*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#0b1020;color:#eef2ff}a{color:#b9c5ff;text-decoration:none;margin-left:18px}nav{height:68px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #202943;background:#0d1326}.hero{min-height:58vh;display:flex;align-items:center;padding:70px 8%;background:radial-gradient(circle at 70% 30%,#26366d 0,#0b1020 45%)}.hero>div{max-width:760px}.hero h1{font-size:clamp(42px,7vw,78px);line-height:1;margin:18px 0}.hero p{font-size:20px;color:#b9c1d9;max-width:650px}.badge{letter-spacing:2px;color:#8fa4ff}.btn{display:inline-block;border:0;background:#6c7cff;color:white;padding:12px 20px;border-radius:10px;cursor:pointer;font-weight:700}.big{padding:15px 24px;margin-top:12px}.features,.container{padding:40px 6%;max-width:1200px;margin:auto}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#121a30;border:1px solid #26304c;border-radius:16px;padding:22px;margin:20px 0}.auth{max-width:430px;margin:10vh auto}.auth form{display:grid;gap:12px}input,textarea{width:100%;background:#0b1020;border:1px solid #303a5c;color:white;padding:14px;border-radius:10px}textarea{min-height:150px;resize:vertical}.top{display:flex;justify-content:space-between;align-items:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.grid .card{margin:0}.grid video{width:100%;border-radius:10px}.credits,.status{padding:6px 10px;border-radius:8px;background:#1c2745}.error{background:#4b1f2b;padding:12px;border-radius:8px;margin:10px 0}.success{background:#193d32;padding:12px;border-radius:8px;margin:10px 0}@media(max-width:700px){.features{grid-template-columns:1fr}nav{padding:0 4%}.hero{padding:50px 6%}nav a{margin-left:8px}}
