:root{--hf-teal: #1f4e5f;--hf-teal-light: #5fa8b8;--hf-gray: #5a6672;--hf-ink: #1a1a1a;--hf-bg: #1c4a8c;--hf-bg-light: #2f6bb8;--hf-card-bg: rgba(255, 255, 255, .96)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--hf-ink)}.auth-screen{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 15%,var(--hf-bg-light) 0%,var(--hf-bg) 55%,#143a70 100%);overflow:hidden;padding:24px}.particles-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.auth-card{position:relative;z-index:1;width:100%;max-width:380px;background:var(--hf-card-bg);border-radius:16px;padding:32px 28px;box-shadow:0 20px 60px #00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:24px}.auth-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--hf-teal);color:#fff;font-weight:700;font-size:14px;letter-spacing:.03em}.auth-brand-name{font-size:18px;font-weight:700;color:var(--hf-teal)}.auth-tabs{display:flex;border-radius:10px;background:#eef1f2;padding:4px;margin-bottom:24px}.auth-tab{flex:1;border:none;background:transparent;padding:10px 0;border-radius:8px;font-size:14px;font-weight:600;color:var(--hf-gray);cursor:pointer;transition:background .15s ease,color .15s ease}.auth-tab--ativa{background:#fff;color:var(--hf-teal);box-shadow:0 1px 4px #0000001f}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-campo{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--hf-gray)}.auth-campo input{font:inherit;font-weight:400;padding:10px 12px;border-radius:8px;border:1px solid #d5dbde;color:var(--hf-ink)}.auth-campo input:focus{outline:none;border-color:var(--hf-teal-light);box-shadow:0 0 0 3px #5fa8b840}.auth-submit{margin-top:8px;padding:12px;border:none;border-radius:8px;background:var(--hf-teal);color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:filter .15s ease}.auth-submit:hover:not(:disabled){filter:brightness(1.1)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-erro{margin:0;font-size:13px;color:#b3261e}.auth-sucesso{font-size:14px;color:var(--hf-teal);text-align:center;padding:16px 0}.auth-titulo{margin:0 0 20px;font-size:18px;font-weight:700;color:var(--hf-teal)}.auth-link{align-self:flex-start;border:none;background:transparent;padding:0;font-size:13px;font-weight:600;color:var(--hf-teal-light);cursor:pointer;text-decoration:underline}.auth-submit--link{display:block;text-align:center;text-decoration:none;margin-top:12px}.shell{display:flex;min-height:100vh;background:#f4f6f7}.shell-sidebar{width:220px;flex-shrink:0;background:var(--hf-teal);color:#fff;display:flex;flex-direction:column;padding:20px 16px}.shell-brand{margin-bottom:28px}.shell-brand .auth-brand-name{color:#fff}.shell-brand .auth-brand-mark{background:#ffffff26}.shell-nav{display:flex;flex-direction:column;gap:4px;flex:1}.shell-nav-item{border:none;background:transparent;font-family:inherit;text-align:left;cursor:pointer;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:600;color:#ffffffbf}.shell-nav-item:hover{color:#fff}.shell-nav-item--ativo{background:#ffffff24;color:#fff}.shell-sair{border:none;background:transparent;color:#ffffffbf;font-size:13px;font-weight:600;text-align:left;padding:10px 12px;cursor:pointer}.shell-sair:hover{color:#fff}.shell-main{flex:1;padding:32px 40px;overflow:auto}.painel{max-width:900px}.painel h2{margin:0 0 8px;color:var(--hf-teal)}.painel-hint{color:var(--hf-gray);font-size:14px;margin:0 0 20px}.painel-cabecalho{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.painel-cabecalho select{padding:8px 10px;border-radius:8px;border:1px solid #d5dbde}.painel-form{display:flex;flex-direction:column;gap:16px;max-width:360px;margin-bottom:24px}.painel-form--linha{flex-direction:row;flex-wrap:wrap;max-width:none;align-items:center}.painel-form--linha input{flex:1;min-width:160px}.painel-form input,.painel-form select{font:inherit;padding:10px 12px;border-radius:8px;border:1px solid #d5dbde}.auth-submit--compacto{margin-top:0;white-space:nowrap}.tabela{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000014}.tabela th,.tabela td{text-align:left;padding:12px 16px;font-size:14px;border-bottom:1px solid #eef1f2}.tabela th{background:#f4f6f7;color:var(--hf-gray);font-weight:600}.tabela--clicavel tbody tr{cursor:pointer}.tabela--clicavel tbody tr:hover{background:#f4f6f7}.tabela-scroll{overflow-x:auto}.painel--largo{max-width:1080px}.painel--largo .painel-cabecalho{align-items:flex-start}.painel--largo h2{margin:4px 0 0}.analise-form details{background:#fff;border:1px solid #eef1f2;border-radius:10px;margin-bottom:12px;padding:4px 20px}.analise-form summary{cursor:pointer;font-weight:700;color:var(--hf-teal);padding:14px 0}.analise-grade{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding-bottom:20px}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--hf-gray);align-self:end;padding-bottom:10px}.auth-campo-hint{font-weight:400;font-size:12px;color:#8a94a0}.auth-submit--largo{max-width:260px}.cartoes{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:32px}.cartao{background:#fff;border-radius:10px;padding:18px 20px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:4px}.cartao-rotulo{font-size:12px;color:var(--hf-gray);font-weight:600}.cartao-valor{font-size:22px;color:var(--hf-teal)}.cartao-sub{font-size:12px;color:#8a94a0}section+section{margin-top:28px}section h3{color:var(--hf-teal);margin-bottom:12px}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;background:#eef1f2;color:var(--hf-gray)}.badge--verde{background:#e3f6ea;color:#1e7a44}.badge--amarelo{background:#fdf3d6;color:#92700c}.badge--vermelho{background:#fde3e1;color:#a3271e}.tag{font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px;align-self:flex-start}.tag--confortavel{background:#e3f6ea;color:#1e7a44}.tag--apertado{background:#fdf3d6;color:#92700c}.tag--fragil{background:#fde3e1;color:#a3271e}.tag--indisponivel{background:#eef1f2;color:var(--hf-gray)}.lista-alertas{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.alerta{display:flex;align-items:center;gap:10px;background:#fff;border-radius:8px;padding:10px 14px;font-size:13px;border-left:4px solid #d5dbde}.alerta-severidade{font-weight:700;font-size:12px;color:var(--hf-gray)}.alerta--bloqueio{border-left-color:#a3271e}.alerta--alerta_alto{border-left-color:#c47a12}.alerta--alerta{border-left-color:#d9b31c}.alerta--informativo{border-left-color:var(--hf-teal-light)}.historico-analises{background:#fff;border:1px solid #eef1f2;border-radius:10px;margin-bottom:16px;padding:4px 20px}.historico-analises summary{cursor:pointer;font-weight:700;color:var(--hf-teal);padding:14px 0}.lista-historico{list-style:none;margin:0;padding:0 0 16px;display:flex;flex-direction:column;gap:6px}.historico-item{width:100%;display:flex;gap:20px;text-align:left;border:1px solid #eef1f2;border-radius:8px;background:#f9fafb;padding:10px 14px;font-size:13px;color:var(--hf-ink);cursor:pointer}.historico-item:hover{border-color:var(--hf-teal-light)}.historico-item span:first-child{color:var(--hf-gray);min-width:150px}.memo-caixa{background:#fff;border-radius:10px;padding:20px 24px;box-shadow:0 1px 3px #00000014}.memo-form{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.memo-form .auth-campo{min-width:200px}.memo-publico{max-width:1080px;margin:0 auto;padding:32px 40px}.memo-publico-aviso{background:#fff8e1;border:1px solid #f0dca0;border-radius:8px;padding:12px 16px;font-size:13px;color:#7a5c00;margin-bottom:20px}.memo-publico-erro{display:flex;align-items:center;justify-content:center;min-height:100vh}.landing{min-height:100vh;background:#f7f9fb;color:var(--hf-ink)}.landing-nav{position:sticky;top:0;z-index:10;background:#f7f9fbe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e4e9ed}.landing-nav-inner{max-width:1120px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:10px}.landing-brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--hf-bg-light),var(--hf-teal));color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.landing-brand-name{font-weight:700;font-size:17px;color:var(--hf-teal)}.landing-nav-cta{padding:9px 18px;border-radius:8px;background:var(--hf-teal);color:#fff;text-decoration:none;font-size:14px;font-weight:600}.landing-hero{max-width:1120px;margin:0 auto;padding:72px 24px 96px;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.landing-hero-eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--hf-teal-light);background:#e7f2f4;padding:6px 12px;border-radius:999px;margin-bottom:20px}.landing-hero-titulo{font-size:44px;line-height:1.15;margin:0 0 20px;color:var(--hf-teal)}.landing-hero-titulo span{color:var(--hf-bg-light)}.landing-hero-sub{font-size:17px;line-height:1.6;color:var(--hf-gray);max-width:46ch;margin:0 0 32px}.landing-hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.landing-btn{padding:13px 26px;border-radius:9px;font-size:15px;font-weight:600;text-decoration:none;display:inline-block}.landing-btn--primario{background:var(--hf-teal);color:#fff}.landing-btn--secundario{background:transparent;color:var(--hf-teal);border:1.5px solid #cdd8dc}.landing-hero-figura{position:relative;height:320px}.landing-hero-card{position:absolute;background:#fff;border-radius:14px;padding:18px 22px;box-shadow:0 16px 40px #1f4e5f24;display:flex;flex-direction:column;gap:6px}.landing-hero-card-label{font-size:12px;color:var(--hf-gray)}.landing-hero-card-valor{font-size:22px;font-weight:700;color:var(--hf-teal)}.landing-hero-card--1{top:10px;left:20px;width:200px}.landing-hero-card--2{top:130px;right:10px;width:190px}.landing-hero-card--2 .landing-hero-card-valor{color:#c47a00}.landing-hero-card--3{bottom:10px;left:60px;width:210px}.landing-diferenciais{max-width:1120px;margin:0 auto;padding:40px 24px 100px}.landing-secao-titulo{font-size:30px;color:var(--hf-teal);text-align:center;margin:0 0 10px}.landing-secao-sub{text-align:center;color:var(--hf-gray);max-width:56ch;margin:0 auto 48px;font-size:15px}.landing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.landing-card{background:#fff;border-radius:14px;padding:26px 24px;border:1px solid #e9edef}.landing-card-icone{font-size:26px;display:block;margin-bottom:14px}.landing-card-titulo{font-size:16px;margin:0 0 8px;color:var(--hf-teal)}.landing-card-texto{font-size:14px;line-height:1.55;color:var(--hf-gray);margin:0}.landing-passos{background:var(--hf-teal);padding:80px 24px}.landing-passos .landing-secao-titulo{color:#fff}.landing-passos-lista{max-width:1120px;margin:48px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.landing-passo{color:#fff}.landing-passo-numero{font-size:14px;font-weight:700;color:var(--hf-teal-light);display:block;margin-bottom:10px}.landing-passo-titulo{font-size:18px;margin:0 0 8px}.landing-passo-texto{font-size:14px;line-height:1.6;color:#ffffffc7;margin:0}.landing-cta-final{max-width:720px;margin:0 auto;padding:96px 24px;text-align:center}.landing-cta-final h2{font-size:28px;color:var(--hf-teal);margin:0 0 28px}.landing-footer{border-top:1px solid #e4e9ed;padding:24px;display:flex;justify-content:space-between;max-width:1120px;margin:0 auto;font-size:13px;color:var(--hf-gray)}@media (max-width: 860px){.landing-hero{grid-template-columns:1fr}.landing-hero-titulo{font-size:34px}.landing-hero-figura{height:220px}.landing-grid,.landing-passos-lista{grid-template-columns:1fr}}.dashboard{max-width:1040px}.dashboard-aviso{color:var(--hf-gray);font-size:13px;margin:0 0 24px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dashboard-card{background:#fff;border:1px solid #e4e9ec;border-radius:12px;padding:20px 22px;display:flex;flex-direction:column;gap:6px}.dashboard-card-rotulo{font-size:13px;color:var(--hf-gray)}.dashboard-card-valor{font-size:26px;font-weight:700;color:var(--hf-teal)}.dashboard-card-variacao{font-size:12px;color:var(--hf-teal-light)}@media (max-width: 760px){.dashboard-grid{grid-template-columns:1fr}}.assinatura-tela{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 15%,var(--hf-bg-light) 0%,var(--hf-bg) 55%,#143a70 100%);padding:24px}.assinatura-card{width:100%;max-width:380px;background:var(--hf-card-bg);border-radius:16px;padding:32px 28px;box-shadow:0 20px 60px #00000073;text-align:center}.assinatura-card .auth-brand{justify-content:center}.assinatura-titulo{font-size:21px;color:var(--hf-teal);margin:4px 0 10px}.assinatura-texto{font-size:14px;color:var(--hf-gray);line-height:1.55;margin:0 0 24px}.assinatura-sair{display:block;margin:14px auto 0}
