:root{--primary:#0b3e92;--primary-light:#2d73e6;--primary-dark:#062b68;--white:#fff;--text:#263238;--border:#d9e2ef}*{box-sizing:border-box;margin:0;padding:0}body{align-items:center;background:linear-gradient(135deg,#0b3e92,#1658bb 55%,#2f7af0);font-family:Segoe UI,Arial,sans-serif;justify-content:center;min-height:100vh;padding:25px}.container{background-color:#fff;float:none!important;margin-left:auto!important;margin-right:auto!important}.site-footer{align-items:center;color:#666;display:flex;flex-direction:row-reverse;flex-wrap:wrap;font-size:11px;gap:20px;justify-content:space-between;justify-content:center;padding:28px 50px;width:100%}.footer-left{font-weight:600}.footer-right{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.footer-right a{color:#666;text-decoration:none;transition:.25s}.footer-right a:hover{color:#0b3e92}@media(max-width:900px){.site-footer{flex-direction:column;text-align:center}.footer-right{justify-content:center}}.card{animation:fadeIn .8s ease;backdrop-filter:blur(12px);background-color:#fff;border-radius:22px;box-shadow:0 25px 70px rgba(0,0,0,.2);max-width:720px;transition:.35s;width:100%}.card:hover{box-shadow:0 30px 80px rgba(0,0,0,.25);transform:translateY(-4px)}.logo{margin-bottom:35px}.logo,.logo-placeholder{display:flex;justify-content:center}.logo-placeholder{align-items:center;background:#f4f8ff;border-radius:12px;color:var(--primary);font-weight:700;width:220px}h1{color:var(--primary);font-size:40px;line-height:1.25;margin-bottom:25px}.subtitle,h1{text-align:center}.subtitle{color:#555;font-size:19px;line-height:1.2;margin-bottom:40px}label{color:#555;display:block;font-weight:600;margin-bottom:12px}select{background:#fff;border:2px solid var(--border);border-radius:12px;font-size:17px;padding:18px;transition:.25s;width:100%}select:hover{border-color:var(--primary-light)}select:focus{border-color:var(--primary);box-shadow:0 0 0 5px rgba(11,62,146,.15);outline:none}.button1{background:linear-gradient(90deg,var(--primary),var(--primary-light));border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:.3px;margin-top:35px;padding:18px;transition:.3s;width:100%}.button1:hover{box-shadow:0 12px 30px rgba(11,62,146,.35);transform:translateY(-3px)}.button1:active{transform:scale(.98)}.button1:focus{box-shadow:0 0 0 5px rgba(11,62,146,.2);outline:none}.footer{color:#666;font-size:14px;margin-top:30px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.card{padding:35px 28px}h1{font-size:31px}.subtitle{font-size:17px}}@media(max-width:480px){.card{padding:25px 20px}h1{font-size:25px}.subtitle{font-size:16px}button{font-size:17px}}