@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@500;600;700;800&display=swap";:root{color-scheme:dark;--bg: #081015;--bg-deep: #060b10;--surface: #101920;--surface-2: #0d151b;--surface-3: #121d25;--line: rgba(177, 196, 205, .11);--line-strong: rgba(177, 196, 205, .18);--text: #edf5f8;--muted: #8e9da7;--muted-2: #6f7e86;--teal: #30d6bf;--teal-soft: rgba(48, 214, 191, .15);--blue: #59a0ff;--blue-soft: rgba(89, 160, 255, .15);--amber: #f5bb2f;--amber-soft: rgba(245, 187, 47, .18);--orange: #ff7b33;--orange-soft: rgba(255, 123, 51, .15);--green: #3ae06b;--danger: #ff6e79;--shadow: 0 24px 60px rgba(0, 0, 0, .35);--radius-xl: 18px;--radius-lg: 16px;--radius-md: 14px;--radius-sm: 12px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at 12% 0%,rgba(47,214,191,.12),transparent 28%),radial-gradient(circle at 95% 0%,rgba(255,123,51,.08),transparent 24%),linear-gradient(180deg,#071015,#071015 34%,#081116);color:var(--text);overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}svg{display:block}.app-shell{min-height:100vh;display:grid;grid-template-columns:216px minmax(0,1fr)}.sidebar{min-height:100vh;display:flex;flex-direction:column;gap:16px;padding:14px 10px;background:linear-gradient(180deg,#0c1218fa,#080d12fa),linear-gradient(180deg,#ffffff05,#fff0);border-right:1px solid rgba(255,255,255,.05)}.brand{min-height:58px;display:flex;align-items:center;gap:10px;padding:0 10px 10px;border-bottom:1px solid rgba(255,255,255,.05)}.brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.06),transparent 50%),linear-gradient(145deg,#2fd6bf2e,#2aa6a329);box-shadow:inset 0 0 0 1px #2fd6bf29}.brand-svg{width:32px;height:32px}.brand-copy{min-width:0}.brand-title{font-size:1rem;line-height:1.05;font-weight:700;letter-spacing:-.03em}.brand-subtitle{margin-top:3px;color:var(--teal);font-size:.88rem;font-weight:600}.nav-list{display:grid;gap:8px}.nav-item{position:relative;width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid transparent;border-radius:12px;background:#ffffff06;color:var(--text);text-align:left}.nav-item:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:999px;background:transparent}.nav-item.is-active{background:#ffffff0a;box-shadow:inset 0 0 0 1px #2fd6bf2e}.nav-item.is-active:before{background:var(--teal)}.nav-item-icon{width:18px;height:18px;color:var(--teal);flex:0 0 auto}.nav-item-icon svg,.icon-button svg,.action-icon svg,.toggle-icon svg,.activity-icon svg,.summary-icon svg,.panel-note svg,.preview-foot svg,.records-button svg,.topbar-title-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.nav-item-label{flex:1;font-size:.93rem;font-weight:600}.sidebar-status{margin-top:auto;border-radius:18px;padding:14px 14px 13px;border:1px solid var(--line-strong);background:linear-gradient(180deg,#111920f5,#0a1116f5)}.sidebar-status-head{color:var(--muted-2);font-size:.7rem;font-weight:700;letter-spacing:.14em}.sidebar-status-chip{display:inline-flex;align-items:center;margin-top:6px;padding:5px 10px;border-radius:999px;background:#67c24e2e;color:#c4f2a2;font-size:.82rem;font-weight:700}.sidebar-status-subtitle{margin-top:10px;color:var(--muted);font-size:.86rem;line-height:1.45}.sidebar-footer{display:flex;flex-direction:column;gap:3px;color:var(--muted-2);font-size:.82rem;padding:0 4px 2px}.content{min-width:0;padding:0 14px 14px 0}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 12px 0 16px;background:linear-gradient(180deg,#090f14fa,#0a1016fa);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 8px 24px #0000001f}.topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.icon-button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--text);padding:0}.topbar-title{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;letter-spacing:-.02em}.topbar-title-icon{color:#d7e3ea}.topbar-status{display:inline-flex;align-items:stretch;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131a22fa,#0d1319fa);box-shadow:var(--shadow)}.topbar-status-segment{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border-right:1px solid rgba(255,255,255,.08);white-space:nowrap}.topbar-status-segment:last-of-type{border-right:0}.status-dot{width:10px;height:10px;border-radius:999px}.status-dot.is-online{background:#31e16a;box-shadow:0 0 0 4px #31e16a1f}.status-label{color:var(--muted);font-size:.86rem}.status-value{color:var(--text);font-size:.88rem;font-weight:600}.status-value.ok{color:#61e69c}.status-value.latency{color:#77dfb7}.refresh-button{width:40px;border-left:1px solid rgba(255,255,255,.08);color:#d7e3ea}.content-body{display:grid;gap:16px;padding:16px 14px 0}.action-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.action-card{min-height:106px;display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:14px;border:1px solid rgba(255,255,255,.08);color:var(--text);text-align:left;background:linear-gradient(180deg,#121a22f2,#0f161df2);box-shadow:0 10px 28px #00000026}.action-card:disabled{cursor:wait;opacity:.82}.action-card.is-running{box-shadow:0 0 0 1px #ffffff0f,0 12px 30px #0003}.action-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:999px;flex:0 0 auto;color:var(--text)}.action-icon svg{width:28px;height:28px}.action-copy{min-width:0;display:grid;gap:6px}.action-title{font-size:1.02rem;line-height:1.1;font-weight:700;letter-spacing:-.02em}.action-hint{color:#e9f2f6b8;font-size:.84rem;line-height:1.35}.accent-teal{border-color:#2fd6bf94;background:linear-gradient(180deg,#11483fb8,#0d2d2aeb)}.accent-teal .action-icon{background:#2fd6bf1f;color:#fff}.accent-teal .action-icon svg{stroke:#fff}.accent-blue{border-color:#59a0ff6b;background:linear-gradient(180deg,#163352c2,#0c1c31f0)}.accent-blue .action-icon{background:#59a0ff1f;color:#aeddff}.accent-blue .action-icon svg{stroke:#aeddff}.accent-amber{border-color:#f5bb2f80;background:linear-gradient(180deg,#413113db,#291f0ef2)}.accent-amber .action-icon{background:#f5bb2f1f;color:#ffd971}.accent-amber .action-icon svg{stroke:#ffd971}.accent-orange{border-color:#ff7b3380;background:linear-gradient(180deg,#492714eb,#261811f5)}.accent-orange .action-icon{background:#ff7b3324;color:#ff9a64}.accent-orange .action-icon svg{stroke:#ff9a64}.accent-red{border-color:#ff5b5b8c;background:linear-gradient(180deg,#4c1818f0,#280f0ffa)}.accent-red .action-icon{background:#ff5b5b24;color:#ffb0b0}.accent-red .action-icon svg{stroke:#ffb0b0}.grid-row{display:grid;gap:14px}.grid-row-main{grid-template-columns:minmax(0,1.34fr) minmax(0,.92fr) minmax(0,.98fr)}.grid-row-bottom{grid-template-columns:minmax(0,1.47fr) minmax(0,.93fr)}.panel{min-width:0;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#10181ff7,#0d141afa);box-shadow:var(--shadow);padding:14px 14px 12px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-head-tight{margin-bottom:10px}.panel-kicker{display:flex;align-items:center;gap:8px;color:var(--muted-2);font-size:.66rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.panel-kicker.with-icon svg{width:15px;height:15px;stroke:currentColor}.panel h2{margin:5px 0 0;font-size:.92rem;line-height:1.25;font-weight:600;color:#eff6f9f2}.panel-subtle{color:var(--muted-2)}.panel-about{padding-bottom:16px}.about-hero{display:grid;gap:12px;margin:8px 0 14px;color:#e7eff3ed;font-size:.95rem;line-height:1.7}.about-hero p{margin:0}.about-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.about-fact{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:12px 13px;display:grid;gap:5px}.about-fact span,.about-block-kicker{color:var(--muted-2);font-size:.67rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.about-fact strong{color:var(--text);font-size:.9rem;font-weight:600;line-height:1.45}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.about-block,.about-card{min-width:0;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:14px 14px 13px}.about-block-wide{grid-column:1 / -1}.about-block p,.about-card p{margin:8px 0 0;color:#e0e9eee6;line-height:1.7;font-size:.92rem}.about-list{margin:10px 0 0;padding-left:18px;display:grid;gap:8px;color:#e0e9eee6;line-height:1.6}.about-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.about-card h3{margin:0;color:var(--text);font-size:.92rem;line-height:1.3}.about-note{margin:14px 0 0;color:var(--muted-2);font-size:.82rem;line-height:1.6}.ghost-button{border:1px solid var(--line-strong);background:#ffffff08;color:var(--text);border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:500}.rules-grid{display:grid;gap:10px}.rule-field{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:10px 14px;align-items:center}.rule-label{color:var(--text);font-size:.94rem;font-weight:500}.rule-helper{grid-column:1;margin-top:-4px;color:var(--muted);font-size:.77rem;line-height:1.3}.rule-input-wrap{grid-row:1 / span 2;grid-column:2;position:relative;display:flex;align-items:center}.rule-input-wrap input{width:100%;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#171f26;color:var(--text);padding:0 44px 0 14px;outline:none}.rule-input-wrap input:focus{border-color:#2fd6bf73;box-shadow:0 0 0 3px #2fd6bf14}.rule-suffix{position:absolute;right:12px;color:var(--muted);font-size:.88rem}.preview-box{margin-top:12px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#11181fd1,#0e141ae6)}.preview-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.preview-head>span:first-child{font-size:.95rem;font-weight:700}.live-pill{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#2fd66521;color:#59e98b;font-size:.72rem;font-weight:700}.preview-table{display:grid;gap:7px}.preview-table-head,.preview-table-row{display:grid;grid-template-columns:.85fr 1.35fr .8fr .8fr;gap:10px;align-items:center}.preview-table-head{color:var(--muted);font-size:.72rem;font-weight:600;padding:0 2px 2px}.preview-table-row{min-height:32px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;font-size:.82rem}.preview-table-row strong{color:#ffc15a;text-align:right}.preview-foot{margin-top:10px;display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:.77rem;line-height:1.45}.preview-foot svg{width:16px;height:16px;color:#5fb6ff;flex:0 0 auto}.category-rules-panel{margin-top:12px;display:grid;gap:10px}.category-rules-note{margin-top:0}.category-rule-list{display:grid;gap:8px;max-height:460px;overflow:auto;padding-right:2px}.category-rule-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.category-rule-copy{min-width:0;display:grid;gap:4px}.category-rule-copy strong{font-size:.86rem;line-height:1.25}.category-rule-copy span{color:var(--muted);font-size:.74rem;line-height:1.3}.category-rule-controls{display:grid;grid-template-columns:1fr 86px;gap:8px;align-items:center}.category-rule-controls select,.category-rule-controls input{width:100%;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#171f26;color:var(--text);padding:0 12px;outline:none}.category-rule-controls select:focus,.category-rule-controls input:focus{border-color:#2fd6bf73;box-shadow:0 0 0 3px #2fd6bf14}.toggle-list{display:grid;gap:10px}.toggle-row{display:grid;grid-template-columns:30px minmax(0,1fr) 38px;gap:10px;align-items:center;min-height:42px;padding:0 10px 0 0;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff06}.toggle-icon{display:grid;place-items:center;width:30px;height:30px;margin-left:6px;border-radius:10px;color:var(--teal);background:#2fd6bf14}.toggle-text{display:grid;gap:3px;min-width:0}.toggle-label{font-size:.88rem;font-weight:600}.toggle-helper{color:var(--muted);font-size:.74rem;line-height:1.3}.toggle-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:42px;height:22px;border-radius:999px;margin:0;border:1px solid rgba(255,255,255,.1);background:#1b2630;position:relative;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.toggle-row input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#f5fafc;transition:transform .14s ease}.toggle-row input[type=checkbox]:checked{background:linear-gradient(90deg,#2fd6bfeb,#2cb5abeb);border-color:#2fd6bf6b;box-shadow:0 0 0 3px #2fd6bf14}.toggle-row input[type=checkbox]:checked:after{transform:translate(20px)}.panel-note{margin-top:12px;display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:var(--muted);font-size:.76rem;line-height:1.4}.panel-note svg{width:16px;height:16px;color:#53abf5;flex:0 0 auto}.panel-subsection{margin-top:12px;display:grid;gap:10px}.provider-list{display:grid;gap:10px}.provider-row{display:grid;gap:10px;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.provider-copy{display:grid;gap:5px}.provider-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.provider-copy strong{font-size:.92rem;font-weight:700}.provider-copy span{color:var(--muted);font-size:.78rem;line-height:1.35}.provider-error{color:#ff9da5;font-style:normal;font-size:.72rem;line-height:1.35}.provider-state{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.provider-state.is-on{color:#58e68f;background:#2fd6bf1c}.provider-state.is-off{color:#a9b6bf;background:#ffffff0d}.provider-state.is-error{color:#ffb0b0;background:#ff5b5b1f}.provider-controls{display:grid;grid-template-columns:1.2fr .8fr 1.3fr auto;gap:8px;align-items:end}.provider-field,.cleanup-field{display:grid;gap:6px}.provider-field span,.cleanup-field span{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.provider-field input,.provider-field select,.cleanup-field input,.cleanup-field select{width:100%;min-height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#171f26;color:var(--text);padding:0 12px;outline:none}.provider-field input:focus,.provider-field select:focus,.cleanup-field input:focus,.cleanup-field select:focus{border-color:#2fd6bf73;box-shadow:0 0 0 3px #2fd6bf14}.provider-field-wide{grid-column:span 1}.provider-switch{display:grid;gap:8px;align-items:center;justify-items:center;min-width:74px;padding-bottom:1px}.provider-switch input{width:18px;height:18px;margin:0;accent-color:var(--teal)}.cleanup-grid{display:grid;grid-template-columns:.82fr .82fr 1.36fr;gap:8px;align-items:end}.cleanup-field input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:var(--teal)}.cleanup-field-wide{grid-column:span 1}.panel-note-spaced{margin-top:14px}.toggle-list-secondary{margin-top:10px}.service-description-preview{padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:var(--muted);font-size:.78rem;line-height:1.55;white-space:pre-wrap;max-height:180px;overflow:auto}.panel-saving{margin-top:10px;color:#81f0ba;font-size:.76rem}.progress-panel{display:grid;gap:12px}.progress-track{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2fd6bfe6,#4db6ffeb)}.progress-steps{display:flex;flex-wrap:wrap;gap:8px}.progress-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.progress-stat{display:grid;gap:4px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.progress-stat span{color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.progress-stat strong{font-size:.96rem;font-weight:700}.progress-live-row{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:10px;align-items:stretch;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.progress-live-copy{min-width:0;display:grid;gap:5px}.progress-live-copy span{color:var(--muted-2);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.progress-live-copy strong{font-size:.95rem;line-height:1.25}.progress-live-copy p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.45}.progress-live-meta{display:grid;gap:8px}.progress-live-meta div{display:grid;gap:4px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:#ffffff05}.progress-live-meta span{color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.progress-live-meta strong{font-size:.9rem;font-weight:700}.progress-event-list{display:grid;gap:8px;max-height:220px;overflow:auto;padding-right:2px}.progress-event{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.progress-event.tone-success{border-color:#31e16a2e}.progress-event.tone-failed,.progress-event.tone-error{border-color:#ff6e792e}.progress-event.tone-skipped{border-color:#f5bb2f2e}.progress-event-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.progress-event-head strong{font-size:.84rem}.progress-event-head span{color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.progress-event p{margin:6px 0 0;color:var(--muted);font-size:.76rem;line-height:1.45;word-break:break-word}.progress-step{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--muted);font-size:.78rem}.progress-step.is-active{color:var(--text);border-color:#2fd6bf47;background:#2fd6bf14}.progress-step-index{width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#ffffff14;font-size:.68rem;font-weight:700}.section-module{display:grid;gap:12px}.section-module .panel-head{margin-bottom:0}.section-module .panel-head h2{font-size:1.02rem;line-height:1.4;max-width:58ch}.section-top-metrics{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap;justify-content:flex-end}.section-chip{min-width:142px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.section-chip span{display:block;color:var(--muted);font-size:.72rem;margin-bottom:6px}.section-chip strong{font-size:.92rem;font-weight:700}.section-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.section-card{border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;padding:12px}.section-card .panel-kicker{margin-bottom:10px}.section-description{margin:6px 0 0;color:var(--muted);font-size:.9rem;line-height:1.45}.rule-field.compact{grid-template-columns:minmax(0,1fr) 150px}.scroll-list{display:grid;gap:8px;max-height:430px;overflow:auto;padding-right:2px}.category-platform-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin-bottom:10px}.platform-pill{display:flex;align-items:center;gap:10px;min-height:50px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#ffffff0a,#ffffff05)}.platform-pill-icon,.category-row-badge,.detail-category-badge{flex:0 0 auto;display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;font-size:.8rem;font-weight:800;letter-spacing:.03em;color:#061014;background:#ffffff8c}.platform-pill-copy{min-width:0;display:grid;gap:2px}.platform-pill-copy strong{font-size:.84rem;font-weight:700}.platform-pill-copy span{color:var(--muted);font-size:.72rem}.data-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:var(--text);text-align:left}.category-row-main{display:flex;align-items:center;gap:10px;min-width:0}.category-row-copy{min-width:0}.data-row strong{display:block;font-size:.88rem;line-height:1.3}.data-row span{display:block;margin-top:4px;color:var(--muted);font-size:.74rem}.data-row b{color:var(--amber);white-space:nowrap;font-size:.8rem}.data-row.is-active{border-color:#2fd6bf57;background:#2fd6bf12}.tone-twitter{background:linear-gradient(180deg,#1d9bf0f2,#1d9bf0a6);color:#eff9ff}.tone-youtube{background:linear-gradient(180deg,#ff4646f2,#ff4646b3);color:#fff7f7}.tone-instagram{background:linear-gradient(180deg,#e1306cf2,#ffbe4db8);color:#fff8fb}.tone-tiktok{background:linear-gradient(180deg,#25f4eef2,#fe2c55b8);color:#061014}.tone-telegram{background:linear-gradient(180deg,#58adfff2,#58adffa8);color:#f4fbff}.tone-facebook{background:linear-gradient(180deg,#1877f2f2,#1877f2ad);color:#f3f8ff}.tone-spotify{background:linear-gradient(180deg,#1ed760f2,#1ed760b3);color:#04130a}.tone-soundcloud{background:linear-gradient(180deg,#ff6f00f2,#ffa648bf);color:#1a0d00}.tone-likee{background:linear-gradient(180deg,#ff4f91f2,#ffbc54b8);color:#1c0811}.tone-neutral{background:linear-gradient(180deg,#ffffffd1,#ffffff85);color:#061014}.detail-value{display:flex;align-items:center;gap:10px}.detail-pill-row{display:flex;flex-wrap:wrap;gap:8px}.detail-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em}.detail-pill.muted{background:#ffffff0f;color:var(--muted)}.detail-stack{display:grid;gap:12px}.detail-value{font-size:1.03rem;font-weight:700;line-height:1.3}.detail-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:#ffffff05}.detail-row span{color:var(--muted);font-size:.8rem}.detail-row strong{font-size:.86rem;font-weight:600;text-align:right}.log-list{display:grid;gap:8px;max-height:470px;overflow:auto}.log-row{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.log-row:last-child{border-bottom:0}.log-row span{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#ffffff0f;color:var(--muted);font-size:.72rem;font-weight:700}.log-row p{margin:0;color:var(--text);font-size:.78rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.empty-state{padding:14px;border-radius:12px;border:1px dashed rgba(255,255,255,.12);color:var(--muted);font-size:.8rem}.activity-list{display:grid;gap:10px}.activity-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:flex-start;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.activity-row:last-child{border-bottom:0}.activity-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:#78dd9a;background:#2fd6bf1f}.activity-icon.tone-success{color:#58e26f;background:#31e16a1f}.activity-icon.tone-info{color:#6bb4ff;background:#59a0ff1f}.activity-icon.tone-warn{color:#ffca54;background:#f5bb2f21}.activity-icon.tone-danger{color:#ff8a56;background:#ff7b3321}.activity-icon svg{width:15px;height:15px}.activity-copy{min-width:0}.activity-title-wrap{display:flex;align-items:center;gap:8px}.activity-title{font-size:.9rem;font-weight:600}.activity-badge{display:inline-flex;align-items:center;padding:3px 7px;border-radius:6px;background:#2fd6bf1c;color:#5ae68c;font-size:.64rem;font-weight:700}.activity-detail{display:block;margin-top:4px;color:var(--muted);font-size:.76rem;line-height:1.35}.activity-date{color:#cbd6dd;font-size:.75rem;text-align:right;white-space:nowrap}.records-button{margin-top:12px;width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#141d25f2,#11181ff5);color:var(--text);font-size:.88rem;font-weight:600}.records-button svg{width:15px;height:15px}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.summary-card{min-height:90px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;display:flex;align-items:center;gap:12px;padding:12px}.summary-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;flex:0 0 auto}.summary-icon svg{width:20px;height:20px}.summary-card.tone-amber .summary-icon{color:#ffc23c;background:#f5bb2f1f}.summary-card.tone-success .summary-icon{color:#5be78a;background:#31e16a1f}.summary-card.tone-danger .summary-icon{color:#ff8c96;background:#ff6e791f}.summary-card.tone-blue .summary-icon{color:#57b4ff;background:#59a0ff1f}.summary-card.tone-amber-2 .summary-icon{color:#ffd14e;background:#f5bb2f21}.summary-card.tone-orange .summary-icon{color:#ff8a56;background:#ff7b3324}.summary-copy{display:grid;gap:2px}.summary-label{color:var(--muted-2);font-size:.7rem;font-weight:700;letter-spacing:.05em}.summary-value{font-size:1.6rem;line-height:1;font-weight:700;letter-spacing:-.04em}.summary-delta{color:var(--green);font-size:.78rem;font-weight:600}.system-list{display:grid;gap:8px}.system-row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:.84rem}.system-row strong{color:var(--text);font-size:.88rem;font-weight:600;white-space:nowrap}.quota-row{flex-direction:column;align-items:stretch;gap:8px;padding-top:4px}.quota-copy{display:grid;gap:8px}.quota-bar{height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.quota-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2fd6bfeb,#29aca0f5)}.quota-copy strong{color:#95f2cb;font-size:.84rem}.error-banner{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,110,121,.25);background:#ff6e7914;color:#ffd5da;font-size:.85rem}.icon-button svg,.refresh-button svg,.panel-note svg,.preview-foot svg,.records-button svg,.summary-icon svg,.activity-icon svg,.toggle-icon svg,.nav-item-icon svg,.topbar-title-icon svg{stroke-width:2}.icon-button,.refresh-button,.ghost-button,.records-button,.action-card,.nav-item{transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease,opacity .14s ease}.icon-button:hover,.refresh-button:hover,.ghost-button:hover,.records-button:hover,.action-card:hover,.nav-item:hover{transform:translateY(-1px)}@media (max-width: 1200px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;position:static}.content{padding-right:0}.grid-row-main,.grid-row-bottom,.grid-row-about,.action-strip,.section-split{grid-template-columns:1fr}.section-top-metrics{justify-content:flex-start}.topbar{position:static;flex-wrap:wrap;padding-bottom:10px}.topbar-status{width:100%;flex-wrap:wrap}.topbar-status-segment{flex:1 1 220px}.summary-grid,.progress-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.progress-live-row{grid-template-columns:1fr}.category-rule-row{grid-template-columns:1fr 120px}.provider-controls,.cleanup-grid{grid-template-columns:1fr 1fr}.about-facts,.about-grid,.about-cards{grid-template-columns:1fr}.about-block-wide{grid-column:auto}.provider-switch{justify-items:start}}@media (max-width: 720px){.content-body{padding-inline:10px}.topbar{padding-inline:12px}.topbar-status{width:100%}.topbar-status-segment{flex:1 1 100%;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.topbar-status-segment:last-of-type{border-bottom:0}.rule-field{grid-template-columns:1fr}.rule-input-wrap{grid-row:auto;grid-column:auto}.summary-grid,.preview-table-head,.preview-table-row,.progress-stats,.progress-live-row,.category-rule-row,.provider-controls,.cleanup-grid{grid-template-columns:1fr}.provider-switch{justify-items:start}.progress-live-meta{grid-template-columns:1fr 1fr}.section-chip{min-width:100%}.preview-table-head{display:none}.activity-row{grid-template-columns:28px minmax(0,1fr)}.activity-date{grid-column:2;text-align:left}}
