@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;600;700&display=swap");:root{--bg:#071b34;--panel:#0b2543;--panel2:#103052;--line:#234b72;--line2:#2c5f8f;--text:#edf6ff;--muted:#8dadc9;--danger:#ef6c67;--yellow:#f5b849}*{box-sizing:border-box}body,html{min-height:100%;margin:0;font-family:Noto Sans SC,Arial,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(660px,1fr) 370px}.sidebar{background:#081e39;padding:22px 12px 16px;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;align-self:start;height:100vh;overflow:hidden}.brand{font-weight:700;font-size:17px;display:flex;gap:9px;align-items:center;padding:0 8px 22px;letter-spacing:0}.brand-mark{width:30px;height:26px;color:#fff;background:#1776bf;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;font:700 10px DM Mono}.workspace{border:1px solid var(--line);border-radius:6px;padding:10px;display:flex;align-items:center;gap:8px;margin:0 4px 21px}.workspace div{display:grid;flex:1;font-size:12px}.workspace b,.workspace small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workspace small{color:var(--muted);font-size:11px;margin-top:2px}.avatar{flex:0 0 auto;background:#1c5250;color:#83f5db;height:27px;width:27px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;font-weight:700}.muted-avatar{background:#384a63;color:#bdcee5}nav{display:grid;gap:4px}.nav-item{color:#91a9aa;display:flex;align-items:center;gap:11px;width:100%;text-align:left;border:0;background:transparent;padding:10px 11px;border-radius:5px}.nav-item:hover{background:#102326}.nav-item.active{background:#113128}.nav-item em{font-style:normal;font-family:DM Mono;color:var(--mint);background:#153c35;padding:1px 6px;margin-left:auto;border-radius:9px;font-size:11px}.sidebar-bottom{margin-top:auto;display:grid;gap:11px}.privacy{color:#698589;font-size:11px;padding:8px;display:flex;align-items:center;gap:6px}.content{min-width:0;padding:0 22px 20px;overflow:hidden}.topbar{height:93px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.eyebrow{color:var(--mint);font:500 10px DM Mono;letter-spacing:.3px;margin:0 0 4px}.topbar h1{font-size:27px;line-height:1;margin:0;letter-spacing:0}.header-actions{display:flex;gap:8px}.button{height:34px;padding:0 12px;border:1px solid var(--line2);background:transparent;color:var(--text);border-radius:5px;display:inline-flex;align-items:center;gap:7px;font-weight:600;white-space:nowrap}.button:hover{border-color:#4a7375;background:#122a2d}.button.primary{color:#06201b}.button.primary:hover{background:#67ebc9}.button.ai{background:#16443b;border-color:#25745f;color:#7af0d0}.button.ai:hover{background:#205e50}.button.compact{height:31px;padding:0 9px;font-size:12px}.button.full{justify-content:center;width:100%;margin-top:12px}.button.ghost{color:#b9cecf}.icon-button,.row-menu{background:transparent;border:1px solid var(--line2);color:#9ab1b3;height:34px;width:34px;padding:0;border-radius:5px;display:inline-grid;place-items:center}.icon-button:hover,.row-menu:hover{color:var(--mint);border-color:var(--mint2)}.row-menu{border:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.stat{min-width:0;min-height:72px;padding:15px 18px;display:flex;gap:10px;align-items:center;border-right:1px solid var(--line)}.stat:first-child{padding-left:3px}.stat:last-child{border:0}.stat>span{color:var(--muted);display:grid;place-items:center}.stat svg{width:18px}.stat div{min-width:0;display:grid;gap:3px}.stat small{color:var(--muted);font-size:12px;white-space:nowrap}.stat strong{font:600 19px DM Mono;white-space:nowrap;letter-spacing:0}.mint{color:var(--mint)}.table-zone{padding-top:14px}.toolbar{padding-bottom:12px}.search,.toolbar{display:flex;gap:8px}.search{min-width:200px;flex:1;height:36px;align-items:center;padding:0 10px;border:1px solid var(--line2);border-radius:5px;background:var(--panel);color:var(--muted)}.search:focus-within{border-color:var(--mint2)}.search input{min-width:0;background:none;outline:none;border:0;color:var(--text);width:100%}.search input::-moz-placeholder{color:#637d80}.search input::placeholder{color:#637d80}.select{min-width:115px;height:36px;display:flex;align-items:center;position:relative;border:1px solid var(--line2);background:var(--panel);border-radius:5px;color:#c0d2d2}.select select{color:inherit;background:transparent;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;padding:0 28px 0 10px}.select svg{position:absolute;right:8px;pointer-events:none}.export{display:none}.table-wrap{border:1px solid var(--line);border-radius:5px 5px 0 0;overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:810px}th{background:#0c1b1e;color:#7f9b9e;padding:10px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;font-size:11px;font-weight:600}th svg{margin-left:3px}td,th svg{vertical-align:middle}td{border-bottom:1px solid #193135;padding:10px;font-size:12px;color:#bbcece}tbody tr{transition:background .15s;cursor:pointer}tbody tr.selected-row,tbody tr:hover{background:#102225}td>b{font-size:13px;color:#e4efed}td>b,td>span{display:block}td>span{margin-top:3px;color:#748e91;font-size:11px}.stage{display:inline-flex;color:#a9c2c0;font-weight:600;border-radius:3px;padding:3px 7px;border:1px solid transparent;white-space:nowrap}.stage-谈判,.stage-需求确认{background:#14372f;color:#58e4bb;border-color:#245648}.stage-报价{background:#392e18;color:#f3c45b;border-color:#5a4821}.stage-初次联系{background:#15333b;color:#6cd6e7}.stage-成交{background:#163b29;color:#6ceaa7}.stage-流失{background:#3a2023;color:#f48a8d}.owner{display:flex;align-items:center;gap:6px}.owner i{width:20px;height:20px;display:inline-grid;place-items:center;border-radius:50%;font-style:normal;background:#1b4a48;color:var(--mint);font-size:10px}.mono{font-family:DM Mono}.score{display:flex;align-items:center;gap:5px;width:72px}.score span{height:4px;border-radius:4px;background:var(--mint);margin:0;max-width:48px}.score b{font:500 11px DM Mono;color:var(--mint)}.muted{color:var(--muted)}.danger{color:var(--danger)}.table-footer{border:1px solid var(--line);border-top:0;border-radius:0 0 5px 5px;padding:8px 10px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.today{border-top:1px solid var(--line);margin-top:22px;padding:15px 4px;display:grid;grid-template-columns:200px 1fr;gap:20px}.today h2{font-size:15px;margin:0;display:flex;align-items:center;gap:7px}.today h2 svg{color:var(--mint)}.task-row{border-left:2px solid var(--mint2);background:#0c1d20;min-height:44px;padding:8px 10px;display:flex;align-items:center;gap:10px}.task-dot{width:7px;height:7px;border-radius:50%;background:var(--yellow)}.task-row b{font-size:12px;flex:1}.task-row>span:not(.task-dot){color:var(--muted);font-size:11px}.text-button{color:var(--mint);border:0;background:none;display:inline-flex;align-items:center;gap:4px;padding:4px}.text-button:hover{color:#93f4da}.customer-panel{background:#091719;border-left:1px solid var(--line);height:100vh;position:sticky;top:0;overflow-y:auto}.panel-header{padding:18px;display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.panel-header>div{min-width:0}.panel-header h2{margin:1px 0 3px;font-size:21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-header>div>span{color:var(--muted);font-size:11px}.back{padding:0;border:0;background:none;position:absolute;right:14px;top:10px;display:none}.back,.stage-line{color:var(--muted)}.stage-line{padding:10px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12px}.stage-line .select{height:29px;min-width:110px}.tabs{display:flex;overflow-x:auto;border-bottom:1px solid var(--line);padding:0 10px}.tabs button{border:0;background:none;color:var(--muted);padding:11px 8px 9px;white-space:nowrap;border-bottom:2px solid transparent;font-size:12px}.tabs button.tab-active{color:var(--mint)}.contact-card{display:grid;grid-template-columns:1fr 1.2fr;gap:12px 9px;padding:16px 18px;border-bottom:1px solid var(--line)}.contact-card>div{display:grid;min-width:0}.contact-card>div:first-child{grid-row:span 2}.contact-card small,.contact-card span{color:var(--muted);font-size:11px}.contact-card b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-card svg{color:var(--mint);width:15px;margin-bottom:2px}.detail-section{padding:15px 18px;border-bottom:1px solid var(--line)}.advisor h3,.detail-section h3{font-size:13px;margin:0 0 11px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.detail-grid div{display:grid;min-width:0}.detail-grid div.wide{grid-column:span 2}.detail-grid small{color:var(--muted);font-size:11px;margin-bottom:2px}.detail-grid b{font-size:12px;font-weight:500;line-height:1.5}.advisor{margin:14px;border:1px solid #205146;border-radius:5px;padding:13px;background:#0b211f}.advisor-head{display:flex;align-items:center;gap:7px}.advisor-head svg{color:var(--mint)}.advisor-head .eyebrow{font-size:9px}.advisor h3{margin:0}.score-pill{margin-left:auto;border-radius:50%;height:30px;width:30px;display:grid;place-items:center;border:2px solid var(--mint);color:var(--mint);font:500 11px DM Mono}.advisor p{color:#b0c8c5;line-height:1.55;font-size:12px}.advisor ul{padding-left:17px;margin:8px 0 0;color:#88aaa5;font-size:11px;line-height:1.85}.timeline{padding:18px;display:grid;gap:17px}.timeline>div{position:relative;padding-left:17px;display:grid;gap:3px}.timeline>div:not(:last-child):after{content:"";width:1px;background:var(--line2);position:absolute;left:3px;top:14px;height:34px}.timeline-dot{width:7px;height:7px;border-radius:50%;background:#608287;position:absolute;left:0;top:5px}.mint-dot{background:var(--mint)}.timeline b{font-size:12px}.timeline span{color:var(--muted);font-size:11px}.analysis-empty,.empty-state{padding:48px 22px;color:var(--muted);display:grid;place-items:center;text-align:center;gap:8px}.empty-state .button{margin-top:8px}.inline-form{margin:12px;display:flex;gap:8px}.inline-form input{min-width:0;flex:1}.modal-backdrop{position:fixed;z-index:10;inset:0;background:rgba(0,10,12,.72);display:grid;place-items:center;padding:18px;backdrop-filter:blur(2px)}.modal{width:min(750px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#0b191c;border:1px solid #2c5154;box-shadow:0 25px 80px #000a;border-radius:7px;padding:19px}.modal>header{display:flex;justify-content:space-between;gap:20px;margin-bottom:17px}.modal h2{margin:0 0 4px;font-size:19px}.modal header p{color:var(--muted);margin:0;font-size:12px}.ai-layout{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field-label{display:block;color:#b9cecf;margin-bottom:7px;font-size:12px}.ai-layout textarea{width:100%;resize:vertical}.ai-result{border:1px solid var(--line);background:#091719;border-radius:5px;padding:14px}.ai-result h3{margin:12px 0;font-size:16px}.ai-result h3 small{color:var(--muted);font-weight:400;font-size:11px}.analysis-status{color:var(--mint);font-size:12px;display:flex;gap:6px;align-items:center}.draft-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.draft-grid .wide{grid-column:span 2}.risk{border-top:1px solid var(--line);color:#a9c0be;font-size:11px;line-height:1.55;padding-top:10px;margin-top:12px;display:flex;gap:5px}.risk svg{color:var(--yellow);flex:0 0 auto}.dropzone{border:1px dashed #3e6967;background:#0a1d1e;min-height:200px;display:grid;place-content:center;justify-items:center;gap:8px;text-align:center;border-radius:5px}.dropzone svg{color:var(--mint)}.dropzone span,.import-note span{color:var(--muted);font-size:12px}.dropzone label{margin-top:7px}.import-note{margin-top:14px;padding:11px;background:#102124;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label,.settings-grid label{color:#91aaac;font-size:12px;display:grid;gap:6px}.form-grid .select{width:100%;height:34px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.dashboard{padding:27px 0}.section-title{border-bottom:1px solid var(--line);padding-bottom:14px;position:relative}.section-title h2{font-size:22px;margin:0}.section-title>span{color:var(--muted);position:absolute;right:0;bottom:16px;font-size:12px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:20px 0;border:1px solid var(--line)}.dashboard-stats .stat:first-child{padding-left:18px}.chart-grid,.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chart-grid>section,.settings-grid>section{border:1px solid var(--line);background:var(--panel);border-radius:5px;padding:15px}.chart-grid h3,.settings-grid h3{margin:0 0 17px;font-size:14px}.funnel{display:grid;gap:15px}.funnel>div{display:grid;grid-template-columns:85px 1fr 95px;align-items:center;gap:9px;font-size:12px;color:#a8c0c0}.funnel i{display:block;height:20px;background:#1b7662;border-radius:2px}.funnel b{font:400 10px DM Mono;color:#b8d0cd}.leaderboard{display:grid;align-content:start;gap:12px}.leaderboard>div{display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line);padding-bottom:10px}.leaderboard>div:last-child{border:0}.rank{color:#5c797e;font:500 11px DM Mono}.leaderboard b{flex:1;font-size:12px}.leaderboard small{display:block;color:var(--muted);font-weight:400;font-size:10px;margin-top:2px}.leaderboard strong{color:var(--mint);font:500 11px DM Mono}.settings-grid{max-width:830px}.settings-grid section{display:grid;align-content:start;gap:12px}.settings-grid input{width:100%}.member{display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line);padding-bottom:10px}.member b{flex:1;font-size:12px}.member small{display:block;color:var(--muted);font-weight:400;font-size:10px}.tag{color:#8bdcca;background:#15372f;padding:2px 6px;border-radius:3px;font-size:10px}.world-workspace{padding:27px 0}.world-time-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:9px;margin:20px 0;overflow:auto}.world-time-card{min-width:130px;min-height:95px;padding:12px;border:1px solid var(--line);background:var(--panel)}.world-time-card small,.world-time-card span{display:block;color:var(--muted);font-size:11px}.world-time-card b{display:block;color:var(--mint);font:600 17px DM Mono;margin:9px 0 6px}.world-time-card em{color:#f7bd7f;font-size:10px;font-style:normal}.holiday-schedule{display:grid;grid-template-columns:1.35fr .65fr;gap:16px}.holiday-schedule>section{padding:16px;border:1px solid var(--line);background:var(--panel)}.holiday-schedule h3{margin:4px 0 13px;font-size:15px}.holiday-schedule-row{display:grid;grid-template-columns:1fr 120px 215px;gap:10px;padding:10px 0;border-top:1px solid var(--line);font-size:12px}.holiday-note p,.holiday-schedule-row small,.holiday-schedule-row span{color:var(--muted)}.holiday-note p{line-height:1.7;font-size:12px;margin:0}.team-settings-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;margin-top:20px}.country-settings,.team-settings-grid>section{border:1px solid var(--line);background:var(--panel);padding:16px}.country-settings h3,.team-settings-grid h3{margin:0 0 13px;font-size:15px}.member-form{display:grid;gap:9px}.member-form select,.member-permission select{border:1px solid var(--line2);border-radius:4px;padding:8px;background:#081e38;color:var(--text)}.member-permission-list{display:grid;gap:10px}.member-permission{display:grid;grid-template-columns:1fr 110px 1.3fr auto auto;align-items:center;gap:8px;padding:10px 0;border-top:1px solid var(--line)}.member-permission b,.member-permission small{display:block}.country-settings p,.member-permission small{color:var(--muted);font-size:11px;margin:3px 0 0}.switch{font-size:11px;color:var(--muted);white-space:nowrap;display:flex;gap:4px;align-items:center}.country-settings{margin-top:16px}.country-group-editor{display:grid;grid-template-columns:150px 1fr 34px;gap:8px;margin-top:10px}.country-settings-actions{display:flex;justify-content:space-between;gap:8px;margin-top:14px}.settings-message{margin:17px 0 0;padding:9px 11px;color:#f7c18c;background:#352717;border:1px solid #6d4b24;font-size:12px}input,textarea{border:1px solid var(--line2);border-radius:4px;background:#081619;padding:8px;outline:none}input:focus,textarea:focus{border-color:var(--mint2)}.toast{position:fixed;z-index:20;bottom:20px;left:50%;transform:translateX(-50%);background:#173c33;border:1px solid #337663;color:#b5f7df;padding:10px 14px;display:flex;gap:8px;align-items:center;border-radius:5px;box-shadow:0 6px 28px #0008;font-size:12px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(440px,100%);display:grid;gap:12px;padding:26px;border:1px solid var(--line2);background:var(--panel);border-radius:7px}.auth-card h1{margin:0;font-size:24px}.auth-card>p:not(.eyebrow){margin:0 0 6px;line-height:1.6;color:var(--muted);font-size:12px}.auth-card label{display:grid;gap:6px;color:#b7cbca;font-size:12px}.auth-card a{color:var(--mint);text-align:center;font-size:12px;margin-top:3px}.auth-error{margin:0;padding:8px;color:#ffabb0;border:1px solid #71373b;background:#2a1719;font-size:12px}.setup-page{min-height:100vh;padding:42px max(24px,calc((100vw - 1040px) / 2));background:#071b34}.setup-brand{color:#fff;display:flex;gap:11px;align-items:center;margin-bottom:38px}.setup-brand>span{width:42px;height:36px;display:grid;place-items:center;background:#1676bf;border-radius:5px;font:700 13px DM Mono}.setup-brand div{display:grid;gap:2px}.setup-brand b{font-size:16px}.setup-brand small{color:#a4c1db}.setup-layout{display:grid;grid-template-columns:minmax(330px,440px) minmax(290px,1fr);gap:18px;align-items:stretch}.setup-layout .auth-card{width:100%}.setup-world-time{padding:26px;border:1px solid var(--line2);background:#0b2543;border-radius:7px}.setup-world-time>p{margin:0;color:#f58220;font:500 10px DM Mono}.setup-world-time h2{margin:5px 0 20px;font-size:22px}.setup-world-time>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.setup-world-time section{min-height:82px;padding:12px;border:1px solid #28527c;background:#0d2a4b}.setup-world-time small{display:block;color:#9cb9d3;font-size:11px}.setup-world-time b{display:block;color:#f7a155;font:600 18px DM Mono;margin-top:9px}@media (max-width:720px){.setup-page{padding:24px 16px}.setup-brand{margin-bottom:22px}.setup-layout{grid-template-columns:1fr}.setup-world-time{padding:18px}}@media (max-width:1180px){.app-shell{grid-template-columns:190px minmax(520px,1fr) 330px}.content{padding:0 14px}.stats .stat{padding:12px 9px}.stat strong{font-size:16px}.header-actions .ghost{display:none}}@media (max-width:920px){.app-shell{grid-template-columns:64px minmax(0,1fr)}.sidebar{padding:17px 8px}.brand{padding:0 10px 24px}.brand>span:last-child,.nav-item span,.privacy,.workspace div,.workspace>svg{display:none}.workspace{padding:4px;margin:0 4px 22px}.nav-item,.workspace{justify-content:center}.nav-item{padding:11px 4px}.nav-item em{position:absolute;margin:-22px -25px 0 0}.customer-panel{position:fixed;z-index:5;right:0;width:min(390px,90vw);box-shadow:-20px 0 45px #0008}.panel-header .back{display:block}.stats{grid-template-columns:repeat(2,1fr)}.stats .stat:nth-child(2){border-right:0}.stats .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.today{grid-template-columns:1fr;gap:8px}.task-row{flex-wrap:wrap}.chart-grid{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-stats .stat:nth-child(2){border-right:0}.dashboard-stats .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (max-width:600px){.app-shell{display:block}.sidebar{position:fixed;z-index:8;bottom:0;left:0;right:0;min-height:56px;height:56px;padding:4px;display:flex;flex-direction:row;border-top:1px solid var(--line);border-right:0;background:#091719}.brand,.sidebar-bottom,.workspace{display:none}.sidebar nav{display:flex;width:100%;grid-template-columns:repeat(4,1fr)}.nav-item{flex:1}.nav-item:nth-child(4){display:none}.content{padding:0 12px 72px}.topbar{height:77px}.topbar h1{font-size:23px}.header-actions .button{font-size:0;width:34px;padding:0;justify-content:center}.header-actions .button svg{width:17px}.header-actions .button:first-child{display:none}.stats{margin:0 -12px}.stat{min-height:63px}.stat>span{display:none}.table-zone{padding-top:12px}.toolbar{display:grid;grid-template-columns:1fr 34px}.search{grid-column:span 2}.toolbar .select{min-width:0}.toolbar .icon-button{display:none}.today{margin-top:16px}.customer-panel{width:100vw}.panel-header{padding-top:28px}.ai-layout,.form-grid{grid-template-columns:1fr}.modal{padding:15px}.modal-backdrop{padding:8px}.import-note{grid-template-columns:1fr}.dashboard{padding-top:18px}.dashboard-stats .stat,.dashboard-stats .stat:first-child{padding-left:10px}.section-title>span{display:none}.bulk-actions{flex-wrap:wrap}.wide-label{grid-column:auto}.task-card{grid-template-columns:auto 1fr}.task-card .button{grid-column:2;justify-self:start}}.bulk-actions{margin:0 0 9px;padding:9px 11px;border:1px solid #315c58;background:#102724;display:flex;align-items:center;gap:10px;color:#bde7dc;font-size:12px}.bulk-actions span{margin-right:auto}.danger-button,.panel-actions .delete{color:#ffb6b7;border-color:#773c41;background:#2b171a}.table-wrap input[type=checkbox]{accent-color:var(--mint);cursor:pointer}.panel-actions{display:flex;align-items:center;gap:6px}.edit-customer{padding:16px 18px}.wide-label{grid-column:span 2}.wide-label textarea{width:100%;box-sizing:border-box;resize:vertical}.task-list{display:grid;gap:9px;margin-top:20px}.task-card{min-height:68px;padding:13px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.task-card>div{min-width:0}.task-card b{font-size:13px}.task-card p{color:#bdd0cf;font-size:12px;margin:5px 0;line-height:1.45}.task-card small{color:var(--muted);font-size:11px}.task-dot.overdue{background:#eb716e}.image-dropzone{min-height:150px;border:1px dashed #3e6967;background:#0a1d1e;display:grid;place-content:center;justify-items:center;gap:8px;text-align:center;border-radius:5px;outline:none}.image-dropzone:focus{border-color:var(--mint);background:#0d2421}.image-dropzone svg{color:var(--mint)}.image-dropzone span{color:var(--muted);font-size:12px}.image-list{display:grid;gap:8px;margin-top:12px;max-height:270px;overflow:auto}.image-list article{display:grid;grid-template-columns:58px 1fr auto 32px;gap:10px;align-items:center;padding:8px;border:1px solid var(--line);background:#091719}.image-list img{width:58px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:3px}.image-list div{min-width:0;display:grid;gap:3px}.image-list b,.image-list em,.image-list small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-list b{font-size:12px}.image-list small{color:var(--muted);font-size:11px}.image-list em{color:#ffafb0;font-size:10px;font-style:normal}.row-owner{display:flex;align-items:center;gap:5px;color:var(--text)}.row-owner i{display:grid;place-items:center;width:21px;height:21px;flex:0 0 auto;border-radius:50%;color:#ffae44;background:#154b40;font-style:normal;font-size:10px}.row-owner select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:86px;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:12px;cursor:pointer}.row-owner option,select option{color:#101820;background:#ffffff}.company-research{margin:14px;padding:13px;border:1px solid #315a57;border-radius:5px;background:#0b211f}.research-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.research-heading h3{margin:0;font-size:13px}.research-status{padding:3px 7px;border-radius:3px;font-size:10px;color:#b8cac8;background:#17312f}.research-status.已完成{color:var(--mint)}.company-research .detail-grid{gap:10px}.research-note{display:block;color:var(--muted);font-size:10px;line-height:1.6;margin-top:11px}.button,.icon-button,.nav-item,.tabs button,.text-button{transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.button:hover:not(:disabled),.icon-button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled),.icon-button:active:not(:disabled){transform:translateY(0)}.button:disabled,.icon-button:disabled,.text-button:disabled{cursor:not-allowed;opacity:.52}.button.primary{color:#071b34;box-shadow:0 3px 12px rgba(245,130,32,.18)}.button.primary:hover:not(:disabled){background:var(--mint2);border-color:var(--mint2);box-shadow:0 5px 15px rgba(245,130,32,.28)}.button.ai{background:#145d9f;border-color:#2788cf;color:#edf6ff}.button.ai:hover:not(:disabled){background:#1776bf;border-color:#4ca7e5}.button.ghost,.icon-button{background:var(--panel);border-color:var(--line2);color:#b9dbf7}.button.ghost:hover:not(:disabled),.icon-button:hover:not(:disabled){background:#123b63;border-color:#438fc8;color:#fff}.text-button{color:#9acaff}.text-button:hover:not(:disabled){color:#fff;background:#123b63}.nav-item.active{background:#10365b;color:#edf6ff}.ai-result,.customer-panel,.modal{background:var(--panel)}.customer-panel{box-shadow:-16px 0 32px rgba(0,0,0,.16)}.tabs button:hover{color:#d9eeff;background:#0e3155}.task-row{background:#0d2947}.task-row .text-button{color:#a9d6ff}.bulk-actions{border-color:#2c5f8f;background:#0e3155;color:#d3eaff}.avatar,.row-owner i{background:#123b63;color:#b8ddff}.row-owner i{border:1px solid #2c6fa8}.dropzone,.image-dropzone{border-color:#3b82b8;background:#0b2948}.dropzone:hover,.image-dropzone:focus,.image-dropzone:hover{border-color:#6aafe3;background:#10365b}input,textarea{background:#081e39}input:focus,textarea:focus{border-color:#55a7e3;box-shadow:0 0 0 3px rgba(85,167,227,.12)}.advisor,.company-research{border-color:var(--line2);background:#0d2a4b;position:relative;overflow:hidden}.advisor:before,.company-research:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--mint)}.advisor:before{background:#2b8fd6}.advisor p{color:#d1e5f7}.advisor ul{color:#a9c9e4}.advisor ul li::marker{color:var(--mint)}.research-heading{margin-bottom:13px}.research-actions{display:flex;align-items:center;gap:6px}.research-status{background:#173b60;color:#b9dcf7;border:1px solid #285e8d}.research-status.背调中{color:#ffd28c}.research-status.已完成{color:#ffbd75}.research-status.失败{color:#ffacae}.research-block{padding-top:11px;margin-top:11px;border-top:1px solid #234b72}.research-alert>b,.research-block>b,.sales-approach>b{display:block;color:#b5d8f4;font-size:11px;margin-bottom:8px}.research-alert{margin-top:12px;padding:10px;border-left:2px solid var(--yellow);background:#162d48}.research-alert ul{margin:0;padding-left:17px;color:#d3dfec;font-size:11px;line-height:1.7}.sales-approach{margin:11px 0;padding:10px;border-left:2px solid #3297dc;background:#10365b}.sales-approach>span{color:#d6eafd;line-height:1.6;font-size:11px}.research-note{color:#a9c9e4}.toast{background:#10365b;border-color:#2d80bd;color:#e5f3ff}.timeline-action{padding:12px 18px 0}.followup-modal{display:grid;gap:10px}.followup-drop{min-height:138px;overflow:hidden}.followup-drop img{max-width:100%;max-height:210px;-o-object-fit:contain;object-fit:contain}.followup-analysis{border:1px solid var(--line2);border-left:2px solid var(--mint);background:#0d2947;padding:11px;display:grid;gap:3px}.followup-analysis b{color:#b9dcf7;font-size:11px;margin-top:4px}.followup-analysis p{color:#e2f0fd;font-size:12px;line-height:1.55;margin:0}.form-error{color:#ffb3b5;margin:0;font-size:12px}.followup-modal .field-label{margin:4px 0 0}.followup-modal input,.followup-modal textarea{width:100%}:root{--bg:#f4f7fb;--panel:#ffffff;--panel2:#edf5fc;--line:#d6e0ea;--line2:#b9cad9;--text:#182735;--muted:#617286;--mint:#f58220;--mint2:#ff9c42;--danger:#d84b4b;--yellow:#d79417}.app-shell,body,html{background:var(--bg);color:var(--text)}.sidebar{background:#fff;border-color:var(--line);box-shadow:1px 0 8px rgba(24,39,53,.04)}.brand{color:#102b46}.workspace{background:#f7fafc}.privacy,.workspace small{color:var(--muted)}.avatar{background:#e4f0fb;color:#1776bf}.nav-item{color:#4e6174}.nav-item:hover{background:#f1f6fb;color:#153959}.nav-item.active{background:#eaf4fc;color:#0f4e7d;box-shadow:inset 3px 0 0 var(--mint)}.nav-item em{background:#eaf4fc;color:#1776bf}.detail-section,.panel-header,.stage-line,.tabs,.topbar{border-color:var(--line)}.eyebrow{color:#1776bf}.content{background:var(--bg)}.dashboard-stats,.stats,.table-footer,.table-wrap{background:var(--panel);border-color:var(--line)}.stat{border-color:var(--line)}.muted,.stat small,.stat>span{color:var(--muted)}.contact-card b,.detail-grid b,.stat strong{color:var(--text)}.mint{color:#dc6f11}.button.ghost,.icon-button,.search,.select{background:#fff;border-color:var(--line2);color:#345873}.search input,.select select{color:var(--text)}.search input::-moz-placeholder{color:#8998a7}.search input::placeholder{color:#8998a7}.search:focus-within{border-color:#4997cf}.table-wrap{box-shadow:0 1px 2px rgba(24,39,53,.03)}th{background:#f1f6fa;color:#526679;border-color:var(--line)}td{color:#44586a;border-color:#e5edf3}td>b{color:#172b3a}td>span{color:#718295}tbody tr.selected-row,tbody tr:hover{background:#eff7fd}.row-owner,.row-owner select{color:#253b4b}.row-owner i{background:#e5f1fb;color:#1776bf;border-color:#c7ddf0}.ai-result,.customer-panel,.modal{background:#fff;border-color:var(--line)}.customer-panel{box-shadow:-12px 0 28px rgba(24,39,53,.1)}.modal-backdrop{background:rgba(21,37,53,.34)}.modal{box-shadow:0 22px 70px rgba(24,39,53,.22)}.tabs button{color:#617286}.tabs button:hover{color:#144c7a;background:#f1f6fb}.tabs button.tab-active{color:#d96e12;border-color:var(--mint)}.contact-card svg,.today h2 svg{color:#1776bf}.task-card,.today{border-color:var(--line)}.task-row{background:#eef7ff;border-left-color:var(--mint)}.task-card b,.task-row b{color:#203647}.task-card p,.task-card small,.task-row>span:not(.task-dot){color:#617286}.advisor,.company-research{background:#fff;border-color:#cbdce9;box-shadow:0 1px 2px rgba(24,39,53,.04)}.company-research:before{background:var(--mint)}.advisor:before{background:#1776bf}.advisor p{color:#3f566a}.advisor ul{color:#50687d}.research-block{border-color:#e1eaf1}.research-alert>b,.research-block>b,.sales-approach>b{color:#245a83}.research-status{background:#edf5fb;color:#2c5e86;border-color:#cddfed}.research-note{color:#62768a}.sales-approach{background:#edf6fd;border-left-color:#2c8ed2}.sales-approach>span{color:#3c5770}.research-alert{background:#fff8e8;border-left-color:#e2a82e}.research-alert ul{color:#64583a}.followup-analysis{background:#eff7fd;border-color:#c6deef}.followup-analysis b{color:#1e5b8c}.followup-analysis p{color:#344f67}.dropzone,.image-dropzone{background:#f5faff;border-color:#91bfdf}.dropzone:hover,.image-dropzone:focus,.image-dropzone:hover{background:#eaf5fd;border-color:#3d90c8}input,textarea{background:#fff;color:var(--text);border-color:var(--line2)}.field-label,.form-grid label,.settings-grid label{color:#4c6174}.bulk-actions{background:#edf6fd;border-color:#b8d7eb;color:#2d5776}.toast{background:#164c76;border-color:#216b9e;color:#fff}.tag{color:#1d6b92;background:#e8f4fb}.funnel i{background:#2f89c2}.funnel b,.funnel>div{color:#52677a}.hot-topics{padding:27px 0}.topic-toolbar{margin:20px 0 16px;padding:13px 15px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.topic-toolbar b{display:block;font-size:13px}.topic-toolbar small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.language-switch{display:flex;border:1px solid var(--line2);background:#f6f9fb}.language-switch button{border:0;border-right:1px solid var(--line);background:transparent;color:#587086;padding:7px 10px;font-size:11px}.language-switch button:last-child{border-right:0}.language-switch button.active{background:#1776bf;color:#fff}.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.topic-card{border:1px solid var(--line);background:#fff;padding:15px;display:grid;align-content:start;gap:10px;min-height:270px}.topic-card:hover{border-color:#8ebfdf;box-shadow:0 5px 18px rgba(24,80,120,.08)}.topic-meta{display:flex;justify-content:space-between;align-items:center}.topic-meta span{color:#1776bf;font-size:11px;font-weight:700}.topic-meta em{color:#b66a21;background:#fff2df;font-size:10px;font-style:normal;padding:3px 6px}.topic-card h3{margin:0;font-size:15px;line-height:1.45}.topic-card>p{margin:0;color:#52697d;font-size:12px;line-height:1.65}.topic-hook{border-top:1px solid #e5edf3;padding-top:9px;display:grid;gap:4px}.topic-hook b{color:#245a83;font-size:11px}.topic-hook span{color:#60758a;font-size:11px;line-height:1.55}.topic-card .button{margin-top:auto}.topic-note{margin:16px 0 0;color:#718295;font-size:11px;line-height:1.6}@media (max-width:920px){.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-toolbar{align-items:flex-start;flex-direction:column}}@media (max-width:600px){.topic-grid{grid-template-columns:1fr}.hot-topics{padding-top:18px}.topic-card{min-height:0}.sidebar nav{overflow-x:auto}.nav-item:nth-child(4){display:flex}}:root[data-theme=dark]{--bg:#0b1724;--panel:#122335;--panel2:#183149;--line:#2b4660;--line2:#45627d;--text:#f3f7fb;--muted:#b1c1d0;--mint:#ff9b3d;--mint2:#ffc27e;--danger:#ff8585;--yellow:#ffca5e}:root[data-theme=dark] .app-shell,:root[data-theme=dark] .content,:root[data-theme=dark] body,:root[data-theme=dark] html{background:var(--bg);color:var(--text)}:root[data-theme=dark] .advisor,:root[data-theme=dark] .ai-result,:root[data-theme=dark] .button.ghost,:root[data-theme=dark] .company-research,:root[data-theme=dark] .customer-panel,:root[data-theme=dark] .dashboard-stats,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .modal,:root[data-theme=dark] .search,:root[data-theme=dark] .select,:root[data-theme=dark] .sidebar,:root[data-theme=dark] .stats,:root[data-theme=dark] .table-footer,:root[data-theme=dark] .table-wrap,:root[data-theme=dark] .topic-card,:root[data-theme=dark] .topic-toolbar,:root[data-theme=dark] .workspace{background:var(--panel);color:var(--text);border-color:var(--line)}:root[data-theme=dark] .sidebar{box-shadow:none}:root[data-theme=dark] .brand,:root[data-theme=dark] .contact-card b,:root[data-theme=dark] .detail-grid b,:root[data-theme=dark] .stat strong,:root[data-theme=dark] .task-card b,:root[data-theme=dark] .task-row b,:root[data-theme=dark] td>b{color:var(--text)}:root[data-theme=dark] .muted,:root[data-theme=dark] .nav-item,:root[data-theme=dark] .privacy,:root[data-theme=dark] .stat small,:root[data-theme=dark] .task-card p,:root[data-theme=dark] .task-card small,:root[data-theme=dark] .task-row>span:not(.task-dot),:root[data-theme=dark] .workspace small,:root[data-theme=dark] td,:root[data-theme=dark] td>span{color:var(--muted)}:root[data-theme=dark] .nav-item.active,:root[data-theme=dark] .nav-item:hover,:root[data-theme=dark] .tabs button:hover,:root[data-theme=dark] tbody tr.selected-row,:root[data-theme=dark] tbody tr:hover{background:#1b3954;color:#fff}:root[data-theme=dark] .followup-analysis,:root[data-theme=dark] .sales-approach,:root[data-theme=dark] .task-row,:root[data-theme=dark] th{background:#193149;color:var(--text);border-color:var(--line)}:root[data-theme=dark] .search input,:root[data-theme=dark] input,:root[data-theme=dark] textarea{background:#0e1f30;color:#fff;border-color:var(--line2)}:root[data-theme=dark] .advisor p,:root[data-theme=dark] .advisor ul,:root[data-theme=dark] .research-note,:root[data-theme=dark] .topic-card>p,:root[data-theme=dark] .topic-hook span,:root[data-theme=dark] .topic-note{color:#c8d7e5}:root[data-theme=dark] .research-block,:root[data-theme=dark] .topic-hook{border-color:var(--line)}:root[data-theme=dark] .topic-meta em{background:#4d351b;color:#ffd29f}:root[data-theme=dark] .research-alert{background:#3a311d}:root[data-theme=dark] .research-alert ul{color:#f1dfb2}.topic-loading{min-height:190px;display:grid;place-items:center;grid-column:1/-1;color:var(--muted);border:1px dashed var(--line2);background:var(--panel);font-size:13px}:root:not([data-theme=dark]) .topic-card>p,:root:not([data-theme=dark]) .topic-hook span,:root:not([data-theme=dark]) .topic-note,:root:not([data-theme=dark]) body,:root:not([data-theme=dark]) label,:root:not([data-theme=dark]) li,:root:not([data-theme=dark]) p,:root:not([data-theme=dark]) small,:root:not([data-theme=dark]) span,:root:not([data-theme=dark]) td,:root:not([data-theme=dark]) th{color:#111820}:root:not([data-theme=dark]) .detail-grid b,:root:not([data-theme=dark]) b,:root:not([data-theme=dark]) h1,:root:not([data-theme=dark]) h2,:root:not([data-theme=dark]) h3,:root:not([data-theme=dark]) h4,:root:not([data-theme=dark]) strong,:root:not([data-theme=dark]) td>b{color:#080d12}:root:not([data-theme=dark]) .eyebrow,:root:not([data-theme=dark]) .mint,:root:not([data-theme=dark]) .research-alert>b,:root:not([data-theme=dark]) .research-block>b,:root:not([data-theme=dark]) .sales-approach>b,:root:not([data-theme=dark]) .topic-hook b,:root:not([data-theme=dark]) .topic-meta span{color:#1267a3}:root:not([data-theme=dark]) input::-moz-placeholder,:root:not([data-theme=dark]) textarea::-moz-placeholder{color:#111820;opacity:.62}:root:not([data-theme=dark]) input::placeholder,:root:not([data-theme=dark]) textarea::placeholder{color:#111820;opacity:.62}:root:not([data-theme=dark]) .muted,:root:not([data-theme=dark]) .research-note,:root:not([data-theme=dark]) .stat small,:root:not([data-theme=dark]) .table-footer,:root:not([data-theme=dark]) .task-card small{color:#111820}:root[data-theme=dark] .detail-grid b,:root[data-theme=dark] .muted,:root[data-theme=dark] .research-note,:root[data-theme=dark] .stat small,:root[data-theme=dark] .table-footer,:root[data-theme=dark] .task-card small,:root[data-theme=dark] .topic-card>p,:root[data-theme=dark] .topic-hook span,:root[data-theme=dark] .topic-note,:root[data-theme=dark] b,:root[data-theme=dark] body,:root[data-theme=dark] h1,:root[data-theme=dark] h2,:root[data-theme=dark] h3,:root[data-theme=dark] h4,:root[data-theme=dark] label,:root[data-theme=dark] li,:root[data-theme=dark] p,:root[data-theme=dark] small,:root[data-theme=dark] span,:root[data-theme=dark] strong,:root[data-theme=dark] td,:root[data-theme=dark] td>b,:root[data-theme=dark] th{color:#fff}:root[data-theme=dark] .eyebrow,:root[data-theme=dark] .mint,:root[data-theme=dark] .research-alert>b,:root[data-theme=dark] .research-block>b,:root[data-theme=dark] .sales-approach>b,:root[data-theme=dark] .score-pill,:root[data-theme=dark] .topic-hook b,:root[data-theme=dark] .topic-meta span{color:#ff9b3d}:root[data-theme=dark] input::-moz-placeholder,:root[data-theme=dark] textarea::-moz-placeholder{color:#fff;opacity:.7}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#fff;opacity:.7}:root[data-theme=dark] .button.ghost,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .text-button{color:#fff}:root[data-theme=dark] .member-permission input,:root[data-theme=dark] .member-permission small,:root[data-theme=dark] .row-owner,:root[data-theme=dark] .row-owner select,:root[data-theme=dark] .row-owner select option{color:#fff!important}:root[data-theme=dark] .row-owner select{background:transparent!important;text-shadow:none}:root[data-theme=dark]{--bg:#07111f;--panel:#0d1c2f;--panel2:#132a43;--line:#263e58;--line2:#3d5a78;--text:#f7fbff;--muted:#a8bad0;--mint:#ff942f;--mint2:#ffb363}:root[data-theme=dark] .app-shell,:root[data-theme=dark] body{background:#07111f}:root[data-theme=dark] .sidebar{width:220px;background:#09192c;border-right-color:#27425e;box-shadow:12px 0 36px rgba(0,0,0,.12)}:root[data-theme=dark] .brand{padding-bottom:24px;font-size:16px}:root[data-theme=dark] .brand-mark{width:31px;height:27px;background:#1979c5;box-shadow:0 4px 14px rgba(25,121,197,.3)}:root[data-theme=dark] .workspace{background:#0e2239;border-color:#2e506f;padding:11px}:root[data-theme=dark] .workspace:hover{border-color:#5180aa}:root[data-theme=dark] .avatar{background:#e9f4ff;color:#176eb4}:root[data-theme=dark] nav{gap:5px}:root[data-theme=dark] .nav-item{position:relative;padding:10px 11px;color:#b8c9dc;transition:background .16s ease,color .16s ease,transform .16s ease}:root[data-theme=dark] .nav-item:hover{background:#132b45;color:#fff;transform:translateX(2px)}:root[data-theme=dark] .nav-item.active{background:#183b5d;box-shadow:none}:root[data-theme=dark] .nav-item.active:before{content:"";position:absolute;top:9px;bottom:9px;width:3px;border-radius:0 3px 3px 0;background:#ff942f}:root[data-theme=dark] .nav-item em{color:#124770;background:#e7f4ff;font-weight:700}:root[data-theme=dark] .privacy{padding-top:12px;border-top:1px solid #25415d;color:#89a2bd}:root[data-theme=dark] .content{padding:0 26px 28px}:root[data-theme=dark] .topbar{position:sticky;top:0;z-index:4;height:96px;background:rgba(7,17,31,.94);backdrop-filter:blur(16px);border-bottom-color:#253f5c}:root[data-theme=dark] .topbar h1{font-size:28px;font-weight:700}:root[data-theme=dark] .eyebrow{color:#ff9d43;letter-spacing:.7px}:root[data-theme=dark] .header-actions{gap:9px}.icon-button,:root[data-theme=dark] .button{transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.icon-button:hover,:root[data-theme=dark] .button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.18)}:root[data-theme=dark] .button.primary{color:#162233;background:#ff942f;border-color:#ff942f;box-shadow:0 5px 15px rgba(255,148,47,.22)}:root[data-theme=dark] .button.primary:hover{background:#ffad59;border-color:#ffad59}:root[data-theme=dark] .button.ai{color:#dff2ff;background:#176bad;border-color:#3c91cf}:root[data-theme=dark] .button.ai:hover{background:#2480c3}.icon-button,:root[data-theme=dark] .button.ghost{background:#10233a;color:#e7f2fc;border-color:#365675}.icon-button:hover,:root[data-theme=dark] .button.ghost:hover{background:#17334f;border-color:#6090bc}:root[data-theme=dark] .stats{margin:16px 0 0;border:1px solid #28445f;border-radius:7px;overflow:hidden;background:#0d1c2f}:root[data-theme=dark] .stat{min-height:82px;padding:16px 18px;border-right-color:#28445f}:root[data-theme=dark] .stat:hover{background:#11263d}:root[data-theme=dark] .stat>span{color:#67b9f2}:root[data-theme=dark] .stat strong{font-size:20px}:root[data-theme=dark] .table-zone{padding-top:18px}:root[data-theme=dark] .toolbar{gap:9px}.select,:root[data-theme=dark] .search{height:38px;border-color:#355976;background:#0d2035}.select:focus-within,:root[data-theme=dark] .search:focus-within{border-color:#67b9f2;box-shadow:0 0 0 3px rgba(84,165,223,.12)}:root[data-theme=dark] .table-wrap{border-color:#284762;border-radius:7px 7px 0 0;background:#0d1c2f;box-shadow:0 12px 30px rgba(0,0,0,.1)}:root[data-theme=dark] th{height:42px;background:#10263e;color:#adc4d9;border-color:#284762;font-size:11px}:root[data-theme=dark] td{padding:12px 10px;border-color:#1e3953}:root[data-theme=dark] tbody tr{transition:background .16s ease,box-shadow .16s ease}:root[data-theme=dark] tbody tr:hover{background:#132d48;box-shadow:inset 3px 0 #4ba8e6}:root[data-theme=dark] tbody tr.selected-row{background:#173753;box-shadow:inset 3px 0 #ff942f}:root[data-theme=dark] .table-footer{border-color:#284762;background:#0d1c2f}:root[data-theme=dark] .bulk-actions{border-color:#466784;background:#112b45}:root[data-theme=dark] .customer-panel{background:#0b1b2e;border-left-color:#294866;box-shadow:-14px 0 34px rgba(0,0,0,.16)}:root[data-theme=dark] .panel-header{background:#0e2137;border-bottom-color:#294866}.contact-card,.detail-section,.tabs,:root[data-theme=dark] .stage-line{border-color:#294866}:root[data-theme=dark] .tabs{background:#0b1b2e}:root[data-theme=dark] .tabs button{color:#a6bad0}:root[data-theme=dark] .tabs button.tab-active{color:#ff9d43}.company-research,:root[data-theme=dark] .advisor{background:#0f2942;border-color:#315779;box-shadow:none}.chart-grid>section,.country-settings,.holiday-schedule>section,.team-settings-grid>section,:root[data-theme=dark] .task-card{background:#0d1e32;border-color:#2c4965;border-radius:7px}.topic-card:hover,:root[data-theme=dark] .task-card:hover{border-color:#5682aa;transform:translateY(-1px)}.hot-topics,.world-workspace,:root[data-theme=dark] .dashboard{padding-top:28px}:root[data-theme=dark] .section-title{border-color:#294560}:root[data-theme=dark] .modal{background:#0d2035;border-color:#3d6283;box-shadow:0 26px 78px rgba(0,0,0,.48)}:root[data-theme=dark] .modal-backdrop{background:rgba(2,8,15,.74);backdrop-filter:blur(5px)}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{background:#091a2c;border-color:#3a5d7c}:root[data-theme=dark] input:focus,:root[data-theme=dark] select:focus,:root[data-theme=dark] textarea:focus{border-color:#65afe4;box-shadow:0 0 0 3px rgba(78,161,220,.13)}:root[data-theme=dark] a:focus-visible,:root[data-theme=dark] button:focus-visible,:root[data-theme=dark] input:focus-visible,:root[data-theme=dark] select:focus-visible,:root[data-theme=dark] textarea:focus-visible{outline:2px solid #ffae5a;outline-offset:2px}:root[data-theme=dark] ::-webkit-scrollbar{width:9px;height:9px}:root[data-theme=dark] ::-webkit-scrollbar-thumb{background:#385875;border:2px solid #0d1c2f;border-radius:8px}:root[data-theme=dark] ::-webkit-scrollbar-track{background:#081523}@media (max-width:1180px){:root[data-theme=dark] .content{padding:0 16px 24px}}@media (max-width:600px){:root[data-theme=dark] .sidebar{position:fixed;align-self:auto;width:auto;height:56px;min-height:56px;overflow:visible;box-shadow:0 -8px 24px rgba(0,0,0,.2)}:root[data-theme=dark] .content{padding:0 12px 76px}:root[data-theme=dark] .topbar{height:78px}:root[data-theme=dark] .stats{margin-top:0;border-radius:0}}:root[data-theme=dark] .app-shell{grid-template-columns:220px minmax(0,1fr)}:root[data-theme=dark] .content{min-height:100vh;max-width:1680px;width:100%;margin:0 auto}:root[data-theme=dark] .panel-scrim{position:fixed;z-index:29;inset:0;border:0;padding:0;background:rgba(1,8,16,.38);cursor:default}:root[data-theme=dark] .customer-panel{position:fixed;z-index:30;top:0;right:0;width:min(492px,calc(100vw - 220px));height:100dvh;border-left:1px solid #365978;box-shadow:-28px 0 70px rgba(0,0,0,.42);animation:customer-drawer-in .2s ease-out}@keyframes customer-drawer-in{0%{transform:translateX(18px);opacity:.55}to{transform:translateX(0);opacity:1}}:root[data-theme=dark] .topbar{justify-content:space-between}:root[data-theme=dark] .topbar>div:first-child{display:grid;gap:3px}:root[data-theme=dark] .topbar h1{letter-spacing:0}:root[data-theme=dark] .tool-menu{position:relative}:root[data-theme=dark] .tool-menu>.button{min-width:116px;justify-content:center}:root[data-theme=dark] .tool-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:12;min-width:205px;padding:6px;border:1px solid #3d6283;border-radius:7px;background:#0d2035;box-shadow:0 16px 38px rgba(0,0,0,.35);display:grid;gap:2px}:root[data-theme=dark] .tool-popover button{height:37px;border:0;border-radius:5px;padding:0 10px;color:#edf6ff;background:transparent;display:flex;align-items:center;gap:9px;text-align:left;font-size:12px}:root[data-theme=dark] .tool-popover button:hover{background:#193957;color:#fff}:root[data-theme=dark] .stats{grid-template-columns:repeat(4,minmax(0,1fr))}:root[data-theme=dark] .stat{position:relative}:root[data-theme=dark] .stat:after{content:"";position:absolute;inset:12px auto 12px 0;width:2px;background:transparent}:root[data-theme=dark] .stat:hover:after{background:#55afea}:root[data-theme=dark] .table-zone{padding-bottom:0}:root[data-theme=dark] .toolbar{padding:4px 0 14px}:root[data-theme=dark] .search{max-width:520px}:root[data-theme=dark] .table-wrap{min-height:340px}:root[data-theme=dark] table{min-width:940px}:root[data-theme=dark] td:first-child,:root[data-theme=dark] th:first-child{width:42px}:root[data-theme=dark] td:last-child,:root[data-theme=dark] th:last-child{width:40px}:root[data-theme=dark] .today{margin-top:18px;padding:0;border:1px solid #284762;border-radius:7px;overflow:hidden;grid-template-columns:250px 1fr;background:#0d1c2f}:root[data-theme=dark] .today>div:first-child{padding:17px 18px;border-right:1px solid #284762}:root[data-theme=dark] .today h2{font-size:14px}:root[data-theme=dark] .task-row{min-height:64px;padding:13px 16px;background:#0d1c2f;border-left:0}:root[data-theme=dark] .customer-panel .panel-header{min-height:124px;padding:22px 20px 17px}:root[data-theme=dark] .customer-panel .panel-header h2{font-size:24px}:root[data-theme=dark] .customer-panel .panel-actions{align-self:flex-start}:root[data-theme=dark] .customer-panel .stage-line{padding:12px 20px;background:#0b1b2e}:root[data-theme=dark] .customer-panel .tabs{padding:0 14px;background:#0f243c}:root[data-theme=dark] .customer-panel .tabs button{min-height:42px;padding:12px 10px 9px}.customer-panel .detail-section,:root[data-theme=dark] .customer-panel .contact-card{padding-left:20px;padding-right:20px}.customer-panel .advisor,:root[data-theme=dark] .customer-panel .company-research{margin:16px 20px}@media (max-width:920px){:root[data-theme=dark] .app-shell{grid-template-columns:64px minmax(0,1fr)}:root[data-theme=dark] .customer-panel{width:min(492px,92vw)}}@media (max-width:600px){:root[data-theme=dark] .app-shell{display:block}:root[data-theme=dark] .panel-scrim{display:none}:root[data-theme=dark] .customer-panel{width:100vw}:root[data-theme=dark] .tool-menu>.button{min-width:34px;width:34px;padding:0;font-size:0}:root[data-theme=dark] .tool-menu>.button svg:last-child{display:none}:root[data-theme=dark] .tool-popover{right:0;min-width:188px}:root[data-theme=dark] .stats{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=dark] .today{grid-template-columns:1fr}:root[data-theme=dark] .today>div:first-child{border-right:0;border-bottom:1px solid #284762}}:root[data-theme=dark] .no-delete .row-menu{visibility:hidden;pointer-events:none}:root[data-theme=dark] .delete-confirm-backdrop{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:20px;background:rgba(2,9,17,.64);backdrop-filter:blur(8px);animation:confirm-fade .16s ease-out}:root[data-theme=dark] .delete-confirm{width:min(420px,100%);padding:26px;border:1px solid #415e7c;border-radius:8px;background:#10233a;box-shadow:0 28px 80px rgba(0,0,0,.54);text-align:center;animation:confirm-rise .18s ease-out}:root[data-theme=dark] .delete-confirm-icon{width:46px;height:46px;margin:0 auto 14px;display:grid;place-items:center;border:1px solid #82434a;border-radius:50%;color:#ffaaa8;background:#351e29}:root[data-theme=dark] .delete-confirm .eyebrow{margin-bottom:7px;color:#ffb06a}:root[data-theme=dark] .delete-confirm h2{margin:0;font-size:20px}:root[data-theme=dark] .delete-confirm>p:not(.eyebrow){margin:10px 0 0;color:#b9c9db;font-size:13px;line-height:1.65}:root[data-theme=dark] .delete-confirm>p b{color:#fff}:root[data-theme=dark] .delete-confirm-list{display:grid;gap:5px;margin:16px 0 0;padding:10px 12px;border:1px solid #314d6c;border-radius:6px;background:#0b1b2e;text-align:left}:root[data-theme=dark] .delete-confirm-list span{color:#d7e4f1;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-theme=dark] .delete-confirm-actions{display:flex;justify-content:center;gap:9px;margin-top:22px}:root[data-theme=dark] .delete-confirm-actions .button{min-width:118px;justify-content:center}:root[data-theme=dark] .danger-button{color:#fff;border-color:#bd5962;background:#a63d4a}:root[data-theme=dark] .danger-button:hover{background:#c64f5b;border-color:#e0757d}:root[data-theme=dark] .danger-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@keyframes confirm-fade{0%{opacity:0}to{opacity:1}}@keyframes confirm-rise{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}:root[data-theme=dark] .content{padding:0 34px 36px}:root[data-theme=dark] .topbar{height:112px}:root[data-theme=dark] .topbar h1{font-size:30px}:root[data-theme=dark] .table-wrap{width:100%;overflow-x:auto}@media (min-width:721px){:root[data-theme=dark] .table-wrap table{display:block;width:100%;min-width:0!important}:root[data-theme=dark] .table-wrap tbody,:root[data-theme=dark] .table-wrap thead{display:block;width:100%}:root[data-theme=dark] .table-wrap tr{display:flex;width:100%;min-width:0}:root[data-theme=dark] .table-wrap td,:root[data-theme=dark] .table-wrap th{display:flex;flex:0 0 auto;align-items:center;min-width:0}:root[data-theme=dark] .table-wrap td:first-child,:root[data-theme=dark] .table-wrap th:first-child{width:40px;justify-content:center}:root[data-theme=dark] .table-wrap td:nth-child(2),:root[data-theme=dark] .table-wrap th:nth-child(2){width:30%}:root[data-theme=dark] .table-wrap td:nth-child(3),:root[data-theme=dark] .table-wrap th:nth-child(3){width:120px;justify-content:center}:root[data-theme=dark] .table-wrap td:nth-child(4),:root[data-theme=dark] .table-wrap th:nth-child(4){width:100px;justify-content:center}:root[data-theme=dark] .table-wrap td:nth-child(5),:root[data-theme=dark] .table-wrap th:nth-child(5){width:120px}:root[data-theme=dark] .table-wrap td:nth-child(6),:root[data-theme=dark] .table-wrap th:nth-child(6){width:120px;justify-content:flex-end}:root[data-theme=dark] .table-wrap td:nth-child(7),:root[data-theme=dark] .table-wrap td:nth-child(8),:root[data-theme=dark] .table-wrap td:nth-child(9),:root[data-theme=dark] .table-wrap th:nth-child(7),:root[data-theme=dark] .table-wrap th:nth-child(8),:root[data-theme=dark] .table-wrap th:nth-child(9){width:140px}:root[data-theme=dark] .table-wrap td:nth-child(10),:root[data-theme=dark] .table-wrap th:nth-child(10){flex:1 1 80px;width:auto;justify-content:center}:root[data-theme=dark] .table-wrap td:nth-child(8){font-size:0}:root[data-theme=dark] .table-wrap td:nth-child(8) span{display:block;color:#94a3b8;font-size:12px;white-space:nowrap}}:root[data-theme=dark] .sidebar{background:#0e1424;padding:0 12px 14px}:root[data-theme=dark] .brand{height:48px;margin:0 -12px;padding:0 14px;display:flex;align-items:center;border-bottom:1px solid #334155;background:#0b1220}:root[data-theme=dark] .brand-mark{width:28px;height:28px;border-radius:50%}:root[data-theme=dark] .workspace{margin:0 -2px;padding:16px 12px;border:0;border-bottom:1px solid #334155;border-radius:0;background:transparent;cursor:pointer;box-shadow:none}:root[data-theme=dark] .workspace:hover{background:#1e293b}:root[data-theme=dark] .workspace .avatar{width:32px;height:32px}:root[data-theme=dark] nav{padding-top:8px}:root[data-theme=dark] .nav-item{min-height:40px;padding:0 12px;border-radius:8px;font-size:14px}:root[data-theme=dark] .nav-item.active{background:rgba(249,115,22,.1);color:#fff;font-weight:700}:root[data-theme=dark] .nav-item.active:before{left:0;top:8px;bottom:8px;width:2px;background:#f97316}:root[data-theme=dark] .nav-item.active svg{color:#f97316}:root[data-theme=dark] .nav-item em{padding:2px 6px;border-radius:8px;color:#fff;background:#f97316;font-size:11px}:root[data-theme=dark] nav .nav-item:nth-of-type(2),:root[data-theme=dark] nav .nav-item:nth-of-type(4){margin-top:30px}:root[data-theme=dark] nav .nav-item:nth-of-type(2):after,:root[data-theme=dark] nav .nav-item:nth-of-type(4):after{position:absolute;left:12px;top:-22px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em}:root[data-theme=dark] nav .nav-item:nth-of-type(2):after{content:"客户管理"}:root[data-theme=dark] nav .nav-item:nth-of-type(4):after{content:"业务工具"}:root[data-theme=dark] .sidebar-bottom{border-top:1px solid #334155}:root[data-theme=dark] .privacy{justify-content:center;border:0;color:#64748b;font-size:11px}:root[data-theme=dark] .toolbar{display:grid;grid-template-columns:minmax(260px,2.65fr) repeat(3,minmax(120px,1fr)) auto auto;align-items:center;gap:10px}:root[data-theme=dark] .toolbar .search{width:100%;max-width:none}:root[data-theme=dark] .toolbar .export{justify-self:end}:root[data-theme=dark] .date-range{display:flex;gap:8px}@media (max-width:1080px){:root[data-theme=dark] .toolbar{display:flex;flex-wrap:wrap}:root[data-theme=dark] .toolbar .search{flex:1 1 300px}}:root[data-theme=dark] .content{position:relative}:root[data-theme=dark] .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:nowrap;min-width:0}:root[data-theme=dark] .conversation-entry,:root[data-theme=dark] .header-actions .tool-menu>.button,:root[data-theme=dark] .header-actions>.button{height:36px;min-height:36px;white-space:nowrap}:root[data-theme=dark] .conversation-entry{position:static}:root[data-theme=dark] .topbar-title{min-width:0;overflow:hidden}:root[data-theme=dark] .topbar-title h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1180px){:root[data-theme=dark] .header-actions .conversation-entry{display:inline-flex}}:root[data-theme=dark] .conversation-import{display:grid;gap:14px}:root[data-theme=dark] .conversation-list{display:grid;gap:8px;max-height:46vh;overflow:auto}:root[data-theme=dark] .conversation-list article{display:grid;grid-template-columns:76px minmax(0,1fr) 34px;gap:11px;align-items:start;padding:10px;border:1px solid #334e68;border-radius:8px;background:#10263e}:root[data-theme=dark] .conversation-list img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:6px}:root[data-theme=dark] .conversation-result{min-width:0;display:grid;gap:6px}:root[data-theme=dark] .conversation-result div{display:flex;justify-content:space-between;gap:12px}:root[data-theme=dark] .conversation-result small{color:#94a3b8}:root[data-theme=dark] .conversation-result p{margin:0;color:#d8e5f1;font-size:12px;line-height:1.55}:root[data-theme=dark] .conversation-result em{color:#fca5a5;font-size:12px;font-style:normal}:root[data-theme=dark] .conversation-fields{display:grid;grid-template-columns:1fr 1fr;gap:6px}:root[data-theme=dark] .conversation-fields label{display:grid;gap:3px;color:#94a3b8;font-size:11px}:root[data-theme=dark] .conversation-fields input,:root[data-theme=dark] .conversation-fields textarea{min-width:0;box-sizing:border-box;background:#0b1d30;color:#e2e8f0;border:1px solid #365675;border-radius:5px;padding:5px 6px;font:inherit}:root[data-theme=dark] .conversation-fields textarea{min-height:48px;resize:vertical;grid-column:span 2}:root[data-theme=dark] .match-picker{display:flex;align-items:center;gap:8px;color:#a8bad0;font-size:12px}:root[data-theme=dark] .match-picker select{flex:1;min-width:0;height:30px;padding:0 7px}:root[data-theme=dark] .approve-record{color:#fed7aa;font-size:12px}@media (max-width:720px){:root[data-theme=dark] .conversation-entry{margin:0}:root[data-theme=dark] .conversation-list article{grid-template-columns:58px minmax(0,1fr)}:root[data-theme=dark] .conversation-list img{width:58px;height:58px}}@media (min-width:721px){:root[data-theme=dark] .table-wrap table{display:block;min-width:1130px}:root[data-theme=dark] .table-wrap tbody,:root[data-theme=dark] .table-wrap thead{display:block}:root[data-theme=dark] .table-wrap tr{display:flex;min-width:1130px}:root[data-theme=dark] .table-wrap td,:root[data-theme=dark] .table-wrap th{display:flex;align-items:center;flex:0 0 auto}:root[data-theme=dark] .table-wrap td:first-child,:root[data-theme=dark] .table-wrap th:first-child{width:42px}:root[data-theme=dark] .table-wrap td:nth-child(2),:root[data-theme=dark] .table-wrap th:nth-child(2){order:3;width:238px}:root[data-theme=dark] .table-wrap td:nth-child(2){flex-direction:column;align-items:flex-start;justify-content:center;gap:3px}:root[data-theme=dark] .table-wrap td:nth-child(3),:root[data-theme=dark] .table-wrap th:nth-child(3){order:2;width:142px}:root[data-theme=dark] .table-wrap td:nth-child(4),:root[data-theme=dark] .table-wrap th:nth-child(4){order:4;width:104px}:root[data-theme=dark] .table-wrap td:nth-child(5),:root[data-theme=dark] .table-wrap th:nth-child(5){order:5;width:132px}:root[data-theme=dark] .table-wrap td:nth-child(6),:root[data-theme=dark] .table-wrap th:nth-child(6){order:6;width:118px}:root[data-theme=dark] .table-wrap td:nth-child(7),:root[data-theme=dark] .table-wrap th:nth-child(7){order:7;width:112px}:root[data-theme=dark] .table-wrap td:nth-child(8),:root[data-theme=dark] .table-wrap th:nth-child(8){order:8;width:132px}:root[data-theme=dark] .table-wrap td:nth-child(9),:root[data-theme=dark] .table-wrap th:nth-child(9){order:9;width:112px}:root[data-theme=dark] .table-wrap td:nth-child(10),:root[data-theme=dark] .table-wrap th:nth-child(10){order:10;width:40px}}:root,:root[data-theme=dark]{--bg:#0F172A;--panel:#1E293B;--panel2:#243447;--line:#334155;--line2:#475569;--text:#F8FAFC;--muted:#CBD5E1;--muted2:#94A3B8;--mint:#F97316;--mint2:#FB923C;--danger:#EF4444;--yellow:#F59E0B;--success:#10B981;--info:#3B82F6}body,html{background:var(--bg);color:var(--text)}.app-shell{background:var(--bg);grid-template-columns:236px minmax(660px,1fr) 380px}.sidebar{background:#111827;border-right:1px solid var(--line);padding:24px 14px 18px}.brand{font-size:18px;padding:0 10px 24px}.brand-mark{background:var(--mint);color:#111827;border-radius:8px;box-shadow:0 5px 16px #f9731630}.workspace{background:var(--panel);border-color:var(--line);border-radius:8px}nav{gap:5px}.nav-item{color:var(--muted2);border-radius:8px;min-height:40px;position:relative;transition:background .18s,color .18s,transform .18s}.nav-item:before{content:"";position:absolute;left:-14px;top:7px;bottom:7px;width:3px;border-radius:0 3px 3px 0;background:transparent}.nav-item:hover{color:var(--text);background:#1E293B;transform:translateX(2px)}.nav-item.active{color:var(--mint);background:#2b211b}.nav-item.active:before{background:var(--mint)}.nav-group-label{color:#64748B;font-size:10px;font-weight:700;letter-spacing:.08em;padding:13px 11px 4px;text-transform:uppercase}.content{padding:0 28px 28px}.topbar{height:78px;border-color:var(--line)}.section-title>.eyebrow,.topbar .eyebrow{display:none}.topbar h1{font-size:25px;font-weight:700}.button,.icon-button,.row-menu,.select,input,textarea{border-radius:8px;transition:all .18s ease}.button{min-height:36px;border-color:var(--line2);box-shadow:0 3px 12px #02061740}.button:hover{border-color:var(--mint);background:#263446;transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:disabled,.icon-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button.primary{background:var(--mint);border-color:var(--mint);color:#1c1917;font-weight:700}.button.primary:hover{background:var(--mint2)}.button.ai{color:#fed7aa;background:#432817;border-color:#9a4c1a}.contact-card,.dashboard-stats,.detail-section,.panel-header,.stage-line,.stat,.stats,.table-footer,.table-wrap,.tabs,td,th{border-color:var(--line)}.table-footer,.table-wrap{border-radius:8px 8px 0 0}th{background:#172235;color:var(--muted2)}td{color:#E2E8F0;border-color:#29384d}tbody tr.selected-row,tbody tr:hover{background:#243247}td>b{color:var(--text)}.muted,td>span{color:var(--muted2)}.search,.select{background:var(--panel);border-color:var(--line2)}.search:focus-within,.select:focus-within,input:focus,textarea:focus{border-color:var(--mint);box-shadow:0 0 0 3px #f9731626}.customer-panel{background:#111827;border-color:var(--line)}.advisor{background:#241b15;border-color:#9a4c1a;border-radius:8px;box-shadow:0 8px 24px #02061745}.advisor p,.advisor ul{color:#FED7AA}.modal{background:var(--panel);border-color:var(--line2);border-radius:8px;box-shadow:0 25px 80px #020617cc}.dropzone{border-style:solid;border-color:var(--line2);background:#172235;border-radius:8px}.chart-grid>section,.country-settings,.holiday-schedule>section,.settings-grid>section,.team-settings-grid>section,.topic-card,.world-time-card{background:var(--panel);border-color:var(--line);border-radius:8px;box-shadow:0 5px 18px #02061735}.section-title{border-color:var(--line)}.analysis-empty,.empty-state{color:var(--muted2);min-height:180px;border:1px dashed var(--line2);border-radius:8px;background:#172235}.analysis-empty b,.empty-state b{color:var(--text)}.analysis-empty svg,.empty-state svg{color:var(--mint)}.task-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 4px 16px #02061735;transition:border-color .18s,transform .18s}.task-card:hover{border-color:var(--mint);transform:translateY(-1px)}.toast{bottom:28px;box-shadow:0 12px 34px #020617aa}.settings-message,.toast{background:#2b211b;border-color:#9a4c1a;color:#FED7AA;border-radius:8px}@media (max-width:1100px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.customer-panel{position:fixed;z-index:8;right:0;top:0;width:min(420px,100vw);box-shadow:-20px 0 50px #020617aa}}@media (max-width:720px){.app-shell{display:block}.sidebar{position:sticky;z-index:6;width:100%;height:auto;min-height:0;padding:12px}.brand{padding-bottom:12px}.privacy,.workspace{display:none}nav{display:flex;overflow-x:auto}.nav-item{flex:0 0 auto}.nav-item:before{left:0;right:0;top:auto;bottom:0;width:auto;height:3px}.content{padding:0 14px 20px}.topbar{height:68px}.topbar h1{font-size:21px}.header-actions .tool-menu{display:none}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.chart-grid,.holiday-schedule,.team-settings-grid{grid-template-columns:1fr}}.topic-loading{min-height:180px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,#1e293b 25%,#27364b 37%,#1e293b 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;color:transparent}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.date-range{align-items:center;padding-top:0}.date-range label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.date-range input,.inquiry-date{height:30px;box-sizing:border-box;border:1px solid var(--line2);border-radius:5px;padding:0 7px;color:var(--text);background:var(--panel)}.inquiry-date{min-width:122px;border-color:transparent;background:transparent}.inquiry-date:focus,.inquiry-date:hover{border-color:var(--line2);background:var(--panel)}.table-sort{display:inline-flex;align-items:center;gap:2px;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.selection-cell{width:34px}.table-wrap:not(.batch-mode) tbody .selection-cell input{display:none}:root[data-theme=dark] .content{padding:0 34px 36px!important}:root[data-theme=dark] .topbar{height:112px!important;align-items:flex-end;padding-bottom:20px}:root[data-theme=dark] .topbar h1{display:flex;flex-direction:column;gap:5px;font-size:30px!important;letter-spacing:-.02em}:root[data-theme=dark] .topbar h1:after{content:"把每一次询盘，变成下一步行动";color:#8fa8c1;font-size:12px;font-weight:500;letter-spacing:.02em}:root[data-theme=dark] .stats{gap:1px;border:0;background:#263e58;box-shadow:0 14px 34px rgba(2,6,23,.22)}:root[data-theme=dark] .stat{min-height:96px;padding:19px 22px;background:#10233a;overflow:hidden}:root[data-theme=dark] .stat:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:#3b82f6;opacity:.9}:root[data-theme=dark] .stat:nth-child(2):before{background:#f97316}:root[data-theme=dark] .stat:nth-child(3):before{background:#10b981}:root[data-theme=dark] .stat:nth-child(4):before{background:#f59e0b}:root[data-theme=dark] .stat>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#1a3a59;color:#76c5ff}:root[data-theme=dark] .stat:nth-child(2)>span{background:#4a2b1b;color:#ffad65}:root[data-theme=dark] .stat:nth-child(3)>span{background:#123c36;color:#54d4a4}:root[data-theme=dark] .stat:nth-child(4)>span{background:#433318;color:#ffd067}:root[data-theme=dark] .stat small{color:#9fb3c8;font-size:11px}:root[data-theme=dark] .stat strong{margin-top:4px;font-size:23px;line-height:1}:root[data-theme=dark] .table-zone{margin-top:22px;padding:18px;border:1px solid #263e58;border-radius:10px;background:#0b1b2e;box-shadow:0 16px 42px rgba(2,6,23,.18)}:root[data-theme=dark] .toolbar{padding:0 0 14px}:root[data-theme=dark] .date-range{padding-top:13px;border-top:1px solid #1e3953;margin-top:2px}:root[data-theme=dark] th{height:46px;letter-spacing:.02em}:root[data-theme=dark] td{padding:15px 11px}:root[data-theme=dark] .today{margin-top:22px;border-radius:10px;box-shadow:0 12px 30px rgba(2,6,23,.18)}:root[data-theme=dark] .today>div:first-child{background:#10233a}:root[data-theme=dark] .task-row{background:#0f2942}:root[data-theme=dark] .company-research{background:linear-gradient(145deg,#102f4a,#0f263d);border-color:#3e7098}:root[data-theme=dark] .company-research .research-heading{padding-bottom:14px;border-bottom:1px solid #2d5575}:root[data-theme=dark] .research-block{padding:14px 0 16px;border-bottom:1px solid #294866}:root[data-theme=dark] .advisor{background:linear-gradient(145deg,#322217,#241b15);border-color:#a85b27}:root[data-theme=dark] .panel-header{background:linear-gradient(145deg,#122d47,#0e2137)}:root[data-theme=dark] .toast{left:50%;right:auto;transform:translateX(-50%);bottom:32px;min-width:260px;justify-content:center}:root[data-theme=dark] .toast:hover{transform:translateX(-50%) translateY(-2px)}:root[data-theme=dark] .timeline-record{display:grid;gap:5px}:root[data-theme=dark] .timeline-record summary{cursor:pointer;list-style:none}:root[data-theme=dark] .timeline-record summary::-webkit-details-marker{display:none}:root[data-theme=dark] .timeline-record-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}:root[data-theme=dark] .timeline-record-summary>b{min-width:0}:root[data-theme=dark] .timeline-record-actions{display:flex;gap:5px;opacity:.6;flex:none}:root[data-theme=dark] .timeline-record:hover .timeline-record-actions{opacity:1}:root[data-theme=dark] .timeline-record-editor{margin:6px 0 4px 17px;display:grid;gap:8px}:root[data-theme=dark] .timeline-record-editor textarea{min-height:130px;resize:vertical;background:#0f1f33;border:1px solid #3b5876;border-radius:8px;color:#e2e8f0;padding:10px;font:inherit;line-height:1.55}:root[data-theme=dark] .timeline-record-editor>div{display:flex;justify-content:flex-end;gap:8px}:root[data-theme=dark] .structured-followup{margin:7px 0 0 17px;padding:10px 12px;border-left:2px solid #f97316;background:#10263e;display:grid;gap:8px}:root[data-theme=dark] .structured-followup p{margin:0;white-space:pre-line;color:#d8e5f1;font-size:12px;line-height:1.55}:root[data-theme=dark] .structured-followup p b{display:block;color:#ffad59;margin-bottom:2px}:root[data-theme=dark] .task-followup-record{display:grid;gap:5px;padding:9px 0;border-bottom:1px solid #334155}:root[data-theme=dark] .task-followup-record:last-child{border-bottom:0}:root[data-theme=dark] .task-followup-record>small{color:#94a3b8;font-size:11px}:root[data-theme=dark] .task-followup-record .structured-followup{margin:0}:root[data-theme=dark] .followup-analysis>b,:root[data-theme=dark] .followup-analysis>p{display:none}.business-report{display:grid;gap:18px;padding:28px 0}.report-actions,.report-head,.report-kpi>div,.report-section-title{display:flex;align-items:center}.report-head{justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding-bottom:18px}.report-head h2{margin:0;font-size:24px;color:#fff}.report-head p{margin:7px 0 0;color:var(--muted2);font-size:13px}.report-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;flex:none}.report-batch-progress{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid #9a4c1a;border-radius:8px;background:#2b211b;color:#fed7aa;font-size:12px}.report-batch-progress b{margin-left:auto;color:#fff}.report-batch-progress em{color:#fbbf24;font-style:normal}.report-filters{display:grid;grid-template-columns:minmax(292px,1.35fr) repeat(4,minmax(160px,1fr)) auto;align-items:center;gap:12px;padding:14px 16px;background:#172235;border:1px solid var(--line);border-radius:8px}.report-date-range{display:flex;align-items:center;gap:8px;min-width:0;color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.report-date-range i{color:#94a3b8;font-style:normal}.report-date-range input{min-width:0;flex:1 1 112px}.report-filters input,.report-filters select{height:36px;min-width:0;width:100%;box-sizing:border-box;background:var(--panel);color:var(--text);border:1px solid var(--line2);border-radius:7px;padding:0 10px;font:inherit;transition:all .3s ease}.report-filters select{min-width:160px;text-overflow:ellipsis;white-space:nowrap;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.report-filters select option{background:#1e293b;color:#e2e8f0}.report-filters input:hover,.report-filters select:hover{border-color:#64748b}.report-filters input:focus,.report-filters select:focus{outline:0;border-color:var(--mint);box-shadow:0 0 0 3px #f9731626}.report-filters .button{min-width:90px;white-space:nowrap}.report-card,.report-section{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 7px 20px #0206172e}.report-section{padding:16px}.report-card{padding:16px;min-width:0}.report-section-title{justify-content:space-between;gap:16px;margin-bottom:14px}.report-section-title>div{display:flex;align-items:center;gap:9px}.report-section-title span{color:var(--mint);font:700 11px/1 ui-monospace,monospace}.report-section-title h3{margin:0;font-size:15px;color:#fff}.report-section-title small{color:var(--muted2);font-size:11px}.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.report-kpi{text-align:left;min-height:142px;display:grid;align-content:start;gap:5px;padding:15px;background:#172235;border:1px solid #2d4057;border-radius:8px;color:var(--text);cursor:pointer;transition:border-color .18s,transform .18s,background .18s}.report-kpi:hover{border-color:var(--mint);transform:translateY(-2px);background:#1b2b40}.report-kpi small{color:#9fb3c8;font-size:12px}.report-kpi strong{font-size:24px;color:#fff}.report-kpi em{color:#64748b;font-size:10px;font-style:normal;min-height:28px}.report-kpi>div{gap:8px;margin-top:auto}.report-kpi span{font-size:10px}.report-kpi .up{color:#6ee7b7}.report-kpi .down{color:#fca5a5}.report-kpi-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.report-kpi-group{min-width:0;padding:10px;border:1px solid #2d4057;border-radius:8px;background:#17223566}.report-kpi-group h4{margin:0 0 9px;color:#94a3b8;font-size:11px;font-weight:600}.report-kpi-group .report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.report-kpi-group:first-child{border-top:2px solid #3b82f6}.report-kpi-group:nth-child(2){border-top:2px solid #f97316}.report-kpi-group:nth-child(3){border-top:2px solid #ef4444}.report-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.report-table-card{min-width:0;overflow:hidden}.report-scroll{max-height:330px;overflow-x:hidden;overflow-y:auto}.business-report .report-drill-table table,.business-report .report-table-card table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed;border-collapse:collapse}.report-drill-table td,.report-drill-table th,.report-table-card td,.report-table-card th{min-width:0!important;padding:10px 9px;border-bottom:1px solid #29384d;font-size:12px;text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.4}.report-drill-table th,.report-table-card th{position:sticky;top:0;background:#172235;color:#94a3b8;font-weight:600}.report-table-card td{color:#d9e5f1}.report-clickable{cursor:pointer}.report-clickable:hover{background:#243247}.report-empty{color:#94a3b8;text-align:center!important;padding:26px!important}.industry-report-table .report-scroll{max-height:none;overflow-y:hidden}.report-conclusions ol{margin:0;padding-left:22px;display:grid;gap:8px;color:#d9e5f1;font-size:13px;line-height:1.55}.report-conclusions li::marker{color:var(--mint);font-weight:700}.report-action-list .action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.report-action-list .action-list>button{display:grid;gap:4px;min-width:0;padding:12px;text-align:left;background:#172235;border:1px solid #2d4057;border-radius:8px;color:#d9e5f1;cursor:pointer;transition:border-color .2s ease,background .2s ease}.report-action-list .action-list>button:hover{background:#203047;border-color:#f97316}.report-action-list .action-list b{color:#fff;font-size:13px}.report-action-list .action-list span{color:#94a3b8;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-action-list .action-list em{color:#fdba74;font-size:11px;font-style:normal;line-height:1.4}.report-action-list .action-list p{color:#94a3b8;margin:8px 0;font-size:13px}.report-opportunity>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.report-opportunity article{min-width:0;padding:14px;border:1px solid #2d4057;border-radius:8px;background:#172235}.report-opportunity small{display:block;color:#94a3b8;font-size:11px}.report-opportunity b{display:block;margin-top:7px;color:#fff;font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-opportunity article:nth-child(2) b{color:#fdba74}.report-opportunity article:nth-child(3) b{color:#6ee7b7}@media (max-width:1000px){.report-action-list .action-list{grid-template-columns:1fr}}.report-action-list,.report-conclusions,.report-opportunity{min-width:0}.business-report .report-drill-table td,.business-report .report-drill-table th,.business-report .report-table-card td,.business-report .report-table-card th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal}.business-report .report-table-card td:first-child,.business-report .report-table-card th:first-child{width:180px}.business-report .report-table-card td:not(:first-child),.business-report .report-table-card th:not(:first-child){min-width:72px!important}.business-report .report-table-card col.report-col-primary{width:24%}.business-report .report-table-card col.report-col-number{width:9%}.business-report .report-table-card col.report-col-last{width:13%;min-width:110px}.business-report .report-table-card td.report-number,.business-report .report-table-card th.report-number{white-space:nowrap;overflow:visible;text-overflow:clip;padding-right:12px;text-align:right;font-variant-numeric:tabular-nums}.business-report .report-table-card td:last-child,.business-report .report-table-card th:last-child{min-width:110px!important;padding-right:12px}.report-empty{white-space:normal!important}.report-funnel{display:grid;gap:9px;overflow:hidden}.report-funnel button{display:grid;grid-template-columns:94px minmax(80px,1fr) 48px 112px;align-items:center;gap:8px;border:0;padding:5px 0;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:transform .22s ease,background .22s ease}.report-funnel button:hover{transform:translateX(3px)}.report-funnel button:hover b{color:#ffbd7a}.report-funnel i{display:block;height:22px;border-radius:4px;transform-origin:left center;transition:filter .22s ease,transform .22s ease,box-shadow .22s ease}.report-funnel button:hover i{filter:brightness(1.18);transform:scaleY(1.12);box-shadow:0 4px 12px #f973164d}.report-funnel button:first-child i{background:linear-gradient(90deg,#3f4958,#64748b)}.report-funnel button:nth-child(2) i{background:linear-gradient(90deg,#42546a,#3b82f6)}.report-funnel button:nth-child(3) i{background:linear-gradient(90deg,#245a80,#06b6d4)}.report-funnel button:nth-child(4) i{background:linear-gradient(90deg,#5b3a7e,#8b5cf6)}.report-funnel button:nth-child(5) i{background:linear-gradient(90deg,#a54a16,#f97316)}.report-funnel button:nth-child(6) i{background:linear-gradient(90deg,#166534,#22c55e)}.report-funnel strong{color:#fff;font-size:12px}.report-funnel small{color:#94a3b8;font-size:11px}.report-uncontacted{display:grid;gap:8px}.report-uncontacted .report-section-title{margin:0}.report-uncontacted p{margin:0;color:#cbd5e1;font-size:13px}.report-diagnosis{background:linear-gradient(145deg,#1e293b,#202837)}.report-diagnosis>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.report-diagnosis article{border-left:2px solid var(--mint);padding:4px 0 4px 12px}.report-diagnosis h4{margin:0 0 8px;color:#fed7aa;font-size:13px}.report-diagnosis ul{margin:0;padding-left:17px;color:#cbd5e1;font-size:12px;line-height:1.7}.report-drill{display:grid;place-items:center;padding:24px}.report-drill .modal{width:min(850px,96vw);max-height:80vh;overflow:hidden;padding:18px}.report-drill-table{max-width:100%;max-height:58vh;overflow-x:hidden;overflow-y:auto}.report-drill-table td:first-child,.report-drill-table th:first-child{width:25%}.report-drill-table td:nth-child(2),.report-drill-table th:nth-child(2){width:15%}.report-drill-table td:nth-child(3),.report-drill-table th:nth-child(3){width:20%}.report-drill-table td:nth-child(4),.report-drill-table th:nth-child(4){width:15%}.report-drill-table td:nth-child(5),.report-drill-table th:nth-child(5){width:17%}.report-drill-table td:nth-child(6),.report-drill-table th:nth-child(6){width:8%}.report-drill .modal-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.report-drill h3{margin:0}.report-drill small{color:#94a3b8}@media (max-width:1260px){.report-filters{grid-template-columns:minmax(292px,1fr) repeat(3,minmax(136px,1fr))}.report-filters .button{justify-self:start}}@media (max-width:1000px){.report-kpi-groups{grid-template-columns:1fr}.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.report-head{align-items:flex-start;flex-direction:column}.report-actions{justify-content:flex-start}.report-diagnosis>div,.report-two-col{grid-template-columns:1fr}.report-filters{grid-template-columns:minmax(292px,1fr) repeat(2,minmax(136px,1fr))}}@media (max-width:620px){.business-report{padding-top:18px}.report-filters,.report-kpis{grid-template-columns:1fr}.report-filters{align-items:stretch}.report-filters select{min-width:0}.report-funnel button{grid-template-columns:76px minmax(70px,1fr) 42px}.report-funnel small{display:none}.report-drill{padding:10px}.report-drill .modal{width:100%;padding:14px}}@media print{.customer-panel,.report-actions,.report-filters,.sidebar,.toast,.topbar{display:none!important}.app-shell,.content{padding:0!important}.app-shell,.business-report,.content,.report-card,.report-section{display:block!important;background:#fff!important;color:#111!important}.business-report,.report-card,.report-section{box-shadow:none!important;border-color:#ddd!important;-moz-column-break-inside:avoid;break-inside:avoid}.report-diagnosis ul,.report-head h2,.report-kpi,.report-kpi strong,.report-section-title h3,.report-table-card td{color:#111!important}.report-kpis{grid-template-columns:repeat(4,1fr)!important}.report-kpi{border-color:#ddd!important;background:#fff!important}.report-scroll{overflow:visible!important;max-height:none!important}.report-table-card table{min-width:0!important}.report-diagnosis{background:#fff!important}}:root[data-theme=dark] nav .nav-item:nth-of-type(2):after,:root[data-theme=dark] nav .nav-item:nth-of-type(4):after{content:none}.nav-group-business{margin-top:16px;padding-top:15px;border-top:1px solid #26384d}.quotation-workspace{min-width:0;padding:24px 0 0}.quote-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #334155}.quote-page-heading h2{margin:3px 0 5px;color:#f8fafc;font-size:22px}.quote-page-heading p{margin:0;color:#94a3b8;font-size:12px}.quote-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;max-width:850px}.quote-actions .button{white-space:nowrap}.quote-actions select{height:36px;padding:0 30px 0 10px;border:1px solid #365675;border-radius:8px;background:#10233a;color:#e7f2fc;font:inherit;font-size:12px}.quote-notice{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0 0;padding:10px 12px;border:1px solid #9a4c1a;border-left:3px solid #f97316;border-radius:7px;background:#2a211a;color:#fed7aa;font-size:12px}.quote-notice button{border:0;background:transparent;color:#fdba74;cursor:pointer;font:inherit}.quote-split-layout{display:grid;grid-template-columns:minmax(470px,55fr) minmax(420px,45fr);align-items:start;gap:18px;margin-top:18px;min-width:0}.quote-editor{min-width:0;border:1px solid #334155;border-radius:8px;overflow:hidden;background:#1e293b;box-shadow:0 14px 34px rgba(2,6,23,.2)}.quote-tabs{display:flex;overflow-x:auto;border-bottom:1px solid #334155;background:#172235}.quote-tabs button{flex:0 0 auto;min-height:45px;padding:0 14px;border:0;border-right:1px solid #2a3b50;background:transparent;color:#94a3b8;cursor:pointer;font:600 12px inherit;white-space:nowrap}.quote-tabs button:hover{color:#e2e8f0;background:#1d3046}.quote-tabs button.active{color:#fdba74;background:#2b211b;box-shadow:inset 0 -2px #f97316}.quote-form-panel{min-height:530px;padding:18px}.quote-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.quote-field:has(textarea),.quote-form-grid .quote-field:last-child:nth-child(odd){grid-column:span 2}.quote-field{display:grid;min-width:0;gap:6px;color:#9fb3c8;font-size:12px}.quote-field span{font-weight:600}.quote-field input,.quote-field select,.quote-field textarea{box-sizing:border-box;width:100%;border:1px solid #3b5876;border-radius:7px;background:#0f1f33;color:#f8fafc;padding:9px 10px;font:inherit;font-size:13px}.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{outline:2px solid #f9731652;border-color:#f97316}.quote-field textarea{min-height:86px;resize:vertical;line-height:1.5}.quote-logo-input{grid-column:span 2;display:grid;gap:8px;color:#9fb3c8;font-size:12px}.quote-logo-input input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.quote-logo-input i{display:flex;align-items:center;justify-content:center;gap:8px;min-height:76px;border:1px dashed #4b7197;border-radius:7px;background:#10263e;color:#c6dcf0;cursor:pointer;font-style:normal}.quote-logo-input:hover i{border-color:#f97316;color:#fed7aa}.quote-products-editor{display:grid;gap:13px}.quote-product-title,.quote-product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.quote-product-title b,.quote-product-toolbar b{color:#f8fafc;font-size:13px}.quote-product-list{display:grid;gap:10px}.quote-product-list article{display:grid;gap:10px;padding:12px;border:1px solid #334e68;border-radius:8px;background:#10263e}.quote-product-list article>small{color:#fdba74;font-size:11px}.quote-form-grid.compact{gap:10px}.quote-form-grid.compact .quote-field{font-size:11px}.quote-form-grid.compact .quote-field input,.quote-form-grid.compact .quote-field select,.quote-form-grid.compact .quote-field textarea{padding:7px 8px;font-size:12px}.quote-coming-soon{display:grid;place-content:center;min-height:360px;padding:28px;border:1px dashed #4b7197;border-radius:8px;background:#10263e;text-align:center}.quote-coming-soon b{color:#fed7aa;font-size:15px}.quote-coming-soon p{max-width:340px;margin:8px 0 0;color:#9fb3c8;font-size:12px;line-height:1.6}.quote-preview-shell{min-width:0;max-width:100%;max-height:calc(100vh - 176px);overflow-x:hidden;overflow-y:auto;padding:12px;border:1px solid #334155;border-radius:8px;background:#101b2a;box-shadow:0 14px 34px rgba(2,6,23,.2)}.quote-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 auto 10px;width:min(100%,210mm);color:#94a3b8;font-size:10px;letter-spacing:.08em}.quote-preview-toolbar b{color:#fdba74;font-size:11px;letter-spacing:0}.quote-paper{box-sizing:border-box;width:210mm;min-width:210mm;max-width:210mm;height:297mm;min-height:297mm;margin:0 auto;padding:15mm;box-shadow:0 2px 15px rgba(0,0,0,.34);font-family:Arial,Helvetica Neue,sans-serif;font-size:8.1pt;line-height:1.32;overflow:visible}.quote-paper,.quote-paper *{box-sizing:border-box;min-width:0!important;max-width:100%;text-shadow:none!important}.quote-paper-header{display:grid;grid-template-columns:37% 63%;width:100%;max-width:100%;border:1px solid #000}.quote-logo-box{display:grid;place-items:center;border-right:1px solid #000;overflow:hidden}.quote-logo-box span{color:#555!important;font-size:11pt;font-weight:700;letter-spacing:.12em}.quote-logo-box img{display:block;max-width:100%;max-height:26mm;-o-object-fit:contain;object-fit:contain}.quote-company-block{display:grid;align-content:center;gap:2px;padding:3.2mm 4mm}.quote-company-block strong{font-size:11pt;line-height:1.15}.quote-company-block p{min-height:8px;margin:0;white-space:pre-line;font-size:7.5pt}.quote-document-title{display:grid;grid-template-columns:1fr 28%;width:100%;max-width:100%;min-height:11mm;border:1px solid #000;border-top:0}.quote-document-title span{display:grid;place-items:center;border-right:1px solid #000;font-size:14pt;font-weight:700;letter-spacing:.08em}.quote-document-title b{display:grid;place-items:center;padding:2mm;text-align:center;font-size:9pt}.quote-parties{display:grid;width:100%;max-width:100%;border-left:1px solid #000}.quote-info-box{min-width:0;border-right:1px solid #000;border-bottom:1px solid #000}.quote-info-box h3{padding:2mm 2.5mm;background:#f1f1f1;font-size:8.5pt;text-align:center}.quote-info-box h3,.quote-info-box p{margin:0;border-bottom:1px solid #000}.quote-info-box p{display:grid;min-height:5.8mm}.quote-info-box p:last-child{border-bottom:0}.quote-info-box b{display:flex;align-items:center;padding:1.2mm 1.5mm;border-right:1px solid #000;font-size:6.8pt}.quote-info-box span{display:block;min-height:5.8mm;padding:1.2mm 1.6mm;white-space:pre-line}.quote-order-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:100%;border-left:1px solid #000}.quote-order-meta>div{display:grid;grid-template-rows:auto minmax(7mm,auto);min-width:0;border-right:1px solid #000;border-bottom:1px solid #000}.quote-order-meta b{padding:1.4mm 1.6mm;border-bottom:1px solid #000;background:#f1f1f1;font-size:6.5pt;text-align:center}.quote-order-meta span{padding:1.5mm;text-align:center;overflow-wrap:break-word;word-break:break-word}.quote-product-table{border-collapse:collapse;table-layout:fixed;font-size:7.4pt}.quote-product-table td,.quote-product-table th{max-width:none!important;border:1px solid #000;padding:1.5mm 1.2mm;vertical-align:top;overflow-wrap:break-word;word-break:break-word;white-space:normal}.quote-product-table thead th{min-height:11mm;background:#ededed;font-size:6.8pt;text-align:center;vertical-align:middle}.quote-product-table tbody td{min-height:9mm}.quote-product-table td:not(.q-description),.quote-product-table th:not(:nth-child(3)){text-align:center}.quote-product-table .q-description{white-space:pre-line}.q-col-item{width:4%}.q-col-qty{width:7%}.q-col-description{width:42%}.q-col-unit{width:8%}.q-col-weight{width:10%}.q-col-price{width:13%}.q-col-total{width:11%}.q-col-currency{width:5%}.quote-product-table tfoot th{background:#f5f5f5}.quote-product-table tfoot td{font-weight:700;text-align:right!important}.quote-grand-total td,.quote-grand-total th{font-size:8.5pt;font-weight:700!important;background:#e7e7e7!important}.quote-terms{width:100%;max-width:100%;border:1px solid #000;border-top:0}.quote-terms h3{margin:0;padding:2mm 2.5mm;border-bottom:1px solid #000;background:#ededed;font-size:8pt;text-align:center}.quote-terms>div{display:grid;grid-template-columns:31mm minmax(0,1fr);min-height:7mm;border-bottom:1px solid #000}.quote-terms>div:last-child{border-bottom:0}.quote-terms b{padding:1.5mm 1.8mm;border-right:1px solid #000;font-size:7pt}.quote-terms p{min-height:7mm;margin:0;padding:1.5mm 2mm;white-space:pre-line}.quote-signatures{display:grid;grid-template-columns:1fr 1fr;gap:24mm;padding:15mm 8mm 0;-moz-column-break-inside:avoid;break-inside:avoid}.quote-signatures div{display:grid;gap:3mm;text-align:center}.quote-signatures i{display:block;height:1px;background:#000}.quote-signatures p{margin:0;font-size:7pt}@media (max-width:1380px){.quote-split-layout{grid-template-columns:minmax(420px,1fr) minmax(390px,1fr)}.quote-actions{max-width:660px}}@media (max-width:1120px){.quote-page-heading{display:grid}.quote-actions{justify-content:flex-start;max-width:none}.quote-split-layout{grid-template-columns:1fr}.quote-preview-shell{max-height:calc(100vh - 120px)}}@media (max-width:680px){.quote-page-heading h2{font-size:20px}.quote-actions .button{padding:0 9px}.quote-form-grid{grid-template-columns:1fr}.quote-field:has(textarea),.quote-form-grid .quote-field:last-child:nth-child(odd),.quote-logo-input{grid-column:span 1}.quote-paper{transform:scale(.62);transform-origin:top left;margin-bottom:calc(-297mm * .38)}.quote-preview-shell{overflow:hidden}}@media print{.quote-editor,.quote-notice,.quote-page-heading,.quote-preview-toolbar,.sidebar,.topbar{display:none!important}.app-shell,.content,.quotation-workspace,.quote-preview-shell,.quote-split-layout{display:block!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}.quote-paper{width:210mm!important;min-width:210mm!important;max-width:210mm!important;height:297mm!important;min-height:297mm!important;margin:0!important;padding:15mm!important;box-shadow:none!important}.quote-paper,.quote-paper *{color:#000!important}.quote-product-table{width:100%!important;table-layout:fixed!important}.quote-product-table tr,.quote-signatures,.quote-terms{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}@page{size:A4 portrait;margin:0}}.quote-paper{width:210mm!important;min-width:210mm!important;max-width:210mm!important;height:297mm!important;min-height:297mm!important;padding:.5cm .14cm!important;overflow:visible!important;font-family:Arial,Helvetica Neue,sans-serif!important}.quote-paper,.quote-paper *{background:#fff!important;color:#000!important}.quote-paper,.quote-paper *{border-color:#000!important}.quote-paper-header{grid-template-columns:29% minmax(0,51%) 20%;min-height:27mm;border:1px solid #000!important}.quote-logo-box{min-height:27mm;border-right:1px solid #000!important;background:#fff!important}.quote-logo-box span{color:#000!important}.quote-company-block{min-width:0;padding:3.5mm 4mm;background:#fff!important}.quote-company-block strong{font-size:10pt}.quote-company-block p{overflow-wrap:break-word;word-break:break-word}.quote-number-block{display:grid;grid-template-rows:minmax(13mm,1fr) minmax(10mm,auto);min-width:0;border-left:1px solid #000!important;background:#fff!important;text-align:center}.quote-number-block b{border-bottom:1px solid #000!important;font-size:8.5pt;line-height:1.15}.quote-number-block b,.quote-number-block span{display:grid;place-items:center;padding:1.5mm;font-weight:700}.quote-number-block span{min-width:0;font-size:8pt;overflow-wrap:break-word;word-break:break-word}.quote-parties{grid-template-columns:1fr 1fr;border-left:1px solid #000!important}.quote-info-box,.quote-info-box b,.quote-info-box h3,.quote-info-box p,.quote-info-box span{background:#fff!important}.quote-info-box h3{padding:1.7mm 2.5mm;border-bottom:1px solid #000!important;font-size:8pt;font-weight:700}.quote-info-box p{grid-template-columns:20mm minmax(0,1fr)}.quote-info-box b{font-size:6.6pt}.quote-info-box span{overflow-wrap:break-word;word-break:break-word}.quote-document-reminder{min-height:6.2mm;margin:0;padding:1.4mm 2mm;border:1px solid #000!important;border-top:0!important;background:#fff!important;color:#c00000!important;font-size:7.2pt;font-weight:700;text-align:left}.quote-order-meta{grid-template-columns:27% 30% 28% 15%;border-left:1px solid #000!important}.quote-order-meta b,.quote-order-meta span,.quote-order-meta>div{background:#fff!important}.quote-order-meta b{padding:1.2mm;font-size:6.1pt;font-weight:700}.quote-order-meta span{min-height:7mm;padding:1.3mm;font-size:7pt}.quote-product-table{width:100%!important;min-width:0!important;max-width:100%!important;border-collapse:collapse!important;background:#fff!important}.quote-product-table td,.quote-product-table th{min-width:0!important;background:#fff!important;color:#000!important;border:1px solid #000!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important}.quote-grand-total td,.quote-grand-total th,.quote-product-table tfoot td,.quote-product-table tfoot th,.quote-product-table thead th{background:#fff!important;color:#000!important}.quote-product-table thead th{font-weight:700}.quote-grand-total td,.quote-grand-total th,.quote-product-table tfoot td,.quote-product-table tfoot th{font-weight:700!important}.quote-terms,.quote-terms b,.quote-terms h3,.quote-terms p,.quote-terms>div{background:#fff!important;border-color:#000!important}.quote-terms h3{font-weight:700}.quote-terms p{overflow-wrap:break-word;word-break:break-word}.quote-signatures,.quote-signatures div,.quote-signatures p{background:#fff!important}@media print{.quote-paper{width:210mm!important;min-width:210mm!important;max-width:210mm!important;height:297mm!important;min-height:297mm!important;padding:.5cm .14cm!important;overflow:visible!important}.quote-paper,.quote-paper *{background:#fff!important;color:#000!important;border-color:#000!important}.quote-document-reminder{color:#c00000!important}}.quote-paper{font-family:Arial,Helvetica,sans-serif!important;font-size:7.2pt!important;line-height:1.18!important}.quote-paper-header{grid-template-columns:68% 32%!important}.quote-logo-box,.quote-paper-header{min-height:22mm!important;border:0!important}.quote-logo-box{border-right:0!important;justify-items:start!important;padding:1mm 0!important}.quote-logo-box img{max-width:44mm!important;max-height:19mm!important;-o-object-fit:contain!important;object-fit:contain!important}.quote-logo-box span{display:grid;width:42mm;height:18mm;place-items:center;border:1px solid #000!important;font-size:8pt!important}.quote-company-block{align-content:start!important;gap:1mm!important;padding:1.4mm 0 0 2mm!important;text-align:left!important}.quote-company-block strong{font-size:7.3pt!important;font-weight:400!important}.quote-company-block p{font-size:6.6pt!important;line-height:1.25!important}.quote-title-line{display:grid;grid-template-columns:minmax(0,1fr) 35mm;min-height:8mm;border:1px solid #000!important;border-bottom:0!important}.quote-title-line b{justify-content:flex-end;padding:1.3mm 3mm;font-size:10pt;letter-spacing:.02em}.quote-title-line b,.quote-title-line span{display:flex;align-items:center;font-weight:700}.quote-title-line span{justify-content:center;border-left:1px solid #000!important;padding:1mm;font-size:8pt;text-align:center;overflow-wrap:anywhere}.quote-data-sections{border:1px solid #000!important;border-bottom:0!important}.quote-data-section{width:100%}.quote-data-section+.quote-data-section{border-top:1px solid #000!important}.quote-data-section h3{height:5mm;margin:0;padding:1.2mm 2mm;border-bottom:1px solid #000!important;font-size:7pt;font-weight:700;background:#fff!important}.quote-data-row{display:grid;min-width:0;grid-template-columns:1fr 1fr;border-bottom:1px solid #000!important}.quote-data-row:last-child{border-bottom:0!important}.quote-data-contact{grid-template-columns:1fr!important}.quote-data-cell{display:grid;grid-template-columns:19mm minmax(0,1fr);min-width:0;min-height:5.7mm;border-right:1px solid #000!important}.quote-data-cell:last-child{border-right:0!important}.quote-data-cell b{padding:1.2mm 1.5mm;font-size:6.4pt;font-weight:700;white-space:nowrap}.quote-data-cell span{min-width:0;padding:1.2mm 1.5mm;overflow-wrap:anywhere;word-break:break-word;white-space:pre-line}.quote-data-address .quote-data-cell{min-height:10mm}.quote-data-cell.multiline span{min-height:9mm}.quote-pretable-row{display:grid;grid-template-columns:52% 48%;min-height:19mm;border:1px solid #000!important;border-bottom:0!important}.quote-pretable-row .quote-document-reminder{min-height:0!important;margin:0!important;padding:2mm 2.5mm!important;border:0!important;border-right:1px solid #000!important;display:flex;align-items:center;font-size:7pt!important;line-height:1.25!important}.quote-pretable-row .quote-order-meta{display:grid!important;grid-template-columns:1fr 1fr!important;border:0!important}.quote-pretable-row .quote-order-meta>div{grid-template-rows:auto minmax(6mm,auto)!important;border-bottom:1px solid #000!important}.quote-pretable-row .quote-order-meta>div:nth-last-child(-n+2){border-bottom:0!important}.quote-order-meta b{font-size:5.8pt!important}.quote-order-meta b,.quote-order-meta span{padding:1mm!important;text-align:left!important}.quote-order-meta span{min-height:0!important;font-size:6.5pt!important}.quote-product-table{font-size:6.8pt!important}.q-col-item{width:7%!important}.q-col-qty{width:11%!important}.q-col-description{width:29%!important}.q-col-unit{width:9%!important}.q-col-weight{width:11%!important}.q-col-price{width:15%!important}.q-col-total{width:13%!important}.q-col-currency{width:5%!important}.quote-product-table td,.quote-product-table th{padding:1.2mm .9mm!important}.quote-product-table thead th{height:11mm!important;min-height:11mm!important;vertical-align:middle!important;font-size:6.2pt!important}.quote-product-table tbody td{height:12mm;min-height:12mm!important}.quote-product-table tfoot tr{height:5.5mm}.quote-product-table tfoot td,.quote-product-table tfoot th{text-align:center!important}.quote-terms h3{height:5.5mm;padding:1.4mm 2mm!important;text-align:left!important;font-size:7pt!important}.quote-terms>div{grid-template-columns:16mm minmax(0,1fr)!important;min-height:7mm!important}.quote-terms b{padding:1.2mm 1.5mm!important;font-size:6.3pt!important}.quote-terms p{min-height:7mm!important;padding:1.2mm 1.8mm!important;font-size:6.7pt!important}.quote-signatures{gap:78mm!important;padding:14mm 11mm 0!important}.quote-signatures p{font-size:6.7pt!important}.quote-preview-shell{container-type:inline-size}.quote-paper-stage{--quote-preview-scale:1;width:calc(210mm * var(--quote-preview-scale));height:calc(297mm * var(--quote-preview-scale));overflow:visible}.quote-paper-stage .quote-paper{margin:0!important;transform:scale(var(--quote-preview-scale));transform-origin:top left}@container (max-width: 760px){.quote-paper-stage{--quote-preview-scale:.88}}@container (max-width: 670px){.quote-paper-stage{--quote-preview-scale:.76}}@container (max-width: 590px){.quote-paper-stage{--quote-preview-scale:.66}}@container (max-width: 520px){.quote-paper-stage{--quote-preview-scale:.55}}@media print{.quote-paper-stage{--quote-preview-scale:1!important;width:210mm!important;height:auto!important;margin:0!important}.quote-paper-stage .quote-paper{transform:none!important;font-family:Arial,Helvetica,sans-serif!important;font-size:7.2pt!important}.quote-paper-header{grid-template-columns:68% 32%!important;min-height:22mm!important}.quote-data-sections,.quote-pretable-row,.quote-title-line{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}}.quote-type-controls{grid-column:span 2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:13px;border:1px solid #365675;border-radius:7px;background:#10263e}.quote-type-controls>b{grid-column:1/-1;color:#fdba74;font-size:12px}.quote-type-controls input[type=color]{height:38px;padding:4px;cursor:pointer}.quote-paper.preview-custom-type,.quote-paper.preview-custom-type *{color:var(--quote-text-color)!important}.quote-paper.preview-custom-type{font-size:var(--quote-font-size)!important}.quote-paper.preview-custom-type .quote-document-reminder{color:var(--quote-reminder-color)!important}.quote-paper.preview-custom-type .quote-data-cell,.quote-paper.preview-custom-type .quote-data-row,.quote-paper.preview-custom-type .quote-data-section,.quote-paper.preview-custom-type .quote-data-section h3,.quote-paper.preview-custom-type .quote-data-section+.quote-data-section,.quote-paper.preview-custom-type .quote-data-sections,.quote-paper.preview-custom-type .quote-logo-box,.quote-paper.preview-custom-type .quote-logo-box span,.quote-paper.preview-custom-type .quote-order-meta b,.quote-paper.preview-custom-type .quote-order-meta>div,.quote-paper.preview-custom-type .quote-order-meta>div:nth-last-child(-n+2),.quote-paper.preview-custom-type .quote-paper-header,.quote-paper.preview-custom-type .quote-pretable-row,.quote-paper.preview-custom-type .quote-pretable-row .quote-document-reminder,.quote-paper.preview-custom-type .quote-pretable-row .quote-order-meta,.quote-paper.preview-custom-type .quote-signatures i,.quote-paper.preview-custom-type .quote-terms,.quote-paper.preview-custom-type .quote-terms b,.quote-paper.preview-custom-type .quote-terms h3,.quote-paper.preview-custom-type .quote-terms>div,.quote-paper.preview-custom-type .quote-title-line,.quote-paper.preview-custom-type .quote-title-line span{border:0!important}.quote-paper.preview-custom-type .quote-logo-box,.quote-paper.preview-custom-type .quote-paper-header{min-height:18mm!important}.quote-paper.preview-custom-type .quote-logo-box span{width:auto;height:auto;font-size:7pt!important}.quote-paper.preview-custom-type .quote-logo-box img{max-height:16mm!important}.quote-paper.preview-custom-type .quote-title-line{grid-template-columns:minmax(0,1fr) 35mm;min-height:6mm}.quote-paper.preview-custom-type .quote-title-line b{padding:1mm 0}.quote-paper.preview-custom-type .quote-data-sections{margin-top:2mm}.quote-paper.preview-custom-type .quote-data-section h3{height:auto;padding:1mm 0}.quote-paper.preview-custom-type .quote-data-row{min-height:4.7mm}.quote-paper.preview-custom-type .quote-data-cell,.quote-paper.preview-custom-type .quote-data-cell b,.quote-paper.preview-custom-type .quote-data-cell span{min-height:0!important;padding:1mm 0!important}.quote-paper.preview-custom-type .quote-data-cell{grid-template-columns:19mm minmax(0,1fr)}.quote-paper.preview-custom-type .quote-data-address .quote-data-cell,.quote-paper.preview-custom-type .quote-data-cell.multiline span{min-height:7mm!important}.quote-paper.preview-custom-type .quote-pretable-row{grid-template-columns:52% 48%;min-height:15mm;margin-top:2mm}.quote-paper.preview-custom-type .quote-pretable-row .quote-document-reminder{padding:1.5mm 0!important}.quote-paper.preview-custom-type .quote-order-meta{gap:2mm}.quote-paper.preview-custom-type .quote-order-meta>div{padding:0!important}.quote-paper.preview-custom-type .quote-order-meta b,.quote-paper.preview-custom-type .quote-order-meta span{padding:.5mm 0!important}.quote-paper.preview-custom-type .quote-product-table{margin-top:3mm}.quote-paper.preview-custom-type .quote-product-table tbody td,.quote-paper.preview-custom-type .quote-product-table thead th{color:var(--quote-text-color)!important;border:1px solid var(--quote-text-color)!important;background:#fff!important}.quote-paper.preview-custom-type .quote-product-table{border-collapse:collapse!important}.quote-paper.preview-custom-type .quote-product-table tfoot,.quote-paper.preview-custom-type .quote-product-table tfoot td,.quote-paper.preview-custom-type .quote-product-table tfoot th,.quote-paper.preview-custom-type .quote-product-table tfoot tr{border:0!important;background:#fff!important}.quote-paper.preview-custom-type .quote-product-table tfoot td,.quote-paper.preview-custom-type .quote-product-table tfoot th{padding:1.3mm .9mm!important;color:var(--quote-text-color)!important}.quote-paper.preview-custom-type .quote-grand-total td,.quote-paper.preview-custom-type .quote-grand-total th{background:#fff!important}.quote-paper.preview-custom-type .quote-terms{margin-top:3mm}.quote-paper.preview-custom-type .quote-terms h3{height:auto;padding:1mm 0!important}.quote-paper.preview-custom-type .quote-terms>div{display:grid;grid-template-columns:16mm minmax(0,1fr)!important;min-height:5mm!important}.quote-paper.preview-custom-type .quote-terms b,.quote-paper.preview-custom-type .quote-terms p{padding:1mm 0!important}.quote-paper.preview-custom-type .quote-signatures{gap:78mm!important;padding:13mm 11mm 0!important}.quote-paper.preview-custom-type .quote-signatures i{display:none!important}@media (max-width:680px){.quote-type-controls{grid-template-columns:1fr}.quote-type-controls>b{grid-column:auto}}@media print{.quote-paper.preview-custom-type{font-size:var(--quote-font-size)!important}.quote-paper.preview-custom-type,.quote-paper.preview-custom-type *{color:var(--quote-text-color)!important}.quote-paper.preview-custom-type .quote-document-reminder{color:var(--quote-reminder-color)!important}.quote-paper.preview-custom-type .quote-product-table tbody td,.quote-paper.preview-custom-type .quote-product-table thead th{border-color:var(--quote-text-color)!important}}.quote-paper{padding-left:1.14cm!important;padding-right:1.14cm!important}.quote-paper.preview-custom-type [data-quote-cell]{cursor:pointer}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-align"]{text-align:var(--quote-cell-align)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-align"]>*{text-align:inherit!important}.quote-paper-stage{gap:4px!important}.quote-paper-frame{height:calc(297mm * var(--quote-preview-scale))!important}.quote-paper-frame .quote-paper{padding-top:2mm!important;padding-bottom:2mm!important}.quote-product-table .q-col-description{width:47%!important}.quote-product-table .q-col-symbol{width:3%!important}.quote-product-table .q-col-total{width:10%!important}.quote-product-table .q-col-currency{width:6%!important}.quote-product-main-head th:first-child,.quote-product-main-head th:nth-child(2),.quote-product-main-head th:nth-child(4){writing-mode:vertical-rl!important;transform:rotate(180deg);white-space:nowrap!important;letter-spacing:.04em}.quote-product-table tbody td:last-child,.quote-product-table tfoot td:last-child{writing-mode:horizontal-tb!important;transform:none!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;min-width:12mm!important}.quote-product-table .q-col-item{width:5%!important}.quote-product-table .q-col-qty{width:8%!important}.quote-product-table .q-col-description{width:52%!important}.quote-product-table .q-col-unit{width:8%!important}.quote-product-table .q-col-price{width:13%!important}.quote-product-table .q-col-total{width:14%!important}.quote-product-table .q-col-currency,.quote-product-table .q-col-symbol,.quote-product-table .q-col-weight{display:none!important}.quote-product-table tbody td:nth-child(5),.quote-product-table tbody td:nth-child(6){white-space:nowrap!important;text-align:right!important}.quote-product-table tbody td:last-child{min-width:0!important}.quote-product-table tfoot th{white-space:nowrap!important}.quote-product-table tfoot td:last-child{min-width:0!important;text-align:right!important}.quote-paper.preview-custom-type .quote-data-section h3{height:auto!important;padding:.25mm 0!important;line-height:1.05!important}.quote-paper.preview-custom-type .quote-data-cell,.quote-paper.preview-custom-type .quote-data-row{min-height:0!important;height:auto!important;line-height:1.05!important}.quote-paper.preview-custom-type .quote-data-cell b,.quote-paper.preview-custom-type .quote-data-cell span{padding:.2mm 0!important;line-height:1.05!important}.quote-paper.preview-custom-type .quote-order-meta>div{line-height:1.05!important}.quote-paper.preview-custom-type .quote-order-meta b,.quote-paper.preview-custom-type .quote-order-meta span{padding:.2mm 0!important;line-height:1.05!important}.quote-paper.preview-custom-type .quote-terms>div{line-height:1.05!important}.quote-paper.preview-custom-type .quote-terms b,.quote-paper.preview-custom-type .quote-terms p{padding:.2mm 0!important;line-height:1.05!important}.quote-product-table tbody tr{height:7mm!important}.quote-product-table tbody td{height:7mm!important;min-height:7mm!important;padding:.45mm .7mm!important;line-height:1.12!important}@media print{.quote-product-table tbody tr{height:7mm!important}.quote-product-table tbody td{height:7mm!important;min-height:7mm!important;padding:.45mm .7mm!important}}.quote-product-table tfoot tr td[colspan="4"]{border:0!important}.quote-terms,.quote-terms h3,.quote-terms>div{border-left:0!important}.quote-signatures i{display:block!important;height:1px!important;background:#000!important}@media print{.quote-paper-stage{gap:0!important}.quote-paper-frame .quote-paper{padding-top:2mm!important;padding-bottom:2mm!important}}.quote-paper-stage{display:grid!important;grid-template-columns:1fr;gap:14px;width:calc(210mm * var(--quote-preview-scale))!important;height:auto!important;margin:0 auto}.quote-paper-frame{width:calc(210mm * var(--quote-preview-scale));height:calc(297mm * var(--quote-preview-scale));overflow:hidden}.quote-paper-frame .quote-paper{width:210mm!important;min-width:210mm!important;max-width:210mm!important;height:297mm!important;min-height:297mm!important;margin:0!important;overflow:hidden!important;transform:scale(var(--quote-preview-scale));transform-origin:top left}.quote-paper-frame+.quote-paper-frame .quote-product-table{margin-top:0!important}.quote-product-table{table-layout:fixed!important}.q-col-item{width:4%!important}.q-col-qty{width:7%!important}.q-col-description{width:51%!important}.q-col-unit,.q-col-weight{width:8%!important}.q-col-price{width:11%!important}.q-col-symbol{width:3%!important}.q-col-total{width:6%!important}.q-col-currency{width:2%!important}.quote-product-table.has-header thead th{border:1px solid var(--quote-text-color)!important;background:#fff!important;color:var(--quote-text-color)!important;font-weight:700!important;text-align:center!important;vertical-align:middle!important}.quote-product-main-head th{height:12mm!important}.quote-product-sub-head th{height:4mm!important;padding:.4mm!important;font-size:5.8pt!important}.quote-product-table tbody tr{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.quote-product-table tbody td{min-height:10mm!important;vertical-align:middle!important}.quote-product-table tbody td.q-description{text-align:left!important;white-space:pre-line!important;font-weight:400}.quote-product-table tbody td:nth-child(6),.quote-product-table tbody td:nth-child(8){text-align:right!important}.quote-product-table tbody td:nth-child(7),.quote-product-table tbody td:nth-child(9){text-align:center!important}.quote-product-table tfoot td,.quote-product-table tfoot th{height:7mm!important;border:1px solid var(--quote-text-color)!important;background:#fff!important;color:var(--quote-text-color)!important;font-weight:700!important;vertical-align:middle!important}.quote-product-table tfoot td:first-child{border:0!important}.quote-product-table tfoot th{text-align:right!important}.quote-product-table tfoot td:nth-last-child(3){text-align:center!important}.quote-product-table tfoot td:nth-last-child(2){text-align:right!important}.quote-product-table tfoot td:last-child,.quote-product-table tfoot tr:nth-child(2) td[colspan="3"]{text-align:center!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-font-size"]{font-size:var(--quote-cell-font-size)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-font-size"] *{font-size:inherit!important}@media print{.quote-paper-stage{display:block!important;width:210mm!important}.quote-paper-frame{width:210mm!important;height:297mm!important;-moz-column-break-after:page;break-after:page;page-break-after:always;overflow:hidden!important}.quote-paper-frame:last-child{-moz-column-break-after:auto;break-after:auto;page-break-after:auto}.quote-paper-frame .quote-paper{transform:none!important}.quote-product-table tbody tr{-moz-column-break-inside:avoid!important;break-inside:avoid!important;page-break-inside:avoid!important}}.quote-paper.preview-custom-type [data-quote-cell]:hover{outline:1px dashed #f97316;outline-offset:1px}.quote-paper.preview-custom-type .quote-data-section h3{padding:1.1mm .8mm!important;background:#ececec!important;font-weight:700!important}.quote-paper.preview-custom-type .quote-data-cell b{padding:1mm .8mm!important;background:#ececec!important;font-weight:700!important}.quote-paper.preview-custom-type .quote-data-cell span{padding:1mm .8mm!important}.quote-paper.preview-custom-type .quote-pretable-row{grid-template-columns:59% 41%!important}.quote-paper.preview-custom-type .quote-order-meta{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.quote-paper.preview-custom-type .quote-order-meta>div{display:grid!important;grid-template-columns:34mm minmax(0,1fr);align-items:center}.quote-paper.preview-custom-type .quote-order-meta b{padding:.65mm .8mm!important;background:#ececec!important;font-weight:700!important}.quote-paper.preview-custom-type .quote-order-meta span{padding:.65mm .8mm!important}.quote-paper.preview-custom-type .quote-product-table thead th{height:15mm!important;padding:.9mm!important;font-size:6.4pt!important}.quote-paper.preview-custom-type .quote-product-table tbody td{min-height:11mm!important;padding:1.2mm .9mm!important}.quote-paper.preview-custom-type .q-col-item{width:4%!important}.quote-paper.preview-custom-type .q-col-qty{width:7%!important}.quote-paper.preview-custom-type .q-col-description{width:53%!important}.quote-paper.preview-custom-type .q-col-unit,.quote-paper.preview-custom-type .q-col-weight{width:8%!important}.quote-paper.preview-custom-type .q-col-price{width:11%!important}.quote-paper.preview-custom-type .q-col-total{width:7%!important}.quote-paper.preview-custom-type .q-col-currency{width:2%!important}.quote-paper.preview-custom-type .quote-product-table tfoot tr td:first-child{padding:0!important}.quote-paper.preview-custom-type .quote-product-table tfoot td,.quote-paper.preview-custom-type .quote-product-table tfoot th{border:1px solid var(--quote-text-color)!important;background:#fff!important}.quote-paper.preview-custom-type .quote-terms h3{padding:1.1mm .8mm!important;background:#ececec!important;font-weight:700!important}.quote-paper.preview-custom-type .quote-terms>div{grid-template-columns:21mm minmax(0,1fr)!important}.quote-paper.preview-custom-type .quote-terms b{padding:1mm .8mm!important;background:#ececec!important}.quote-paper.preview-custom-type .quote-terms p{padding:1mm .8mm!important}.quote-cell-controls{grid-column:span 2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:13px;border:1px solid #365675;border-radius:7px;background:#10263e}.quote-cell-controls>b{color:#fdba74;font-size:12px}.quote-cell-controls>span{align-self:center;color:#cbd5e1;font-size:11px}.quote-cell-controls input[type=color]{height:38px;padding:4px;cursor:pointer}.quote-color-entry{display:grid;grid-template-columns:42px minmax(0,1fr);gap:7px}.quote-cell-controls .quote-color-entry input[type=color]{height:36px;padding:3px}@media (max-width:680px){.quote-cell-controls{grid-template-columns:1fr}.quote-cell-controls>span{margin-top:-6px}}@media print{.quote-paper{padding-left:1.14cm!important;padding-right:1.14cm!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-color"]{color:var(--quote-cell-color)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-background"]{background:var(--quote-cell-background)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-padding"]{padding:var(--quote-cell-padding)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-border"]{border:var(--quote-cell-border)!important}}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-color"]{color:var(--quote-cell-color)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-background"]{background:var(--quote-cell-background)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-padding"]{padding:var(--quote-cell-padding)!important}.quote-paper.preview-custom-type [data-quote-cell][style*="--quote-cell-border"]{border:var(--quote-cell-border)!important}:root[data-theme=dark] .followup-analysis .incremental-followup{margin:0}:root[data-theme=dark] .review-flag{grid-column:1/-1;padding:6px 8px;border-left:2px solid #f59e0b;background:#3a2a12;color:#fbbf24;font-size:11px}:root[data-theme=dark] .stage{border:0;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;line-height:1}:root[data-theme=dark] .stage-unassigned{background:#334155;color:#94A3B8}:root[data-theme=dark] .stage-unreplied{background:#41414f;color:#d0d0dc}:root[data-theme=dark] .stage-contact{background:#1E40AF;color:#93C5FD}:root[data-theme=dark] .stage-qualified{background:#0369A1;color:#7DD3FC}:root[data-theme=dark] .stage-proposal{background:#4C1D95;color:#C4B5FD}:root[data-theme=dark] .stage-negotiation{background:#C2410C;color:#FDBA74}:root[data-theme=dark] .stage-won{background:#166534;color:#86EFAC}:root[data-theme=dark] .stage-lost{background:#991B1B;color:#FCA5A5}:root[data-theme=dark] .task-customer-link{cursor:pointer;text-decoration:underline;text-decoration-color:transparent}:root[data-theme=dark] .task-customer-link:hover{color:#ffad59;text-decoration-color:#ffad59}:root[data-theme=dark] .task-drawer-scrim{position:fixed;inset:0;z-index:20;border:0;background:rgba(0,0,0,.4)}:root[data-theme=dark] .task-customer-drawer{position:fixed;z-index:21;right:0;top:0;width:420px;max-width:calc(100vw - 24px);height:100vh;overflow:auto;background:#1E293B;border-left:1px solid #334155;border-radius:8px 0 0 8px;box-shadow:-18px 0 48px rgba(0,0,0,.32);animation:taskDrawerIn .3s ease}:root[data-theme=dark] .task-customer-drawer header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px;border-bottom:1px solid #334155}:root[data-theme=dark] .task-customer-drawer h2{margin:0 0 6px;font-size:18px;color:#fff}:root[data-theme=dark] .task-customer-drawer section{padding:16px 20px;border-bottom:1px solid #334155;display:grid;gap:10px}:root[data-theme=dark] .task-customer-drawer section>b{color:#f8fafc;font-size:13px}:root[data-theme=dark] .task-customer-drawer p{margin:0;color:#cbd5e1;white-space:pre-line;font-size:12px;line-height:1.55}:root[data-theme=dark] .task-customer-drawer p small{display:block;color:#94a3b8;margin-bottom:2px}:root[data-theme=dark] .task-customer-drawer textarea{background:#0f172a;color:#fff;border-color:#475569;border-radius:8px;padding:10px;resize:vertical}:root[data-theme=dark] .task-metrics{display:flex;gap:10px}.task-metrics span{flex:1;padding:10px;background:#0f172a;border-radius:8px;color:#94a3b8;font-size:11px}.task-metrics strong{display:block;margin-top:3px;color:#ffad59;font-size:14px}@keyframes taskDrawerIn{0%{transform:translateX(32px);opacity:0}to{transform:translateX(0);opacity:1}}:root[data-theme=dark] .conversation-preview-thumb{border:0;padding:0;background:transparent;cursor:zoom-in}:root[data-theme=dark] .conversation-preview-thumb img{display:block}:root[data-theme=dark] .match-picker input{width:100%;min-width:0;height:30px;padding:0 8px;background:#0b1d30;color:#fff;border:1px solid #365675;border-radius:5px}:root[data-theme=dark] .match-picker small{color:#fbbf24}:root[data-theme=dark] .image-preview-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;background:rgba(0,0,0,.72);padding:30px}:root[data-theme=dark] .image-preview-modal{position:relative;max-width:min(1100px,94vw);max-height:90vh;overflow:auto;background:#1e293b;border:1px solid #475569;border-radius:8px;padding:12px;cursor:grab}:root[data-theme=dark] .image-preview-modal>button{position:sticky;top:0;float:right;z-index:1}:root[data-theme=dark] .image-preview-modal img{display:block;max-width:none;min-width:100%;max-height:none;width:auto;height:auto}:root[data-theme=dark] .task-ai-hint{display:flex;align-items:center;gap:7px;color:#94a3b8;font-size:11px;line-height:1.45}:root[data-theme=dark] .reply-check{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:12px;cursor:pointer}:root[data-theme=dark] .reply-check input{width:15px;height:15px;accent-color:#f97316}:root[data-theme=dark] .task-ai-drop{display:grid;gap:8px;padding:10px;border:1px dashed #4b7197;border-radius:8px;background:#0f2237}:root[data-theme=dark] .task-ai-drop img{max-height:150px;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:6px}:root[data-theme=dark] .task-ai-drop em{color:#fca5a5;font-size:12px;font-style:normal}.quote-paper.preview-custom-type .quote-data-section h3{min-height:0!important;padding:.2mm 0!important;line-height:1!important}.quote-paper.preview-custom-type .quote-data-cell,.quote-paper.preview-custom-type .quote-data-row{min-height:0!important;height:auto!important;padding:0!important;line-height:1!important}.quote-paper.preview-custom-type .quote-data-cell b,.quote-paper.preview-custom-type .quote-data-cell span{min-height:0!important;padding:.15mm 0!important;line-height:1!important}.quote-paper.preview-custom-type .quote-data-address .quote-data-cell,.quote-paper.preview-custom-type .quote-data-cell.multiline span{min-height:0!important}.quote-paper.preview-custom-type .quote-order-meta>div{height:auto!important}.quote-paper.preview-custom-type .quote-order-meta b,.quote-paper.preview-custom-type .quote-order-meta span{padding:.15mm 0!important}.quote-paper.preview-custom-type .quote-terms>div{min-height:0!important;height:auto!important}.quote-paper.preview-custom-type .quote-terms b,.quote-paper.preview-custom-type .quote-terms p{min-height:0!important;padding:.15mm 0!important;line-height:1!important}.quote-paper.preview-custom-type .quote-data-section+.quote-data-section{margin-top:1mm!important}.quote-paper.preview-custom-type .quote-order-meta{row-gap:0!important;align-content:start!important}.quote-paper.preview-custom-type .quote-order-meta>div{min-height:0!important;height:3.1mm!important;grid-template-columns:34mm minmax(0,1fr)!important;align-items:center!important}.quote-paper.preview-custom-type .quote-order-meta b,.quote-paper.preview-custom-type .quote-order-meta span{display:flex!important;align-items:center!important;min-height:0!important;height:3.1mm!important;margin:0!important;padding:0!important;line-height:1!important}.quote-paper.preview-custom-type .quote-product-table tfoot tr>td:first-child,.quote-paper.preview-custom-type .quote-product-table tfoot tr>td[colspan="4"]{border:0!important;background:#fff!important}.quote-paper.preview-custom-type .quote-product-table tfoot tr>td:not(:first-child),.quote-paper.preview-custom-type .quote-product-table tfoot tr>th{border:1px solid var(--quote-text-color)!important}.quote-logo-size-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.quote-paper.preview-custom-type .quote-logo-box{display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden!important}.quote-paper.preview-custom-type .quote-logo-box img{display:block!important;max-width:100%!important;max-height:20mm!important;-o-object-position:left center!important;object-position:left center!important}.quote-paper.preview-custom-type .quote-company-block{justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;padding-right:0!important;text-align:right!important;align-content:center!important;justify-items:end!important}.quote-paper.preview-custom-type .quote-company-block p,.quote-paper.preview-custom-type .quote-company-block strong{width:100%!important;margin-left:auto!important;text-align:right!important}@media print{.quote-paper.preview-custom-type .quote-company-block,.quote-paper.preview-custom-type .quote-company-block p,.quote-paper.preview-custom-type .quote-company-block strong{text-align:right!important}}.quote-logo-scale-field{grid-column:span 2}.quote-logo-scale-control{display:flex;align-items:center;gap:7px}.quote-logo-scale-control input{flex:1;min-width:0}.quote-logo-scale-control em{color:#9fb3cc;font-style:normal;font-size:12px}.quote-logo-scale-field small{display:block;margin-top:4px;color:#8da4bf;font-size:11px}.quote-paper.preview-custom-type .quote-logo-box img{width:44mm!important;height:auto!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;transform-origin:left center!important;flex:0 0 auto!important}.quote-paper-frame .quote-paper{padding-bottom:.5cm!important}@media print{.quote-paper-frame .quote-paper{padding-bottom:.5cm!important}}.quote-paper-stage{gap:14px!important}@media print{.quote-paper-stage{gap:0!important}}.quote-products-editor{min-width:0}.quote-products-editor .quote-product-list{max-height:calc(100vh - 275px);overflow-y:auto;overflow-x:hidden;padding-right:6px;overscroll-behavior:contain}.quote-products-editor .quote-product-list article{min-width:0}@media (max-width:1120px){.quote-products-editor .quote-product-list{max-height:calc(100vh - 245px)}}@media print{.quote-products-editor .quote-product-list{max-height:none;overflow:visible}}.quote-paper.preview-custom-type .quote-order-meta>div,.quote-paper.preview-custom-type .quote-order-meta>div>b,.quote-paper.preview-custom-type .quote-order-meta>div>span{background:#ececec!important}.quote-paper.preview-custom-type .quote-order-meta>div>b,.quote-paper.preview-custom-type .quote-order-meta>div>span{box-sizing:border-box!important}.quote-paper.preview-custom-type .quote-signatures{gap:35mm!important;padding:27mm 8mm 0!important;align-items:start!important}.quote-paper.preview-custom-type .quote-signatures>div{gap:2mm!important;min-width:0!important}.quote-paper.preview-custom-type .quote-signatures i{display:block!important;width:100%!important;height:0!important;border-top:1px solid #000!important;background:transparent!important}.quote-paper.preview-custom-type .quote-signatures p{margin:0!important;min-height:9mm!important;line-height:1.35!important;font-weight:600!important}@media print{.quote-paper.preview-custom-type .quote-signatures{padding-top:27mm!important}}.quote-markup-panel{align-items:end}.quote-markup-actions{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:1px}.quote-markup-help{grid-column:1/-1;margin:0;color:#9fb3cc;font-size:12px;line-height:1.55}.quote-paper.preview-language-vi{line-height:1.32!important}.quote-paper.preview-language-vi .quote-data-cell,.quote-paper.preview-language-vi .quote-order-meta>div,.quote-paper.preview-language-vi .quote-terms>div{line-height:1.2!important}.quote-paper.preview-language-vi .quote-data-cell b,.quote-paper.preview-language-vi .quote-data-cell span,.quote-paper.preview-language-vi .quote-order-meta b,.quote-paper.preview-language-vi .quote-order-meta span,.quote-paper.preview-language-vi .quote-terms b,.quote-paper.preview-language-vi .quote-terms p{padding-top:.45mm!important;padding-bottom:.45mm!important}.quote-paper.preview-language-vi .quote-document-reminder{line-height:1.35!important}.quote-paper.preview-custom-type .quote-product-table{table-layout:fixed!important}.quote-paper.preview-custom-type .quote-product-table .q-col-item,.quote-paper.preview-custom-type .quote-product-table .q-col-qty{width:5%!important}.quote-paper.preview-custom-type .quote-product-table .q-col-description{width:50%!important}.quote-paper.preview-custom-type .quote-product-table .q-col-unit{width:7%!important}.quote-paper.preview-custom-type .quote-product-table .q-col-price{width:15%!important}.quote-paper.preview-custom-type .quote-product-table .q-col-total{width:18%!important}.quote-paper.preview-custom-type .quote-product-table td,.quote-paper.preview-custom-type .quote-product-table th{padding:.55mm .45mm!important;min-width:0!important}.quote-paper.preview-custom-type .quote-product-table tbody td:nth-last-child(-n+2),.quote-paper.preview-custom-type .quote-product-table tfoot td{white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;font-size:6.4pt!important}.quote-paper.preview-custom-type .quote-product-table tfoot th{text-align:left!important;white-space:nowrap!important;padding-left:1mm!important;font-size:6.4pt!important}.quote-paper.preview-custom-type .quote-product-table tfoot td{text-align:right!important;padding-right:1mm!important}.quote-history-panel{margin:14px 0 0;border:1px solid #334155;border-radius:8px;background:#101f34;overflow:hidden}.quote-history-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border:0;background:#142944;color:#e5edf7;cursor:pointer;text-align:left}.quote-history-toggle span{color:#9fb3cc;font-size:12px}.quote-history-list{display:grid;gap:1px;max-height:220px;overflow:auto;background:#334155}.quote-history-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:9px 14px;border:0;background:#10263e;color:#e5edf7;text-align:left;cursor:pointer}.quote-history-item:hover{background:#183958}.quote-history-item span{display:grid;gap:3px;min-width:0}.quote-history-item small{color:#9fb3cc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-history-item>b{color:#fdba74;white-space:nowrap}.quote-history-empty{margin:0;padding:12px 14px;color:#9fb3cc;font-size:12px}.customer-360-snapshot{padding:15px 18px;border-bottom:1px solid var(--line);background:#0a1b2f}.customer-360-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.customer-360-heading h3{margin:0;font-size:13px}.customer-360-heading .eyebrow{margin-bottom:3px}.customer-360-alert,.customer-360-ok{padding:3px 7px;border-radius:4px;font-size:10px;white-space:nowrap}.customer-360-alert{color:#fdba74;border:1px solid #8a4b1e;background:#3a2415}.customer-360-ok{color:#86efac;border:1px solid #276749;background:#102c25}.customer-360-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.customer-360-metrics div{min-width:0;padding:8px;background:#0f2238;border:1px solid #203d5b;border-radius:5px}.customer-360-latest small,.customer-360-metrics small{display:block;color:#8da4bf;font-size:10px}.customer-360-metrics b{display:block;margin-top:4px;color:#f1f5f9;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-360-task{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid #264561;border-radius:5px;background:#10263e}.customer-360-task.is-due{border-color:#8a4b1e;background:#2b211a}.customer-360-task>svg{color:#f59e0b;flex:0 0 auto}.customer-360-task>div{min-width:0;flex:1;display:grid;gap:2px}.customer-360-task b{color:#e5edf7;font-size:11px}.customer-360-task span{color:#9fb3cc;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-360-task .button{flex:0 0 auto}.customer-360-latest{margin-top:10px;padding-top:10px;border-top:1px solid #203d5b}.customer-360-latest p{margin:5px 0 4px;color:#d2deeb;font-size:11px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.customer-360-latest span{color:#f7bd7f;font-size:10px}.smart-task-center{padding:27px 0}.smart-task-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}.smart-task-head h2{margin:0;font-size:22px}.smart-task-head p:not(.eyebrow){color:var(--muted);margin:7px 0 0;font-size:12px}.smart-task-count{min-width:112px;padding:12px 15px;border:1px solid #365675;background:#10263e;border-radius:6px;text-align:center}.smart-task-count b{display:block;color:var(--mint);font:600 24px DM Mono}.smart-task-count span{color:var(--muted);font-size:11px}.smart-task-filters{display:flex;gap:8px;margin:18px 0 12px}.smart-task-filters button{border:1px solid var(--line2);background:transparent;color:var(--muted);border-radius:5px;padding:7px 11px;font-size:12px}.smart-task-filters button.active{color:var(--mint);border-color:var(--mint);background:#12332f}.smart-task-filters span{margin-left:6px;color:#f7bd7f;font-family:DM Mono}.smart-task-list{display:grid;gap:8px}.smart-task-list article{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);background:var(--panel);border-radius:5px}.smart-task-list article.is-overdue{border-left:3px solid #ef6c67}.smart-task-priority{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#3a2e18;color:#f7c15a;font-size:11px;font-weight:700}.smart-task-main{min-width:0;flex:1;display:grid;gap:3px}.smart-task-main b{color:#e4efed;font-size:13px}.smart-task-main p,.smart-task-main span{color:var(--muted);font-size:11px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-task-main p{color:#f7bd7f}.smart-task-actions{display:flex;gap:7px;flex:0 0 auto}.smart-task-empty{padding:45px;text-align:center;border:1px dashed var(--line2);color:var(--muted)}@media (max-width:680px){.smart-task-head{flex-direction:column}.smart-task-list article{align-items:flex-start}.smart-task-actions{flex-direction:column}.smart-task-filters{overflow:auto}}@media print{@page{size:A4 portrait;margin:0}body,html{background:#fff!important;color:#000!important;margin:0!important;padding:0!important}.customer-panel,.quote-editor,.quote-history-panel,.quote-notice,.quote-page-heading,.quote-preview-toolbar,.sidebar,.topbar{display:none!important}.app-shell{display:block!important;min-height:0!important;background:#fff!important}.content{min-width:0!important;overflow:visible!important}.content,.quotation-workspace{display:block!important;width:100%!important;padding:0!important}.quotation-workspace{margin:0!important;background:#fff!important}.quote-preview-shell,.quote-split-layout{display:block!important;width:100%!important;margin:0!important;padding:0!important}.quote-preview-shell{overflow:visible!important;background:#fff!important}.quote-paper-stage{width:100%!important;overflow:visible!important}.quote-paper-frame,.quote-paper-stage{display:block!important;margin:0!important;padding:0!important;background:#fff!important}.quote-paper-frame{width:210mm!important;height:297mm!important;-moz-column-break-after:page!important;break-after:page!important;page-break-after:always!important;overflow:hidden!important}.quote-paper-frame:last-child{-moz-column-break-after:auto!important;break-after:auto!important;page-break-after:auto!important}.quote-paper{width:210mm!important;height:297mm!important;margin:0!important;box-shadow:none!important;overflow:hidden!important}}