*{box-sizing:border-box}
:root{--blue:#075ed5;--navy:#061b52;--text:#10245c;--muted:#617089;--bg:#f5f8fc;--border:#dfe7f1}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
.container{width:min(720px,92%);margin:auto}
.top{height:78px;background:#fff;border-bottom:1px solid #e4ebf3}
.top-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.logo-link img{width:170px;height:auto;display:block}
.back{color:var(--blue);text-decoration:none;font-size:13px;font-weight:800}
.hero{background:linear-gradient(115deg,var(--navy),var(--blue));color:#fff;padding:48px 0 65px}
.eyebrow{font-size:11px;font-weight:900;color:#55d1ff;letter-spacing:1px}
h1{font-size:40px;margin:7px 0 8px}
.hero p{margin:0;color:#d9e9ff;font-size:16px}
.content{margin-top:-32px;padding-bottom:45px}
.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:30px;box-shadow:0 12px 35px rgba(7,35,80,.08)}
.login-card{max-width:520px;margin:0 auto}
.icon{width:46px;height:46px;border-radius:12px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-size:22px}
h2{margin:15px 0 8px;font-size:21px}
.intro{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 22px}
label{display:block;font-size:12px;font-weight:900;margin-bottom:7px}
input{width:100%;height:50px;border:1px solid #cfd9e7;border-radius:8px;padding:0 14px;font-size:15px;outline:none}
input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,94,213,.10)}
button{border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:900;cursor:pointer}
#btnConsultar{width:100%;height:50px;margin-top:12px}
button:disabled{opacity:.65;cursor:wait}
.message{min-height:20px;margin-top:12px;font-size:12px;color:#b42318}
.result-card{max-width:520px;margin:20px auto 0}
.result-card[hidden]{display:none}
.success{width:42px;height:42px;border-radius:50%;background:#e9f9ef;color:#159447;display:grid;place-items:center;font-weight:900}
.barcode-box{margin-top:18px;border:1px dashed #b8c8db;border-radius:10px;padding:15px;background:#f8fafc}
code{display:block;word-break:break-all;font-family:monospace;font-size:13px;line-height:1.7;color:#142b55}
#btnCopiar{margin-top:13px;padding:12px 17px}
.copied{font-size:12px;color:#159447;margin-top:8px;min-height:16px}
.notice{max-width:520px;margin:18px auto 0;padding:15px 18px;border-radius:10px;background:#eaf4ff;border:1px solid #cfe5ff;font-size:11px;line-height:1.5;color:#405979}
.notice strong{display:block;color:var(--blue);margin-bottom:4px}
footer{border-top:1px solid #e0e7f0;background:#fff;color:#738198;font-size:11px;padding:22px 0;text-align:center}
@media(max-width:550px){h1{font-size:31px}.top{height:68px}.logo-link img{width:150px}.card{padding:23px}.hero{padding:38px 0 55px}}
