:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{width:100%;max-width:100%;text-align:initial;box-sizing:border-box;border:none;flex-direction:column;flex:1;min-height:100svh;margin:0;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.auth-screen{--bg:#090f1f;--bg-2:#121b30;--glass:#ffffff0f;--border:#ffffff24;--text:#e8ecf6;--muted:#93a4c6;--primary:#f97316;--secondary:#3b82f6;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--radius:16px;box-sizing:border-box;text-align:left;background:radial-gradient(ellipse 120% 80% at 50% 0%, var(--bg-2), var(--bg));min-height:100dvh;color:var(--text);justify-content:center;align-items:center;padding:24px;display:flex}.auth-card{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;max-width:460px;padding:28px;box-shadow:0 20px 45px #00000059}.auth-title{color:var(--text);letter-spacing:-.02em;margin:0 0 8px;font-size:1.8rem;font-weight:600}.auth-subtitle{color:var(--muted);margin:0 0 18px;line-height:1.4}.auth-card form{flex-direction:column;gap:14px;display:flex}.auth-card label{color:var(--muted);font-size:.9rem;display:block}.auth-select{box-sizing:border-box;border-radius:calc(var(--radius) * .5);border:1px solid var(--border);background:var(--bg-2);width:100%;color:var(--text);font:inherit;margin-bottom:0;padding:10px 12px}.auth-card input{box-sizing:border-box;border-radius:calc(var(--radius) * .5);border:1px solid var(--border);background:var(--bg-2);width:100%;color:var(--text);font:inherit;padding:10px 12px}.auth-card input::placeholder{color:color-mix(in srgb, var(--muted) 65%, transparent)}.auth-card input:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.auth-card .btn.btn-primary{border-radius:calc(var(--radius) * .5);width:100%;font:inherit;cursor:pointer;color:#0c0f14;background:var(--primary);border:none;margin-top:4px;padding:12px 16px;font-weight:600;transition:filter .2s,transform .15s}.auth-card .btn.btn-primary:hover{filter:brightness(1.08)}.auth-card .btn.btn-primary:active{transform:translateY(1px)}.auth-card .status{min-height:1.25em;font-size:.88rem}.auth-card .status--loading{color:color-mix(in srgb, var(--muted) 90%, var(--text))}.auth-card .status--warning{color:var(--warning)}.auth-card .status--error{color:var(--danger)}.quick-access{color:var(--muted);border-top:1px dashed var(--border);margin-top:12px;padding-top:10px;font-size:.88rem;line-height:1.5}.quick-access strong{color:var(--text)}@media (width<=480px){.auth-screen{padding:16px 12px;padding-top:max(16px, env(safe-area-inset-top));align-items:flex-start}.auth-card{border-radius:calc(var(--radius) * .85);padding:22px 16px}.auth-title{font-size:1.45rem}}.posto-app{background:var(--bg,#090f1f);width:100%;max-width:100vw;min-height:100svh;color:var(--text,#e8ecf6);text-align:left;box-sizing:border-box;flex:1;display:flex}.posto-app__aside{border-right:1px solid var(--border,#ffffff24);flex-direction:column;flex-shrink:0;gap:8px;width:240px;padding:16px;display:flex}.posto-app__user{color:var(--muted,#93a4c6);margin:0 0 12px;font-size:.82rem;line-height:1.35}.posto-app__main{flex:1;min-width:0;padding:20px 24px;overflow:auto}.posto-app__ctx{color:var(--muted,#93a4c6);margin:0 0 16px;font-size:.95rem}.posto-nav-item{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:10px 12px;display:block}.posto-nav-item:hover{border-color:var(--border,#ffffff24)}.posto-nav-item.active{border-color:var(--border,#ffffff24);background:#ffffff0f}.posto-banner{margin:8px 0 16px;font-size:1.25rem;font-weight:600}.posto-kpis{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px;display:grid}.posto-table{border-collapse:collapse;width:100%;margin-top:12px;font-size:.9rem}.posto-table th,.posto-table td{border:1px solid var(--border,#ffffff24);word-break:break-word;padding:8px 10px}.posto-table th{text-align:left;background:#ffffff0a}.posto-fat-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:12px;display:flex}.cred-detalhes p{margin:6px 0}.auth-select{border:1px solid var(--border,#ffffff24);background:var(--bg-2,#121b30);width:100%;max-width:360px;color:var(--text,#e8ecf6);font:inherit;border-radius:8px;margin-bottom:12px;padding:10px 12px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.posto-app{flex-direction:column}.posto-app__aside{border-right:none;border-bottom:1px solid var(--border,#ffffff24);flex-flow:wrap;flex-shrink:0;align-items:center;gap:6px 10px;width:100%;padding:12px 14px}.posto-app__user{flex-basis:100%;width:100%;margin:0 0 4px}.posto-nav-item{text-align:center;flex:auto;min-width:min(140px,100%);padding:9px 10px;font-size:.86rem}.posto-app__main{padding:16px 14px}.posto-kpis{grid-template-columns:1fr}.posto-fat-toolbar{flex-direction:column;align-items:stretch}.posto-fat-toolbar button{width:100%}}@media (width<=520px){.posto-app__aside{flex-direction:column;align-items:stretch}.posto-nav-item{width:100%;min-width:0}.posto-table{font-size:.8rem}.posto-table th,.posto-table td{padding:6px 8px}}.admin-root{--bg:#090f1f;--bg-2:#121b30;--glass:#ffffff0f;--border:#ffffff24;--text:#e8ecf6;--muted:#93a4c6;--primary:#f97316;--secondary:#3b82f6;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--radius:16px;background:radial-gradient(circle at top left, #162341 0%, var(--bg) 55%);min-height:100svh;color:var(--text);font-family:var(--hu360-font-sans);overflow-x:hidden}.admin-root *,.admin-root :before,.admin-root :after{box-sizing:border-box}.admin-root .hidden{display:none!important}.admin-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.admin-back{color:var(--muted);font-size:.95rem;text-decoration:none}.admin-back:hover{color:var(--text)}.admin-logout{border:1px solid var(--border);color:var(--text);font:inherit;cursor:pointer;background:#ffffff0f;border-radius:8px;padding:8px 14px}.admin-logout:hover{border-color:#ffffff47}.admin-screen{justify-content:center;align-items:center;padding:32px 16px;display:flex}.admin-screen--bg{isolation:isolate;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:calc(100svh - 60px);position:relative}.admin-screen--bg:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#090f1fa6 0%,#090f1fd9 100%),radial-gradient(circle at 0 0,#162341bf 0%,#090f1fe6 60%);position:absolute;inset:0}.admin-screen--bg .admin-card{-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);background:#0f172cc7;border-color:#ffffff2e;box-shadow:0 30px 60px #0000008c}.admin-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border-radius:16px;width:100%;max-width:440px;padding:28px;box-shadow:0 20px 45px #00000059}.admin-title{margin:0 0 8px;font-size:1.6rem}.admin-lead{color:var(--muted);margin:0 0 16px;font-size:.95rem;line-height:1.45}.admin-code{background:#00000040;border-radius:4px;padding:2px 6px;font-family:ui-monospace,Consolas,monospace;font-size:.85em}.admin-warn{color:#fde68a;border:1px solid #f59e0b73;border-radius:8px;margin:0 0 16px;padding:10px 12px;font-size:.9rem}.admin-form label{color:var(--muted);margin-bottom:6px;font-size:.9rem;display:block}.admin-form input{border:1px solid var(--border);background:var(--bg-2);width:100%;color:var(--text);font:inherit;border-radius:8px;margin-bottom:12px;padding:10px 12px}.admin-form input:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.admin-error{color:var(--danger);margin:0 0 12px;font-size:.9rem}.admin-submit{width:100%;font:inherit;cursor:pointer;color:#0c0f14;background:var(--primary);border:none;border-radius:8px;padding:12px 16px;font-weight:600}.admin-submit:hover{filter:brightness(1.06)}.app-shell{grid-template-columns:290px minmax(0,1fr);width:100%;max-width:100vw;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:linear-gradient(#070b16 0%,#0f172c 100%);padding:20px 16px}.logo{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;margin:0 0 20px;padding:10px 12px}.logo-img{object-fit:contain;border-radius:8px;width:100%;max-width:220px;height:auto;margin:0 auto;display:block}.logo p{color:var(--muted);text-align:center;margin:10px 0 0;font-size:.78rem}.menu-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:18px 10px 8px;font-size:.72rem}.menu-item{text-align:left;width:100%;color:var(--text);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;border-radius:12px;margin-bottom:6px;padding:10px 12px;text-decoration:none;transition:all .25s;display:block}.menu-item:hover{border-color:var(--border);background:#ffffff0f}.menu-item:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.menu-item.active{color:#fff;background:linear-gradient(130deg,#ff7a182e,#3b82f63d);border-color:#fff3;font-weight:700}.main-content{min-width:0;padding:22px;overflow-x:hidden}.topbar{background:var(--glass);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px 16px;margin-bottom:18px;padding:12px 16px;display:flex}.topbar>div{min-width:0}.topbar>div:last-child{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.topbar h1{color:#fff;margin:0;font-size:1.15rem}.topbar-user{color:var(--muted);font-size:.9rem}#usuarioLogado.topbar-user{color:#ffffff80;margin-right:8px}.btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:8px 14px;font-weight:600;transition:border-color .2s,background .2s,filter .2s}.btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.btn-secondary{border-color:var(--border);color:var(--text);background:#ffffff14}.btn-secondary:hover{background:#ffffff1f;border-color:#ffffff47}.btn-primary{background:var(--primary);color:#0c0f14;border-color:#0000}.btn-primary:hover{filter:brightness(1.06)}.aba-conteudo{display:none}.aba-conteudo.ativa{display:block}.hub-foco-banner{color:var(--text);background:#3b82f61f;border:1px solid #3b82f659;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding:10px 14px;font-size:.88rem;display:flex}.hub-foco-banner.hidden{display:none!important}.hub-table-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;margin-top:12px;overflow-x:auto}.hub-table-scroll table{min-width:880px}.btn-text{color:var(--secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.btn-text:hover{color:#93c5fd}#hub-sel-dashboard-pref{border:1px solid var(--border);min-width:260px;color:var(--text);background:#070b16d9;border-radius:10px;padding:9px 14px;font-size:.9rem}#hub-oficinas-postos .hub-parceiros-hidden{display:none!important}#hub-oficinas-postos .hub-parceiros-modo-pick{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px 28px;margin-bottom:16px;padding-bottom:14px;display:flex}#hub-oficinas-postos .hub-parceiros-modo-pick label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-weight:600;display:inline-flex}#hub-oficinas-postos .hub-parceiros-modo-pick input[type=radio]{width:auto;accent-color:var(--primary);margin:0}#hub-oficinas-postos .hub-cred-head{flex-wrap:wrap;align-items:flex-end;gap:12px 20px;margin-bottom:14px;display:flex}#hub-oficinas-postos .hub-cred-head label{flex:1;min-width:220px;margin:0}#hub-sel-oficina-doc{border:1px solid var(--border);color:var(--text);background:#070b16d9;border-radius:10px;margin-top:6px;padding:9px 14px;font-size:.9rem}#hub-cred-progress{color:var(--muted);margin:0 0 12px;font-size:.88rem}#hub-oficinas-postos .hub-cred-unica{border:1px solid var(--border);background:#0003;border-radius:12px;max-height:min(70vh,720px);margin-bottom:16px;padding:14px 16px;overflow-y:auto}#hub-oficinas-postos .hub-cred-unica h4{color:var(--primary);margin:18px 0 12px;font-size:.95rem;font-weight:700}#hub-oficinas-postos .hub-cred-unica h4:first-child{margin-top:0}#hub-oficinas-postos .hub-cred-anexos-fim{border-top:1px dashed var(--border);margin-top:20px;padding-top:16px}#hub-oficinas-postos .hub-cred-anexos-fim label{color:var(--muted);margin-bottom:8px;font-size:.88rem;display:block}#hub-cred-anexos{cursor:pointer;padding:10px}#hub-cred-anexos-resumo{color:var(--muted);margin:8px 0 0;font-size:.82rem;line-height:1.4}#hub-cred-obs,#hub-oficinas-postos .cred-obs{resize:vertical;min-height:88px;font-family:inherit;line-height:1.45}#hub-oficinas-postos .hub-cred-progress-wrap{border:1px solid var(--border);background:#00000040;border-radius:12px;margin-top:12px;padding:12px 14px}#hub-oficinas-postos .hub-cred-progress-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.82rem;display:flex}#hub-cred-progress-pct{color:var(--primary);font-variant-numeric:tabular-nums;font-weight:700}#hub-oficinas-postos .hub-cred-progress-bar{border:1px solid var(--border);background:#ffffff14;border-radius:999px;height:10px;overflow:hidden}#hub-oficinas-postos .hub-cred-progress-fill{background:linear-gradient(90deg,#ff7a18,#3b82f6);border-radius:999px;width:0%;height:100%;transition:width .35s}#hub-oficinas-postos .cred-list{margin:0;padding:0;list-style:none}#hub-oficinas-postos .cred-item{color:var(--text);cursor:pointer;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.88rem;line-height:1.45;display:flex}#hub-oficinas-postos .cred-item input[type=checkbox]{cursor:pointer;width:auto;accent-color:var(--primary);flex-shrink:0;margin-top:4px}#hub-oficinas-postos .cred-item span{color:var(--muted)}#hub-oficinas-postos .cred-item strong{color:var(--text);font-weight:600}#hub-oficinas-postos .btn{cursor:pointer;color:#fff;border:none;border-radius:10px;margin-top:10px;padding:10px 14px;font-weight:700;transition:all .2s}#hub-oficinas-postos .btn:hover{filter:brightness(1.07);transform:translateY(-1px)}#hub-oficinas-postos .btn-primary{color:#fff;background:linear-gradient(120deg,#ff7a18,#ff9f43)}#hub-oficinas-postos #msgParceiros.status{min-height:18px;color:var(--muted);margin-top:8px;font-size:.85rem}#hub-oficinas-postos #msgParceiros.status.status--ok{color:#86efac}#hub-oficinas-postos #msgParceiros.status.status--err{color:#fca5a5}.card-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-bottom:12px;display:grid}.card{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:0 10px 26px #00000040}.card h3{color:var(--muted);margin:0;font-size:.82rem}.card p{margin:8px 0 0;font-size:1.5rem;font-weight:800}.panel-grid{grid-template-columns:1.4fr 1fr;gap:12px;margin:12px 0;display:grid}.chart-wrap{min-height:280px}.admin-root canvas{background:#ffffff05;border-radius:10px;width:100%;height:220px;margin-top:8px}.admin-root table{border-collapse:collapse;border:1px solid var(--border);background:#0a1223b8;border-radius:12px;width:100%;margin-top:10px;overflow:hidden}.admin-root th,.admin-root td{text-align:left;border-bottom:1px solid #ffffff17;padding:11px;font-size:.9rem}.admin-root th{color:var(--primary);text-transform:uppercase;background:#ffffff0a;font-size:.78rem}.admin-root input,.admin-root select,.admin-root textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#ffffff0a;border-radius:10px;margin-top:6px;padding:10px}.admin-root textarea{resize:vertical;min-height:88px;font-family:inherit;line-height:1.45}.row-2{grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px;display:grid}#acessos .contrato-secao{border-bottom:1px solid var(--border);margin-bottom:22px;padding-bottom:18px}#acessos .contrato-secao:last-of-type{border-bottom:none;margin-bottom:8px;padding-bottom:0}#acessos .contrato-secao-titulo{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin:0 0 14px;font-size:.82rem;font-weight:700}#acessos #ctr-status-slot-loc,#acessos #ctr-status-slot-pref{margin-top:0}#acessos #msgPrefeituras.status{min-height:18px;color:var(--muted);margin-top:10px;font-size:.85rem}#acessos #msgPrefeituras.status.status--ok{color:#86efac}#acessos #msgPrefeituras.status.status--err{color:#fca5a5}#acessos .btn.btn-primary{margin-top:10px}#acessos code{color:var(--muted);word-break:break-all;background:#0000004d;border-radius:4px;padding:2px 6px;font-family:ui-monospace,Consolas,monospace;font-size:.72rem}@media (width<=720px){#acessos .contrato-secao{margin-bottom:16px;padding-bottom:14px}#acessos .contrato-secao-titulo{margin-bottom:10px;font-size:.78rem}#acessos .row-2,#acessos .row-3{grid-template-columns:1fr}#acessos #cadastroPrefUf{max-width:none!important}#acessos .btn.btn-primary{box-sizing:border-box;width:100%}#acessos #msgPrefeituras.status{word-break:break-word}}@media (width<=520px){#acessos .hub-table-scroll table{min-width:720px}#acessos td,#acessos th{padding:8px;font-size:.78rem}}.row-3{grid-template-columns:repeat(3,minmax(100px,1fr));gap:10px;display:grid}@media (width<=960px){.row-3{grid-template-columns:1fr}}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.main-content{padding:16px}.card-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.panel-grid{grid-template-columns:1fr}.topbar>div:last-child{justify-content:flex-start;width:100%}}@media (width<=720px){.admin-header{flex-wrap:wrap;gap:10px;padding:12px 14px}.row-2{grid-template-columns:1fr}.admin-root th,.admin-root td{padding:8px 9px;font-size:.82rem}.admin-root th{font-size:.7rem}.hub-table-scroll table{min-width:640px}.aba-conteudo h2{margin-bottom:10px;font-size:clamp(1.05rem,4.2vw,1.35rem);line-height:1.25}#hub-oficinas-postos .hub-cred-head label{flex:100%;min-width:0}#hub-oficinas-postos .hub-cred-unica{max-height:min(65vh,560px);padding:12px}#hub-oficinas-postos .cred-item span{word-break:break-word;overflow-wrap:anywhere}#hub-oficinas-postos .btn{box-sizing:border-box;width:100%}#hub-oficinas-postos .hub-parceiros-modo-pick{flex-direction:column;align-items:stretch;gap:10px}#hub-oficinas-postos .hub-cred-progress-meta{flex-wrap:wrap;row-gap:4px}#hub-msg-posto{display:block;margin:10px 0 0!important}}@media (width<=520px){.card-grid{grid-template-columns:1fr}.admin-card{padding:20px 16px}.topbar h1{font-size:1rem}#usuarioLogado.topbar-user{margin-right:0;font-size:.8rem}.sidebar{padding:14px 12px}.menu-item{padding:9px 10px;font-size:.88rem}.hub-table-scroll table{min-width:520px}}#usuarios-acesso .card+.card{margin-top:18px}#usuarios-acesso h3{margin:0 0 6px;font-size:1.05rem}#usuarios-acesso .usuarios-acesso-subtitulo{color:var(--muted);margin:18px 0 10px;font-size:.95rem}#usuarios-acesso .usuarios-acesso-hint{margin-bottom:8px;font-size:.85rem}#usuarios-acesso .usuarios-acesso-aviso{color:var(--warning)}#usuarios-acesso .badge{text-transform:capitalize;border:1px solid #0000;border-radius:999px;padding:4px 9px;font-size:.74rem;font-weight:700;display:inline-block}#usuarios-acesso .badge-admin{color:#fed7aa;background:#fb923c1f;border-color:#fdba74}#usuarios-acesso .badge-gestor{color:#bfdbfe;background:#3b82f629;border-color:#93c5fd}#usuarios-acesso .btn.btn-primary{margin-top:10px}#usuarios-acesso #msgUsuariosPref.status,#usuarios-acesso #msgUsuariosOfi.status,#usuarios-acesso #msgUsuariosPosto.status,#usuarios-acesso #msgUsuariosLoc.status{min-height:18px;color:var(--muted);word-break:break-word;margin-top:10px;font-size:.85rem}#usuarios-acesso #msgUsuariosPref.status.status--ok,#usuarios-acesso #msgUsuariosOfi.status.status--ok,#usuarios-acesso #msgUsuariosPosto.status.status--ok,#usuarios-acesso #msgUsuariosLoc.status.status--ok{color:#86efac}#usuarios-acesso #msgUsuariosPref.status.status--err,#usuarios-acesso #msgUsuariosOfi.status.status--err,#usuarios-acesso #msgUsuariosPosto.status.status--err,#usuarios-acesso #msgUsuariosLoc.status.status--err{color:#fca5a5}#usuarios-acesso #msgUsuariosPref.status.status--warn,#usuarios-acesso #msgUsuariosOfi.status.status--warn,#usuarios-acesso #msgUsuariosPosto.status.status--warn,#usuarios-acesso #msgUsuariosLoc.status.status--warn{color:var(--warning)}#usuarios-acesso .hub-table-scroll{margin-top:12px;overflow-x:auto}#usuarios-acesso .hub-table-scroll table{min-width:720px}#usuarios-acesso .btn-text{color:var(--secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}#usuarios-acesso .btn-text:hover{color:#93c5fd}#usuarios-acesso .btn-text:disabled{color:var(--muted);cursor:not-allowed;opacity:.6;text-decoration:none}@media (width<=720px){#usuarios-acesso .row-2{grid-template-columns:1fr}#usuarios-acesso .btn.btn-primary{box-sizing:border-box;width:100%}#usuarios-acesso h3{font-size:1rem}}@media (width<=520px){#usuarios-acesso .hub-table-scroll table{min-width:640px}#usuarios-acesso td,#usuarios-acesso th{padding:8px;font-size:.78rem}}.oficina-root{--bg-light:#f1f5f9;--white:#fff;--success:#22c55e;--warning:#f59e0b;--primary-black:#020617;--main-orange:#f97316;--hu360-primary:#f97316;--hu360-primary-dark:#ea580c;--hu360-font-sans:"DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;font-family:var(--hu360-font-sans);background:var(--bg-light);color:#0f172a;flex-direction:column;min-height:100vh;display:flex}.oficina-root *,.oficina-root :before,.oficina-root :after{box-sizing:border-box}.oficina-root #sidebar{background:linear-gradient(#0f172a 0%,#1e293b 100%);flex-direction:column;flex-shrink:0;width:280px;padding-bottom:16px;display:flex}.oficina-root .logo-area{text-align:center;border-bottom:1px solid #ffffff14;padding:20px}.oficina-root .logo-area small{color:#94a3b8;margin-top:4px;font-size:.78rem;display:block}.oficina-root .nav-item{cursor:pointer;color:#cbd5e1;border-radius:8px;margin:4px 10px;padding:14px 18px;font-weight:500;transition:all .2s}.oficina-root .nav-item:hover{background:#ffffff0f}.oficina-root .nav-item.active{color:#fff;background:#f973162e;border:1px solid #f9731659}.oficina-root #main{flex:1;padding:30px;overflow-y:auto}.oficina-root .tab-content{display:none}.oficina-root .tab-content.active{display:block}.oficina-root .card{background:var(--white);border:1px solid #e2e8f0;border-left:4px solid var(--hu360-primary);border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 8px 24px #00000014}.oficina-root table{border-collapse:collapse;width:100%;margin-top:10px}.oficina-root th{text-align:left;background:#eee;padding:12px;font-size:.8rem}.oficina-root td{border-bottom:1px solid #eee;padding:12px;font-size:.9rem}.oficina-root .btn{cursor:pointer;text-transform:uppercase;font-weight:700;font:inherit;border:none;border-radius:5px;padding:10px 20px;font-weight:700}.oficina-root .btn-orange{background:linear-gradient(180deg, var(--hu360-primary), var(--hu360-primary-dark));color:#fff}.oficina-root input,.oficina-root select,.oficina-root textarea{border:1px solid #ccc;border-radius:5px;width:100%;margin-top:5px;padding:10px}.oficina-root .status-badge{border-radius:4px;padding:5px 10px;font-size:.75rem;font-weight:700}.oficina-root .bg-waiting{color:#92400e;background:#fef3c7}.oficina-root .hidden{display:none!important}.oficina-root .auth-screen{background:var(--bg-light);flex:1;align-self:stretch;place-items:center;width:100%;min-height:100vh;padding:24px;display:grid}.oficina-root .auth-card{background:var(--white);border:1px solid #ddd;border-radius:10px;width:100%;max-width:420px;padding:28px;box-shadow:0 12px 30px #0000001f}.oficina-root .auth-card h1{color:var(--hu360-primary-dark);margin:0 0 8px;font-size:1.45rem}.oficina-root .auth-card p.sub{color:#555;margin:0 0 18px;font-size:.95rem}.oficina-root .auth-card label{color:#444;margin-top:12px;font-size:.85rem;display:block}.oficina-root .auth-msg{min-height:20px;margin-top:10px;font-size:.88rem}.oficina-root .btn-ghost{color:#333;background:#eee;border:1px solid #ccc;width:100%;margin-top:10px}.oficina-root .btn-ghost:hover{background:#e5e5e5}.oficina-root .app-topbar{border-bottom:1px solid #ddd;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.oficina-root .app-topbar span{color:#555;font-size:.9rem}.oficina-root .app-topbar a.hub-link{color:var(--main-orange);font-size:.9rem;font-weight:600;text-decoration:none}.oficina-root .app-topbar a.hub-link:hover{text-decoration:underline}.oficina-root .app-topbar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.oficina-root #appShell{flex-direction:row;flex:1;align-self:stretch;width:100%;min-height:100vh}.oficina-root #appShell:not(.hidden){display:flex}@media (width<=900px){.oficina-root #appShell:not(.hidden){flex-direction:column}.oficina-root #sidebar{flex-flow:wrap;width:100%;padding-bottom:8px}.oficina-root .logo-area{flex-basis:100%;width:100%}.oficina-root .nav-item{text-align:center;flex:calc(50% - 8px);margin:4px;padding:12px 10px}.oficina-root #main{min-width:0;padding:18px 16px}.oficina-root table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}@media (width<=520px){.oficina-root #sidebar{flex-direction:column}.oficina-root .nav-item{flex:auto;width:calc(100% - 20px)}.oficina-root #main{padding:14px 12px}.oficina-root .auth-card{padding:20px 16px}.oficina-root th,.oficina-root td{padding:8px 10px;font-size:.82rem}}.hu360-dash-checklists-panel{max-width:52rem;margin-top:8px}.hu360-dash-checklists-panel__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.hu360-dash-checklists-panel__title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.hu360-dash-chk-list{margin:0;padding:0;list-style:none}.hu360-dash-chk-list__item{background:#fafafa;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;padding:12px 14px}.hu360-dash-chk-list__item:last-child{margin-bottom:0}.hu360-dash-chk-list__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.hu360-dash-chk-list__meta{color:#64748b;font-size:.86rem}.hu360-dash-chk-list__ver{flex-shrink:0}.hu360-dash-chk-list .hu360-btn.hu360-btn-ghost{font:inherit;cursor:pointer;color:#64748b;background:0 0;border:1px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;padding:8px 14px;font-size:.86rem;font-weight:600;display:inline-flex}.hu360-dash-chk-list .hu360-btn.hu360-btn-ghost:hover{color:#0f172a;border-color:#94a3b8}.hu360-dash-chk-detail{border-top:1px solid #e2e8f0;margin-top:14px;padding-top:14px}.hu360-dash-chk-detail__hori img{object-fit:contain;border:1px solid #e2e8f0;border-radius:8px;max-width:min(280px,100%);max-height:160px;margin-top:6px;display:block}.hu360-dash-chk-itens{margin:0;padding:0;list-style:none}.hu360-dash-chk-itens__li{border-bottom:1px solid #e2e8f0;padding:10px 0}.hu360-dash-chk-itens__li:last-child{border-bottom:none}.hu360-dash-chk-itens__top{flex-wrap:wrap;align-items:flex-start;gap:8px 12px;display:flex}.hu360-dash-chk-itens__n{color:#ea580c;min-width:2.5rem;font-weight:700}.hu360-dash-chk-itens__lbl{color:#334155;flex:200px;font-size:.88rem}.hu360-dash-chk-itens__tag{border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:700}.hu360-dash-chk-itens__tag.is-sim{color:#166534;background:#dcfce7}.hu360-dash-chk-itens__tag.is-nao{color:#991b1b;background:#fee2e2}.hu360-dash-chk-itens__nao{background:#fff;border:1px solid #fecaca;border-radius:8px;margin-top:8px;padding:10px}.hu360-dash-chk-itens__foto{object-fit:cover;border:1px solid #e2e8f0;border-radius:6px;max-width:min(220px,100%);max-height:140px;display:block}.locacao-root{--main-orange:#f97316;--primary-black:#0b0f1a;--bg-dark:#111827;--card-bg:#1a2233;--text-gray:#94a3b8;font-family:var(--hu360-font-sans);background:var(--bg-dark);color:#fff;height:100vh;margin:0;display:flex;overflow:hidden}.locacao-root *,.locacao-root :before,.locacao-root :after{box-sizing:border-box}.locacao-root #root{flex-direction:row;flex:1;min-height:0;display:flex}.locacao-root #sidebar{background:var(--primary-black);color:#fff;border-right:2px solid var(--main-orange);flex-shrink:0;width:280px;padding:20px}.locacao-root .logo{text-align:center;border-bottom:1px solid #2d3748;margin-bottom:20px;padding-bottom:20px}.locacao-root .nav-item{cursor:pointer;color:var(--text-gray);border-radius:8px;align-items:center;margin-bottom:8px;padding:12px 15px;font-weight:500;transition:all .3s;display:flex}.locacao-root .nav-item:hover{color:var(--main-orange);background:#1a1a1a}.locacao-root .nav-item.active{background:var(--main-orange);color:#fff;font-weight:700}.locacao-root #main{flex:1;padding:40px;overflow-y:auto}.locacao-root .tab-content{display:none}.locacao-root .tab-content.active{display:block}.locacao-root .card-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}@media (width<=900px){.locacao-root .card-grid{grid-template-columns:repeat(2,1fr)}}.locacao-root .card{background:var(--card-bg);border:1px solid #2d3748;border-radius:12px;margin-bottom:25px;padding:20px}.locacao-root .card-clickable{cursor:pointer;transition:transform .2s,border-color .2s}.locacao-root .card-clickable:hover{border-color:var(--main-orange);transform:translateY(-2px)}.locacao-root .card h3{color:#fff;margin:0;font-size:.8rem}.locacao-root .card p{color:var(--main-orange);margin:10px 0 0;font-size:24px;font-weight:700}.locacao-root table{border-collapse:collapse;background:var(--card-bg);border-radius:10px;width:100%;overflow:hidden}.locacao-root th,.locacao-root td{text-align:left;border-bottom:1px solid #2d3748;padding:15px;font-size:.9rem}.locacao-root th{color:var(--main-orange);text-transform:uppercase;background:#111;font-size:.75rem}.locacao-root input,.locacao-root select,.locacao-root textarea{box-sizing:border-box;color:#fff;background:#0b1220;border:1px solid #374151;border-radius:8px;width:100%;margin-top:5px;padding:12px}.locacao-root textarea{resize:vertical;min-height:100px;font-family:inherit}.locacao-root label{color:var(--text-gray);margin-top:10px;font-size:.82rem;display:block}.locacao-root .grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.locacao-root .btn{cursor:pointer;background:var(--main-orange);color:#fff;border:none;border-radius:8px;margin-top:15px;padding:12px 24px;font-weight:700;transition:all .2s}.locacao-root .hidden{display:none!important}.locacao-root .auth-screen{background:var(--bg-dark);flex:1;align-self:stretch;place-items:center;width:100%;min-height:100vh;padding:24px;display:grid}.locacao-root .auth-card{background:var(--card-bg);border:1px solid #2d3748;border-radius:12px;width:100%;max-width:420px;padding:28px;box-shadow:0 20px 45px #00000073}.locacao-root .auth-card h1{color:#fff;margin:0 0 8px;font-size:1.5rem}.locacao-root .auth-card p.sub{color:var(--text-gray);margin:0 0 18px;font-size:.95rem}.locacao-root .auth-card label{color:var(--text-gray);margin-top:12px;font-size:.85rem;display:block}.locacao-root .auth-msg{min-height:20px;margin-top:10px;font-size:.88rem}.locacao-root .btn-outline{color:var(--text-gray);background:0 0;border:1px solid #374151;width:100%;margin-top:10px}.locacao-root .btn-outline:hover{border-color:var(--main-orange);color:var(--main-orange)}.locacao-root .app-topbar{border-bottom:1px solid #2d3748;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:12px 0;display:flex}.locacao-root .app-topbar span{color:var(--text-gray);font-size:.9rem}.locacao-root .app-topbar a.hub-link{color:var(--main-orange);font-size:.9rem;font-weight:600;text-decoration:none}.locacao-root .app-topbar a.hub-link:hover{text-decoration:underline}.locacao-root .app-topbar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.locacao-root .tab-content>h1,.locacao-root #dash>h1{color:#fff;margin:0 0 12px;font-size:1.75rem;font-weight:700}.locacao-root h1,.locacao-root h2,.locacao-root h3,.locacao-root h4{color:#fff}.locacao-root .loc-btn-sair{background:var(--main-orange);color:#fff;border:1px solid var(--main-orange);margin-top:0}.locacao-root .loc-btn-sair:hover{color:#fff;filter:none;background:#ea580c;border-color:#ea580c}.locacao-root #authScreen{flex:1;align-self:stretch;width:100%}.locacao-root #appShell{flex-direction:row;flex:1;align-self:stretch;width:100%;min-height:100vh}.locacao-root #appShell:not(.hidden){display:flex}.locacao-root .loc-modal-overlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.locacao-root .loc-modal-overlay.loc-hidden{display:none!important}.locacao-root .loc-modal-box{background:var(--card-bg);border:1px solid #2d3748;border-radius:12px;width:100%;max-width:920px;max-height:88vh;padding:22px 24px 26px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000080}.locacao-root .loc-modal-fechar{color:var(--text-gray);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.6rem;line-height:1;position:absolute;top:12px;right:14px}.locacao-root .loc-modal-fechar:hover{color:#fff}.locacao-root .loc-modal-titulo{color:#fff;margin:0 36px 8px 0;font-size:1.2rem}.locacao-root .loc-modal-sub{color:var(--text-gray);margin:0 0 14px;font-size:.88rem}.locacao-root .loc-checklist-meta{color:#e2e8f0;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px 16px;margin-bottom:16px;font-size:.86rem;display:grid}.locacao-root .loc-checklist-meta span{color:var(--text-gray);margin-bottom:2px;font-size:.72rem;display:block}.locacao-root .loc-checklist-secao{margin-top:18px}.locacao-root .loc-checklist-secao h4{color:#fff;margin:0 0 8px;font-size:.92rem;font-weight:600}.locacao-root .loc-modal-tabela{border-collapse:collapse;width:100%;margin:14px 0;font-size:.88rem}.locacao-root .loc-modal-tabela th,.locacao-root .loc-modal-tabela td{border-bottom:1px solid #2d3748;padding:8px 10px}.locacao-root .loc-modal-tabela th{color:var(--main-orange);text-transform:uppercase;font-size:.72rem}.locacao-root .loc-modal-obs{color:var(--text-gray);margin:14px 0 0;font-size:.85rem;line-height:1.45}.locacao-root .loc-badge-conf{text-transform:uppercase;font-size:.72rem;font-weight:600}.locacao-root .loc-badge-conf.sim{color:#34d399}.locacao-root .loc-badge-conf.nao{color:#f87171}.locacao-root .btn-ver-checklist{border:1px solid var(--main-orange);color:var(--main-orange);cursor:pointer;background:0 0;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:600}.locacao-root .btn-ver-checklist:hover{background:#f973161f}.locacao-root .loc-hub-ctx-banner{color:#e2e8f0;background:#f973161a;border:1px solid #f9731659;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 14px;padding:10px 14px;font-size:.88rem;line-height:1.45;display:flex}.locacao-root .loc-hub-ctx-banner.hidden{display:none!important}.locacao-root .dash-graficos-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}@media (width<=1100px){.locacao-root .dash-graficos-grid{grid-template-columns:1fr}}.locacao-root .dash-graficos-grid .chart-wrap h3{color:#fff;margin:0 0 4px;font-size:.95rem}.locacao-root .dash-graficos-grid .chart-wrap .chart-sub{color:var(--text-gray);margin:0 0 8px;font-size:.78rem}.locacao-root .dash-graficos-grid .chart-wrap canvas{background:#00000040;border-radius:8px;width:100%;height:200px;margin-top:6px;display:block}.locacao-root .hu360-dash-checklists-panel__title{color:#fff}.locacao-root .hu360-dash-chk-list__item{background:#0f1a2e;border-color:#2d3748}.locacao-root .hu360-dash-chk-list .hu360-btn.hu360-btn-ghost{color:var(--text-gray);border-color:#374151}.locacao-root .hu360-dash-chk-list .hu360-btn.hu360-btn-ghost:hover{color:#fff;border-color:var(--main-orange)}.locacao-root .hu360-dash-chk-detail{border-top-color:#2d3748}.locacao-root .hu360-dash-chk-itens__li{border-bottom-color:#2d3748}.locacao-root .hu360-dash-chk-itens__lbl{color:#cbd5e1}.locacao-root .hu360-dash-chk-itens__nao{background:#1a2233;border-color:#7f1d1d}.locacao-root .hu360-dash-chk-itens__tag.is-sim{color:#86efac;background:#14532d}.locacao-root .hu360-dash-chk-itens__tag.is-nao{color:#fca5a5;background:#7f1d1d}.locacao-root .dash-graficos-grid .chart-wrap.wide{grid-column:1/-1}.locacao-root .dash-graficos-grid .chart-wrap.wide canvas{height:220px}.locacao-root .loc-intro{color:var(--text-gray);max-width:920px;margin-bottom:18px;font-size:.88rem;line-height:1.55}@media (width<=900px){.locacao-root{height:auto;min-height:100svh;overflow:visible}.locacao-root #root{flex-direction:column;min-height:min(100vh,100dvh)}.locacao-root #sidebar{border-right:none;border-bottom:2px solid var(--main-orange);flex-shrink:0;width:100%;max-height:none}.locacao-root #main{min-width:0;padding:20px 16px;overflow-y:visible}.locacao-root .card-grid{grid-template-columns:1fr}.locacao-root th,.locacao-root td{padding:10px 8px;font-size:.82rem}.locacao-root table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}@media (width<=520px){.locacao-root #sidebar,.locacao-root #main{padding:14px 12px}.locacao-root .tab-content>h1,.locacao-root #dash>h1{font-size:1.35rem}.locacao-root .btn{box-sizing:border-box;width:100%}}.posto-root{--ink:#0f172a;--muted:#64748b;--card:#fff;--bg:#f1f5f9;--fuel:var(--hu360-primary,#f97316);--fuel-dark:var(--hu360-primary-dark,#ea580c);font-family:var(--hu360-font-sans);background:var(--bg);min-height:100vh;color:var(--ink);margin:0;display:flex}.posto-root *,.posto-root :before,.posto-root :after{box-sizing:border-box}.posto-root #sidebar{background:var(--ink);color:#fff;flex-direction:column;flex-shrink:0;width:272px;display:flex}.posto-root .logo-area{text-align:center;border-bottom:1px solid #ffffff14;padding:22px 18px}.posto-root .logo-area h2{letter-spacing:.02em;color:var(--fuel);margin:0;font-size:1.15rem}.posto-root .logo-area small{font-size:.72rem}.posto-root #posto-ctx-pref{color:#fdba74;margin:12px 0 0;font-size:.78rem;font-weight:600;line-height:1.35}.posto-root .nav-item{cursor:pointer;padding:14px 20px;font-size:.9rem;font-weight:500;transition:background .2s,color .2s}.posto-root .nav-item:hover{background:#ffffff14}.posto-root .nav-item.active{background:var(--fuel);color:#fff;font-weight:700}.posto-root #main{flex:1;padding:28px 32px;overflow-y:auto}.posto-root .tab-content{display:none}.posto-root .tab-content.active{display:block}.posto-root .app-topbar{border-bottom:1px solid #e7e5e4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:14px;display:flex}.posto-root .hub-link{color:var(--fuel);font-size:.92rem;font-weight:700;text-decoration:none}.posto-root .hub-link:hover{text-decoration:underline}.posto-root .intro{color:var(--muted);max-width:900px;margin:0 0 22px;font-size:.88rem;line-height:1.55}.posto-root .card{background:var(--card);border-left:5px solid var(--fuel);border-radius:12px;margin-bottom:22px;padding:22px;box-shadow:0 4px 18px #0000000f}.posto-root .card h3{color:var(--ink);margin:0 0 12px;font-size:1.05rem}.posto-root .kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:22px;display:grid}.posto-root .kpi{background:var(--card);border:1px solid #e7e5e4;border-left:4px solid var(--fuel);border-radius:10px;padding:18px}.posto-root .kpi p{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px;font-size:.78rem;font-weight:600}.posto-root .kpi h3{color:var(--ink);margin:0;font-size:1.45rem}.posto-root table{border-collapse:collapse;width:100%;margin-top:8px;font-size:.88rem}.posto-root th{text-align:left;color:var(--fuel-dark);text-transform:uppercase;letter-spacing:.04em;background:#fafaf9;border-bottom:2px solid #e7e5e4;padding:12px 10px;font-size:.72rem}.posto-root td{border-bottom:1px solid #f5f5f4;padding:11px 10px}.posto-root select,.posto-root input{border:1px solid #d6d3d1;border-radius:8px;width:100%;max-width:320px;margin-top:6px;padding:10px 12px;font-size:.9rem}.posto-root .btn{cursor:pointer;background:var(--fuel);color:#fff;border:none;border-radius:8px;padding:11px 20px;font-size:.88rem;font-weight:700}.posto-root .btn-ghost{color:#44403c;background:#e7e5e4;width:100%;margin-top:10px}.posto-root .btn-ghost:hover{background:#d6d3d1}.posto-root .hidden{display:none!important}.posto-root .auth-screen{background:var(--bg);place-items:center;width:100%;min-height:100vh;padding:24px;display:grid}.posto-root .auth-card{background:#fff;border:1px solid #e7e5e4;border-radius:14px;width:100%;max-width:440px;padding:30px;box-shadow:0 16px 40px #0000001a}.posto-root .auth-card h1{color:var(--fuel);margin:0 0 8px;font-size:1.5rem}.posto-root .auth-card .sub{color:var(--muted);margin:0 0 18px;font-size:.95rem}.posto-root .auth-card label{color:#44403c;margin-top:14px;font-size:.85rem;font-weight:600;display:block}.posto-root .auth-msg{min-height:22px;margin-top:12px;font-size:.88rem}.posto-root #appShell:not(.hidden){flex-direction:row;flex:1;align-self:stretch;width:100%;min-height:100vh;display:flex}.posto-root #posto-sem-abs{color:var(--muted);padding:14px;font-size:.88rem;display:none}.posto-root .posto-fat-zone{border:1px solid #e7e5e4;border-left:4px solid var(--fuel);background:#fafaf9;border-radius:12px;margin-bottom:22px;padding:22px}.posto-root .posto-fat-filters{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.posto-root .posto-fat-filters>div{flex:1;min-width:200px}.posto-root .posto-fat-filters label{color:var(--muted);margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.posto-root .posto-fat-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:22px;display:grid}.posto-root .posto-fat-kpi{background:var(--card);border:1px solid #e7e5e4;border-left:4px solid var(--fuel);border-radius:10px;padding:18px}.posto-root .posto-fat-kpi.kpi-blue{border-left-color:#0284c7}.posto-root .posto-fat-kpi.kpi-green{border-left-color:#16a34a}.posto-root .posto-fat-kpi.kpi-orange{border-left-color:#ea580c}.posto-root .posto-fat-kpi p{color:var(--muted);margin:0 0 8px;font-size:.75rem;font-weight:600}.posto-root .posto-fat-kpi h3{color:var(--ink);margin:0;font-size:1.35rem}.posto-root .posto-fat-table-head{background:#fafaf9;border-bottom:2px solid #e7e5e4;border-radius:10px 10px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.posto-root .posto-fat-table-head h4{color:var(--ink);margin:0;font-size:1rem}.posto-root .posto-fat-table-tools button{margin-top:0;margin-left:8px}.posto-root .btn-outline-posto{color:#44403c!important;background:0 0!important;border:1px solid #d6d3d1!important}.posto-root .btn-outline-posto:hover{background:#f5f5f4!important}.posto-root .posto-form-grid{grid-template-columns:repeat(2,minmax(200px,1fr));gap:14px;display:grid}.posto-root .posto-form-grid label{color:#44403c;margin-bottom:5px;font-size:.82rem;font-weight:600;display:block}.posto-root .posto-form-grid input,.posto-root .posto-form-grid select{border:1px solid #d6d3d1;border-radius:8px;width:100%;max-width:100%;margin-top:0;padding:9px 11px;font-size:.9rem}.posto-root .btn-success{color:#fff;background:linear-gradient(120deg,#16a34a,#22c55e);margin-top:0}.posto-root .btn-success:hover{filter:brightness(1.08)}@media (width<=900px){.posto-root{flex-direction:column;min-height:100svh}.posto-root #sidebar{flex-flow:wrap;align-items:center;width:100%;padding-bottom:8px}.posto-root .logo-area{flex:100%}.posto-root .nav-item{text-align:center;flex:calc(50% - 4px);padding:12px 10px;font-size:.85rem}.posto-root #main{min-width:0;padding:18px 16px}.posto-root .kpi-grid,.posto-root .posto-fat-kpi-grid{grid-template-columns:1fr}.posto-root .posto-fat-filters{flex-direction:column;align-items:stretch}.posto-root .posto-fat-filters>div{min-width:0}.posto-root select,.posto-root input{max-width:none}.posto-root table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}@media (width<=520px){.posto-root #sidebar{flex-direction:column}.posto-root .nav-item{flex:auto;width:100%}.posto-root #main{padding:14px 12px}.posto-root th,.posto-root td{padding:8px;font-size:.8rem}.posto-root .posto-fat-table-tools button{width:100%;margin-top:8px;margin-left:0}}.prefeitura-root{--bg-light:#f1f5f9;--white:#fff;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--primary-black:#020617;--main-orange:#f97316;--text-gray:#94a3b8;--hu360-font-sans:"DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;font-family:var(--hu360-font-sans);color:#e2e8f0;background:#0b1322;flex-direction:column;min-height:100vh;display:flex}.prefeitura-root *,.prefeitura-root :before,.prefeitura-root :after{box-sizing:border-box}.prefeitura-root .hidden,.prefeitura-root .pf-hidden{display:none!important}.prefeitura-root .auth-screen{background:radial-gradient(circle at 0 0,#162341 0%,#090f1f 55%);place-items:center;min-height:100vh;padding:24px;display:grid}.prefeitura-root .auth-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e8ecf6;background:#ffffff0f;border:1px solid #ffffff24;border-radius:16px;width:100%;max-width:460px;padding:28px;box-shadow:0 20px 45px #00000059}.prefeitura-root .auth-card h1{color:var(--main-orange);margin:0 0 8px;font-size:1.6rem}.prefeitura-root .auth-card .sub{color:var(--text-gray);margin:0 0 18px;font-size:.9rem}.prefeitura-root .auth-card label{color:#cbd5e1;margin-top:12px;font-size:.86rem;display:block}.prefeitura-root .auth-card input{color:#e8ecf6;background:#ffffff0a;border:1px solid #ffffff24;border-radius:10px;width:100%;margin-top:6px;padding:10px 12px}.prefeitura-root .auth-card .btn{cursor:pointer;color:#fff;background:linear-gradient(120deg,#ff7a18,#ff9f43);border:none;border-radius:10px;width:100%;margin-top:16px;padding:11px 14px;font-size:.95rem;font-weight:700;display:block}.prefeitura-root .auth-msg{min-height:18px;margin-top:10px;font-size:.85rem}.prefeitura-root .auth-msg.err{color:#fca5a5}.prefeitura-root .auth-msg.ok{color:#86efac}.prefeitura-root .pf-app-shell{min-height:100vh;display:flex}.prefeitura-root #sidebar{background:linear-gradient(#0f172a 0%,#1e293b 100%);border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:280px;padding-bottom:16px;display:flex}.prefeitura-root #sidebar .logo{text-align:left;border-bottom:1px solid #ffffff14;padding:20px}.prefeitura-root #sidebar .logo h2{color:var(--main-orange);margin:0;font-size:1.25rem}.prefeitura-root .nav-item{cursor:pointer;color:#cbd5e1;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;margin:4px 10px;padding:12px 18px;font-size:.92rem;font-weight:500;transition:all .2s}.prefeitura-root .nav-item:hover{background:#ffffff0f}.prefeitura-root .nav-item.active{color:#fff;background:#f973162e;border-color:#f9731659}.prefeitura-root #main{color:#e2e8f0;flex:1;padding:24px 30px 40px;overflow-y:auto}.prefeitura-root #main h1{margin:0 0 16px;font-size:1.45rem}.prefeitura-root #main h3{color:#cbd5e1;margin:0 0 8px;font-size:.95rem}.prefeitura-root .app-topbar{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:10px 14px;display:flex}.prefeitura-root .app-topbar-actions{align-items:center;gap:12px;display:flex}.prefeitura-root .hub-link{color:#cbd5e1;font-size:.88rem;text-decoration:none}.prefeitura-root .hub-link:hover{color:var(--main-orange)}.prefeitura-root .topbar-user{color:var(--text-gray);font-size:.86rem}.prefeitura-root .pf-hub-ctx-banner{color:#cfe2ff;background:#3b82f61f;border:1px solid #3b82f659;border-radius:12px;margin-bottom:14px;padding:10px 14px;font-size:.86rem}.prefeitura-root .tab-content{display:none}.prefeitura-root .tab-content.active{display:block}.prefeitura-root .card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;margin-bottom:16px;padding:16px}.prefeitura-root .card.card-clickable{cursor:pointer;transition:all .2s}.prefeitura-root .card.card-clickable:hover{background:#f973160f;border-color:#f9731666}.prefeitura-root .card h3{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.78rem}.prefeitura-root .card p{color:#f1f5f9;margin:8px 0 0;font-size:1.4rem;font-weight:800}.prefeitura-root .card-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-bottom:16px;display:grid}.prefeitura-root .grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;display:grid}.prefeitura-root .grid label,.prefeitura-root .card label{color:#cbd5e1;margin:8px 0 4px;font-size:.84rem;display:block}.prefeitura-root .grid input,.prefeitura-root .grid select,.prefeitura-root .grid textarea,.prefeitura-root .card input,.prefeitura-root .card select,.prefeitura-root .card textarea{color:#e2e8f0;background:#00000040;border:1px solid #ffffff24;border-radius:8px;width:100%;padding:9px 11px;font-size:.9rem}.prefeitura-root .card textarea{resize:vertical;min-height:90px}.prefeitura-root .btn{cursor:pointer;color:#fff;background:linear-gradient(120deg,#ff7a18,#ff9f43);border:none;border-radius:10px;margin-top:12px;padding:10px 14px;font-size:.88rem;font-weight:700;transition:all .2s}.prefeitura-root .btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.prefeitura-root .btn-primary{background:linear-gradient(120deg,#3b82f6,#60a5fa)}.prefeitura-root .btn-success{background:linear-gradient(120deg,#16a34a,#22c55e)}.prefeitura-root .btn-danger{background:linear-gradient(120deg,#dc2626,#ef4444)}.prefeitura-root .btn-outline{color:#e2e8f0;background:0 0;border:1px solid #fff3}.prefeitura-root .btn-outline:hover{background:#ffffff0f}.prefeitura-root table{border-collapse:collapse;background:#0a1223a6;border:1px solid #ffffff14;border-radius:10px;width:100%;overflow:hidden}.prefeitura-root th,.prefeitura-root td{text-align:left;vertical-align:top;border-bottom:1px solid #ffffff12;padding:10px 11px;font-size:.86rem}.prefeitura-root th{color:var(--main-orange);text-transform:uppercase;letter-spacing:.04em;background:#ffffff0a;font-size:.74rem}.prefeitura-root tbody tr:last-child td{border-bottom:none}.prefeitura-root .dash-graficos-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;margin-top:4px;display:grid}.prefeitura-root .dash-graficos-grid .wide{grid-column:1/-1}.prefeitura-root .chart-wrap{min-height:220px}.prefeitura-root .chart-sub{color:var(--text-gray);margin:2px 0 10px;font-size:.78rem}.prefeitura-root .pf-bars{align-items:flex-end;gap:10px;min-height:160px;padding-top:8px;display:flex}.prefeitura-root .pf-bars .bar{background:linear-gradient(#fb923c,#f97316);border-radius:6px 6px 0 0;flex:1;min-height:10px;position:relative}.prefeitura-root .pf-bars .bar.alt{background:linear-gradient(#60a5fa,#3b82f6)}.prefeitura-root .pf-bars .bar-label{text-align:center;color:#cbd5e1;font-variant-numeric:tabular-nums;font-size:.72rem;position:absolute;top:-22px;left:0;right:0}.prefeitura-root .pf-bars .bar-foot{text-align:center;color:var(--text-gray);font-size:.72rem;position:absolute;bottom:-22px;left:0;right:0}.prefeitura-root .pf-bars-wrap{padding:26px 4px}.prefeitura-root .pf-rank-list{margin:4px 0 0;padding:0;list-style:none}.prefeitura-root .pf-rank-list li{background:#ffffff08;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;padding:8px 10px;font-size:.88rem;display:flex}.prefeitura-root .pf-rank-list li .rank-pos{color:var(--main-orange);font-variant-numeric:tabular-nums;min-width:26px;font-weight:800}.prefeitura-root .pf-rank-list li .rank-vals{color:var(--text-gray);font-variant-numeric:tabular-nums;font-size:.82rem}.prefeitura-root .pf-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#020617b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.prefeitura-root .pf-modal-box{background:#0f172a;border:1px solid #ffffff1f;border-radius:14px;width:100%;max-width:640px;max-height:85vh;padding:24px;position:relative;overflow-y:auto;box-shadow:0 30px 70px #0009}.prefeitura-root .pf-modal-checklist-wide{max-width:880px}.prefeitura-root .pf-modal-fechar{color:#cbd5e1;cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1;position:absolute;top:12px;right:14px}.prefeitura-root .pf-modal-titulo{color:var(--main-orange);margin:0 0 6px;font-size:1.15rem}.prefeitura-root .pf-modal-sub{color:var(--text-gray);margin:0 0 12px;font-size:.86rem}.prefeitura-root .pf-modal-meta{color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:.82rem}.prefeitura-root .pf-modal-tabela th{font-size:.74rem}.prefeitura-root .pf-modal-total{color:#f1f5f9;margin:12px 0 4px;font-weight:800}.prefeitura-root .pf-modal-obs{color:var(--text-gray);margin:4px 0 0;font-size:.84rem;line-height:1.5}.prefeitura-root .pf-checklist-meta{color:#cbd5e1;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;grid-template-columns:repeat(2,minmax(180px,1fr));gap:8px;margin-bottom:12px;padding:10px 12px;font-size:.82rem;display:grid}.prefeitura-root .pf-checklist-secao{background:#ffffff06;border:1px solid #ffffff0f;border-radius:8px;margin-bottom:14px;padding:10px 12px}.prefeitura-root .pf-checklist-secao h4{color:var(--main-orange);margin:0 0 6px;font-size:.9rem}.prefeitura-root .pf-checklist-secao ul{color:#e2e8f0;margin:0;padding-left:18px;font-size:.82rem}.prefeitura-root .pf-checklist-secao ul li.nao-conforme{color:#fca5a5}.prefeitura-root .pf-abs-intro{color:var(--text-gray);max-width:880px;margin:0 0 14px;font-size:.86rem;line-height:1.55}.prefeitura-root .pf-abs-cred-strip{color:var(--text-gray);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;margin:14px 0 12px;padding:12px 14px;font-size:.84rem;line-height:1.55}.prefeitura-root .pf-abs-cred-strip strong{color:#e2e8f0}.prefeitura-root .pf-abs-cred-lib{background:#3b82f60f;border:1px solid #3b82f640;border-radius:10px;margin-bottom:14px;padding:14px 16px}.prefeitura-root .pf-abs-cred-lib h4{color:#93c5fd;margin:0 0 8px;font-size:.95rem}.prefeitura-root .pf-abs-cred-lib h5{margin:14px 0 8px;font-size:.86rem}.prefeitura-root .oficinas-tres{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;margin-top:14px;padding:12px 14px}.prefeitura-root .oficinas-tres h4{color:var(--main-orange);margin:0 0 8px;font-size:.85rem}.prefeitura-root .oficinas-tres ul{color:#cbd5e1;margin:0;padding-left:18px;font-size:.84rem}.prefeitura-root .tag-etapa{color:#bfdbfe;background:#3b82f62e;border:1px solid #3b82f659;border-radius:999px;margin-bottom:4px;padding:3px 9px;font-size:.72rem;font-weight:700;display:inline-block}.prefeitura-root .badge-risco{text-transform:uppercase;border-radius:999px;padding:2px 9px;font-size:.72rem;font-weight:700;display:inline-block}.prefeitura-root .badge-risco.alto{color:#fca5a5;background:#ef444429;border:1px solid #ef444466}.prefeitura-root .badge-risco.medio{color:#fcd34d;background:#f59e0b29;border:1px solid #f59e0b66}.prefeitura-root .badge-risco.baixo{color:#86efac;background:#22c55e29;border:1px solid #22c55e66}.prefeitura-root #main h1,.prefeitura-root #main h2,.prefeitura-root #main h3,.prefeitura-root #main h4,.prefeitura-root #main h5,.prefeitura-root .card h3,.prefeitura-root .card h4,.prefeitura-root .pf-modal-titulo,.prefeitura-root .pf-checklist-secao h4,.prefeitura-root .pf-abs-cred-lib h4,.prefeitura-root .pf-abs-cred-lib h5,.prefeitura-root .oficinas-tres h4{color:#fff}.prefeitura-root .table-scroll{margin-bottom:12px;overflow-x:auto}.prefeitura-root code{color:#fbbf24;font-family:ui-monospace,Consolas,monospace;font-size:.78rem}@media (width<=1100px){.prefeitura-root .card-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.prefeitura-root .dash-graficos-grid,.prefeitura-root .grid{grid-template-columns:1fr}}@media (width<=820px){.prefeitura-root .pf-app-shell{flex-direction:column}.prefeitura-root #sidebar{flex-flow:wrap;width:100%;padding:12px}.prefeitura-root #sidebar .logo{width:100%;padding:12px}.prefeitura-root .nav-item{flex:calc(50% - 8px);margin:4px;padding:10px 12px;font-size:.84rem}.prefeitura-root #main{padding:16px}.prefeitura-root #main h1{font-size:1.2rem}.prefeitura-root .card-grid{grid-template-columns:1fr}.prefeitura-root table{min-width:640px}.prefeitura-root .table-scroll table{min-width:720px}}@media (width<=520px){.prefeitura-root #main{padding:14px 10px 30px}.prefeitura-root .nav-item{flex:100%}.prefeitura-root .app-topbar{flex-wrap:wrap}}.prefeitura-root .hu360-dash-checklists-panel__title{color:#fff}.prefeitura-root .hu360-dash-chk-list__item{background:#0f1a2e;border-color:#2d3748}.prefeitura-root .hu360-dash-chk-list .hu360-btn.hu360-btn-ghost{color:var(--text-gray);border-color:#374151}.prefeitura-root .hu360-dash-chk-list .hu360-btn.hu360-btn-ghost:hover{color:#fff;border-color:var(--main-orange)}.prefeitura-root .hu360-dash-chk-detail{border-top-color:#2d3748}.prefeitura-root .hu360-dash-chk-itens__li{border-bottom-color:#2d3748}.prefeitura-root .hu360-dash-chk-itens__lbl{color:#cbd5e1}.prefeitura-root .hu360-dash-chk-itens__nao{background:#1a2233;border-color:#7f1d1d}.prefeitura-root .hu360-dash-chk-itens__tag.is-sim{color:#86efac;background:#14532d}.prefeitura-root .hu360-dash-chk-itens__tag.is-nao{color:#fca5a5;background:#7f1d1d}.hu360-root{--hu-bg:#090f1f;--hu-bg2:#121b30;--hu-border:#ffffff1f;--hu-text:#e8ecf6;--hu-muted:#93a4c6;--hu-accent:#f97316;--hu-danger:#dc2626;--hu-ok:#22c55e;--hu-radius:14px;background:radial-gradient(ellipse 120% 80% at 50% 0%, var(--hu-bg2), var(--hu-bg));min-height:100dvh;color:var(--hu-text)}.hu360-shell{min-height:100dvh;display:flex}.hu360-sidebar{border-right:1px solid var(--hu-border);box-sizing:border-box;background:#00000059;flex-shrink:0;width:260px;padding:20px 0}.hu360-logo{border-bottom:1px solid var(--hu-border);margin-bottom:12px;padding:0 18px 16px}.hu360-logo h2{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:700}.hu360-logo small{color:var(--hu-muted);margin-top:6px;font-size:.78rem;display:block}.hu360-nav-item{cursor:pointer;color:var(--hu-muted);border-left:3px solid #0000;padding:12px 18px;font-size:.92rem;transition:background .15s,color .15s}.hu360-nav-item:hover{color:var(--hu-text);background:#ffffff0a}.hu360-nav-item.active{color:var(--hu-text);border-left-color:var(--hu-accent);background:#f973161f;font-weight:600}.hu360-main{box-sizing:border-box;flex:1;padding:20px 24px 40px;overflow-x:auto}.hu360-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.hu360-topbar a{color:var(--hu-accent);font-size:.9rem;font-weight:600;text-decoration:none}.hu360-card{border:1px solid var(--hu-border);border-radius:var(--hu-radius);background:#ffffff0d;margin-bottom:16px;padding:18px 20px}.hu360-card h3{margin:0 0 12px;font-size:1.05rem}.hu360-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-bottom:20px;display:grid}.hu360-kpi{border:1px solid var(--hu-border);border-radius:var(--hu-radius);border-left:4px solid var(--hu-accent);background:#ffffff0f;padding:14px 16px}.hu360-kpi p{color:var(--hu-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.78rem}.hu360-kpi h3{margin:8px 0 0;font-size:1.35rem}.hu360-table-wrap{overflow-x:auto}.hu360-table-wrap table{border-collapse:collapse;width:100%;font-size:.88rem}.hu360-table-wrap th,.hu360-table-wrap td{text-align:left;border-bottom:1px solid var(--hu-border);padding:10px 12px}.hu360-table-wrap th{color:var(--hu-muted);font-weight:600}.hu360-form label{color:var(--hu-muted);margin-top:12px;font-size:.85rem;display:block}.hu360-form input,.hu360-form select,.hu360-form textarea{box-sizing:border-box;border:1px solid var(--hu-border);background:var(--hu-bg2);width:100%;max-width:520px;color:var(--hu-text);font:inherit;border-radius:10px;margin-top:6px;padding:10px 12px}.hu360-form textarea{resize:vertical;min-height:88px}.hu360-btn{font:inherit;cursor:pointer;background:var(--hu-accent);color:#0f172a;border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 18px;font-weight:600;display:inline-flex}.hu360-btn:disabled{opacity:.5;cursor:not-allowed}.hu360-btn-ghost{color:var(--hu-muted);border:1px dashed var(--hu-border);background:0 0}.hu360-btn-danger{background:var(--hu-danger);color:#fff;width:100%;max-width:520px;margin-top:16px;padding:14px 20px;font-size:1rem}.hu360-check-row{border-bottom:none;flex-wrap:wrap;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.hu360-check-block{border-bottom:1px solid var(--hu-border);margin-bottom:4px;padding-bottom:8px}.hu360-check-block:last-child{border-bottom:none}.hu360-check-block:last-child .hu360-check-row{padding-bottom:0}.hu360-nao-problema{background:#dc26260f;border:1px solid #dc262633;border-radius:10px;margin-top:4px;padding:14px}.hu360-nao-problema__lead{color:#991b1b;margin:0 0 12px;font-size:.86rem}.hu360-nao-problema__lbl{color:#475569;margin-top:12px;font-size:.88rem;font-weight:600;display:block}.hu360-nao-problema__hint{color:#64748b;margin:4px 0 8px;font-size:.8rem}.hu360-nao-problema__textarea{box-sizing:border-box;width:100%;max-width:100%;font:inherit;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;min-height:4.5rem;margin-top:6px;padding:10px 12px;font-size:.9rem}.hu360-check-num{color:var(--hu-accent);min-width:3rem;font-weight:700}.hu360-toggle-group{gap:8px;margin-left:auto;display:flex}.hu360-toggle-group button{border:1px solid var(--hu-border);color:var(--hu-muted);cursor:pointer;font:inherit;background:0 0;border-radius:8px;padding:8px 14px;font-size:.85rem}.hu360-toggle-group button.active-sim{border-color:var(--hu-ok);color:#bbf7d0;background:#22c55e40}.hu360-toggle-group button.active-nao{border-color:var(--hu-danger);color:#fecaca;background:#dc262640}.hu360-toggle-group button:disabled{opacity:.45;cursor:not-allowed}.hu360-checklist-itens--bloqueado{opacity:.72}.hu360-file-input{font:inherit;max-width:100%;font-size:.88rem}.hu360-foto-preview{margin-top:10px}.hu360-inline-label{color:#475569;margin-top:14px;font-size:.92rem;font-weight:600;display:block}.hu360-horimetro-camera-wrap{margin-top:8px}.hu360-horimetro-camera{object-fit:cover;background:#0f172a;border:1px solid #cbd5e1;border-radius:10px;width:100%;max-width:min(420px,100%);max-height:280px;display:block}.hu360-horimetro-camera-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.hu360-emerg-fotos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:4px;display:grid}@media (width<=640px){.hu360-emerg-fotos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hu360-emerg-foto-slot{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:8px;min-height:0;padding:10px;display:flex}.hu360-emerg-foto-slot__n{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.hu360-emerg-foto-slot__thumb{aspect-ratio:4/3;object-fit:cover;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%}.hu360-emerg-foto-slot__ph{aspect-ratio:4/3;color:#94a3b8;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.hu360-emerg-foto-slot__acts{flex-direction:column;gap:6px;display:flex}.hu360-emerg-camera-panel{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:4px}.hu360-foto-preview img{object-fit:contain;border:1px solid var(--hu-border);border-radius:10px;max-width:min(360px,100%);max-height:220px;display:block}.hu360-train-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.hu360-train-card{border:1px solid var(--hu-border);border-radius:var(--hu-radius);background:#ffffff0d;padding:16px}.hu360-train-card a{color:#7dd3fc;word-break:break-all;font-size:.85rem}.hu360-msg{margin-top:12px;font-size:.88rem}.hu360-msg.ok{color:var(--hu-ok)}.hu360-msg.err{color:#f87171}.hu360-auth-screen{box-sizing:border-box;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.hu360-auth-card{width:100%;max-width:460px}.hu360-shell--split{background:#0b1222;min-height:100dvh}.hu360-sidebar--brand{background:linear-gradient(#0f1a32 0%,#0a1224 100%);border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:8px;width:240px;padding:24px 0 32px;display:flex}.hu360-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;margin:0 12px 16px;padding:0 16px 20px;display:flex}.hu360-brand__gear{color:#f97316;filter:drop-shadow(0 0 8px #f9731659);font-size:1.75rem;line-height:1}.hu360-brand__text{flex-direction:column;line-height:1.05;display:flex}.hu360-brand__line1{letter-spacing:.28em;color:#e2e8f0;font-size:.72rem;font-weight:700}.hu360-brand__line2{color:#f8fafc;letter-spacing:.02em;font-size:1.05rem;font-weight:700}.hu360-brand__line2 em{color:#f97316;font-style:normal}.hu360-nav{flex-direction:column;gap:4px;padding:0 10px;display:flex}.hu360-nav-btn{color:#94a3b8;width:calc(100% - 8px);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;margin:0 auto;padding:12px 14px;font-size:.95rem;font-weight:500;transition:background .15s,color .15s;display:flex}.hu360-nav-btn:hover{color:#e2e8f0;background:#ffffff0f}.hu360-nav-btn--active{color:#fff;background:#f97316;font-weight:600;box-shadow:0 4px 14px #f9731659}.hu360-nav-btn__ico{color:#94a3b8;flex-shrink:0;display:flex}.hu360-nav-btn--active .hu360-nav-btn__ico{color:#fff}.hu360-main--light{color:#0f172a;box-sizing:border-box;background:#eef1f6;flex:1;min-height:100dvh;padding:0 28px 40px}.hu360-app-head{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding:24px 0 20px;display:flex}.hu360-app-head__date{color:#64748b;margin:0 0 6px;font-size:.82rem;font-weight:500}.hu360-app-head__title{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:1.65rem;font-weight:700}.hu360-app-head__actions{flex-wrap:wrap;align-items:center;gap:12px 16px;display:flex}.hu360-app-head__link{color:#ea580c;font-size:.88rem;font-weight:600;text-decoration:none}.hu360-app-head__link:hover{text-decoration:underline}.hu360-app-head__user{color:#64748b;max-width:280px;font-size:.82rem}.hu360-app-head__sair{color:#475569;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-size:.85rem;font-weight:600}.hu360-app-head__sair:hover{color:#0f172a;border-color:#94a3b8}.hu360-dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:720px;margin-bottom:28px;display:grid}.hu360-dash-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:16px;padding:20px 22px;display:flex;box-shadow:0 1px 3px #0f172a0f}.hu360-dash-card__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hu360-dash-card__icon--orange{color:#ea580c;background:#fff7ed}.hu360-dash-card__icon--green{color:#16a34a;background:#ecfdf5}.hu360-dash-card__icon--red{color:#dc2626;background:#fef2f2}.hu360-dash-card__val{letter-spacing:-.03em;color:#0f172a;font-size:1.85rem;font-weight:800;line-height:1.1}.hu360-dash-card__lbl{color:#64748b;margin:4px 0 0;font-size:.8rem;font-weight:500}.hu360-dash-card--clickable{cursor:pointer;text-align:left;width:100%;max-width:100%;font:inherit;border:1px solid #e2e8f0;margin:0;transition:border-color .15s,box-shadow .15s}.hu360-dash-card--clickable:hover{border-color:#fdba74;box-shadow:0 2px 8px #ea580c1f}.hu360-dash-card--clickable:focus-visible{outline-offset:2px;outline:2px solid #ea580c}.hu360-dash-secondary{flex-direction:column;gap:16px;display:flex}.hu360-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;box-shadow:0 1px 3px #0f172a0d}.hu360-panel__title{color:#1e293b;margin:0 0 14px;font-size:1rem;font-weight:700}.hu360-panel__empty{color:#64748b;margin:0;font-size:.88rem}.hu360-panel__hint{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.hu360-panel--inline{padding:14px 18px}.hu360-table-wrap--light th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.hu360-table-wrap--light td{color:#334155}.hu360-table-wrap--light th,.hu360-table-wrap--light td{border-bottom-color:#e2e8f0}.hu360-page__lead{color:#64748b;max-width:52rem;margin:0 0 18px;font-size:.92rem}.hu360-main--light .hu360-card{color:#1e293b;background:#fff;border-color:#e2e8f0}.hu360-main--light .hu360-form label{color:#475569}.hu360-main--light .hu360-form input,.hu360-main--light .hu360-form select,.hu360-main--light .hu360-form textarea{color:#0f172a;background:#fff;border-color:#cbd5e1}.hu360-main--light .hu360-check-block{border-bottom-color:#e2e8f0}.hu360-main--light .hu360-nao-problema{background:#fff1f2;border-color:#fecdd3}.hu360-main--light .hu360-nao-problema__lead{color:#9f1239}.hu360-main--light .hu360-nao-problema__textarea{color:#0f172a;background:#fff;border-color:#cbd5e1}.hu360-main--light .hu360-toggle-group button{color:#64748b;border-color:#cbd5e1}.hu360-main--light .hu360-toggle-group button:disabled{opacity:.5}.hu360-main--light .hu360-foto-preview img{border-color:#e2e8f0}.hu360-main--light .hu360-horimetro-camera{border-color:#cbd5e1}.hu360-main--light .hu360-train-card{background:#fff;border-color:#e2e8f0}.hu360-main--light .hu360-train-card a{color:#2563eb}@media (width<=820px){.hu360-shell,.hu360-shell--split{flex-direction:column}.hu360-sidebar{border-right:none;border-bottom:1px solid var(--hu-border);flex-wrap:wrap;gap:0;width:100%;padding:12px 0;display:flex}.hu360-sidebar.hu360-sidebar--brand{flex-flow:column;align-items:stretch;width:100%;padding:16px 12px 20px;display:flex}.hu360-brand{border-bottom:1px solid #ffffff14;width:100%;margin:0 0 12px;padding-bottom:12px}.hu360-nav{flex-flow:wrap;gap:8px;width:100%;padding:0 6px}.hu360-nav-btn{flex:42%;width:auto;min-width:118px}.hu360-dash-kpis{grid-template-columns:1fr;max-width:none}.hu360-main--light{padding:0 16px 28px}.hu360-logo{border-bottom:none;width:100%;margin-bottom:0}.hu360-nav-item{flex:45%;min-width:140px}}
