:root{--bg: #f6f7f8;--surface: #ffffff;--surface-2: #f3f7f5;--text: #252a2e;--muted: #677079;--line: #dfe3df;--green: #13795b;--green-soft: #e7f4ee;--amber: #9a6500;--amber-soft: #fff1d3;--red: #b42318;--red-soft: #fde8e6;--blue: #2563a7;--blue-soft: #e8f1fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:0}button,input,select,textarea{font:inherit}button{min-height:34px;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:7px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}button:hover{border-color:#b7c3bd;background:#fbfcfb}button.primary{background:var(--green);color:#fff;border-color:var(--green)}button:disabled{cursor:not-allowed;opacity:.58}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:7px;padding:10px 11px;color:var(--text);outline:none}textarea{min-height:74px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}a{color:var(--blue)}.app-shell{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.sidebar{background:#28312d;color:#f8faf8;padding:18px 14px;display:flex;flex-direction:column;gap:22px;position:sticky;top:0;height:100vh;max-height:100vh;align-self:start}.brand{display:flex;align-items:center;gap:10px;padding:8px}.brand-mark{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:#e0a84c;color:#1d211f}.brand strong,.brand span{display:block}.brand span{color:#c8d3cc;font-size:12px;margin-top:2px}.sidebar nav{display:grid;gap:14px;overflow:auto;padding-right:2px;flex:1;min-height:0}.nav-section{display:grid;gap:5px}.nav-section-title{color:#dbe5dfb3;font-size:12px;font-weight:700;padding:0 10px 2px}.nav-button{justify-content:flex-start;border-color:transparent;background:transparent;color:#dbe5df;min-height:36px}.nav-button.active{background:#f7f5ef;color:#202724}.nav-link-button{min-height:34px;border-radius:7px;padding:0 12px;display:inline-flex;align-items:center;color:#dbe5df;text-decoration:none}.nav-link-button:hover{background:#ffffff14}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,rgba(19,121,91,.08),transparent 42%),var(--bg)}.auth-card{width:min(440px,100%);background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:22px;display:grid;gap:18px;box-shadow:0 18px 50px #1f2c2614}.loading-card{place-items:center;min-height:150px}.auth-brand{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.auth-brand-main{display:flex;align-items:center;gap:12px;min-width:0}.auth-brand strong,.auth-brand span{display:block}.auth-brand strong{font-size:19px}.auth-brand span{margin-top:4px;color:var(--muted);line-height:1.4;font-size:13px}.auth-entry-actions{display:inline-flex;gap:8px;flex:0 0 auto}.auth-entry-actions button{min-height:32px;padding:0 10px;white-space:nowrap}.auth-entry-actions button.active{color:var(--green);border-color:#1f795b6b;background:var(--green-soft)}.auth-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#eef2ef}.auth-tabs button{border:0;border-radius:0;background:transparent}.auth-tabs button.active{background:var(--surface);color:var(--green);box-shadow:inset 0 -2px 0 var(--green)}.auth-form{display:grid;gap:12px}.auth-form label{display:grid;gap:6px;color:#3d454a;font-size:13px}.password-field{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.password-field:focus-within{border-color:#87b79f;box-shadow:0 0 0 3px #1f795b1f}.password-field input{border:0;border-radius:0;background:transparent;min-width:0}.password-field input:focus{outline:none;box-shadow:none}.password-toggle{height:100%;min-height:40px;border:0;border-left:1px solid var(--line);border-radius:0;background:#f7faf8;color:var(--muted);display:grid;place-items:center}.password-toggle:hover{color:var(--green);background:var(--green-soft)}.auth-submit{width:100%;min-height:40px}.captcha-row,.code-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center}.code-row{grid-template-columns:minmax(0,1fr) auto}.captcha-image{width:140px;height:48px;padding:0;overflow:hidden;background:transparent}.captcha-image img{display:block;width:100%;height:100%}.auth-error,.auth-note{display:flex;align-items:flex-start;gap:8px;border-radius:8px;padding:10px 11px;line-height:1.45;font-size:13px}.auth-error{color:var(--red);background:var(--red-soft);border:1px solid #f3b8b2}.auth-note{color:var(--green);background:var(--green-soft);border:1px solid #c8e4d7}.auth-note-button{width:100%;font:inherit;text-align:left;cursor:pointer}.auth-note-button:hover{border-color:#9fcab7;background:#edf8f2}.home-entry-card{gap:16px}.home-entry-user{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#fbfcfb;border-radius:8px;padding:12px}.home-entry-user svg{color:var(--green);flex:0 0 auto}.home-entry-user strong,.home-entry-user span{display:block}.home-entry-user span{color:var(--muted);margin-top:3px;font-size:13px}.home-entry-actions{display:grid;gap:10px}.main{padding:24px;display:flex;flex-direction:column;gap:18px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center}.topbar h1{margin:0;font-size:31px;line-height:1.2}.topbar p{margin:6px 0 0;color:var(--muted)}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.wallet-pill,.user-pill,.recharge-button{min-height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:0 11px;background:var(--surface);color:var(--text);max-width:260px}.wallet-pill{border-color:#bed7ca;background:var(--green-soft);color:var(--green)}.wallet-button,.recharge-button{font:inherit;cursor:pointer}.wallet-button:hover,.recharge-button:hover{border-color:#9fcab7;background:#edf8f2}.wallet-button:focus-visible,.recharge-button:focus-visible,.auth-note-button:focus-visible,.overview-balance-button:focus-visible,.dialog-close:focus-visible{outline:2px solid #72b593;outline-offset:2px}.wallet-pill span,.user-pill span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-pill strong{white-space:nowrap}.recharge-button{border-color:#dec58f;background:#fff7e5;color:#7b5620}.recharge-button span,.recharge-button strong{white-space:nowrap}.recharge-button strong{font-size:12px}.status-pill,.badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:13px;white-space:nowrap;flex:0 0 auto}.badge.danger{background:var(--red-soft);color:var(--red)}.platform-icon,.file-type-icon{width:20px;height:20px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:11px;font-weight:800;line-height:1;vertical-align:-4px}.platform-icon em{margin-left:5px;font-style:normal;font-weight:700;white-space:nowrap}.platform-icon:has(em){width:auto;padding:0 7px 0 4px}.platform-icon span,.file-type-icon{letter-spacing:0}.platform-icon.xiaohongshu{background:#ffe9ec;color:#d71932}.platform-icon.douyin{background:#e8fbff;color:#111827;box-shadow:inset 0 0 0 1px #b8eef5}.platform-icon.both{background:#eef5ff;color:#24436b;box-shadow:inset 0 0 0 1px #bfd5f2}.file-type-icon.excel{background:#e3f4ea;color:#107c41;box-shadow:inset 0 0 0 1px #b7dfc6}.file-type-icon.word{background:#e6efff;color:#185abd;box-shadow:inset 0 0 0 1px #bfd1f3}.metric-chips,.feature-with-icon{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;vertical-align:middle}.metric-chips>span,.feature-with-icon{min-width:0}.metric-chips>span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{display:flex;gap:8px;align-items:center;border:1px solid #f3b8b2;background:var(--red-soft);color:var(--red);padding:11px 13px;border-radius:8px}.page-stack{display:grid;gap:16px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.director-home{gap:14px}.workspace-hero-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:18px;align-items:end;padding:26px;background:linear-gradient(135deg,#ebf7f0f5,#fffffffa 48%,#eef6ffe6),#fff;border-color:#cdded5}.workspace-version{width:fit-content;display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:850}.workspace-hero-panel h2{margin:12px 0 10px;max-width:760px;font-size:clamp(34px,4.4vw,68px);line-height:1.04;letter-spacing:0}.workspace-hero-panel p{max-width:760px;margin:0;color:#536069;font-size:18px;line-height:1.55}.workspace-hero-panel.compact{grid-template-columns:minmax(0,1fr);align-items:stretch;padding:16px;background:var(--surface);border-color:var(--line)}.workspace-hero-panel.compact .workspace-hero-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-hero-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.workspace-hero-meta button{min-width:0;min-height:94px;padding:13px;border:1px solid #d8e4de;background:#ffffffd1;align-items:flex-start;justify-content:flex-start;text-align:left}.workspace-hero-meta button:hover{border-color:#97c4ad;background:#fff}.workspace-hero-meta svg{color:var(--green)}.workspace-hero-meta span,.workspace-hero-meta strong{display:block}.workspace-hero-meta span{color:var(--muted);font-size:12px}.workspace-hero-meta strong{margin-top:5px;font-size:21px;line-height:1.2}.workspace-recent-line{grid-column:1 / -1;display:inline-flex;align-items:center;gap:7px;width:fit-content;max-width:100%;border:1px solid #d8e4de;border-radius:999px;padding:8px 11px;color:#496057;background:#ffffffb8;font-size:13px}.workspace-recent-line span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-overview{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(340px,1.1fr) minmax(300px,1fr);gap:12px;align-items:stretch}.overview-balance,.overview-recent{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;border-right:1px solid var(--line);padding-right:12px}.overview-recent{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start}.overview-balance>div,.overview-recent>div{min-width:0}.overview-balance-button{border:0;border-right:1px solid var(--line);padding:0 12px 0 0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:8px}.overview-balance-button:hover{background:var(--green-soft)}.overview-balance span,.overview-balance small,.overview-recent span,.overview-recent small{display:block;color:var(--muted);font-size:12px}.overview-balance strong,.overview-recent strong{display:block;margin:3px 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;line-height:1.25}.overview-recent strong{font-size:18px;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis}.overview-status{justify-self:end}.overview-balance svg{color:var(--green);flex:0 0 auto}.balance-action{display:grid;justify-items:center;gap:5px;color:var(--green);flex:0 0 auto}.balance-action em{border:1px solid #bed7ca;background:#fff;border-radius:999px;padding:4px 9px;color:var(--green);font-style:normal;font-size:12px;font-weight:800}.overview-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.overview-stat{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 7px;align-items:center;padding:9px 10px;border:1px solid var(--line);background:#fbfcfb;text-align:left}.overview-stat:hover{border-color:#a9c8b7;background:var(--green-soft)}.overview-stat svg{color:var(--green)}.overview-stat span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}.overview-stat strong{grid-column:1 / -1;font-size:18px;line-height:1}.overview-stat.danger svg{color:var(--red)}.workflow-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px}.workflow-step{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px 10px;align-items:center;padding:13px 14px;border-right:1px solid var(--line)}.workflow-step:last-child{border-right:0}.workflow-step span{grid-row:span 2;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:var(--surface-2);color:var(--muted);font-weight:700;font-size:13px}.workflow-step strong,.workflow-step small{min-width:0}.workflow-step strong{line-height:1.2}.workflow-step small{color:var(--muted);line-height:1.35}.workflow-step.active{background:var(--green-soft)}.workflow-step.active span{background:var(--green);color:#fff}.home-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-shortcuts button{min-height:78px;border:1px solid var(--line);background:#fbfcfb;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left}.home-shortcuts button:hover{border-color:#a9c8b7;background:var(--green-soft)}.home-shortcuts svg{color:var(--green);flex:0 0 auto}.home-shortcuts strong,.home-shortcuts small{display:block}.home-shortcuts small{margin-top:4px;color:var(--muted);line-height:1.4}.prominent-entry-panel,.tool-entry-panel,.asset-entry-panel{display:grid;gap:14px}.prominent-entry-panel>div:first-child h2,.tool-entry-panel .panel-head h2,.asset-entry-panel .panel-head h2{margin-bottom:4px;font-size:23px;line-height:1.2}.prominent-entry-panel>div:first-child p{color:var(--muted);margin:0}.primary-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.primary-action-card{min-height:168px;display:grid;align-content:start;grid-template-columns:minmax(0,1fr);justify-content:flex-start;align-items:flex-start;gap:14px;padding:18px;border:1px solid var(--line);background:#fbfcfb;text-align:left}.primary-action-card:hover,.primary-action-card.active{border-color:#7fb39b;background:var(--green-soft)}.primary-action-card.active{box-shadow:inset 0 0 0 1px #7fb39b}.primary-action-icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:var(--green);color:#fff;flex:0 0 auto}.primary-action-card strong,.primary-action-card small,.primary-action-card em{display:block}.primary-action-card strong{font-size:20px;line-height:1.25}.primary-action-card small{color:var(--muted);line-height:1.5;margin:7px 0 9px}.primary-action-card em{width:max-content;max-width:100%;border-radius:999px;background:#fff;border:1px solid #cfe1d7;color:var(--green);font-style:normal;font-size:12px;padding:3px 8px}.tool-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.tool-action-grid button,.library-action-grid button{min-width:0;border:1px solid var(--line);background:#fbfcfb;text-align:left}.tool-action-grid button{min-height:94px;justify-content:flex-start;align-items:flex-start;gap:10px;padding:13px}.tool-action-grid button:hover,.library-action-grid button:hover{border-color:#a9c8b7;background:var(--green-soft)}.tool-action-grid svg,.library-action-grid svg{color:var(--green);flex:0 0 auto}.tool-action-grid strong,.tool-action-grid small{display:block}.tool-action-grid strong{line-height:1.25}.tool-action-grid small{color:var(--muted);line-height:1.45;margin-top:5px}.library-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.library-action-grid button{min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px 9px;align-items:center;padding:11px 12px}.library-action-grid span{min-width:0;color:var(--muted);font-size:13px}.library-action-grid strong{grid-column:1 / -1;font-size:22px;line-height:1.1}.secondary-shortcuts,.compact-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-stats .stat{min-height:76px;padding:13px}.compact-stats .stat strong{font-size:22px}.service-page{gap:14px}.service-menu{display:grid;gap:12px}.service-menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.service-menu-head.compact{padding-bottom:2px}.service-menu-head h2,.service-group h3{margin:0}.service-menu-head p{margin:5px 0 0;color:var(--muted);line-height:1.5}.service-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-menu-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.membership-panel{display:grid;gap:12px}.membership-table{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fbfcfb}.membership-row{display:grid;grid-template-columns:minmax(92px,.8fr) minmax(90px,.8fr) minmax(96px,.8fr) minmax(150px,1.1fr) minmax(220px,1.6fr);gap:10px;align-items:center;padding:12px;border-bottom:1px solid var(--line)}.membership-row:last-child{border-bottom:0}.membership-row.header{background:var(--surface-2);color:var(--muted);font-size:12px;font-weight:800}.membership-row strong,.membership-row b,.membership-row span,.membership-row small{min-width:0;line-height:1.4}.membership-row b{color:var(--green)}.membership-row small{color:#4a5359;font-size:13px}.service-group{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;overflow:hidden}.service-group h3{padding:11px 12px;background:var(--surface-2);border-bottom:1px solid var(--line);font-size:14px}.service-price-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.44fr);gap:12px;padding:8px 12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:800}.service-price-header span:last-child{text-align:right}.service-price-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.44fr);gap:12px;padding:12px;border-bottom:1px solid var(--line);align-items:start}.service-price-row:last-child{border-bottom:0}.service-price-row strong,.service-price-row small,.service-price-row span,.service-price b,.service-price em{display:block;min-width:0}.service-price-row strong{line-height:1.25}.service-price-row small{margin-top:5px;color:#4a5359;line-height:1.45}.service-price-row span{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.4}.service-price{text-align:right;min-width:0}.service-price b{color:var(--green);line-height:1.25;white-space:normal}.service-price em{margin-top:5px;color:var(--muted);font-size:12px;font-style:normal}.service-more{justify-self:start}.pricing-note{display:flex;gap:12px;align-items:flex-start}.pricing-note svg{color:var(--green);flex:0 0 auto;margin-top:2px}.pricing-note p{margin:5px 0 0;color:var(--muted);line-height:1.55}.account-page{gap:14px}.account-intro .button-row{justify-content:flex-end}.account-top-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:12px}.account-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-action-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:16px;min-height:124px;text-align:left;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon title" "icon desc";column-gap:12px;align-content:center;cursor:pointer}.account-action-card:hover{border-color:#8bc0a4;box-shadow:0 12px 32px #1976551a}.account-action-card span{grid-area:icon;width:42px;height:42px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green)}.account-action-card strong{grid-area:title;display:block;color:var(--ink);font-size:18px;line-height:1.25}.account-action-card small{grid-area:desc;display:block;margin-top:5px;color:var(--muted);line-height:1.45}.account-action-card.primary-card{background:#f4fbf7;border-color:#b7dbc8}.account-balance-card,.account-plan-card{min-height:134px}.account-balance-card{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fbfcfb}.account-balance-card span,.account-balance-card small,.account-plan-card small{display:block;color:var(--muted)}.account-balance-card strong{display:block;margin:6px 0;font-size:30px;line-height:1.1}.account-balance-card svg{color:var(--green);flex:0 0 auto}.account-plan-card p{margin:0 0 8px;color:#3d454a;line-height:1.5}.referral-panel{display:grid;gap:12px}.referral-panel .panel-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.invite-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.invite-link-row input{min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#243033}.referral-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.referral-stats div{border:1px solid var(--line);border-radius:8px;background:var(--surface-2);padding:11px}.referral-stats span,.referral-stats strong{display:block}.referral-stats span{color:var(--muted);font-size:12px}.referral-stats strong{margin-top:4px;color:var(--ink);font-size:18px}.referral-reward-list{display:grid;gap:9px}.billing-shortcut-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.billing-shortcut-card{border:1px solid #d6e5dc;border-radius:8px;background:#fbfcfb;padding:16px;min-height:166px;display:grid;gap:8px;align-content:start;text-align:left;cursor:pointer}.billing-shortcut-card:hover{border-color:#8bc0a4;box-shadow:0 14px 38px #1976551f}.billing-shortcut-card strong,.billing-shortcut-card small,.billing-shortcut-card em{display:block}.billing-shortcut-card strong{color:var(--ink);font-size:18px}.billing-shortcut-card small{color:#4a5359;line-height:1.45}.billing-shortcut-card em{color:var(--green);font-size:12px;font-style:normal;font-weight:760}.billing-shortcut-card.muted{background:#f7f8f7;border-color:var(--line)}.billing-shortcut-icon{width:38px;height:38px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--green);background:var(--green-soft)}.recharge-request-panel{display:grid;gap:12px}.recharge-request-panel .panel-head p,#account-consumption-detail .panel-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.recharge-form-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(120px,.35fr) minmax(180px,.55fr);gap:12px;align-items:end}.recharge-form-grid label{display:grid;gap:6px;color:#3d454a;font-size:13px}.recharge-form-grid .wide-field{grid-column:1 / -1}.recharge-result{border:1px solid var(--line);border-radius:8px;background:var(--surface-2);padding:10px 11px;min-height:70px}.recharge-result span,.recharge-result strong,.recharge-result small{display:block}.recharge-result span,.recharge-result small{color:var(--muted)}.recharge-result strong{margin:3px 0;color:var(--green);font-size:18px}.payment-follow-card{border:1px solid var(--line);border-radius:8px;background:#f8fbfa;padding:10px 12px;display:flex;justify-content:space-between;gap:12px;align-items:center}.payment-follow-card strong,.payment-follow-card small{display:block}.payment-follow-card small{margin-top:3px;color:var(--muted)}.payment-order-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.payment-order-actions button{min-height:30px;padding:0 10px}.account-columns{align-items:start}.compact-membership .membership-row:first-child{border-top:0}.admin-recharge-panel .panel-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.admin-recharge-list{display:grid;gap:9px}.admin-recharge-row{align-items:center}.admin-recharge-actions{display:grid;justify-items:end;gap:9px;min-width:180px}.admin-migration-panel .panel-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.admin-migration-toolbar{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-migration-toolbar label{display:grid;gap:6px;min-width:min(420px,100%);color:var(--muted);font-size:13px}.admin-migration-toolbar select{height:38px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--surface);color:var(--ink);font:inherit}.admin-migration-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-orphan-group{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;padding:10px;min-width:0}.admin-orphan-group-head{display:flex;justify-content:space-between;gap:8px;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--line);margin-bottom:8px}.admin-orphan-group-head strong{font-size:14px}.admin-orphan-group-head span{min-width:24px;min-height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ecfdf5;color:var(--green);font-size:12px;font-weight:800}.admin-orphan-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 0;border-top:1px solid rgba(215,222,218,.72)}.admin-orphan-row:first-of-type{border-top:0}.admin-orphan-row strong,.admin-orphan-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-orphan-row strong{font-size:13px}.admin-orphan-row small{margin-top:2px;color:var(--muted);font-size:12px}.admin-orphan-row button{min-height:30px;padding:0 9px}.billing-overview{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:12px}.billing-balance-card{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fbfcfb}.billing-balance-card span,.billing-balance-card small{display:block;color:var(--muted)}.billing-balance-card strong{display:block;margin:4px 0;font-size:24px;line-height:1.2}.billing-balance-card svg{color:var(--green);flex:0 0 auto}.billing-recent-card{min-height:112px}.billing-recent-card .panel-head{margin-bottom:10px}.billing-recent-card .empty{min-height:58px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-metric{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px;min-height:78px;display:grid;align-content:center;gap:5px}.admin-metric span{color:var(--muted);font-size:13px;display:inline-flex;align-items:center;gap:6px}.admin-metric strong{font-size:21px}.admin-layout{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.35fr);gap:16px;align-items:start}.admin-users-panel,.admin-detail-panel{min-width:0}.admin-search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--surface);margin-bottom:12px}.admin-search svg{color:var(--muted);flex:0 0 auto}.admin-search input{border:0;box-shadow:none;padding-left:0}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:600px}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);padding:10px 9px;text-align:left;vertical-align:middle}.admin-table th{color:var(--muted);font-size:12px;font-weight:600}.admin-table tbody tr{cursor:pointer}.admin-table tbody tr:hover,.admin-table tbody tr.selected{background:var(--green-soft)}.admin-table td strong,.admin-table td small{display:block}.admin-table td small{margin-top:3px;color:var(--muted)}.admin-user-cell{display:flex;align-items:center;gap:9px;min-width:0}.admin-user-avatar{width:28px;height:28px;border-radius:7px;display:inline-grid;place-items:center;flex:0 0 auto;background:var(--blue-soft);color:var(--blue)}.status-tag{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 8px;background:var(--red-soft);color:var(--red);font-size:12px;white-space:nowrap}.status-tag.active{background:var(--green-soft);color:var(--green)}.admin-detail-stack{display:grid;gap:14px}.admin-user-hero{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;padding:13px;display:flex;justify-content:space-between;gap:14px}.admin-user-hero strong,.admin-user-hero small,.admin-user-hero span{display:block}.admin-user-hero small,.admin-user-hero span{color:var(--muted);margin-top:3px}.admin-user-hero>div:last-child{text-align:right}.admin-user-hero>div:last-child strong{font-size:20px;margin-top:4px}.admin-point-box{display:grid;grid-template-columns:auto 120px minmax(0,1fr) auto;gap:10px;align-items:end}.admin-point-box label{display:grid;gap:6px;color:#3d454a;font-size:13px}.admin-password-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:12px;border:1px solid var(--line);background:var(--surface-2);border-radius:8px}.admin-password-box.three{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.admin-password-box label{display:grid;gap:6px;color:#3d454a;font-size:13px}.admin-detail-columns h3{margin:0 0 9px;font-size:15px}.admin-list{display:grid;gap:9px}.transaction-row,.admin-job-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:11px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.transaction-row strong,.transaction-row small,.admin-job-row strong,.admin-job-row small{display:block}.transaction-row small,.admin-job-row small{color:var(--muted);margin-top:3px;line-height:1.4}.amount{text-align:right;font-weight:700;white-space:nowrap}.amount.positive{color:var(--green)}.amount.negative{color:var(--red)}.billing-job-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:11px;display:flex;align-items:flex-start;gap:10px}.billing-job-row svg{color:var(--green);flex:0 0 auto;margin-top:1px}.billing-job-row strong,.billing-job-row small{display:block}.billing-job-row small{margin-top:4px;color:var(--muted);line-height:1.45}.billing-job-row.compact{align-items:center}.billing-job-row.compact small{line-height:1.35}.dialog-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#181f226b}.billing-dialog{width:min(980px,100%);max-height:min(86vh,760px);overflow:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 60px #181f2238;padding:16px;display:grid;gap:14px}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dialog-head h2{margin:0;font-size:20px}.dialog-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.dialog-close{width:34px;height:34px;padding:0;display:grid;place-items:center;flex:0 0 auto}.billing-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.billing-detail-summary div{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:10px 11px;min-width:0}.billing-detail-summary span,.billing-detail-summary strong{display:block;min-width:0}.billing-detail-summary span{color:var(--muted);font-size:12px}.billing-detail-summary strong{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}.recharge-panel{border:1px solid #dec58f;background:#fff7e5;color:#7b5620;border-radius:8px;padding:11px 12px;display:flex;gap:10px;align-items:flex-start}.recharge-panel svg{flex:0 0 auto;margin-top:2px}.recharge-panel strong,.recharge-panel p{margin:0}.recharge-panel p{margin-top:4px;line-height:1.45;font-size:13px}.dialog-loading{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:13px}.billing-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.detail-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:9px}.detail-section-head h3{margin:0;font-size:15px}.detail-section-head small{color:var(--muted);white-space:nowrap}.billing-detail-list{display:grid;gap:9px;max-height:360px;overflow:auto;padding-right:2px}.billing-job-cost{text-align:right;white-space:nowrap}.billing-job-cost small{color:var(--muted)}.prep-panel{padding-bottom:14px}.prep-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.prep-item{min-height:84px;justify-content:flex-start;align-items:flex-start;gap:10px;padding:12px;text-align:left;background:#fbfcfb}.prep-item svg{color:var(--green);flex:0 0 auto;margin-top:1px}.prep-item.danger svg{color:var(--red)}.prep-item span,.prep-item strong,.prep-item small{display:block;min-width:0}.prep-item strong{line-height:1.25}.prep-item small{margin-top:5px;color:var(--muted);line-height:1.4}.section-intro,.section-switcher{display:flex;align-items:center;justify-content:space-between;gap:14px}.section-intro h2,.section-intro p,.section-switcher h2,.section-switcher p{margin:0}.section-intro p,.section-switcher p{margin-top:5px;color:var(--muted);line-height:1.5}.section-intro h2,.section-switcher h2{font-size:24px;line-height:1.2}.module-switcher{margin-bottom:-2px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.feature-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:14px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;min-height:132px}.feature-card-icon{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.feature-card strong,.feature-card p,.feature-card span{display:block;min-width:0}.feature-card strong{line-height:1.25}.feature-card p{margin:6px 0 10px;color:#4a5359;line-height:1.5}.feature-card span{color:var(--green);font-size:12px}.workbench-form{gap:14px}.script-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.link-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.script-mode{min-height:84px;align-items:flex-start;justify-content:flex-start;text-align:left;display:grid;gap:5px;padding:10px;background:#fbfcfb}.script-mode.active{border-color:#9ac2ad;background:var(--green-soft);color:var(--green)}.script-mode strong,.script-mode small{display:block;min-width:0}.script-mode small{color:var(--muted);line-height:1.4}.script-mode em{align-self:end;color:#2d7660;font-size:12px;font-style:normal;font-weight:800}.script-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compact-script-fields{grid-template-columns:repeat(2,minmax(180px,.35fr));justify-content:start}.script-result{border:1px solid #bed7ca;background:var(--green-soft);border-radius:8px;padding:11px 12px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.script-result div{min-width:0}.script-result strong,.script-result small{display:block;min-width:0}.script-result small{margin-top:5px;color:#356555;line-height:1.45;white-space:pre-wrap}.speech-draft-section p{white-space:pre-wrap;font-size:15px;line-height:1.75;color:#1d2529}.bulk-script-result-list{width:100%;display:grid;gap:8px}.bulk-script-result{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.bulk-script-result.failed{border-color:#f3b8b2;background:var(--red-soft)}.bulk-script-result strong,.bulk-script-result small{display:block;min-width:0}.bulk-script-result small{margin-top:4px;color:var(--muted);line-height:1.45;white-space:pre-wrap}.compact-actions{flex-wrap:nowrap;justify-content:flex-end}.embedded-search>.panel:first-child{border-color:#bed7ca;box-shadow:0 1px #13795b14}.stat{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:16px;display:flex;gap:12px;align-items:center}.stat svg{color:var(--green)}.stat.danger svg{color:var(--red)}.stat span,.stat strong{display:block}.stat span{color:var(--muted);font-size:13px}.stat strong{font-size:24px;margin-top:2px}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}.two-column.tight{gap:10px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.panel h2{margin:0;font-size:16px;line-height:1.28}.panel-head h2{font-size:16px}.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.list,.alert-list,.report-list{display:grid;gap:10px}.list-row,.monitor-row,.profile-row,.alert-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:12px}.list-row,.monitor-row,.alert-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.list-row{justify-content:flex-start}.list-row strong,.profile-row strong,.monitor-row strong,.alert-row strong{display:block;margin-bottom:3px}.list-row small,.profile-row small,.profile-row span,.monitor-row small,.alert-row small{color:var(--muted);display:block}.monitor-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;flex:0 0 auto}.monitor-actions .danger-action{border-color:#f1c9c5;background:#fff8f7;color:#a3382e}.monitor-actions .scan-action{min-height:40px;padding:10px 14px;font-weight:850;box-shadow:0 8px 18px #1e483714}.monitor-actions .light-scan{border-color:#1f795b59;background:var(--green);color:#fff}.monitor-actions .light-scan:hover:not(:disabled){background:#166a4e}.monitor-actions .deep-scan{border-color:#a8382e47;background:#a3382e;color:#fff}.monitor-actions .deep-scan:hover:not(:disabled){background:#8f2f27}.scan-mode-guide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:4px 0 12px}.scan-mode-guide div{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;padding:12px;display:grid;gap:6px}.scan-mode-guide strong{color:#1f2a2e}.scan-mode-guide span,.scan-mode-guide small{color:var(--muted);line-height:1.45}.scan-mode-guide small{font-size:12px}.profile-links{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.profile-links a{display:inline-flex;align-items:center;gap:6px;min-height:30px;border:1px solid var(--line);border-radius:8px;padding:0 9px;color:var(--green);background:#fff;text-decoration:none;font-size:13px;font-weight:700}.profile-links a:hover{background:var(--green-soft)}.profile-row .platform-icon{display:inline-flex;color:inherit}.profile-row .platform-icon span{display:inline;color:inherit}.form-panel{display:grid;gap:12px}.form-panel label{display:grid;gap:6px;color:#3d454a;font-size:13px}.simple-search-grid{grid-template-columns:minmax(280px,1fr) minmax(160px,.35fr) minmax(120px,.2fr)}.advanced-filters{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;padding:10px 12px}.advanced-filters summary{cursor:pointer;color:var(--green);font-weight:700;list-style-position:inside}.advanced-filters[open] summary{margin-bottom:12px}.compact-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.monitor-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.monitor-create-grid .wide-field{grid-column:1 / -1;grid-row:auto}.platform-checks{display:grid;gap:8px}.check-row{grid-template-columns:18px 1fr;align-items:center}.check-row input{width:16px;height:16px}.platform-toggle-grid{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;padding:10px 12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.platform-toggle-grid>span{color:#3d454a;font-size:13px;font-weight:700}.platform-toggle-grid .check-row{display:inline-grid;grid-template-columns:18px auto;gap:7px;margin:0}.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.button-row button,.action-pack button{flex-shrink:0;white-space:nowrap}.button-row .inline-note{flex:1 1 220px}.inline-note{margin:0;color:var(--green)}.field-hint{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.auto-form-grid{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(2,minmax(180px,.7fr));gap:12px;align-items:end}.wide-field{grid-row:span 2}.badge-row,.keyword-line,.search-log-line,.filter-line{display:flex;flex-wrap:wrap;gap:8px}.keyword-line span,.search-log-line span,.filter-line span{border-radius:999px;padding:5px 9px;font-size:12px}.keyword-line span{background:var(--green-soft);color:var(--green)}.search-log-line{margin-top:12px}.filter-line{margin-top:10px}.search-log-line span{background:var(--surface-2);color:var(--muted)}.filter-line span{background:var(--blue-soft);color:var(--blue)}.warning-line{margin-top:12px;display:flex;align-items:center;gap:8px;color:var(--amber);background:var(--amber-soft);border:1px solid #efcd87;border-radius:8px;padding:10px 12px}.billing-estimate{border:1px solid #d9e2dc;background:#fbfcfb;border-radius:8px;padding:12px;display:grid;gap:10px}.billing-estimate.compact{margin-top:10px}.billing-estimate-head{display:flex;align-items:flex-start;gap:9px}.billing-estimate-head>svg{color:var(--green);flex:0 0 auto;margin-top:1px}.billing-estimate-head div{min-width:0;flex:1 1 auto}.billing-estimate-head strong,.billing-estimate-head small{display:block}.billing-estimate-head small{margin-top:3px;color:var(--muted);line-height:1.45}.billing-lines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.billing-lines div{min-height:68px;border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:9px 10px;display:grid;gap:4px}.billing-lines span,.billing-lines small,.billing-lines strong{min-width:0}.billing-lines span{color:#3d454a;font-size:13px}.billing-lines small{color:var(--muted);line-height:1.35}.billing-lines strong{font-size:14px}.billing-note{color:var(--muted);line-height:1.45}.billing-warning{display:flex;align-items:flex-start;gap:8px;border:1px solid #efcd87;background:var(--amber-soft);color:var(--amber);border-radius:8px;padding:9px 10px;line-height:1.45;font-size:13px}.billing-actual{margin-top:12px;border:1px solid #bed7ca;background:var(--green-soft);color:var(--green);border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.billing-actual div{display:flex;align-items:center;gap:8px;min-width:0}.billing-actual strong{white-space:nowrap}.billing-actual small{color:#356555;line-height:1.45;text-align:right}.search-panel{display:grid;grid-template-columns:auto auto 1fr auto;gap:10px;align-items:center}.segmented{display:inline-grid;grid-auto-flow:column;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#eef2ef}.segmented button{border:0;border-radius:0;background:transparent}.segmented button.active{background:var(--surface);color:var(--green);box-shadow:inset 0 -2px 0 var(--green)}.search-input{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--surface)}.search-input input{border:0;box-shadow:none;padding-left:0}.link-import-panel{display:grid;gap:12px}.link-import-panel .panel-head{margin-bottom:0}.link-import-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:center}.link-action-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:center}.link-action-row button{white-space:nowrap}.link-action-row.single-action{justify-content:stretch;align-items:stretch;display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr)}.link-action-row.single-action small{align-self:center;color:var(--muted);font-size:12px;line-height:1.45}.deconstruct-submit{min-height:42px;font-size:15px}.deconstruct-submit.is-running,.deconstruct-submit.is-running:disabled{background:#6b7470;border-color:#6b7470;color:#fff;opacity:1;cursor:wait}.report-choice-panel{border:1px solid #bed7ca;background:#fbfcfb;border-radius:8px;padding:12px;display:grid;gap:10px}.report-choice-head strong,.report-choice-head small{display:block}.report-choice-head small{margin-top:4px;color:var(--muted);line-height:1.5}.analysis-focus-block{display:grid;gap:10px}.analysis-focus-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.focus-option{min-height:88px;align-items:flex-start;justify-content:flex-start;text-align:left;display:grid;gap:5px;padding:10px;background:var(--surface)}.focus-option:hover,.focus-option.active{border-color:#9ac2ad;background:var(--green-soft)}.focus-option.active{color:var(--green)}.focus-option strong,.focus-option small{display:block;min-width:0}.focus-option small{color:var(--muted);line-height:1.4}.custom-requirement{display:grid;gap:6px;color:#3d454a;font-size:13px}.custom-requirement textarea{min-height:82px;resize:vertical}.report-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.report-choice-card{min-height:132px;align-items:flex-start;justify-content:flex-start;text-align:left;display:grid;gap:5px;padding:12px;background:var(--surface)}.report-choice-card:hover{border-color:#9ac2ad;background:var(--green-soft)}.report-choice-card strong,.report-choice-card small,.report-choice-card span{display:block;min-width:0}.report-choice-card small{color:var(--muted);line-height:1.45}.report-choice-card span{color:var(--green);font-size:12px;line-height:1.35}.task-progress{border:1px solid #bed7ca;background:var(--green-soft);color:var(--green);border-radius:8px;padding:10px 12px;display:flex;gap:9px;align-items:flex-start}.task-progress.running{background:#fbfcfb}.task-progress>svg{flex:0 0 auto;margin-top:1px}.task-progress strong,.task-progress small,.task-progress span{display:block}.task-progress small{margin-top:3px;color:#3d454a;line-height:1.45}.task-progress span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.task-progress>div{min-width:0;flex:1 1 auto}.task-progress-bar.inline-progress{margin-top:8px;width:min(340px,100%);background:#19765524}.progress-step-list{margin:10px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;list-style:none}.progress-step-list li{border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;opacity:.62}.progress-step-list li>span{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e8eee9;color:#65716b;font-size:12px;font-weight:800;margin:0}.progress-step-list li.done,.progress-step-list li.active{opacity:1}.progress-step-list li.done>span{background:var(--green);color:#fff}.progress-step-list li.active{border-color:#9ac2ad;background:var(--green-soft)}.progress-step-list li.active>span{background:#e0a84c;color:#1d211f}.progress-step-list strong,.progress-step-list small{display:block;min-width:0}.progress-step-list strong{color:#27322e;font-size:12px;line-height:1.3}.progress-step-list small{color:var(--muted);font-size:11px;line-height:1.35}.task-list-panel{border-top:1px solid var(--line);padding-top:12px;display:grid;gap:10px}.task-list-panel .panel-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.task-list-panel.compact{padding-top:8px}.task-list-panel .panel-head{margin-bottom:0}.task-list{display:grid;gap:10px}.task-card{border:1px solid var(--line);border-radius:8px;background:#fffefb;padding:12px;display:grid;gap:10px}.task-card.running,.task-card.queued{border-color:#bed7ca;background:#fbfcfb}.task-card.failed{border-color:#f0b8b8;background:#fff7f7}.task-card-main{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.task-card-main strong,.task-card-main small{display:block;min-width:0}.task-card-main small{margin-top:4px;color:var(--muted);line-height:1.45;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.task-progress-bar{height:7px;overflow:hidden;border-radius:999px;background:#e8eee9}.task-progress-bar span{display:block;height:100%;border-radius:inherit;background:var(--green);transition:width .24s ease}.task-actions{display:flex;flex-wrap:wrap;gap:8px}.radar-history-panel{display:grid;gap:12px}.radar-history-list{display:grid;gap:10px}.radar-history-item{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;padding:12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.radar-history-covers{display:flex;align-items:center;min-width:44px}.radar-history-covers img,.radar-history-covers span{width:42px;height:56px;border:1px solid #fff;border-radius:7px;background:#eef3ef;box-shadow:0 8px 18px #222f291f}.radar-history-covers img{object-fit:cover;display:block}.radar-history-covers span{display:grid;place-items:center;color:var(--muted)}.radar-history-item.active{border-color:#a9c8b7;background:var(--green-soft)}.radar-history-item strong,.radar-history-item small{display:block;min-width:0}.radar-history-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radar-history-item small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.radar-history-metrics{margin-top:7px;display:flex;flex-wrap:wrap;gap:6px}.radar-history-metrics span{border:1px solid var(--line);border-radius:999px;background:#f7faf7;color:#34423b;padding:4px 7px;font-size:12px;font-weight:700;line-height:1}.task-actions button{min-height:34px;padding:0 10px;font-size:13px}.overview-recent small,.billing-actual small,.evidence-mini small,.transcript-head small,.profile-row span,.alert-row small,.admin-job-row small{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dashboard-overview .overview-recent small{display:block;line-height:1.5}.task-summary{margin:0;color:var(--muted);line-height:1.5;font-size:13px}.link-input{min-height:42px}.evidence-mini{border:1px solid #bed7ca;background:#fbfcfb;border-radius:8px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:12px;align-items:center}.evidence-mini strong,.evidence-mini small{display:block;min-width:0}.evidence-mini strong{line-height:1.3}.evidence-mini small{margin-top:5px;color:var(--muted);line-height:1.45}.evidence-mini img{width:72px;aspect-ratio:9 / 16;object-fit:cover;border-radius:7px;border:1px solid var(--line);background:#e9ede9}.compact-warning{margin-top:0}.analysis-result,.transcript-result{border:1px solid #d9e2dc;background:#fbfcfb;border-radius:8px;padding:12px;display:grid;gap:10px}.analysis-head,.transcript-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.analysis-head div,.transcript-head div{min-width:0}.analysis-head strong,.analysis-head small,.transcript-head strong,.transcript-head small{display:block}.analysis-head strong,.transcript-head strong{line-height:1.3}.analysis-head small,.transcript-head small{margin-top:5px;color:var(--muted);line-height:1.45}.analysis-result pre{margin:0;max-height:360px;overflow:auto;white-space:pre-wrap;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--surface);color:#2d3438;line-height:1.55}.transcript-result textarea{min-height:220px;max-height:420px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;line-height:1.55;resize:vertical;background:var(--surface)}.batch-status-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.batch-status{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;padding:10px;display:grid;gap:4px}.batch-status strong,.batch-status span,.batch-status small{display:block;min-width:0}.batch-status span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#3d454a}.batch-status small{color:var(--muted);line-height:1.4}.batch-status.done{border-color:#bed7ca;background:var(--green-soft)}.batch-status.failed{border-color:#f3b8b2;background:var(--red-soft)}.batch-status.failed small{color:var(--red)}.content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.content-library-tools{margin:-4px 0 14px;display:grid;gap:10px}.benchmark-account-editor .panel-head{align-items:flex-start}.benchmark-account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.benchmark-account-form-grid .wide-field{grid-column:1 / -1}.benchmark-account-form-grid textarea{min-height:76px;resize:vertical}.profile-import-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.profile-import-row button{min-height:42px;white-space:nowrap}.tag-filter-row{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:8px;color:var(--muted);font-size:13px}.benchmark-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.benchmark-account-card{border:1px solid var(--line);background:#fffefb;border-radius:8px;padding:14px;display:grid;gap:10px;min-width:0}.benchmark-account-head{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px}.benchmark-avatar{width:44px;height:44px;border-radius:8px;border:1px solid var(--line);background:var(--green-soft);color:var(--green);display:grid;place-items:center;overflow:hidden}.benchmark-avatar img{width:100%;height:100%;object-fit:cover;display:block}.benchmark-account-head h3{margin:0;font-size:18px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.benchmark-account-head small{margin-top:4px;color:var(--muted);display:inline-flex;align-items:center;gap:6px}.benchmark-status{border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;white-space:nowrap;background:var(--green-soft);color:var(--green)}.benchmark-status.focus{background:var(--amber-soft);color:var(--amber)}.benchmark-status.paused{background:#eef1f0;color:var(--muted)}.benchmark-account-card p,.muted-text{margin:0;color:#4a5359;line-height:1.5}.muted-text{color:var(--muted)}.reason-box{border:1px solid #d9e2dc;background:#fbfcfb;border-radius:8px;padding:9px 10px;color:#3d454a;font-size:13px;line-height:1.5}.benchmark-account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.benchmark-account-stats span{border:1px solid var(--line);border-radius:8px;background:#fbfcfb;padding:8px;color:var(--muted);font-size:12px;line-height:1.35}.benchmark-account-stats strong{display:block;color:#1f2a2e;font-size:15px;margin-top:3px}.output-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.output-history-panel .panel-head p{margin:5px 0 0;color:var(--muted);line-height:1.45}.compact-output-list{display:grid;gap:10px}.compact-output-row{border:1px solid var(--line);border-radius:8px;background:#fffefb;padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.compact-output-row strong,.compact-output-row small,.compact-output-row p{display:block;min-width:0}.compact-output-row small{margin-top:3px;color:var(--muted)}.compact-output-row p{margin:6px 0 0;color:#4a5359;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.output-card{border:1px solid var(--line);background:#fffefb;border-radius:8px;padding:14px;display:grid;gap:10px;min-height:220px}.output-card.expanded{grid-column:span 2}.output-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.output-card h3,.output-card p{margin:0}.output-card h3{font-size:15px;line-height:1.35}.output-card p{color:#4a5359;line-height:1.5}.output-card pre{margin:0;max-height:126px;overflow:auto;white-space:pre-wrap;border:1px solid var(--line);border-radius:8px;background:#f8faf7;padding:10px;color:#4a5359;font-size:12px;line-height:1.5}.structured-result{display:grid;gap:10px;border:1px solid #d9e2dc;border-radius:8px;background:#fbfcfb;padding:10px}.structured-section{display:grid;gap:7px;min-width:0}.structured-section+.structured-section{border-top:1px solid var(--line);padding-top:10px}.structured-section h3{margin:0;font-size:14px;color:#1f2a2e}.structured-section p{margin:0;line-height:1.55;color:#3c464b}.structured-section ul{margin:0;padding-left:18px;color:#3c464b;line-height:1.55}.structured-row-list{display:grid;gap:8px}.structured-row-list article{border:1px solid var(--line);border-radius:8px;background:#fff;padding:9px;display:grid;gap:5px}.structured-row-list strong,.structured-row-list span{min-width:0;line-height:1.45}.structured-row-list span{color:#516069;font-size:13px}.risk-level-pill{width:fit-content;border-radius:999px;background:var(--amber-soft);color:var(--amber);padding:5px 9px;font-size:12px;font-weight:800}.file-badge{display:inline-flex;align-items:center;gap:6px;color:var(--green);background:var(--green-soft);border-radius:999px;padding:5px 8px;font-size:12px;font-weight:700}.benchmark-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.content-card{border:1px solid var(--line);background:#fffefb;border-radius:8px;padding:14px;display:grid;gap:10px;min-height:220px}.content-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.content-card-head>div{min-width:0;display:grid;gap:4px}.content-card-head strong{min-width:0;font-size:20px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-card-head small{color:var(--muted);display:inline-flex;align-items:center;gap:6px}.source-link{flex:0 0 auto;min-height:30px;border:1px solid var(--line);border-radius:8px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;color:var(--green);text-decoration:none;font-size:13px}.source-link:hover{background:var(--green-soft);border-color:#a9c8b7}.content-cover{display:block;width:100%;aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#eef2ef}.content-cover img{display:block;width:100%;height:100%;object-fit:cover}.empty-cover{display:grid;place-items:center;gap:6px;color:var(--muted);font-size:13px}.bgm-line{color:#4a5359;background:#f5f7f4;border:1px solid var(--line);border-radius:8px;padding:7px 9px;font-size:13px;line-height:1.35}.tag-chip-row{display:flex;flex-wrap:wrap;gap:6px}.tag-chip-row span{border-radius:999px;background:var(--green-soft);color:var(--green);padding:4px 8px;font-size:12px;font-weight:700}.content-card .card-footer{justify-content:flex-start;align-items:flex-start}.content-card .card-footer button{min-height:32px;padding:0 10px;font-size:12px}.content-downloads{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.content-downloads.expanded{width:100%;border-top:1px solid var(--line);padding-top:10px}.content-library-footer{margin-top:14px;border-top:1px solid var(--line);padding-top:12px;display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted);font-size:13px}.content-library-footer span{display:inline-flex;align-items:center;gap:6px}.benchmark-card{border:1px solid var(--line);background:#fffefb;border-radius:8px;padding:14px;display:grid;gap:11px;min-height:250px}.radar-note-card{padding:0;overflow:hidden;align-content:start;min-height:0;box-shadow:0 16px 34px #1e2d2614}.radar-cover{position:relative;width:100%;aspect-ratio:4 / 5;background:#edf2ee;overflow:hidden}.radar-cover img{width:100%;height:100%;display:block;object-fit:cover}.radar-cover .cover-fallback{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);background:linear-gradient(135deg,#f6f8f5,#e8efeb)}.radar-rank,.radar-type-badge{position:absolute;top:10px;border-radius:999px;background:#141d19b8;color:#fff;padding:5px 8px;font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.radar-rank{left:10px}.radar-type-badge{right:10px;display:inline-flex;align-items:center;gap:5px}.radar-card-body{padding:13px;display:grid;gap:9px}.radar-account-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.radar-account-row strong{min-width:0;font-size:18px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radar-account-row span{flex:0 0 auto;color:var(--muted);font-size:12px}.radar-note-card h3{font-size:15px;line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.radar-metrics-strip{display:flex;flex-wrap:wrap;gap:7px}.radar-metrics-strip span{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:999px;padding:5px 8px;background:#f8faf7;color:#33413b;font-size:12px;font-weight:700}.radar-tags span{background:#eef7f2}.radar-reason{border-top:1px solid var(--line);padding-top:9px;display:grid;gap:5px}.radar-reason strong{font-size:13px}.radar-reason p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:13px}.radar-card-footer{padding:0 13px 13px;align-items:center}.radar-card-footer .source-link{min-height:34px}.benchmark-layout{display:grid;grid-template-columns:142px minmax(0,1fr) 260px;gap:14px;align-items:stretch}.cover-box{width:142px;aspect-ratio:9 / 16;border-radius:8px;overflow:hidden;background:#e9ede9;border:1px solid var(--line);display:grid;place-items:center;color:var(--muted);font-size:13px}.cover-box img{width:100%;height:100%;object-fit:cover;display:block}.cover-fallback{width:100%;height:100%;display:grid;place-items:center;background:#eef2ef}.benchmark-body{display:grid;gap:8px;align-content:start}.candidate-subline{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px}.candidate-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.candidate-metrics div{min-height:58px;padding:9px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:3px}.candidate-metrics div:nth-child(2n){border-right:0}.candidate-metrics div:nth-last-child(-n+2){border-bottom:0}.candidate-metrics span{color:var(--muted);font-size:12px}.candidate-metrics strong{font-size:17px}.candidate-insights{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.benchmark-head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:start}.score-box{height:64px;border-radius:8px;background:var(--green);color:#fff;display:grid;place-items:center;align-content:center}.score-box strong{font-size:22px;line-height:1}.score-box span{font-size:11px;opacity:.88;margin-top:4px}.card-top,.metric-row,.card-footer,.actions-line,.action-pack{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.card-top span,.metric-row span,.actions-line span{background:var(--blue-soft);color:var(--blue);border-radius:999px;padding:4px 8px;font-size:12px}.card-top span:first-child{background:var(--green-soft);color:var(--green)}.content-card h3,.benchmark-card h3,.report h3{margin:0;font-size:15px;line-height:1.35}.benchmark-card small{color:var(--muted)}.content-card p,.benchmark-card p,.alert-row p,.report p{margin:0;color:#4a5359;line-height:1.5}.insight-block{border-top:1px solid var(--line);padding-top:10px;display:grid;gap:5px}.insight-block strong{font-size:13px}.risk-note{display:flex;gap:8px;align-items:flex-start;color:var(--amber);line-height:1.45;font-size:13px}.card-footer{margin-top:auto;justify-content:space-between}.card-footer small{color:var(--muted);max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.manual-results{margin-top:12px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{padding:12px;gap:12px;position:static;height:auto;max-height:none}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-button{min-width:0}.main{padding:14px}.topbar,.panel-head,.analysis-head,.transcript-head{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;justify-content:flex-start}.wallet-pill,.user-pill{max-width:100%}.stats-grid,.dashboard-overview,.admin-stats-grid,.two-column,.content-grid,.benchmark-account-grid,.benchmark-account-form-grid,.auto-form-grid,.admin-layout,.admin-migration-grid,.admin-point-box,.admin-password-box,.admin-password-box.three,.benchmark-layout,.candidate-insights,.search-panel,.workflow-strip,.home-shortcuts,.primary-action-grid,.tool-action-grid,.library-action-grid,.account-top-grid,.account-action-grid,.invite-link-row,.referral-stats,.billing-shortcut-grid,.recharge-form-grid,.service-menu-grid,.service-menu-grid.compact,.feature-grid,.script-form-grid,.simple-search-grid,.compact-filters,.monitor-create-grid,.scan-mode-guide,.assistant-simple-options,.progress-step-list,.compact-output-row,.bulk-script-result,.prep-grid,.billing-overview,.billing-detail-grid,.billing-lines,.link-import-grid,.workspace-hero-panel,.workspace-hero-meta,.batch-status-list,.profile-import-row,.output-list{grid-template-columns:minmax(0,1fr)}.admin-migration-toolbar{align-items:stretch;flex-direction:column}.workspace-hero-panel{padding:18px}.workspace-hero-panel h2{font-size:34px}.workspace-recent-line{width:100%}.output-card.expanded{grid-column:auto}.billing-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.service-menu-head{flex-direction:column}.service-price-row{grid-template-columns:minmax(0,1fr)}.service-price-header{display:none}.membership-row{grid-template-columns:minmax(0,1fr);align-items:flex-start}.membership-row.header{display:none}.service-price{text-align:left}.dialog-backdrop{align-items:stretch;padding:12px}.billing-dialog{max-height:none}.overview-balance,.overview-recent{border-right:0;border-bottom:1px solid var(--line);padding-right:0;padding-bottom:12px}.overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-brand{flex-direction:column}.auth-entry-actions{width:100%}.auth-entry-actions button{flex:1 1 0}.link-action-row{justify-content:flex-start}.link-action-row.single-action{grid-template-columns:minmax(0,1fr)}.link-action-row button{flex:1 1 150px}.report-choice-grid{grid-template-columns:minmax(0,1fr)}.analysis-focus-grid,.script-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-step{border-right:0;border-bottom:1px solid var(--line)}.workflow-step:last-child{border-bottom:0}.section-intro,.section-switcher,.admin-recharge-row{align-items:flex-start;flex-direction:column}.admin-recharge-actions{width:100%;justify-items:start}.wide-field{grid-row:auto}.cover-box{width:min(160px,100%)}.candidate-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-actual{align-items:flex-start;flex-direction:column}.billing-actual small{text-align:left}.admin-user-hero,.transaction-row,.admin-job-row,.script-result{flex-direction:column}.admin-user-hero>div:last-child,.amount,.billing-job-cost{text-align:left}.captcha-row,.code-row{grid-template-columns:minmax(0,1fr)}}.empty{grid-column:1 / -1;min-height:110px;border:1px dashed #cbd4ce;border-radius:8px;display:grid;place-items:center;gap:8px;color:var(--muted)}.risk{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:28px;border-radius:999px;font-weight:700;font-size:12px}.risk-p0,.risk-p1{background:var(--red-soft);color:var(--red)}.risk-p2{background:var(--amber-soft);color:var(--amber)}.risk-p3{background:var(--blue-soft);color:var(--blue)}.alert-row{justify-content:flex-start}.opinion-alert-row{align-items:flex-start;gap:14px;padding:18px}.alert-body{display:grid;gap:11px;min-width:0;flex:1}.alert-title-line{display:flex;justify-content:flex-start;gap:10px;align-items:flex-start;flex-wrap:wrap}.alert-title-line strong{min-width:0;line-height:1.35;flex:1 1 260px;font-size:18px;color:#1f2a33}.opinion-alert-row .alert-body>p{font-size:15px;line-height:1.72;color:#39444d;margin:0}.status-badge{flex:0 0 auto;border-radius:999px;padding:4px 8px;font-size:12px;background:#eef2ef;color:var(--muted)}.stage-badge{flex:0 0 auto;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;background:#eef2ef;color:#56616a}.stage-badge.standard{background:#edf6ff;color:#24618d}.stage-badge.deep{background:#f1ecff;color:#5c4aa3}.status-badge.confirmed{background:var(--green-soft);color:var(--green)}.status-badge.ignored{background:var(--amber-soft);color:var(--amber)}.status-badge.archived{background:#eceff3;color:#677079}.alert-meta{line-height:1.6;font-size:13px;gap:8px}.evidence-list{display:grid;gap:9px}.evidence-list span{border-left:3px solid #bed7ca;background:#fbfcfb;color:#344047;border-radius:6px;padding:10px 12px;font-size:15px;line-height:1.75}.evidence-comment-group{display:grid;gap:8px;border-left:3px solid #9ecab2;background:#f8fbf9;border-radius:8px;padding:12px}.evidence-comment-group strong{font-size:14px;color:var(--green)}.evidence-comment-group span{border-left:0;background:#fff;border:1px solid #e5eee8;border-radius:8px;padding:10px 11px;font-size:15px;line-height:1.75}.compact-actions{margin-top:2px}.compact-actions a,.compact-actions button{min-height:32px;padding:0 9px;font-size:13px}.compact-actions a{border:1px solid var(--line);border-radius:8px;color:var(--green);display:inline-flex;align-items:center;gap:6px;text-decoration:none}.scan-note{margin:8px 0 0;color:#356555;background:var(--green-soft);border:1px solid #bed7ca;border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.5}.report{border:1px solid var(--line);border-radius:8px;padding:14px;display:grid;gap:10px;background:#fffefb}.report>div{display:flex;gap:8px;align-items:center}.report pre{margin:0;max-height:320px;overflow:auto;white-space:pre-wrap;border:1px solid var(--line);border-radius:8px;padding:12px;background:#f8faf7;color:#2d3438;line-height:1.55}.assistant-workbench textarea:first-of-type{min-height:150px}.assistant-simple-options{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(220px,1fr);gap:12px;align-items:end}.assistant-platform-field{display:grid;gap:7px;color:#3d454a;font-size:13px}.platform-pill-row{display:flex;gap:8px;flex-wrap:wrap;min-height:42px;align-items:center}.platform-pill-row label{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fbfcfb;cursor:pointer;font-weight:800}.platform-pill-row label.selected{border-color:#1f795b59;background:var(--green-soft);color:var(--green)}.platform-pill-row input{width:15px;height:15px}.assistant-plan-panel .billing-estimate{margin-top:12px}.assistant-plan-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:14px}.plain-ordered-list{margin:0;padding-left:20px;color:#344047;line-height:1.75}.badge.warning{background:var(--amber-soft);color:var(--amber)}.badge.danger{background:#fde8e8;color:#a63232}@media(max-width:900px){.assistant-plan-grid{grid-template-columns:1fr}}
