*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#eaeef4}main{max-width:560px;margin:40px auto;padding:0 16px}.panel{background:#171a21;border:1px solid #2b3241;border-radius:12px;padding:20px}.stack{display:flex;flex-direction:column;gap:12px}button,input,textarea{width:100%;border-radius:8px;border:1px solid #3a4354;background:#11151d;color:#eaeef4;padding:10px 12px}button{background:#2e6bff;border-color:#2e6bff;cursor:pointer;font-weight:600}a{color:#9bb7ff}.error{color:#ff8d8d}.success{color:#7bf0b3}