*{box-sizing:border-box}:root{color-scheme:light;background:#f5f7f9;color:#172b3a;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.page{min-height:100vh;flex-direction:column;padding:44px 20px 24px}.brand,.page{display:flex;align-items:center}.brand{width:min(100%,620px);gap:10px;margin-bottom:24px;color:#153e59;font-size:.9rem;font-weight:800;letter-spacing:.12em}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#153e59;color:#fff;font-size:1rem;letter-spacing:0}.card{width:min(100%,620px);padding:clamp(24px,5vw,42px);border:1px solid #dce4e9;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgb(27 52 68/8%)}.eyebrow{margin:0 0 10px;color:#a06e22;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}h1{margin:0;color:#153e59;font-size:clamp(1.8rem,6vw,2.45rem);letter-spacing:-.035em}.description{margin:14px 0 28px;color:#526575;line-height:1.6}.search-form{display:grid;grid-gap:10px;gap:10px}.search-form label{margin-top:5px;color:#263e4e;font-size:.9rem;font-weight:700}.search-form input{width:100%;min-height:48px;padding:0 14px;border:1px solid #c8d3dc;border-radius:9px;background:#fff;color:#172b3a}.search-form input::placeholder{color:#8796a1}.search-form input:focus-visible{border-color:#28769a;outline:3px solid rgb(40 118 154/18%)}.search-form button{min-height:50px;margin-top:12px;border:0;border-radius:9px;background:#153e59;color:#fff;cursor:pointer;font-weight:700;transition:background .14s ease,transform .14s ease}.search-form button:hover:not(:disabled){transform:translateY(-1px);background:#205a7b}.search-form button:focus-visible{outline:3px solid #83bfdc;outline-offset:3px}.search-form button:disabled{cursor:wait;opacity:.72}.privacy-note{margin:16px 0 0;color:#697b88;font-size:.84rem;line-height:1.5}.notice{margin:24px 0 0;padding:14px 16px;border-radius:10px;line-height:1.5}.notice-neutral{background:#eef3f6;color:#385367}.notice-error{background:#fff1ed;color:#8a3320}.record{margin-top:28px;padding:22px;border:1px solid #c7e4d7;border-radius:12px;background:#f6fcf8}.record-status{margin:0 0 6px;color:#28744c;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.record h2{margin:0 0 18px;color:#1c4e37;font-size:1.35rem}.record dl{margin:0}.record-row{display:grid;grid-template-columns:minmax(115px,.75fr) 1.5fr;grid-gap:14px;gap:14px;padding:11px 0;border-top:1px solid #e0eee6}.record-row dt{color:#5e7568;font-size:.88rem}.record-row dd{margin:0;color:#233d2e;font-weight:600;overflow-wrap:anywhere}footer{margin-top:auto;padding-top:28px;color:#7a8993;font-size:.8rem}@media (max-width:480px){.page{padding:28px 14px 20px}.record{padding:17px}.record-row{grid-template-columns:1fr;gap:4px}}