*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--purple: #AF68E9;--purple-deep: #7020AA;--purple-soft: #F4EBFC;--purple-mid: #D6BBEE;--orange: #F54A00;--orange-soft: #FFE5D5;--lime: #84F84A;--surface: #F4F5F7;--ink: #14101C;--white: #ffffff;--bg: #F4F5F7;--text-dark: #14101C;--text-mid: #4F4860;--text-muted: #8B859B;--border: #E5E7EB;--quote-bg: #14101C;--quote-border:#14101C;--on-highlight:#14101C;--orb-opacity: .55;--radius: 18px;--font-sans: "Outfit", sans-serif;--font-display: "Bricolage Grotesque", "Outfit", sans-serif;--font-mono: "Space Mono", monospace;--font-hand: "Caveat", cursive}:root[data-theme=dark]{--purple: #C49BF2;--purple-deep: #B07CE0;--purple-soft: #2A1E3A;--purple-mid: #6B4A8E;--orange: #FF7A40;--orange-soft: #3A1E12;--lime: #B6FA82;--surface: #16121F;--ink: #E8DCFF;--white: #1B1626;--bg: #100C18;--text-dark: #F4EEFF;--text-mid: #B7AFC8;--text-muted: #7C7491;--border: #2A2436;--quote-bg: #221A38;--quote-border:#3A2D52;--on-highlight:#14101C;--orb-opacity: .4;color-scheme:dark}body{font-family:var(--font-sans);background:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;font-feature-settings:"ss01","ss02"}.text-gradient{background:linear-gradient(95deg,var(--purple) 0%,var(--orange) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hl{position:relative;display:inline-block;white-space:nowrap;isolation:isolate}.hl:before{content:"";position:absolute;inset:auto -.15em -.05em;height:.45em;background:var(--lime);z-index:-1;border-radius:.2em .6em .3em .5em;transform:rotate(-1.2deg)}.text-scribble{font-family:var(--font-hand);position:relative;display:inline-block;color:var(--orange);transform:rotate(-3deg);padding:0 .1em;font-weight:700}.text-scribble:after{content:"";position:absolute;left:0;right:0;top:52%;height:.18em;background:var(--orange);border-radius:999px;transform:rotate(-1.5deg) scaleX(1.05);opacity:.85}.sticker{display:inline-flex;align-items:center;gap:.4rem;padding:5px 12px;border-radius:999px;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--surface);color:var(--ink);border:1.5px solid var(--ink);box-shadow:2px 2px 0 0 var(--ink);transform:rotate(-1.5deg)}.sticker--lime{background:var(--lime);border-color:var(--ink);color:var(--ink)}.sticker--orange{background:var(--orange);border-color:var(--ink);color:#fff}.sticker--purple{background:var(--purple);border-color:var(--ink);color:#fff}.orb{position:absolute;border-radius:9999px;filter:blur(60px);opacity:var(--orb-opacity);pointer-events:none;z-index:0}.orb--purple{background:radial-gradient(circle,var(--purple) 0%,transparent 70%)}.orb--orange{background:radial-gradient(circle,var(--orange) 0%,transparent 70%)}.orb--lime{background:radial-gradient(circle,var(--lime) 0%,transparent 70%)}.btn-gradient{position:relative;overflow:hidden;color:#fff!important;border:none;z-index:0;transition:transform .18s ease,box-shadow .3s ease}.btn-gradient:before{content:"";position:absolute;inset:0;width:220%;background:linear-gradient(90deg,var(--purple) 0%,var(--orange) 25%,var(--purple) 50%,var(--orange) 75%,var(--purple) 100%);animation:btn-gradient-shift 2s linear infinite;z-index:-1}.btn-gradient:hover{transform:translateY(-1px) rotate(-.3deg);box-shadow:0 10px 30px -8px #f54a008c}@keyframes btn-gradient-shift{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.btn-gradient:before{animation:none!important}}.wrapper{max-width:1080px;margin:0 auto;padding:0 40px}.section{padding:96px 0}.section+.section{border-top:1px solid var(--border)}.badge{display:inline-block;font-family:var(--font-mono);font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;text-transform:uppercase;letter-spacing:.06em}.badge-green{background:#e6fcc9;color:#36821c}.badge-purple{background:var(--purple-soft);color:var(--purple-deep)}.badge-amber{background:var(--orange-soft);color:var(--orange)}.badge-blue{background:#ebf4ff;color:#1d6faa}.section-header{text-align:center;margin-bottom:56px}.section-tag{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;background:var(--surface);padding:5px 12px;border-radius:999px;border:1.5px solid var(--ink);box-shadow:2px 2px 0 0 var(--ink);transform:rotate(-1.5deg)}.section-tag svg{width:14px;height:14px;stroke:var(--ink);fill:none;stroke-width:2;stroke-linecap:round}.section-header h2{font-family:var(--font-display);font-size:clamp(34px,4.5vw,56px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:16px}.section-header p{font-size:17px;color:var(--text-mid);line-height:1.6;max-width:480px;margin:0 auto}.bento{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.bcard{background:var(--white);border-radius:var(--radius);border:1.5px solid var(--ink);padding:28px;overflow:hidden;position:relative;box-shadow:3px 3px 0 0 var(--ink);transition:box-shadow .2s,transform .2s}.bcard:hover{box-shadow:6px 6px 0 0 var(--ink);transform:translate(-2px,-2px)}.card-files{grid-column:1 / 3;grid-row:1}.card-alerts{grid-column:3 / 4;grid-row:1}.card-team{grid-column:1 / 2;grid-row:2}.card-ask{grid-column:2 / 4;grid-row:2}.card-access{grid-column:1 / 3;grid-row:3}.card-dash{grid-column:3 / 4;grid-row:3}.card-label{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.card-label svg{width:13px;height:13px;stroke:var(--orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bcard h3{font-family:var(--font-display);font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:8px}.bcard .bcard-desc{font-size:14px;line-height:1.6;color:var(--text-mid);margin-bottom:24px;max-width:320px}.files-mockup{display:grid;grid-template-columns:1fr 1fr;gap:10px}.file-card{background:var(--bg);border-radius:10px;padding:12px 14px;border:1.5px solid var(--border)}.file-card-top{display:flex;align-items:center;gap:8px;margin-bottom:10px}.file-icon{width:30px;height:30px;border-radius:8px;background:var(--purple-soft);display:flex;align-items:center;justify-content:center}.file-icon svg{width:14px;height:14px;stroke:var(--purple);fill:none;stroke-width:2;stroke-linecap:round}.file-name{font-size:12px;font-weight:600;color:var(--text-dark)}.file-stats{display:flex;gap:10px;align-items:center}.file-stat{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.file-stat svg{width:11px;height:11px;stroke:var(--text-muted);fill:none;stroke-width:2}.alerts-mockup{display:flex;flex-direction:column;gap:8px}.alert-item{display:flex;align-items:flex-start;gap:9px;background:var(--bg);border-radius:9px;padding:10px 12px;border:1.5px solid var(--border)}.adot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.adot-red{background:#ef4444}.adot-amber{background:#f59e0b}.adot-green{background:#22c55e}.alert-text .at{font-size:12px;font-weight:600;color:var(--text-dark);margin-bottom:1px}.alert-text .am{font-size:11px;color:var(--text-muted)}.team-mockup{display:flex;flex-direction:column;gap:8px}.team-item{display:flex;align-items:center;gap:9px;background:var(--bg);border-radius:9px;padding:9px 12px}.avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.tname{font-size:12px;font-weight:600;color:var(--text-dark);flex:1}.ask-layout{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.chat-thread{display:flex;flex-direction:column;gap:8px}.msg-u{align-self:flex-end;background:var(--purple);color:#fff;border-radius:11px 11px 2px;padding:8px 12px;font-size:12px;max-width:90%}.msg-b{align-self:flex-start;background:var(--bg);border:1px solid var(--border);border-radius:11px 11px 11px 2px;padding:9px 12px;font-size:12px;color:var(--text-mid);max-width:90%}.msg-b .from{font-size:10px;font-weight:700;color:var(--purple);text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}.mini-bars{display:flex;align-items:flex-end;gap:3px;height:48px;background:var(--bg);border-radius:8px;padding:8px;border:1px solid var(--border)}.mbar{flex:1;border-radius:3px 3px 0 0;background:var(--border)}.mbar.hi{background:var(--purple)}.card-access{display:flex;flex-direction:column}.access-mockup{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;flex:1}.channel-item{display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:10px;padding:11px 13px;border:1.5px solid var(--border)}.ch-icon{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ch-icon svg{width:16px;height:16px}.ch-name{font-size:12px;font-weight:600;color:var(--text-dark);margin-bottom:4px}.ch-sub{font-size:11px;color:var(--text-mid);line-height:1.4}.dash-mockup{display:flex;flex-direction:column;gap:8px}.metric-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.metric{background:var(--bg);border-radius:9px;padding:10px 12px}.metric .mlabel{font-size:10px;color:var(--text-muted);margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}.metric .mval{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em}.metric .mchg{font-family:var(--font-mono);font-size:11px;color:#46ac1e;font-weight:700;margin-top:1px}.metric .mchg.neg{color:var(--orange)}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;display:inline-block;margin-right:4px;animation:pulse 2s infinite}.live-label{font-size:11px;color:var(--text-muted);display:flex;align-items:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.acc-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:56px}.acc-header h2{font-family:var(--font-display);font-size:clamp(34px,4.5vw,56px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--text-dark)}.acc-header h2 em{font-style:normal;background:linear-gradient(95deg,var(--purple) 0%,var(--orange) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.acc-header p{font-size:17px;line-height:1.6;color:var(--text-mid);max-width:380px}.features{display:grid;grid-template-columns:360px 1fr;border:1.5px solid var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:4px 4px 0 0 var(--ink);background:var(--white)}.accordion{border-right:1.5px solid var(--border)}.item{border-bottom:1.5px solid var(--border);position:relative;transition:background .18s}.item:last-child{border-bottom:none}.item-head{appearance:none;background:none;border:0;width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:12px;user-select:none}.item-left{display:flex;align-items:center;gap:13px}.item-icon{width:34px;height:34px;border-radius:9px;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s}.item-icon svg{width:16px;height:16px;stroke:var(--text-muted);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .18s}.item-title{font-size:14px;font-weight:600;color:var(--text-mid);letter-spacing:-.01em;transition:color .18s}.item-chevron{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.item-chevron svg{width:12px;height:12px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .28s,stroke .18s}.item-body{overflow:hidden;max-height:0;transition:max-height .32s ease}.item-body-inner{padding:0 24px 20px 71px}.item-body-inner p{font-size:13.5px;line-height:1.68;color:var(--text-mid)}.item.active{background:var(--surface)}.item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--purple),var(--orange))}.item.active .item-icon{background:linear-gradient(135deg,var(--purple),var(--orange))}.item.active .item-icon svg{stroke:#fff}.item.active .item-title{color:var(--text-dark)}.item.active .item-chevron{background:var(--ink);border-color:var(--ink)}.item.active .item-chevron svg{stroke:var(--white);transform:rotate(90deg)}.item.active .item-body{max-height:220px}.panel{background:var(--bg);display:flex;align-items:center;justify-content:center;padding:40px 36px;min-height:480px;position:relative;overflow:hidden}.slide{display:none;width:100%;animation:fadeUp .28s ease}.slide.active{display:flex;flex-direction:column}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:0 2px 20px #3c4a6014;width:100%}.card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.card-title{font-size:13px;font-weight:600;color:var(--text-dark);letter-spacing:-.01em}.drop-zone{border:1.5px dashed var(--border);border-radius:10px;padding:18px;text-align:center;background:var(--bg);margin-bottom:14px}.drop-icon{width:38px;height:38px;background:var(--purple);border-radius:9px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.drop-icon svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}.drop-zone .dz-label{font-size:12.5px;font-weight:600;color:var(--text-dark);margin-bottom:3px}.drop-zone .dz-sub{font-size:11px;color:var(--text-muted)}.file-rows{display:flex;flex-direction:column;gap:8px}.file-row{display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:8px;padding:9px 12px}.file-row-icon{width:28px;height:28px;border-radius:7px;background:var(--purple-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-row-icon svg{width:13px;height:13px;stroke:var(--purple);fill:none;stroke-width:2;stroke-linecap:round}.file-info{flex:1}.file-info .fn{font-size:12px;font-weight:600;color:var(--text-dark)}.file-info .fm{font-size:11px;color:var(--text-muted)}.chat-messages{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.cmsg-u{align-self:flex-end;background:var(--purple);color:#fff;border-radius:12px 12px 2px;padding:9px 13px;font-size:12.5px;max-width:82%}.cmsg-b{align-self:flex-start;background:var(--bg);border:1px solid var(--border);border-radius:12px 12px 12px 2px;padding:10px 13px;font-size:12px;color:var(--text-mid);max-width:88%}.cmsg-b .from{font-size:10px;font-weight:700;color:var(--purple);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.cbars{display:flex;align-items:flex-end;gap:3px;height:36px;margin-top:8px}.cbar{flex:1;border-radius:3px 3px 0 0;background:#dde3ef}.cbar.hi{background:var(--purple)}.chat-input{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:9px;padding:8px 12px}.chat-input span{flex:1;font-size:12px;color:var(--text-muted)}.send-btn{width:27px;height:27px;background:var(--purple);border-radius:7px;display:flex;align-items:center;justify-content:center}.send-btn svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.alert-rows{display:flex;flex-direction:column}.alert-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.alert-row:last-child{border-bottom:none}.dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;margin-top:5px}.dot-red{background:#ef4444}.dot-amber{background:#f59e0b}.dot-green{background:#22c55e}.alert-body{flex:1}.alert-body .at{font-size:12.5px;font-weight:600;color:var(--text-dark);margin-bottom:2px}.alert-body .am{font-size:11px;color:var(--text-muted)}.alert-time{font-size:11px;color:var(--text-muted);white-space:nowrap;padding-top:3px}.nav{position:sticky;top:0;z-index:100;background:#ffffff4d;backdrop-filter:blur(5px);border-bottom:1px solid rgba(20,16,28,.08);padding:0 40px}.nav-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{display:inline-flex;align-items:center;gap:6px;color:var(--text-dark);text-decoration:none}.nav-logo-mark{display:inline-flex;align-items:center;gap:6px;transition:transform .2s ease}.nav-logo:hover .nav-logo-mark{transform:rotate(-3deg)}.nav-logo-icon{width:auto;height:28px;display:block}.nav-logo-word{width:auto;height:36px;display:block}.nav-beta{font-family:var(--font-hand);font-size:16px;color:var(--text-muted);margin-bottom:-4px;transition:color .15s}.nav-logo:hover .nav-beta{color:var(--purple)}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--text-mid);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--text-dark)}.nav-cta{display:flex;align-items:center;gap:14px}.btn-ghost{font-size:14px;font-weight:500;color:var(--text-mid);background:none;border:none;cursor:pointer;padding:0;text-decoration:none;transition:color .15s}.btn-ghost:hover{color:var(--text-dark)}.btn-primary{font-size:13.5px;font-weight:600;padding:9px 20px;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-block}.hero{position:relative;background:var(--surface);margin-top:-64px;padding:136px 40px 0;text-align:center;overflow:hidden}.hero-orbs{position:absolute;inset:0;pointer-events:none;z-index:0}.hero-orbs .orb{width:36rem;height:36rem}.hero-orbs .orb--purple{top:-6rem;left:-8rem}.hero-orbs .orb--orange{top:-4rem;right:-8rem}.hero-inner{position:relative;z-index:1;max-width:1080px;margin:0 auto}.hero-tag{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1.5px solid var(--ink);border-radius:999px;padding:5px 13px;font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:32px;box-shadow:2px 2px 0 0 var(--ink);transform:rotate(-1.5deg)}.hero-tag-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 1px var(--ink);animation:pulse 2s infinite}.hero h1{font-family:var(--font-display);font-size:clamp(40px,6vw,84px);font-weight:700;line-height:.98;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:24px;max-width:880px;margin-left:auto;margin-right:auto}.h1-messy{font-family:var(--font-hand);font-weight:700;font-style:normal;color:var(--orange);position:relative;display:inline-block;transform:rotate(-3deg);padding:0 .1em;font-size:1.35em}.h1-messy:after{content:"";position:absolute;left:0;right:0;top:52%;height:.18em;background:var(--orange);border-radius:999px;transform:rotate(-1.5deg) scaleX(1.05);opacity:.6}.h1-clear{position:relative;display:inline-block;color:var(--text-dark);font-style:normal;white-space:nowrap}.h1-clear:before{content:"";position:absolute;inset:auto -.15em -.05em;height:.45em;background:var(--lime);z-index:-1;border-radius:.2em .6em .3em .5em;transform:rotate(-1.2deg)}.hero-sub{font-size:19px;line-height:1.55;color:var(--text-mid);font-weight:400;max-width:540px;margin:0 auto 36px}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:24px}.btn-primary-lg{color:#fff;font-size:15px;font-weight:600;padding:14px 26px;border-radius:12px;border:1.5px solid var(--ink);box-shadow:4px 4px 0 0 var(--ink);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .18s ease,box-shadow .18s ease}.btn-primary-lg:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 0 var(--ink)}.btn-primary-lg svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-ghost-lg{font-size:14px;font-weight:500;color:var(--text-mid);background:var(--white);border:1.5px solid var(--border);padding:12px 24px;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:border-color .15s,color .15s}.btn-ghost-lg:hover{border-color:var(--purple-mid);color:var(--text-dark)}.btn-ghost-lg svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.hero-proof{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:52px;font-size:13px;color:var(--text-mid)}.hero-proof-stars{color:#f59e0b;letter-spacing:1px}.hero-proof strong{color:var(--text-dark);font-weight:600}.hero-mockup{background:var(--white);border-radius:16px 16px 0 0;border:1.5px solid var(--ink);border-bottom:none;box-shadow:0 -8px 40px #14101c1f;overflow:hidden;max-width:900px;margin:0 auto;height:540px;display:flex;flex-direction:column}.mockup-topbar{background:var(--white);border-bottom:1px solid var(--border);padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.mockup-topbar-left{display:flex;align-items:center;gap:12px}.mockup-logo{font-size:13px;font-weight:800;color:var(--purple-deep);letter-spacing:-.02em}.mockup-nav-pills{display:flex;gap:4px}.mockup-pill{font-size:11px;font-weight:500;color:var(--text-mid);padding:4px 10px;border-radius:6px;cursor:pointer}.mockup-pill.active{background:var(--purple-soft);color:var(--purple-deep);font-weight:600}.mockup-topbar-right{display:flex;align-items:center;gap:10px}.mockup-avatar{width:26px;height:26px;border-radius:50%;background:var(--purple);color:#14101c;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.mockup-body{display:grid;grid-template-columns:200px 1fr;flex:1;min-height:0;overflow:hidden}.mockup-sidebar{border-right:1px solid var(--border);padding:16px 12px;background:var(--bg)}.sidebar-section-label{text-align:left;font-size:10px;font-weight:700;color:var(--text-mid);text-transform:uppercase;letter-spacing:.07em;padding:0 8px;margin-bottom:6px;margin-top:12px}.sidebar-section-label:first-child{margin-top:0}.sidebar-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:7px;font-size:12px;color:var(--text-mid);font-weight:500;cursor:pointer;margin-bottom:1px}.sidebar-item svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0}.sidebar-item.active{background:var(--white);color:var(--purple-deep);font-weight:600;box-shadow:0 1px 4px #3c4a600f}.mockup-main{padding:20px 24px;display:flex;flex-direction:column;gap:16px;min-height:0;overflow:hidden}.mockup-main-title{font-size:15px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em}.mockup-chat-area{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}.mockup-chat-area::-webkit-scrollbar{width:4px}.mockup-chat-area::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.m-msg-u{align-self:flex-end;background:#ede8f5;color:var(--purple);border-radius:12px 12px 3px;padding:8px 13px;font-size:12px;font-weight:500;max-width:70%}.m-msg-b{text-align:left;align-self:flex-start;background:var(--white);border:1px solid var(--border);border-radius:12px 12px 12px 3px;padding:10px 14px;font-size:12px;color:var(--text-mid);max-width:75%}.m-msg-b .m-from{text-align:left;font-size:10px;font-weight:700;color:var(--purple);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.m-highlight{display:inline-block;background:var(--purple-soft);color:var(--purple);font-weight:700;padding:1px 7px;border-radius:5px;font-size:11px;margin-top:3px}.metrics-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.m-metric{background:var(--bg);border-radius:9px;padding:10px 12px;border:1px solid var(--border)}.m-metric .mml{font-size:10px;color:var(--text-mid);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.m-metric .mmv{font-size:18px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em}.m-metric .mmc{font-size:10px;font-weight:600;color:#15803d;margin-top:1px}.m-metric .mmc.neg{color:#b91c1c}.mockup-input-bar{display:flex;align-items:center;gap:8px;background:var(--bg);border:1.5px solid var(--border);border-radius:10px;padding:9px 14px}.mockup-input-bar svg{width:14px;height:14px;stroke:var(--purple);fill:none;stroke-width:2;stroke-linecap:round}.mockup-input-bar span{font-size:12px;color:var(--text-muted);flex:1}.mockup-send{width:26px;height:26px;background:var(--purple);border-radius:7px;display:flex;align-items:center;justify-content:center}.mockup-send svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.niche-bar{display:flex;gap:10px;max-width:900px;margin:0 auto 22px;padding:4px 6px 8px;overflow-x:auto;scrollbar-width:none;justify-content:center;flex-wrap:wrap}.niche-bar::-webkit-scrollbar{display:none}.niche-btn{font-family:var(--font-mono);display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:var(--white);border:1.5px solid var(--ink);border-radius:999px;padding:8px 16px;cursor:pointer;white-space:nowrap;box-shadow:3px 3px 0 0 var(--ink);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;outline:none}.niche-btn:hover:not(.active){transform:translate(-1px,-1px);box-shadow:4px 4px 0 0 var(--ink)}.niche-btn.active{background:var(--ink);color:var(--white);box-shadow:3px 3px 0 0 var(--lime)}.niche-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.niche-icon svg{width:14px;height:14px;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;stroke:currentColor}.niche-btn.active .niche-icon svg{stroke:var(--lime)}.niche-label{letter-spacing:.08em}.mockup-input-bar{cursor:text}#inputHint{min-height:18px}.input-cursor{display:inline-block;width:2px;height:13px;background:var(--purple);margin-left:1px;vertical-align:middle;animation:inputBlink .8s infinite}@keyframes inputBlink{0%,49%{opacity:1}50%,to{opacity:0}}.send-active{background:var(--purple)!important;transform:scale(1.08);transition:transform .15s}.m-msg-typing{color:var(--text-muted);font-style:italic;font-size:11px}.decisions-header{text-align:center;margin-bottom:56px}.decisions-header h2{font-family:var(--font-display);font-size:clamp(34px,4.5vw,56px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:16px}.decisions-header p{font-size:17px;color:var(--text-mid);line-height:1.6;max-width:480px;margin:0 auto}.dbento{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.dcard{background:var(--white);border-radius:var(--radius);border:1.5px solid var(--ink);padding:28px;overflow:hidden;position:relative;box-shadow:3px 3px 0 0 var(--ink);transition:box-shadow .2s,transform .2s}.dcard:hover{box-shadow:6px 6px 0 0 var(--ink);transform:translate(-2px,-2px)}.dc-trends{grid-column:1 / 2;grid-row:1;display:flex;flex-direction:column}.dc-trends .trend-chart{flex:1;display:flex;flex-direction:column}.dc-trends .sparkline{flex:1;height:auto}.dc-snapshot{grid-column:2 / 3;grid-row:1}.dc-quote{grid-column:3 / 4;grid-row:1}.dc-compare{grid-column:1 / 2;grid-row:2}.dc-forecast{grid-column:2 / 4;grid-row:2;display:flex;flex-direction:column}.dc-forecast .forecast-layout{flex:1;align-items:stretch}.dc-forecast .forecast-chart{display:flex;flex-direction:column}.dc-forecast .forecast-bars{flex:1;height:auto}.dcard-label{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.dcard-label svg{width:13px;height:13px;stroke:var(--orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dcard h3{font-family:var(--font-display);font-size:19px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:8px}.dcard .dcard-desc{font-size:14px;line-height:1.6;color:var(--text-mid);margin-bottom:22px}.dc-quote{background:var(--quote-bg);border-color:var(--quote-border);color:#fff}.dc-quote .quote-mark{font-family:var(--font-hand);font-size:72px;line-height:.6;color:var(--lime);margin-bottom:12px;display:block}.dc-quote blockquote{font-family:var(--font-display);font-size:19px;font-weight:600;line-height:1.35;color:#fff;margin-bottom:20px;letter-spacing:-.015em}.dc-quote .quote-author{font-size:12px;color:#fff9}.dc-quote .quote-author strong{display:block;font-family:var(--font-hand);font-size:18px;font-weight:700;color:var(--lime);margin-bottom:0;letter-spacing:0}.trend-chart{background:var(--bg);border-radius:10px;padding:14px;border:1px solid var(--border)}.trend-chart-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.trend-label{font-size:11px;color:var(--text-dark)}.trend-change{font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px}.trend-up{background:#e8f5ee;color:#2a7d4f}.trend-down{background:#fee8e8;color:#c53030}.sparkline{display:flex;align-items:flex-end;gap:4px;height:50px}.spark{flex:1;border-radius:3px 3px 0 0;background:var(--border);transition:background .2s}.spark.hi{background:var(--purple)}.spark.mid{background:var(--purple-mid)}.snapshot-rows{display:flex;flex-direction:column;gap:8px}.snap-row{display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:9px;padding:10px 12px}.snap-icon{width:30px;height:30px;border-radius:8px;background:var(--purple-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.snap-icon svg{width:14px;height:14px;stroke:var(--purple);fill:none;stroke-width:2;stroke-linecap:round}.snap-info{flex:1}.snap-info .sn{font-size:12px;font-weight:600;color:var(--text-dark)}.snap-info .sm{font-size:11px;color:var(--text-muted)}.snap-val{font-size:13px;font-weight:700;color:var(--text-dark)}.compare-rows{display:flex;flex-direction:column;gap:10px}.compare-row-top{display:flex;justify-content:space-between;margin-bottom:4px}.compare-row-top .cr-label{font-size:12px;font-weight:600;color:var(--text-dark)}.compare-row-top .cr-val{font-size:12px;color:var(--text-mid)}.bar-track{height:6px;background:var(--border);border-radius:99px;overflow:hidden}.bar-fill{height:100%;border-radius:99px;background:var(--purple)}.forecast-layout{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.forecast-metrics{display:flex;flex-direction:column;gap:8px}.fmetric{background:var(--bg);border-radius:9px;padding:12px 14px}.fmetric .fml{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.fmetric .fmv{font-size:22px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em}.fmetric .fmc{font-size:11px;font-weight:600;color:#22c55e;margin-top:2px}.fmetric .fmc.neg{color:#ef4444}.forecast-chart{background:var(--bg);border-radius:10px;padding:14px;border:1px solid var(--border)}.forecast-chart-label{font-size:11px;color:var(--text-dark);margin-bottom:10px}.forecast-bars{display:flex;align-items:flex-end;gap:4px;height:80px}.fb{flex:1;border-radius:3px 3px 0 0}.fb-actual{background:var(--purple)}.fb-forecast{background:var(--purple-soft);border:2px dashed var(--purple);opacity:1}.access-section{padding:80px 0;background:var(--surface);border-top:1.5px solid var(--border)}.access-inner{max-width:1080px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.access-left .section-tag{margin-bottom:14px}.access-left h2{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:16px}.access-left h2 em{font-style:normal;background:linear-gradient(95deg,var(--purple) 0%,var(--orange) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.access-left .access-desc{font-size:15px;line-height:1.65;color:var(--text-mid);margin-bottom:32px;max-width:400px}.channels-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.channel-card{background:var(--white);border-radius:14px;border:1.5px solid var(--ink);box-shadow:4px 4px 0 0 var(--ink);transition:transform .18s ease,box-shadow .18s ease;padding:16px 18px;transition:box-shadow .2s,transform .2s}.channel-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 0 var(--ink)}.channel-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.channel-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.channel-card-icon svg{width:18px;height:18px}.channel-card h3{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:3px}.channel-card p{font-size:11.5px;color:var(--text-muted);line-height:1.5}.clive{background:#e8f5ee;color:#2a7d4f;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.csoon{background:var(--bg);color:var(--text-muted);font-size:10px;font-weight:600;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border)}.platforms-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.platforms-row{display:flex;flex-wrap:wrap;gap:8px}.platform-pill{display:flex;align-items:center;gap:7px;background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--text-mid);transition:border-color .2s}.platform-pill:hover{border-color:var(--purple-mid);color:var(--text-dark)}.platform-pill .pdot{width:7px;height:7px;border-radius:50%}.pdot-live{background:#22c55e}.pdot-soon{background:var(--border)}.access-right{display:flex;justify-content:center;align-items:center}.phone-wrap{position:relative;width:280px}.phone-shell{background:var(--white);border-radius:36px;padding:12px;border:1.5px solid var(--ink);box-shadow:6px 6px 0 0 var(--ink);position:relative}.phone-notch{width:80px;height:22px;background:var(--white);border-radius:0 0 14px 14px;margin:0 auto 6px;display:flex;align-items:center;justify-content:center}.phone-notch-dot{width:7px;height:7px;border-radius:50%;background:var(--border)}.phone-screen{background:var(--bg);border-radius:26px;overflow:hidden;display:flex;flex-direction:column}.chat-head{background:var(--white);padding:12px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.chat-head-avatar{width:32px;height:32px;border-radius:50%;background:var(--purple-soft);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--purple);flex-shrink:0}.chat-head-info{flex:1}.chat-head-name{font-size:12.5px;font-weight:700;color:var(--text-dark)}.chat-head-status{font-size:10.5px;color:#22c55e;display:flex;align-items:center;gap:4px}.chat-head-status:before{content:"";width:5px;height:5px;border-radius:50%;background:#22c55e;display:inline-block}.chat-body{flex:1;padding:14px 12px;display:flex;flex-direction:column;gap:8px}.bubble-wrap{display:flex;flex-direction:column}.bubble-wrap.user{align-items:flex-end}.bubble-wrap.bot{align-items:flex-start}.bubble{max-width:82%;padding:8px 12px;font-size:11.5px;line-height:1.55;border-radius:14px;font-family:var(--font-sans)}.bubble.user{background:#ede8f5;color:var(--purple);font-weight:500;border-radius:14px 14px 4px}.bubble.bot{background:var(--white);color:var(--text-mid);border-radius:14px 14px 14px 4px;border:1px solid var(--border)}.bubble .highlight{display:inline-block;background:var(--purple-soft);color:var(--purple);font-weight:700;padding:1px 7px;border-radius:5px;margin-top:4px;font-size:11px}.bubble .warn{display:block;color:#d97706;font-size:10.5px;margin-top:4px}.chat-input-bar{background:var(--white);padding:10px 12px;display:flex;align-items:center;gap:8px;border-top:1px solid var(--border)}.chat-input-bar input{flex:1;background:var(--bg);border:1px solid var(--border);outline:none;border-radius:20px;padding:7px 13px;font-size:11px;color:var(--text-muted);font-family:var(--font-sans)}.chat-send-btn{width:28px;height:28px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-send-btn svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cta-wrap{padding:80px 24px;background:var(--white);border-top:1.5px solid var(--border)}.cta-band{position:relative;overflow:hidden;max-width:1080px;margin:0 auto;border-radius:28px;border:1.5px solid var(--ink);background:var(--surface);box-shadow:6px 6px 0 0 var(--ink);padding:80px 32px;text-align:center}.cta-band .orb{filter:blur(70px)}.cta-band .orb-1{width:28rem;height:28rem;top:-8rem;left:-8rem;opacity:.4}.cta-band .orb-2{width:28rem;height:28rem;bottom:-8rem;right:-8rem;opacity:.4}.cta-band .orb-3{width:18rem;height:18rem;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.25}.cta-inner{position:relative;max-width:720px;margin:0 auto}.cta-headline{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);margin-bottom:18px}.cta-title{font-family:var(--font-display);font-size:clamp(36px,5.5vw,60px);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:var(--ink);margin-bottom:22px}.cta-desc{font-size:18px;color:var(--text-mid);max-width:520px;margin:0 auto 32px;line-height:1.55}.cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid var(--ink);transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}.cta-btn--primary{color:#fff;box-shadow:4px 4px 0 0 var(--ink)}.cta-btn--primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 0 var(--ink)}.cta-btn--ghost{background:transparent;color:var(--ink)}.cta-btn--ghost:hover{background:var(--white);transform:translateY(-1px)}.cta-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cta-trust{font-family:var(--font-mono);font-size:12px;color:var(--text-mid)}.cta-trust span+span:before{content:"  ·  ";color:var(--text-mid);opacity:.7;font-size:20px;line-height:0;vertical-align:middle}@media(max-width:640px){.cta-wrap{padding:56px 16px}.cta-band{padding:56px 20px;box-shadow:4px 4px 0 0 var(--ink)}}.site-footer{background:var(--surface);border-top:1.5px solid var(--border);padding:28px 24px}.footer-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:14px;color:var(--text-mid)}.footer-left .dot{color:var(--text-muted)}.footer-hand{font-family:var(--font-hand);font-size:18px;color:var(--purple-deep)}.footer-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.footer-links a{font-size:14px;color:var(--text-mid);text-decoration:none;transition:color .15s ease}.footer-links a:hover{color:var(--ink)}@media(max-width:640px){.footer-inner{justify-content:center;text-align:center}.footer-left,.footer-links{justify-content:center}}.legal-hero{position:relative;background:var(--surface);margin-top:-64px;padding:136px 40px 72px;text-align:center;overflow:hidden;border-bottom:1px solid var(--border)}.legal-hero .hero-orbs .orb{width:28rem;height:28rem}.legal-hero .orb--purple{top:-12rem;left:-10rem}.legal-hero .orb--orange{top:-10rem;right:-10rem}.legal-hero-inner{position:relative;z-index:1;max-width:760px;margin:0 auto}.legal-eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-mid);margin-bottom:14px}.legal-hero h1{font-family:var(--font-display);font-size:clamp(36px,5vw,64px);font-weight:700;line-height:1.02;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:16px}.legal-hero .legal-sub{font-size:17px;color:var(--text-mid);line-height:1.55;max-width:560px;margin:0 auto}.legal-meta{margin-top:22px;font-family:var(--font-mono);font-size:12px;color:var(--text-mid)}.legal-section{padding:72px 0 96px;background:var(--white)}.legal-wrapper{max-width:760px;margin:0 auto;padding:0 40px}.legal-prose h2{font-family:var(--font-display);font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-dark);margin-top:44px;margin-bottom:12px}.legal-prose h2:first-child{margin-top:0}.legal-prose [id]{scroll-margin-top:88px}.legal-prose h3{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--text-dark);margin-top:24px;margin-bottom:8px}.legal-prose p,.legal-prose li{font-size:15.5px;line-height:1.7;color:var(--text-mid)}.legal-prose p{margin-bottom:14px}.legal-prose ul{margin:8px 0 18px;padding-left:22px}.legal-prose ul li{margin-bottom:6px}.legal-prose a{color:var(--purple-deep);text-decoration:underline;text-underline-offset:2px}.legal-prose a:hover{color:var(--orange)}.legal-prose strong{color:var(--text-dark);font-weight:600}.legal-toc{background:var(--surface);border:1.5px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 0 var(--ink);padding:22px 26px;margin-bottom:48px}.legal-toc-label{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-mid);margin-bottom:12px}.legal-toc ol{list-style:none;counter-reset:toc;display:grid;grid-template-columns:1fr 1fr;gap:6px 24px;padding:0;margin:0}.legal-toc ol li{counter-increment:toc;font-size:14px;color:var(--text-mid)}.legal-toc ol li:before{content:counter(toc,decimal-leading-zero) "  ";font-family:var(--font-mono);font-size:11px;color:var(--text-muted);margin-right:4px}.legal-toc a{color:var(--text-mid);text-decoration:none}.legal-toc a:hover{color:var(--purple-deep)}@media(max-width:640px){.legal-hero{padding:120px 20px 56px}.legal-wrapper{padding:0 20px}.legal-toc ol{grid-template-columns:1fr}}@media(max-width:1024px){.wrapper{padding:0 28px}.section{padding:72px 0}.nav{padding:0 28px}.hero{padding:120px 28px 0}.bento{grid-template-columns:1fr 1fr}.card-files,.card-alerts{grid-column:1 / 3;grid-row:auto}.card-team{grid-column:1 / 2;grid-row:auto}.card-ask{grid-column:2 / 3;grid-row:auto}.card-access,.card-dash{grid-column:1 / 3;grid-row:auto}.dbento{grid-template-columns:1fr 1fr}.dc-trends{grid-column:1 / 2;grid-row:auto}.dc-snapshot{grid-column:2 / 3;grid-row:auto}.dc-quote{grid-column:1 / 3;grid-row:auto}.dc-compare{grid-column:1 / 2;grid-row:auto}.dc-forecast{grid-column:2 / 3;grid-row:auto}.access-inner{grid-template-columns:1fr;gap:48px;padding:0 28px}.access-right{order:-1}.features{grid-template-columns:280px 1fr}.panel{padding:32px 24px}.hero-mockup{max-width:100%}}@media(max-width:768px){.wrapper{padding:0 20px}.section{padding:88px 0}.nav{padding:0 20px}.nav-inner{height:56px}.nav-logo-icon{height:24px}.nav-logo-word{height:32px}.nav-beta{font-size:14px}.nav-cta{display:none}.hero{min-height:100vh;min-height:100svh;padding:96px 20px 56px;display:flex;align-items:center;justify-content:center}.hero-inner{width:100%}.hero-tag{margin-bottom:56px;font-size:10px;padding:4px 10px;letter-spacing:.06em}.hero h1{font-size:clamp(34px,9vw,52px);line-height:1.05;margin-bottom:40px}.hero-sub{font-size:20px;margin-bottom:64px;max-width:100%}.hero-ctas{margin-bottom:44px}.btn-primary-lg{padding:16px 30px;font-size:17px}.hero-proof{margin-bottom:0;flex-direction:column;gap:8px;font-size:11.5px}.hero-proof span+span:before{content:""}.niche-bar,.hero-mockup{display:none}.hero-orbs .orb{width:22rem;height:22rem;opacity:calc(var(--orb-opacity) * .55)}.hero-orbs .orb--purple{top:-10rem;left:-12rem}.hero-orbs .orb--orange{top:-8rem;right:-12rem}.hero-orbs .orb--lime{width:20rem;height:20rem;bottom:-10rem;left:20%}.section-header{margin-bottom:48px}.section-header h2{font-size:clamp(28px,7vw,38px)}.section-header p{font-size:15px}.acc-header{grid-template-columns:1fr;gap:18px;margin-bottom:44px}.acc-header h2{font-size:clamp(28px,7vw,38px)}.acc-header p{font-size:15px;max-width:none}.features{grid-template-columns:1fr;box-shadow:3px 3px 0 0 var(--ink)}.accordion{border-right:none}.item-head{padding:22px 20px}.item-body-inner{padding:0 20px 20px 64px}.item.active .item-body{max-height:320px}.panel{display:none}.bento{grid-template-columns:1fr;gap:18px}.bcard{padding:28px 24px;box-shadow:3px 3px 0 0 var(--ink)}.bcard:hover{transform:none;box-shadow:3px 3px 0 0 var(--ink)}.bcard h3{font-size:19px;margin-bottom:10px}.bcard .bcard-desc{font-size:14px;max-width:none;margin-bottom:0}.card-files,.card-alerts,.card-team,.card-ask,.card-access,.card-dash{grid-column:auto;grid-row:auto}.files-mockup,.alerts-mockup,.team-mockup,.ask-layout,.access-mockup,.dash-mockup{display:none}.decisions-header{margin-bottom:48px}.decisions-header h2{font-size:clamp(28px,7vw,38px)}.decisions-header p{font-size:15px}.dbento{grid-template-columns:1fr;gap:18px}.dcard{padding:28px 24px;box-shadow:3px 3px 0 0 var(--ink)}.dcard:hover{transform:none;box-shadow:3px 3px 0 0 var(--ink)}.dcard h3{font-size:19px;margin-bottom:10px}.dcard .dcard-desc{font-size:14px;margin-bottom:0}.dc-trends,.dc-snapshot,.dc-quote,.dc-compare,.dc-forecast{grid-column:auto;grid-row:auto}.trend-chart,.snapshot-rows,.compare-rows,.forecast-layout{display:none}.dc-quote{padding:32px 26px}.dc-quote blockquote{font-size:19px;margin-bottom:20px}.dc-quote .quote-mark{font-size:64px;margin-bottom:16px}.access-section{padding:88px 0}.access-inner{grid-template-columns:1fr;padding:0 20px;gap:0}.access-right{display:none}.access-left h2{font-size:clamp(28px,7vw,38px);margin-bottom:20px}.access-left .access-desc{font-size:14px;max-width:none;margin-bottom:40px}.channels-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:36px}.channel-card{padding:18px;box-shadow:3px 3px 0 0 var(--ink)}.channel-card:hover{transform:none;box-shadow:3px 3px 0 0 var(--ink)}.platforms-label{margin-bottom:14px}.cta-wrap{padding:88px 20px}.cta-band{padding:64px 24px;box-shadow:4px 4px 0 0 var(--ink)}.cta-headline{margin-bottom:22px}.cta-title{font-size:clamp(30px,7vw,44px);margin-bottom:26px}.cta-desc{font-size:15px;margin-bottom:36px}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .cta-btn{width:100%;justify-content:center}.cta-btn{padding:12px 22px;font-size:14px;box-shadow:3px 3px 0 0 var(--ink)}.cta-btn--primary:hover{box-shadow:5px 5px 0 0 var(--ink)}}@media(max-width:480px){.wrapper{padding:0 16px}.section{padding:72px 0}.nav{padding:0 16px}.nav-inner{height:52px}.hero{padding:88px 16px 48px}.hero h1{font-size:clamp(30px,9.5vw,42px)}.acc-header h2,.section-header h2,.decisions-header h2,.access-left h2{font-size:clamp(26px,8vw,36px)}.cta-title{font-size:clamp(28px,8.5vw,40px)}.bcard,.dcard{padding:26px 22px}.bcard h3,.dcard h3{font-size:18px}.access-section{padding:72px 0}.access-inner{padding:0 16px}.channels-grid{grid-template-columns:1fr}.cta-wrap{padding:72px 16px}.cta-band{padding:52px 22px}}:root[data-theme=dark] .h1-clear,:root[data-theme=dark] .hl,:root[data-theme=dark] .cta-title .hl{color:var(--on-highlight)}:root[data-theme=dark] .h1-clear:before,:root[data-theme=dark] .hl:before{inset:-.05em -.15em;height:auto}:root[data-theme=dark] .nav{background:#14101c8c;border-bottom-color:#e8dcff14}:root[data-theme=dark] .phone-notch{background:var(--white)}:root[data-theme=dark] .hero-mockup{box-shadow:0 -8px 40px #af68e92e}:root[data-theme=dark] .hero-sub{color:#dcd3ee}:root[data-theme=dark] .niche-btn.active{box-shadow:3px 3px 0 0 var(--orange)}:root[data-theme=dark] .niche-btn.active .niche-icon svg{stroke:var(--orange)}:root[data-theme=dark] .card{box-shadow:0 2px 20px #00000059}:root[data-theme=dark] .cta-band .orb-1,:root[data-theme=dark] .cta-band .orb-2{opacity:.28}:root[data-theme=dark] .cta-band .orb-3{opacity:.18}:root[data-theme=dark] .sidebar-item.active{box-shadow:0 1px 4px #00000059}:root[data-theme=dark] .mockup-pill.active{background:#2a1e3a}:root[data-theme=dark] .m-msg-u,:root[data-theme=dark] .bubble.user{background:#2a1e3a}.theme-toggle{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--ink);background:var(--white);box-shadow:2px 2px 0 0 var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);padding:0;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.theme-toggle:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 0 var(--ink)}.theme-toggle:active{transform:translate(0);box-shadow:1px 1px 0 0 var(--ink)}.theme-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .icon-sun,.theme-toggle .icon-moon{display:none}:root[data-theme=light] .theme-toggle .icon-moon{display:block}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}@media(max-width:768px){.nav-cta{display:flex}.nav-cta .btn-primary{display:none}.nav-cta .theme-toggle{display:inline-flex}}@keyframes orb-drift-a{0%{transform:translateZ(0) scale(1);opacity:var(--orb-opacity)}33%{transform:translate3d(160px,90px,0) scale(1.15);opacity:calc(var(--orb-opacity) * 1.15)}66%{transform:translate3d(60px,180px,0) scale(.95);opacity:calc(var(--orb-opacity) * .85)}to{transform:translateZ(0) scale(1);opacity:var(--orb-opacity)}}@keyframes orb-drift-b{0%{transform:translateZ(0) scale(1);opacity:var(--orb-opacity)}33%{transform:translate3d(-140px,110px,0) scale(.92);opacity:calc(var(--orb-opacity) * .85)}66%{transform:translate3d(-80px,30px,0) scale(1.18);opacity:calc(var(--orb-opacity) * 1.15)}to{transform:translateZ(0) scale(1);opacity:var(--orb-opacity)}}@keyframes orb-drift-c{0%{transform:translateZ(0) scale(.95);opacity:calc(var(--orb-opacity) * .55)}50%{transform:translate3d(120px,-120px,0) scale(1.2);opacity:calc(var(--orb-opacity) * .9)}to{transform:translateZ(0) scale(.95);opacity:calc(var(--orb-opacity) * .55)}}.hero-orbs .orb{will-change:transform,opacity}.hero-orbs .orb--purple{animation:orb-drift-a 14s ease-in-out infinite}.hero-orbs .orb--orange{animation:orb-drift-b 17s ease-in-out infinite}.hero-orbs .orb--lime{animation:orb-drift-c 20s ease-in-out infinite}.hero-orbs .orb--lime{width:32rem;height:32rem;bottom:-8rem;left:30%}.metrics-strip{transition:opacity .32s cubic-bezier(.34,1.56,.64,1),transform .32s cubic-bezier(.34,1.56,.64,1)!important;will-change:opacity,transform}.metrics-strip.is-leaving{opacity:0;transform:translateY(-4px) scale(.985)}.metrics-strip.is-entering{opacity:0;transform:translateY(8px) scale(.985)}.m-metric{animation:metric-pop .5s cubic-bezier(.34,1.56,.64,1) backwards}.m-metric:nth-child(1){animation-delay:.02s}.m-metric:nth-child(2){animation-delay:.06s}.m-metric:nth-child(3){animation-delay:.1s}.m-metric:nth-child(4){animation-delay:.14s}@keyframes metric-pop{0%{opacity:0;transform:translateY(8px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.m-msg-u,.m-msg-b{animation:bubble-in .42s cubic-bezier(.34,1.56,.64,1) backwards}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.bcard,.dcard,.channel-card{will-change:transform}.bcard .files-mockup,.bcard .alerts-mockup,.bcard .team-mockup,.bcard .ask-layout,.bcard .access-mockup,.bcard .dash-mockup,.dcard .trend-chart,.dcard .snapshot-rows,.dcard .compare-rows,.dcard .forecast-layout{transition:transform .4s cubic-bezier(.2,.8,.2,1)}.bcard:hover .files-mockup,.bcard:hover .alerts-mockup,.bcard:hover .team-mockup,.bcard:hover .ask-layout,.bcard:hover .access-mockup,.bcard:hover .dash-mockup,.dcard:hover .trend-chart,.dcard:hover .snapshot-rows,.dcard:hover .compare-rows,.dcard:hover .forecast-layout{transform:translateY(-3px)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.2,.7,.2,1),transform .55s cubic-bezier(.2,.7,.2,1)}.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}.reveal-stagger.is-visible>*:nth-child(1){transition-delay:.04s}.reveal-stagger.is-visible>*:nth-child(2){transition-delay:.1s}.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.16s}.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.22s}.reveal-stagger.is-visible>*:nth-child(5){transition-delay:.28s}.reveal-stagger.is-visible>*:nth-child(6){transition-delay:.34s}.phone-shell .bubble-wrap{opacity:0;transform:translateY(8px) scale(.96);transition:opacity .5s cubic-bezier(.34,1.56,.64,1),transform .5s cubic-bezier(.34,1.56,.64,1)}.phone-shell.is-playing .bubble-wrap{opacity:1;transform:translateY(0) scale(1)}.phone-shell.is-playing .bubble-wrap:nth-child(1){transition-delay:.1s}.phone-shell.is-playing .bubble-wrap:nth-child(2){transition-delay:.45s}.phone-shell.is-playing .bubble-wrap:nth-child(3){transition-delay:.95s}.phone-shell.is-playing .bubble-wrap:nth-child(4){transition-delay:1.35s}.phone-shell.is-playing .bubble-wrap:nth-child(5){transition-delay:1.85s}.phone-shell.is-playing .bubble-wrap:nth-child(6){transition-delay:2.25s}@media(prefers-reduced-motion:reduce){.hero-orbs .orb{animation:none!important}.reveal,.reveal-stagger>*,.phone-shell .bubble-wrap,.m-metric,.m-msg-u,.m-msg-b{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}}.form-section{padding:56px 0 96px;background:var(--white)}.form-wrapper{max-width:640px;margin:0 auto;padding:0 40px}.dl-form{background:var(--white);border:1.5px solid var(--ink);border-radius:var(--radius);box-shadow:4px 4px 0 0 var(--ink);padding:36px;display:flex;flex-direction:column;gap:20px}.dl-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dl-field{display:flex;flex-direction:column;gap:6px}.dl-field label{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid)}.dl-field .req{color:var(--orange)}.dl-field input,.dl-field textarea{font-family:var(--font-sans);font-size:16px;color:var(--text-dark);background:var(--white);border:1.5px solid var(--border);border-radius:10px;padding:12px 14px;width:100%;transition:border-color .15s,box-shadow .15s}.dl-field textarea{resize:vertical;min-height:120px;line-height:1.5}.dl-field input:focus,.dl-field textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}.dl-field input.is-invalid,.dl-field textarea.is-invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.dl-error{font-size:12.5px;color:#ef4444;min-height:16px;line-height:1.3}.dl-error:empty{display:none}.dl-turnstile{display:flex;flex-direction:column;gap:8px}.dl-actions{display:flex;align-items:center;gap:14px;margin-top:4px}.dl-submit{border:1.5px solid var(--ink);cursor:pointer}.dl-submit:disabled,.dl-submit.is-loading{opacity:.7;cursor:not-allowed;pointer-events:none}.dl-status{font-size:14px;line-height:1.5;border-radius:10px;padding:0;min-height:0}.dl-status:empty{display:none}.dl-status--success{padding:12px 14px;background:#e6fcc9;color:#2a6614;border:1.5px solid #36821C}.dl-status--error{padding:12px 14px;background:#fdecec;color:#8b1f1f;border:1.5px solid #EF4444}.dl-hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.dl-field .iti{display:block;width:100%}.dl-field .iti--separate-dial-code .iti__tel-input{border-top-left-radius:0;border-bottom-left-radius:0}.dl-field .iti__selected-country{border:.9px solid var(--border);border-right:none;border-radius:10px 0 0 10px;background:var(--white)}.dl-field .iti:has(input.iti__tel-input.is-invalid) .iti__selected-country{border-color:#ef4444}.dl-field .iti__dropdown-content{width:100%;border:1.5px solid var(--ink);border-radius:10px;box-shadow:3px 3px 0 0 var(--ink);margin-top:4px;overflow:hidden;background:var(--white)}.dl-field .iti__search-input{border:none;border-radius:0;box-shadow:none;font-size:14px;padding-top:8px;padding-bottom:8px;padding-left:calc(var(--iti-spacer-horizontal) + var(--iti-globe-icon-size) + var(--iti-spacer-horizontal));padding-right:calc(var(--iti-spacer-horizontal) + var(--iti-clear-icon-size) + var(--iti-spacer-horizontal))}.dl-field .iti__search-input:focus{border:none;box-shadow:none;outline:none}.dl-field .iti__country-list{white-space:normal;max-height:240px}@media(max-width:640px){.form-wrapper{padding:0 20px}.dl-form{padding:24px;gap:16px}.dl-row{grid-template-columns:1fr;gap:16px}.dl-actions{flex-direction:column;align-items:stretch;gap:12px}.dl-actions .dl-submit{width:100%;justify-content:center}}
