*{box-sizing:border-box}body{margin:0;background:#080b10;color:#edf1f7;font:16px Inter,system-ui,sans-serif}header{height:72px;padding:0 max(5vw,20px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #20252e;position:sticky;top:0;background:#080b10e8;backdrop-filter:blur(12px);z-index:3}.brand{color:#fff;text-decoration:none;font-weight:750}.brand span{display:inline-grid;place-items:center;background:#b9ff38;color:#101508;width:32px;height:32px;border-radius:9px;margin-right:8px}nav{display:flex;gap:8px}button{border:1px solid #303844;background:#111720;color:#dce3eb;border-radius:9px;padding:10px 14px;cursor:pointer}button:hover{border-color:#b9ff38}.primary{background:#b9ff38;color:#101508;border-color:#b9ff38;font-weight:750}main{max-width:1120px;margin:auto;padding:55px 24px;min-height:calc(100vh - 130px)}.page{display:none}.page.active{display:block}.hero{grid-template-columns:1.5fr 1fr;align-items:center;gap:80px;min-height:570px}.hero.active{display:grid}.tag{font:12px monospace;color:#b9ff38;letter-spacing:2px}h1{font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-5px;margin:25px 0}em{color:#b9ff38;font-style:normal}.hero p{color:#9da8b6;font-size:19px;line-height:1.7;max-width:650px}.actions{display:flex;gap:12px;margin-top:32px}.hero aside{text-align:center;background:radial-gradient(circle,#223019,#0b0f13 65%);padding:70px 20px;border:1px solid #242c35;border-radius:25px}.orb{width:180px;height:180px;margin:0 auto 28px;display:grid;place-items:center;border:1px solid #b9ff38;border-radius:50%;box-shadow:0 0 50px #b9ff3830;color:#b9ff38;font-size:45px;font-weight:800}.hero small{color:#95a09a}.card{max-width:760px;margin:auto;background:#0e131a;border:1px solid #272f39;padding:clamp(22px,5vw,48px);border-radius:18px}.card h2{font-size:32px;margin-top:0}form{display:grid;gap:18px}label{display:grid;gap:8px;color:#aab4c0;font-size:14px}input,textarea{width:100%;padding:13px;background:#090d12;border:1px solid #303946;border-radius:8px;color:#fff;font:inherit}textarea{resize:vertical}.result,.ticket{margin-top:22px;padding:18px;background:#090d12;border-left:3px solid #b9ff38;border-radius:7px;overflow-wrap:anywhere}.error{border-color:#ff5b6e;color:#ff98a4}.row{display:flex;justify-content:space-between;align-items:center}.ticket h3{margin:0 0 8px}.ticket small{color:#82909f}.ticket textarea{margin:14px 0}footer{text-align:center;color:#596573;padding:20px}@media(max-width:720px){header{height:auto;padding:14px;align-items:flex-start}.brand{white-space:nowrap}nav{justify-content:flex-end;flex-wrap:wrap}nav button{font-size:12px;padding:7px}.hero.active{display:block}.hero aside{margin-top:40px}h1{letter-spacing:-3px}.actions{flex-wrap:wrap}}