:root{--color-bg: #0c0c0c;--color-bg-surface: #161616;--color-bg-surface-2: #1e1e1e;--color-border: #2a2a2a;--color-text: #f5f5f5;--color-text-muted: #888888;--color-accent: #e84020;--color-accent-hover: #c93318;--color-accent-subtle: rgba(232, 64, 32, .1);--color-accent-glow: rgba(232, 64, 32, .22);--font: "Inter", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}body{margin:0;padding:0}._page_1o5hj_24{min-height:100vh;background-color:var(--color-bg);font-family:var(--font);color:var(--color-text);display:flex;flex-direction:column}._header_1o5hj_34{background-color:#0c0c0cd9;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._headerInner_1o5hj_43{max-width:72rem;margin:0 auto;padding:.875rem 2rem}._logo_1o5hj_49{display:flex;align-items:center;gap:.625rem}._logoName_1o5hj_55{font-size:1rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}._logoNameAccent_1o5hj_62{color:var(--color-accent)}._hero_1o5hj_67{position:relative;overflow:hidden;padding:5rem 2rem 5.5rem}._heroGlow_1o5hj_73{position:absolute;top:-15%;right:-5%;width:55%;height:90%;background:radial-gradient(ellipse at center,var(--color-accent-glow) 0%,transparent 68%);pointer-events:none;z-index:0}._heroInner_1o5hj_84{position:relative;z-index:1;max-width:44rem;margin:0 auto;text-align:center}._badge_1o5hj_92{display:inline-block;border:1px solid var(--color-border);background-color:var(--color-bg-surface);color:var(--color-text-muted);font-size:.75rem;font-weight:500;letter-spacing:.02em;padding:.3rem .875rem;border-radius:2rem;margin-bottom:1.5rem}._heroHeading_1o5hj_105{font-size:3rem;font-weight:800;line-height:1.15;letter-spacing:-.04em;color:var(--color-text);margin:0 0 1.25rem}._heroHighlight_1o5hj_114{position:relative;display:inline-block;color:var(--color-text)}._heroHighlight_1o5hj_114:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--color-accent);border-radius:2px}._heroSubtext_1o5hj_131{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.65;margin:0 0 2.75rem;max-width:36rem;margin-left:auto;margin-right:auto}._formCard_1o5hj_142{background-color:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:10px;padding:1.5rem;max-width:26rem;margin:0 auto;text-align:left}._formLabel_1o5hj_152{font-size:.8125rem;font-weight:500;color:var(--color-text-muted);margin:0 0 1rem}._form_1o5hj_142{display:flex;flex-direction:column;gap:.875rem}._inputGroup_1o5hj_165{display:flex;flex-direction:column;gap:.375rem}._inputLabel_1o5hj_171{font-size:.875rem;font-weight:500;color:var(--color-text)}._input_1o5hj_165{width:100%;padding:.5625rem .75rem;font-size:.9375rem;font-family:var(--font);color:var(--color-text);background-color:var(--color-bg-surface-2);border:1px solid var(--color-border);border-radius:6px;outline:none;transition:border-color .15s,box-shadow .15s}._input_1o5hj_165:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #e840202e}._input_1o5hj_165::placeholder{color:#484848}._button_1o5hj_199{width:100%;padding:.625rem 1rem;font-size:.9375rem;font-family:var(--font);font-weight:600;color:#fff;background-color:var(--color-accent);border:none;border-radius:6px;cursor:pointer;transition:background-color .15s,transform .1s;outline:none}._button_1o5hj_199:hover{background-color:var(--color-accent-hover)}._button_1o5hj_199:active{transform:scale(.985)}._button_1o5hj_199:focus-visible{box-shadow:0 0 0 3px #e8402059}._featuresSection_1o5hj_227{position:relative;overflow:hidden;padding:4rem 2rem 5.5rem;border-top:1px solid var(--color-border);flex:1}._featuresGlow_1o5hj_235{position:absolute;top:-20%;right:-8%;width:50%;height:80%;background:radial-gradient(ellipse at center,var(--color-accent-glow) 0%,transparent 65%);pointer-events:none;z-index:0}._featuresInner_1o5hj_246{position:relative;z-index:1;max-width:72rem;margin:0 auto}._featuresHeading_1o5hj_253{font-size:1.625rem;font-weight:800;letter-spacing:-.03em;color:var(--color-text);text-align:center;margin:0 0 2.75rem}._featuresHeadingAccent_1o5hj_262{position:relative;display:inline-block}._featuresHeadingAccent_1o5hj_262:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:2px;background:var(--color-accent);border-radius:2px}._featuresGrid_1o5hj_278{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._featureCard_1o5hj_284{background-color:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:10px;padding:1.5rem;transition:border-color .2s,background-color .2s}._featureCard_1o5hj_284:hover{border-color:#e8402066;background-color:var(--color-bg-surface-2)}._featureIcon_1o5hj_297{width:2.25rem;height:2.25rem;background-color:var(--color-accent-subtle);color:var(--color-accent);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}._featureIcon_1o5hj_297 svg{width:1.0625rem;height:1.0625rem}._featureTitle_1o5hj_314{font-size:.9375rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;letter-spacing:-.01em}._featureDescription_1o5hj_322{font-size:.875rem;color:var(--color-text-muted);line-height:1.65;margin:0}._footer_1o5hj_330{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:1.25rem 2rem;text-align:center}._footerText_1o5hj_337{font-size:.8125rem;color:#555;margin:0}@media(max-width:60rem){._heroHeading_1o5hj_105{font-size:2.25rem}._featuresGrid_1o5hj_278{grid-template-columns:repeat(2,1fr)}}@media(max-width:40rem){._hero_1o5hj_67{padding:3rem 1.25rem 3.5rem}._heroHeading_1o5hj_105{font-size:1.875rem}._heroSubtext_1o5hj_131{font-size:1rem}._featuresSection_1o5hj_227{padding:2.75rem 1.25rem 3.5rem}._featuresGrid_1o5hj_278{grid-template-columns:1fr}._headerInner_1o5hj_43{padding:.875rem 1.25rem}}
