.pagina{min-height:100vh;background:radial-gradient(circle at top,rgba(16,185,129,.18),transparent 32%),linear-gradient(180deg,#f5fbf9,#eef4ff);display:flex;align-items:flex-start;justify-content:center;padding:20px 24px 16px}.layout-confirmacoes{width:min(100%,520px);display:flex;flex-direction:column;align-items:center;gap:12px}.brand-topo{width:100%;display:flex;justify-content:center}.brand-topo__logo{width:clamp(116px,24vw,152px);height:auto;border-radius:10px;-webkit-user-select:none;user-select:none;pointer-events:none}.painel{width:min(100%,520px);background:#fffffff5;border:1px solid rgba(148,163,184,.2);border-radius:8px;box-shadow:0 18px 48px #0f172a1f;padding:28px}.painel--compacto{width:min(100%,460px)}.cabecalho{margin-bottom:24px}.titulo{margin:0;font-size:clamp(1.65rem,2vw,2rem);color:#0f172a}.subtitulo{margin:10px 0 0;color:#475569;line-height:1.55}.cartao-informacoes{border:1px solid #dbe5f4;background:#f8fbff;border-radius:8px;padding:18px;margin-bottom:20px}.cartao-informacoes__grade{display:grid;grid-template-columns:1fr;gap:14px}.rotulo{display:block;color:#64748b;font-size:.85rem;margin-bottom:4px}.valor{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.45}.valor--suave{font-weight:500}.alerta{border-radius:8px;padding:14px 16px;margin-bottom:18px;line-height:1.5}.alerta--info{background:#ecfeff;border:1px solid #a5f3fc;color:#155e75}.alerta--aviso{background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.acoes{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}.botao{appearance:none;border:none;border-radius:8px;padding:14px 18px;font-size:.98rem;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.botao:hover:not(:disabled){transform:translateY(-1px)}.botao:disabled{opacity:.6;cursor:wait}.botao--primario{background:#0f766e;color:#fff;box-shadow:0 10px 22px #0f766e38}.botao--secundario{background:#fff;color:#9a3412;border:1px solid #fdba74}.estado{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;font-weight:700;margin-bottom:14px}.estado__icone{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.estado--confirmado{color:#166534}.estado--confirmado .estado__icone{background:#dcfce7}.estado--alerta{color:#9a3412}.estado--alerta .estado__icone{background:#ffedd5}.estado--invalido{color:#991b1b}.estado--invalido .estado__icone{background:#fee2e2}.rodape{margin-top:22px;color:#64748b;font-size:.88rem;line-height:1.5}.rodape-institucional{width:100%;text-align:center;color:#64748b;font-size:.75rem;line-height:1.4;padding-bottom:2px}.rodape-institucional a{color:#0f766e;text-decoration:none}.rodape-institucional a:hover{text-decoration:underline}.carregando{display:flex;flex-direction:column;align-items:center;gap:14px;color:#475569}.carregando__spinner{width:40px;height:40px;border-radius:999px;border:3px solid rgba(15,118,110,.15);border-top-color:#0f766e;animation:girar .9s linear infinite}@keyframes girar{to{transform:rotate(360deg)}}@media(min-width:640px){.pagina{padding-top:24px}.layout-confirmacoes{gap:14px}.cartao-informacoes__grade{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,textarea,select{font:inherit}a{color:inherit}
