:root{font-family:Inter,Arial,sans-serif;color:#17324d;background:#f3f7f8}*{box-sizing:border-box}body{margin:0}header{height:78px;padding:0 max(24px,calc((100% - 1080px)/2));display:flex;align-items:center;justify-content:space-between;background:#092f4c;color:#fff}.brand{display:flex;gap:12px;align-items:center;color:#fff;text-decoration:none}.brand>span{width:42px;height:48px;display:grid;place-items:center;border:2px solid #d8a61b;border-radius:45%;color:#d8a61b;font-size:25px}.brand b,.brand small{display:block}.brand small{color:#b9cedb;margin-top:3px}header button{min-width:48px;height:40px;border:1px solid #ffffff55;border-radius:9px;background:transparent;color:#fff;font-weight:800}main{max-width:900px;margin:auto;padding:64px 24px}.hero{text-align:center}.eyebrow{font-size:11px;letter-spacing:.16em;color:#087f6b;font-weight:800}.hero h1{font-size:42px;margin:12px 0}.hero>p{max-width:650px;margin:0 auto 30px;color:#657b8d;line-height:1.65}.hero form{max-width:680px;margin:auto;text-align:left;background:#fff;padding:22px;border:1px solid #dce5ea;border-radius:14px;box-shadow:0 15px 45px #17324d12}.hero label{display:block;font-weight:750;margin-bottom:8px}.search{display:flex;gap:10px}.search input{flex:1;min-width:0;height:50px;padding:0 15px;border:1px solid #bdccd6;border-radius:9px;font-size:17px}.search input:focus{outline:none;border-color:#087f6b;box-shadow:0 0 0 3px #087f6b20}.search button{min-height:50px;padding:0 25px;border:0;border-radius:9px;background:#087f6b;color:#fff;font-weight:800}.search button:disabled{background:#a9b8bd}.result,.notice{margin-top:28px;padding:25px;background:#fff;border:1px solid #cfe2dc;border-radius:14px}.result{border-top:5px solid #087f6b}.result.invalid{border-top-color:#bd7a00}.result.neutral{display:flex;gap:16px;border-color:#dce5ea;border-top:1px solid #dce5ea}.result-head{display:flex;align-items:center;gap:15px}.status-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e8f6f1;color:#087f6b;font-size:26px;font-weight:900}.result h2{margin:3px 0}.result small{font-weight:800;letter-spacing:.1em;color:#718694}dl{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:24px 0;background:#dfe7eb;border:1px solid #dfe7eb}dl div{padding:14px;background:#fff}dt{font-size:11px;color:#718694;text-transform:uppercase;font-weight:800}dd{margin:5px 0 0;font-weight:700}.freshness{padding-top:14px;border-top:1px solid #e5ebee;color:#607888}.notice{background:#fff9e9;border-color:#e9d79f;color:#624f1e}.notice p{margin-bottom:0;line-height:1.6}footer{text-align:center;padding:25px;color:#718694}@media(max-width:650px){main{padding:40px 16px}.hero h1{font-size:32px}.search{display:grid}.search button{width:100%}dl{grid-template-columns:1fr}}
