/* LeadDesk AI demonstration interface. Copyright 2026 OPS/LAB. All rights reserved. */
:root{--bg: #071018;--bg-2: #0a141f;--surface: #0d1925;--surface-2: #111f2d;--line: #223448;--line-soft: #172737;--text: #f3f7fb;--muted: #8fa1b4;--accent: #58e0c2;--accent-2: #7e8cff;--warning: #f1c36f;--danger: #ff8087;--radius: 16px;--sidebar: 248px;color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.skip-link{position:fixed;z-index:9999;top:8px;left:8px;padding:.7rem 1rem;background:var(--accent);color:#04110d;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.demo-banner{min-height:34px;padding:.45rem 1rem;display:none;align-items:center;justify-content:center;gap:.8rem;position:sticky;top:0;z-index:60;border-bottom:1px solid rgba(241,195,111,.24);background:#1a1812;color:#cbbd9b;font-size:.72rem}.demo-banner strong{color:var(--warning);font:800 .64rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}html[data-mode=demo] .demo-banner{display:flex}html[data-mode=demo] .production-only,html[data-mode=production] .demo-only{display:none!important}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:50;height:100vh;padding:1.35rem 1rem;display:flex;flex-direction:column;border-right:1px solid var(--line);background:#08121c}html[data-mode=demo] .sidebar{top:34px;height:calc(100vh - 34px)}.product-logo{padding:.3rem .45rem 1.7rem;display:flex;align-items:center;gap:.75rem}.product-logo>span:last-child{min-width:0}.product-logo strong,.product-logo small{display:block}.product-logo strong{font-size:1rem;letter-spacing:-.025em}.product-logo small{margin-top:.1rem;color:#718398;font-size:.65rem}.logo-mark{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(88,224,194,.38);border-radius:12px;background:#58e0c217;color:var(--accent);font:800 .68rem ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:inset 0 0 0 5px #58e0c206}.sidebar nav>p{margin:.9rem .7rem .65rem;color:#52657a;font:800 .58rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}.sidebar nav a{min-height:45px;margin-bottom:.25rem;padding:0 .7rem;display:flex;align-items:center;gap:.8rem;border:1px solid transparent;border-radius:11px;color:#8fa1b4;font-size:.8rem;transition:.15s ease}.sidebar nav a i{width:22px;color:#6f8195;font: 1rem ui-monospace,SFMono-Regular,Menlo,monospace;text-align:center}.sidebar nav a b{min-width:21px;margin-left:auto;padding:.1rem .35rem;border-radius:20px;background:#58e0c21f;color:var(--accent);font:800 .61rem ui-monospace,SFMono-Regular,Menlo,monospace;text-align:center}.sidebar nav a:hover,.sidebar nav a.is-active{border-color:#58e0c226;background:#58e0c212;color:var(--text)}.sidebar nav a.is-active i{color:var(--accent)}.workspace-card{margin-top:auto;padding:.9rem;border:1px solid var(--line-soft);border-radius:12px;background:#0b1722}.workspace-card span,.workspace-card strong,.workspace-card small{display:block}.workspace-card span{color:#566a80;font:800 .55rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.workspace-card strong{margin-top:.4rem;font-size:.78rem}.workspace-card small{color:var(--muted);font-size:.66rem}.back-link{margin:.9rem .5rem 0;color:#6f8195;font-size:.7rem}.back-link:hover{color:var(--accent)}main{min-width:0}.topbar{height:68px;padding:0 clamp(1rem,3vw,2rem);display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:#071018e8;backdrop-filter:blur(14px)}html[data-mode=demo] .topbar{top:34px}.menu-button{display:none;border:0;background:transparent;cursor:pointer}.global-search{width:min(520px,48vw);min-height:39px;display:flex;align-items:center;gap:.65rem;padding:0 .85rem;border:1px solid var(--line-soft);border-radius:11px;background:#09141e;color:#64768b}.global-search input,.table-filter input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:.76rem}.global-search input::placeholder,.table-filter input::placeholder{color:#617286}.top-actions{margin-left:auto;display:flex;align-items:center;gap:.7rem}.system-status{display:flex;align-items:center;gap:.45rem;color:#7e90a3;font-size:.69rem}.system-status b{font:inherit;font-weight:500}.system-status i{width:7px;height:7px;border-radius:50%;background:#45d99e;box-shadow:0 0 13px #45d99ea6}.system-status.is-checking i{background:#ecc46d;box-shadow:0 0 13px #ecc46d80}.system-status.is-offline i{background:#f08087;box-shadow:0 0 13px #f0808780}.icon-button,.avatar-button{position:relative;border:1px solid var(--line);background:#0b1722;cursor:pointer}.icon-button{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#91a3b6}.icon-button:hover{border-color:#3a526a;color:var(--text)}.icon-button b{position:absolute;top:-4px;right:-4px;min-width:15px;height:15px;display:grid;place-items:center;border:2px solid var(--bg);border-radius:50%;background:var(--accent-2);color:#fff;font-size:.5rem}.icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.avatar-button{width:36px;height:36px;border-radius:50%;color:var(--accent);font:800 .66rem ui-monospace,SFMono-Regular,Menlo,monospace}.top-popover-wrap{position:relative}.top-popover{width:290px;position:absolute;z-index:120;top:calc(100% + .65rem);right:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#0b1722;box-shadow:0 22px 60px #0000007a}.top-popover>header{padding:.75rem .85rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-soft)}.top-popover>header strong{font-size:.7rem}.top-popover>header small{color:var(--accent);font:800 .52rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.top-popover>a{padding:.7rem .85rem;display:block;border-top:1px solid var(--line-soft);color:var(--accent);font-size:.61rem}.notification-item{padding:.7rem .85rem;display:grid;grid-template-columns:27px 1fr;gap:.6rem;border-bottom:1px solid var(--line-soft)}.notification-item:last-child{border-bottom:0}.notification-item i{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#58e0c214;color:var(--accent);font-style:normal;font-size:.55rem}.notification-item strong,.notification-item small{display:block}.notification-item strong{font-size:.63rem}.notification-item small{margin-top:.12rem;color:#667a8f;font-size:.54rem}.account-popover{width:210px}.logout-button{width:calc(100% - 1.4rem);min-height:36px;margin:.7rem;border:1px solid var(--line);border-radius:8px;background:#0e1c28;color:#c8d2dd;cursor:pointer;font-size:.65rem}.logout-button:hover{border-color:var(--danger);color:#ffb1b5}[data-mode=demo] .account-wrap,[data-mode=production] .demo-home-button{display:none}.content{max-width:1600px;margin:0 auto;padding:clamp(1.2rem,3vw,2.2rem)}.page-head{min-height:190px;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.overline{margin:0 0 .45rem;color:var(--accent);font:800 .61rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.page-head h1{margin:0;font-size:clamp(2.2rem,4.2vw,4rem);line-height:.96;letter-spacing:-.055em}.page-head h1 em{color:#91a3b8;font-style:normal;font-weight:450}.page-head>div>p:last-child{margin:.8rem 0 0;color:var(--muted);font-size:.84rem}.page-actions{display:flex;gap:.65rem;padding-bottom:.2rem}.primary-button,.secondary-button,.compact-button{min-height:40px;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border-radius:10px;font-size:.72rem;font-weight:800;cursor:pointer}.primary-button{border:1px solid var(--accent);background:var(--accent);color:#04110e}.primary-button:hover{background:#70ebd0}.primary-button:disabled,.secondary-button:disabled,.compact-button:disabled{opacity:.5;cursor:wait}.primary-button span{font:900 .9rem ui-monospace,SFMono-Regular,Menlo,monospace}.secondary-button,.compact-button{border:1px solid var(--line);background:#0b1722;color:#c0cbd7}.secondary-button:hover,.compact-button:hover{border-color:#40566e;color:#fff}.compact-button{min-height:34px;padding:0 .75rem;font-size:.66rem}.full{width:100%}.metrics{margin:2rem 0 1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);background:var(--line);border-radius:var(--radius);overflow:hidden}.metrics article{min-height:126px;padding:1.1rem 1.2rem;position:relative;background:var(--surface)}.metrics article>div span,.metrics article>div small{display:block}.metrics article>div span{color:#788ba0;font:800 .58rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.metrics article>div small{margin-top:.25rem;color:#52657a;font-size:.62rem}.metrics strong{position:absolute;left:1.2rem;bottom:1rem;font-size:1.65rem;letter-spacing:-.045em}.metric-icon{position:absolute;right:1rem;bottom:1rem;width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(88,224,194,.19);border-radius:9px;background:#58e0c20d;color:var(--accent);font-style:normal;font-size:.75rem}.metric-value{background:linear-gradient(135deg,rgba(126,140,255,.12),var(--surface))!important}.metric-value .metric-icon{border-color:#7e8cff40;background:#7e8cff14;color:#aab3ff}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.demo-flow{margin:2rem 0 1rem;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(520px,1.6fr)}[data-mode=production] .demo-flow,[data-mode=production] .reset-demo{display:none}.flow-intro{padding:1.5rem;border-right:1px solid var(--line);background:linear-gradient(145deg,rgba(88,224,194,.06),transparent 65%)}.flow-intro h2{max-width:430px;margin:.45rem 0 .7rem;font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.045em}.flow-intro>p:not(.overline){max-width:470px;margin:0 0 1.2rem;color:var(--muted);font-size:.73rem;line-height:1.7}.flow-workbench{min-width:0;padding:1rem;display:grid;grid-template-rows:auto 1fr;gap:.8rem;background:#08121b}.flow-stages{margin:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(102px,1fr));gap:.4rem;list-style:none;overflow-x:auto}.flow-stages li{min-width:102px;padding:.65rem;position:relative;display:grid;grid-template-columns:25px 1fr;gap:.42rem;border:1px solid var(--line-soft);border-radius:9px;background:#0c1722;opacity:.55;transition:opacity .2s ease,border-color .2s ease,transform .2s ease,background .2s ease}.flow-stages li:not(:last-child):after{content:"\203a";position:absolute;z-index:2;top:50%;right:-.42rem;color:#3d5368;transform:translateY(-50%)}.flow-stages li.is-active{border-color:var(--accent);background:#58e0c214;opacity:1;transform:translateY(-2px)}.flow-stages li.is-done{border-color:#58e0c247;opacity:.85}.flow-stages i{width:25px;height:25px;display:grid;place-items:center;border-radius:6px;background:#101f2c;color:var(--accent);font:800 .52rem ui-monospace,SFMono-Regular,Menlo,monospace;font-style:normal}.flow-stages strong,.flow-stages small{display:block}.flow-stages strong{color:#dce6ee;font-size:.57rem;line-height:1.3}.flow-stages small{margin-top:.2rem;color:#6e8295;font-size:.48rem;line-height:1.35}.flow-console{min-height:132px;overflow:hidden;border:1px solid var(--line-soft);border-radius:9px;background:#050c12}.flow-console>div{height:32px;padding:0 .75rem;display:flex;align-items:center;gap:.3rem;border-bottom:1px solid var(--line-soft)}.flow-console>div span{width:6px;height:6px;border-radius:50%;background:#31475a}.flow-console>div span:first-child{background:#f08488}.flow-console>div span:nth-child(2){background:#ecc46d}.flow-console>div span:nth-child(3){background:#58e0c2}.flow-console>div strong{margin-left:.4rem;color:#657b90;font:800 .5rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.flow-console pre{margin:0;padding:.7rem .85rem;color:#9eb0c1;font:.58rem/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.panel-head{min-height:74px;padding:1rem 1.15rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line-soft)}.panel-head .overline{margin-bottom:.25rem;color:#6c8196}.panel h2{margin:0;font-size:.95rem;letter-spacing:-.02em}.demo-dataset-note{margin-top:.2rem;display:block;color:#667b91;font-size:.56rem}.panel-tools{display:flex;align-items:center;gap:.55rem}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(310px,.72fr);gap:1rem;align-items:start}.pipeline-board{min-height:520px;padding:.9rem;display:grid;grid-template-columns:repeat(4,minmax(185px,1fr));gap:.65rem;overflow-x:auto}.pipeline-column{min-width:185px;padding:.7rem;border:1px solid var(--line-soft);border-radius:12px;background:#09141e}.column-head{margin-bottom:.7rem;display:flex;align-items:center;justify-content:space-between}.column-head span{display:flex;align-items:center;gap:.5rem;color:#98a8b9;font-size:.68rem;font-weight:800}.column-head span i{width:7px;height:7px;border-radius:50%;background:#6d8298}.pipeline-column[data-status=qualified] .column-head span i{background:var(--accent-2)}.pipeline-column[data-status=offer] .column-head span i{background:var(--warning)}.pipeline-column[data-status=won] .column-head span i{background:#48dda0}.column-head b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#122130;color:#7f91a5;font:700 .6rem ui-monospace,SFMono-Regular,Menlo,monospace}.column-cards{display:grid;gap:.55rem}.lead-card{padding:.8rem;border:1px solid var(--line-soft);border-radius:10px;background:var(--surface-2);cursor:pointer;transition:transform .15s ease,border-color .15s ease}.lead-card:hover{transform:translateY(-2px);border-color:#3b526b}.lead-card-top{display:flex;justify-content:space-between;gap:.5rem;color:#60758b;font:700 .55rem ui-monospace,SFMono-Regular,Menlo,monospace}.lead-card-top b{color:var(--accent);font-weight:800}.lead-card h3{margin:.8rem 0 .35rem;font-size:.78rem;line-height:1.35}.lead-card p{margin:0;color:#8193a7;font-size:.65rem;line-height:1.45}.lead-card footer{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;color:#60748a;font-size:.57rem}.lead-card footer strong{color:#b9c5d2;font-size:.61rem}.empty-column{padding:1.1rem .6rem;border:1px dashed #203246;border-radius:10px;color:#52677d;font-size:.64rem;text-align:center}.insights-column{display:grid;gap:1rem}.ai-insight{padding:1.2rem;background:radial-gradient(circle at 100% 0,rgba(126,140,255,.14),transparent 48%),var(--surface)}.ai-insight-head{display:flex;align-items:center;gap:.8rem}.ai-insight-head .overline{margin-bottom:.25rem;color:#92a2b6}.ai-badge{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(126,140,255,.4);border-radius:12px;background:#7e8cff1a;color:#aab3ff;font:900 .66rem ui-monospace,SFMono-Regular,Menlo,monospace}.focus-score{margin:1.3rem 0 1rem;display:grid;grid-template-columns:1fr auto;align-items:end}.focus-score>span{color:#667b91;font:800 .57rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.focus-score strong{color:var(--accent);font-size:1.55rem}.focus-score strong small{color:#60758b;font-size:.65rem}.focus-score>div{grid-column:1 / -1;height:4px;margin-top:.45rem;overflow:hidden;border-radius:4px;background:#192a3a}.focus-score>div i{height:100%;display:block;background:linear-gradient(90deg,var(--accent-2),var(--accent))}.ai-insight>p{min-height:82px;color:#a5b3c2;font-size:.72rem;line-height:1.6}.privacy-note{margin-top:.7rem;display:block;color:#5e7288;font-size:.56rem;text-align:center}.activity-list{margin:0;padding:.7rem 1rem 1rem;list-style:none}.activity-list li{padding:.75rem 0;display:grid;grid-template-columns:29px 1fr;gap:.7rem;border-bottom:1px solid var(--line-soft)}.activity-list li:last-child{border-bottom:0}.activity-list i{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#58e0c212;color:var(--accent);font-style:normal;font-size:.65rem}.activity-list strong,.activity-list span{display:block}.activity-list strong{font-size:.67rem}.activity-list span{color:#6f8297;font-size:.59rem}.leads-panel{margin-top:1rem}.table-filter{width:180px;min-height:34px;padding:0 .7rem;display:flex;align-items:center;gap:.5rem;border:1px solid var(--line);border-radius:9px;color:#64788e}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.68rem;white-space:nowrap}th{padding:.75rem 1rem;border-bottom:1px solid var(--line-soft);color:#5d7187;font:800 .55rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-align:left}td{padding:.85rem 1rem;border-bottom:1px solid var(--line-soft);color:#93a4b6}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#58e0c206}td strong,td small{display:block}td strong{color:#dbe3ec;font-size:.71rem}td small{color:#63778d;font-size:.58rem}.row-button{border:0;background:transparent;color:var(--accent);cursor:pointer}.status-pill{padding:.28rem .45rem;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:20px;background:#0b1722;color:#9cacbd;font:800 .54rem ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.status-pill[data-status=qualified]{border-color:#7e8cff47;color:#adb6ff}.status-pill[data-status=offer]{border-color:#f1c36f4d;color:#ecc77f}.status-pill[data-status=won]{border-color:#45d99e4d;color:#70e7b1}.status-pill[data-status=lost]{border-color:#ff808740;color:#ee989d}.reports-row{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.source-chart{min-height:210px;padding:1.2rem;display:grid;gap:.8rem}.source-row{display:grid;grid-template-columns:110px 1fr 28px;gap:.7rem;align-items:center;color:#91a2b4;font-size:.66rem}.source-bar{height:7px;overflow:hidden;border-radius:7px;background:#172838}.source-bar i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--accent-2),var(--accent))}.source-row b{color:#cbd4dd;font:800 .63rem ui-monospace,SFMono-Regular,Menlo,monospace;text-align:right}.automation-card ul{margin:0;padding:.7rem 1rem 1rem;list-style:none}.automation-card li{padding:.85rem 0;display:grid;grid-template-columns:30px 1fr auto;gap:.7rem;align-items:center;border-bottom:1px solid var(--line-soft)}.automation-card li:last-child{border-bottom:0}.automation-card li>i{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(88,224,194,.2);border-radius:8px;background:#58e0c20f;color:var(--accent);font-style:normal}.automation-card li strong,.automation-card li small{display:block}.automation-card li strong{font-size:.68rem}.automation-card li small{color:#667a90;font-size:.59rem}.automation-card li b{color:var(--accent);font:800 .52rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em}.content>footer{padding:2rem .2rem .3rem;display:flex;justify-content:space-between;color:#53677d;font-size:.6rem}.drawer-backdrop{position:fixed;inset:0;z-index:79;visibility:hidden;background:#02060aad;opacity:0;transition:.2s ease}.drawer-backdrop.is-open{visibility:visible;opacity:1}.lead-drawer{width:min(500px,100%);height:100vh;position:fixed;z-index:80;top:0;right:0;display:grid;grid-template-rows:auto 1fr auto;border-left:1px solid var(--line);background:#09131e;box-shadow:-25px 0 80px #00000080;transform:translate(105%);transition:transform .25s ease}.lead-drawer.is-open{transform:translate(0)}.lead-drawer>header{min-height:78px;padding:1rem 1.3rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.lead-drawer h2{margin:0;font-size:1rem}.drawer-body{padding:1.2rem;overflow-y:auto}.lead-summary{padding:1rem;display:flex;align-items:center;gap:.8rem;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.lead-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#58e0c217;color:var(--accent);font:800 .62rem ui-monospace,SFMono-Regular,Menlo,monospace}.lead-summary>div{min-width:0;flex:1}.lead-summary strong,.lead-summary small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-summary strong{font-size:.76rem}.lead-summary small{color:#71859a;font-size:.6rem}.drawer-body>section{margin-top:1rem;padding:1rem;border:1px solid var(--line-soft);border-radius:12px}.drawer-body>section h3{margin:.45rem 0 .65rem;font-size:.9rem}.drawer-body>section>p:last-child{margin-bottom:0;color:#98a8b9;font-size:.7rem;line-height:1.65}.drawer-body dl{margin:1rem 0 0;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.drawer-body dl div{padding:.8rem;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.drawer-body dl div:nth-child(2n){border-right:0}.drawer-body dl div:nth-child(n+3){border-bottom:0}.drawer-body dt{color:#5e7389;font:800 .52rem ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.drawer-body dd{margin:.35rem 0 0;color:#c4cfda;font-size:.68rem}.ai-summary{border-color:#7e8cff38!important;background:#7e8cff0b}.ai-summary .overline{color:#aab3ff}.draft-box{border-color:#58e0c240!important;background:#58e0c209}.draft-box>div{display:flex;align-items:center;justify-content:space-between}.draft-box .overline{margin:0}.ai-live-badge{margin-left:.45rem;padding:.16rem .35rem;border:1px solid rgba(88,224,194,.34);border-radius:999px;color:var(--accent);font-size:.48rem;letter-spacing:.08em;vertical-align:middle}.draft-box strong{margin-top:.8rem;display:block;font-size:.75rem}.draft-box button{border:0;background:transparent;color:var(--accent);font-size:.6rem;cursor:pointer}.status-select{margin-top:1rem;padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--line-soft);border-radius:12px;color:#74899f;font-size:.65rem}.status-select select{padding:.4rem .55rem;border:1px solid var(--line);border-radius:8px;background:#0c1925;color:var(--text);font-size:.65rem}.lead-drawer>footer{padding:1rem 1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:.7rem;border-top:1px solid var(--line)}dialog{width:min(680px,calc(100% - 2rem));padding:0;border:1px solid var(--line);border-radius:16px;background:#0a151f;color:var(--text);box-shadow:0 40px 120px #000000b8}dialog::backdrop{background:#02060acc;backdrop-filter:blur(5px)}.modal-card>header{padding:1.2rem;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.modal-card h2{margin:0;font-size:1.1rem}.form-grid{padding:1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form-grid label{color:#8b9db0;font-size:.65rem}.form-grid label.wide{grid-column:1 / -1}.form-grid input,.form-grid textarea,.form-grid select,.auth-card input{width:100%;margin-top:.35rem;padding:.7rem .75rem;border:1px solid var(--line);border-radius:9px;outline:0;background:#08131d;color:var(--text);font-size:.72rem}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus,.auth-card input:focus{border-color:var(--accent)}.modal-note{margin:0 1.2rem;padding:.7rem .8rem;border:1px dashed #2c4156;color:#75899e;font-size:.6rem}.modal-card>footer{padding:1rem 1.2rem;display:flex;justify-content:flex-end;gap:.6rem}.offer-modal{width:min(820px,calc(100% - 2rem))}.offer-sheet{background:#f5f6f8;color:#18202b}.offer-sheet>header{padding:1.5rem 1.7rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d8dde4}.offer-sheet>header div span,.offer-sheet>header div strong{display:block}.offer-sheet>header span{color:#087d68;font:900 .65rem ui-monospace,SFMono-Regular,Menlo,monospace}.offer-sheet>header strong{margin-top:.2rem;font-size:.72rem;letter-spacing:.08em}.offer-sheet .icon-button{border-color:#cbd2dc;background:transparent;color:#465261}.offer-id{margin:2rem 1.7rem .5rem;color:#687483;font:700 .62rem ui-monospace,SFMono-Regular,Menlo,monospace}.offer-sheet h2{margin:0 1.7rem;font-size:2rem;letter-spacing:-.045em}.offer-sheet>p:not(.offer-id){margin:.8rem 1.7rem;color:#596676;font-size:.82rem}.offer-grid{margin:1.7rem;display:grid;grid-template-columns:1fr 1fr;border:1px solid #d5dbe3}.offer-grid section{min-height:190px;padding:1.2rem}.offer-grid section+section{border-left:1px solid #d5dbe3}.offer-grid span{color:#087d68;font:800 .6rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.offer-grid ul{padding-left:1.2rem;color:#445160;font-size:.75rem;line-height:1.9}.offer-grid p{color:#566372;font-size:.76rem}.offer-sheet>footer{padding:1rem 1.7rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.offer-sheet>footer p{color:#788391;font-size:.6rem}.auth-screen{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 50% 30%,rgba(88,224,194,.09),transparent 35%),var(--bg)}.auth-card{width:min(410px,100%);padding:2rem;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 35px 100px #00000080}.auth-card h1{margin:1rem 0 .6rem;font-size:1.7rem;letter-spacing:-.04em}.auth-card>p:not(.overline){color:var(--muted);font-size:.72rem}.auth-card label{margin:1.4rem 0 .8rem;display:block;color:#92a4b7;font-size:.65rem}.auth-error{min-height:1.2rem;margin-top:.7rem;display:block;color:var(--danger);font-size:.65rem}.toast{max-width:min(420px,calc(100% - 2rem));padding:.75rem 1rem;position:fixed;z-index:300;right:1rem;bottom:1rem;visibility:hidden;border:1px solid rgba(88,224,194,.3);border-radius:11px;background:#0e1c28;color:#cfdae4;box-shadow:0 15px 50px #0006;opacity:0;transform:translateY(10px);transition:.2s ease;font-size:.7rem}.toast.is-visible{visibility:visible;opacity:1;transform:translateY(0)}@media(max-width:1180px){:root{--sidebar: 210px}.demo-flow{grid-template-columns:1fr}.flow-intro{border-right:0;border-bottom:1px solid var(--line)}.dashboard-grid{grid-template-columns:1fr}.insights-column{grid-template-columns:1fr 1fr}.pipeline-board{min-height:450px}}@media(max-width:850px){.app-shell{grid-template-columns:1fr}.sidebar{width:min(280px,84vw);position:fixed;top:0!important;left:0;z-index:100;transform:translate(-105%);transition:transform .2s ease}.sidebar.is-open{transform:translate(0)}.menu-button{display:block}.metrics{grid-template-columns:repeat(2,1fr)}.reports-row,.insights-column{grid-template-columns:1fr}.page-head{align-items:flex-start;flex-direction:column}.global-search{width:min(420px,55vw)}}@media(max-width:560px){.demo-banner{align-items:flex-start;flex-direction:column;gap:.1rem;position:static}.topbar{top:0!important;padding-inline:.8rem}.global-search{flex:1;width:auto}.system-status,.top-actions .icon-button{display:none}.content{padding:1rem}.flow-intro{padding:1.1rem}.flow-workbench{padding:.75rem}.flow-stages{grid-template-columns:repeat(6,130px)}.page-head{min-height:230px}.page-head h1{font-size:2.65rem}.page-actions{width:100%}.page-actions button{flex:1}.metrics{grid-template-columns:1fr}.metrics article{min-height:105px}.pipeline-board{grid-template-columns:repeat(4,220px)}.panel-head{align-items:flex-start;flex-direction:column}.panel-tools{width:100%}.table-filter{flex:1}.drawer-body dl,.form-grid,.offer-grid{grid-template-columns:1fr}.drawer-body dl div{border-right:0;border-bottom:1px solid var(--line-soft)!important}.drawer-body dl div:last-child{border-bottom:0!important}.form-grid label.wide{grid-column:1}.offer-grid section+section{border-left:0;border-top:1px solid #d5dbe3}.offer-sheet>footer,.content>footer{align-items:flex-start;flex-direction:column}}@media print{body>*{display:none!important}.offer-modal[open]{width:100%;max-width:none;display:block!important;position:static;border:0}.offer-modal::backdrop,.offer-sheet .close-offer,.print-offer{display:none!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
