@property --c-border-r{syntax:'<number>';initial-value:18;inherits:true}@property --c-border-g{syntax:'<number>';initial-value:45;inherits:true}@property --c-border-b{syntax:'<number>';initial-value:120;inherits:true}:root{--c-bg:11 17 32;--c-surface:19 28 46;--c-border-r:18;--c-border-g:45;--c-border-b:120;--c-border:var(--c-border-r) var(--c-border-g) var(--c-border-b);--c-muted:140 155 175;--c-accent:13 148 136;--c-fg:215 225 235;--c-fg-strong:241 245 249;--nav-bg:rgba(11,17,32,0.92);--grain-opacity:0.025;--c-accent-hover:20 184 166;--c-secondary:217 119 6;--c-ai:124 58 237;--c-success:5 150 105;--c-danger:225 29 72;animation:border-breathe 5.5s ease-in-out infinite}html.light{--c-bg:248 250 252;--c-surface:255 255 255;--c-border-r:22;--c-border-g:52;--c-border-b:140;--c-border:var(--c-border-r) var(--c-border-g) var(--c-border-b);--c-muted:45 55 70;--c-accent:13 148 136;--c-fg:20 25 40;--c-fg-strong:10 15 30;--nav-bg:rgba(248,250,252,0.92);--grain-opacity:0.012;--c-accent-hover:15 118 110;--c-secondary:180 83 9;--c-ai:109 40 217;--c-success:4 120 87;--c-danger:190 18 60}@keyframes border-breathe{0%,100%{--c-border-r:6;--c-border-g:18;--c-border-b:70}50%{--c-border-r:30;--c-border-g:75;--c-border-b:195}}@media (prefers-reduced-motion:reduce){:root,html.light{animation:none;--c-border-r:20;--c-border-g:50;--c-border-b:135}}html{scroll-behavior:smooth}.logo-wave{background:linear-gradient(90deg,rgb(var(--c-accent)) 0%,rgb(var(--c-fg)) 40%,rgb(var(--c-accent)) 80%);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:logo-wave 14s ease-in-out infinite}@keyframes logo-wave{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}body::before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.ticker-wrap{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.ticker{display:flex;align-items:center;width:max-content;animation:ticker-scroll 80s linear infinite}.ticker:hover{animation-play-state:paused}.ticker-item{flex-shrink:0;padding:0 1.5rem;font-size:0.95rem;font-weight:600;letter-spacing:0.03em;color:rgb(var(--c-fg) / 0.60);white-space:nowrap;transition:color 0.2s}.ticker-item:hover{color:rgb(var(--c-fg) / 0.9)}.ticker-sep{flex-shrink:0;width:4px;height:4px;border-radius:50%;background:rgb(var(--c-fg) / 0.30)}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.reveal{opacity:0;transform:translateY(12px);animation:reveal 0.6s ease forwards}.reveal-d1{animation-delay:0.1s}.reveal-d2{animation-delay:0.2s}.reveal-d3{animation-delay:0.35s}.reveal-d4{animation-delay:0.5s}.reveal-d5{animation-delay:0.65s}@keyframes reveal{to{opacity:1;transform:translateY(0)}}.rule-accent{border:none;height:1px;background:linear-gradient(90deg,transparent,rgb(var(--c-accent) / 0.25),transparent)}.feat-bento{background:rgb(var(--c-surface));border:1px solid rgb(var(--c-border));border-radius:8px;padding:2rem 1.75rem;transition:border-color 0.15s ease}.feat-bento:hover{border-color:rgb(var(--c-muted) / 0.3)}.feat-bento-lg{grid-column:span 2}@media(max-width:768px){.feat-bento-lg{grid-column:span 1}}.step-num{font-family:'Space Grotesk',system-ui,sans-serif;font-size:0.7rem;font-weight:700;letter-spacing:0.08em;color:rgb(var(--c-accent));border:1px solid rgb(var(--c-accent) / 0.2);border-radius:4px;padding:0.2rem 0.5rem;display:inline-block;margin-bottom:0.75rem}.tl-pain{font-family:'Space Grotesk',system-ui,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.3;color:rgb(var(--c-fg) / 0.40);letter-spacing:-0.01em}@media(min-width:768px){.tl-pain{font-size:1.75rem}}.tl-answer{font-size:1.1rem;font-weight:600;line-height:1.4;color:rgb(var(--c-fg))}.tl-detail{font-size:0.85rem;color:rgb(var(--c-muted));line-height:1.6;margin-top:0.5rem}.demo-card{background:rgb(var(--c-surface));border:1px solid rgb(var(--c-border));border-radius:8px;padding:1.5rem;transition:border-color 0.15s ease;text-decoration:none;display:block}.demo-card:hover{border-color:rgb(var(--c-muted) / 0.3)}.theme-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--c-border));border-radius:6px;background:transparent;color:rgb(var(--c-muted));cursor:pointer;transition:border-color 0.15s,color 0.15s;flex-shrink:0}.theme-toggle:hover{border-color:rgb(var(--c-muted) / 0.5);color:rgb(var(--c-fg))}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}html.light .theme-toggle .icon-sun{display:block}html.light .theme-toggle .icon-moon{display:none}html.light .cliq-bg{opacity:0.06;filter:blur(1px)}html.light .tl-pain{color:rgb(var(--c-fg) / 0.50)}html.light .pp{--surface:rgba(255,255,255,0.9);--border:#d2d2dc;--muted:#46465a;--dim:#70708a;--text:#0f0f1e}html.light .pp .formula,html.light .pp .bracket-card,html.light .pp .seat-chip,html.light .pp .calc,html.light .pp .typical-card,html.light .pp .feat-card,html.light .pp .ent-card,html.light .pp .unlock-card,html.light .pp .chart-box,html.light .pp .mile{background:rgba(255,255,255,0.9);border-color:#e4e4eb}html.light .pp .calc-field input,html.light .pp .calc-field select{background:#f8f8fa;border-color:#e4e4eb;color:#1a1a2e}html.light .pp .calc-flow{background:#f8f8fa;border-top-color:#e4e4eb}html.light .pp .calc-result{border-top-color:#e4e4eb}html.light .pp .cr-stat{border-right-color:#e4e4eb}html.light .pp details{background:#fff;border-color:#e4e4eb}html.light .pp details[open]{border-color:rgb(var(--c-accent) / 0.3)}html.light .pp summary:hover{background:rgb(var(--c-accent) / 0.04)}html.light .pp .bracket-fade-r{background:linear-gradient(90deg,transparent,rgba(246,246,249,0.95))}html.light .pp .bracket-fade-l{background:linear-gradient(270deg,transparent,rgba(246,246,249,0.95))}html.light .pp .bracket-nav{background:#fff;border-color:#e4e4eb}html.light .pp .pitch-box{background:rgba(245,158,11,0.04);border-color:rgba(245,158,11,0.15)}html.light .pp .ent-cta{background:rgba(239,68,68,0.04);border-color:rgba(239,68,68,0.15)}html.light .feat-bento,html.light .demo-card{background:#fff;border-color:#b0b8c8;box-shadow:0 1px 4px rgba(0,0,0,0.08)}html.light .feat-bento:hover,html.light .demo-card:hover{border-color:#8890a0}html.light .step-num{color:rgb(var(--c-accent));border-color:rgb(var(--c-accent) / 0.3)}html.light .rule-accent{background:linear-gradient(90deg,transparent,rgb(var(--c-accent) / 0.15),transparent)}html.light input[type="email"]{background:#fff;border-color:#d2d2dc}html.light .pp svg text{fill:currentColor}html.light .ticker-item{color:rgba(10,10,25,0.75)}html.light .ticker-item:hover{color:rgba(10,10,25,0.95)}html.light .ticker-sep{background:rgba(10,10,25,0.35)}html.light .tl-pain{color:rgba(10,10,25,0.55)}html.light .tl-detail{color:#1a1a30}html.light [class*="text-fg/20"],html.light [class*="text-fg\\/20"]{color:rgba(10,10,25,0.60)!important}html.light [class*="text-fg/25"],html.light [class*="text-fg\\/25"]{color:rgba(10,10,25,0.65)!important}html.light [class*="text-fg/30"],html.light [class*="text-fg\\/30"]{color:rgba(10,10,25,0.70)!important}html.light [class*="text-fg/40"],html.light [class*="text-fg\\/40"]{color:rgba(10,10,25,0.75)!important}html.light [class*="text-fg/45"],html.light [class*="text-fg\\/45"]{color:rgba(10,10,25,0.80)!important}html.light [class*="text-fg/50"],html.light [class*="text-fg\\/50"]{color:rgba(10,10,25,0.85)!important}html.light [class*="text-fg/60"],html.light [class*="text-fg\\/60"]{color:rgba(10,10,25,0.85)!important}html.light [class*="text-fg/70"],html.light [class*="text-fg\\/70"]{color:rgba(10,10,25,0.9)!important}html.light [class*="text-fg/80"],html.light [class*="text-fg\\/80"]{color:rgba(10,10,25,0.93)!important}html.light [class*="text-fg/85"],html.light [class*="text-fg\\/85"]{color:rgba(10,10,25,0.95)!important}html.light [class*="text-fg/90"],html.light [class*="text-fg\\/90"]{color:rgba(10,10,25,0.97)!important}html.light [class*="text-fg/95"],html.light [class*="text-fg\\/95"]{color:rgba(10,10,25,1)!important}html.light [class*="text-muted/30"],html.light [class*="text-muted\\/30"]{color:rgba(10,10,25,0.55)!important}html.light [class*="text-muted/40"],html.light [class*="text-muted\\/40"]{color:rgba(10,10,25,0.60)!important}html.light [class*="text-muted/50"],html.light [class*="text-muted\\/50"]{color:rgba(10,10,25,0.65)!important}html.light [class*="text-muted/60"],html.light [class*="text-muted\\/60"]{color:rgba(10,10,25,0.70)!important}html.light [class*="text-accent/60"],html.light [class*="text-accent\\/60"]{color:rgba(10,100,90,0.95)!important}html.light [class*="text-accent/70"],html.light [class*="text-accent\\/70"]{color:rgba(10,100,90,1)!important}html.light [class*="text-accent/80"],html.light [class*="text-accent\\/80"]{color:rgb(10,120,110)!important}html.light [class*="text-amber-500/60"],html.light [class*="text-amber-500\\/60"]{color:rgba(160,90,0,1)!important}html.light .text-muted{color:#1a1a35!important}html.light nav .text-muted{color:#1a1a35!important}html.light nav a:hover{color:rgba(10,10,25,0.95)!important}html.light footer,html.light [class*="contentinfo"]{color:#1a1a35}html.light .border-border{border-color:rgba(10,10,25,0.15)!important}html.light .pp{--dim:#1a1a30;--muted:#1a1a35}html.light .bc-discount-label{color:#2a2a40}html.light .bc-base{color:#2a2a40}html.light .bc-range{color:#1a1a35}html.light .sc-price{color:#2a2a40}html.light .sc-feat{color:#1a1a35}html.light .formula-term-note{color:#2a2a40}html.light .formula-op{color:#2a2a40}html.light .tc-note{color:#2a2a40}html.light .cr-label{color:#1a1a35}html.light .cr-sub{color:#2a2a40}html.light .cfs-sub{color:#1a1a35}html.light .pp-sec-sub{color:#1a1a35}html.light .pp-hero p{color:#1a1a35}html.light .collapse-sub{color:#2a2a40}html.light .mile-p{color:#4a4a60}html.light .pitch-body{color:#3a3a55}html.light .pitch-disclaimer{color:#4a4a60}html.light [class*="bg-emerald-500/70"],html.light [class*="bg-emerald-500\\/70"]{background-color:rgba(16,185,129,0.9)!important}html.light [style*="rgba(255,255,255"]{}html.light .broker-main{background:rgb(var(--c-bg))!important}html.light .left-tabs,html.light .stage-tabs{background:rgb(var(--c-surface))!important;border-bottom-color:rgb(var(--c-border))!important}html.light .left-head,html.light .rail-head,html.light .main-head{border-bottom-color:rgb(var(--c-border))!important}html.light .left-tools{background:rgb(var(--c-bg))!important;border-bottom-color:rgb(var(--c-border))!important}html.light .broker-console input:not([type="file"]),html.light .broker-console textarea,html.light .broker-console select{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-border))!important;color:rgb(var(--c-fg-strong))!important}html.light #doc-files{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-accent) / 0.3)!important;color:rgb(var(--c-fg))!important}html.light .panel{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important;box-shadow:0 1px 3px rgba(0,0,0,0.04)!important}html.light .card,html.light .rail-card,html.light .stage-card,html.light .item-editor,html.light .doc-pill,html.light .program-card,html.light .decl-row{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important;box-shadow:0 1px 3px rgba(0,0,0,0.04)!important}html.light .card:hover,html.light .card:focus-within,html.light .rail-card:hover,html.light .rail-card:focus-within,html.light .stage-card:hover,html.light .stage-card:focus-within,html.light .item-editor:hover,html.light .item-editor:focus-within,html.light .program-card:hover,html.light .program-card:focus-within,html.light .doc-pill:hover,html.light .decl-row:hover{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-accent) / 0.3)!important;box-shadow:0 2px 8px rgba(0,0,0,0.06)!important}html.light .collapsible-card.collapsed{background:rgb(var(--c-bg) / 0.5)!important}html.light .collapsible-card.collapsed:hover,html.light .collapsible-card.collapsed:focus-within{background:rgb(var(--c-bg))!important}html.light .list-btn{border-bottom-color:rgb(var(--c-border) / 0.5)!important}html.light .list-btn:hover{background:rgb(var(--c-bg))!important}html.light .list-btn.active{background:rgb(var(--c-accent) / 0.06)!important}html.light .scope-btn,html.light .ghost-btn{border-color:rgb(var(--c-border))!important;color:rgb(var(--c-fg))!important}html.light .scope-btn:hover,html.light .ghost-btn:hover{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-muted) / 0.4)!important}html.light .primary-btn:disabled{background:rgba(15,118,110,0.15)!important;color:rgb(var(--c-muted))!important}html.light .intake-section{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-border))!important}html.light .card-title,html.light .panel-title{color:rgb(var(--c-fg-strong))!important}html.light .card-sub,html.light .panel-sub,html.light .meta,html.light #main-sub{color:rgb(var(--c-muted))!important}html.light .empty-state{color:rgb(var(--c-muted))!important}html.light .ws-verdict-inline{background:rgb(var(--c-surface))!important;border-bottom-color:rgb(var(--c-border))!important}html.light .broker-console .ws-divider{background:rgb(var(--c-border) / 0.5)!important}html.light .broker-console .ws-hierarchy-level{border-left-color:rgb(var(--c-border))!important}html.light .broker-console .ws-hierarchy-label{color:rgb(var(--c-fg) / 0.5)!important}html.light .broker-console .ws-hierarchy-title{color:rgb(var(--c-fg) / 0.7)!important}html.light .item-nav{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-border))!important}html.light .item-dot{background:rgb(var(--c-border))!important}html.light .item-nav-btn{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-surface))!important;color:rgb(var(--c-fg))!important}html.light .item-focus-card{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important}html.light .class-progress-bar{background:rgb(var(--c-border))!important}html.light .audit-breakdown .audit-tag{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-border))!important}html.light .audit-table th{border-bottom-color:rgb(var(--c-border))!important}html.light .audit-table td{border-bottom-color:rgb(var(--c-border) / 0.5)!important}html.light .audit-table tr:hover td{background:rgb(var(--c-bg))!important}html.light .extract-pulse-card{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-surface))!important}html.light .form-grid label{color:rgb(var(--c-muted))!important}html.light .field-hint{color:rgb(var(--c-fg) / 0.55)!important}html.light .crm-doc-overlay{background:rgba(0,0,0,0.4)!important}html.light .crm-doc-modal{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important;box-shadow:0 24px 64px rgba(0,0,0,0.12)!important}html.light .crm-doc-modal-header{border-bottom-color:rgb(var(--c-border))!important}html.light .crm-mode-card,html.light .processing-mode-card{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-bg))!important}html.light .warning-note{color:#d97706!important}html.light .bulk-main-header{background:rgba(248,250,252,0.94)!important;border-bottom-color:rgb(var(--c-border))!important}html.light .bulk-pulse-card{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-surface))!important}html.light .bulk-mode-card{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-bg))!important}html.light .bulk-mode-card.active{border-color:rgba(13,148,136,0.45)!important;background:rgba(13,148,136,0.06)!important}html.light .bulk-radio{border-color:rgb(var(--c-border))!important}html.light .bulk-stat{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-bg))!important}html.light .bulk-progress-bar{background:rgb(var(--c-border))!important}html.light .bulk-preview-table th,html.light .bulk-preview-table td,html.light .bulk-results-table th,html.light .bulk-results-table td{border-bottom-color:rgb(var(--c-border) / 0.5)!important}html.light .bulk-preview-table tr:hover td,html.light .bulk-results-table tr:hover td{background:rgb(var(--c-bg))!important}html.light .bulk-audit-table th{border-bottom-color:rgb(var(--c-border))!important}html.light .bulk-audit-table td{border-bottom-color:rgb(var(--c-border) / 0.5)!important}html.light .bulk-audit-table tr:hover td{background:rgb(var(--c-bg))!important}html.light .bulk-dropzone{border-color:rgb(var(--c-border))!important;background:rgb(var(--c-bg))!important}html.light .bulk-dropzone:hover,html.light .bulk-dropzone.dragover{border-color:rgba(13,148,136,0.55)!important;background:rgba(13,148,136,0.04)!important}html.light #bulk-item-verdict{border-bottom-color:rgb(var(--c-border))!important}html.light #ws-stream-state,html.light #ws-brain-overlay{background:rgb(var(--c-bg))!important}html.light #ws-brain-overlay button{background:rgb(var(--c-border))!important;border-color:rgb(var(--c-border))!important;color:rgb(var(--c-fg))!important}html.light .vis-overlay{background:rgba(248,250,252,0.85)!important}html.light .bg-\[\\#0a0a0f\],html.light [class*="bg-[#0a0a0f]"]{background-color:rgb(var(--c-bg))!important}html.light .bg-\[\\#0f1318\],html.light [class*="bg-[#0f1318]"]{background-color:rgb(var(--c-surface))!important}html.light .intake-input,html.light input[class*="bg-[#0a0a0f]"],html.light input[class*="bg-[#0a0a14]"]{background-color:rgb(var(--c-bg))!important;color:rgb(var(--c-fg-strong))!important;border-color:rgb(var(--c-border))!important}html.light select[class*="bg-[#0a0a0f]"],html.light select[class*="bg-[#0a0a14]"]{background-color:rgb(var(--c-bg))!important;color:rgb(var(--c-fg-strong))!important;border-color:rgb(var(--c-border))!important}html.light .intake-input,html.light .intake-select{background:rgb(var(--c-bg))!important;color:rgb(var(--c-fg-strong))!important;border-color:rgb(var(--c-border))!important}html.light .intake-select option{background:rgb(var(--c-surface))!important;color:rgb(var(--c-fg-strong))!important}html.light .intake-toggle{background:rgb(var(--c-border))!important}html.light .ciq-dialog-overlay{background:rgba(0,0,0,0.3)!important}html.light .ciq-dialog-box{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important;box-shadow:0 8px 48px rgba(0,0,0,0.12),0 0 0 1px rgb(var(--c-border))!important}html.light .ciq-dialog-title{color:rgb(var(--c-fg-strong))!important}html.light .ciq-dialog-msg{color:rgb(var(--c-muted))!important}html.light .ciq-dialog-btn-ghost{color:rgb(var(--c-fg))!important;border-color:rgb(var(--c-border))!important}html.light .ciq-dialog-btn-ghost:hover{color:rgb(var(--c-fg-strong))!important;border-color:rgb(var(--c-muted) / 0.4)!important;background:rgb(var(--c-bg))!important}html.light #cliq-help-panel{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important;box-shadow:0 12px 40px rgba(0,0,0,0.1)!important}html.light #cliq-help-panel [style*="border-color:rgba(255,255,255"]{border-color:rgb(var(--c-border))!important}html.light .help-msg-ai{background:rgb(var(--c-bg))!important;color:rgb(var(--c-fg))!important}html.light .help-msg-user{background:rgb(var(--c-accent) / 0.08)!important;color:rgb(var(--c-fg-strong))!important}html.light [class*="bg-[#0f1318]"]{background-color:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important}html.light .brokerage-card{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important}html.light .dash-card,html.light .settings-card,html.light .admin-card{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important}html.light .dwc-tiers{border-top-color:rgb(var(--c-border))!important}html.light .dwc-activity{border-top-color:rgb(var(--c-border))!important}html.light .dwc-txn{border-bottom-color:rgb(var(--c-border) / 0.3)!important}html.light .dwc-txn-time{color:rgb(var(--c-muted) / 0.6)!important}html.light .dwc-tier-cost{color:rgb(var(--c-muted))!important}html.light .broker-console [style*="border"],html.light .bulk-ws [style*="border"]{border-color:rgb(var(--c-border))!important}html.light .ws-question-overlay{background:rgba(248,250,252,0.92)!important}html.light .ws-question-card{background:rgb(var(--c-surface))!important;border-color:rgb(var(--c-border))!important;color:rgb(var(--c-fg-strong))!important}html.light .ws-question-btn{background:rgb(var(--c-bg))!important;border-color:rgb(var(--c-border))!important;color:rgb(var(--c-fg))!important}html.light .ws-question-btn:hover{background:rgb(var(--c-accent) / 0.06)!important;border-color:rgb(var(--c-accent) / 0.3)!important}html.light .crm-demo-back{color:rgb(var(--c-fg) / 0.7)!important}html.light .crm-demo-hero p{color:rgb(var(--c-muted))!important}html.light .crm-demo-step p{color:rgb(var(--c-muted))!important}html.light [style*="color:rgba(255,255,255"]{color:rgb(var(--c-fg))!important}.nav-dropdown{background:rgba(14,14,30,0.98);border:1px solid rgba(255,255,255,0.08);box-shadow:0 12px 40px rgba(0,0,0,0.5)}.nav-dropdown-btn{border:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.45)}.nav-dropdown-label{color:rgba(255,255,255,0.35)}.nav-dropdown-item{color:rgba(255,255,255,0.55)}.nav-dropdown-item:hover{background:rgba(255,255,255,0.06)}html.light .nav-dropdown{background:rgba(255,255,255,0.98);border:1px solid rgba(10,10,25,0.1);box-shadow:0 12px 40px rgba(0,0,0,0.12)}html.light .nav-dropdown-btn{border:1px solid rgba(10,10,25,0.12);color:rgba(10,10,25,0.55)}html.light .nav-dropdown-label{color:rgba(10,10,25,0.4)}html.light .nav-dropdown-item{color:rgba(10,10,25,0.65)}html.light .nav-dropdown-item:hover{background:rgba(10,10,25,0.05)}