@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--color-bg: #0a0a0f;--color-bg-elevated: #12121a;--color-surface: #1a1a24;--color-border: rgba(255, 255, 255, .08);--color-text: #e4e4e7;--color-text-muted: #71717a;--color-accent: #00ff88;--color-accent-alt: #fbbf24;--color-accent-glow: rgba(0, 255, 136, .15);--font-display: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace}._page_1thg0_25{min-height:100vh;background:var(--color-bg);color:var(--color-text);font-family:var(--font-display);position:relative;overflow-x:hidden}._gridBg_1thg0_35{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}._gridOverlay_1thg0_46{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,var(--color-accent-glow) 0%,transparent 60%);opacity:.6}._scanLine_1thg0_53{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.4;animation:_scanMove_1thg0_1 4s ease-in-out infinite}@keyframes _scanMove_1thg0_1{0%,to{top:0;opacity:0}10%{opacity:.4}90%{opacity:.4}to{top:100%;opacity:0}}._container_1thg0_72{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}._header_1thg0_84{padding:1rem 0;animation:_fadeDown_1thg0_1 .6s ease-out}@keyframes _fadeDown_1thg0_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._logo_1thg0_100{display:flex;align-items:center;gap:.75rem}._logoImage_1thg0_106{height:36px;width:auto;border-radius:8px}._logoIcon_1thg0_112{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-accent),#00cc6a);border-radius:10px;color:var(--color-bg)}._logoIcon_1thg0_112 svg{width:20px;height:20px}._logoText_1thg0_128{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}._logoAccent_1thg0_134{color:var(--color-accent)}._hero_1thg0_139{flex:1;display:flex;flex-direction:column;justify-content:center;padding:4rem 0}._heroContent_1thg0_147{text-align:center;max-width:720px;margin:0 auto}._badge_1thg0_154{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--color-text-muted);margin-bottom:2rem;animation:_fadeUp_1thg0_1 .6s ease-out .1s both}._badgeDot_1thg0_169{width:6px;height:6px;background:var(--color-accent);border-radius:50%;animation:_pulse_1thg0_1 2s ease-in-out infinite}@keyframes _pulse_1thg0_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes _fadeUp_1thg0_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._title_1thg0_194{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.5rem;animation:_fadeUp_1thg0_1 .6s ease-out .2s both}._titleAccent_1thg0_203{background:linear-gradient(135deg,var(--color-accent) 0%,#00cc6a 50%,var(--color-accent-alt) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_1thg0_211{font-size:1.125rem;color:var(--color-text-muted);line-height:1.7;margin:0 0 3rem;animation:_fadeUp_1thg0_1 .6s ease-out .3s both}._metricsPreview_1thg0_220{display:flex;justify-content:center;gap:2.5rem;margin-bottom:3rem;animation:_fadeUp_1thg0_1 .6s ease-out .4s both}._metric_1thg0_220{display:flex;flex-direction:column;align-items:center;gap:.75rem}._metricRing_1thg0_235{position:relative;width:80px;height:80px}._metricRing_1thg0_235 svg{width:100%;height:100%;transform:rotate(-90deg)}._metricBg_1thg0_247{fill:none;stroke:var(--color-surface);stroke-width:3}._metricFill_1thg0_253{fill:none;stroke:var(--color-accent);stroke-width:3;stroke-linecap:round;animation:_drawRing_1thg0_1 1.5s ease-out .6s both;filter:drop-shadow(0 0 8px var(--color-accent-glow))}._metricFillAlt_1thg0_262{fill:none;stroke:var(--color-accent-alt);stroke-width:3;stroke-linecap:round;animation:_drawRing_1thg0_1 1.5s ease-out .7s both;filter:drop-shadow(0 0 8px rgba(251,191,36,.3))}@keyframes _drawRing_1thg0_1{0%{stroke-dasharray:0,100}}._metricValue_1thg0_277{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-mono);font-size:1.25rem;font-weight:600;color:var(--color-text)}._metricLabel_1thg0_288{font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}._loginForm_1thg0_297{animation:_fadeUp_1thg0_1 .6s ease-out .5s both}._inputWrapper_1thg0_301{display:flex;align-items:stretch;max-width:480px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}._inputWrapper_1thg0_301:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}._input_1thg0_301{flex:1;padding:1rem 1.25rem;background:transparent;border:none;font-family:var(--font-mono);font-size:.9rem;color:var(--color-text);outline:none}._input_1thg0_301::placeholder{color:var(--color-text-muted)}._submitBtn_1thg0_333{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--color-accent),#00cc6a);border:none;font-family:var(--font-display);font-size:.9rem;font-weight:600;color:var(--color-bg);cursor:pointer;transition:transform .2s,filter .2s}._submitBtn_1thg0_333:hover{filter:brightness(1.1);transform:translate(2px)}._submitBtn_1thg0_333 svg{width:18px;height:18px;transition:transform .2s}._submitBtn_1thg0_333:hover svg{transform:translate(4px)}._features_1thg0_364{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:5rem;padding-top:4rem;border-top:1px solid var(--color-border)}._feature_1thg0_364{text-align:left;padding:1.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:16px;transition:transform .3s,border-color .3s;animation:_fadeUp_1thg0_1 .6s ease-out both}._feature_1thg0_364:nth-child(1){animation-delay:.6s}._feature_1thg0_364:nth-child(2){animation-delay:.7s}._feature_1thg0_364:nth-child(3){animation-delay:.8s}._feature_1thg0_364:hover{transform:translateY(-4px);border-color:#0f83}._featureIcon_1thg0_392{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;color:var(--color-accent);margin-bottom:1rem}._featureIcon_1thg0_392 svg{width:24px;height:24px}._featureTitle_1thg0_410{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text)}._featureText_1thg0_417{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;margin:0}._footer_1thg0_425{padding:2rem 0;text-align:center;animation:_fadeUp_1thg0_1 .6s ease-out .9s both}._footerText_1thg0_431{font-size:.8rem;color:var(--color-text-muted);font-family:var(--font-mono)}@media(max-width:768px){._container_1thg0_72{padding:1.5rem}._metricsPreview_1thg0_220{gap:1.5rem}._metricRing_1thg0_235{width:64px;height:64px}._metricValue_1thg0_277{font-size:1rem}._features_1thg0_364{grid-template-columns:1fr;gap:1rem;margin-top:3rem;padding-top:3rem}._inputWrapper_1thg0_301{flex-direction:column}._submitBtn_1thg0_333{justify-content:center}}@media(max-width:480px){._title_1thg0_194{font-size:2rem}._subtitle_1thg0_211{font-size:1rem}._metricsPreview_1thg0_220{flex-wrap:wrap}}
