*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#07111f;color:#e8eef8}a{color:inherit;text-decoration:none}header{height:72px;border-bottom:1px solid #203047;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#091525cc;backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}.brand{font-size:22px;font-weight:900;letter-spacing:-1px}.brand span{color:#6ee7ff}nav{display:flex;gap:18px;color:#aab7ca;font-size:14px}nav a:hover{color:white}.wrap{max-width:1120px;margin:auto;padding:42px 20px}.hero{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:35px 0}.tag{color:#6ee7ff;font-weight:800;letter-spacing:2px;font-size:12px}h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:10px 0}h2{margin-top:0}.hero p{max-width:720px;color:#aab7ca;line-height:1.7}.stat{border:1px solid #29405e;border-radius:22px;padding:25px;min-width:150px;text-align:center;background:#0b1a2e}.stat b{display:block;font-size:42px}.stat span{color:#aab7ca}.card{background:#0b1829;border:1px solid #203550;border-radius:22px;padding:24px;margin:18px 0;box-shadow:0 15px 50px #0003}label{display:block;margin:14px 0 8px;color:#aab7ca}input,textarea{width:100%;border:1px solid #29405e;background:#06101d;color:#fff;border-radius:12px;padding:14px;font:inherit;outline:none}textarea{height:420px;resize:vertical;font-family:ui-monospace,SFMono-Regular,monospace;line-height:1.5}.bar,.row,.inline{display:flex;gap:12px;align-items:center}.bar{justify-content:space-between;margin-top:14px}.bar span,small{color:#8da0b8}button,.btn{border:0;border-radius:12px;padding:13px 18px;background:#6ee7ff;color:#04101a;font-weight:800;cursor:pointer;display:inline-block}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan .price{font-size:36px;font-weight:900;margin:12px 0}.plan button{margin-top:20px}.row{justify-content:space-between;padding:14px 0;border-bottom:1px solid #203047}.row small{display:block;margin-top:4px}.inline input{flex:1}.auth{min-height:100vh;display:grid;place-items:center;padding:20px}.auth .card{width:min(430px,100%)}.auth form{display:grid;gap:12px}.error{color:#ff9b9b}@media(max-width:760px){header{padding:0 16px;height:auto;min-height:65px;gap:12px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}nav{gap:10px;flex-wrap:wrap}.wrap{padding:25px 14px}.hero{display:block}.stat{margin-top:20px}.grid{grid-template-columns:1fr}.inline{display:grid}.bar{align-items:stretch;flex-direction:column}.bar button{width:100%}textarea{height:320px}}