/* VSS UNIFIED LOGIN V1 */
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#15233d;background:#f4f7fb}
*{box-sizing:border-box}html,body{margin:0;min-height:100%}
body.vss-unified-login{min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(50,103,239,.10),transparent 32rem),radial-gradient(circle at 90% 90%,rgba(88,70,240,.08),transparent 34rem),#f5f8fc}
.ul-shell{min-height:100vh;display:grid;place-items:center;padding:32px 18px}
.ul-card{width:min(440px,100%);padding:30px;border:1px solid #dfe7f2;border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 22px 60px rgba(35,55,90,.12)}
.ul-brand{display:flex;align-items:center;gap:12px}.ul-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#3869ef,#5b48e8);color:#fff;font-size:20px;font-weight:900;box-shadow:0 8px 20px rgba(59,89,225,.23)}
.ul-brand-copy{display:flex;flex-direction:column;gap:2px}.ul-brand-copy strong{color:#1f55bd;font-size:14px;letter-spacing:.01em}.ul-brand-copy small{color:#8290a6;font-size:11px}
.ul-heading{margin-top:28px}.ul-heading h1{margin:0;font-size:23px;line-height:1.2;letter-spacing:-.02em}.ul-heading p{margin:9px 0 0;color:#73829a;font-size:13px;line-height:1.55}
.ul-error{margin-top:18px;padding:11px 12px;border:1px solid #ffd5d9;border-radius:10px;background:#fff4f5;color:#b93e49;font-size:12px;font-weight:700}
.ul-form{margin-top:22px;display:grid;gap:15px}.ul-field{display:grid;gap:7px}.ul-field span{color:#53647f;font-size:11px;font-weight:800}
.ul-field input{width:100%;height:46px;padding:0 13px;border:1px solid #d5deeb;border-radius:10px;outline:none;background:#fff;color:#1c2a40;font:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}
.ul-field input:focus{border-color:#7ca2f7;box-shadow:0 0 0 4px rgba(56,105,239,.09)}
.ul-submit{height:47px;border:0;border-radius:10px;background:linear-gradient(135deg,#3267ef,#425ede);color:#fff;cursor:pointer;font-size:12px;font-weight:900;letter-spacing:.015em;box-shadow:0 8px 20px rgba(50,103,239,.18)}
.ul-role-note{margin-top:19px;padding-top:15px;border-top:1px solid #e6ebf3;display:grid;gap:5px;color:#8a96a8;font-size:10.5px}
@media(max-width:520px){.ul-card{padding:24px 20px;border-radius:14px}.ul-heading h1{font-size:20px}}
