@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Nunito:wght@400;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Oswald:wght@400;600;700;900&family=IBM+Plex+Mono:wght@300;400;600&family=Righteous&family=Merriweather:wght@400;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--theme-bg: #0F1117;--theme-surface: #1A1D27;--theme-primary: #6C8EBF;--theme-text: #E0E4EF;--theme-accent: #4A7AC7;--theme-font-family: "Inter", sans-serif;--theme-font-size: 15px;--theme-font-weight: 400;--theme-letter-spacing: 0em;--theme-line-height: 1.6;--theme-border-radius: 16px;--theme-shadow-color: rgba(108, 142, 191, .2);--spacing-unit: 24px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--theme-bg, #0F1117);color:var(--theme-text, #E0E4EF);font-family:var(--theme-font-family, "Inter", sans-serif);font-size:var(--theme-font-size, 15px);line-height:var(--theme-line-height, 1.6);letter-spacing:var(--theme-letter-spacing, 0em);overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;position:relative;isolation:isolate}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--theme-primary, #6C8EBF);border-radius:100px;opacity:.4}::selection{background:var(--theme-primary, #6C8EBF);color:#fff}:focus-visible{outline:2px solid var(--theme-primary, #6C8EBF);outline-offset:3px;border-radius:4px}.adaptive-shell{min-height:100vh;position:relative;will-change:background-color}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.cg-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#050810;font-family:Inter,sans-serif;overflow:hidden;z-index:1000}.cg-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;animation:orbFloat 8s ease-in-out infinite alternate}.cg-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(74,122,199,.18) 0%,transparent 70%);top:-150px;left:-100px;animation-delay:0s}.cg-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(108,142,191,.12) 0%,transparent 70%);bottom:-100px;right:-80px;animation-delay:-3s}.cg-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.08) 0%,transparent 70%);top:40%;left:60%;animation-delay:-5s}@keyframes orbFloat{0%{transform:translate(0) scale(1)}to{transform:translate(20px,-30px) scale(1.1)}}.cg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(108,142,191,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(108,142,191,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}.cg-card{position:relative;z-index:10;width:min(520px,92vw);background:linear-gradient(145deg,#1a1d27e6,#0f1117f2);border:1px solid rgba(108,142,191,.18);border-radius:28px;padding:44px 40px 36px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 0 0 1px #ffffff0a,0 8px 32px #0006,0 40px 80px #00000080,inset 0 1px #ffffff0f}.cg-badge{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6c8ebf;background:#6c8ebf1a;border:1px solid rgba(108,142,191,.2);border-radius:100px;padding:5px 12px;margin-bottom:24px}.cg-badge-dot{width:6px;height:6px;border-radius:50%;background:#4a7ac7;box-shadow:0 0 8px #4a7ac7;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.cg-title{font-size:clamp(30px,5vw,40px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#f0f4ff;margin-bottom:16px}.cg-title-accent{background:linear-gradient(135deg,#6c8ebf,#4a7ac7,#8bb4e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cg-desc{font-size:14px;line-height:1.7;color:#6b7fa0;margin-bottom:28px;max-width:400px}.cg-features{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.cg-feature{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:14px;transition:background .2s}.cg-feature:hover{background:#6c8ebf12;border-color:#6c8ebf26}.cg-feature-icon{color:#6c8ebf;margin-top:1px;flex-shrink:0;opacity:.9}.cg-feature-label{font-size:13px;font-weight:600;color:#c8d4e8;margin-bottom:2px}.cg-feature-desc{font-size:12px;color:#4a6080;line-height:1.5}.cg-privacy{display:flex;align-items:center;gap:7px;font-size:11.5px;color:#3a5a80;margin-bottom:20px;padding:10px 14px;background:#4a7ac70f;border:1px solid rgba(74,122,199,.1);border-radius:10px}.cg-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:linear-gradient(135deg,#3a6db5,#4a7ac7,#5a8ad9);color:#fff;border:none;border-radius:16px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:.01em;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 24px #4a7ac759,0 1px #fff3 inset;transition:box-shadow .2s;margin-bottom:14px}.cg-cta:hover{box-shadow:0 8px 40px #4a7ac780,0 1px #fff3 inset}.cg-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none}.cg-cta-arrow{margin-left:auto;opacity:.7;font-size:18px;transition:transform .2s}.cg-cta:hover .cg-cta-arrow{transform:translate(3px)}.cg-footnote{text-align:center;font-size:11.5px;color:#2a3a50;line-height:1.5}.cg-floating-pill{position:fixed;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6c8ebf80;background:#6c8ebf0f;border:1px solid rgba(108,142,191,.12);border-radius:100px;padding:4px 10px;pointer-events:none;-webkit-user-select:none;user-select:none}.cg-pill-0{top:12%;left:8%}.cg-pill-1{top:20%;right:6%}.cg-pill-2{top:65%;left:5%}.cg-pill-3{top:75%;right:8%}.cg-pill-4{bottom:15%;left:15%}.cg-pill-5{top:45%;right:4%}@media(max-width:600px){.cg-card{padding:32px 24px 28px}.cg-floating-pill{display:none}}.ml-root{position:fixed;inset:0;background:#050810;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;z-index:999;overflow:hidden}.ml-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.ml-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(74,122,199,.12) 0%,transparent 70%);top:-200px;left:-200px;animation:mlPulse 6s ease-in-out infinite alternate}.ml-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.08) 0%,transparent 70%);bottom:-100px;right:-100px;animation:mlPulse 8s ease-in-out infinite alternate-reverse}@keyframes mlPulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}.ml-card{position:relative;z-index:10;width:min(420px,90vw);background:linear-gradient(145deg,#1a1d27e6,#0f1117f2);border:1px solid rgba(108,142,191,.15);border-radius:28px;padding:48px 40px;text-align:center;box-shadow:0 0 80px #4a7ac714,0 40px 80px #00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ml-ring-wrap{position:relative;width:100px;height:100px;margin:0 auto 28px}.ml-ring-svg{transform:rotate(-90deg);overflow:visible}.ml-ring-track{fill:none;stroke:#6c8ebf1a;stroke-width:3}.ml-ring-fill{fill:none;stroke:url(#mlGrad);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset .7s cubic-bezier(.16,1,.3,1)}.ml-ring-pct{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ml-pct-num{font-size:24px;font-weight:800;color:#6c8ebf;letter-spacing:-.04em;line-height:1}.ml-pct-label{font-size:10px;color:#3a5070;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-top:2px}.ml-title{font-size:20px;font-weight:700;color:#e0e4ef;letter-spacing:-.02em;margin-bottom:6px}.ml-status{font-size:13px;color:#4a6080;margin-bottom:28px;min-height:20px;transition:color .3s}.ml-bar-track{width:100%;height:3px;background:#ffffff0f;border-radius:100px;overflow:hidden;margin-bottom:20px}.ml-bar-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#3a6db5,#6c8ebf);min-width:3px;transition:width .7s cubic-bezier(.16,1,.3,1);box-shadow:0 0 12px #4a7ac766}.ml-stages{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.ml-stage{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#6c8ebf59;padding:5px 10px;border-radius:100px;border:1px solid rgba(108,142,191,.1);background:#6c8ebf0a;transition:all .4s;white-space:nowrap}.ml-stage.active{color:#6c8ebf;border-color:#6c8ebf40;background:#6c8ebf14}.ml-stage.done{color:#4caf80;border-color:#4caf8040;background:#4caf800f}.ml-stage-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.ml-stage.active .ml-stage-dot{animation:stagePulse 1s ease-in-out infinite}@keyframes stagePulse{0%,to{opacity:1}50%{opacity:.3}}.ml-error{margin-top:20px;padding:16px;background:#dc3c3c14;border:1px solid rgba(220,60,60,.2);border-radius:14px;text-align:left}.ml-error p{font-size:13px;color:#ff8080;margin-bottom:12px}.ml-retry-btn{background:#dc3c3c26;color:#ff8080;border:1px solid rgba(220,60,60,.25);padding:8px 20px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;font-family:Inter,sans-serif;transition:all .2s}.ml-retry-btn:hover{background:#dc3c3c40}.ml-privacy{margin-top:20px;font-size:11px;color:#1e2a3a;display:flex;align-items:center;justify-content:center;gap:5px}.dc-wrapper{display:contents}.dc-hero{grid-column:1 / -1;padding:52px 48px 44px;background:var(--hero-bg);border:1px solid var(--hero-border);box-shadow:var(--hero-shadow);position:relative;overflow:hidden}.dc-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,var(--theme-primary, #6C8EBF) 0%,transparent 70%);opacity:.05;pointer-events:none}.dc-mood-tag{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:20px}.dc-mood-dot{width:7px;height:7px;border-radius:50%;animation:moodPulse 2s ease-in-out infinite}@keyframes moodPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.dc-hero-title{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:14px;max-width:700px}.dc-hero-sub{font-size:15px;line-height:1.6;margin-bottom:32px;max-width:480px}.dc-metrics{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.dc-metric{padding:12px 20px;text-align:center;min-width:80px;transition:all .4s ease}.dc-metric-val{font-size:22px;font-weight:800;line-height:1;letter-spacing:-.03em;margin-bottom:3px}.dc-metric-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.dc-actions{display:flex;gap:12px;flex-wrap:wrap}.dc-btn-primary{padding:13px 28px;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.02em;position:relative;overflow:hidden}.dc-btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none}.dc-btn-outline{padding:13px 28px;background:transparent;font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.02em}.dc-hero-bar{position:absolute;bottom:0;left:0;right:0;height:2px;opacity:.7}.dc-card{padding:28px 26px;position:relative;overflow:hidden;cursor:default}.dc-card-icon{font-size:26px;margin-bottom:14px;display:block}.dc-card-title{font-size:16px;font-weight:700;margin-bottom:10px;line-height:1.3}.dc-card-body{font-size:13px;line-height:1.65}.dc-card-accent-line{position:absolute;bottom:0;left:0;right:0;height:2px;opacity:.5}.dc-showcase{padding:36px 40px;transition:all .4s ease}.dc-showcase-title{font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.dc-showcase-sub{font-size:13px;margin-bottom:24px}.dc-theme-grid{display:flex;flex-wrap:wrap;gap:10px}.dc-theme-chip{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:14px;border:1px solid;cursor:default;transition:all .3s ease}.dc-theme-chip-active{box-shadow:0 4px 20px #0003}.dc-chip-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;transition:box-shadow .4s}.dc-chip-name{font-size:13px;font-weight:700;text-transform:capitalize;letter-spacing:.02em;line-height:1;margin-bottom:2px;transition:color .3s}.dc-chip-font{font-size:10px;letter-spacing:.04em}@media(max-width:768px){.dc-hero{padding:32px 24px 28px}.dc-showcase{padding:24px}.dc-hero-title{font-size:28px}.dc-metrics{gap:8px}.dc-metric{padding:10px 14px}}.hud-root{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.hud-toggle{width:38px;height:38px;border-radius:12px;border:1px solid;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:Inter,sans-serif;order:2}.hud-panel{width:292px;padding:18px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);order:1}.hud-header{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}.hud-emoji{font-size:30px;line-height:1;flex-shrink:0}.hud-header-text{flex:1;min-width:0}.hud-emotion-name{font-size:17px;font-weight:800;text-transform:capitalize;letter-spacing:-.01em;line-height:1;margin-bottom:5px}.hud-status-row{display:flex;align-items:center;gap:5px}.hud-live-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hud-status-label{font-size:10px;color:#ffffff4d;letter-spacing:.06em;font-family:Inter,sans-serif}.hud-no-face{font-size:11px;padding:7px 10px;border-radius:8px;border:1px solid;margin-bottom:12px;letter-spacing:.02em}.hud-bars{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.hud-bar-row{display:flex;align-items:center;gap:7px}.hud-bar-emoji{font-size:13px;flex-shrink:0;width:18px;text-align:center}.hud-bar-track{flex:1;height:5px;background:#ffffff0f;border-radius:100px;overflow:hidden}.hud-bar-fill{height:100%;border-radius:100px;min-width:0;transition:box-shadow .4s}.hud-bar-pct{font-size:10px;font-weight:600;font-family:IBM Plex Mono,monospace;width:24px;text-align:right;flex-shrink:0;transition:color .3s}.hud-bar-pct-active{font-weight:800}.hud-override{border-top:1px solid rgba(255,255,255,.06);padding-top:12px}.hud-override-title{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin-bottom:8px;font-family:Inter,sans-serif}.hud-override-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.hud-chip{display:flex;align-items:center;gap:5px;padding:6px 10px;border-radius:9px;border:1px solid;cursor:pointer;font-size:11px;font-weight:600;text-transform:capitalize;letter-spacing:.03em;transition:all .15s;white-space:nowrap}.hud-chip-active{font-weight:800;box-shadow:0 2px 12px #0003}@media(max-width:480px){.hud-root{bottom:12px;right:12px}.hud-panel{width:260px}}.top-nav{position:fixed;top:0;left:0;right:0;height:56px;z-index:900;display:flex;align-items:center;justify-content:space-between;padding:0 24px;transition:background-color .8s ease}.nav-logo{display:flex;align-items:center;gap:9px}.nav-logo-dot{width:9px;height:9px;border-radius:50%;transition:all .8s ease}.nav-logo-text{font-size:15px;letter-spacing:-.02em;transition:color .8s ease}.nav-state{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:capitalize;padding:5px 14px;border-radius:100px;transition:all .3s}.nav-state-dot{width:6px;height:6px;border-radius:50%;transition:all .5s}.nav-live{font-size:9px;letter-spacing:.12em;background:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.3);padding:2px 6px;border-radius:100px;font-weight:700;animation:liveBlink 2s ease-in-out infinite}@keyframes liveBlink{0%,to{opacity:1}50%{opacity:.6}}.nav-right{min-width:80px;display:flex;justify-content:flex-end}.nav-privacy{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#6c8ebf80;letter-spacing:.04em;font-family:Inter,sans-serif}@media(max-width:480px){.nav-state,.nav-privacy span{display:none}}
