.curp-query-form{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:9px;padding:17px;border:1px solid var(--ux-border);border-radius:13px;background:#fafbfd}.curp-query-form label{margin:0!important}.curp-query-form input{text-transform:uppercase;letter-spacing:.08em}.curp-query-form button{height:44px;padding:0 15px;border:1px solid var(--ux-border);border-radius:9px;background:#fff;color:var(--ux-navy);font-size:10px;font-weight:750;cursor:pointer}.curp-result-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:13px;padding:19px;border:1px solid #a9dbb9;border-radius:14px;background:#f2fbf5}.curp-result-card>span{display:grid;width:50px;height:50px;place-items:center;border-radius:14px;background:#dcf5e5;color:#168448}.curp-result-card>span svg{width:25px;height:25px}.curp-result-card>div{display:grid;gap:3px}.curp-result-card small{color:#168448;font-size:8px;font-weight:800;letter-spacing:.09em}.curp-result-card h3{margin:0;font-size:24px;letter-spacing:.04em}.curp-result-card p{margin:0;font-size:11px;font-weight:650}.curp-result-card em{color:var(--ux-muted);font-size:9px;font-style:normal}.curp-result-card button{display:flex;align-items:center;gap:6px;height:36px;padding:0 12px;border:1px solid #94d2aa;border-radius:9px;background:#fff;color:#168448;font-size:9px;font-weight:750;cursor:pointer}.curp-result-card button svg{width:14px;height:14px}.curp-history-card{margin-top:13px;overflow:hidden;border:1px solid var(--ux-border);border-radius:13px;background:#fff}.curp-history-card>header{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--ux-border)}.curp-history-card h3{margin:0;font-size:12px}.curp-history-card header span{color:var(--ux-muted);font-size:9px}.curp-history-card>div{display:grid}.curp-history-card>div>button{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:12px;min-height:54px;padding:9px 14px;border:0;border-bottom:1px solid var(--ux-border);background:#fff;color:var(--ux-navy);text-align:left;cursor:pointer}.curp-history-card>div>button:last-child{border-bottom:0}.curp-history-card>div>button:hover{background:#f6f9fd}.curp-history-card button span{display:grid;gap:2px}.curp-history-card button b{font-size:10px}.curp-history-card button small{color:var(--ux-muted);font-size:8px}.curp-history-card button strong{font-size:11px}.curp-history-card button svg{width:14px;height:14px;color:var(--ux-blue)}html[data-theme="dark"] .curp-query-form,html[data-theme="dark"] .curp-history-card,html[data-theme="dark"] .curp-history-card>div>button{background:#1a2230;border-color:#303949;color:#edf2fb}html[data-theme="dark"] .curp-result-card{background:#142a20;border-color:#276341}@media(max-width:560px){.curp-query-form{grid-template-columns:1fr}.curp-query-form button{width:100%}.curp-result-card{grid-template-columns:45px 1fr}.curp-result-card>button{grid-column:1/-1;justify-content:center}.curp-history-card>div>button{grid-template-columns:1fr auto}.curp-history-card button svg{display:none}}
