.portal-shell{background:linear-gradient(135deg,var(--navy),var(--navy2));place-items:center;min-height:100vh;padding:48px 20px;display:grid}.portal-card{background:#fff;border-radius:12px;width:min(100%,980px);padding:clamp(28px,5vw,56px);box-shadow:0 24px 70px #00000047}.portal-login-card{max-width:560px}.portal-card h1{font-family:var(--display);margin:.3rem 0 1rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.portal-form{gap:22px;margin:28px 0;display:grid}.portal-form label{gap:8px;font-weight:700;display:grid}.portal-form input,.portal-form textarea{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:6px;padding:12px 14px}.portal-form textarea{resize:vertical}.portal-form small{color:var(--slate);font-weight:400}.portal-header,.portal-actions,.portal-photo-row{justify-content:space-between;align-items:center;gap:24px;display:flex}.portal-photo-row{background:var(--paper);border-radius:8px;justify-content:flex-start;align-items:flex-start;padding:22px}.portal-photo-row img{aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:6px;width:180px}.portal-upload{flex:1}.portal-status{border-left:4px solid var(--cyan);background:#eef7fb;padding:12px 14px}.portal-error{color:#a22020}.portal-actions{flex-wrap:wrap;justify-content:flex-start}@media (width<=700px){.portal-header,.portal-photo-row{flex-direction:column;align-items:stretch}.portal-photo-row img{width:100%;max-width:260px}.portal-header .button{align-self:flex-start}}.portal-link-button{font:inherit;color:var(--cyan);cursor:pointer;background:0 0;border:0;margin-bottom:14px;padding:0;font-weight:700;text-decoration:underline;display:block}.portal-divider{background:var(--line);height:1px;margin:36px 0 28px}.portal-subhead{font-family:var(--display);margin:0;font-size:1.6rem}
