.public-body { min-height: 100vh; background: #efeeeb; }
.public-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 74px; padding: 0 clamp(18px,4vw,55px); color: #fff; background: #17191d; border-bottom: 3px solid #e31c2b; }
.public-header .btn { justify-self: end; color: #d2d4d8; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
.public-product { color: #8f949c; font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.public-main { min-height: calc(100vh - 132px); padding: clamp(35px,6vw,80px) 16px; }
.public-footer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 22px; min-height: 58px; padding: 14px 20px; color: #777c84; font-size: .65rem; background: #e7e6e2; border-top: 1px solid #dcdad6; }
.public-footer a { color: #4d525a; }
.verify-shell { width: min(880px,100%); margin: auto; }
.verify-intro { max-width: 630px; margin: 0 auto 28px; text-align: center; }
.verify-intro .trust-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; color: #e31c2b; font-size: 1.4rem; background: #fff0f1; border: 1px solid #ffd6da; border-radius: 17px; }
.verify-intro h1 { margin: 0; font-size: clamp(2rem,5vw,3.4rem); font-weight: 760; letter-spacing: -.06em; }
.verify-intro p { max-width: 560px; margin: 12px auto 0; color: #686d75; line-height: 1.65; }
.verify-search-card { max-width: 660px; margin: auto; padding: clamp(20px,4vw,36px); background: #fff; border: 1px solid #deddda; border-radius: 18px; box-shadow: 0 22px 60px rgba(24,25,29,.08); }
.verify-search-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.verify-search-row .form-control { min-height: 49px; font: 700 .88rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .04em; text-transform: uppercase; }
.verify-help { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
.verify-help span { padding: 10px; color: #888c93; font-size: .63rem; text-align: center; background: #f8f8f6; border-radius: 8px; }
.verification-card { overflow: hidden; background: #fff; border: 1px solid #deddda; border-radius: 20px; box-shadow: 0 22px 70px rgba(24,25,29,.1); }
.verification-state { padding: clamp(28px,5vw,48px); color: #fff; text-align: center; background: #168263; }
.verification-state.revoked { background: #b12431; }
.verification-state.invalid { color: #262a30; background: #e4e3df; }
.verification-seal { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 16px; font-size: 1.7rem; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; }
.invalid .verification-seal { border-color: #90949b; }
.verification-state h1 { margin: 0; font-size: clamp(1.7rem,4vw,2.5rem); font-weight: 740; letter-spacing: -.04em; }
.verification-state p { margin: 8px 0 0; opacity: .8; font-size: .76rem; }
.verification-details { padding: clamp(24px,4vw,38px); }
.verification-ref { padding: 13px 16px; font: 700 .82rem ui-monospace, SFMono-Regular, Consolas, monospace; text-align: center; letter-spacing: .06em; background: #f5f4f1; border-radius: 9px; }
.security-note { display: flex; gap: 10px; margin-top: 20px; padding: 13px; color: #777c84; font-size: .66rem; line-height: 1.5; background: #fafaf8; border: 1px solid #edebe8; border-radius: 9px; }
@media (max-width: 600px) {
  .public-header { grid-template-columns: 1fr auto; }
  .public-product { display: none; }
  .verify-search-row { grid-template-columns: 1fr; }
  .verify-help { grid-template-columns: 1fr; }
}
