.public-site { background:#f8faff; min-height:100svh; display:flex; flex-direction:column; }
.public-header { max-width:1160px; width:100%; padding:28px 32px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.public-site .brand { color:#172554; font-size:21px; }
.public-site .brand small { color:#1d4ed8; }
.public-site .brand-symbol { background:#dbeafe; color:#1d4ed8; }
.header-action { color:#1d4ed8; font-weight:600; font-size:13px; }
.public-main { width:100%; max-width:1000px; padding:48px 32px 80px; margin:0 auto; flex:1; }
.public-site h1 { font-size:clamp(30px,4vw,46px); color:#0f172a; letter-spacing:-1.5px; line-height:1.2; margin:14px 0 18px; }
.public-site h2 { font-size:21px; line-height:1.4; letter-spacing:-.6px; margin:0 0 12px; }
.information-heading { max-width:740px; margin-bottom:44px; }
.information-heading > p:last-child { color:#64748b; font-size:16px; line-height:1.8; }
.information-body { padding:36px; background:white; border:1px solid #dbe4f0; border-radius:18px; }
.information-body section+section { border-top:1px solid #e2e8f0; margin-top:28px; padding-top:28px; }
.information-body p { color:#475569; line-height:1.9; font-size:14px; margin:12px 0; }
.information-body a { color:#1d4ed8; text-decoration:underline; text-underline-offset:4px; overflow-wrap:anywhere; }
.information-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:26px 0; }
.information-grid:first-child { margin-top:0; }
.information-grid .information-card { border:1px solid #dbeafe; border-radius:12px; background:#f8faff; padding:24px; margin:0; }
.information-card > .icon { width:28px; height:28px; color:#2455ed; margin-bottom:20px; }
.information-card .small-copy { font-size:12px; }
.information-body .page-action { display:inline-flex; padding:12px 18px; background:#2455ed; border-radius:8px; color:white; text-decoration:none; font-weight:600; font-size:13px; }
.contact-email { font-weight:700; }
.public-footer { border-top:1px solid #e2e8f0; padding:26px 24px; text-align:center; }
.public-footer .site-links { justify-content:center; }
.public-footer p { color:#64748b; font-size:11px; line-height:1.8; margin-top:18px; }
.public-footer p span { margin:0 8px; }
.recovery-card { max-width:470px; padding:34px; border:1px solid #dbe4f0; border-radius:16px; background:white; box-shadow:0 16px 45px #17255408; margin:0 auto; }
.recovery-card h1 { font-size:30px; }
.recovery-card .welcome-symbol { display:grid; }
.recovery-card input:not([type=checkbox]) { font-size:16px; }
@media(max-width:600px) { .public-header{padding:22px 20px;gap:12px}.public-site .brand{font-size:17px}.header-action{font-size:11px}.public-main{padding:28px 18px 50px}.information-body{padding:22px}.information-grid{grid-template-columns:1fr}.information-heading{margin-bottom:28px}.recovery-card{padding:26px 22px}.public-footer{padding:22px 18px} }
