:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light dark}body{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column;background:#0f172a;color:#e5e7eb}.hidden{display:none!important}header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.75rem;border-bottom:1px solid rgba(148,163,184,.3);background:rgba(15,23,42,.92);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.75rem}.brand-logo{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#facc15,#22c55e 45%,#0ea5e9 100%);box-shadow:0 0 20px #22c55e99}.brand-title{font-weight:650;letter-spacing:.04em}.brand-subtitle{font-size:.75rem;color:#9ca3af}.btn-primary{padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgba(248,250,252,.15);background:linear-gradient(135deg,#22c55e,#0ea5e9);color:#0b1120;font-size:.9rem;font-weight:600;text-decoration:none;box-shadow:0 10px 25px #22c55e73;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 32px #22c55e8c;filter:brightness(1.05)}main{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem 3rem}.hero{max-width:960px;width:100%;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2.5rem}@media (max-width: 800px){.hero{grid-template-columns:minmax(0,1fr)}header{padding-inline:1.25rem}}.hero-title{font-size:clamp(2.1rem,4vw,2.8rem);line-height:1.1;margin-bottom:1rem}.hero-title span{background:linear-gradient(120deg,#22c55e,#0ea5e9);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{font-size:1rem;max-width:36rem;color:#cbd5f5;margin-bottom:1.5rem}.hero-list{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.hero-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:#e5e7eb}.bullet{margin-top:.25rem;flex-shrink:0;width:18px;height:18px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#22c55e,#0ea5e9)}.hero-card{border-radius:1.25rem;padding:1.5rem 1.4rem;border:1px solid rgba(148,163,184,.35);background:radial-gradient(circle at top left,rgba(34,197,94,.16),transparent 60%),radial-gradient(circle at bottom right,rgba(56,189,248,.16),transparent 55%),rgba(15,23,42,.96);box-shadow:0 20px 45px #0f172ae6;display:flex;flex-direction:column;gap:1rem}.hero-card h2{font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:#a5b4fc}.hero-card p{font-size:.9rem;color:#d1d5db;margin:0}.hero-stat{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9rem}.hero-stat span{color:#9ca3af}.hero-stat strong{font-size:1.1rem}footer{padding:.85rem 1.75rem 1.3rem;font-size:.78rem;color:#6b7280;border-top:1px solid rgba(30,64,175,.65);background:radial-gradient(circle at top left,rgba(34,197,94,.18),transparent 60%),#020617}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.78);display:flex;align-items:center;justify-content:center;z-index:40}.modal{width:100%;max-width:420px;margin:1.5rem;border-radius:1rem;border:1px solid rgba(148,163,184,.4);background:radial-gradient(circle at top left,rgba(34,197,94,.15),transparent 55%),radial-gradient(circle at bottom right,rgba(56,189,248,.18),transparent 55%),#020617;box-shadow:0 24px 60px #0f172af2;padding:1.5rem 1.5rem 1.25rem;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.modal-title{font-size:1.15rem;font-weight:600}.modal-subtitle{font-size:.8rem;color:#9ca3af;margin-bottom:.75rem}.modal-close{border:none;background:transparent;color:#9ca3af;cursor:pointer;font-size:1.1rem;border-radius:999px;padding:.15rem .4rem}.modal-close:hover{background:rgba(15,23,42,.8);color:#e5e7eb}.auth-tabs{display:inline-flex;border-radius:999px;border:1px solid rgba(148,163,184,.5);padding:.12rem;margin-bottom:1rem}.auth-tab{border:none;background:transparent;color:#9ca3af;font-size:.85rem;padding:.35rem .9rem;border-radius:999px;cursor:pointer}.auth-tab--active{background:rgba(15,23,42,.95);color:#e5e7eb}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-field{display:flex;flex-direction:column;gap:.25rem}.auth-field label{font-size:.8rem;color:#cbd5f5}.auth-field input{border-radius:.55rem;border:1px solid rgba(148,163,184,.6);background:rgba(15,23,42,.9);color:#e5e7eb;padding:.45rem .6rem;font-size:.9rem}.auth-field input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 1px #22c55e99}.auth-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.auth-submit{padding:.45rem 1.2rem;border-radius:999px;border:none;background:linear-gradient(135deg,#22c55e,#0ea5e9);color:#020617;font-size:.9rem;font-weight:600;cursor:pointer}.auth-submit:hover{filter:brightness(1.05)}.auth-hint{font-size:.78rem;color:#9ca3af;max-width:16rem}.auth-message{margin-top:.6rem;font-size:.8rem;min-height:1.1rem}.auth-message--error{color:#f97373}.auth-message--success{color:#4ade80}
