@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";._container_17hvk_3{min-height:100vh;background-color:#0b0f19;color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;position:relative;display:flex;flex-direction:column}._backgroundGlow_17hvk_15{position:absolute;top:-20%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,#3b82f626,#0000 70%);z-index:0;border-radius:50%;pointer-events:none}._backgroundGlowSecondary_17hvk_27{position:absolute;top:20%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,#8b5cf626,#0000 70%);z-index:0;border-radius:50%;pointer-events:none}._navbar_17hvk_40{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:relative;z-index:10;border-bottom:1px solid rgba(255,255,255,.05);background:#0b0f1999;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}._logo_17hvk_53{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem;letter-spacing:-.02em}._logoIcon_17hvk_62{font-size:1.5rem}._navLink_17hvk_66{color:#94a3b8;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease}._navLink_17hvk_66:hover{color:#f8fafc}._hero_17hvk_79{flex:1;display:flex;align-items:center;justify-content:center;padding:5rem 5%;position:relative;z-index:10;text-align:center}._heroContent_17hvk_90{max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._badge_17hvk_98{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#60a5fa;padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1rem;animation:_fadeIn_17hvk_1 1s ease-out}._heading_17hvk_112{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.03em;margin:0}._gradientText_17hvk_120{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtext_17hvk_127{font-size:1.125rem;line-height:1.6;color:#94a3b8;max-width:600px;margin:0 auto 1rem}._actionCard_17hvk_136{background:#1e293b66;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.5rem;padding:2rem;width:100%;max-width:500px;box-shadow:0 25px 50px -12px #00000080;margin-top:1.5rem;transition:transform .3s ease,border-color .3s ease}._actionCard_17hvk_136:hover{transform:translateY(-2px);border-color:#ffffff26}._formTitle_17hvk_155{font-size:1.125rem;font-weight:600;margin:0 0 1.25rem;color:#f8fafc}._loginForm_17hvk_162{display:flex;flex-direction:column;width:100%}._inputGroup_17hvk_168{display:flex;flex-direction:column;gap:.75rem}._input_17hvk_168{width:100%;padding:1rem 1.25rem;border-radius:.75rem;background:#0f172a99;border:1px solid rgba(255,255,255,.1);color:#f8fafc;font-size:1rem;font-family:inherit;transition:all .2s ease}._input_17hvk_168:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}._input_17hvk_168::placeholder{color:#64748b}._buttonPrimary_17hvk_196{width:100%;padding:1rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;border:none;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #6366f163}._buttonPrimary_17hvk_196:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f180;background:linear-gradient(135deg,#4f46e5,#7c3aed)}._buttonPrimary_17hvk_196:active{transform:translateY(1px)}._actionFallback_17hvk_221{color:#f87171;font-weight:500}._features_17hvk_227{padding:5rem 5%;position:relative;z-index:10;background:linear-gradient(to bottom,transparent,rgba(15,23,42,.8))}._sectionTitle_17hvk_234{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem;letter-spacing:-.02em}._featureGrid_17hvk_242{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}._featureCard_17hvk_250{background:#1e293b66;border:1px solid rgba(255,255,255,.05);border-radius:1.25rem;padding:2rem;transition:transform .3s ease,background .3s ease;display:flex;flex-direction:column;align-items:flex-start;text-align:left}._featureCard_17hvk_250:hover{transform:translateY(-5px);background:#1e293bb3;border-color:#ffffff1a}._featureIcon_17hvk_268{font-size:2.5rem;margin-bottom:1.25rem;background:#ffffff0d;padding:1rem;border-radius:1rem}._featureTitle_17hvk_276{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#f8fafc}._featureDesc_17hvk_283{color:#94a3b8;line-height:1.6;margin:0}._footer_17hvk_290{text-align:center;padding:3rem 5% 2rem;position:relative;z-index:10;color:#64748b;font-size:.875rem;border-top:1px solid rgba(255,255,255,.05);background:#0f172acc}._footer_17hvk_290 p{margin:.25rem 0}._footerSub_17hvk_305{color:#475569;font-size:.75rem}@keyframes _fadeIn_17hvk_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){._inputGroup_17hvk_168{flex-direction:row}._input_17hvk_168{border-top-right-radius:0;border-bottom-right-radius:0}._buttonPrimary_17hvk_196{border-top-left-radius:0;border-bottom-left-radius:0;width:auto;white-space:nowrap}}
