@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";
.crm-page{max-width:1380px;margin:auto;padding:36px 34px 54px}.crm-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.crm-heading h1{letter-spacing:-1px;margin:6px 0 7px;font-size:29px}.crm-heading p:not(.eyebrow){color:var(--muted);margin:0}.crm-heading-note{color:#4a7161;background:#f4f9f5;border:1px solid #dce9e1;border-radius:7px;align-items:center;gap:7px;padding:9px 11px;font-size:11px;display:flex}.crm-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px;display:grid}.crm-metrics article{border:1px solid var(--line);background:#fff;border-radius:9px;padding:15px 17px}.crm-metrics span{color:var(--muted);font-size:11px}.crm-metrics b{color:var(--green);letter-spacing:-.8px;margin-top:4px;font-size:24px;display:block}.crm-workbench{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:360px minmax(0,1fr);min-height:650px;display:grid;overflow:hidden}.crm-client-list{border-right:1px solid var(--line);flex-direction:column;min-width:0;display:flex}.crm-list-head{color:#73817d;align-items:center;gap:10px;padding:15px 14px 10px;display:flex}.crm-search{background:#fff;border:1px solid #d8e2dd;border-radius:6px;flex:1;align-items:center;gap:7px;height:35px;padding:0 9px;display:flex}.crm-search:focus-within{border-color:#8aa99a;box-shadow:0 0 0 3px #e8f0eb}.crm-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.crm-status-tabs{border-bottom:1px solid var(--line);gap:4px;padding:0 14px 11px;display:flex;overflow:auto}.crm-status-tabs button{color:#64736f;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;min-height:27px;padding:0 7px;font-size:10px}.crm-status-tabs button:hover,.crm-status-tabs button.is-active{color:#28514d;background:#e8f1eb;font-weight:700}.crm-client-scroll{overflow:auto}.crm-client-row{width:100%;min-height:68px;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0ee;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 13px;transition:background .18s;display:grid}.crm-client-row:hover{background:#f6faf7}.crm-client-row.is-active{box-shadow:inset 3px 0 0 var(--green);background:#edf5ef}.crm-initial{color:#477069;background:#dcebe4;border-radius:50%;place-items:center;width:29px;height:29px;font-size:11px;font-weight:700;display:grid}.crm-client-copy{min-width:0}.crm-client-copy b,.crm-client-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.crm-client-copy b{font-size:12px}.crm-client-copy small{color:#71817c;margin-top:4px;font-size:10px}.crm-status,.crm-valid,.crm-risk{white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;padding:3px 5px;font-size:9px;display:inline-flex}.crm-status.is-lead{color:#826519;background:#fbf1d3}.crm-status.is-signed{color:#3e7250;background:#e3f1e6}.crm-status.is-lost{color:#9b5542;background:#fae9e3}.crm-status.is-unknown{color:#66746f;background:#edf0ef}.crm-no-results{color:var(--muted);text-align:center;margin:35px 14px;font-size:12px}.crm-detail{min-width:0;padding:25px 28px 30px}.crm-detail-head{border-bottom:1px solid var(--line);color:#6d7c77;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:19px;display:flex}.crm-title-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-title-line h2{color:var(--ink);letter-spacing:-.8px;margin:0;font-size:23px}.crm-detail-head p{color:var(--muted);margin:7px 0 0;font-size:11px}.crm-valid{color:#326a56;background:#e0f0e8}.crm-profile-grid{grid-template-columns:repeat(4,1fr);gap:10px;padding:18px 0;display:grid}.crm-profile-grid div{background:#fbfcfa;border:1px solid #e3e9e6;border-radius:7px;padding:10px 11px}.crm-profile-grid span,.crm-profile-grid b{display:block}.crm-profile-grid span{color:#7b8985;font-size:10px}.crm-profile-grid b{color:#3f504d;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:12px;font-weight:600;overflow:hidden}.crm-next-card{background:linear-gradient(130deg,#f9fcf9,#edf5ef);border:1px solid #d7e5dc;border-radius:9px;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px;display:flex}.crm-section-label{color:#416e5d;letter-spacing:.7px;align-items:center;gap:6px;font:500 10px DM Mono,monospace;display:flex}.crm-next-card h3{color:#254a43;margin:9px 0 4px;font-size:15px}.crm-next-card p{color:#687872;margin:0;font-size:11px}.crm-risk{color:#72817c;background:#fff;border:1px solid #dce6e1}.crm-risk.is-高{color:#9d513a;background:#fff5f1;border-color:#f0cfc2}.crm-risk.is-中{color:#8c6e23;background:#fffbed;border-color:#eadcae}.crm-risk.is-低{color:#47725b;background:#f3faf4;border-color:#cde4d5}.crm-timeline{margin-top:24px}.crm-section-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;padding-bottom:12px;display:flex}.crm-section-top h3{margin:4px 0 0;font-size:15px}.crm-section-top>span{color:#7c8b86;font-size:10px}.crm-timeline-item{border-bottom:1px solid #edf0ee;grid-template-columns:16px minmax(0,1fr);gap:9px;padding:13px 0;display:grid}.crm-timeline-item>i{background:#fff;border:2px solid #91af9d;border-radius:50%;width:8px;height:8px;margin:5px 0 0 3px}.crm-timeline-item>div>div{align-items:center;gap:9px;display:flex}.crm-timeline-item b{font-size:11px}.crm-timeline-item time{color:#86938f;font-size:10px}.crm-timeline-item p{color:#4d5d59;white-space:pre-wrap;margin:5px 0;font-size:12px;line-height:1.65}.crm-timeline-item small{color:#4c7362;font-size:10px}.crm-timeline-empty{color:#7c8985;padding:17px 0;font-size:11px}.crm-followup-form{background:#fbfcfa;border:1px solid #dfe8e3;border-radius:9px;gap:10px;margin-top:19px;padding:17px;display:grid}.crm-followup-form label{color:#4b5b57;gap:6px;font-size:11px;font-weight:600;display:grid}.crm-followup-form input,.crm-followup-form textarea,.crm-followup-form select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d5e0da;border-radius:6px;outline:0;padding:8px 9px;font-size:12px}.crm-followup-form textarea{resize:vertical}.crm-followup-form input:focus,.crm-followup-form textarea:focus,.crm-followup-form select:focus{border-color:#89a99a;box-shadow:0 0 0 3px #e7f0ea}.crm-form-row{grid-template-columns:minmax(0,1.5fr) .8fr .55fr;gap:9px;display:grid}.crm-form-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.crm-form-foot span{color:#7b8985;align-items:center;gap:5px;font-size:10px;display:flex}.crm-form-foot span svg{color:#a45038}.crm-empty{color:#567269;text-align:center;background:#fbfcfa;border:1px dashed #cddbd3;border-radius:11px;place-items:center;min-height:420px;margin:38px 34px;padding:30px;display:grid}.crm-empty h2{color:var(--ink);margin:12px 0 5px;font-size:18px}.crm-empty p{color:var(--muted);margin:0;font-size:12px}@media (max-width:1050px){.crm-workbench{grid-template-columns:310px minmax(0,1fr)}.crm-profile-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.crm-page{padding:25px 16px 40px}.crm-heading{flex-direction:column;align-items:flex-start}.crm-heading h1{font-size:24px}.crm-metrics{grid-template-columns:repeat(2,1fr)}.crm-workbench{grid-template-columns:1fr}.crm-client-list{border-right:0;border-bottom:1px solid var(--line);max-height:370px}.crm-detail{padding:21px 16px}.crm-profile-grid{grid-template-columns:1fr 1fr}.crm-form-row{grid-template-columns:1fr}.crm-next-card{flex-direction:column}.crm-heading-note{align-self:stretch}}.crm-right-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:12px;margin:18px 0;display:grid}.crm-portrait-card,.crm-ai-card{border:1px solid var(--line);background:#fff;border-radius:9px;padding:16px}.crm-portrait-section{border-top:1px solid #edf0ee;padding:12px 0}.crm-portrait-section>b{color:#3f5e55;font-size:11px}.crm-portrait-section dl,.crm-all-fields dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:9px 0 0;display:grid}.crm-portrait-section dl div,.crm-all-fields dl div{min-width:0}.crm-portrait-section dt,.crm-all-fields dt{color:#84918e;font-size:10px}.crm-portrait-section dd,.crm-all-fields dd{color:#40514d;overflow-wrap:anywhere;margin:3px 0 0;font-size:11px;line-height:1.55}.crm-ai-card{background:linear-gradient(150deg,#f9fcf9,#eef6f0);border-color:#d5e5d9}.crm-ai-card .crm-section-top svg{color:#557c63}.crm-ai-card>p{color:#61746d;margin:10px 0 12px;font-size:11px;line-height:1.65}.crm-ai-card ol{counter-reset:ai-steps;gap:9px;margin:0;padding:0;list-style:none;display:grid}.crm-ai-card li{color:#39554d;counter-increment:ai-steps;grid-template-columns:20px minmax(0,1fr);gap:7px;font-size:11px;line-height:1.65;display:grid}.crm-ai-card li:before{content:counter(ai-steps);color:#fff;background:#5b8870;border-radius:50%;place-items:center;width:18px;height:18px;margin-top:1px;font:500 9px DM Mono,monospace;display:grid}.crm-all-fields{background:#fbfcfb;border:1px solid #dde5e1;border-radius:8px;margin-top:16px}.crm-all-fields summary{color:#48675d;cursor:pointer;padding:12px 14px;font-size:11px;font-weight:700}.crm-all-fields dl{border-top:1px solid #e5ebe8;padding:0 14px 14px}.crm-all-fields dl div{padding-top:10px}@media (max-width:960px){.crm-right-grid{grid-template-columns:1fr}}@media (max-width:780px){.crm-portrait-section dl,.crm-all-fields dl{grid-template-columns:1fr}}
:root{--ink:#1c292f;--muted:#667579;--line:#e4e9e5;--paper:#f8f9f7;--nav:#173d3a;--green:#28514d;--lime:#d4df9a;--cream:#f5f2ea;--orange:#eb855d}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Noto Sans SC,Arial,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand{letter-spacing:.2px;align-items:center;gap:9px;font-size:16px;font-weight:700;display:inline-flex}.brand small{color:#83918e;letter-spacing:.7px;margin-left:2px;font:500 9px DM Mono,monospace}.brand-mark{background:var(--nav);width:28px;height:28px;color:var(--lime);border-radius:50% 50% 47% 47%;place-items:center;display:grid}.brand-dark{color:#f0f5ef}.brand-dark .brand-mark{background:var(--lime);color:var(--nav)}.brand-dark small{color:#a6beb8}.button-primary,.button-outline,.button-quiet{cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:#173d3a}.button-primary:disabled{opacity:.6;cursor:not-allowed}.button-primary.compact{min-height:36px;font-size:13px}.button-outline{border:1px solid var(--line);color:var(--ink);background:#fff;min-height:38px;font-size:13px}.button-quiet{color:var(--green);background:0 0}.landing{min-height:100vh;padding:0 clamp(24px,6vw,92px) 56px;overflow:hidden}.landing-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:84px;display:flex}.landing-header>div{align-items:center;gap:19px;display:flex}.text-link{color:var(--muted);font-size:13px}.hero{grid-template-columns:minmax(0,1.1fr) minmax(350px,.7fr);align-items:center;gap:clamp(42px,8vw,110px);max-width:1180px;margin:0 auto;padding:clamp(72px,12vw,150px) 0 94px;display:grid}.eyebrow{color:var(--green);letter-spacing:1.1px;margin:0;font:500 11px DM Mono,monospace}.hero h1{letter-spacing:-3px;max-width:670px;margin:17px 0 23px;font-size:clamp(42px,5.5vw,70px);line-height:1.14}.hero h1 em{color:var(--green);font-style:normal;display:block}.hero-summary{color:var(--muted);max-width:590px;font-size:16px;line-height:1.85}.hero-actions{align-items:center;gap:9px;margin-top:30px;display:flex}.hero-card{background:var(--nav);color:#f7fbf7;border-radius:12px;padding:26px;box-shadow:0 22px 46px #173d3a26}.card-label{color:#bdceca;letter-spacing:.9px;align-items:center;gap:8px;font:500 10px DM Mono,monospace;display:flex}.pulse{background:var(--lime);border-radius:50%;width:7px;height:7px}.hero-card h2{margin:28px 0 10px;font-size:20px}.hero-card>p{color:#c4d4cf;margin:0;font-size:14px;line-height:1.7}.mini-response{background:#ffffff14;border-radius:8px;align-items:center;gap:11px;margin-top:25px;padding:13px;display:flex}.mini-response>span,.member-cell>span{color:#316662;background:#d9e9e5;border-radius:50%;flex:none;place-items:center;width:33px;height:33px;font-size:11px;font-weight:700;display:grid}.mini-response b,.mini-response small{display:block}.mini-response small{color:#b9cbc5;margin-top:3px;font-size:11px}.card-progress{color:#c4d4cf;margin-top:24px;font-size:11px}.card-progress i{background:linear-gradient(90deg,var(--lime) 68%,#ffffff29 68%);border-radius:9px;height:5px;margin-bottom:7px;display:block}.feature-grid{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);max-width:1180px;margin:auto;display:grid}.feature-grid article{border-left:1px solid var(--line);padding:27px 22px 8px}.feature-grid article:first-child{border-left:0;padding-left:0}.feature-grid svg{color:var(--green)}.feature-grid h2{margin:15px 0 7px;font-size:15px}.feature-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.auth-page{grid-template-columns:minmax(380px,.85fr) 1.15fr;min-height:100vh;display:grid}.auth-poster{background:var(--nav);color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;padding:32px clamp(32px,5vw,80px);display:flex}.auth-poster h1{letter-spacing:-2px;margin:16px 0;font-size:clamp(36px,4vw,58px);line-height:1.22}.auth-poster p:not(.eyebrow){color:#b9cbc7;max-width:390px;line-height:1.85}.auth-poster .eyebrow{color:var(--lime)}.auth-poster small{color:#92aaa4;font:11px DM Mono,monospace}.auth-panel{background:#fff;padding:32px clamp(32px,8vw,140px)}.back-home{color:var(--muted);font-size:13px}.auth-content{max-width:410px;margin:15vh auto 0}.auth-content h1{letter-spacing:-1.2px;margin:10px 0 8px;font-size:32px}.auth-intro{color:var(--muted);margin:0 0 32px}.auth-form{gap:17px;display:grid}.auth-form label{color:#435257;gap:8px;font-size:13px;font-weight:600;display:grid}.auth-form input{width:100%;height:45px;color:var(--ink);border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:0 12px}.auth-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.form-error{color:#a74335;margin:0;font-size:13px}.auth-switch{text-align:center;color:var(--muted);margin:4px 0 0;font-size:13px}.auth-switch a{color:var(--green);font-weight:700}.app-shell{grid-template-columns:238px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--nav);color:#e9f1ee;flex-direction:column;padding:26px 16px;display:flex}.nav-label{color:#a8bfba;letter-spacing:1.1px;margin:31px 9px 10px;font:500 10px DM Mono,monospace}.nav-link{color:#c9d8d3;border-radius:7px;align-items:center;gap:11px;min-height:42px;padding:0 10px;transition:background .2s;display:flex}.nav-link:hover{color:#fff;background:#28514d}.nav-link-muted{opacity:.48;cursor:not-allowed}.nav-divider{background:#ffffff1f;height:1px;margin:16px 8px -8px}.sidebar-note{background:#ffffff09;border:1px solid #ffffff24;border-radius:10px;margin-top:auto;padding:15px}.sidebar-note span{color:var(--lime);letter-spacing:.8px;font:500 10px DM Mono,monospace}.sidebar-note b{margin:8px 0 3px;font-size:13px;display:block}.sidebar-note p{color:#a8bcb7;margin:0;font-size:11px;line-height:1.65}.app-main{min-width:0}.app-topbar{border-bottom:1px solid var(--line);background:#f8f9f7eb;justify-content:space-between;align-items:center;height:73px;padding:0 34px;display:flex}.app-topbar .eyebrow{font-size:9px}.app-topbar p{margin:4px 0 0;font-size:13px;font-weight:600}.user-menu{align-items:center;gap:9px;display:flex}.role-badge{color:#506327;background:#e8efdc;border-radius:4px;padding:4px 7px;font-size:11px;display:inline-flex}.role-member{color:#4b6862;background:#e9f0ee}.avatar{color:#5d4020;background:#e5bc83;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:grid}.user-copy b,.user-copy span{display:block}.user-copy b{font-size:12px}.user-copy span{color:var(--muted);margin-top:2px;font-size:10px}.icon-button{border:1px solid var(--line);color:#536260;cursor:pointer;background:#fff;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;display:grid}.workspace-page{max-width:1320px;margin:auto;padding:38px 34px 54px}.workspace-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:27px;display:flex}.workspace-heading h1{letter-spacing:-1px;margin:6px 0;font-size:29px}.workspace-heading p:not(.eyebrow){color:var(--muted);margin:0}.status-chip{color:#416d57;background:#edf4ef;border-radius:7px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;display:flex}.status-chip span{background:#72a979;border-radius:50%;width:7px;height:7px}.metric-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.metric-grid article,.activity-card,.focus-card,.module-grid article,.permission-note,.member-table-wrap,.empty-roadmap{border:1px solid var(--line);background:#fff;border-radius:10px}.metric-grid article{padding:18px 20px}.metric-grid span{color:var(--muted);font-size:12px}.metric-grid b{letter-spacing:-1px;margin:5px 0 2px;font-size:28px;display:block}.metric-grid small{color:#80908c;font-size:11px}.focus-grid{grid-template-columns:1.18fr .82fr;gap:15px;margin:15px 0 39px;display:grid}.focus-card{background:linear-gradient(130deg,#fbfcfa,#eff5ef);padding:25px}.card-label{color:var(--green)}.focus-card h2{letter-spacing:-.6px;max-width:620px;margin:18px 0 10px;font-size:22px;line-height:1.5}.focus-card>p{color:var(--muted);max-width:600px;margin:0;line-height:1.8}.focus-card>div:last-child{color:#9a6048;justify-content:space-between;align-items:center;margin-top:22px;font:11px DM Mono,monospace;display:flex}.focus-card button,.module-grid button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-weight:700;display:inline-flex}.activity-card{padding:20px}.section-top{justify-content:space-between;align-items:center;display:flex}.section-top h2{margin:0;font-size:15px}.section-top>span{color:var(--green);font-size:12px}.activity-card ul{margin:15px 0 0;padding:0;list-style:none}.activity-card li{border-top:1px solid var(--line);align-items:flex-start;gap:10px;padding:13px 0;display:flex}.activity-card i{border-radius:50%;width:8px;height:8px;margin-top:5px}.green-dot{background:#71a574}.orange-dot{background:var(--orange)}.blue-dot{background:#6c9cb1}.activity-card b,.activity-card span{display:block}.activity-card b{font-size:12px}.activity-card span{color:var(--muted);margin-top:3px;font-size:11px}.module-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px;display:grid}.module-grid article{padding:20px}.module-grid article>svg{color:var(--green)}.module-grid article>span{float:right;color:#647d4f;background:#edf1df;border-radius:4px;padding:3px 6px;font-size:10px}.module-grid h3{margin:19px 0 7px;font-size:15px}.module-grid p{color:var(--muted);min-height:62px;font-size:12px;line-height:1.75}.empty-roadmap{background:var(--cream);border-color:#e7e1d5;align-items:center;gap:12px;margin-top:16px;padding:15px 17px;display:flex}.empty-roadmap svg{color:#a87551}.empty-roadmap b,.empty-roadmap span{display:block}.empty-roadmap b{font-size:13px}.empty-roadmap span{color:var(--muted);margin-top:3px;font-size:12px}.permission-note{background:#f5faf7;border-color:#dceae1;gap:12px;margin-bottom:16px;padding:18px;display:flex}.permission-note svg{color:var(--green);flex:none}.permission-note b{font-size:13px}.permission-note p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.65}.member-table-wrap{overflow:auto}.member-table{border-collapse:collapse;width:100%;min-width:720px}.member-table th,.member-table td{text-align:left;border-bottom:1px solid var(--line);padding:16px 19px;font-size:13px}.member-table th{color:var(--muted);font-size:11px;font-weight:500}.member-table tbody tr:last-child td{border-bottom:0}.member-cell{align-items:center;gap:10px;display:flex}.member-cell b,.member-cell small{display:block}.member-cell small{color:var(--muted);margin-top:3px;font-size:11px}.role-form{gap:7px;display:flex}.role-form select,.role-form button{border:1px solid var(--line);background:#fff;border-radius:5px;height:31px;padding:0 7px;font-size:12px}.role-form button{color:var(--green);cursor:pointer}.role-form :disabled{opacity:.55;cursor:not-allowed}@media (max-width:900px){.landing{padding:0 24px 40px}.hero{grid-template-columns:1fr;padding:75px 0 65px}.hero-card{max-width:560px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid article:nth-child(3){border-left:0;padding-left:0}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.workspace-page{padding:30px 22px}.app-topbar{padding:0 22px}.focus-grid,.auth-page{grid-template-columns:1fr}.auth-poster{display:none}.auth-panel{min-height:100vh}.auth-content{margin-top:13vh}}@media (max-width:600px){.landing-header .text-link{display:none}.hero h1{letter-spacing:-2px;font-size:42px}.hero-actions{flex-direction:column;align-items:stretch}.feature-grid,.metric-grid,.module-grid{grid-template-columns:1fr}.feature-grid article,.feature-grid article:first-child{border-left:0;border-top:1px solid var(--line);padding:22px 0 4px}.feature-grid article:first-child{border-top:0}.app-topbar{height:auto;min-height:68px}.user-copy{display:none}.workspace-heading{flex-direction:column;align-items:flex-start}.workspace-heading h1{font-size:26px}.focus-card>div:last-child{flex-direction:column;align-items:flex-start;gap:13px}.auth-panel{padding:28px 23px}}.role-super_admin{color:#8b5b2d;background:#f7ead9}.auth-form select{width:100%;height:45px;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:0 12px}.auth-form select:focus{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.account-menu{margin-bottom:-8px;padding-bottom:8px;position:relative}.account-menu .avatar{cursor:pointer;border:0}.account-dropdown{z-index:20;border:1px solid var(--line);background:#fff;border-radius:8px;width:160px;padding:8px;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 24px #1e352d26}.account-menu:hover .account-dropdown,.account-menu:focus-within .account-dropdown{gap:3px;display:grid}.account-dropdown b{padding:6px 8px;font-size:12px}.account-dropdown a,.account-dropdown button{color:#4d5f5a;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;width:100%;padding:8px;font-size:12px;display:flex}.account-dropdown a:hover,.account-dropdown button:hover{color:var(--green);background:#edf4ef}.profile-card{border:1px solid var(--line);background:#fff;border-radius:10px;gap:18px;max-width:520px;padding:22px;display:grid}.profile-card>svg{color:var(--green)}.profile-card b,.profile-card span{display:block}.profile-card span{color:var(--muted);margin-top:3px;font-size:12px}.profile-form{gap:13px;display:grid}.profile-form label{color:#435257;gap:7px;font-size:12px;font-weight:600;display:grid}.profile-form input{border:1px solid #d8e0dc;border-radius:7px;height:41px;padding:0 10px}.app-topbar-actions{align-items:center;gap:9px;display:flex}.mobile-menu-button{display:none}@media (max-width:900px){.mobile-menu-button{border:1px solid var(--line);width:36px;height:36px;color:var(--green);cursor:pointer;background:#fff;border-radius:7px;place-items:center;padding:0;display:grid}.mobile-drawer{z-index:100;display:flex;position:fixed;inset:0}.mobile-drawer-backdrop{cursor:pointer;background:#10232070;border:0;flex:1;padding:0}.mobile-drawer-panel{background:var(--nav);color:#e9f1ee;width:min(286px,82vw);min-height:100%;padding:23px 16px;overflow:auto;box-shadow:14px 0 34px #0f252038}.mobile-drawer-head{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.mobile-drawer-close{color:#edf5f1;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:7px;place-items:center;width:34px;height:34px;padding:0;display:grid}.mobile-drawer-panel .nav-label{margin-top:21px}.mobile-drawer-panel .nav-link{min-height:44px}.drawer-open{overflow:hidden}}@media (max-width:600px){.workspace-page{padding:20px 15px 36px}.app-topbar{padding:0 16px}.app-topbar p{font-size:12px}.question-card{padding:15px}.answer-mode-tabs button{flex:1;min-height:46px;padding:11px 8px}.answer-composer form,.voice-answer{padding:14px}.answer-composer textarea{min-height:150px;font-size:16px}.record-control{gap:9px}.record-button{justify-content:center;width:100%;min-height:48px;font-size:14px}.answer-submit{gap:10px}.answer-submit .button-primary{justify-content:center;width:100%;min-height:46px}.answer-audio{height:42px}.voice-answer label{font-size:13px}.status-chip{font-size:11px}}.verification-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;display:grid}.button-secondary{border:1px solid var(--green);height:45px;color:var(--green);cursor:pointer;white-space:nowrap;background:#fff;border-radius:7px;padding:0 12px;font-weight:600}.button-secondary:disabled{opacity:.6;cursor:not-allowed}.expert-page{max-width:1180px}.question-create-grid{grid-template-columns:1fr 1fr;gap:15px;margin:0 0 35px;display:grid}.question-create-card,.question-card,.answer-composer{border:1px solid var(--line);background:#fff;border-radius:10px}.question-create-card{gap:14px;padding:21px;display:grid}.question-create-card .section-top svg{color:var(--green)}.question-create-card label,.voice-answer label{color:#435257;gap:7px;font-size:12px;font-weight:600;display:grid}.question-create-card input,.question-create-card textarea,.answer-composer textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:10px 12px}.question-create-card input{height:39px}.question-create-card textarea{resize:vertical;min-height:67px}.question-create-card input:focus,.question-create-card textarea:focus,.answer-composer textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.question-create-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.question-create-card fieldset{border:0;margin:0;padding:0}.question-create-card legend{color:#435257;margin-bottom:8px;padding:0;font-size:12px;font-weight:600}.member-picker{flex-wrap:wrap;gap:7px;display:flex}.member-picker label{border:1px solid var(--line);cursor:pointer;color:var(--ink);border-radius:6px;align-items:center;gap:5px;padding:7px 8px;font-size:11px;font-weight:500;display:inline-flex}.member-picker input{width:auto;height:auto;accent-color:var(--green)}.member-picker small{color:var(--muted)}.question-list{gap:15px;display:grid}.question-list>.section-top{margin-bottom:0}.question-card{padding:22px}.question-card-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.question-card-head h3{margin:9px 0 0;font-size:17px;line-height:1.55}.question-card-head>small{color:var(--muted);white-space:nowrap;font:11px DM Mono,monospace}.question-status,.answer-type{color:#416d57;background:#edf4ef;border-radius:4px;align-items:center;gap:4px;padding:3px 6px;font-size:10px;font-weight:700;display:inline-flex}.question-card>p{color:var(--muted);margin:13px 0;line-height:1.75}.answer-guidance{color:#51625f;background:#f6faf8;border-left:3px solid #c8d9d1;padding:11px 13px;font-size:12px;line-height:1.7}.answer-guidance b{color:var(--green);margin-bottom:3px;display:block}.answer-composer{margin-top:17px;overflow:hidden}.answer-mode-tabs{border-bottom:1px solid var(--line);display:flex}.answer-mode-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 15px 10px;font-size:12px}.answer-mode-tabs button.is-active{border-bottom-color:var(--green);color:var(--green);font-weight:700}.answer-composer form,.voice-answer{padding:15px}.answer-composer textarea{resize:vertical;min-height:125px}.answer-submit{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.answer-submit span{color:var(--muted);font-size:11px}.record-control{align-items:center;gap:11px;padding:7px 0 13px;display:flex}.record-control span{color:var(--muted);font-size:11px}.record-button{min-height:35px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #d7e1dd;border-radius:6px;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.record-button.is-recording{color:#a44a34;background:#fff0eb;border-color:#edb6a7}.answer-audio{width:100%;height:34px;margin:8px 0 12px;display:block}.form-success{color:#376d51;margin:0;font-size:12px}.existing-answer{border:1px solid var(--line);background:#fbfcfa;border-radius:7px;margin-top:15px;padding:13px}.existing-answer b{color:var(--green);font-size:11px}.existing-answer p,.answer-review p{color:#51625f;white-space:pre-wrap;margin:8px 0 0;font-size:12px;line-height:1.75}.answer-review-list{gap:9px;margin-top:16px;display:grid}.answer-review{border:1px solid var(--line);border-radius:7px;padding:13px}.answer-review-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.answer-review-head b,.answer-review-head span{display:block}.answer-review-head b{font-size:12px}.answer-review-head span{color:var(--muted);margin-top:2px;font-size:10px}.transcription-pending{color:#a87551;font-size:11px}.empty-answer{min-height:86px;color:var(--muted);border:1px dashed #cdd8d4;border-radius:9px;justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.whitepaper-export{background:#f5faf7;border:1px solid #dce7df;border-radius:9px;align-items:center;gap:12px;margin:-17px 0 34px;padding:15px 17px;display:flex}.whitepaper-export>svg{color:var(--green);flex:none}.whitepaper-export b,.whitepaper-export span{display:block}.whitepaper-export b{font-size:13px}.whitepaper-export span{color:var(--muted);margin-top:3px;font-size:11px}.whitepaper-export button{white-space:nowrap;margin-left:auto}.answer-review-actions{align-items:center;gap:8px;margin-top:10px;display:flex}.review-status{color:#a66a49;background:#fff1e9;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:700;display:inline-flex}.review-status.is-approved{color:#376d51;background:#e8f2e9}.answer-review-actions button{color:var(--green);cursor:pointer;background:#fff;border:1px solid #cbd9d4;border-radius:5px;padding:4px 7px;font-size:11px;font-weight:700}.whitepaper-export form{margin-left:auto}.whitepaper-export form+button{margin-left:0}.whitepaper-export small{margin-top:4px}.knowledge-search-panel{background:linear-gradient(135deg,#fff 0%,#f1f7f2 100%);border:1px solid #d8e5dd;border-radius:12px;margin:0 0 24px;padding:24px}.knowledge-search-intro{align-items:flex-start;gap:13px;display:flex}.knowledge-search-icon{background:var(--nav);width:39px;height:39px;color:var(--lime);border-radius:10px;flex:none;place-items:center;display:grid}.knowledge-search-intro h2{letter-spacing:-.4px;margin:4px 0 5px;font-size:18px}.knowledge-search-intro p:not(.eyebrow){max-width:630px;color:var(--muted);margin:0;font-size:12px;line-height:1.7}.knowledge-ready{white-space:nowrap;color:#826e39;background:#f5f0df;border-radius:5px;align-items:center;gap:6px;margin-left:auto;padding:6px 8px;font-size:10px;font-weight:700;display:inline-flex}.knowledge-ready span{background:#b49555;border-radius:50%;width:6px;height:6px}.knowledge-ready.is-ready{color:#376d51;background:#e8f2e9}.knowledge-ready.is-ready span{background:#5a9863}.knowledge-question-form{background:#fff;border:1px solid #d6e2dc;border-radius:9px;margin-top:19px;overflow:hidden}.knowledge-question-form textarea{resize:vertical;width:100%;min-height:88px;color:var(--ink);background:0 0;border:0;outline:0;padding:14px 15px;line-height:1.7}.knowledge-question-form textarea::placeholder{color:#8a9896}.knowledge-question-form textarea:disabled{cursor:not-allowed;background:#fbfcfa}.knowledge-question-actions{border-top:1px solid var(--line);background:#fbfcfa;justify-content:space-between;align-items:center;padding:9px 10px 9px 14px;display:flex}.knowledge-question-actions span,.knowledge-admin-hint{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.knowledge-question-actions span svg,.knowledge-admin-hint svg{color:var(--green)}.knowledge-question-actions .button-primary{min-height:34px;padding:0 12px;font-size:12px}.knowledge-suggestions{align-items:flex-start;gap:10px;margin-top:14px;display:flex}.knowledge-suggestions>span{color:var(--muted);white-space:nowrap;padding-top:7px;font-size:11px}.knowledge-suggestions>div{flex-wrap:wrap;gap:7px;display:flex}.knowledge-suggestions button{color:#51625f;cursor:pointer;background:#ffffffbf;border:1px solid #d8e2dc;border-radius:5px;padding:6px 8px;font-size:11px;transition:background .2s,border-color .2s,color .2s}.knowledge-suggestions button:hover:not(:disabled){color:var(--green);background:#fff;border-color:#a9c5b4}.knowledge-suggestions button:disabled{color:#99a6a3;cursor:not-allowed}.knowledge-pending-answer{background:#f6faf8;border:1px solid #dceae1;border-radius:7px;align-items:flex-start;gap:10px;margin-top:14px;padding:13px;display:flex}.knowledge-pending-answer>svg{color:var(--green);flex:none}.knowledge-pending-answer b{font-size:12px}.knowledge-pending-answer p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.65}.knowledge-admin-hint{margin:15px 0 0}.knowledge-upload{border:1px solid var(--line);background:#fff;border-radius:10px;gap:14px;max-width:740px;margin:0 0 35px;padding:21px;display:grid}.knowledge-upload .section-top svg{color:var(--green)}.knowledge-upload label{color:#435257;gap:7px;font-size:12px;font-weight:600;display:grid}.knowledge-upload input,.knowledge-upload select{width:100%;height:41px;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:0 12px}.knowledge-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.knowledge-list{gap:14px;display:grid}.knowledge-table-wrap{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:auto}.knowledge-table{border-collapse:collapse;width:100%;min-width:840px}.knowledge-table th,.knowledge-table td{border-bottom:1px solid var(--line);text-align:left;padding:15px 17px;font-size:12px}.knowledge-table th{color:var(--muted);font-size:10px;font-weight:500}.knowledge-table tbody tr:last-child td{border-bottom:0}.knowledge-file{align-items:center;gap:9px;display:flex}.knowledge-file svg{color:var(--green)}.knowledge-file b,.knowledge-file small{display:block}.knowledge-file b{font-size:12px}.knowledge-file small{color:var(--muted);margin-top:3px;font-size:10px}.knowledge-status{color:#826e39;background:#f5f0df;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:700}.knowledge-status.is-indexed{color:#376d51;background:#e8f2e9}.knowledge-status.is-failed{color:#a44a34;background:#fff0eb}.knowledge-download{color:var(--green);align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.knowledge-download:hover{text-decoration:underline}@media (max-width:800px){.knowledge-fields{grid-template-columns:1fr}.knowledge-search-intro{flex-wrap:wrap}.knowledge-ready{margin-left:52px}.knowledge-suggestions{flex-direction:column;gap:6px}.knowledge-suggestions>span{padding-top:0}}.knowledge-member-empty{min-height:150px}.knowledge-member-empty>div b,.knowledge-member-empty>div span{display:block}.knowledge-member-empty>div b{color:var(--ink);font-size:13px}.knowledge-member-empty>div span{color:var(--muted);margin-top:4px;font-size:11px}.push-compose,.push-manager-card,.push-log-list article{border:1px solid var(--line);background:#fff;border-radius:10px}.push-compose{gap:15px;margin-bottom:16px;padding:22px;display:grid}.push-compose .section-top svg,.push-manager-heading>div>svg{color:var(--green)}.push-compose-intro,.push-empty{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.push-compose form,.push-manager-form{gap:13px;display:grid}.push-compose label,.push-manager-form label{color:#435257;gap:7px;font-size:12px;font-weight:600;display:grid}.push-compose input,.push-compose select,.push-compose textarea,.push-manager-form input,.push-manager-form select,.push-manager-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:10px 12px}.push-compose input,.push-compose select,.push-manager-form input,.push-manager-form select{height:41px}.push-compose textarea,.push-manager-form textarea{resize:vertical;min-height:92px}.push-compose input:focus,.push-compose select:focus,.push-compose textarea:focus,.push-manager-form input:focus,.push-manager-form select:focus,.push-manager-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.push-compose-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.push-span-all{grid-column:1/-1}.push-submit{justify-content:space-between;align-items:center;gap:12px;display:flex}.push-helper{color:var(--muted);align-items:center;gap:5px;margin:0;font-size:11px;line-height:1.5;display:flex}.push-helper code{color:#376d51;background:#edf3ef;border-radius:3px;padding:1px 4px}.push-management{border-top:1px solid var(--line);margin:0 0 35px;padding-top:22px}.push-management>.section-top{margin-bottom:14px}.push-management>.section-top>span{color:var(--muted);font-size:11px}.push-management-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.push-manager-card{padding:18px}.push-manager-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.push-manager-heading>div{gap:9px;display:flex}.push-manager-heading b,.push-manager-heading span{display:block}.push-manager-heading b{font-size:13px}.push-manager-heading span{color:var(--muted);margin-top:3px;font-size:10px}.push-manager-heading .button-outline{min-height:31px;padding:0 9px;font-size:11px}.push-item-list{gap:7px;margin:16px 0 12px;display:grid}.push-item-list article{background:#fbfcfa;border:1px solid #e1e8e4;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.push-item-list b,.push-item-list span{display:block}.push-item-list b{font-size:12px}.push-item-list span{color:var(--muted);margin-top:3px;font-size:10px}.push-item-actions,.push-item-actions form{align-items:center;gap:8px;display:flex}.push-item-actions button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:3px 0;font-size:10px;font-weight:700;display:inline-flex}.push-item-actions .is-danger{color:#a44a34}.push-manager-card details{border-top:1px solid var(--line);margin-top:14px;padding-top:13px}.push-manager-card summary{color:var(--green);cursor:pointer;font-size:11px;font-weight:700}.push-manager-form{margin-top:12px}.push-manager-form small{color:var(--muted);font-weight:400}.push-log-section{gap:14px;display:grid}.push-log-list{gap:9px;display:grid}.push-log-list article{gap:12px;padding:14px 16px;display:flex}.push-log-icon{color:#4d8a5a;padding-top:2px}.push-log-list article:has(.lucide-circle-x) .push-log-icon{color:#b85d4d}.push-log-content{min-width:0}.push-log-content b,.push-log-content span{display:block}.push-log-content b{font-size:12px}.push-log-content span{color:var(--muted);margin-top:3px;font-size:10px}.push-log-content p{color:#51625f;white-space:pre-wrap;margin:7px 0 0;font-size:12px;line-height:1.7}@media (max-width:900px){.push-management-grid{grid-template-columns:1fr}}@media (max-width:600px){.push-compose-grid{grid-template-columns:1fr}.push-span-all{grid-column:auto}.push-submit,.push-item-list article{flex-direction:column;align-items:flex-start}.push-submit .button-primary{width:100%}.push-management>.section-top{flex-direction:column;align-items:flex-start;gap:5px}}.push-template-link{background:linear-gradient(105deg,#fff,#f2f7f3);border:1px solid #dce7e1;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:14px 17px;display:flex}.push-template-link>div{align-items:center;gap:10px;display:flex}.push-template-link svg{color:var(--green)}.push-template-link b,.push-template-link span{display:block}.push-template-link b{font-size:12px}.push-template-link span{color:var(--muted);margin-top:3px;font-size:11px}.back-link{color:var(--green);align-items:center;gap:5px;margin-bottom:19px;font-size:12px;font-weight:700;display:inline-flex}.template-toolbar{grid-template-columns:minmax(240px,1fr) 150px auto;gap:10px;margin:0 0 15px;display:grid}.template-search{color:#72817d;background:#fff;border:1px solid #d8e0dc;border-radius:7px;align-items:center;gap:7px;padding:0 10px;display:flex}.template-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.template-search input,.template-toolbar select{min-width:0;height:40px;color:var(--ink);background:0 0;border:0;outline:0}.template-search input{flex:1}.template-toolbar select{background:#fff;border:1px solid #d8e0dc;border-radius:7px;padding:0 10px}.template-manager-grid{grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);align-items:start;gap:15px;display:grid}.template-list-card,.template-editor-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:19px}.template-list-card .section-top>span{color:var(--muted);font-size:11px}.template-list{gap:7px;margin-top:15px;display:grid}.template-list article{background:#fbfcfa;border:1px solid #e0e8e3;border-radius:7px;gap:5px;display:flex;overflow:hidden}.template-list article.is-selected{background:#f3f8f4;border-color:#9ebdad}.template-select{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:11px}.template-select>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.template-select b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.template-select span{color:#4c7161;background:#e8f0eb;border-radius:4px;flex:none;padding:3px 5px;font-size:9px}.template-select p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:10px;line-height:1.5;display:-webkit-box;overflow:hidden}.template-list form{align-items:flex-start;padding:9px 9px 0 0;display:flex}.template-delete-button{color:#a44a34;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:26px;height:26px;padding:0;display:grid}.template-delete-button:hover{background:#fff0eb}.template-editor-card .section-top>svg{color:var(--green)}.template-editor-form{gap:13px;margin-top:16px;display:grid}.template-editor-form label{color:#435257;gap:7px;font-size:12px;font-weight:600;display:grid}.template-editor-form input,.template-editor-form select,.template-editor-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:10px 12px}.template-editor-form input,.template-editor-form select{height:41px}.template-editor-form textarea{resize:vertical;min-height:108px}.template-editor-form input:focus,.template-editor-form select:focus,.template-editor-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.template-editor-actions{justify-content:flex-end;gap:9px;display:flex}.template-editor-actions .button-outline{min-height:42px}@media (max-width:800px){.template-manager-grid{grid-template-columns:1fr}.template-toolbar{grid-template-columns:1fr 140px auto}}@media (max-width:600px){.push-template-link{flex-direction:column;align-items:flex-start}.push-template-link .button-outline{width:100%}.template-toolbar{grid-template-columns:1fr}.template-toolbar .button-primary{width:100%}.template-editor-actions{flex-direction:column-reverse}.template-editor-actions button{width:100%}}.schedule-section{border-top:1px solid var(--line);margin:28px 0 35px;padding-top:22px}.schedule-section>.section-top{margin-bottom:14px}.schedule-section>.section-top>span{color:var(--muted);font-size:11px}.schedule-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:start;gap:15px;display:grid}.schedule-form-card,.schedule-list-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px}.schedule-card-heading{align-items:flex-start;gap:9px;display:flex}.schedule-card-heading>svg{color:var(--green);flex:none;margin-top:1px}.schedule-card-heading b,.schedule-card-heading span{display:block}.schedule-card-heading b{font-size:13px}.schedule-card-heading span{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.55}.schedule-form{gap:13px;margin-top:16px;display:grid}.schedule-form>label,.schedule-form .push-compose-grid>label{color:#435257;gap:7px;font-size:12px;font-weight:600;display:grid}.schedule-form input,.schedule-form select,.schedule-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:7px;outline:none;padding:10px 12px}.schedule-form input,.schedule-form select{height:41px}.schedule-form textarea{resize:vertical;min-height:92px}.schedule-form input:focus,.schedule-form select:focus,.schedule-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #e6efeb}.weekday-picker{border:0;margin:0;padding:0}.weekday-picker legend{color:#435257;margin-bottom:7px;font-size:12px;font-weight:600}.weekday-picker>div{flex-wrap:wrap;gap:7px;display:flex}.weekday-picker label{color:#53635f;border:1px solid #d8e0dc;border-radius:6px;align-items:center;gap:4px;padding:6px 8px;font-size:11px;font-weight:600;display:flex}.weekday-picker input{width:auto;height:auto;padding:0}.schedule-date-fields{gap:8px;display:flex}.schedule-list{gap:8px;margin-top:16px;display:grid}.schedule-list article{background:#fbfcfa;border:1px solid #e1e8e4;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:11px;display:flex}.schedule-list b,.schedule-list span,.schedule-list small{display:block}.schedule-list b{font-size:12px}.schedule-list span,.schedule-list small{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.5}.schedule-actions,.schedule-actions form{align-items:center;gap:7px;display:flex}.schedule-actions button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:3px 0;font-size:10px;font-weight:700;display:inline-flex}.schedule-actions .is-danger{color:#a44a34}@media (max-width:900px){.schedule-grid{grid-template-columns:1fr}}@media (max-width:600px){.schedule-list article{flex-direction:column;align-items:flex-start}}.push-resource-links{grid-template-columns:1fr 1fr;gap:15px;margin:0 0 16px;display:grid}.push-resource-links .push-template-link{margin:0}.push-delivery-tabs{margin-bottom:35px}.push-tab-list{background:#f6f9f7;border:1px solid #dce7e1;border-radius:9px;gap:4px;width:max-content;max-width:100%;margin-bottom:16px;padding:4px;display:flex}.push-tab-list button{color:#657571;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.push-tab-list button.is-active{color:#24563e;background:#fff;box-shadow:0 1px 3px #42614b1c}@media (max-width:600px){.push-resource-links{grid-template-columns:1fr}.push-resource-links .push-template-link{margin:0}.push-tab-list{width:100%}.push-tab-list button{flex:1;justify-content:center}}.shared-answers{border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.shared-answers>b{color:var(--green);font-size:12px}.shared-answers>p{color:var(--muted);margin:8px 0 0;font-size:11px}.shared-answer-list{margin-top:10px}@media (max-width:800px){.question-create-grid{grid-template-columns:1fr}.question-card-head{flex-direction:column;gap:8px}.question-card-head>small{white-space:normal}.answer-submit,.record-control{flex-direction:column;align-items:flex-start}}.member-picker-control{gap:8px;display:grid}.member-picker-toolbar{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.member-picker-toolbar input{min-width:0;height:34px;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:6px;flex:150px;padding:0 9px}.member-picker-toolbar span{color:var(--muted);white-space:nowrap;font-size:11px}.member-picker-toolbar button,.member-department-actions button{border:1px solid var(--line);color:#51625f;cursor:pointer;background:#fff;border-radius:5px;padding:5px 7px;font-size:10px}.member-department-actions{flex-wrap:wrap;gap:5px;display:flex}.member-department-actions button.is-selected{color:var(--green);background:#edf4ef;border-color:#9fc1ad}.member-picker-list{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:6px;max-height:190px;padding-right:3px;display:grid;overflow:auto}.member-picker-list label{border:1px solid var(--line);cursor:pointer;min-width:0;color:var(--ink);border-radius:6px;align-items:center;gap:5px;padding:7px 8px;font-size:11px;font-weight:500;display:flex}.member-picker-list input{width:auto;height:auto;accent-color:var(--green)}.member-picker-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.member-picker-list p{color:var(--muted);margin:5px 0;font-size:11px}.expert-page .question-card-head>small{display:none}.member-question .existing-answer:not(:has(.voice-confirmation)){display:none}.member-question .existing-answer:has(.voice-confirmation)>b{display:none}.member-question .existing-answer:has(.voice-confirmation)>.answer-audio{display:none}.member-question .existing-answer:has(.voice-confirmation)>p{display:none}.knowledge-pending-answer.is-error{background:#fff6f3;border-color:#edc4b8}.knowledge-pending-answer.is-error>svg{color:#a44a34}.knowledge-answer{background:#fff}.knowledge-answer p{white-space:pre-wrap}.knowledge-citations{gap:7px;margin-top:12px;display:grid}.knowledge-citations article{border:1px solid var(--line);background:#fbfcfa;border-radius:6px;gap:7px;padding:9px;display:flex}.knowledge-citations svg{color:var(--green);flex:none}.knowledge-citations b,.knowledge-citations span{display:block}.knowledge-citations b{color:var(--green);font-size:10px}.knowledge-citations span{color:#51625f;margin-top:3px;font-size:10px;line-height:1.55}.knowledge-no-citation{color:#a87551;margin-top:10px;font-size:10px;display:block}.chat-page{background:#fff;grid-template-columns:244px minmax(0,1fr);height:calc(100vh - 73px);min-height:620px;display:grid}.chat-history{border-right:1px solid var(--line);background:#f5f7f5;flex-direction:column;min-height:0;padding:16px 12px;display:flex}.chat-new-button{width:100%;height:40px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #ccd9d2;border-radius:7px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:700;transition:background .2s,border-color .2s;display:flex}.chat-new-button:hover{background:#edf4ef;border-color:#91afa0}.chat-history>p{color:#7b8b87;letter-spacing:.8px;margin:22px 8px 8px;font:500 10px DM Mono,monospace}.chat-thread-list{gap:3px;display:grid;overflow:auto}.chat-thread{color:#51625f;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:9px 10px;font-size:12px;transition:background .2s,color .2s;overflow:hidden}.chat-thread:hover{color:var(--green);background:#e8efeb}.chat-thread.is-active{color:#244c43;background:#dfece5;font-weight:700}.chat-empty-history{color:#83918e;padding:8px;font-size:11px;line-height:1.65}.chat-history-foot{color:#71807c;border-top:1px solid #dfe7e2;align-items:center;gap:5px;margin-top:auto;padding:12px 8px 1px;font-size:10px;display:flex}.chat-history-foot svg{color:#527e62}.chat-main{background:linear-gradient(125deg,#fff 0%,#fbfcfa 100%);grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.chat-welcome{text-align:center;align-self:center;width:min(720px,100% - 48px);margin:0 auto 68px}.chat-welcome-icon{width:52px;height:52px;color:var(--lime);background:var(--nav);border-radius:16px;place-items:center;margin:0 auto 20px;display:grid;box-shadow:0 12px 25px #173d3a29}.chat-welcome h1{letter-spacing:-1.5px;margin:11px 0 10px;font-size:31px}.chat-welcome>p:not(.eyebrow){max-width:490px;color:var(--muted);margin:0 auto;line-height:1.8}.chat-suggestions{gap:8px;max-width:610px;margin:28px auto 0;display:grid}.chat-suggestions button{border:1px solid var(--line);color:#4e5f5b;text-align:left;cursor:pointer;background:#fff;border-radius:8px;padding:12px 14px;font-size:12px;transition:border-color .2s,background .2s,color .2s}.chat-suggestions button:hover{color:var(--green);background:#f1f7f3;border-color:#9bbbae}.chat-messages{width:min(800px,100% - 48px);margin:0 auto;padding:34px 0 24px;overflow:auto}.chat-message{grid-template-columns:31px minmax(0,1fr);gap:12px;margin:0 0 24px;display:grid}.chat-message-avatar{color:#fff;background:var(--green);border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.chat-message.is-user .chat-message-avatar{color:#496563;background:#e4ece8}.chat-message-body{color:#273834;min-width:0;padding-top:3px;line-height:1.82}.chat-message.is-user .chat-message-body{background:#f5f8f6;border:1px solid #e2e9e5;border-radius:11px;padding:10px 13px}.chat-message-body>p{white-space:pre-wrap;margin:0}.chat-answer-content p{margin:0 0 12px}.chat-answer-content p:last-child{margin-bottom:0}.chat-answer-content ul{margin:5px 0 13px;padding-left:21px}.chat-answer-content li{margin:5px 0;padding-left:2px}.chat-answer-content strong{color:#173d3a;font-weight:700}.chat-sources{margin-top:13px}.chat-sources summary{color:#527269;cursor:pointer;align-items:center;gap:5px;font-size:11px;display:inline-flex}.chat-sources>div{gap:7px;margin-top:8px;display:grid}.chat-sources article{background:#f8faf8;border:1px solid #e0e8e3;border-radius:7px;padding:9px 10px}.chat-sources b,.chat-sources span{display:block}.chat-sources b{color:#41675b;font-size:11px}.chat-sources span{color:#657570;margin-top:3px;font-size:11px;line-height:1.6}.chat-thinking{color:#72817d;align-items:center;gap:5px;padding-top:8px;font-size:12px;display:flex}.chat-thinking i{background:#77a087;border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite chat-pulse}.chat-thinking i:nth-child(2){animation-delay:.14s}.chat-thinking i:nth-child(3){animation-delay:.28s}@keyframes chat-pulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.chat-composer-wrap{width:min(800px,100% - 48px);margin:0 auto;padding:12px 0 20px}.chat-composer{background:#fff;border:1px solid #cbd9d2;border-radius:12px;align-items:flex-end;gap:8px;padding:8px 8px 8px 13px;display:flex;box-shadow:0 8px 24px #20393114}.chat-composer:focus-within{border-color:#8ba99a;box-shadow:0 0 0 3px #e5efe9,0 8px 24px #20393114}.chat-composer textarea{resize:none;min-height:25px;max-height:160px;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:4px 0;line-height:1.55}.chat-composer textarea:disabled{cursor:not-allowed}.chat-composer button{width:31px;height:31px;color:var(--lime);background:var(--green);cursor:pointer;border:0;border-radius:8px;flex:none;place-items:center;display:grid}.chat-composer button:disabled{opacity:.4;cursor:not-allowed}.chat-composer-note,.chat-error{text-align:center;color:#7b8985;margin:7px 0 0;font-size:10px}.chat-error{color:#a44a34}.chat-source-groups{gap:10px;display:grid}.chat-source-groups section>p{color:#527269;align-items:center;gap:5px;margin:0 0 5px;font-size:10px;font-weight:700;display:flex}.chat-source-groups section.is-web>p{color:#5d6790}.chat-source-groups section.is-web article{background:#fafbff;border-color:#e0e4ef}.chat-source-groups article+article{margin-top:6px}.chat-source-groups a{color:#435380;justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-source-groups a:hover b{text-decoration:underline}.chat-source-groups a svg{flex:none}.chat-web-toggle{color:#71807c;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:5px;margin:8px 0 0 3px;font-size:10px;display:inline-flex}.chat-web-toggle input{opacity:0;pointer-events:none;position:absolute}.chat-web-toggle span{background:#fff;border:1px solid #d7e1dd;border-radius:4px;padding:3px 6px;font-weight:700;transition:background .2s,border-color .2s,color .2s}.chat-web-toggle small{color:#8a9794;font-size:10px}.chat-web-toggle.is-active{color:#4f5e8d}.chat-web-toggle.is-active span{background:#eef1fb;border-color:#b9c3df}.chat-web-toggle:has(input:focus-visible) span{outline-offset:2px;outline:2px solid #9eb5e6}.chat-web-toggle:has(input:disabled){opacity:.55;cursor:not-allowed}@media (max-width:800px){.chat-page{grid-template-columns:1fr;height:calc(100vh - 68px)}.chat-history{display:none}.chat-welcome{width:min(720px,100% - 32px)}.chat-welcome h1{font-size:26px}.chat-messages,.chat-composer-wrap{width:calc(100% - 28px)}.chat-messages{padding-top:22px}.chat-composer-wrap{padding-bottom:13px}}.knowledge-ingestion-error{color:#a44a34;white-space:normal;max-width:260px;margin-top:6px;font-size:10px;line-height:1.45;display:block}.knowledge-actions{gap:6px;display:grid}.knowledge-retry{gap:4px;display:grid}.knowledge-retry .button-quiet{justify-content:flex-start;min-height:auto;padding:0;font-size:11px}.knowledge-retry small{max-width:220px;font-size:10px;line-height:1.4}.knowledge-delete{gap:4px;display:grid}.knowledge-delete .button-quiet{justify-content:flex-start;min-height:auto;padding:0;font-size:11px}.knowledge-delete .is-danger{color:#a44a34}.knowledge-delete small{max-width:220px;font-size:10px;line-height:1.4}.intelligence-heading{margin-bottom:20px}.intelligence-head-actions{flex:none;gap:9px;display:flex}.intelligence-head-actions .button-primary{min-height:38px}.intelligence-summary{grid-template-columns:1.25fr .75fr;gap:14px;margin-bottom:26px;display:grid}.intelligence-hero{color:#eef5ee;background:linear-gradient(125deg,#183d3a,#28514d);border-radius:11px;justify-content:space-between;gap:20px;min-height:198px;padding:24px;display:flex;position:relative;overflow:hidden}.intelligence-hero:after{content:"";border:1px solid #d4df9a45;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-110px;right:-96px;box-shadow:0 0 0 28px #d4df9a0d,0 0 0 57px #d4df9a09}.intelligence-kicker{color:#c5d7d1;letter-spacing:.9px;align-items:center;gap:7px;font:500 10px DM Mono,monospace;display:flex}.intelligence-kicker i{background:var(--lime);border-radius:50%;width:7px;height:7px}.intelligence-hero h2{letter-spacing:-.8px;max-width:510px;margin:16px 0 8px;font-size:23px;line-height:1.45}.intelligence-hero h2 em{color:var(--lime);font-style:normal;display:block}.intelligence-hero p{color:#c7d7d2;max-width:560px;margin:0;font-size:12px;line-height:1.7}.intelligence-hero>div{z-index:1}.intelligence-hero>button{z-index:1;color:var(--lime);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-self:flex-end;align-items:center;gap:5px;padding:0;font-size:12px;font-weight:700;display:flex}.intelligence-stats{gap:10px;display:grid}.intelligence-stats article{border:1px solid var(--line);background:#fff;border-radius:10px;padding:13px 16px}.intelligence-stats span,.intelligence-stats small{color:var(--muted);font-size:11px;display:block}.intelligence-stats b{color:var(--green);letter-spacing:-.8px;margin:3px 8px 1px 0;font-size:22px;display:inline-block}.intelligence-stats small{color:#80908c;display:inline}.intelligence-layout{grid-template-columns:238px minmax(0,1fr);align-items:start;gap:15px;display:grid}.intelligence-sidebar,.signal-feed{border:1px solid var(--line);background:#fff;border-radius:10px}.intelligence-sidebar{padding:17px 12px}.intelligence-panel-title{justify-content:space-between;align-items:flex-start;padding:0 6px;display:flex}.intelligence-panel-title h2,.signal-feed-head h2{margin:4px 0 0;font-size:16px}.intelligence-panel-title button{color:#60706c;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:28px;height:28px;padding:0;display:grid}.intelligence-panel-title button:hover{color:var(--green);background:#edf3ef}.source-list{gap:2px;margin-top:16px;display:grid}.source-list button{color:#536360;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;width:100%;min-height:35px;padding:0 8px;font-size:12px;display:flex}.source-list button:hover{background:#f3f7f4}.source-list button.is-active{color:#234b42;background:#e6f0e9;font-weight:700}.source-list span{align-items:center;gap:8px;display:flex}.source-list svg{color:#647c75}.source-list b{color:#84918e;font-size:10px;font-weight:500}.watchlist{border-top:1px solid var(--line);margin:18px 0 0;padding:15px 10px 2px}.watchlist b{margin:7px 0 5px;font-size:12px;display:block}.watchlist p{color:var(--muted);margin:0;font-size:11px;line-height:1.65}.watchlist button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;margin-top:11px;padding:0;font-size:11px;font-weight:700;display:flex}.signal-feed{padding:20px}.signal-feed-head{justify-content:space-between;align-items:end;gap:16px;display:flex}.signal-search{color:#73827d;border:1px solid #d8e2dd;border-radius:6px;align-items:center;gap:7px;width:210px;height:36px;padding:0 10px;display:flex}.signal-search:focus-within{border-color:#8aa99a;box-shadow:0 0 0 3px #e8f0eb}.signal-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:0;font-size:11px}.signal-filters{align-items:center;gap:7px;margin:17px 0 12px;display:flex}.signal-filters span{color:var(--muted);margin-right:auto;font-size:11px}.signal-filters button{border:1px solid var(--line);color:#5b6a66;cursor:pointer;background:#fff;border-radius:5px;align-items:center;gap:3px;min-height:29px;padding:0 7px;font-size:10px;display:flex}.signal-list{border-top:1px solid var(--line)}.signal-card{border-bottom:1px solid var(--line);grid-template-columns:24px minmax(0,1fr) 28px;gap:11px;padding:16px 3px;display:grid}.signal-card:last-child{border-bottom:0}.signal-priority{padding-top:2px}.signal-priority span{border-radius:5px;place-items:center;width:21px;height:21px;font-size:10px;font-weight:700;display:grid}.signal-priority.is-高 span{color:#a64d36;background:#fff0eb}.signal-priority.is-中 span{color:#8b681f;background:#fbf3d9}.signal-priority.is-低 span{color:#54756d;background:#e7f0ed}.signal-meta{color:#73817d;align-items:center;gap:9px;font-size:10px;display:flex}.signal-meta span{color:#477066;align-items:center;gap:4px;display:flex}.signal-meta time{color:#8a9693}.signal-content h3{margin:5px 0;font-size:13px}.signal-content p{color:#667571;margin:0 0 9px;font-size:11px;line-height:1.65}.signal-tag{color:#5b756d;background:#eef4f0;border-radius:4px;margin-right:5px;padding:3px 5px;font-size:9px;display:inline-block}.signal-open{color:#657873;cursor:pointer;background:0 0;border:0;border-radius:5px;align-self:start;place-items:center;width:28px;height:28px;padding:0;display:grid}.signal-open:hover{color:var(--green);background:#edf4ef}.signal-empty{color:var(--muted);text-align:center;padding:32px 0 14px;font-size:12px}.intelligence-modal{z-index:120;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.intelligence-modal-backdrop{cursor:pointer;background:#0e252170;border:0;padding:0;position:absolute;inset:0}.brief-modal,.source-modal{z-index:1;background:#fff;border-radius:12px;width:min(580px,100%);max-height:calc(100vh - 48px);padding:30px;position:relative;overflow:auto;box-shadow:0 22px 70px #0d272340}.source-modal{width:min(490px,100%)}.modal-close{color:#60706c;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:30px;padding:0;display:grid;position:absolute;top:15px;right:15px}.modal-close:hover{color:var(--green);background:#edf4ef}.brief-modal h2,.source-modal h2{letter-spacing:-1px;margin:7px 0 9px;font-size:24px}.brief-intro,.source-modal>p:not(.eyebrow){color:var(--muted);margin:0 0 21px;font-size:12px;line-height:1.7}.brief-item{border-top:1px solid var(--line);gap:13px;padding:14px 0;display:flex}.brief-item>span{width:24px;height:24px;color:var(--green);background:#e5efe8;border-radius:50%;flex:none;place-items:center;font:500 10px DM Mono,monospace;display:grid}.brief-item b{font-size:13px}.brief-item p{color:#64736f;margin:5px 0 0;font-size:12px;line-height:1.65}.brief-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.brief-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:245px;display:flex}.brief-loading svg{color:var(--green);animation:1.3s linear infinite intelligence-spin}.brief-loading h2{margin:16px 0 5px;font-size:19px}.brief-loading p{color:var(--muted);margin:0;font-size:12px}@keyframes intelligence-spin{to{transform:rotate(360deg)}}.source-setting{background:#fbfcfa;border:1px solid #dce6e1;border-radius:8px;align-items:center;gap:10px;margin-top:11px;padding:12px;display:flex}.source-setting>svg{color:var(--green);flex:none}.source-setting div{min-width:0;margin-right:auto}.source-setting b,.source-setting span{display:block}.source-setting b{font-size:12px}.source-setting div span{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.45}.source-status{color:#487052;background:#e6f0e7;border-radius:4px;flex:none;padding:3px 5px;font-size:9px}.source-status.muted{color:#7a6a43;background:#f5f0df}.source-add{width:100%;margin-top:16px}@media (max-width:900px){.intelligence-summary{grid-template-columns:1fr}.intelligence-stats{grid-template-columns:repeat(3,1fr)}.intelligence-layout{grid-template-columns:1fr}.watchlist{display:none}.intelligence-sidebar{padding:14px}.source-list{grid-template-columns:repeat(3,1fr)}.intelligence-sidebar .intelligence-panel-title{margin-bottom:8px}.source-list button{padding:0 6px}.source-list b{display:none}}@media (max-width:600px){.intelligence-heading{flex-direction:column;align-items:flex-start}.intelligence-head-actions{width:100%}.intelligence-head-actions button{flex:1;padding:0 9px}.intelligence-hero{min-height:0;padding:20px}.intelligence-hero h2{font-size:19px}.intelligence-hero>button{display:none}.intelligence-stats{grid-template-columns:1fr;gap:7px}.intelligence-stats article{padding:10px 13px}.source-list{grid-template-columns:1fr 1fr}.signal-feed{padding:15px}.signal-feed-head{flex-direction:column;align-items:flex-start}.signal-search{width:100%}.signal-filters{flex-wrap:wrap}.signal-filters span{flex-basis:100%}.signal-card{gap:8px}.signal-content h3{font-size:12px}.intelligence-modal{padding:12px}.brief-modal,.source-modal{max-height:calc(100vh - 24px);padding:26px 20px 20px}.brief-actions{flex-direction:column-reverse;align-items:stretch}.brief-actions button{width:100%}}.knowledge-category-manager{border:1px solid var(--line);background:#fff;border-radius:10px;margin:0 0 18px;padding:21px}.knowledge-category-manager>p{color:var(--muted);margin:10px 0 15px;font-size:12px}.knowledge-category-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;display:grid}.knowledge-category-card{background:#fbfcfa;border:1px solid #dce5e1;border-radius:7px;padding:12px}.knowledge-category-form{gap:9px;display:grid}.knowledge-category-form label,.knowledge-category-form legend{color:#435257;font-size:11px;font-weight:600}.knowledge-category-form label{gap:6px;display:grid}.knowledge-category-form input[type=text],.knowledge-category-form input:not([type]){height:35px;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:6px;padding:0 9px}.knowledge-category-form fieldset{border:0;margin:0;padding:0}.knowledge-category-form legend{margin-bottom:6px}.knowledge-category-form .member-picker label{font-size:10px}.knowledge-category-form .button-quiet,.knowledge-category-delete .button-quiet{justify-content:flex-start;min-height:auto;padding:0;font-size:11px}.knowledge-category-delete{border-top:1px solid #e3e9e6;gap:4px;margin-top:9px;padding-top:9px;display:grid}.knowledge-category-delete .is-danger{color:#a44a34}.knowledge-category-delete small{font-size:10px;line-height:1.4}.handbook-list{gap:16px;display:grid}.handbook-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:22px}.handbook-card .section-top>span{color:var(--muted);font-size:11px}.handbook-content{white-space:pre-wrap;color:#435257;margin-top:16px;font-size:13px;line-height:1.8}.handbook-editor,.question-manager{border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.handbook-editor summary,.question-manager summary{cursor:pointer;color:var(--green);font-size:12px;font-weight:700}.handbook-editor form,.question-manager form{gap:10px;margin-top:12px;display:grid}.handbook-editor label,.question-manager label{color:#435257;gap:6px;font-size:11px;font-weight:600;display:grid}.handbook-editor input,.handbook-editor textarea,.question-manager input,.question-manager textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:6px;padding:8px}.handbook-editor textarea,.question-manager textarea{resize:vertical}.question-admin-actions{align-items:flex-start;gap:12px;margin:14px 0;display:flex}.question-admin-actions>form button,.question-manager button,.transcription-retry button{color:var(--green);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.question-manager fieldset{border:0;margin:0;padding:0}.question-manager legend{color:#435257;font-size:11px;font-weight:600}.transcription-retry{margin-top:5px}.transcription-retry small{margin-top:3px;display:block}.image-page{max-width:1240px;margin:0 auto;padding:30px}.image-heading{margin-bottom:22px}.image-heading h1{letter-spacing:-1.3px;margin:5px 0 8px;font-size:30px}.image-heading>div>p:last-child{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.image-studio{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:370px minmax(0,1fr);min-height:520px;display:grid;overflow:hidden}.image-controls{border-right:1px solid var(--line);background:#fbfcfa;align-content:start;gap:16px;padding:22px;display:grid}.image-mode-tabs{background:#edf2ee;border-radius:8px;grid-template-columns:1fr 1fr;padding:3px;display:grid}.image-mode-tabs button{color:#667571;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-height:36px;font-size:12px;font-weight:700;display:flex}.image-mode-tabs button.is-active{color:var(--green);background:#fff;box-shadow:0 1px 3px #1a342c1a}.image-prompt{color:#435257;gap:7px;font-size:12px;font-weight:700;display:grid}.image-prompt textarea{resize:vertical;min-height:160px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d7e1dc;border-radius:8px;outline:none;padding:11px;font-weight:400;line-height:1.65}.image-prompt textarea:focus{border-color:#8aac9d;box-shadow:0 0 0 3px #e5efe9}.image-size{border:0;grid-template-columns:repeat(3,1fr);gap:6px;margin:0;padding:0;display:grid}.image-size legend{color:#435257;width:100%;margin-bottom:6px;font-size:12px;font-weight:700}.image-size label{color:#667571;text-align:center;cursor:pointer;border:1px solid #dce5e0;border-radius:6px;align-content:center;gap:4px;min-height:53px;padding:7px;font-size:10px;display:grid}.image-size input{accent-color:#315d51;margin:0 auto}.image-file{color:#40685b;cursor:pointer;background:#f5f9f6;border:1px dashed #aabfb5;border-radius:8px;align-items:center;gap:8px;min-height:48px;padding:0 12px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.image-file span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-file input{display:none}.image-hint{color:#76847f;margin:-7px 0 0;font-size:10px;line-height:1.55}.image-submit{justify-content:center;gap:7px;width:100%}.image-canvas{background:linear-gradient(135deg,#f7faf8,#edf3ef);grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.image-canvas-head{color:#6b7a75;border-bottom:1px solid #dfe8e2;justify-content:space-between;align-items:center;min-height:56px;padding:0 19px;font-size:11px;display:flex}.image-canvas-head button{color:#497065;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:11px;display:flex}.image-empty{color:#789087;text-align:center;place-content:center;justify-items:center;gap:10px;padding:30px;display:grid}.image-empty svg{color:#5a836f}.image-empty b{color:#45665d;font-size:14px}.image-empty span{color:#7a8984;max-width:280px;font-size:11px;line-height:1.6}.selection-image{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;place-self:center;max-width:calc(100% - 50px);max-height:calc(100% - 50px);line-height:0;position:relative;box-shadow:0 13px 40px #1a342c26}.selection-image img{object-fit:contain;max-width:100%;max-height:420px;display:block}.selection-image i{box-sizing:border-box;pointer-events:none;background:#c7da602e;border:2px solid #dce98d;display:block;position:absolute;box-shadow:0 0 0 999px #122d2747}.image-library .section-top>span{color:var(--muted);font-size:11px}.image-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.image-grid article{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.image-grid article>img{aspect-ratio:1;object-fit:cover;background:#edf2ef;width:100%;display:block}.image-grid article>div{justify-content:space-between;align-items:center;gap:8px;padding:10px 10px 0;display:flex}.image-grid span{color:#688078;font-size:10px}.image-grid a{color:#356254;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.image-grid article>p{color:#566863;text-overflow:ellipsis;white-space:nowrap;margin:7px 10px 11px;font-size:11px;line-height:1.5;overflow:hidden}.image-library-empty{color:#7b8985;text-align:center;background:#fbfdfb;border:1px dashed #ccd9d3;border-radius:10px;padding:42px;font-size:12px}@media (max-width:800px){.image-page{padding:22px 16px}.image-studio{grid-template-columns:1fr}.image-controls{border-right:0;border-bottom:1px solid var(--line)}.image-canvas{min-height:390px}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.image-mode-tabs{grid-template-columns:repeat(3,1fr)}.reference-image{place-self:center;max-width:calc(100% - 50px);max-height:calc(100% - 50px);line-height:0;box-shadow:0 13px 40px #1a342c26}.reference-image img{object-fit:contain;max-width:100%;max-height:420px;display:block}.image-page{max-width:1320px;padding:34px}.image-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.image-heading h1{margin:4px 0 7px;font-size:32px}.image-heading>div>p:last-child{max-width:520px;font-size:13px}.image-heading-note{color:#597169;background:#f7faf8;border:1px solid #dbe6df;border-radius:999px;flex:none;align-items:center;gap:7px;padding:9px 11px;font-size:11px;display:flex}.image-heading-note svg{color:#4a7767}.image-studio{border-color:#d8e3dc;border-radius:16px;grid-template-columns:390px minmax(0,1fr);min-height:560px;box-shadow:0 13px 35px #1d372f0f}.image-controls{background:linear-gradient(#fff 0%,#f8fbf9 100%);gap:18px;padding:24px}.image-controls-head{justify-content:space-between;align-items:baseline;display:flex}.image-controls-head span{color:#324a42;font-size:13px;font-weight:800}.image-controls-head small{color:#7d8d87;font-size:10px}.image-mode-tabs{background:#f0f5f1;border:1px solid #e0e9e3;border-radius:10px;gap:4px;padding:4px}.image-mode-tabs button{color:#667972;gap:5px;min-height:40px;font-size:11px;transition:background .2s,color .2s,box-shadow .2s}.image-mode-tabs button:hover{color:#315e50;background:#f9fcfa}.image-mode-tabs button.is-active{color:#174b3e;box-shadow:0 2px 7px #1c392f1f}.image-prompt{gap:8px}.image-prompt>span,.image-size legend{color:#3c524a;font-size:11px;font-weight:800}.image-prompt textarea{border-color:#d7e3dc;border-radius:10px;min-height:142px;padding:12px;font-size:12px;line-height:1.7}.image-prompt small{color:#91a099;text-align:right;font-size:10px}.image-size{gap:7px}.image-size label{background:#fff;border-color:#dce6e0;gap:1px;min-height:61px;padding:9px;transition:border-color .2s,background .2s,box-shadow .2s;position:relative}.image-size label:hover{border-color:#9bb9aa}.image-size label.is-selected{background:#f1f8f3;border-color:#679581;box-shadow:inset 0 0 0 1px #679581}.image-size input{opacity:0;position:absolute}.image-size b{color:#365d50;font-size:12px}.image-size span{color:#82918c;font-size:10px}.image-upload-block{gap:7px;display:grid}.image-file{background:#f1f7f3;border:1px dashed #8eae9e;border-radius:10px;min-height:53px;transition:border-color .2s,background .2s}.image-file:hover{background:#e8f3eb;border-color:#477764}.image-file-clear{color:#6d8078;cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:4px;padding:0;font-size:10px;display:flex}.image-file-clear:hover{color:#a34c36}.image-upload-block p{color:#75867f;margin:0;font-size:10px;line-height:1.55}.image-submit{border-radius:9px;min-height:44px;box-shadow:0 8px 16px #19493b29}.image-submit:not(:disabled):hover{filter:brightness(.96)}.image-footer-note{color:#8a9893;text-align:center;margin:-8px 0 0;font-size:10px}.image-canvas{background:radial-gradient(circle at 74% 19%,#cbe0973b,#0000 30%),linear-gradient(135deg,#f6faf7,#edf4ef)}.image-canvas-head{border-bottom-color:#dce7e0;min-height:67px;padding:0 24px}.image-canvas-head>div{gap:2px;display:grid}.image-canvas-head span{color:#71817b;letter-spacing:.8px;text-transform:uppercase;font:500 9px DM Mono,monospace}.image-canvas-head b{color:#365148;font-size:12px}.image-idle{color:#647b72;text-align:center;place-content:center;align-self:stretch;justify-items:center;gap:10px;display:grid}.image-idle>span{color:#80938a;letter-spacing:1.2px;font:500 10px DM Mono,monospace}.image-idle>b{color:#3b584e;font-size:15px}.image-idle-art{width:144px;height:122px;margin-bottom:4px;position:relative}.image-idle-art i{border-radius:16px;display:block;position:absolute;transform:rotate(-14deg)}.image-idle-art i:first-child{background:linear-gradient(145deg,#e5f0be,#a8c9b0);border:1px solid #9fbdab;width:89px;height:92px;top:22px;left:12px;box-shadow:0 12px 27px #406a5321}.image-idle-art i:nth-child(2){background:linear-gradient(145deg,#f8f1d2,#d4e69b);border:1px solid #d0dfa7;width:78px;height:76px;top:3px;right:5px;transform:rotate(13deg)}.image-idle-art i:nth-child(3){background:#fdfdf8;border-radius:50%;width:42px;height:42px;top:43px;left:52px;transform:none;box-shadow:inset 0 0 0 7px #406e5d}.image-empty{gap:9px}.image-empty b{font-size:14px}.image-library{margin-top:36px}.image-library .section-top{margin-bottom:13px}.image-grid article{border-color:#dce6e0;border-radius:11px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 3px 10px #1c382e09}.image-grid article:hover{border-color:#b7ccbf;transform:translateY(-2px);box-shadow:0 10px 22px #1c382e17}.image-grid article>p{margin:7px 12px 12px}.image-library-empty{border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:34px;display:flex}.image-library-empty svg{color:#6e9782}@media (max-width:800px){.image-page{padding:22px 16px}.image-heading{flex-direction:column;align-items:flex-start}.image-heading-note{display:none}.image-studio{grid-template-columns:1fr}.image-controls{padding:19px}.image-canvas{min-height:410px}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-mode-tabs button{font-size:10px}}.image-generating{color:#5b766c;text-align:center;place-content:center;align-self:stretch;justify-items:center;gap:9px;display:grid}.image-generating>span{color:#779087;letter-spacing:1.1px;font:500 10px DM Mono,monospace}.image-generating>b{color:#33584a;font-size:15px}.image-generating small{color:#82918c;font-size:10px}.image-generating-orbit{border:1px solid #507d6633;border-radius:50%;width:116px;height:116px;margin-bottom:7px;animation:3.2s linear infinite image-orbit-spin;position:relative}.image-generating-orbit:before,.image-generating-orbit:after{content:"";border:1px solid #8bab7359;border-radius:50%;position:absolute;inset:14px}.image-generating-orbit:after{background:#eff6e7;border-color:#477866;inset:35px}.image-generating-orbit i{background:#d9e993;border-radius:50%;width:12px;height:12px;display:block;position:absolute;box-shadow:0 0 0 5px #d9e9932b}.image-generating-orbit i:first-child{top:-5px;left:52px}.image-generating-orbit i:nth-child(2){background:#80b199;width:8px;height:8px;bottom:20px;right:9px}.image-generating-orbit i:nth-child(3){background:#e6c887;width:6px;height:6px;bottom:12px;left:18px}.image-result{border-radius:13px;place-self:center;max-width:calc(100% - 56px);max-height:calc(100% - 52px);line-height:0;animation:.35s ease-out image-result-in;position:relative;overflow:hidden;box-shadow:0 18px 42px #1c3c312b}.image-result>img{object-fit:contain;max-width:100%;max-height:430px;display:block}.image-result>div{color:#fff;background:linear-gradient(#0000,#102b22c9);justify-content:space-between;align-items:center;gap:18px;padding:11px 13px;font-size:11px;line-height:1.2;display:flex;position:absolute;bottom:0;left:0;right:0}.image-result a{color:#fff;align-items:center;gap:4px;font-weight:700;display:flex}.image-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.image-grid article{border-radius:8px}.image-grid article>img{aspect-ratio:1}.image-grid article>div{padding:7px 8px 0}.image-grid article>p{margin:5px 8px 8px;font-size:10px}.image-grid span,.image-grid a{font-size:9px}.image-pagination{justify-content:center;align-items:center;gap:10px;margin-top:18px;display:flex}.image-pagination button{color:#42675a;cursor:pointer;background:#fff;border:1px solid #d6e2da;border-radius:7px;align-items:center;gap:4px;min-height:32px;padding:0 10px;font-size:11px;font-weight:700;transition:background .2s,border-color .2s;display:flex}.image-pagination button:hover:not(:disabled){background:#f0f7f2;border-color:#8faf9f}.image-pagination button:disabled{opacity:.42;cursor:not-allowed}.image-pagination span{color:#6f8079;text-align:center;min-width:44px;font-size:11px}@keyframes image-orbit-spin{to{transform:rotate(360deg)}}@keyframes image-result-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1000px){.image-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:800px){.image-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.image-result{max-width:calc(100% - 32px)}}
