*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(135deg,#eef4ff 0%,#f8fbff 55%,#fff1f1 100%);font-family:Arial,Helvetica,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:30px 16px;color:#182235}
.register-box{width:min(100%,470px);background:white;padding:32px 38px;border-radius:22px;box-shadow:0 18px 50px rgba(20,86,217,.15);border:1px solid #e7edf7}
.register-brand{display:flex;align-items:center;justify-content:center;gap:12px;width:max-content;margin:0 auto 20px;text-decoration:none!important}
.register-brand img{width:66px;height:66px;object-fit:contain;background:#fff;border-radius:16px;padding:4px;box-shadow:0 8px 24px rgba(13,110,253,.18);border:2px solid #edf3ff}
.register-brand div{display:flex;align-items:baseline;gap:5px;line-height:1}
.register-brand strong{font-size:29px;font-weight:900;color:#1456d9;letter-spacing:-1px}
.register-brand span{font-size:29px;font-weight:900;color:#e53935;letter-spacing:-1px}
.register-box h2{text-align:center;margin-bottom:5px;color:#182235;font-weight:800;font-size:25px}
.register-subtitle{text-align:center;color:#6c7890;font-size:14px;margin-bottom:22px}
.form-control{margin-bottom:13px;min-height:48px;border:1px solid #dce4ef;border-radius:11px;padding:11px 13px;box-shadow:none!important}
.form-control:focus{border-color:#1456d9;box-shadow:0 0 0 3px rgba(20,86,217,.10)!important}
textarea.form-control{height:auto;min-height:82px;resize:vertical}
.address-field{display:none;margin-bottom:13px}.address-field.show{display:block}.address-field .form-control{margin-bottom:5px}.address-field small{display:block;color:#7b8798;font-size:11px;line-height:1.4;padding:0 3px}
.btn{height:50px;font-size:17px;font-weight:800;border-radius:11px;background:linear-gradient(90deg,#1456d9,#0d6efd);border:0;box-shadow:0 8px 18px rgba(13,110,253,.22)}
a{text-decoration:none;font-weight:700}
@media(max-width:520px){.register-box{padding:27px 21px}.register-brand img{width:58px;height:58px}.register-brand strong,.register-brand span{font-size:25px}}


/* 2026-08-28 readability update - larger website fonts */
html { font-size: 17px; }
body { font-size: 17px; }
button, input, select, textarea { font-size: 1rem; }
