:root{
--bg:#06100f;--surface:#0c1c19;--text:#f4faf8;--muted:#9bb0aa;
--line:rgba(255,255,255,.09);--teal:#35e2b5;--cyan:#18c9ee;--blue:#1769ff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:
radial-gradient(700px 420px at 80% -5%,rgba(24,201,238,.12),transparent 60%),
radial-gradient(650px 400px at 15% 18%,rgba(53,226,181,.08),transparent 60%),var(--bg);
color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}.topbar{height:82px;max-width:1160px;width:calc(100% - 44px);margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.brand img{width:160px;display:block}.topbar nav{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:14px}.nav-cta{background:var(--teal);color:#06100f;padding:10px 15px;border-radius:10px;font-weight:750}
.container{max-width:1160px;width:calc(100% - 44px);margin:auto}.hero{text-align:center;padding:110px 0 90px;max-width:850px;margin:auto}.eyebrow{display:inline-block;color:#9ff7df;font-size:11px;font-weight:800;letter-spacing:1.5px}.hero h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-4px;margin:22px 0}.hero h1 span{background:linear-gradient(100deg,#9ff7df,#54a4ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:var(--muted);font-size:19px;max-width:720px;margin:0 auto 30px}.actions{display:flex;justify-content:center;gap:12px}.button,.primary{display:inline-flex;justify-content:center;align-items:center;padding:12px 18px;border-radius:11px;font-weight:750;border:0;cursor:pointer}.primary{background:var(--teal);color:#06100f}.secondary{border:1px solid var(--line);background:rgba(255,255,255,.025)}section{padding:70px 0}.section-title{margin-bottom:30px}.section-title h2,.feature-box h2{font-size:40px;letter-spacing:-1.8px;line-height:1.1;margin:8px 0}.section-title p,.feature-box p{color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{display:flex;gap:20px;padding:25px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);min-height:190px}.tool-card.featured{border-color:rgba(53,226,181,.35)}.tool-icon{width:42px;height:42px;min-width:42px;border-radius:12px;background:rgba(53,226,181,.08);display:grid;place-items:center;color:var(--teal);font-size:19px}.tool-card h3{margin:4px 0 8px;font-size:20px}.tool-card p{margin:0;color:var(--muted);font-size:14px}.status{font-size:10px;color:var(--teal);font-weight:800;letter-spacing:1px}.status.muted{color:#6e817c}.feature{display:grid;grid-template-columns:1fr 1fr;gap:16px}.feature-box{padding:32px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.auth{max-width:470px;margin:90px auto;padding:32px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.auth h1{font-size:40px;letter-spacing:-1.5px;margin:8px 0}.auth>p{color:var(--muted)}form{display:grid;gap:16px;margin-top:25px}label{font-size:13px;color:var(--muted);display:grid;gap:7px}input{width:100%;padding:12px 13px;border-radius:10px;border:1px solid var(--line);background:#071310;color:var(--text);outline:none}input:focus{border-color:rgba(53,226,181,.5)}.alert{padding:11px 13px;border:1px solid rgba(255,100,100,.25);border-radius:10px;color:#ffb5b5;background:rgba(255,80,80,.05);font-size:13px}.small{font-size:13px}.small a{color:#9ff7df}.dashboard{padding:80px 0}.dashboard h1{font-size:50px;letter-spacing:-2px;margin:8px 0}.dashboard>p{color:var(--muted)}.account-panel{display:flex;gap:16px;margin-top:18px}.account-panel>div{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid var(--line);border-radius:14px;min-width:180px;color:var(--muted);font-size:13px}.account-panel strong{color:var(--text)}footer{max-width:1160px;width:calc(100% - 44px);margin:30px auto 0;padding:28px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#71857f;font-size:12px}
@media(max-width:800px){.topbar nav{display:none}.tool-grid,.feature{grid-template-columns:1fr}.hero{padding:70px 0}.hero h1{letter-spacing:-2.5px}.actions{flex-wrap:wrap}.account-panel{flex-direction:column}.auth{margin:50px auto}footer{flex-direction:column;gap:8px}}
