.chat-widget{--chat-primary:#7c3aed;--chat-primary-soft:rgba(124,58,237,0.18);--chat-accent:#4f46e5;--chat-bg:#0b0c20;--chat-bg-elev:#14152e;--chat-border:rgba(255,255,255,0.08);--chat-border-strong:rgba(255,255,255,0.14);--chat-text:#ffffff;--chat-text-muted:rgba(255,255,255,0.65);--chat-text-faint:rgba(255,255,255,0.45);--chat-radius:20px;position:fixed;z-index:60;pointer-events:none}.chat-widget.is-bottom-right{right:max(env(safe-area-inset-right,0px),16px);bottom:max(env(safe-area-inset-bottom,0px),16px)}.chat-widget.is-bottom-left{left:max(env(safe-area-inset-left,0px),16px);bottom:max(env(safe-area-inset-bottom,0px),16px)}.chat-widget>*{pointer-events:auto}.floating-stack .chat-widget{position:relative;right:auto;left:auto;bottom:auto;z-index:auto;pointer-events:auto}.chat-launcher{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(140deg,var(--chat-primary),var(--chat-accent));color:#fff;cursor:pointer;box-shadow:0 1px 0 rgba(255,255,255,.15) inset,0 14px 30px -8px rgba(0,0,0,.5),0 0 0 1px var(--chat-primary-soft);transition:transform .2s ease,box-shadow .2s ease}.chat-launcher:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 20px 40px -10px rgba(0,0,0,.55),0 0 0 1px var(--chat-primary-soft)}.chat-launcher:active{transform:translateY(0) scale(.98)}.chat-launcher__icon{width:24px;height:24px}.chat-launcher__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:9999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--chat-bg);font-family:var(--font-mono)}.chat-launcher__pulse{position:absolute;inset:0;border-radius:9999px;background:var(--chat-primary);opacity:.4;animation:chat-pulse 2.4s ease-out infinite;pointer-events:none}@keyframes chat-pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}@media (max-width:640px){.chat-launcher{width:44px;height:44px}.chat-launcher__icon{width:20px;height:20px}.chat-launcher__badge{min-width:16px;height:16px;padding:0 4px;top:-3px;right:-3px;font-size:9.5px;border-width:1.5px}}.chat-panel{position:absolute;bottom:72px;right:0;width:min(380px,calc(100vw - 32px));height:min(580px,calc(100vh - 120px));background:linear-gradient(180deg,var(--chat-bg-elev) 0,var(--chat-bg) 100%);border:1px solid var(--chat-border-strong);border-radius:var(--chat-radius);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 30px 80px -20px rgba(0,0,0,.7),0 0 0 1px rgba(124,58,237,.12);display:flex;flex-direction:column;overflow:hidden;color:var(--chat-text);font-family:var(--font-sans,system-ui);transform-origin:bottom right;animation:chat-panel-in .22s cubic-bezier(.2,.8,.2,1)}.chat-widget.is-bottom-left .chat-panel{right:auto;left:0;transform-origin:bottom left}@keyframes chat-panel-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.chat-panel,.chat-widget.is-bottom-left .chat-panel{position:fixed;top:auto;left:12px;right:12px;bottom:76px;width:auto;height:auto;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);transform-origin:bottom center}}.chat-header{padding:16px 18px 14px;background:linear-gradient(140deg,var(--chat-primary),var(--chat-accent));position:relative}.chat-header__row{display:flex;align-items:center;gap:12px}.chat-header__avatar{width:36px;height:36px;border-radius:9999px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.chat-header__avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.chat-header__title{font-size:14.5px;font-weight:600;line-height:1.2;margin:0}.chat-header__subtitle{margin:2px 0 0;font-size:11.5px;color:rgba(255,255,255,.78);font-family:var(--font-mono,monospace);letter-spacing:.02em;display:flex;align-items:center;gap:6px}.chat-header__status-dot{width:7px;height:7px;border-radius:9999px;background:#10b981;box-shadow:0 0 6px rgba(16,185,129,.6)}.chat-header__status-dot.is-offline{background:#f59e0b;box-shadow:0 0 6px rgba(245,158,11,.5)}.chat-header__close{margin-left:auto;width:32px;height:32px;padding:0;border-radius:9999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease,border-color .18s ease,transform .18s ease}.chat-header__close svg{width:16px;height:16px;display:block}.chat-header__close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.chat-header__close:active{transform:scale(.94)}.chat-header__close:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.chat-body,.chat-messages{flex:1;min-height:0;display:flex;flex-direction:column}.chat-messages{overflow-y:auto;padding:14px 14px 8px;gap:10px;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:999px}.chat-system-card{background:rgba(255,255,255,.04);border:1px solid var(--chat-border);padding:12px 14px;font-size:13px;color:var(--chat-text-muted)}.chat-message,.chat-system-card{border-radius:14px;line-height:1.45}.chat-message{max-width:80%;padding:9px 12px;font-size:13.5px;word-wrap:break-word;position:relative}.chat-message.from-guest{align-self:flex-end;background:linear-gradient(140deg,var(--chat-primary),var(--chat-accent));color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 14px -6px rgba(124,58,237,.5)}.chat-message.from-staff{align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid var(--chat-border);border-bottom-left-radius:4px}.chat-message.is-pending{opacity:.7}.chat-message.is-failed{border-color:rgba(239,68,68,.4)}.chat-message__time{display:block;margin-top:4px;font-size:10px;color:rgba(255,255,255,.55);font-family:var(--font-mono,monospace);letter-spacing:.02em}.chat-message.from-guest .chat-message__time{color:rgba(255,255,255,.7)}.chat-typing{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.06);border:1px solid var(--chat-border);border-radius:14px;padding:9px 12px}.chat-typing span{width:6px;height:6px;border-radius:9999px;background:rgba(255,255,255,.6);animation:chat-bounce 1.2s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.chat-quick-replies{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 8px}.chat-quick-reply{font-size:12px;padding:6px 10px;border-radius:9999px;background:rgba(255,255,255,.06);border:1px solid var(--chat-border);color:var(--chat-text);cursor:pointer;transition:background .18s ease,border-color .18s ease}.chat-quick-reply:hover{background:var(--chat-primary-soft);border-color:rgba(124,58,237,.4)}.chat-start{padding:18px 18px 14px;display:flex;flex-direction:column;gap:12px}.chat-start__lede{margin:0;font-size:13px;line-height:1.5;color:var(--chat-text-muted)}.chat-field{display:flex;flex-direction:column;gap:5px}.chat-field label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--chat-text-faint);font-family:var(--font-mono,monospace)}.chat-field input{width:100%;background:rgba(255,255,255,.04);border:1px solid var(--chat-border);border-radius:10px;padding:10px 12px;color:var(--chat-text);font-size:13.5px;outline:none;transition:border-color .18s ease,background .18s ease}.chat-field input:focus{border-color:var(--chat-primary);background:rgba(255,255,255,.06)}.chat-field__error{font-size:11.5px;color:#fca5a5}.chat-input-row{padding:10px 12px 12px;border-top:1px solid var(--chat-border);display:flex;gap:8px;align-items:flex-end;background:rgba(0,0,0,.15)}.chat-input{flex:1;background:rgba(255,255,255,.05);border:1px solid var(--chat-border);border-radius:12px;padding:9px 12px;color:var(--chat-text);font-size:13.5px;font-family:inherit;resize:none;outline:none;max-height:100px;min-height:36px;line-height:1.4;transition:border-color .18s ease}.chat-input:focus{border-color:var(--chat-primary)}.chat-send{width:36px;height:36px;border-radius:10px;border:none;background:linear-gradient(140deg,var(--chat-primary),var(--chat-accent));color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,opacity .18s ease;flex-shrink:0}.chat-send:hover:not(:disabled){transform:translateY(-1px)}.chat-send:disabled{opacity:.5;cursor:not-allowed}.chat-footer-link{padding:8px 14px 10px;font-size:11.5px;color:var(--chat-text-faint);display:flex;align-items:center;justify-content:center;gap:6px}.chat-footer-link a{color:var(--chat-text-muted);text-decoration:none}.chat-footer-link a:hover{color:var(--chat-text);text-decoration:underline}@media (max-width:480px){.chat-panel{bottom:0;right:0;left:0;width:100%;height:100dvh;max-height:100dvh;border-radius:0}.chat-widget.is-bottom-left .chat-panel{left:0}}@media (prefers-reduced-motion:reduce){.chat-launcher__pulse,.chat-panel,.chat-typing span{animation:none}}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:60;height:40px;display:flex;align-items:center;font-family:var(--font-sans,system-ui);font-size:13px;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 24px -12px rgba(0,0,0,.35);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);transform:translateY(-100%);opacity:0;transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .32s cubic-bezier(.2,.8,.2,1)}.announcement-bar.is-mounted{transform:translateY(0);opacity:1}:root[data-mobile-nav-open] .announcement-bar.is-mounted{transform:translateY(-100%);opacity:0;pointer-events:none}@media (max-width:640px){:root[data-chat-open] .announcement-bar.is-mounted{transform:translateY(-100%);opacity:0;pointer-events:none}}.announcement-bar__inner{width:100%;max-width:1480px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:10px;min-width:0}.announcement-bar__icon{font-size:14px;line-height:1}.announcement-bar__badge,.announcement-bar__icon{flex-shrink:0;display:inline-flex;align-items:center}.announcement-bar__badge{height:22px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);font-family:var(--font-mono,monospace);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:inherit;backdrop-filter:blur(8px)}.announcement-bar__text{flex:0 1 auto;min-width:0;margin:0;font-size:13px;font-weight:500;line-height:1.3;letter-spacing:-.01em;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announcement-bar__cta{flex-shrink:0;margin-left:auto;display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:inherit;text-decoration:none;font-size:12px;font-weight:600;letter-spacing:-.005em;transition:background .18s ease,transform .18s ease,border-color .18s ease}.announcement-bar__close:only-of-type,.announcement-bar__cta+.announcement-bar__close{margin-left:auto}.announcement-bar__cta+.announcement-bar__close{margin-left:0}.announcement-bar__cta:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.32);transform:translateY(-1px)}.announcement-bar__cta:active{transform:translateY(0)}.announcement-bar__cta svg{transition:transform .18s ease}.announcement-bar__cta:hover svg{transform:translateX(2px)}.announcement-bar__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:inherit;cursor:pointer;transition:background .18s ease,border-color .18s ease}.announcement-bar__close:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.28)}@media (max-width:768px){.announcement-bar__inner{padding:0 12px;gap:8px}.announcement-bar__badge{height:20px;padding:0 6px;font-size:9px;letter-spacing:.1em}.announcement-bar__text{font-size:12px;text-align:left}.announcement-bar__cta{display:none}}@media (max-width:480px){.announcement-bar__badge{display:none}.announcement-bar__text{font-size:11.5px}}@media (prefers-reduced-motion:reduce){.announcement-bar{transition:none}}:root{--c-surface:#ffffff;--c-surface-2:#fafafc;--c-surface-3:#f8f8fc;--c-surface-elev:#fcfcfe;--c-surface-row-hover:#fafafd;--c-border-soft:#f0f0f5;--c-border-faint:#f1f1f6;--c-border-hover:#e2e2ec;--c-text-strong:#0a0a0f;--c-text-body:#1a1a2e;--c-text-muted:#5a5a72;--c-text-faint:#7e7e96;--c-text-fainter:#a6a6bb;--c-text-icon:#b5b5c6;--c-progress-track:#f0f0f5}[data-theme=dark]{--c-surface:#0e0f24;--c-surface-2:rgba(255,255,255,0.03);--c-surface-3:rgba(255,255,255,0.025);--c-surface-elev:rgba(255,255,255,0.035);--c-surface-row-hover:rgba(255,255,255,0.06);--c-border-soft:rgba(255,255,255,0.07);--c-border-faint:rgba(255,255,255,0.06);--c-border-hover:rgba(124,58,237,0.30);--c-text-strong:#ffffff;--c-text-body:rgba(255,255,255,0.92);--c-text-muted:rgba(255,255,255,0.68);--c-text-faint:rgba(255,255,255,0.55);--c-text-fainter:rgba(255,255,255,0.42);--c-text-icon:rgba(255,255,255,0.4);--c-progress-track:rgba(255,255,255,0.08)}@keyframes float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-y-2{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes pulse-glow{0%,to{opacity:.6}50%{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-y{animation:float-y 6s ease-in-out infinite}.float-y-2{animation:float-y-2 7s ease-in-out infinite}.pulse-glow{animation:pulse-glow 2.6s ease-in-out infinite}.ticker{animation:ticker 40s linear infinite}.shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);background-size:200% 100%;animation:shimmer 2.4s linear infinite}.spin-slow{animation:spin-slow 24s linear infinite}[data-js-ready] .reveal{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}[data-js-ready] .reveal.in{opacity:1;transform:translateY(0)}[data-js-ready] .reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}[data-js-ready] .reveal-stagger.in>*{opacity:1;transform:none}[data-js-ready] .reveal-stagger.in>:first-child{transition-delay:.04s}[data-js-ready] .reveal-stagger.in>:nth-child(2){transition-delay:.12s}[data-js-ready] .reveal-stagger.in>:nth-child(3){transition-delay:.2s}[data-js-ready] .reveal-stagger.in>:nth-child(4){transition-delay:.28s}[data-js-ready] .reveal-stagger.in>:nth-child(5){transition-delay:.36s}[data-js-ready] .reveal-stagger.in>:nth-child(6){transition-delay:.44s}[data-js-ready] .reveal-stagger.in>:nth-child(7){transition-delay:.52s}[data-js-ready] .reveal-stagger.in>:nth-child(8){transition-delay:.6s}[data-js-ready] .reveal-stagger.in>:nth-child(9){transition-delay:.68s}[data-js-ready] .reveal-stagger.in>:nth-child(10){transition-delay:.76s}[data-js-ready] .reveal-stagger.in>:nth-child(11){transition-delay:.84s}[data-js-ready] .reveal-stagger.in>:nth-child(12){transition-delay:.92s}[data-js-ready] .reveal-stagger.in>:nth-child(n+13){transition-delay:1s}.caret-blue:after{content:"";display:inline-block;width:.12em;height:1em;vertical-align:-.12em;margin-left:.15em;background:#2563eb;animation:pulse-glow 1.4s ease-in-out infinite;border-radius:1px}.glass{background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,.7));backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 1px 2px rgba(20,22,50,.04),0 8px 24px -12px rgba(20,22,50,.12)}.glass-dark{background:linear-gradient(180deg,rgba(20,22,50,.55),rgba(20,22,50,.35));backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .glass{background:linear-gradient(180deg,rgba(20,22,50,.65),rgba(20,22,50,.45));border-color:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 60px -20px rgba(0,0,0,.45),0 8px 24px -12px rgba(0,0,0,.35)}.ring-grad{position:relative}.ring-grad:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(37,99,235,.6),rgba(124,58,237,.4) 50%,rgba(6,182,212,.5));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.soft-card{background:#ffffff;border:1px solid rgba(20,22,50,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(20,22,50,.03),0 6px 16px -4px rgba(20,22,50,.06),0 16px 32px -12px rgba(20,22,50,.08)}[data-theme=dark] .soft-card{background:#ffffff;border-color:rgba(20,22,50,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(0,0,0,.2),0 10px 24px -4px rgba(0,0,0,.4),0 28px 56px -16px rgba(0,0,0,.5);--c-text-strong:#0a0a0f;--c-text-body:#1a1a2e;--c-text-muted:#5a5a72;--c-text-faint:#7e7e96;--c-text-fainter:#a6a6bb;--c-text-icon:#b5b5c6;--c-surface:#ffffff;--c-surface-2:#fafafc;--c-surface-3:#f8f8fc;--c-surface-elev:#fcfcfe;--c-surface-row-hover:#fafafd;--c-border-soft:#f0f0f5;--c-border-faint:#f1f1f6;--c-border-hover:#e2e2ec;--c-progress-track:#f0f0f5;color:var(--c-text-strong)}.soft-card-grad{position:relative}.soft-card-grad,[data-theme=dark] .soft-card-grad{background:#f6f6fa;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -1px 0 rgba(20,22,50,.02)}.soft-card-frame{position:relative;padding:20px;background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(20,22,50,.02),0 8px 20px -8px rgba(20,22,50,.05);transition:background-color .3s ease;border:1px solid rgba(255,255,255,.7)}.soft-card-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(6,182,212,.32),rgba(99,102,241,.2) 45%,rgba(124,58,237,.38));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.soft-card-frame:hover{background:linear-gradient(180deg,#f7f4ff,#efebff)}[data-theme=dark] .soft-card-frame{background:rgba(255,255,255,.02);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 1px 2px rgba(0,0,0,.2),0 8px 20px -8px rgba(0,0,0,.35)}[data-theme=dark] .soft-card-frame:after{background:linear-gradient(135deg,rgba(6,182,212,.4),rgba(99,102,241,.32) 45%,rgba(124,58,237,.48))}[data-theme=dark] .soft-card-frame:hover{background:rgba(124,58,237,.1)}.soft-row{background:#fafafc;border:1px solid rgba(20,22,50,.05)}[data-theme=dark] .soft-row{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.06)}.live-pill{display:inline-flex;align-items:center;gap:calc(var(--spacing) * 2);padding:10px 16px!important;border-radius:9999px;background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,.7));border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);--tw-shadow:0 1px 0 var(--tw-shadow-color,rgba(255,255,255,0.6)) inset,0 30px 60px -20px var(--tw-shadow-color,rgba(36,48,99,0.18)),0 8px 24px -12px var(--tw-shadow-color,rgba(36,48,99,0.12));box-shadow:var(--shadow-glass);white-space:nowrap}.live-pill-dot{position:relative;width:6px;height:6px;border-radius:9999px;background:#10b981;box-shadow:0 0 6px rgba(16,185,129,.55);animation:pulse-glow 2.6s ease-in-out infinite}.live-pill-dot:after{content:"";position:absolute;inset:-3px;border-radius:9999px;background:rgba(16,185,129,.28);filter:blur(4px);z-index:-1}.live-pill-text{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#0a0a0f;line-height:1}[data-theme=dark] .live-pill{background:linear-gradient(180deg,rgba(20,22,50,.55),rgba(20,22,50,.35));border-color:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 60px -20px rgba(0,0,0,.5),0 8px 24px -12px rgba(0,0,0,.35)!important}[data-theme=dark] .live-pill-text{color:rgba(255,255,255,.92);text-shadow:none}[data-theme=dark] .live-pill-dot{background:#34d399;box-shadow:0 0 10px rgba(52,211,153,.7)}[data-theme=dark] .live-pill-dot:after{background:rgba(52,211,153,.38);filter:blur(5px)}.mesh-bg{background:radial-gradient(60% 50% at 15% 10%,rgba(37,99,235,.18),transparent 60%),radial-gradient(50% 40% at 85% 0,rgba(124,58,237,.18),transparent 60%),radial-gradient(70% 60% at 50% 100%,rgba(6,182,212,.1),transparent 60%),linear-gradient(180deg,#fafafb,#f4f4f8)}.mesh-dark{background:radial-gradient(60% 50% at 15% 10%,rgba(79,70,229,.45),transparent 60%),radial-gradient(40% 40% at 90% 20%,rgba(6,182,212,.3),transparent 60%),radial-gradient(50% 50% at 70% 100%,rgba(124,58,237,.4),transparent 60%),linear-gradient(180deg,#0a0a0f,#14142a)}.grid-bg{background-image:linear-gradient(to right,var(--grid) 1px,transparent 1px),linear-gradient(to bottom,var(--grid) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%)}.grad-text{background:linear-gradient(120deg,#2563eb,#4f46e5 50%,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.grad-fill{background:linear-gradient(120deg,#2563eb,#4f46e5 50%,#7c3aed)}.grad-fill-soft{background:linear-gradient(120deg,rgba(37,99,235,.1),rgba(79,70,229,.1) 50%,rgba(124,58,237,.1))}.lift{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s cubic-bezier(.2,.7,.2,1)}.lift:hover{transform:translateY(-3px);box-shadow:0 30px 60px -24px rgba(20,22,50,.22),0 0 0 1px rgba(79,70,229,.1)}.fade-x{mask-image:linear-gradient(90deg,transparent,black 12%,black 88%,transparent)}.dotted-y{background-image:radial-gradient(circle,rgba(20,22,50,.18) 1px,transparent 0);background-size:1px 8px;background-repeat:repeat-y}.responsive-svg svg{max-width:100%;height:auto;display:block}.hero-dashboard-frame,.hero-dashboard-wrap{width:100%}.floating-btn{background:rgba(255,255,255,.92);color:#15151d;border-color:rgba(20,22,50,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 10px 28px -8px rgba(20,22,50,.25),0 4px 10px -4px rgba(20,22,50,.12)}.floating-btn:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 18px 40px -10px rgba(79,70,229,.35),0 0 0 1px rgba(79,70,229,.2)}[data-theme=dark] .mesh-bg{background:radial-gradient(60% 50% at 15% 10%,rgba(37,99,235,.28),transparent 60%),radial-gradient(50% 40% at 85% 0,rgba(124,58,237,.28),transparent 60%),radial-gradient(70% 60% at 50% 100%,rgba(6,182,212,.18),transparent 60%),linear-gradient(180deg,#07070d,#11122a)}[data-theme=dark] .grid-bg{opacity:.35}[data-theme=dark] .floating-btn{background:rgba(21,21,29,.92);color:#ffffff;border-color:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 28px -8px rgba(0,0,0,.55),0 4px 10px -4px rgba(0,0,0,.35)}[data-theme=dark] .feature-card-hover{display:none}[data-theme=dark] .hero-section{background:radial-gradient(55% 45% at 18% 8%,rgba(79,70,229,.32),transparent 60%),radial-gradient(45% 40% at 88% 12%,rgba(124,58,237,.3),transparent 60%),radial-gradient(60% 50% at 50% 100%,rgba(6,182,212,.1),transparent 60%),linear-gradient(180deg,#05050b,#0b0d22)}[data-theme=dark] .hero-section .hero-copy .text-ink-900{color:#ffffff}[data-theme=dark] .hero-section .hero-copy .text-ink-700{color:rgba(255,255,255,.88)}[data-theme=dark] .hero-section .hero-copy .text-ink-500{color:rgba(255,255,255,.62)}[data-theme=dark] .hero-section .hero-copy .text-ink-400{color:rgba(255,255,255,.45)}[data-theme=dark] .hero-section .hero-copy .text-ink-300{color:rgba(255,255,255,.38)}[data-theme=dark] .hero-section .hero-copy .caret-blue:after{background:#818cf8;box-shadow:0 0 12px rgba(129,140,248,.55)}[data-theme=dark] .hero-section .hero-copy .border-ink-100{border-color:rgba(255,255,255,.1)}[data-theme=dark] .eyebrow-chip,[data-theme=dark] .hero-section .hero-copy .bg-white\/70{background-color:rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .eyebrow-chip{border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.85)}[data-theme=dark] .hero-section .hero-copy .text-ink-800{color:rgba(255,255,255,.92)}[data-theme=dark] .hero-section .hero-copy .bg-white\/70.backdrop-blur{background-color:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}[data-theme=dark] .hero-section .hero-copy .bg-white\/70.backdrop-blur:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}[data-theme=dark] .hero-section .hero-copy .ring-white{--tw-ring-color:#0b0d22}[data-theme=dark] .features-section,[data-theme=dark] .operations-section,[data-theme=dark] .trust-strip,[data-theme=dark] .why-zoono-section{background-color:#07070d;color:#ffffff}[data-theme=dark] .trust-strip .trust-strip-header{color:rgba(255,255,255,.42)}[data-theme=dark] .trust-strip .trust-strip-rule{background-color:rgba(255,255,255,.08)}[data-theme=dark] .trust-strip .trust-logo{opacity:.85}[data-theme=dark] .trust-strip .trust-logo:hover{opacity:1}[data-theme=dark] .trust-strip .trust-logo-tile{background:rgba(124,58,237,.16);border-color:rgba(124,58,237,.32)}[data-theme=dark] .trust-strip .trust-logo-dot{background:#7c3aed;border-radius:9999px;width:8px;height:8px;box-shadow:0 0 10px rgba(124,58,237,.7)}[data-theme=dark] .trust-strip .trust-logo-label{color:rgba(255,255,255,.78);letter-spacing:.02em}[data-theme=dark] .features-section .features-heading{color:#ffffff}[data-theme=dark] .features-section .features-lede{color:rgba(255,255,255,.55)}[data-theme=dark] .features-section .feature-card,[data-theme=dark] .why-zoono-section .feature-card{background:#14141c;border-color:rgba(255,255,255,.08);color:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 30px -16px rgba(0,0,0,.55)}[data-theme=dark] .features-section .feature-card h3,[data-theme=dark] .why-zoono-section .feature-card h3{color:#ffffff}[data-theme=dark] .features-section .feature-card p,[data-theme=dark] .why-zoono-section .feature-card p{color:rgba(255,255,255,.55)}[data-theme=dark] .features-section .feature-card .border-ink-100,[data-theme=dark] .why-zoono-section .feature-card .border-ink-100{border-color:rgba(255,255,255,.08)}[data-theme=dark] .features-section .feature-card .text-ink-300,[data-theme=dark] .why-zoono-section .feature-card .text-ink-300{color:rgba(255,255,255,.5)}[data-theme=dark] .features-section .feature-card .bg-ink-100,[data-theme=dark] .why-zoono-section .feature-card .bg-ink-100{background-color:rgba(255,255,255,.08)}[data-theme=dark] .why-zoono-section .feature-card .text-ink-700{color:rgba(255,255,255,.82)!important}[data-theme=dark] .why-zoono-section .text-ink-900{color:#ffffff}[data-theme=dark] .why-zoono-section .text-ink-400{color:rgba(255,255,255,.45)}[data-theme=dark] .features-section .feature-card .bg-ink-200,[data-theme=dark] .why-zoono-section .feature-card .bg-ink-200{background-color:rgba(255,255,255,.32)}[data-theme=dark] .features-section .feature-card .text-ink-400,[data-theme=dark] .why-zoono-section .feature-card .text-ink-400{color:rgba(255,255,255,.4)}[data-theme=dark] .features-section .feature-card .text-ink-500,[data-theme=dark] .why-zoono-section .feature-card .text-ink-500{color:rgba(255,255,255,.55)}[data-theme=dark] .features-section .feature-card .font-display,[data-theme=dark] .why-zoono-section .feature-card .font-display{color:#ffffff}[data-theme=dark] .features-section .feature-card .feature-learn-more,[data-theme=dark] .why-zoono-section .feature-card .feature-learn-more{color:rgba(255,255,255,.7)}[data-theme=dark] .features-section .feature-card:hover,[data-theme=dark] .why-zoono-section .feature-card:hover{border-color:rgba(124,58,237,.35);box-shadow:0 0 0 1px rgba(124,58,237,.18),0 24px 60px -24px rgba(0,0,0,.7)}[data-theme=dark] .operations-section h2,[data-theme=dark] .operations-section h3{color:#ffffff}[data-theme=dark] .operations-section p{color:rgba(255,255,255,.6)}[data-theme=dark] .operations-section .text-ink-500{color:rgba(255,255,255,.55)}[data-theme=dark] .operations-section .text-ink-900{color:#ffffff}[data-theme=dark] .operations-section .soft-card .text-ink-900{color:#0a0a0f}[data-theme=dark] .operations-section .soft-card .text-ink-700{color:#26263a}[data-theme=dark] .operations-section .soft-card .text-ink-500{color:#5a5a72}[data-theme=dark] .operations-section .soft-card .text-ink-400{color:#7e7e96}[data-theme=dark] .operations-section .soft-card .text-ink-300{color:#a6a6bb}[data-theme=dark] .operations-section .soft-card p{color:#5a5a72}[data-theme=dark] .operations-section>.absolute{opacity:.18}[data-theme=dark] .operations-section button{background-color:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1);color:#ffffff}[data-theme=dark] .operations-section button:hover{background-color:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}[data-theme=dark] .why-zoono-section h2{color:#ffffff}[data-theme=dark] .why-zoono-section .text-ink-500{color:rgba(255,255,255,.6)}[data-theme=dark] .why-zoono-section .bg-ink-100{background-color:rgba(255,255,255,.08)}@media (min-width:1024px){.hero-dashboard-frame{transform:scale(.97);transform-origin:center right}.hero-img-scale{transform:scale(1.18)}}@media (max-width:1023px){.hero-dashboard-wrap{height:540px;overflow:visible;display:flex;justify-content:center}.hero-dashboard-frame{width:720px;flex-shrink:0;transform-origin:top center;transform:scale(.78)}}@media (max-width:767px){.hero-dashboard-wrap{height:460px}.hero-dashboard-frame{transform:scale(.62)}}@media (max-width:560px){.hero-dashboard-wrap{height:380px}.hero-dashboard-frame{transform:scale(.5)}}@media (max-width:479px){.hero-dashboard-wrap{height:340px}.hero-dashboard-frame{transform:scale(.44)}}@media (prefers-reduced-motion:reduce){.float-y,.float-y-2,.pulse-glow,.shimmer,.spin-slow,.ticker{animation:none!important}.reveal,.reveal-stagger>*{transition:none!important;opacity:1!important;transform:none!important}}