:root{--navy:#0a2540;--navy-2:#0e3158;--navy-3:#13406f;--baby:#7fb3e0;--baby-2:#4a90d9;--baby-soft:#e3f0fb;--gray-bg:#f4f6f8;--gray-1:#e7ecf1;--gray-2:#d4dce4;--gray-3:#9aa7b4;--ink:#1f2d3d;--ink-soft:#5a6b7b;--white:#ffffff;--good:#1f9d6b;--warn:#d99020;--bad:#d9534f;--shadow:0 1px 2px rgba(10,37,64,.06),0 6px 20px rgba(10,37,64,.08);--shadow-lg:0 18px 50px rgba(10,37,64,.22);--radius:14px;--radius-sm:9px;--sidebar-w:200px;--topbar-h:52px;font-synthesis:none}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--gray-bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.45}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}a{color:var(--baby-2);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--baby);color:var(--navy)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--gray-2);border-radius:8px;border:2px solid var(--gray-bg)}::-webkit-scrollbar-thumb:hover{background:var(--gray-3)}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(1200px 600px at 20% -10%,#13406f 0,var(--navy) 55%,#07182b 100%)}.login-card{width:100%;max-width:400px;background:var(--white);border-radius:18px;box-shadow:var(--shadow-lg);padding:34px 30px;text-align:center}.login-card .brand{justify-content:center;margin-bottom:6px}.login-card h1{font-size:22px;margin:14px 0 2px}.login-card p.sub{color:var(--ink-soft);margin:0 0 22px;font-size:13px}.login-card .field{text-align:left;margin-bottom:14px}.login-card .hint{font-size:12px;color:var(--gray-3);margin-top:16px}.workspace-picker{display:flex;flex-direction:column;gap:10px;text-align:left;margin-top:8px}.workspace-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:13px 15px;border:1px solid var(--gray-1);border-radius:12px;background:var(--white);cursor:pointer;transition:border-color .12s,background .12s,box-shadow .12s}.workspace-option:hover{border-color:var(--navy);background:var(--gray-bg);box-shadow:var(--shadow)}.workspace-option:disabled{opacity:.6;cursor:default}.workspace-option .ws-name{font-weight:600;color:var(--ink)}.workspace-option .ws-role{font-size:11px;color:var(--ink-soft);background:var(--gray-bg);border-radius:999px;padding:3px 9px}.boot-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(1200px 600px at 20% -10%,#13406f 0,var(--navy) 55%,#07182b 100%)}.boot-card{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;max-width:380px}.boot-card,.boot-card .brand .name{color:var(--white)}.boot-card h2{margin:4px 0 0;font-size:20px}.boot-card p.sub{color:var(--baby);font-size:13px;margin:0}.boot-card .btn{margin-top:6px}.boot-spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(127,179,224,.25);border-top:3px solid var(--baby);animation:bootspin .7s linear infinite}.boot-msg{color:var(--baby-soft);font-size:13px}@keyframes bootspin{to{transform:rotate(1turn)}}.brand{display:flex;align-items:center;gap:10px}.brand .logo{width:34px;height:34px;border-radius:9px;flex:0 0 auto;background:var(--navy);display:grid;place-items:center}.brand .logo svg{width:22px;height:22px;display:block}.brand .name{font-weight:800;font-size:18px;letter-spacing:-.3px;color:var(--navy)}.brand .name b{color:var(--baby-2)}.sidebar .brand .name{color:#fff}.sidebar .brand .name b{color:var(--baby)}.sidebar .brand{gap:4px;justify-content:center;transform:translate(-7px,-7px)}.sidebar .brand .logo{border-radius:0;background:transparent;margin-top:-5px;margin-right:-7px}.sidebar .brand .logo,.sidebar .brand .logo svg{width:44px;height:44px}.sidebar .brand .name{font-size:36px;white-space:nowrap}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,var(--navy) 0,#07182b 100%);color:#cdd9e6;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar .brand{padding:18px 18px 6px}.brand-text{display:flex;flex-direction:column;min-width:0}.sidebar .brand-tag{display:flex;justify-content:space-between;width:100%;margin-top:1px;font-size:13.5px;font-weight:300;text-transform:uppercase;color:#9fb0c2}.sidebar .brand-tag span{flex:0 0 auto}.sidebar nav{padding:10px 12px;display:flex;flex-direction:column;gap:3px;flex:1 1;overflow:auto}.nav-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#6f8398;padding:14px 12px 6px}.nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:#c4d2e0;font-weight:500;border:0;background:transparent;width:100%;text-align:left;font-size:14px}.nav-item svg{width:13px;height:13px;flex:0 0 auto;opacity:.85}.nav-item:hover{background:rgba(127,179,224,.12);color:#fff}.nav-item.active{background:var(--baby-2);color:#fff;box-shadow:0 6px 16px rgba(74,144,217,.4)}.nav-item.active svg{opacity:1}.sidebar .side-foot{padding:12px;border-top:1px solid rgba(255,255,255,.08)}.workspace-pick{width:100%;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:9px 11px;color:#dce6f0}.workspace-pick .ws-ico{width:26px;height:26px;border-radius:7px;background:var(--baby-2);display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;flex:0 0 auto}.workspace-pick .ws-meta{text-align:left;line-height:1.2;overflow:hidden}.workspace-pick .ws-meta b{display:block;font-size:13px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-pick .ws-meta span{font-size:11px;color:#8da3b8}.workspace-pick .caret{margin-left:auto;color:#8da3b8}.main{display:flex;flex-direction:column;min-width:0}.topbar{height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--gray-1);display:flex;align-items:center;gap:14px;padding:0 22px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.page-titlewrap{display:flex;align-items:baseline;gap:10px;margin-right:auto;min-width:0}.topbar .page-title{font-size:18px;font-weight:700;color:var(--navy);flex:0 0 auto}.page-sub-inline{font-size:12.5px;color:var(--ink-soft);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.topbar .hamburger{display:none;background:transparent;border:0;color:var(--navy);padding:6px}.search-box{display:flex;align-items:center;gap:8px;background:var(--gray-bg);border:1px solid var(--gray-1);border-radius:10px;padding:8px 12px;min-width:220px;color:var(--ink-soft)}.search-box input{border:0;background:transparent;outline:none;width:100%;color:var(--ink)}.topbar .search-box{width:240px;transition:width .2s ease,border-color .15s ease,box-shadow .15s ease}.topbar .search-box:focus-within{width:360px;border-color:var(--baby-2);box-shadow:0 0 0 3px rgba(74,144,217,.14)}.topbar .search-box input::placeholder{color:var(--gray-3)}.user-chip{display:flex;align-items:center;gap:9px;padding:5px 6px 5px 5px;border-radius:30px;border:1px solid var(--gray-1);background:#fff}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-size:12px;flex:0 0 auto;background:var(--baby-2)}.avatar.lg{width:42px;height:42px;font-size:15px}.avatar.sm{width:24px;height:24px;font-size:10px}.avatar.has-img{background:transparent!important;overflow:hidden}.avatar.has-img img{width:100%;height:100%;object-fit:cover;display:block}.user-chip .uname{font-weight:600;font-size:13px}.user-chip .caret{color:var(--gray-3)}.icon-top{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--gray-1);background:#fff;color:var(--navy);cursor:pointer;flex:0 0 auto}.icon-top:hover{background:var(--baby-soft);border-color:var(--baby-2);color:var(--baby-2)}.icon-top svg{width:18px;height:18px}.icon-top .icon-top-ico{display:inline-flex}.notif-badge{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#e5484d;color:#fff;font-size:10px;font-weight:700;line-height:17px;text-align:center;box-shadow:0 0 0 2px #fff}.notif-pop{position:fixed;z-index:120;width:340px;max-width:calc(100vw - 16px);background:#fff;border:1px solid var(--gray-1);border-radius:14px;box-shadow:0 18px 50px rgba(16,32,64,.22);overflow:hidden;animation:popIn .14s ease}.notif-pop-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid var(--gray-1)}.notif-pop-head strong{font-size:14px;color:var(--navy)}.notif-list{max-height:min(60vh,420px);overflow:auto}.notif-item{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:11px 14px;background:#fff;border:0;border-bottom:1px solid var(--gray-bg);cursor:pointer}.notif-item:hover{background:var(--gray-bg)}.notif-item .notif-dot{width:8px;height:8px;border-radius:50%;background:transparent;margin-top:5px;flex:0 0 auto}.notif-item.unread{background:var(--baby-soft)}.notif-item.unread:hover{background:#e8f1ff}.notif-item.unread .notif-dot{background:var(--baby-2)}.notif-line{font-size:12.5px;color:var(--ink);line-height:1.35}.notif-line strong{color:var(--navy);font-weight:700}.notif-snip{font-size:12px;color:var(--ink-soft);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-time{font-size:11px;color:var(--gray-3);margin-top:3px}.notif-empty{padding:30px 18px;text-align:center;color:var(--ink-soft)}.notif-empty svg{width:26px;height:26px;color:var(--gray-3);margin-bottom:8px}.content{padding:10px 22px 22px;max-width:1320px;width:100%;margin:0 auto;flex:1 1}.content.wide{max-width:none}.btn{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--gray-2);background:#fff;color:var(--ink);padding:9px 14px;border-radius:10px;font-weight:600;font-size:13px;line-height:1;transition:.12s}.btn:hover{border-color:var(--gray-3);background:#fbfcfe}.btn svg{width:16px;height:16px}.btn.primary{background:var(--baby-2);border-color:var(--baby-2);color:#fff}.btn.primary:hover{background:#3d80c8;border-color:#3d80c8}.btn.navy{background:var(--navy);border-color:var(--navy);color:#fff}.btn.navy:hover{background:var(--navy-2)}.btn.ghost{border-color:transparent;background:transparent}.btn.ghost:hover{background:var(--gray-1)}.btn.danger{color:var(--bad);border-color:#f1c9c8}.btn.danger:hover{background:#fdeceb}.btn.sm{padding:6px 10px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;border:1px solid var(--gray-2);background:#fff;color:var(--ink-soft)}.icon-btn:hover{background:var(--gray-1);color:var(--navy)}.icon-btn svg{width:17px;height:17px}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:30px;font-size:11.5px;font-weight:600;background:var(--baby-soft);color:var(--navy-3)}.badge .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.badge.gray{background:var(--gray-1);color:var(--ink-soft)}.badge.green{background:#e3f6ee;color:var(--good)}.badge.amber{background:#fbf0db;color:#a9701a}.badge.red{background:#fde9e8;color:var(--bad)}.badge.navy{background:var(--navy);color:#fff}.stage-lead{background:#eef2f6;color:#5a6b7b}.stage-undecided{background:#fbf0db;color:#a9701a}.stage-accepted{background:#e3f0fb;color:var(--baby-2)}.stage-submitted{background:#e7e6fb;color:#5b53c9}.stage-won{background:#e3f6ee;color:var(--good)}.stage-lost{background:#fde9e8;color:var(--bad)}.stage-unqualified{background:#eef2f6;color:#9aa7b4}.priority-high{background:#fde9e8;color:var(--bad)}.priority-medium{background:#fbf0db;color:#a9701a}.priority-low{background:#eef2f6;color:#5a6b7b}.chip{display:inline-flex;align-items:center;gap:6px;background:var(--baby-soft);color:var(--navy-3);border-radius:20px;padding:4px 10px;font-size:12.5px;font-weight:500}.chip .x{cursor:pointer;opacity:.6;font-weight:700}.chip .x:hover{opacity:1}.chip.gray{background:var(--gray-1);color:var(--ink-soft)}.card{background:#fff;border:1px solid var(--gray-1);border-radius:var(--radius);box-shadow:var(--shadow)}.card .card-head{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--gray-1)}.card .card-head h3{margin:0;font-size:15px;color:var(--navy)}.card .card-head .sub{font-size:12px;color:var(--ink-soft)}.card .card-body{padding:18px}.page-head{display:flex;align-items:center;gap:14px;margin-bottom:4px;flex-wrap:wrap;min-height:0}.page-head h2{margin:0;font-size:22px;color:var(--navy);letter-spacing:-.3px}.page-head .muted{color:var(--ink-soft);font-size:13px}.page-head .spacer{margin-left:auto}.page-head:empty{display:none}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.toolbar .spacer{flex:1 1;min-width:0}.segmented{display:inline-flex;background:var(--gray-1);border-radius:10px;padding:3px;gap:3px}.segmented button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:7px 14px;border-radius:8px;font-weight:600;font-size:13px;color:var(--ink-soft)}.segmented button svg{width:15px;height:15px;flex:0 0 auto}.segmented button.active{background:#fff;color:var(--navy);box-shadow:var(--shadow)}.seg-toggle{display:inline-flex;background:var(--gray-1);border-radius:9px;padding:3px;gap:2px;flex:0 0 auto}.seg-toggle button{border:0;background:transparent;padding:6px 12px;border-radius:7px;font-weight:600;font-size:12.5px;color:var(--ink-soft);cursor:pointer;white-space:nowrap}.seg-toggle button.active{background:#fff;color:var(--navy);box-shadow:var(--shadow)}.seg-toggle button:hover:not(.active){color:var(--navy)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:14px;gap:14px;margin-bottom:10px}.kpi{background:#fff;border:1px solid var(--gray-1);border-radius:var(--radius);padding:11px 16px;box-shadow:var(--shadow);position:relative;overflow:hidden}.kpi .k-label{font-size:12.5px;color:var(--ink-soft);font-weight:600;display:flex;align-items:center;gap:8px}.kpi .k-ico{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:var(--baby-soft);color:var(--baby-2)}.kpi .k-val{font-size:25px;font-weight:800;color:var(--navy);margin-top:5px;letter-spacing:-.5px}.kpi .k-sub{font-size:12px;color:var(--ink-soft);margin-top:3px}.table-wrap{background:#fff;border:1px solid var(--gray-1);border-radius:var(--radius);box-shadow:var(--shadow);overflow:auto}table.data{width:100%;border-collapse:collapse}table.data thead th{position:-webkit-sticky;position:sticky;top:0;z-index:5}table.data thead th.col-gear{z-index:7}table.data thead th.col-sel{z-index:6}table.data th{text-align:left;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;padding:12px 16px;background:#fafbfc;white-space:nowrap}table.data td,table.data th{border-bottom:1px solid var(--gray-1)}table.data td{padding:13px 16px;vertical-align:middle}table.data tr:last-child td{border-bottom:0}table.data tbody tr{cursor:pointer;transition:background .1s}table.data tbody tr:hover{background:var(--baby-soft)}.cell-primary{font-weight:600;color:var(--navy)}.cell-sub{font-size:12px;color:var(--ink-soft)}td.has-edit{position:relative}.cell-edit{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid var(--gray-1);border-radius:6px;background:#fff;color:var(--gray-3);cursor:pointer;opacity:0;transition:opacity .1s,color .1s,border-color .1s}.cell-edit svg{width:13px;height:13px}table.data tbody tr:hover td.has-edit .cell-edit{opacity:1}.cell-edit:hover{color:var(--baby-2);border-color:var(--baby-2);background:var(--baby-soft)}.cell-pop{position:fixed;z-index:1300;min-width:230px;max-width:320px;background:#fff;border:1px solid var(--gray-1);border-radius:12px;box-shadow:0 14px 40px rgba(16,32,64,.2);padding:12px;overflow:visible;animation:popIn .12s ease}.cell-pop-label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);margin-bottom:7px}.cell-pop-ctrl{margin-bottom:10px}.cell-pop-ctrl>input,.cell-pop-ctrl>select{width:100%}.cell-pop-foot{display:flex;justify-content:flex-end;gap:8px}.cell-mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.row-flex{display:flex;align-items:center;gap:10px}table.data th[draggable=true]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}table.data th.dragging{opacity:.45;cursor:-webkit-grabbing;cursor:grabbing}table.data th.drop-target{box-shadow:inset 2px 0 0 var(--baby-2)}.th-inner{gap:5px}.th-inner,.th-sort{display:inline-flex;align-items:center}.th-sort{justify-content:center;width:15px;height:15px;padding:0;border:0;background:transparent;border-radius:4px;color:var(--gray-3);cursor:pointer;opacity:.5;transition:opacity .1s,color .1s,background .1s}.th-sort svg{width:12px;height:12px}table.data th:hover .th-sort{opacity:.85}.th-sort:hover{background:var(--baby-soft);color:var(--baby-2)}.th-sort.on{opacity:1;color:var(--baby-2)}td.col-gear,th.col-gear{width:40px;padding-left:4px;padding-right:10px;text-align:right;position:-webkit-sticky;position:sticky;right:0;box-shadow:-7px 0 7px -7px rgba(20,40,80,.12)}th.col-gear{background:#fafbfc;z-index:2}td.col-gear{background:#fff}table.data tbody tr:hover td.col-gear{background:var(--baby-soft)}td.col-sel,th.col-sel{width:38px;padding-left:14px;padding-right:0;text-align:center}.col-sel input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--baby-2);vertical-align:middle;margin:0}td.col-sel input[type=checkbox]{opacity:0;transition:opacity .1s}table.data tbody tr:hover td.col-sel input[type=checkbox],table.data.has-sel td.col-sel input[type=checkbox],td.col-sel input[type=checkbox]:checked{opacity:1}table.data tbody tr.row-sel{background:var(--baby-soft)}table.data tbody tr.row-sel:hover{background:#e8f1ff}.bulk-btn{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.bulk-btn.on{border-color:var(--baby-2);color:var(--baby-2);background:var(--baby-soft);font-weight:600}.bulk-btn .bulk-n{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gear-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:1px solid var(--gray-1);background:#fff;border-radius:7px;color:var(--gray-3);cursor:pointer;transition:color .1s,border-color .1s,background .1s}.gear-btn svg{width:15px;height:15px}.gear-btn:hover{color:var(--baby-2);border-color:var(--baby-2);background:var(--baby-soft)}.colmenu{position:fixed;z-index:1200;min-width:190px;background:#fff;border:1px solid var(--gray-1);border-radius:10px;box-shadow:0 12px 32px rgba(20,40,80,.18);padding:6px;max-height:70vh;overflow:auto}.colmenu-head{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;padding:6px 8px 4px}.colmenu-row{display:flex;align-items:center;gap:9px;padding:7px 8px;border-radius:7px;font-size:13px;color:var(--navy);cursor:pointer}.colmenu-row:hover{background:var(--baby-soft)}.colmenu-row input{accent-color:var(--baby-2);width:15px;height:15px;cursor:pointer}.avatar,.big-ico,.ci-ico{position:relative;overflow:hidden}.avatar .ico-img,.big-ico .ico-img,.ci-ico .ico-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;background:#fff;display:block}.big-ico.has-img>svg,.ci-ico.has-img>svg{opacity:0}.add-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--gray-1);background:#fff;color:var(--navy);cursor:pointer;flex:0 0 auto}.add-btn svg{width:18px;height:18px}.add-btn:hover{background:var(--baby-soft);border-color:var(--baby-2);color:var(--baby-2)}.mobile-tabbar{display:none}.mtab{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;background:transparent;color:var(--gray-3);font-size:9.5px;font-weight:600;cursor:pointer;padding:5px 0}.mtab .mtab-ico{display:inline-flex}.mtab .mtab-label{white-space:nowrap;letter-spacing:-.2px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.mtab svg{width:20px;height:20px}.mtab.active{color:var(--baby-2)}.mobile-more{position:fixed;inset:0;z-index:150}.mobile-more-ov{position:absolute;inset:0;width:100%;border:0;background:rgba(10,37,64,.42);cursor:default}.mobile-more-sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 30px rgba(20,40,80,.2);padding:8px 14px calc(20px + env(safe-area-inset-bottom))}.mobile-more-grab{width:36px;height:4px;border-radius:999px;background:var(--gray-2);margin:6px auto 14px}.mobile-more-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.mobile-more-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:15px 6px;border-radius:13px;border:1px solid var(--gray-1);background:var(--gray-bg);color:var(--ink-soft);font-size:11.5px;font-weight:600;text-align:center;cursor:pointer}.mobile-more-item.active{border-color:var(--baby-2);color:var(--baby-2);background:var(--baby-soft)}.mobile-more-ico{display:inline-flex}.mobile-more-ico svg{width:22px;height:22px}.msearch-overlay{position:fixed;inset:0;z-index:210;background:var(--gray-bg);display:flex;flex-direction:column;padding-top:env(safe-area-inset-top);opacity:0;transform:translateY(8px);transition:opacity .16s,transform .16s}.msearch-overlay.in{opacity:1;transform:none}.msearch-head{display:flex;align-items:center;gap:8px;padding:12px 12px 10px;border-bottom:1px solid var(--gray-1);background:#fff;position:-webkit-sticky;position:sticky;top:0}.msearch-head .msearch-ico{display:inline-flex;color:var(--gray-3);flex:0 0 auto}.msearch-head .msearch-ico svg{width:20px;height:20px}.msearch-head input{flex:1 1;min-width:0;border:0;outline:none;background:transparent;font-size:16px;color:var(--ink);padding:6px 0}.msearch-clear{border:0;background:transparent;color:var(--gray-3);cursor:pointer;display:inline-flex;padding:4px;flex:0 0 auto}.msearch-clear svg{width:18px;height:18px}.msearch-cancel{border:0;background:transparent;color:var(--baby-2);font-weight:600;font-size:14px;cursor:pointer;flex:0 0 auto;padding:4px 2px}.msearch-results{flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:6px 8px calc(16px + env(safe-area-inset-bottom))}.msearch-hint,.msearch-none{padding:18px 14px;color:var(--gray-3);font-size:13.5px;text-align:center}.msearch-opt{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:11px;cursor:pointer}.msearch-opt:active{background:var(--baby-soft)}.msearch-meta{flex:1 1;min-width:0}.msearch-title{font-size:14.5px;font-weight:600;color:var(--ink)}.msearch-sub,.msearch-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msearch-sub{font-size:12px;color:var(--gray-3);margin-top:1px}.empty{padding:48px 24px;text-align:center;color:var(--ink-soft)}.empty .ico{width:54px;height:54px;border-radius:14px;background:var(--gray-1);display:grid;place-items:center;margin:0 auto 12px;color:var(--gray-3)}.empty h4{margin:0 0 4px;color:var(--navy)}.field{flex-direction:column;margin-bottom:0}.field,.field>label{display:flex;gap:6px}.field>label{font-size:12.5px;font-weight:600;color:var(--ink);align-items:center}.field .req{color:var(--bad)}.field input[type=date],.field input[type=datetime-local],.field input[type=email],.field input[type=number],.field input[type=password],.field input[type=tel],.field input[type=text],.field input[type=url],.field select,.field textarea{width:100%;border:1px solid var(--gray-2);background:#fff;border-radius:var(--radius-sm);padding:9px 11px;color:var(--ink);outline:none;transition:.12s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--baby-2);box-shadow:0 0 0 3px rgba(74,144,217,.16)}.field textarea{resize:vertical;min-height:74px;line-height:1.5}.field textarea.lg{min-height:104px}.field .help{font-size:11.5px;color:var(--gray-3)}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.field-grid.cols-3{grid-template-columns:repeat(3,1fr)}.field-grid .span-2{grid-column:span 2}.field-grid .span-all{grid-column:1/-1}.form-section{margin-top:6px}.bid-sold-row{display:flex;gap:18px;align-items:flex-start}.bid-sold-row .form-section{margin-top:6px;min-width:0}.bid-sold-row .form-section .sec-title{margin-top:18px}@media(max-width:720px){.bid-sold-row{flex-direction:column}.bid-sold-row .form-section{width:100%}}.form-section .sec-title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--baby-2);font-weight:700;margin:18px 0 12px;padding-bottom:7px;border-bottom:1px solid var(--gray-1);display:flex;align-items:center;gap:8px}.form-section:first-child .sec-title{margin-top:0}.form-section .sec-title svg{width:15px;height:15px;flex:0 0 auto}.switch{display:inline-flex;align-items:center;gap:9px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch input{display:none}.switch .track{width:40px;height:23px;border-radius:20px;background:var(--gray-2);position:relative;transition:.15s}.switch .track:after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.15s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.switch input:checked+.track{background:var(--baby-2)}.switch input:checked+.track:after{left:20px}.switch .stxt{font-size:13px;font-weight:600}.tokenbox{border:1px solid var(--gray-2);border-radius:var(--radius-sm);padding:7px;display:flex;flex-wrap:wrap;gap:6px;align-items:center;background:#fff;min-height:42px}.tokenbox:focus-within{border-color:var(--baby-2);box-shadow:0 0 0 3px rgba(74,144,217,.16)}.tokenbox input{border:0;outline:none;flex:1 1;min-width:120px;padding:4px}.suggest{position:relative}.suggest-list{position:absolute;z-index:60;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--gray-1);border-radius:10px;box-shadow:var(--shadow-lg);max-height:240px;padding:5px}.suggest-list .opt{padding:9px 11px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:9px;font-size:13px}.suggest-list .opt.hi,.suggest-list .opt:hover{background:var(--baby-soft)}.suggest-list .opt .add{color:var(--baby-2);font-weight:600}.suggest-list .none{padding:10px 11px;color:var(--gray-3);font-size:13px}.opt.opt-create{border-top:1px solid var(--gray-1);margin-top:3px;padding-top:10px}.opt.opt-create,.opt.opt-create .add{color:var(--baby-2);font-weight:600}.overlay{position:fixed;inset:0;height:100vh;height:100dvh;background:rgba(8,22,40,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:160;display:flex;justify-content:flex-end;opacity:0;transition:opacity .18s}.overlay.show{opacity:1}.overlay.center{align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom))}.drawer{width:min(720px,100%);height:100%;background:#fff;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;transform:translateX(28px);transition:transform .2s;overflow:hidden}.overlay.show .drawer{transform:none}.modal{width:min(560px,100%);background:#fff;border-radius:18px;box-shadow:var(--shadow-lg);transform:scale(.97);transition:transform .18s;max-height:92vh;max-height:92dvh;display:flex;flex-direction:column;overflow:hidden}.overlay.show .modal{transform:none}.modal.wide{width:min(760px,100%)}.drawer-head,.modal-head{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--gray-1);flex:0 0 auto}.drawer-head h3,.modal-head h3{margin:0;font-size:17px;color:var(--navy)}.drawer-head .sub,.modal-head .sub{font-size:12.5px;color:var(--ink-soft)}.drawer-body,.modal-body{padding:22px;overflow:auto;flex:1 1}.drawer-foot,.modal-foot{display:flex;align-items:center;gap:10px;padding:15px 22px;border-top:1px solid var(--gray-1);background:#fafbfc;flex:0 0 auto}.drawer-foot .spacer,.modal-foot .spacer{margin-left:auto}.detail-hero{display:flex;align-items:flex-start;gap:16px;margin-bottom:6px}.detail-hero .big-ico{width:54px;height:54px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:19px;flex:0 0 auto;background:var(--navy)}.detail-hero h2{margin:0;font-size:20px;color:var(--navy)}.detail-hero .meta{color:var(--ink-soft);font-size:13px;margin-top:3px;display:flex;gap:10px;flex-wrap:wrap}.tabbar{display:flex;gap:4px;border-bottom:1px solid var(--gray-1);margin:18px 0}.drawer-body>.tabbar{position:-webkit-sticky;position:sticky;top:0;z-index:6;background:#fff;margin:-22px -22px 26px;padding:6px 22px 0}.tabbar button{border:0;background:transparent;padding:10px 14px;font-weight:600;font-size:13.5px;color:var(--ink-soft);border-bottom:2px solid transparent;margin-bottom:-1px}.tabbar button.active{color:var(--navy);border-bottom-color:var(--baby-2)}.kv{display:grid;grid-template-columns:160px 1fr;grid-gap:10px 16px;gap:10px 16px}.kv dt{color:var(--ink-soft);font-size:12.5px;font-weight:600}.kv dd{margin:0;color:var(--ink);font-size:13.5px;word-break:break-word}.kv dd .empty-val{color:var(--gray-3)}@media (max-width:520px){.kv{grid-template-columns:1fr;gap:2px 0}.kv dt{margin-top:10px}}.note-add{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.note-add textarea{min-height:64px}.note-add-bar{display:flex;align-items:center;gap:8px}.note-add-bar .spacer{flex:1 1}.note-at{display:inline-flex;align-items:center;gap:6px}.note-at svg{width:15px;height:15px}.note .body .txt .mention{color:var(--baby-2);font-weight:600;background:var(--baby-soft);border-radius:4px;padding:0 3px}.help-pop{position:fixed;z-index:1300;width:420px;max-width:calc(100vw - 16px);background:#fff;border:1px solid var(--gray-1);border-radius:14px;box-shadow:0 18px 50px rgba(16,32,64,.22);overflow:hidden;animation:popIn .14s ease}.help-pop-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid var(--gray-1)}.help-pop-head strong{font-size:14px;color:var(--navy);display:block}.help-pop-sub{font-size:11.5px;color:var(--gray-3);margin-top:1px}.help-pop .help-doc{max-height:min(70vh,560px);overflow:auto;padding:14px}.help-doc{display:flex;flex-direction:column;gap:18px;font-size:12.5px;color:var(--ink)}.help-sec-title{margin:0 0 8px;font-size:13px;font-weight:700;color:var(--navy)}.help-list{display:flex;flex-direction:column;gap:8px}.help-row{display:grid;grid-template-columns:140px 1fr;grid-gap:12px;gap:12px;align-items:start}.help-term{font-weight:600;color:var(--navy);font-size:12px}.help-desc{color:var(--ink-soft);font-size:12px;line-height:1.45}.help-foot{margin-top:2px;padding-top:12px;border-top:1px solid var(--gray-1);font-size:11.5px;color:var(--gray-3);font-style:italic}@media (max-width:560px){.help-row{grid-template-columns:1fr;gap:2px}.help-term{font-size:12.5px}}.timeline{display:flex;flex-direction:column;gap:12px}.note{display:flex;gap:11px}.note .line{position:relative;display:flex;flex-direction:column;align-items:center}.note .line .ring{width:30px;height:30px;border-radius:50%;background:var(--baby-soft);color:var(--baby-2);display:grid;place-items:center;font-weight:700;font-size:11px;flex:0 0 auto;z-index:1}.note .line .stem{flex:1 1;width:2px;background:var(--gray-1);margin-top:2px}.note .body{flex:1 1;background:var(--gray-bg);border:1px solid var(--gray-1);border-radius:12px;padding:11px 13px;margin-bottom:4px}.note .body .who{font-size:12.5px;font-weight:600;color:var(--navy)}.note .body .note-auto{margin-left:6px;font-size:10.5px;font-weight:700;color:var(--baby-2);text-transform:uppercase;letter-spacing:.04em}.note .body .when{font-size:11.5px;color:var(--gray-3);float:right}.note .body .txt{margin-top:5px;white-space:pre-wrap;font-size:13.5px}.conn-list{display:flex;flex-direction:column;gap:8px}.conn-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--gray-1);border-radius:11px;background:#fff}.conn-item:hover{border-color:var(--baby);background:var(--baby-soft)}.conn-item .ci-ico{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;flex:0 0 auto}.conn-item .ci-meta{min-width:0;flex:1 1}.conn-item .ci-meta b{display:block;font-size:13.5px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conn-item .ci-meta span{font-size:12px;color:var(--ink-soft)}.type-company{background:#2b6cb0}.type-person{background:#2f855a}.type-deal{background:#b7791f}.type-vendor{background:#6b46c1}.dash-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:14px;gap:14px}.widget{grid-column:span 4;background:#fff;border:1px solid var(--gray-1);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:150px;overflow:hidden}.widget.w-3{grid-column:span 3}.widget.w-4{grid-column:span 4}.widget.w-6{grid-column:span 6}.widget.w-8{grid-column:span 8}.widget.w-12{grid-column:span 12}.widget .w-head{display:flex;align-items:flex-start;gap:8px;padding:13px 15px 8px;position:relative}.widget .w-head>span:first-child{margin-top:1px}.widget .w-head h4{margin:0;font-size:13px;color:var(--navy);line-height:1.25;min-height:1.25em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-right:6px}.widget .w-head .w-tools{position:absolute;top:9px;right:10px;display:flex;gap:2px;opacity:0;transition:.12s;background:rgba(255,255,255,.92);border-radius:6px}.widget:hover .w-head .w-tools{opacity:1}.widget .w-tools .icon-btn{width:26px;height:26px;border:0;background:transparent}.widget .w-body{padding:6px 15px 15px;flex:1 1;display:flex;flex-direction:column;min-height:0}.metric-big{font-size:36px;font-weight:800;color:var(--navy);letter-spacing:-1px;line-height:1.05}.metric-sub{font-size:12.5px;color:var(--ink-soft);margin-top:4px}.bars,.metric-center{display:flex;flex-direction:column;justify-content:center;flex:1 1}.bars{gap:9px}.bar-row{display:grid;grid-template-columns:96px 1fr 46px;align-items:center;grid-gap:10px;gap:10px}.bar-row .bl{font-size:12.5px;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-row .bt{height:18px;border-radius:6px;background:var(--baby-2);min-width:3px}.bar-row .bv{font-size:12.5px;font-weight:700;color:var(--navy);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.donut-wrap{display:flex;align-items:center;gap:16px;flex:1 1}.donut{width:120px;height:120px;flex:0 0 auto}.donut-legend{display:flex;flex-direction:column;gap:7px;font-size:12.5px;flex:1 1;min-width:0}.donut-legend .lg{display:flex;align-items:center;gap:8px}.donut-legend .sw{width:11px;height:11px;border-radius:3px;flex:0 0 auto}.donut-legend .ln{color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.donut-legend .lv{font-weight:700;color:var(--navy)}.col-block{flex-direction:column;gap:8px}.col-block,.col-chart-wrap{display:flex;flex:1 1;min-height:0}.col-chart-wrap{align-items:stretch}.col-chart{width:100%;height:100%;max-height:240px;overflow:visible}.col-legend{display:flex;flex-wrap:wrap;gap:5px 14px;font-size:11.5px}.col-legend .lg{display:flex;align-items:center;gap:6px;min-width:0}.col-legend .sw{width:10px;height:10px;border-radius:3px;flex:0 0 auto}.col-legend .ln{color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.builder-checks{gap:8px;padding:2px 0}.builder-checks,.w-list{display:flex;flex-direction:column}.w-list{gap:2px;overflow:auto;flex:1 1}.w-list .li{display:flex;align-items:center;gap:10px;padding:8px;border-radius:9px;cursor:pointer}.w-list .li:hover{background:var(--baby-soft)}.w-list .li .li-main{min-width:0;flex:1 1}.w-list .li .li-main b{display:block;font-size:13px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.w-list .li .li-main span{font-size:11.5px;color:var(--ink-soft)}.w-list .li .li-val{font-size:12.5px;font-weight:700;color:var(--navy);white-space:nowrap}.widget.add-widget{border:2px dashed var(--gray-2);box-shadow:none;background:transparent;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-soft)}.widget.add-widget:hover{border-color:var(--baby-2);color:var(--baby-2);background:var(--baby-soft)}.widget.add-widget .plus{font-size:26px}.builder-grid{display:grid;grid-template-columns:1fr 280px;grid-gap:18px;gap:18px}.builder-preview{background:var(--gray-bg);border:1px solid var(--gray-1);border-radius:12px;padding:16px;display:flex;align-items:stretch}.builder-preview .widget{flex:1 1;cursor:default}.builder-preview .widget:hover .w-tools{opacity:0}.menu{position:fixed;z-index:1300;background:#fff;border:1px solid var(--gray-1);border-radius:12px;box-shadow:var(--shadow-lg);padding:6px;min-width:200px}.menu .mi{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:8px;cursor:pointer;font-size:13.5px;color:var(--ink);border:0;background:transparent;width:100%;text-align:left}.menu .mi:hover{background:var(--baby-soft)}.menu .mi.danger{color:var(--bad)}.menu .mi.danger:hover{background:#fdeceb}.menu .mi svg{width:16px;height:16px;color:var(--ink-soft)}.menu .mi .check{margin-left:auto;color:var(--baby-2)}.menu .sep{height:1px;background:var(--gray-1);margin:5px 4px}.menu .mlabel{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-3);padding:7px 11px 4px}.toast-wrap{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:200;flex-direction:column;gap:8px}.toast,.toast-wrap{display:flex;align-items:center}.toast{background:var(--navy);color:#fff;padding:11px 18px;border-radius:12px;box-shadow:var(--shadow-lg);font-size:13.5px;font-weight:500;gap:9px;animation:toastin .2s}.toast-action{margin-left:4px;background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;font-weight:700;font-size:12.5px;padding:4px 12px;border-radius:8px;cursor:pointer}.toast-action:hover{background:rgba(255,255,255,.15)}.toast .tdot{width:8px;height:8px;border-radius:50%;background:var(--good)}@keyframes toastin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.filterbar{gap:10px;flex-wrap:wrap}.filter-sel,.filterbar{display:flex;align-items:center}.filter-sel{gap:7px;background:#fff;border:1px solid var(--gray-2);border-radius:10px;padding:7px 11px;font-size:13px;font-weight:600;color:var(--ink)}.filter-sel select{border:0;outline:none;background:transparent;font-weight:600;color:var(--navy)}.filter-multi{position:relative;padding:0;border:0;background:transparent}.fm-btn{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--gray-2);border-radius:10px;padding:7px 11px;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}.fm-btn:hover{border-color:var(--gray-3)}.filter-multi.active .fm-btn,.filter-multi.open .fm-btn{border-color:var(--baby-2);color:var(--navy)}.fm-ico{display:inline-flex;color:var(--gray-3)}.fm-ico svg{width:15px;height:15px}.fm-caret{display:inline-flex;color:var(--gray-3);transition:transform .15s}.fm-caret svg{width:15px;height:15px}.filter-multi.open .fm-caret{transform:rotate(180deg)}.fm-count{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--baby-2);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.filter-pop,.fm-count:empty{display:none}.filter-pop{position:absolute;z-index:70;top:calc(100% + 6px);left:0;min-width:230px;max-width:300px;background:#fff;border:1px solid var(--gray-1);border-radius:12px;box-shadow:var(--shadow-lg);padding:6px}.filter-multi.open .filter-pop{display:block}.filter-pop-search{display:flex;align-items:center;gap:7px;padding:7px 9px;margin-bottom:4px;border:1px solid var(--gray-1);border-radius:9px}.filter-pop-search span{display:inline-flex;color:var(--gray-3)}.filter-pop-search svg{width:16px;height:16px}.filter-pop-search input{border:0;outline:none;background:transparent;width:100%;font-size:13px;color:var(--ink)}.fm-list{max-height:260px;overflow:auto}.fm-opt{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;color:var(--ink)}.fm-opt:hover{background:var(--baby-soft)}.fm-opt.on{font-weight:600;color:var(--navy)}.fm-check{width:18px;height:18px;flex:0 0 auto;border:1.5px solid var(--gray-2);border-radius:5px;display:inline-flex;align-items:center;justify-content:center;color:#fff}.fm-opt.on .fm-check{background:var(--baby-2);border-color:var(--baby-2)}.fm-check svg{width:13px;height:13px}.fm-opt-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-none{padding:10px 9px;color:var(--gray-3);font-size:13px}.fm-clear{width:100%;margin-top:4px;border:0;border-top:1px solid var(--gray-1);background:transparent;color:var(--baby-2);font-weight:600;font-size:12.5px;padding:9px 0 5px;cursor:pointer;text-align:center}.muted{color:var(--ink-soft)}.small{font-size:12px}.nowrap{white-space:nowrap}.right{text-align:right}.center{text-align:center}.hidden{display:none!important}.mobile-scrim{display:none}.settings-wrap{display:flex;flex-direction:column;gap:22px}.settings-group{border:1px solid var(--gray-1);border-radius:var(--radius);padding:16px 16px 6px;background:var(--gray-bg)}.settings-group-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.settings-group-name{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--navy)}.settings-field{padding:0 0 14px;margin-bottom:14px;border-bottom:1px dashed var(--gray-2)}.settings-group .settings-field:last-child{border-bottom:0;margin-bottom:0;padding-bottom:6px}.settings-field-label{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:8px}.settings-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.settings-empty{font-size:12px;color:var(--gray-3);font-style:italic}.settings-chip{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--gray-2);border-radius:999px;padding:4px 6px 4px 11px;font-size:12.5px;color:var(--ink)}.settings-chip-x{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;border:0;background:transparent;color:var(--gray-3);cursor:pointer;padding:0}.settings-chip-x:hover{background:var(--bad);color:#fff}.settings-chip-x svg{width:12px;height:12px}.settings-add-row{display:flex;gap:8px;align-items:center}.settings-add-input{flex:1 1;height:34px;padding:0 11px;border:1px solid var(--gray-2);border-radius:var(--radius-sm);font:inherit;font-size:13px;background:#fff;color:var(--ink)}.settings-add-input:focus{outline:none;border-color:var(--baby-2);box-shadow:0 0 0 3px var(--baby-soft)}.settings-add-row .btn svg{width:14px;height:14px}.set-modal{width:min(1180px,95vw);height:min(780px,92vh);background:#fff;border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden;display:flex;animation:popIn .18s ease}.set-pane:has(.set-section.wide){padding-right:22px}.set-section.wide{max-width:none}@keyframes popIn{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}.set-shell{display:flex;width:100%;height:100%;min-height:0}.set-nav{width:228px;flex:0 0 228px;background:var(--navy);padding:18px 14px;flex-direction:column;gap:4px;overflow-y:auto}.set-brand,.set-nav{color:#fff;display:flex}.set-brand{align-items:center;gap:9px;font-weight:700;font-size:14px;padding:4px 8px 14px}.set-brand-logo{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:rgba(127,179,224,.18);color:var(--baby)}.set-brand-logo svg{width:17px;height:17px}.set-nav-item{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#c7d6e6;font:inherit;font-size:13.5px;font-weight:500;cursor:pointer;transition:background .12s,color .12s}.set-nav-item:hover{background:rgba(255,255,255,.06);color:#fff}.set-nav-item.on{background:var(--baby-2);color:#fff;font-weight:600}.set-nav-ico{display:inline-grid;place-items:center;width:20px;height:20px;flex:0 0 auto}.set-nav-ico svg{width:18px;height:18px}.set-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.set-main-head{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid var(--gray-1)}.set-title{margin:0;font-size:18px;color:var(--navy)}.set-pane{flex:1 1;min-height:0;overflow-y:auto;padding:22px;background:var(--gray-bg)}.set-section{display:flex;flex-direction:column;gap:18px;max-width:680px}.set-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:4px}.set-section-head h3{margin:0;font-size:15px;color:var(--navy)}.set-card{background:#fff;border:1px solid var(--gray-1);border-radius:var(--radius);overflow:hidden}.set-card-head{padding:15px 18px 0}.set-card-head h3{margin:0;font-size:15px;color:var(--navy)}.set-card-sub{font-size:12.5px;color:var(--ink-soft);margin-top:3px}.set-card-body{padding:16px 18px 18px}.set-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.set-locked{display:flex;align-items:center;gap:9px;padding:12px 14px;background:var(--baby-soft);border:1px solid #cfe2f5;border-radius:10px;color:var(--navy-3);font-size:13px}.set-locked svg{width:17px;height:17px;flex:0 0 auto}.profile-head{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--gray-1);border-radius:var(--radius);padding:18px}.profile-avatar{width:84px;height:84px;border-radius:20px;overflow:hidden;flex:0 0 auto;box-shadow:var(--shadow)}.profile-img{width:100%;height:100%;object-fit:cover;display:block}.profile-initials{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-size:30px;font-weight:700}.profile-head-meta{min-width:0}.profile-name{font-size:19px;font-weight:700;color:var(--navy)}.profile-email{font-size:13px;color:var(--ink-soft);margin-top:1px}.profile-photo-actions{display:flex;gap:8px;margin-top:11px}.notify-row{display:flex;align-items:center;gap:13px;padding:12px 2px;border-bottom:1px dashed var(--gray-2)}.notify-row:last-child{border-bottom:0}.notify-ico{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--baby-soft);color:var(--baby-2);flex:0 0 auto}.notify-ico svg{width:17px;height:17px}.notify-meta{flex:1 1;min-width:0}.notify-title{font-size:13.5px;font-weight:600;color:var(--ink)}.notify-sub{font-size:12px;color:var(--ink-soft);margin-top:1px}.account-stats{display:flex;gap:10px;margin-bottom:16px}.account-stat{flex:1 1;background:var(--gray-bg);border:1px solid var(--gray-1);border-radius:11px;padding:12px 14px}.account-stat-v{font-size:20px;font-weight:700;color:var(--navy)}.account-stat-l{font-size:11.5px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.danger-row,.notify-row{align-items:center}.danger-row{display:flex;gap:14px}.danger-meta{flex:1 1}.danger-title{font-weight:600;color:var(--ink);font-size:13.5px}.danger-sub{font-size:12px;color:var(--ink-soft);margin-top:1px}.user-list{display:flex;flex-direction:column;gap:8px}.user-row{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--gray-1);border-radius:12px;padding:11px 14px}.user-avatar{width:42px;height:42px;border-radius:11px;overflow:hidden;flex:0 0 auto;display:grid;place-items:center;color:#fff;font-weight:700;font-size:14px}.user-meta{flex:1 1;min-width:0}.user-name{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--navy);font-size:14px}.user-sub{font-size:12.5px;color:var(--ink-soft);margin-top:1px}.admin-badge{display:inline-flex;align-items:center;gap:3px;background:var(--navy);color:#fff;font-size:10.5px;padding:2px 7px}.admin-badge svg{width:11px;height:11px}.owner-badge{display:inline-flex;align-items:center;gap:3px;background:linear-gradient(135deg,#c8932b,#a9791d);color:#fff;font-size:10.5px;padding:2px 7px}.owner-badge svg{width:11px;height:11px}.you-badge{font-size:10.5px;color:var(--ink-soft);border:1px solid var(--gray-2);border-radius:999px;padding:1px 7px}.user-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.icon-btn.sm-danger{width:32px;height:32px}.icon-btn.sm-danger:hover{background:var(--bad);color:#fff;border-color:var(--bad)}.icon-btn[disabled]{opacity:.4;pointer-events:none}.api-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.api-row input{flex:1 1;min-width:200px}.connector-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.connector-card{border:1px solid var(--gray-1);border-radius:12px;padding:15px;display:flex;flex-direction:column;gap:7px;background:#fff;transition:border-color .12s,box-shadow .12s}.connector-card.connected{border-color:var(--baby-2);box-shadow:0 0 0 1px var(--baby-2) inset}.connector-top{display:flex;align-items:center;justify-content:space-between}.connector-ico{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:11px}.connector-ico svg{width:22px;height:22px}.connector-status{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:var(--good)}.connector-status svg{width:13px;height:13px}.connector-name{font-weight:700;color:var(--navy);font-size:14.5px}.connector-desc{font-size:12.5px;color:var(--ink-soft);line-height:1.45;flex:1 1}.btn.block{width:100%;justify-content:center;margin-top:4px}.io-drop{border:2px dashed var(--gray-2);border-radius:14px;padding:26px;text-align:center;cursor:pointer;transition:border-color .12s,background .12s}.io-drop.drag,.io-drop:hover{border-color:var(--baby-2);background:var(--baby-soft)}.io-drop-ico{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--baby-soft);color:var(--baby-2);margin-bottom:8px}.io-drop-ico svg{width:23px;height:23px}.io-drop-title{font-weight:600;color:var(--navy);font-size:14px}.io-drop-sub{font-size:12px;color:var(--ink-soft);margin-top:3px}.io-or{text-align:center;font-size:12px;color:var(--gray-3);margin:12px 0;position:relative}.io-import2{display:flex;align-items:center;gap:12px;border:1px solid var(--gray-1);border-radius:11px;padding:12px 14px;background:var(--gray-bg)}.io-import2-meta{flex:1 1}.io-import2-title{font-weight:600;font-size:13.5px;color:var(--ink)}.io-import2-sub{font-size:12px;color:var(--ink-soft);margin-top:1px}.io-hist{display:flex;flex-direction:column;gap:8px}.io-hist-row{display:flex;align-items:center;gap:12px;border:1px solid var(--gray-1);border-radius:11px;padding:10px 14px;background:#fff}.io-hist-meta{flex:1 1;min-width:0}.io-hist-title{font-weight:600;font-size:13.5px;color:var(--ink)}.io-hist-sub{font-size:12px;color:var(--ink-soft);margin-top:1px}.map-wrap{display:flex;flex-direction:column;gap:2px}.map-intro{font-size:13px;color:var(--ink-soft);margin-bottom:10px}.map-head,.map-row{display:grid;grid-template-columns:1fr 1fr 1.2fr;grid-gap:12px;gap:12px;align-items:center}.map-head{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-3);padding:0 0 6px;border-bottom:1px solid var(--gray-1)}.map-row{padding:8px 0;border-bottom:1px dashed var(--gray-2)}.map-col{font-weight:600;color:var(--ink);font-size:13px}.map-col,.map-sample{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-sample{font-size:12px;color:var(--ink-soft)}.signal-intro{background:var(--baby-soft);border:1px solid #d6e6f6;border-radius:12px;padding:11px 15px}.signal-intro-top{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.signal-intro-top h3{margin:0;font-size:15px;color:var(--navy)}.signal-intro-note{font-size:12px;color:var(--ink-soft);margin-top:6px;line-height:1.4}.signal-legend{display:flex;gap:8px;flex-wrap:wrap}.signal-pill{font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:999px}.signal-pill.sig-hot{background:#e6f6ec;color:#1f9d6b}.signal-pill.sig-warm{background:#fff3df;color:#b9791b}.signal-pill.sig-cool{background:#eef2f6;color:#5a6b7b}.board-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.board-head h3{margin:0 0 3px;font-size:15px;color:var(--navy)}.weight-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));grid-gap:12px;gap:12px}.weight-card{display:flex;flex-direction:column;gap:9px;padding:11px 12px;border:1px solid var(--gray-1);border-radius:11px;background:#fff;transition:opacity .15s,border-color .15s}.weight-card:hover{border-color:var(--gray-2)}.weight-card.inactive{opacity:.55}.weight-card-head{display:flex;align-items:center;justify-content:space-between}.weight-no{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-3)}.weight-val{font-size:15px;font-weight:700;color:var(--baby-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.weight-card .suggest .btn{font-size:12px;padding:7px 9px}.weight-slider{width:100%;accent-color:var(--baby-2);cursor:pointer}.weight-card.inactive .weight-slider{accent-color:var(--gray-3)}.set-card-board,.set-card-board .set-card-body{overflow:visible}.signal-preview{display:flex;flex-direction:column;gap:8px}.signal-preview-head{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-3);font-weight:600}.signal-preview-row{display:grid;grid-template-columns:1.4fr 2fr 52px;align-items:center;grid-gap:10px;gap:10px}.spr-name{font-size:12.5px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spr-bar{height:9px;border-radius:999px;background:var(--gray-1);overflow:hidden}.spr-bar-fill{height:100%;border-radius:999px}.spr-pct{font-size:12.5px;font-weight:700;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sig-hot.spr-bar-fill,.spr-bar-fill.sig-hot{background:var(--good)}.sig-warm.spr-bar-fill,.spr-bar-fill.sig-warm{background:var(--warn)}.sig-cool.spr-bar-fill,.spr-bar-fill.sig-cool{background:var(--gray-3)}.spr-pct.sig-hot{color:var(--good)}.spr-pct.sig-warm{color:var(--warn)}.spr-pct.sig-cool{color:var(--ink-soft)}.signal-chip{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.signal-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.signal-chip.sig-hot{color:var(--good)}.signal-chip.sig-hot .signal-dot{background:var(--good)}.signal-chip.sig-warm{color:var(--warn)}.signal-chip.sig-warm .signal-dot{background:var(--warn)}.signal-chip.sig-cool{color:var(--ink-soft)}.signal-chip.sig-cool .signal-dot{background:var(--gray-3)}.signal-kpi{cursor:pointer;border-left:3px solid var(--gray-2)}.signal-kpi.sig-hot{border-left-color:var(--good)}.signal-kpi.sig-warm{border-left-color:var(--warn)}.signal-kpi.sig-cool{border-left-color:var(--gray-3)}@media (max-width:1100px){.dash-grid .widget.w-3,.dash-grid .widget.w-4{grid-column:span 6}.builder-grid{grid-template-columns:1fr}}@media (max-width:920px){:root{--sidebar-w:0px}.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;width:248px;z-index:200;transform:translateX(-100%);transition:transform .22s}body.nav-open .sidebar{transform:none;box-shadow:var(--shadow-lg)}body.nav-open .mobile-scrim{display:block;position:fixed;inset:0;background:rgba(8,22,40,.45);z-index:150}.topbar .hamburger{display:grid;place-items:center}.search-box{display:none}.content{padding:16px 16px 80px}.mobile-tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;height:62px;background:#fff;border-top:1px solid var(--gray-1);z-index:140;box-shadow:0 -2px 12px rgba(20,40,80,.07);padding-bottom:env(safe-area-inset-bottom)}.field-grid,.field-grid.cols-3{grid-template-columns:1fr}.field-grid .span-2{grid-column:auto}.dash-grid{grid-template-columns:repeat(6,1fr)}.dash-grid .widget,.dash-grid .widget.w-3,.dash-grid .widget.w-4,.dash-grid .widget.w-6,.dash-grid .widget.w-8{grid-column:span 6}}@media (max-width:560px){.page-head h2{font-size:19px}.page-sub-inline{display:none}.topbar{padding:0 12px;gap:8px}.add-btn,.icon-top{width:34px;height:34px}.drawer-body,.modal-body{padding:16px}.drawer-body>.tabbar{margin:-16px -16px 22px;padding:6px 16px 0}.kpi-grid{grid-template-columns:repeat(2,1fr)}.bar-row{grid-template-columns:80px 1fr 40px}.hide-sm{display:none!important}}@media (max-width:640px){.overlay.center.set-ov{padding:0}.set-modal{width:100vw;height:100vh;height:100dvh;max-height:none;border-radius:0}.set-shell{flex-direction:column}.set-brand{display:none}.set-nav{width:100%;flex:0 0 auto;flex-direction:row;gap:6px;padding:10px 12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.set-nav-item{width:auto;flex:0 0 auto;white-space:nowrap;padding:8px 12px;font-size:13px}.set-main{flex:1 1;min-height:0}.set-main-head{padding:13px 16px}.set-title{font-size:16px}.set-pane{padding:16px}.set-section{max-width:none}.connector-grid{grid-template-columns:1fr}.account-stats{flex-wrap:wrap}.map-head{display:none}.map-row{grid-template-columns:1fr;gap:6px;padding:10px 0}.profile-head{flex-direction:column;align-items:flex-start;text-align:left}.signal-preview-row{grid-template-columns:1.3fr 1.5fr 46px;gap:8px}}.admin-wrap{max-width:920px;margin:0 auto;padding:28px 20px 60px}.admin-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.admin-card{background:var(--white);border:1px solid var(--gray-1);border-radius:16px;padding:20px;margin-bottom:18px;box-shadow:var(--shadow)}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-card-head h2{margin:0;font-size:17px}.admin-card-head p{margin:2px 0 0;color:var(--ink-soft);font-size:12.5px}.admin-form{border:1px solid var(--gray-1);border-radius:12px;padding:14px;margin-bottom:14px;background:var(--gray-bg)}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.admin-form-grid label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--ink-soft)}.admin-form-grid input{padding:8px 10px;border:1px solid var(--gray-2);border-radius:9px;font-size:13px}.admin-form-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.admin-hint{font-size:12px;color:var(--ink-soft);margin:10px 0 0}.admin-err{color:var(--bad);font-size:12.5px;font-weight:600;margin:10px 0 0}.admin-list{display:flex;flex-direction:column;gap:8px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--gray-1);border-radius:11px}.admin-row-main{display:flex;flex-direction:column;gap:3px;min-width:0}.admin-row-sub{color:var(--ink-soft);font-size:12.5px}.admin-id{font-family:ui-monospace,monospace;font-size:11px;color:var(--gray-3)}.admin-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.admin-chip{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;background:var(--gray-bg);border:1px solid var(--gray-1);border-radius:999px;padding:3px 9px}.admin-chip em{font-style:normal;color:var(--ink-soft);font-size:10.5px}@media (max-width:640px){.admin-form-grid{grid-template-columns:1fr}}.search-box.tsearch{min-width:460px;background:#fff;border-color:var(--gray-1)}@media (max-width:1180px){.search-box.tsearch{min-width:300px}}table.data.fixed-table th{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-cell{position:relative;display:flex;align-items:center;gap:6px;min-height:26px}.ed-pencil{opacity:0;border:0;background:transparent;width:22px;height:22px;border-radius:6px;color:var(--ink-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:.1s}.ed-pencil svg{width:13px;height:13px}table.data tbody tr:hover .ed-pencil{opacity:.55}.ed-pencil:hover{opacity:1;background:var(--gray-1)}.ed-input{width:100%;min-width:92px;padding:5px 7px;border:1px solid var(--baby-2);border-radius:7px;font:inherit;background:#fff}.ed-add svg{width:15px;height:15px}.upload-drop{border:2px dashed var(--gray-2);border-radius:12px;padding:22px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--ink-soft)}.upload-drop.drop-on{border-color:var(--baby-2);background:var(--baby-soft)}.upload-drop svg{width:22px;height:22px;color:var(--baby-2)}.upload-list{margin-top:12px;display:flex;flex-direction:column;gap:6px}.upload-row{display:flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid var(--gray-1);border-radius:8px}.upload-row svg{width:15px;height:15px;color:var(--baby-2);flex:0 0 auto}.upload-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted.small{font-size:12px}.review-ov{position:fixed;inset:0;background:rgba(10,37,64,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2vh 2vw}.review-win{background:#fff;border-radius:14px;width:92vw;height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35)}.review-head{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--gray-1);flex:0 0 auto}.review-head h3{margin:0;font-size:15px;color:var(--navy)}.review-top{flex:0 0 auto;max-height:128px;overflow:auto;border-bottom:1px solid var(--gray-1);background:var(--gray-bg)}.review-links{display:flex;flex-direction:column}.review-link{display:flex;align-items:center;gap:8px;padding:10px 16px;border:0;border-bottom:1px solid var(--gray-1);background:transparent;text-align:left;cursor:pointer;font-size:13px;color:var(--navy)}.review-link svg{width:15px;height:15px;color:var(--baby-2);flex:0 0 auto}.review-link-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-link.active{background:var(--baby-soft);font-weight:600}.review-viewer{flex:1 1;min-height:0;display:flex;background:#525659;overflow:auto}.review-frame{width:100%;height:100%;border:0;background:#fff}.review-empty{margin:auto;color:#fff;flex-direction:column;gap:12px;padding:24px;text-align:center}.review-addendum,.review-empty{display:flex;align-items:center}.review-addendum{flex:0 0 auto;gap:10px;justify-content:flex-end;padding:10px 16px;border-top:1px solid var(--gray-1);background:#fff}.btn.ai-review-btn{background:#d97757;border-color:#d97757;color:#fff}.btn.ai-review-btn:hover{filter:brightness(.96)}.btn.ai-review-btn svg{width:15px;height:15px}.addendum-win{background:#fff;border-radius:14px;width:min(940px,94vw);height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35)}.addendum-body{flex:1 1;min-height:0;display:flex}.addendum-doc{flex:1 1;min-width:0;overflow:auto;padding:28px 36px;line-height:1.5;color:var(--navy)}.addendum-doc hr{border:0;border-top:1px solid var(--gray-2);margin:14px 0}.addendum-chat{flex:0 0 320px;border-left:1px solid var(--gray-1);display:flex;flex-direction:column;background:var(--gray-bg)}.chat-head{padding:12px 14px;font-weight:700;color:var(--navy);border-bottom:1px solid var(--gray-1)}.chat-log{flex:1 1;min-height:0;overflow:auto;padding:12px;flex-direction:column;gap:8px}.chat-log,.chat-msg{display:flex}.chat-msg.me{justify-content:flex-end}.chat-bubble{max-width:85%;padding:8px 11px;border-radius:12px;font-size:13px;line-height:1.4}.chat-msg.bot .chat-bubble{background:#fff;border:1px solid var(--gray-1);color:var(--navy)}.chat-msg.me .chat-bubble{background:var(--baby-2);color:#fff}.chat-input{display:flex;gap:6px;padding:10px;border-top:1px solid var(--gray-1)}.chat-input input{flex:1 1;border:1px solid var(--gray-2);border-radius:8px;padding:8px 10px;font:inherit}@media (max-width:720px){.addendum-body{flex-direction:column}.addendum-chat{flex:0 0 auto;border-left:0;border-top:1px solid var(--gray-1);height:45%}}.suggest-list{max-height:300px;overflow:auto}.side-foot .chat-launch{display:flex;align-items:center;gap:10px;width:100%;border:0;cursor:pointer;text-align:left;background:rgba(127,179,224,.12);color:#cdd9e6;padding:9px 11px;border-radius:12px;margin-bottom:10px}.side-foot .chat-launch:hover{background:rgba(127,179,224,.22);color:#fff}.chat-launch-ico{width:30px;height:30px;border-radius:9px;background:var(--baby-2);display:grid;place-items:center;color:#fff;flex:0 0 auto}.chat-launch-ico svg{width:16px;height:16px}.chat-launch-txt{display:flex;flex-direction:column;min-width:0}.chat-launch-txt b{font-size:13px;color:#fff}.chat-launch-txt span{font-size:11px;color:#9fb0c2}.assistant-panel{position:fixed;left:14px;bottom:14px;width:340px;max-width:calc(100vw - 28px);height:460px;max-height:calc(100vh - 28px);background:#fff;border:1px solid var(--gray-1);border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.32);display:flex;flex-direction:column;overflow:hidden;z-index:1100}.assistant-head{display:flex;align-items:center;gap:8px;padding:11px 12px;border-bottom:1px solid var(--gray-1);color:var(--navy)}.assistant-head b{font-size:14px}.assistant-head svg{width:16px;height:16px;color:var(--baby-2)}.assistant-head .spacer{flex:1 1}.fields-save{display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-1)}