:root{--navy:#14223a;--blue:#2566d4;--bg:#eef2f6;--line:#d8e0e8;--muted:#667286;--red:#b52c36;--green:#147b4c}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--navy);font:15px/1.45 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1060px,calc(100% - 28px));margin:auto;padding:24px 0 60px}.top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.top img{width:115px}.top div{flex:1}.top strong,.top span{display:block}.top strong{font-size:19px}.top span{color:var(--muted)}.top>a{color:var(--blue);font-weight:700}.hero{padding:42px 0 26px}.hero h1{font-size:36px;margin:4px 0 9px}.hero p{max-width:700px;color:var(--muted)}.eyebrow{font-size:12px!important;font-weight:800;letter-spacing:.12em;color:var(--blue)!important}.choices{display:grid;grid-template-columns:1fr 1fr;gap:18px}.choice{display:flex;gap:18px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 30px #14223a0b}.choice:hover{border-color:#9bb8e8}.choice-icon{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:10px;background:#eaf2ff;color:var(--blue);font-size:28px;font-weight:800}.choice.emergency .choice-icon{background:#feecef;color:var(--red)}.choice h2{margin:0 0 8px}.choice p{color:var(--muted);min-height:65px}.choice strong{color:var(--blue)}.notice{margin-top:20px;padding:17px 20px;border-left:4px solid var(--blue);background:#eaf2ff;border-radius:8px}.notice p{margin:4px 0}.card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 42px #14223a12}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,var(--navy),#243c63)}.login-card,.result{width:min(460px,100%);padding:34px}.login-card img{width:125px;margin-bottom:25px}.login-card h1,.result h1{margin:0 0 7px}.login-card p,.result p{color:var(--muted)}label{display:block;font-size:13px;font-weight:750}input,select,textarea{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:var(--navy);font:inherit}textarea{min-height:92px;resize:vertical}.btn{display:inline-flex;justify-content:center;align-items:center;margin-top:18px;padding:12px 17px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer}.login-card .btn{width:100%}.alert{margin:16px 0;padding:12px 14px;border-radius:8px;background:#feecef;color:var(--red)}.alert.info{background:#edf4ff;color:var(--navy)}.protocol-form{overflow:hidden}.protocol-form section{padding:26px 32px;border-bottom:1px solid var(--line)}.protocol-form h2{margin:0;font-size:19px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 20px;margin-top:19px}.full{grid-column:1/-1}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 32px}.confirm{display:flex;align-items:center;gap:8px}.confirm input{width:auto;margin:0}.form-actions .btn{margin:0}.result{text-align:center}.success-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:#e8f7ef;color:var(--green);font-size:30px}.credentials{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.credentials div{padding:16px;background:#f2f5f8;border-radius:9px}.credentials span,.credentials strong{display:block}.credentials span{font-size:12px;color:var(--muted)}.credentials strong{margin-top:4px;font-size:23px;letter-spacing:.12em}.result .btn,.result .link{display:flex}.result .link{justify-content:center;margin-top:16px;color:var(--blue);font-weight:700}@media(max-width:720px){.choices,.grid{grid-template-columns:1fr}.full{grid-column:auto}.hero h1{font-size:29px}.choice p{min-height:0}.protocol-form section{padding:22px 18px}.form-actions{align-items:stretch;flex-direction:column;padding:22px 18px}.form-actions .btn{width:100%}.top img{width:90px}.top span{display:none}}
