*{box-sizing:border-box}body{margin:0;background:#07143c;color:#13213b;font:16px system-ui,-apple-system,Segoe UI,sans-serif}.webRegister{width:min(720px,calc(100% - 24px));margin:24px auto;background:#f8fafc;border-radius:24px;padding:26px;box-shadow:0 24px 70px #0005}.webRegister header{display:flex;align-items:center;gap:18px}.webRegister header img{width:88px;height:88px;border-radius:22px}.webRegister h1{margin:0 0 5px;font-size:28px}.webRegister header p{margin:0;color:#64748b}.priceSummary{margin:22px 0;padding:16px;border:1px solid #d8e2f1;border-radius:16px;background:#fff}.priceSummary article{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #e5eaf2}.priceSummary p{margin:12px 0 0;color:#53627a;font-size:14px}.error{background:#fff0f0;color:#b42318;padding:12px;border-radius:12px;margin-bottom:14px}form{display:grid;gap:12px}input,select,button{width:100%;min-height:48px;border:1px solid #c8d5e8;border-radius:12px;padding:11px 13px;font:inherit;background:#fff}label{font-weight:700}label.confirm{display:flex;align-items:flex-start;gap:9px;font-weight:500}.confirm input{width:20px;min-height:20px;margin:2px 0}.languageWarning{margin:0;color:#8a4b16;font-size:14px}button{border:0;color:#fff;font-weight:800;background:linear-gradient(100deg,#ed4870,#286de7);cursor:pointer}nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:20px}nav a{color:#245dcc}@media(max-width:520px){.webRegister{margin:0 auto;min-height:100dvh;border-radius:0;padding:18px}.webRegister header{align-items:flex-start}.webRegister header img{width:70px;height:70px}.webRegister h1{font-size:23px}.priceSummary article{display:grid;gap:4px}}
