body { background:#fff; color:#10243f; }
.portal-login-page { min-height:100vh; background:#fff; }
.login-wrap { min-height:100vh; display:flex; align-items:flex-start; justify-content:center; padding-top:36px; }
.login-box { width:100%; max-width:338px; }
.login-box h1 { font-size:22px; text-align:center; font-weight:700; margin-bottom:26px; }
.login-box .form-control { border-radius:2px; min-height:50px; }
.login-box .btn-primary { background:#418dbc; border-color:#418dbc; font-weight:700; border-radius:4px; }
.portal-topbar { background:#f1f1f1; border-bottom:1px solid #ddd; }
.portal-logo { max-height:44px; width:auto; }
.case-form-container { max-width:1120px; }
.case-heading { font-family: Georgia, 'Times New Roman', serif; color:#334264; font-size:34px; font-weight:400; }
.case-intro { max-width:1040px; line-height:1.65; font-size:16px; color:#001a33; }
.form-section h2 { text-align:center; font-weight:700; font-size:20px; margin:35px 0 28px; letter-spacing:.02em; }
.form-section h3 { font-size:17px; font-weight:700; border-bottom:1px solid #b7b7b7; padding-bottom:8px; margin:20px 0 15px; }
.form-label { font-size:14px; color:#1a2f49; }
.form-control, .form-select { border-radius:0; border-color:#cfcfcf; min-height:42px; }
textarea.form-control { min-height:96px; }
.repeat-row { position:relative; }
.signature-canvas { width:100%; max-width:560px; height:180px; border:1px solid #ddd; border-radius:10px; background:#fff; touch-action:none; }
.sticky-actions { position:sticky; bottom:0; z-index:1000; box-shadow:0 -4px 16px rgba(0,0,0,.08); }
#autosaveState { min-width:140px; display:inline-block; }
.portal-home-page .card { border-radius:10px; }
@media (max-width:767px){ .case-heading { font-size:25px; } .portal-topbar .container { align-items:flex-start!important; gap:10px; } .portal-topbar nav { flex-wrap:wrap; justify-content:end; } }
