:root{--blue:#1769df;--blue-dark:#0d4da8;--blue-soft:#eaf3ff;--ink:#172033;--muted:#6e7b91;--line:#dfe6f0;--surface:#fff;--canvas:#f5f8fc;--green:#14865e;--green-soft:#e7f7f0;--amber:#9a6411;--amber-soft:#fff4da;--red:#c94d4d;--shadow:0 8px 28px #1f3e6b14;--glass:#ffffffad;--glass-strong:#ffffffd6;--glass-line:#697d9e38;--glass-shadow:0 18px 52px #2d49741f;--inner-glow:inset 0 1px 0 #ffffffb8}:root[data-theme=dark]{--blue:#5d9cff;--blue-dark:#91bbff;--blue-soft:#4c8be62e;--ink:#edf4ff;--muted:#9faec3;--line:#273347;--surface:#111827;--canvas:#0b1120;--green:#51d6a3;--green-soft:#2eb77e29;--amber:#f1bd6b;--amber-soft:#d2922a2e;--red:#ff7b7b;--shadow:0 14px 40px #00000047;--glass:#161f31a8;--glass-strong:#182235d6;--glass-line:#9faec32e;--glass-shadow:0 22px 58px #00000057;--inner-glow:inset 0 1px 0 #ffffff14}*{box-sizing:border-box}html,body{background:radial-gradient(circle at 18% -12%, #5097ff24, transparent 34%), radial-gradient(circle at 86% 0%, #51d6a31a, transparent 28%), var(--canvas);min-height:100%;color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif}button,input{font:inherit}button{color:inherit}.login-page{background:#f5f5f7;grid-template-rows:auto 1fr auto;place-items:center;gap:22px;min-height:100vh;padding:28px 32px 22px;display:grid;position:relative}.login-product{color:#1d1d1f;justify-self:start;align-items:center;gap:8px;font-size:15px;font-weight:650;display:flex}.login-card{background:#fffffff0;border:1px solid #00000006;border-radius:56px;flex-direction:column;justify-content:center;align-items:center;width:min(100%,880px);min-height:640px;padding:66px 96px 54px;display:flex;box-shadow:0 30px 80px #00000014,0 4px 18px #00000009}.login-symbol{color:#087cf0;background:#f0f7ff;border:1px solid #d9ebff;border-radius:50%;place-items:center;width:112px;height:112px;display:grid;box-shadow:0 14px 34px #0071e31f}.login-heading{text-align:center;margin:32px 0 30px}.login-heading h1{color:#1d1d1f;letter-spacing:-.035em;margin:0 0 12px;font-size:clamp(34px,4vw,48px);font-weight:650}.login-heading p{color:#6e6e73;margin:0;font-size:17px;line-height:1.5}.login-card form{gap:18px;width:min(100%,560px);display:grid}.login-fields{background:#fff;border:1px solid #86868b;border-radius:18px;overflow:hidden}.login-card label{gap:2px;min-height:76px;padding:13px 18px 10px;display:grid}.login-card label+label{border-top:1px solid #d2d2d7}.login-card label>span{color:#6e6e73;font-size:12px}.password-field{align-items:center;gap:10px;display:flex}.login-fields:focus-within{border-color:#0071e3;box-shadow:0 0 0 4px #007dfa29}.login-card input{color:#1d1d1f;background:0 0;border:0;outline:0;width:100%;height:34px;padding:0;font-size:18px}.login-card input::placeholder{color:#a1a1a6}.password-field>svg{color:#86868b;flex:none}.password-toggle{color:#6e6e73;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.password-toggle:hover{color:#0071e3;background:#f5f5f7}.login-submit{color:#fff;cursor:pointer;background:#0071e3;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;height:54px;font-size:17px;font-weight:600;transition:background-color .16s,transform .16s;display:flex}.login-submit:hover:not(:disabled){background:#0077ed}.login-submit:active:not(:disabled){transform:scale(.992)}.login-submit:disabled{cursor:wait;opacity:.65}.login-error{color:#d70015;margin:-2px 2px;font-size:13px}.login-privacy{color:#6e6e73;border-top:1px solid #e5e5e7;align-items:flex-start;gap:13px;width:min(100%,560px);margin-top:30px;padding-top:25px;display:flex}.login-privacy svg{color:#278be8;flex:none}.login-privacy p{margin:0;font-size:13px;line-height:1.65}.login-footer{color:#86868b;margin:0;font-size:12px}.setup-page{place-items:center;min-height:100vh;padding:24px;display:grid}.setup-card{background:var(--surface);border:1px solid var(--line);width:min(100%,430px);box-shadow:var(--shadow);border-radius:14px;padding:34px}.setup-card h1{margin:0 0 8px;font-size:25px}.setup-card p{color:var(--muted);margin:0;line-height:1.7}.setup-card>span{color:var(--amber);font-size:13px;font-weight:700}.setup-card h1{margin-top:10px}.setup-card pre{color:var(--ink);background:var(--canvas);border:1px solid var(--line);border-radius:8px;margin:22px 0 0;padding:14px;font-size:12px;line-height:1.8;overflow-x:auto}@media (max-width:720px){.login-page{gap:16px;padding:20px 14px 18px}.login-product{justify-self:center}.login-card{border-radius:34px;min-height:0;padding:44px 20px 34px}.login-symbol{width:92px;height:92px}.login-heading{margin:24px 0 26px}.login-heading h1{font-size:34px}.login-heading p{font-size:15px}.login-card input{font-size:16px}}.app-shell{min-height:100vh}.topbar{z-index:30;border-bottom:1px solid var(--line);background:#fffffff5;grid-template-columns:minmax(230px,auto) 1fr auto;align-items:center;gap:26px;min-height:76px;padding:12px 32px;display:grid;position:sticky;top:0}.brand,.topbar-actions,.topnav,.topnav button,.primary-button,.secondary-button,.search-control,.profile-button,.page-heading,.panel-header,.filter-group,.drawer-actions,.section-heading,.next-follow-up{align-items:center;display:flex}.exchange-pill{color:#58677d;white-space:nowrap;background:#f2f6fb;border:1px solid #e4eaf2;border-radius:7px;align-items:center;gap:6px;height:38px;padding:0 11px;display:flex}.exchange-pill svg{color:var(--green)}.exchange-pill span{font-size:11px;font-weight:700}.exchange-pill strong{color:var(--green);font-size:15px}.exchange-pill small{color:#9aa5b5;font-size:10px}.brand{gap:11px}.brand-mark{color:#fff;background:var(--blue);border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.brand strong{color:var(--blue);font-size:20px;display:block}.brand span{color:#8995a8;margin-top:2px;font-size:12px;display:block}.topnav{--active-nav-index:0;--nav-index:var(--active-nav-index);--nav-item-width:112px;grid-template-columns:repeat(5, var(--nav-item-width));background:#edf2f8;border:1px solid #e2e8f1;border-radius:8px;justify-self:center;gap:4px;padding:7px;display:grid;position:relative;overflow:hidden}.topnav:has(button:first-child:is(:hover,:focus-visible)){--nav-index:0}.topnav:has(button:nth-child(2):is(:hover,:focus-visible)){--nav-index:1}.topnav:has(button:nth-child(3):is(:hover,:focus-visible)){--nav-index:2}.topnav:has(button:nth-child(4):is(:hover,:focus-visible)){--nav-index:3}.topnav:has(button:nth-child(5):is(:hover,:focus-visible)){--nav-index:4}.topnav:before{z-index:0;width:var(--nav-item-width);content:"";height:calc(100% - 14px);transform:translateX(calc(var(--nav-index) * (var(--nav-item-width) + 4px)));background:#fff;border-radius:6px;transition:transform .18s,background-color .18s,box-shadow .18s;position:absolute;top:7px;left:7px;box-shadow:0 2px 8px #28466e1a}.topnav button{z-index:1;color:#57657a;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;justify-content:center;gap:7px;height:38px;padding:0 12px;transition:color .16s,transform .16s;position:relative}.topnav button:hover{color:var(--blue);transform:translateY(-.5px)}.topnav button.active{color:var(--blue);box-shadow:none;background:0 0;font-weight:650}.topbar-actions{gap:9px}.search-control{color:#8995a8;background:#f4f7fb;border:1px solid #0000;border-radius:7px;gap:8px;width:210px;height:38px;padding:0 11px}.search-control input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:none;font-size:13px}.primary-button,.secondary-button,.profile-button,.icon-button,.mobile-menu,.filter-button,.text-button{cursor:pointer;border:0;justify-content:center}.primary-button{color:#fff;background:var(--blue);border-radius:7px;gap:7px;min-height:38px;padding:0 14px;font-weight:650}.primary-button:hover{background:var(--blue-dark)}.secondary-button{border:1px solid var(--line);background:#fff;border-radius:7px;min-height:36px;padding:0 12px;font-weight:600}.danger-button,.danger-submit-button{color:#b42318;cursor:pointer;background:#fee2e2b8;border:1px solid #d92d203d;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-weight:650;display:inline-flex}.danger-button:hover,.danger-submit-button:hover{color:#fff;background:#d92d20;border-color:#d92d20}.danger-submit-button:disabled{cursor:wait;opacity:.65}.profile-button,.theme-button,.icon-button,.mobile-menu{background:#edf2f8;border-radius:7px;place-items:center;width:38px;height:38px;display:grid}.mobile-menu{display:none}.content{width:min(1380px,100% - 48px);margin:0 auto;padding:40px 0 56px}.page-heading{justify-content:space-between;min-height:78px;margin-bottom:24px}.page-heading h1{margin:4px 0 5px;font-size:27px;line-height:1.2}.page-heading p,.panel-header p{color:var(--muted);margin:0;font-size:13px}.date-label{color:var(--blue);font-size:12px;font-weight:700}.metrics{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;display:grid;box-shadow:0 2px 12px #1f3e6b09}.metrics>div{grid-template-columns:1fr auto;gap:4px 16px;padding:18px 22px;display:grid}.metrics>div+div{border-left:1px solid var(--line)}.metrics span{color:#58677d;align-self:end;font-size:13px;font-weight:650}.metrics strong{color:var(--blue);grid-row:span 2;align-self:center;font-size:30px}.metrics .metric-overdue strong{color:#bf3030}.metrics .metric-healthy strong{color:var(--green)}.metrics small{color:#8995a8;font-size:12px}.exchange-card{color:#58677d;background:var(--glass);border:1px solid var(--glass-line);min-height:52px;box-shadow:var(--glass-shadow), var(--inner-glow);-webkit-backdrop-filter:blur(22px)saturate(1.45);backdrop-filter:blur(22px)saturate(1.45);border-radius:16px;grid-template-columns:auto auto auto 1fr;align-items:center;gap:12px;margin:-6px 0 18px;padding:0 18px;display:grid}.exchange-card-title{color:var(--green);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.exchange-live-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.exchange-live-dot-loading{color:#d68a10;animation:1.4s ease-in-out infinite exchange-pulse}.exchange-live-dot-live{color:var(--green)}.exchange-live-dot-error{color:#bf3030}@keyframes exchange-pulse{50%{opacity:.35}}.exchange-card strong{color:var(--ink);font-size:13px}.exchange-card b{color:var(--green);font-size:22px}.exchange-card small{color:var(--muted);justify-self:end;font-size:12px}.heading-exchange-card{width:min(760px,62vw);margin:0}.home-grid{grid-template-columns:minmax(0,1.6fr) minmax(370px,.75fr);gap:18px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;min-height:78px;padding:18px 20px}.panel-header h2{margin:0 0 5px;font-size:17px}.text-button{color:var(--blue);background:0 0;align-items:center;gap:6px;padding:8px 0;font-size:13px;font-weight:650;display:flex}.follow-list,.order-list,.record-list{flex-direction:column;display:flex}.reminder-groups{padding:2px 20px 18px}.reminder-group{padding-top:20px}.reminder-group+.reminder-group{border-top:1px solid var(--line);margin-top:6px;padding-top:24px}.reminder-group-title{color:#616e80;align-items:center;gap:8px;margin-bottom:12px;display:flex}.reminder-group-title h3{color:var(--ink);margin:0;font-size:15px}.reminder-group-title span{min-width:24px;height:24px;color:var(--amber);background:var(--amber-soft);border-radius:12px;place-items:center;padding:0 7px;font-size:12px;font-weight:750;display:grid}.reminder-table{overflow:hidden}.reminder-head,.reminder-row{grid-template-columns:minmax(150px,1.25fr) 92px minmax(130px,.9fr) 62px 102px;align-items:center;gap:12px;display:grid}.reminder-head{color:#8995a8;border-bottom:1px solid var(--line);min-height:34px;padding:0 2px;font-size:11px}.reminder-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf1f6;width:100%;min-height:68px;padding:9px 2px}.reminder-row:last-child{border-bottom:0}.reminder-row:hover{background:#f8fbff}.reminder-customer{min-width:0}.reminder-customer strong,.reminder-customer small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.reminder-customer strong{font-size:13px}.reminder-customer small{color:var(--muted);margin-top:5px;font-size:11px}.follow-reason{white-space:nowrap;border-radius:6px;align-items:center;gap:5px;width:fit-content;min-height:28px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.follow-reason.overdue{color:#ba3030;background:#fdeaea}.follow-reason.today{color:var(--amber);background:var(--amber-soft)}.follow-reason.healthy{color:var(--green);background:var(--green-soft)}.outreach-pill,.research-pill,.sheet-action{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;width:fit-content;min-height:28px;padding:0 9px;font-size:12px;font-weight:750;display:inline-flex}.outreach-pill.overdue{color:#ba3030;background:#fdeaea}.outreach-pill.today{color:var(--amber);background:var(--amber-soft)}.outreach-pill.healthy{color:var(--blue-dark);background:var(--blue-soft)}.outreach-pill.idle{color:#64748b;background:#eef2f7}.outreach-pill.reply,.research-pill.done{color:var(--green);background:var(--green-soft)}.research-pill.todo{color:var(--amber);background:var(--amber-soft)}.research-pill.blocked{color:#ba3030;background:#fdeaea}.sheet-action{color:var(--blue-dark);cursor:pointer;background:#fff;border:1px solid #bfc9d7}.sheet-action:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.sheet-action.secondary{color:#58677d;background:#f5f7fa;border-color:#d8e0eb}.sheet-action.secondary:hover{color:var(--blue-dark);background:var(--blue-soft);border-color:#a9c8f4}.reminder-owner{color:#58677d;font-size:12px}.reminder-action{min-height:34px;color:var(--blue-dark);white-space:nowrap;background:#fff;border:1px solid #bfc9d7;border-radius:7px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.reminder-row:hover .reminder-action{color:#fff;background:var(--blue);border-color:var(--blue)}.follow-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf1f6;grid-template-columns:40px minmax(150px,1fr) minmax(180px,1.15fr) 65px 20px;align-items:center;gap:12px;min-height:74px;padding:10px 18px;display:grid}.follow-row:last-child,.order-row:last-child,.record-row:last-child{border-bottom:0}.follow-row:hover,.record-row:hover,tbody tr:hover{background:#f7faff}.country-code{width:34px;height:28px;color:var(--blue-dark);background:var(--blue-soft);border-radius:6px;place-items:center;font-size:11px;font-weight:800;display:grid}.customer-name,.action-copy,.order-copy,.record-customer{min-width:0}.customer-name strong,.action-copy strong,.record-customer strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.customer-name small,.action-copy small,.record-customer small{color:var(--muted);margin-top:5px;font-size:12px;display:block}.due-time{color:var(--amber);font-size:13px;font-weight:700}.order-row{border-bottom:1px solid #edf1f6;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:74px;padding:12px 18px;display:grid}.stage-marker{background:var(--blue);border-radius:2px;width:4px;height:38px}.stage-marker.amber{background:#d99b26}.stage-marker.purple{background:#795eb6}.stage-marker.green{background:var(--green)}.stage-marker.gray{background:#9ba5b4}.order-copy>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.order-copy>span{color:var(--muted);margin-top:7px;font-size:12px;display:block}.order-row>b{color:#344158;font-size:13px}.status-pill{color:#58677d;white-space:nowrap;background:#eef2f6;border-radius:6px;align-items:center;width:fit-content;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.status-pill.blue{color:var(--blue-dark);background:var(--blue-soft)}.status-pill.green{color:var(--green);background:var(--green-soft)}.status-pill.amber{color:var(--amber);background:var(--amber-soft)}.customer-page,.followups-page,.orders-management-panel{overflow:hidden}.orders-page-stack{gap:18px;display:grid}.order-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.order-metrics>div{background:var(--surface);border:1px solid var(--line);min-height:92px;box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:14px;padding:17px 19px;display:flex}.order-metrics small,.order-metrics strong{display:block}.order-metrics small{color:var(--muted);font-size:12px;font-weight:650}.order-metrics strong{color:var(--ink);margin-top:6px;font-size:24px}.order-metric-icon{width:42px;height:42px;color:var(--blue);background:var(--blue-soft);border-radius:8px;place-items:center;display:grid}.order-metric-icon.purple{color:#795eb6;background:#795eb61f}.order-metric-icon.green{color:var(--green);background:var(--green-soft)}.order-metric-icon.amber{color:var(--amber);background:var(--amber-soft)}.order-filter-group{flex-wrap:wrap;gap:6px;display:flex}.order-filter-group button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;min-height:32px;padding:0 10px;font-size:12px;font-weight:650}.order-filter-group button:hover{color:var(--blue);background:var(--blue-soft)}.order-filter-group button.active{color:var(--blue-dark);background:var(--blue-soft);border-color:#1769df29}.order-table{min-width:1120px}.order-table th:first-child{width:132px}.order-table th:nth-child(4){width:142px}.order-table th:nth-child(5){width:180px}.order-table th:nth-child(6){width:168px}.order-table .order-empty{height:120px;color:var(--muted);text-align:center}.order-amount{color:var(--ink);font-weight:750}.order-progress-cell{align-items:center;gap:8px;margin-bottom:7px;display:flex}.order-progress-cell>div,.order-drawer-progress>div{background:#e7edf5;border-radius:999px;overflow:hidden}.order-progress-cell>div{width:92px;height:6px}.order-progress-cell span,.order-drawer-progress span{background:linear-gradient(90deg, var(--blue), #5d9cff);border-radius:inherit;height:100%;display:block}.order-progress-cell small{color:var(--blue);margin:0;font-weight:750}.order-drawer-progress{grid-template-columns:1fr auto;align-items:center;gap:14px;display:grid}.order-drawer-progress>div{height:10px}.order-drawer-progress strong{color:var(--blue);font-size:14px}.prospect-page-stack{gap:18px;display:grid}.replied-customers-panel{border-color:#14865e59}.replied-customers-panel .panel-header{background:var(--green-soft)}.panel-title-with-icon{align-items:center;gap:11px;display:flex}.replied-title-icon,.replied-count{color:var(--green);background:var(--surface);border:1px solid #14865e3d;border-radius:7px;flex:none;place-items:center;display:grid}.replied-title-icon{width:36px;height:36px}.replied-count{min-width:34px;height:34px;padding:0 10px;font-size:14px;font-weight:800}.customer-tools{flex-wrap:wrap}.filter-group{gap:8px}.filter-button{color:#58677d;background:#f5f7fa;border:1px solid #e5eaf1;border-radius:6px;min-height:34px;padding:0 11px;font-size:12px}.prospect-batch-toolbar{min-height:54px;color:var(--muted);border-bottom:1px solid var(--line);background:#f8fafc;align-items:center;gap:12px;padding:9px 20px;font-size:12px;display:flex}.prospect-batch-toolbar strong{color:var(--ink)}.batch-select-button,.copy-email-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.batch-select-button{color:#58677d;background:var(--surface);border:1px solid #d8e0eb}.copy-email-button{color:#fff;background:var(--blue);border:1px solid var(--blue)}.copy-email-button:disabled{color:#8d98a9;cursor:not-allowed;background:#e8edf3;border-color:#e0e6ee}.copy-status{color:var(--green);font-weight:700}.table-wrap{overflow-x:auto}.level-sheet-wrap{background:#ffffff5c;overflow-x:auto}.level-sheet{table-layout:fixed;min-width:980px}.level-sheet th{color:#111827;text-align:center;background:#fff45f;border-bottom:1px solid #11182780;border-right:1px solid #1118277a;height:40px;font-size:13px}.level-sheet th:first-child{width:118px}.level-sheet th:nth-child(2){width:132px}.level-sheet th:nth-child(3){width:190px}.level-sheet th:nth-child(4){width:180px}.level-sheet th:nth-child(5){width:140px}.level-sheet th:nth-child(6){width:58px}.level-sheet th:nth-child(7){width:360px}.prospect-sheet{min-width:1270px}.prospect-sheet .selection-column{text-align:center;width:36px}table.prospect-sheet th.selection-column{width:36px}.prospect-sheet .selection-column input{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}.prospect-sheet .prospect-customer-column{width:280px}.prospect-sheet .prospect-email-column{width:210px}.prospect-sheet .prospect-country-column{width:64px}table.prospect-sheet th.prospect-country-column{width:52px}.prospect-sheet .prospect-research-column{width:86px}table.prospect-sheet th.prospect-research-column{width:68px}table.prospect-sheet th.prospect-stage-column{width:210px}table.prospect-sheet th.prospect-cadence-column{width:122px}table.prospect-sheet th.prospect-date-column{width:82px}table.prospect-sheet th.prospect-status-column{width:76px}table.prospect-sheet th.prospect-action-column{width:88px}.level-sheet td{height:58px;color:var(--ink);vertical-align:middle;background:#ffffff94;border-bottom:1px solid #11182738;border-right:1px solid #11182738;padding:8px 10px;font-size:13px}.level-sheet td.sheet-empty{height:86px;color:var(--muted);text-align:center}.level-sheet tr:hover td.sheet-empty{background:#ffffff94}.level-sheet a{color:#064bd8;text-underline-offset:2px;overflow-wrap:anywhere;font-weight:650;text-decoration:underline}.level-cell{text-align:center;background:#fff45f99!important}.level-cell.level-a{color:#112f6b;background:linear-gradient(#84b2ff6b,#598ee240)!important}.level-cell.level-b{color:#704400;background:linear-gradient(#ffca747a,#e59d3547)!important}.level-cell.level-c{color:#14573d;background:linear-gradient(#71d5a46b,#33a97340)!important}.level-cell strong{white-space:pre-line;display:block}.level-cell[rowspan]{box-shadow:inset -1px 0 #ffffff2e}.level-cell:not(.level-a),.level-cell:not(.level-a)~td{border-top:10px solid #0b11209e}.country-sheet{text-align:center;font-weight:800;font-size:15px!important}.follow-note{line-height:1.55;font-size:12px!important}.follow-note span{display:block}.follow-note b{color:#e42323;font-weight:800}.stock-note{font-weight:750;line-height:1.55;color:#e42323!important;font-size:12px!important}table{border-collapse:collapse;text-align:left;width:100%}th{color:#7a879a;border-bottom:1px solid var(--line);background:#f8fafc;height:44px;padding:0 16px;font-size:11px;font-weight:700}td{border-bottom:1px solid #edf1f6;height:76px;padding:10px 16px;font-size:13px}tbody tr{cursor:pointer}td strong{display:block}td small{max-width:240px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:11px;display:block;overflow:hidden}.record-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf1f6;grid-template-columns:38px 120px minmax(160px,.75fr) minmax(280px,1.5fr) auto 20px;align-items:center;gap:14px;min-height:78px;padding:10px 18px;display:grid}.record-icon{width:34px;height:34px;color:var(--blue);background:var(--blue-soft);border-radius:7px;place-items:center;display:grid}.record-date{color:var(--muted);font-size:12px}.record-note{color:#445268;font-size:13px;line-height:1.55}.drawer-backdrop{z-index:60;cursor:default;background:#111d3047;border:0;position:fixed;inset:0}.customer-drawer{z-index:70;background:#fff;width:min(560px,94vw);height:100vh;animation:.18s ease-out drawer-in;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-18px 0 50px #12244029}@keyframes drawer-in{0%{opacity:.7;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:25px 26px 18px;display:flex}.drawer-header h2{margin:6px 0;font-size:23px}.drawer-header p{color:var(--muted);margin:0;font-size:13px}.drawer-eyebrow{color:var(--blue);background:var(--blue-soft);border-radius:5px;padding:4px 7px;font-size:11px;font-weight:800;display:inline-flex}.drawer-actions{border-bottom:1px solid var(--line);gap:8px;padding:14px 26px}.drawer-section{border-bottom:1px solid var(--line);padding:22px 26px}.section-heading{justify-content:space-between;margin-bottom:16px}.section-heading h3{margin:0;font-size:15px}.section-heading span{color:var(--muted);font-size:12px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;margin:0;display:grid}.detail-grid .span-2{grid-column:span 2}.detail-grid dt{color:#8995a8;margin-bottom:5px;font-size:11px}.detail-grid dd{overflow-wrap:anywhere;color:#344158;margin:0;font-size:13px;font-weight:550}.next-follow-up{color:var(--blue-dark);background:var(--blue-soft);border-radius:7px;gap:12px;padding:14px}.next-follow-up strong,.next-follow-up span{display:block}.next-follow-up strong{font-size:13px}.next-follow-up span{color:#657b98;margin-top:4px;font-size:12px}.timeline{padding-left:8px}.timeline-item{border-left:1px solid #d9e2ee;padding:0 0 22px 22px;position:relative}.timeline-item:last-child{border-left-color:#0000;padding-bottom:0}.timeline-marker{border:2px solid var(--blue);background:#fff;border-radius:50%;width:9px;height:9px;position:absolute;top:2px;left:-5px}.timeline-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.timeline-meta span,.timeline-meta b{color:var(--muted);font-size:11px}.timeline-meta b{color:var(--blue)}.timeline-item p{color:#445268;margin:8px 0 0;font-size:13px;line-height:1.6}.timeline-item small{color:var(--amber);margin-top:7px;font-size:11px;display:block}:root[data-theme=dark] .topbar{border-bottom-color:var(--line);background:#0d1321f5}:root[data-theme=dark] .brand span,:root[data-theme=dark] .page-heading p,:root[data-theme=dark] .panel-header p,:root[data-theme=dark] .metrics small,:root[data-theme=dark] td small,:root[data-theme=dark] .customer-name small,:root[data-theme=dark] .action-copy small,:root[data-theme=dark] .record-customer small,:root[data-theme=dark] .reminder-customer small,:root[data-theme=dark] .drawer-header p,:root[data-theme=dark] .detail-grid dt,:root[data-theme=dark] .order-copy>span,:root[data-theme=dark] .timeline-meta span{color:var(--muted)}:root[data-theme=dark] .topnav,:root[data-theme=dark] .profile-button,:root[data-theme=dark] .theme-button,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .mobile-menu,:root[data-theme=dark] .search-control,:root[data-theme=dark] .exchange-pill{border-color:var(--line);background:#172033}:root[data-theme=dark] .prospect-batch-toolbar{border-color:var(--line);background:#151e2e}:root[data-theme=dark] .batch-select-button{color:#b7c4d7;background:#202b3f;border-color:#344259}:root[data-theme=dark] .copy-email-button:disabled{color:#778398;background:#263248;border-color:#344259}:root[data-theme=dark] .topnav button{color:#b7c4d7}:root[data-theme=dark] .topnav button.active,:root[data-theme=dark] .filter-button,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .reminder-action{color:var(--blue-dark);box-shadow:none;background:#202b3f;border-color:#344259}:root[data-theme=dark] .topnav:before{background:#202b3f;box-shadow:0 0 0 1px #5d9cff14}:root[data-theme=dark] .search-control input{color:var(--ink)}:root[data-theme=dark] .panel,:root[data-theme=dark] .metrics,:root[data-theme=dark] .order-metrics>div,:root[data-theme=dark] .customer-drawer{background:var(--surface);border-color:var(--line)}:root[data-theme=dark] .metrics>div+div{border-left-color:var(--line)}:root[data-theme=dark] .follow-row,:root[data-theme=dark] .order-row,:root[data-theme=dark] .record-row,:root[data-theme=dark] .reminder-row,:root[data-theme=dark] tbody tr{background:var(--surface);border-bottom-color:var(--line)}:root[data-theme=dark] .follow-row:hover,:root[data-theme=dark] .record-row:hover,:root[data-theme=dark] .reminder-row:hover,:root[data-theme=dark] tbody tr:hover{background:#172033}:root[data-theme=dark] th{color:#b2c0d4;border-bottom-color:var(--line);background:#172033}:root[data-theme=dark] td{border-bottom-color:var(--line)}:root[data-theme=dark] .panel-header,:root[data-theme=dark] .drawer-header,:root[data-theme=dark] .drawer-actions,:root[data-theme=dark] .drawer-section,:root[data-theme=dark] .reminder-group+.reminder-group,:root[data-theme=dark] .reminder-head{border-color:var(--line)}:root[data-theme=dark] .country-code,:root[data-theme=dark] .record-icon,:root[data-theme=dark] .drawer-eyebrow{color:var(--blue-dark);background:var(--blue-soft)}:root[data-theme=dark] .status-pill{color:#c1ccdb;background:#263248}:root[data-theme=dark] .status-pill.blue{color:var(--blue-dark);background:var(--blue-soft)}:root[data-theme=dark] .status-pill.green,:root[data-theme=dark] .follow-reason.healthy{color:var(--green);background:var(--green-soft)}:root[data-theme=dark] .status-pill.amber,:root[data-theme=dark] .follow-reason.today{color:var(--amber);background:var(--amber-soft)}:root[data-theme=dark] .follow-reason.overdue,:root[data-theme=dark] .outreach-pill.overdue,:root[data-theme=dark] .research-pill.blocked{color:#ff9b9b;background:#d843432b}:root[data-theme=dark] .outreach-pill.today,:root[data-theme=dark] .research-pill.todo{color:var(--amber);background:var(--amber-soft)}:root[data-theme=dark] .outreach-pill.healthy{color:var(--blue-dark);background:var(--blue-soft)}:root[data-theme=dark] .outreach-pill.idle{color:#b8c4d6;background:#263248}:root[data-theme=dark] .outreach-pill.reply,:root[data-theme=dark] .research-pill.done{color:var(--green);background:var(--green-soft)}:root[data-theme=dark] .sheet-action{color:var(--blue-dark);background:#202b3f;border-color:#344259}:root[data-theme=dark] .reminder-row:hover .reminder-action{color:#07101f;background:var(--blue-dark);border-color:var(--blue-dark)}:root[data-theme=dark] .detail-grid dd,:root[data-theme=dark] .order-row>b,:root[data-theme=dark] .order-amount,:root[data-theme=dark] .record-note,:root[data-theme=dark] .timeline-item p{color:#dce7f6}:root[data-theme=dark] .next-follow-up{color:var(--blue-dark);background:var(--blue-soft)}:root[data-theme=dark] .drawer-backdrop{background:#0000008c}:root[data-theme=dark] .level-sheet-wrap{background:#ffffff09}:root[data-theme=dark] .level-sheet th{color:#171717;background:#d8ca3f;border-bottom-color:#ffffff40;border-right-color:#fff3}:root[data-theme=dark] .level-sheet td{background:#111827b8;border-bottom-color:#ffffff1f;border-right-color:#ffffff1f}:root[data-theme=dark] .level-sheet tr:hover td{background:#222f46d1}:root[data-theme=dark] .order-filter-group button{color:#aebbd0}:root[data-theme=dark] .order-filter-group button.active{color:var(--blue-dark);background:var(--blue-soft);border-color:#5d9cff38}:root[data-theme=dark] .order-progress-cell>div,:root[data-theme=dark] .order-drawer-progress>div{background:#2a374d}:root[data-theme=dark] .level-sheet a{color:#8ab6ff}:root[data-theme=dark] .level-cell{background:#d8ca3f33!important}:root[data-theme=dark] .level-cell.level-a{color:#cfe0ff;background:linear-gradient(#4777c757,#294a844d)!important}:root[data-theme=dark] .level-cell.level-b{color:#ffe0a8;background:linear-gradient(#c4812457,#8052184d)!important}:root[data-theme=dark] .level-cell.level-c{color:#c8f4dd;background:linear-gradient(#34976757,#21624a4d)!important}:root[data-theme=dark] .follow-note b,:root[data-theme=dark] .stock-note{color:#ff7d7d!important}@media (max-width:1120px){.topbar{grid-template-columns:auto 1fr}.topnav{width:220px;box-shadow:var(--shadow);background:#fff;grid-template-columns:1fr;padding:8px;display:none;position:absolute;top:66px;right:24px}.topnav:before{display:none}.topnav.open{display:grid}.topnav button{justify-content:flex-start;width:100%}.topbar-actions{justify-self:end}.exchange-pill small{display:none}.mobile-menu{display:grid}.home-grid{grid-template-columns:1fr}.order-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.topbar{min-height:66px;padding:10px 16px}.brand span,.search-control,.exchange-pill,.topbar-actions>.primary-button,.profile-button{display:none}.content{width:min(100% - 24px,1380px);padding-top:20px}.page-heading{flex-direction:column;align-items:flex-start;gap:14px}.page-heading h1{font-size:23px}.metrics,.order-metrics{grid-template-columns:1fr}.order-metrics>div{min-height:78px}.order-filter-group{flex-wrap:nowrap;width:100%;padding-bottom:2px;overflow-x:auto}.order-filter-group button{flex:none}.metrics>div+div{border-top:1px solid var(--line);border-left:0}.prospect-batch-toolbar{flex-wrap:wrap;align-items:stretch;padding:12px 14px}.prospect-batch-toolbar>span:not(.copy-status){align-items:center;display:flex}.copy-status{width:100%}.exchange-card{grid-template-columns:1fr auto;gap:4px 12px;min-height:auto;margin-top:-4px;padding:13px 16px}.heading-exchange-card{width:100%}.exchange-card b{justify-self:end}.exchange-card strong,.exchange-card small{grid-column:1/-1;justify-self:start}.follow-row{grid-template-columns:36px minmax(0,1fr) 55px 18px}.reminder-groups{padding:0 14px 14px}.reminder-head{display:none}.reminder-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:13px 2px}.reminder-row>.status-pill,.reminder-owner{display:none}.follow-reason{grid-column:1}.reminder-action{grid-area:1/2/span 2}.action-copy{display:none}.order-row{grid-template-columns:4px minmax(0,1fr)}.order-row>b{grid-column:2}.record-row{grid-template-columns:36px minmax(0,1fr) auto 18px}.record-date,.record-note{display:none}.filter-group{width:100%;overflow-x:auto}.drawer-actions{flex-wrap:wrap}.detail-grid{grid-template-columns:1fr}.detail-grid .span-2{grid-column:span 1}}.topbar{border-bottom-color:var(--glass-line);-webkit-backdrop-filter:blur(24px)saturate(1.5);backdrop-filter:blur(24px)saturate(1.5);background:#f7faffad}.topnav,.exchange-pill,.search-control,.profile-button,.theme-button,.icon-button,.mobile-menu{background:var(--glass);border:1px solid var(--glass-line);box-shadow:var(--inner-glow);-webkit-backdrop-filter:blur(22px)saturate(1.55);backdrop-filter:blur(22px)saturate(1.55);border-radius:14px}.topnav{box-shadow:var(--inner-glow), 0 8px 24px #39537a14}.topnav:before{background:var(--glass-strong);box-shadow:var(--inner-glow), 0 8px 20px #28466e1a;border:1px solid #ffffff80;border-radius:10px}.topnav button{border-radius:10px}.search-control:focus-within{background:var(--glass-strong);border-color:#5d9cff80}.primary-button{border-radius:12px;box-shadow:inset 0 1px #ffffff38,0 8px 18px #1769df3d}.secondary-button,.filter-button,.reminder-action{background:var(--glass-strong);border-color:var(--glass-line);border-radius:12px}.metrics,.order-metrics>div,.panel{background:var(--glass);border-color:var(--glass-line);box-shadow:var(--glass-shadow), var(--inner-glow);-webkit-backdrop-filter:blur(24px)saturate(1.55);backdrop-filter:blur(24px)saturate(1.55);border-radius:18px}.metrics{border-radius:16px}.panel{overflow:hidden}.reminder-row,.follow-row,.record-row,tbody tr{background:0 0}.reminder-row:hover,.follow-row:hover,.record-row:hover,tbody tr:hover{background:#e2efffc2;box-shadow:inset 0 0 0 1px #538ee42e,inset 3px 0 #1769df6b}.level-sheet tr:hover td{background:#e2efffd1}.level-sheet tr:hover .level-cell{filter:saturate(1.12)brightness(1.05)}.follow-reason,.status-pill,.country-code,.record-icon,.drawer-eyebrow{border-radius:10px}.customer-drawer{background:var(--glass-strong);border-left:1px solid var(--glass-line);-webkit-backdrop-filter:blur(30px)saturate(1.55);backdrop-filter:blur(30px)saturate(1.55);box-shadow:-18px 0 56px #1224402e}.action-modal-layer{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.action-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f192a6b;border:0;position:absolute;inset:0}.action-modal{background:var(--glass-strong);border:1px solid var(--glass-line);width:min(680px,100%);max-height:min(820px,100vh - 48px);box-shadow:0 28px 80px #11233e47, var(--inner-glow);-webkit-backdrop-filter:blur(30px)saturate(1.5);backdrop-filter:blur(30px)saturate(1.5);border-radius:22px;position:relative;overflow-y:auto}.action-modal-header,.action-modal-footer{justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.action-modal-header{border-bottom:1px solid var(--line)}.action-modal-header h2{margin:0 0 5px;font-size:20px}.action-modal-header p{color:var(--muted);margin:0;font-size:13px}.action-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px;display:grid}.action-form label{color:var(--muted);gap:7px;font-size:12px;font-weight:650;display:grid}.action-form .span-2{grid-column:span 2}.action-form input,.action-form select,.action-form textarea{width:100%;min-height:42px;color:var(--ink);background:var(--surface);border:1px solid var(--line);font:inherit;resize:vertical;border-radius:11px;outline:none;padding:10px 12px}.action-form input:focus,.action-form select:focus,.action-form textarea:focus{border-color:#1769dfb3;box-shadow:0 0 0 3px #1769df1f}.action-form-error{color:#b42318;background:#fee2e2bf;border-radius:10px;margin:0 22px;padding:10px 12px;font-size:13px}.delete-customer-warning{color:#7a271a;background:#fee2e2ad;border:1px solid #d92d202e;border-radius:14px;align-items:flex-start;gap:12px;padding:15px;display:flex}.delete-customer-warning svg{flex:none;margin-top:1px}.delete-customer-warning strong{color:#912018;display:block}.delete-customer-warning p{margin:6px 0 0;font-size:13px;line-height:1.55}.delete-confirmation input:invalid:not(:placeholder-shown){border-color:#d92d20ad}.action-modal-footer{border-top:1px solid var(--line);justify-content:flex-end}.action-modal-footer .primary-button:disabled{cursor:wait;opacity:.65}.next-follow-up{border-radius:14px}:root[data-theme=dark] .topbar{background:#0d1321b3}:root[data-theme=dark] .topnav:before{border-color:#ffffff14}:root[data-theme=dark] .reminder-row:hover,:root[data-theme=dark] .follow-row:hover,:root[data-theme=dark] .record-row:hover,:root[data-theme=dark] tbody tr:hover{background:#ffffff0b}@media (max-width:1120px){.topnav{background:var(--glass-strong)}}@media (max-width:640px){.action-modal-layer{align-items:end;padding:10px}.action-modal{border-radius:20px;max-height:calc(100vh - 20px)}.action-form{grid-template-columns:1fr}.action-form .span-2{grid-column:span 1}}
