.shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}.shell__header{background:var(--header);color:#fff;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,4vw,40px);position:sticky;top:0;z-index:20}.shell__brand{display:flex;align-items:center;gap:13px}.shell__badge{width:40px;height:40px;border-radius:50%;background:#ffffff14;border:1.5px solid rgba(255,255,255,.3);display:grid;place-items:center}.shell__badge i{font-size:20px;color:#e8c766}.shell__brand-nome{font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:-.2px}.shell__brand-sub{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff8c}.shell__acoes{display:flex;align-items:center;gap:18px}.shell__icon{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;color:#ffffffd9;background:none;border:none;cursor:pointer;transition:background var(--t-fast);position:relative}.shell__icon:hover{background:#ffffff14;color:#fff}.shell__icon i{font-size:19px}.shell__notif{position:relative}.shell__notif-badge{position:absolute;top:6px;right:6px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:#e8c766;color:#0e2e49;border:1.5px solid #0e2e49;font-family:var(--font-display);font-weight:700;font-size:10px;display:grid;place-items:center;line-height:1}.shell__sep{width:1px;height:26px;background:#ffffff26}.shell__user{display:flex;align-items:center;gap:11px}.shell__avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:13px;font-family:var(--font-display);flex-shrink:0}.shell__user-info{line-height:1.25}.shell__user-nome{font-size:13.5px;font-weight:600}.shell__user-role{font-size:11.5px;color:#fff9}.shell__notif-pop{position:absolute;top:48px;right:0;width:380px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 32px #0e2e4929;z-index:40;overflow:hidden;color:var(--text);animation:fadeUp .18s ease both}.shell__notif-pop-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border-2)}.shell__notif-pop-title{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:700;font-size:15px}.shell__notif-pill{font-family:var(--font-body);font-size:11px;font-weight:600;color:var(--warn);background:var(--warn-bg);padding:2px 8px;border-radius:20px}.shell__notif-marcar{background:none;border:none;cursor:pointer;font-size:12.5px;font-weight:600;color:var(--brand)}.shell__notif-marcar:hover:not(:disabled){text-decoration:underline}.shell__notif-marcar:disabled{color:var(--faint);cursor:default}.shell__notif-lista{max-height:340px;overflow-y:auto}.shell__notif-item{display:flex;gap:13px;padding:14px 18px;border-bottom:1px solid var(--border-3);background:var(--surface);transition:background var(--t-fast)}.shell__notif-item:hover{background:var(--surface-2)}.shell__notif-item--nova{background:var(--sel)}.shell__notif-icone{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.shell__notif-icone i{font-size:18px}.shell__notif-corpo{flex:1;min-width:0}.shell__notif-titulo{font-size:13.5px;font-weight:600;line-height:1.3}.shell__notif-texto{font-size:12.5px;color:var(--text-3);margin-top:2px;line-height:1.4}.shell__notif-quando{font-size:11.5px;color:var(--faint);margin-top:4px}.shell__notif-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);flex-shrink:0;margin-top:6px}.shell__notif-rodape{display:block;width:100%;padding:13px;font-size:13px;font-weight:600;color:var(--brand);background:var(--surface-2);border:none;border-top:1px solid var(--border-2);cursor:pointer;transition:background var(--t-fast)}.shell__notif-rodape:hover{background:var(--border-3)}.shell__notif-vazio{padding:26px 18px;text-align:center;color:var(--text-3);font-size:13.5px}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.shell__nav{display:flex;gap:4px;padding:0 clamp(16px,4vw,40px);background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:64px;z-index:19}.shell__conteudo{flex:1;width:100%;max-width:1320px;margin:0 auto;padding:clamp(20px,4vw,32px)}@media (max-width: 760px){.shell__user-info{display:none}}.admin-eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.admin-tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:24px;overflow-x:auto}.admin-tab{display:flex;align-items:center;gap:8px;padding:12px 18px;font-family:var(--font-display);font-size:14px;font-weight:600;color:var(--text-3);text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;transition:color var(--t-fast)}.admin-tab i{font-size:17px}.admin-tab:hover{color:var(--brand)}.admin-tab--ativa{color:var(--brand);border-bottom-color:var(--brand)}.admin-tab--voltar{margin-left:auto;color:var(--text-3);font-weight:600}.admin{min-height:100vh;display:grid;grid-template-columns:244px 1fr;background:var(--bg)}.admin__side{background:var(--brand-gradient);display:flex;flex-direction:column;padding:22px 16px;position:sticky;top:0;height:100vh}.admin__brand{display:flex;align-items:center;gap:11px;padding:0 8px 22px}.admin__brand-nome{font-family:var(--font-display);font-weight:700;font-size:15px;color:#fff}.admin__brand-sub{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.admin__nav{display:flex;flex-direction:column;gap:4px}.admin__navitem{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:14px;font-weight:600;color:#ffffffb8;transition:background var(--t-fast),color var(--t-fast)}.admin__navitem:hover{background:#ffffff14;color:#fff}.admin__navitem.active{background:#ffffff21;color:#fff;box-shadow:inset 3px 0 0 var(--gold)}.admin__navicon{color:var(--gold);font-size:13px}.admin__side-rodape{margin-top:auto;padding:12px 8px 0}.admin__voltar{font-size:13px;color:#fff9}.admin__voltar:hover{color:#fff}.admin__main{min-width:0;display:flex;flex-direction:column}.admin__topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;border-bottom:1px solid var(--border);background:var(--surface)}.admin__topbar-acoes{display:flex;align-items:center;gap:10px}.admin__conteudo{padding:32px 28px;max-width:1080px;width:100%}.pagina-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.pagina-head h1{font-size:24px;font-weight:700}.pagina-head p{color:var(--muted);font-size:14px;margin-top:3px}.filtros{display:flex;gap:10px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.filtros .ui-select{width:auto;min-width:180px}.form-grid{display:flex;flex-direction:column;gap:15px}.adm-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow-x:auto;overflow-y:hidden}.adm-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 22px;border-bottom:1px solid var(--border-2)}.adm-card__titulo{font-family:var(--font-display);font-size:15px;font-weight:700;margin:0}.adm-novo{height:38px;padding:0 16px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:8px}.adm-novo:hover:not(:disabled){background:var(--brand-hover)}.adm-novo i{font-size:16px;line-height:1}.adm-usuario{display:flex;align-items:center;gap:11px}.adm-avatar{flex:none;width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--info-bg);color:var(--brand);font-family:var(--font-display);font-weight:700;font-size:13px;line-height:1}.adm-usuario__nome{font-size:13.5px;font-weight:600;color:var(--text)}.adm-usuario__email{font-size:12px;color:var(--muted);font-family:var(--font-mono);margin-top:2px}.adm-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;color:var(--info);background:var(--info-bg);white-space:nowrap}.adm-situacao{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600}.adm-situacao--ok{color:var(--ok)}.adm-situacao--off{color:var(--text-3)}.adm-dot{flex:none;width:7px;height:7px;border-radius:50%;background:currentColor}.adm-acoes{display:flex;align-items:center;justify-content:flex-end;gap:8px}.adm-iconbtn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-3);transition:border-color var(--t-fast),color var(--t-fast)}.adm-iconbtn:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.adm-iconbtn i{font-size:16px}.adm-iconbtn--danger:hover:not(:disabled){border-color:var(--bad);color:var(--bad)}@media (max-width: 720px){.admin{grid-template-columns:1fr}.admin__side{position:static;height:auto;flex-direction:row;align-items:center;gap:16px;padding:12px 16px}.admin__brand{padding:0}.admin__nav{flex-direction:row}.admin__side-rodape{margin:0 0 0 auto;padding:0}}.adm-tabela__cabecalho,.adm-tabela__linha{display:grid;grid-template-columns:2fr 1fr 1fr 110px;min-width:720px;align-items:center;gap:12px}.adm-tabela__cabecalho{padding:12px 22px;background:var(--surface-2);border-bottom:1px solid var(--border-2);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.adm-tabela__linha{padding:14px 22px;border-bottom:1px solid var(--border-3);transition:background var(--t-fast)}.adm-tabela__linha:last-child{border-bottom:none}.adm-tabela__linha:hover{background:var(--surface-2)}.adm-col-dir{text-align:right}.adm-form-topo{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.adm-form-topo p{color:var(--text-3);font-size:14px;margin:0}.adm-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 760px){.adm-form-grid{grid-template-columns:1fr}}.adm-form-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 22px}.adm-form-card__topo{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px}.adm-form-card__icone{width:40px;height:40px;border-radius:10px;background:var(--surface-3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.adm-form-card__icone i{font-size:20px;color:var(--brand)}.adm-form-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;margin:0 0 4px}.adm-form-card__meta{font-size:12.5px;color:var(--muted)}.adm-form-card__acoes{display:flex;gap:8px;margin-top:16px}.adm-form-card__editar{flex:1;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px;transition:border-color var(--t-fast),color var(--t-fast)}.adm-form-card__editar:hover{border-color:var(--brand);color:var(--brand)}.adm-form-card__acao-icone{flex:0 0 auto;width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:flex;align-items:center;justify-content:center;font-size:15px;transition:border-color var(--t-fast),color var(--t-fast)}.adm-form-card__acao-icone:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.adm-form-card__acao-icone:disabled{opacity:.5;cursor:default}.rel-filtros{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.rel-filtros .ui-select,.rel-filtros .ui-input{min-width:160px;flex:0 1 auto}.rel-tabela__cabecalho,.rel-tabela__linha{display:grid;grid-template-columns:130px 1.4fr 1.4fr 1.2fr 150px 110px;gap:12px;align-items:center;min-width:820px}.rel-tabela__cabecalho{padding:0 0 12px;border-bottom:1px solid var(--border-2);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}.rel-tabela__linha{padding:13px 0;border-bottom:1px solid var(--border-2);font-size:14px}.rel-mono{font-family:ui-monospace,monospace;font-size:12.5px}.adm-acessos{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;max-height:360px;overflow-y:auto}.adm-acessos__item{display:flex;align-items:center;gap:10px;padding:11px 4px;border-bottom:1px solid var(--border-2);font-size:14px}.adm-acessos__item i{color:var(--muted)}.adm-acessos__quando{color:var(--text);font-weight:500}.adm-acessos__ip{margin-left:auto;color:var(--muted);font-size:12.5px;font-family:ui-monospace,monospace}.adm-auditoria__cabecalho,.adm-auditoria__linha{display:grid;grid-template-columns:140px 1.6fr 1.4fr 1fr;min-width:760px;align-items:center;gap:12px}.adm-auditoria__cabecalho{padding:12px 22px;background:var(--surface-2);border-bottom:1px solid var(--border-2);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.adm-auditoria__linha{padding:14px 22px;border-bottom:1px solid var(--border-3)}.adm-auditoria__linha:last-child{border-bottom:none}.adm-auditoria__quando{font-family:var(--font-mono);font-size:12.5px;color:var(--text-3)}.adm-auditoria__usuario{display:flex;align-items:center;gap:10px;min-width:0}.adm-auditoria__avatar{width:30px;height:30px;border-radius:50%;background:var(--surface-3);color:var(--text-3);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:11px;flex-shrink:0}.adm-auditoria__nome{font-size:13px;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-auditoria__alvo{font-family:var(--font-mono);font-size:13px;color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priv{min-height:100vh;display:flex;justify-content:center;padding:48px 20px;background:var(--bg, #f6f7f9)}.priv__card{width:100%;max-width:680px;background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);border-radius:12px;padding:32px 34px}.priv__titulo{font-size:22px;margin:0 0 10px;color:var(--text, #111)}.priv__intro{color:var(--text-2, #444);margin:0 0 22px;line-height:1.5}.priv__secao{margin:0 0 18px}.priv__secao h2{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted, #6b7280);margin:0 0 6px}.priv__secao p{margin:0;color:var(--text-2, #444);line-height:1.55}.priv__voltar{display:inline-block;margin-top:12px;color:var(--brand, #2563eb);font-weight:600;text-decoration:none}.fr__upload{display:flex;flex-direction:column;gap:8px}.fr__anexos{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.fr__anexos li{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:7px 12px;font-size:13.5px}.fr__anexo-x{background:none;border:none;color:var(--danger);font-size:12.5px;cursor:pointer}.fr{display:flex;flex-direction:column;gap:18px}.fr__campo{display:flex;flex-direction:column;gap:6px}.fr__label{font-family:var(--font-display);font-size:14px;font-weight:600;color:var(--text)}.fr__sem-label{color:var(--muted-2);font-weight:400;font-style:italic}.fr__obrig{color:var(--danger);margin-left:3px}.fr__ajuda{font-size:12.5px;color:var(--muted);margin-top:-2px}.fr__erro{font-size:12.5px;color:var(--danger)}.fr__opcoes{display:flex;flex-direction:column;gap:8px}.fr__opcao{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--text-2);cursor:pointer}.fr__secao{border-top:2px solid var(--border);padding-top:16px;margin-top:6px}.fr__secao h3{font-size:17px;font-weight:700}.fr__secao p{color:var(--muted);font-size:13.5px;margin-top:3px}.fe{display:flex;flex-direction:column;gap:10px}.fe__topo{display:flex;justify-content:space-between;align-items:center;gap:10px}.fe__tipo{width:auto;min-width:170px;font-size:13px;padding:7px 10px}.fe__mover{display:flex;gap:4px}.fe__icon{width:30px;height:30px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;color:var(--text-2);font-size:13px}.fe__icon:hover:not(:disabled){background:var(--border)}.fe__icon:disabled{opacity:.4;cursor:not-allowed}.fe__icon--del:hover{border-color:var(--danger);color:var(--danger)}.fe__ajuda{font-size:13px}.fe__mini-label{font-family:var(--font-display);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2)}.fe__opcoes{display:flex;flex-direction:column;gap:7px;padding:6px 0 2px}.fe__opcao-row{display:flex;gap:7px}.fe__inline{display:flex;flex-direction:column;gap:5px}.fe__inline .ui-select{width:auto;min-width:180px}.fe__check{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--text-2);cursor:pointer}.fe__cond{display:flex;flex-direction:column;gap:8px;border-top:1px dashed var(--border);padding-top:10px}.fe__cond-linha{display:flex;gap:8px;flex-wrap:wrap}.fe__cond-linha .ui-select,.fe__cond-linha .ui-input{width:auto;flex:1;min-width:120px}.builder2{display:flex;flex-direction:column;gap:4px}.builder2__voltar{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);margin-bottom:12px}.builder2__voltar:hover{color:var(--brand)}.builder2__grid{display:grid;grid-template-columns:260px 1fr;gap:20px;align-items:start}.builder2__paleta{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px;position:sticky;top:88px}.builder2__paleta-titulo{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin:0 0 14px}.builder2__paleta-lista{display:flex;flex-direction:column;gap:8px}.builder2__paleta-item{display:flex;align-items:center;gap:11px;padding:11px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface);text-align:left;transition:border-color var(--t-fast),background var(--t-fast);width:100%}.builder2__paleta-item:hover{border-color:var(--brand);background:var(--sel)}.builder2__paleta-icon{width:30px;height:30px;border-radius:7px;background:var(--surface-3);display:grid;place-items:center;flex-shrink:0}.builder2__paleta-icon i{font-size:16px;color:var(--brand)}.builder2__paleta-label{font-size:13px;font-weight:600;color:var(--text-2)}.builder2__paleta-plus{margin-left:auto;font-size:14px;color:var(--muted)}.builder2__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px 26px;min-width:0}.builder2__topo{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--border-2);margin-bottom:20px;flex-wrap:wrap}.builder2__campo{flex:1;min-width:220px}.builder2__label-upper{display:block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin-bottom:6px}.builder2__input-titulo{width:100%;height:42px;padding:0 14px;border:1px solid var(--input-border);border-radius:8px;background:var(--surface);color:var(--text);outline:none;font-size:15px;font-weight:600;font-family:var(--font-body)}.builder2__input-titulo:focus{border-color:var(--brand)}.builder2__input-descricao{width:100%;margin-top:8px;padding:8px 14px;border:1px solid var(--input-border);border-radius:8px;background:var(--surface);color:var(--text);outline:none;font-size:13.5px;resize:vertical;font-family:inherit}.builder2__input-descricao:focus{border-color:var(--brand)}.builder2__preview-descricao{margin:4px 0 0;color:var(--muted);font-size:13.5px}.builder2__salvar{align-self:flex-end}.builder2__campos-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.builder2__campos-head h3{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin:0}.builder2__campos-head span{font-size:12px;color:var(--muted)}.builder2__upload-config{margin-top:22px;padding-top:18px;border-top:1px solid var(--border-2)}.builder2__upload-sub{font-size:13px;color:var(--muted);margin:-4px 0 14px}.builder2__upload-grid{display:grid;grid-template-columns:180px 1fr 180px;gap:16px;align-items:start}.builder2__upload-input{width:100%;height:42px;padding:0 14px;border:1px solid var(--input-border);border-radius:8px;background:var(--surface);color:var(--text);outline:none;font-size:14px}.builder2__upload-input:focus{border-color:var(--brand)}.builder2__upload-ajuda{display:block;font-size:11.5px;color:var(--muted);margin-top:6px}@media (max-width: 760px){.builder2__upload-grid{grid-template-columns:1fr}}.builder2__linhas{display:flex;flex-direction:column;gap:10px}.builder2__vazio{padding:36px;text-align:center;color:var(--muted);font-size:13.5px;border:1.5px dashed var(--border);border-radius:10px}.builder2__linha{border:1px solid var(--border);border-radius:10px;background:var(--surface-2);overflow:hidden}.builder2__linha--arrastando{opacity:.5}.builder2__linha-topo{display:flex;align-items:center;gap:12px;padding:12px 14px}.builder2__handle{font-size:18px;color:var(--faint);cursor:grab;flex-shrink:0}.builder2__handle:active{cursor:grabbing}.builder2__icone{width:34px;height:34px;border-radius:8px;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;flex-shrink:0}.builder2__icone i{font-size:17px;color:var(--brand)}.builder2__campo-info{flex:1;min-width:0}.builder2__campo-input{width:100%;border:none;background:transparent;outline:none;color:var(--text);font-size:14px;font-weight:600;font-family:var(--font-body)}.builder2__campo-tipo{font-size:11.5px;color:var(--muted);margin-top:1px}.builder2__pill{font-size:11.5px;font-weight:600;padding:5px 10px;border-radius:20px;white-space:nowrap;border:none;flex-shrink:0}.builder2__pill--obrig{color:var(--bad);background:var(--bad-bg)}.builder2__pill--opcional{color:var(--text-3);background:var(--neutral-bg)}.builder2__expandir,.builder2__remover{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0;color:var(--text-3);background:none;border:none}.builder2__expandir:hover{background:var(--surface-3);color:var(--text-2)}.builder2__remover:hover{background:var(--bad-bg);color:var(--bad)}.builder2__expandir i,.builder2__remover i{font-size:16px}.builder2__linha-editor{background:var(--surface);border-top:1px dashed var(--border);padding:14px 16px 16px}.builder2__preview{margin-top:20px;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.builder2__preview-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 20px;background:none;border:none;text-align:left;font-family:var(--font-display);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.builder2__preview-toggle:hover{color:var(--text-2)}.builder2__preview-body{padding:0 20px 22px}.builder2__preview-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--border);margin-bottom:18px}.builder2__preview-titulo{font-family:var(--font-display);font-size:16px;font-weight:700}.builder2__ok{margin-top:14px;color:var(--ok);background:var(--ok-bg);border-radius:8px;padding:9px 12px;font-size:13.5px;font-weight:600}@media (max-width: 1080px){.builder2__grid{grid-template-columns:1fr}.builder2__paleta{position:static}}.fr__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238B98A6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.fr__input{height:44px}.fr__textarea{min-height:120px}.fr__dropzone{position:relative;border:1.5px dashed var(--input-border);border-radius:10px;padding:28px;text-align:center;background:var(--surface-2);transition:border-color var(--t-fast),background var(--t-fast)}.fr__dropzone:hover,.fr__dropzone--ativo{border-color:var(--brand);background:var(--sel)}.fr__dropzone--disabled{cursor:not-allowed;opacity:.7}.fr__dropzone-ico{font-size:30px;color:var(--muted)}.fr__dropzone-titulo{font-size:14px;font-weight:600;color:var(--text-2);margin-top:8px}.fr__dropzone-sub{font-size:12px;color:var(--muted);margin-top:3px}.fr__dropzone-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.fr__dropzone-input:disabled{cursor:not-allowed}.conteudo--largo{max-width:1080px}.portal-nav{display:flex;gap:4px;padding:0 24px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:61px;z-index:9}.portal-nav__aba{font-family:var(--font-display);font-size:13.5px;font-weight:600;color:var(--muted);background:none;border:none;border-bottom:2px solid transparent;padding:13px 14px;cursor:pointer;transition:color var(--t-fast)}.portal-nav__aba:hover{color:var(--text)}.portal-nav__aba--ativa{color:var(--brand-2);border-bottom-color:var(--gold)}.fluxo-head{margin-bottom:26px}.fluxo-head h1{font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:6px}.fluxo-head p{color:var(--text-3);font-size:14px}.fluxo-split{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}@media (max-width: 820px){.fluxo-split{grid-template-columns:1fr}}.proc-lista{display:flex;flex-direction:column;gap:10px}.proc-card{text-align:left;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.proc-card:hover{border-color:var(--brand);box-shadow:0 2px 10px #123b5e12}.proc-card--ativo{border-color:var(--brand);box-shadow:0 2px 12px #123b5e1a}.proc-card__data{display:inline-flex;align-items:center;gap:6px}.proc-card__topo{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.proc-card__protocolo{font-family:var(--font-mono);font-weight:600;font-size:13.5px;color:var(--text)}.proc-card__data{font-size:12px;color:var(--muted-2)}.detalhe{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-soft);padding:28px 30px}.detalhe__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--border-2);margin-bottom:18px}.detalhe__titulo{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.3px}.detalhe__protocolo{font-family:var(--font-mono);font-size:12.5px;color:var(--text-3);margin-top:3px}.detalhe__respostas{display:flex;flex-direction:column;gap:14px}.resp dt{font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2);margin-bottom:3px}.resp dd{font-size:14.5px;color:var(--text);white-space:pre-wrap}.detalhe__acoes{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.detalhe__anexos{display:flex;flex-wrap:wrap;gap:8px}.detalhe__anexo{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--brand-2);text-decoration:none;background:var(--primary-tint);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);border-radius:8px;padding:5px 11px}.detalhe__anexo:hover{text-decoration:underline}.badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-display);font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;white-space:nowrap}.badge--azul{color:var(--info);background:var(--info-bg)}.badge--ambar{color:var(--warn);background:var(--warn-bg)}.badge--verde{color:var(--ok);background:var(--ok-bg)}.badge--vermelho{color:var(--bad);background:var(--bad-bg)}.badge--cinza{color:var(--text-3);background:var(--neutral-bg)}.form-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-bottom:8px}.form-opcao{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:14.5px;color:var(--text);display:flex;align-items:center;gap:12px;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.form-opcao:hover{border-color:var(--brand);box-shadow:0 2px 10px #123b5e12}.form-opcao__ico{width:38px;height:38px;border-radius:9px;background:var(--info-bg);color:var(--brand);display:grid;place-items:center;font-size:18px;flex-shrink:0}.form-opcao__titulo{flex:1;min-width:0}.form-opcao__seta{color:var(--faint);font-size:16px}.fluxo-msg-ok{background:color-mix(in srgb,var(--success) 12%,transparent);border:1px solid color-mix(in srgb,var(--success) 30%,transparent);color:var(--success);border-radius:var(--radius);padding:14px 16px;font-size:14px;margin-bottom:16px}.fluxo-msg-ok strong{font-family:var(--font-mono)}.chat{display:flex;flex-direction:column;flex:1;min-height:0}.chat__thread{display:flex;flex-direction:column;gap:14px;flex:1;overflow-y:auto;padding:20px;background:var(--bg)}.chat__vazio{color:var(--muted-2);font-size:13.5px;text-align:center;padding:20px 0}.chat__msg{display:flex;justify-content:flex-start}.chat__msg--meu{justify-content:flex-end}.chat__bolha{max-width:78%;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:9px 13px}.chat__msg--meu .chat__bolha{background:var(--primary-tint);border-color:color-mix(in srgb,var(--primary) 24%,transparent)}.chat__meta{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text);margin-bottom:3px}.chat__perfil{color:var(--brand-2);font-weight:600;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em}.chat__interno{font-size:10px;font-weight:700;text-transform:uppercase;color:#b45309;background:color-mix(in srgb,#f59e0b 18%,transparent);border-radius:5px;padding:1px 6px}.chat__texto{font-size:14px;color:var(--text);white-space:pre-wrap;word-break:break-word}.chat__hora{font-size:10.5px;color:var(--muted-2);margin-top:4px;text-align:right}.chat__composer{padding:14px 16px;border-top:1px solid var(--border-2);background:var(--surface)}.chat__interno-toggle{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted);margin-bottom:8px;cursor:pointer}.chat__linha{display:flex;gap:8px;align-items:flex-end}.chat__linha textarea{flex:1;resize:vertical}.chat__bloqueado{margin-top:12px;background:var(--surface-2);border:1px dashed var(--border-strong);border-radius:var(--radius);padding:12px 14px;font-size:13px;color:var(--muted)}.chatm{position:fixed;top:0;right:0;bottom:0;left:0;background:#0914208c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;animation:chatmUp .15s ease both}@keyframes chatmUp{0%{opacity:0}}.chatm__panel{width:100%;max-width:520px;height:min(680px,86vh);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px #09142066;display:flex;flex-direction:column;overflow:hidden}.chatm__head{display:flex;align-items:center;justify-content:space-between;gap:13px;padding:16px 20px;border-bottom:1px solid var(--border-2);background:var(--surface-2)}.chatm__titulo{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--text)}.chatm__sub{font-size:12px;color:var(--text-3);font-family:var(--font-mono)}.chatm__x{width:34px;height:34px;border-radius:8px;border:none;background:none;color:var(--text-3);display:grid;place-items:center;cursor:pointer;font-size:18px}.chatm__x:hover{background:var(--surface-3)}.tl{margin:18px 0 4px}.tl__row{display:grid;grid-template-columns:34px 1fr;gap:14px}.tl__col{display:flex;flex-direction:column;align-items:center}.tl__dot{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--surface);box-shadow:0 0 0 3px var(--border-2);flex-shrink:0;font-size:15px}.tl__dot--done,.tl__dot--ok{background:var(--ok-bg);color:var(--ok)}.tl__dot--ruim{background:var(--bad-bg);color:var(--bad)}.tl__dot--pendente{background:var(--surface-2);color:var(--muted)}.tl__line{width:2px;flex:1;min-height:18px;background:var(--border-2);margin:4px 0}.tl__label{font-weight:600;font-size:14.5px;color:var(--text);padding-bottom:18px;padding-top:5px}.callout{margin:4px 0 18px;background:var(--bad-bg);border:1px solid var(--bad);border-radius:10px;padding:16px 18px;display:flex;gap:13px;align-items:flex-start}.callout__ico{font-size:22px;color:var(--bad);flex-shrink:0;margin-top:1px}.callout__t{font-weight:600;font-size:14px;color:var(--bad)}.callout__x{font-size:13px;color:var(--text-2);margin-top:3px;line-height:1.55}.callout__btn{margin-top:12px;height:36px;padding:0 16px;background:var(--bad);color:#fff;border:none;border-radius:7px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-family:var(--font-display)}.callout__btn:hover{filter:brightness(.94)}.builder__professor{display:flex;flex-direction:column;gap:5px;margin-top:12px}.builder__professor label{font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2)}.aluno-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:26px}.aluno-eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.aluno-head h1{font-family:var(--font-display);font-weight:700;font-size:28px;letter-spacing:-.5px;margin:0}.aluno-head p{color:var(--text-3);font-size:14px;margin:6px 0 0}@media (max-width: 760px){.aluno-head{flex-direction:column;align-items:flex-start}.aluno-head .ui-btn{width:100%;justify-content:center}}.aluno-body{display:grid;grid-template-columns:380px 1fr;gap:24px;align-items:start}@media (max-width: 1080px){.aluno-body{grid-template-columns:1fr}}.aluno-list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.aluno-list-head h2{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--text-2);margin:0;text-transform:uppercase;letter-spacing:1px}.aluno-list-head span{font-size:12px;color:var(--muted)}.aluno-lista{display:flex;flex-direction:column;gap:10px}.aluno-card{display:block;width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;transition:border-color var(--t-fast),background var(--t-fast),box-shadow var(--t-fast)}.aluno-card:hover{border-color:var(--brand);box-shadow:0 2px 10px #123b5e12}.aluno-card--ativo{background:var(--sel);border-color:var(--brand)}.aluno-card__topo{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:9px}.aluno-card__tipo{font-weight:600;font-size:14.5px;color:var(--text);line-height:1.3}.aluno-card__meta{font-size:12.5px;color:var(--text-3)}.aluno-card__protocolo{font-family:var(--font-mono);font-weight:600;color:var(--text)}.aluno-card__atualizado{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);margin-top:7px}.aluno-painel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 30px}.aluno-painel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--border-2)}.aluno-painel__titulo-linha{display:flex;align-items:center;gap:10px;margin-bottom:6px}.aluno-painel__titulo-linha h2{font-family:var(--font-display);font-weight:700;font-size:20px;letter-spacing:-.3px;margin:0}.aluno-painel__sub{font-size:13px;color:var(--text-3);font-family:var(--font-mono)}.aluno-painel__link{font-size:13px;font-weight:600;color:var(--brand);display:inline-flex;align-items:center;gap:5px;text-decoration:none;white-space:nowrap}.aluno-painel__link:hover{text-decoration:underline}.tl__dot--current{background:var(--warn-bg);color:var(--warn)}.tl__body{padding-bottom:20px}.tl__body .tl__label{padding-bottom:0;padding-top:0}.tl__meta{font-size:13px;margin-top:3px}.tl__meta--done{color:var(--muted)}.tl__meta--current{color:var(--warn)}.tl__meta--pending{color:var(--faint)}.tl__meta--rejected{color:var(--bad)}.aluno-callout__btn{margin-top:12px;height:36px;padding:0 16px;background:#c0392b;color:#fff;border:none;border-radius:7px;font-family:var(--font-display);font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:background var(--t-fast)}.aluno-callout__btn:hover{background:#a5301f}.nv{max-width:760px;margin:0 auto;animation:fadeUp .4s ease both}.nv__voltar{display:inline-flex;align-items:center;gap:7px;color:var(--text-3);font-size:13.5px;font-weight:600;margin-bottom:18px;background:none;border:none;cursor:pointer;font-family:var(--font-body);padding:0}.nv__voltar:hover{color:var(--brand)}.nv__head{margin-bottom:24px}.nv__titulo{font-family:var(--font-display);font-weight:700;font-size:26px;margin:0;letter-spacing:-.5px}.nv__sub{color:var(--text-3);font-size:14px;margin:6px 0 0}.nv__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 30px;display:flex;flex-direction:column;gap:20px}.nv__campo{display:flex;flex-direction:column}.nv__label{display:block;font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:7px}.nv__obrig{color:var(--bad)}.nv__select{width:100%;height:44px;padding:0 36px 0 14px;border:1px solid var(--input-border);border-radius:8px;background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238B98A6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;outline:none;color:var(--text-2);font-size:14px;font-family:var(--font-body);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color var(--t-fast)}.nv__select:focus{border-color:var(--brand)}.nv__vazio{margin-top:8px;font-size:13px;color:var(--muted)}.nv__rodape{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid var(--border-2);margin-top:2px}.nv__enviar{height:44px;padding:0 22px;border-radius:8px;background:var(--brand);color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;border:none;cursor:pointer;font-family:var(--font-display);transition:background var(--t-fast)}.nv__enviar:hover:not(:disabled){background:var(--brand-hover)}.nv__enviar:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 760px){.nv__card{padding:22px 20px}}.login{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr}.login__top{position:fixed;top:18px;right:18px;z-index:5;display:flex;align-items:center;gap:8px}.login__tema{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:grid;place-items:center;cursor:pointer;font-size:16px}.login__hero{background:linear-gradient(160deg,#0e2e49,#123b5e 55%,#164a73);color:#fff;padding:56px 60px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login__ring{position:absolute;border:1px solid rgba(255,255,255,.06);border-radius:50%}.login__ring--a{right:-90px;top:-90px;width:360px;height:360px}.login__ring--b{right:-30px;bottom:-120px;width:300px;height:300px}.login__brand{display:flex;align-items:center;gap:14px;position:relative}.login__badge{width:52px;height:52px;border-radius:50%;background:#ffffff14;border:1.5px solid rgba(255,255,255,.35);display:grid;place-items:center}.login__badge i{font-size:26px;color:#e8c766}.login__brand-nome{font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:.2px}.login__brand-sub{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#fff9}.login__mid{position:relative;max-width:450px}.login__eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#e8c766;margin-bottom:20px}.login__mid h1{font-family:var(--font-display);font-weight:700;font-size:40px;line-height:1.15;margin:0 0 20px;letter-spacing:-.8px}.login__mid p{font-size:15px;line-height:1.7;color:#ffffffbf;margin:0}.login__stats{display:flex;gap:30px;margin-top:36px}.login__stat-n{font-family:var(--font-display);font-size:28px;font-weight:700}.login__stat-l{font-size:12px;color:#fff9}.login__foot{position:relative;font-size:12px;color:#ffffff80}.login__painel{display:flex;align-items:center;justify-content:center;padding:40px;background:var(--bg)}.login__form{width:100%;max-width:380px;animation:loginUp .5s ease both}@keyframes loginUp{0%{opacity:0;transform:translateY(10px)}}.login__form h2{font-family:var(--font-display);font-weight:700;font-size:26px;margin:0 0 6px;letter-spacing:-.4px;color:var(--text)}.login__sub{color:var(--text-3);font-size:14px;margin:0 0 28px}.login__label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:7px}.login__inp{position:relative;margin-bottom:18px}.login__inp>i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--faint);font-size:17px}.login__inp input{width:100%;height:44px;padding:0 14px 0 40px;border:1px solid var(--input-border);border-radius:8px;background:var(--surface);color:var(--text);outline:none;font-family:inherit;font-size:14px}.login__inp input:focus{border-color:var(--brand)}.login__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;font-size:13px}.login__check{display:flex;align-items:center;gap:7px;color:var(--text-3);cursor:pointer}.login__check input{accent-color:var(--brand);width:15px;height:15px}.login__link{color:var(--brand);font-weight:600;background:none;border:none;cursor:pointer;font-size:13px;padding:0}.login__link:hover{text-decoration:underline}.login__btn{width:100%;height:46px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background var(--t-fast);font-family:inherit}.login__btn:hover{background:var(--brand-hover)}.login__btn:disabled{opacity:.7;cursor:default}.login__primeiro{text-align:center;margin-top:16px;font-size:13px;color:var(--text-3)}.login__sep{display:flex;align-items:center;gap:12px;margin:26px 0 16px}.login__sep .l{flex:1;height:1px;background:var(--border)}.login__sep span{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--faint)}.login__demos{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.login__demos-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.login__demo,.login__demo-v{border:1px solid var(--input-border);border-radius:8px;background:var(--surface);cursor:pointer;transition:all var(--t-fast);color:var(--text-2);font-size:12px;font-weight:600;font-family:inherit}.login__demo{padding:11px 6px;display:flex;align-items:center;justify-content:center;gap:8px}.login__demo-v{padding:12px 6px;display:flex;flex-direction:column;align-items:center;gap:6px}.login__demo:hover,.login__demo-v:hover{border-color:var(--brand);background:var(--sel)}.login__demo i{font-size:18px;color:var(--brand)}.login__demo-v i{font-size:20px;color:var(--brand)}.login__erro{background:var(--bad-bg);color:var(--bad);border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px}@media (max-width: 860px){.login{grid-template-columns:1fr}.login__hero{display:none}}.auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--bg);position:relative}.auth__wrap{width:100%;max-width:440px;animation:authFadeUp .4s ease both}@keyframes authFadeUp{0%{opacity:0;transform:translateY(10px)}}.auth__head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:26px}.auth__badge{width:56px;height:56px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.auth__badge i{font-size:28px;color:var(--gold)}.auth__title{font-family:var(--font-display);font-weight:700;font-size:24px;margin:0;letter-spacing:-.4px;color:var(--text)}.auth__subtitle{color:var(--text-3);font-size:14px;margin:8px 0 0;max-width:340px}.auth__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:26px 28px;display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field__label{font-size:13px;font-weight:600;color:var(--text-2)}.field__input{font-family:inherit;font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--input-border);border-radius:8px;height:44px;padding:0 14px;outline:none;width:100%;transition:border-color var(--t-fast)}.field__input:focus{border-color:var(--brand)}.field__input[aria-invalid=true]{border-color:var(--bad)}.field__input:disabled{background:var(--surface-2);color:var(--text-3);cursor:not-allowed}.field__erro{font-size:12.5px;color:var(--bad)}.auth__dica{display:flex;align-items:center;gap:7px;margin-top:3px;font-size:12px;color:var(--text-3)}.auth__dica i{color:var(--ok);font-size:15px}.auth__btn{height:46px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;cursor:pointer;font-family:inherit;transition:background var(--t-fast)}.auth__btn:hover{background:var(--brand-hover)}.auth__btn:disabled{opacity:.7;cursor:default}.auth__erro-geral{background:var(--bad-bg);color:var(--bad);border-radius:8px;padding:10px 14px;font-size:13px}.auth__voltar{text-align:center;margin-top:18px}.auth__link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:var(--brand);padding:0}.auth__link:hover{text-decoration:underline}.tema-btn{position:fixed;top:18px;right:18px;z-index:5;background:var(--surface);border:1px solid var(--border);color:var(--text-2);border-radius:999px;width:34px;height:34px;display:grid;place-items:center;font-size:16px;cursor:pointer;transition:background var(--t-fast)}.tema-btn:hover{background:var(--sel)}@media (max-width: 480px){.auth__card{padding:20px 18px}}@keyframes externoFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.externo-page,.externo-ok{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:40px 20px}.externo-page__wrap{width:100%;max-width:560px;animation:externoFadeUp .4s ease both}.externo-page__head{display:flex;align-items:center;gap:13px;margin-bottom:22px}.externo-page__badge{width:46px;height:46px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.externo-page__badge i{font-size:24px;color:var(--gold)}.externo-page__head h1{font-family:var(--font-display);font-weight:700;font-size:22px;margin:0;letter-spacing:-.4px;color:var(--text)}.externo-page__head p{color:var(--text-3);font-size:13.5px;margin:4px 0 0}.externo-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:26px 28px;display:flex;flex-direction:column;gap:16px}.externo-erro-geral{background:var(--bad-bg);color:var(--bad);border:1px solid color-mix(in srgb,var(--bad) 35%,transparent);border-radius:8px;padding:10px 13px;font-size:13.5px}.externo-grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 480px){.externo-grid2{grid-template-columns:1fr}}.externo-field label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:7px}.externo-field input,.externo-field select,.externo-field textarea{width:100%;border:1px solid var(--input-border);border-radius:8px;background:var(--surface);color:var(--text);outline:none;font-family:var(--font-body);font-size:14px;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.externo-field input,.externo-field select{height:44px;padding:0 14px}.externo-field input:focus,.externo-field select:focus,.externo-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--primary-tint)}.externo-field textarea{min-height:100px;padding:12px 14px;line-height:1.6;color:var(--text-2);resize:vertical}.externo-field--cpf input{font-family:var(--font-mono)}.externo-field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--text-2);cursor:pointer;padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238B98A6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.externo-field input[aria-invalid=true],.externo-field select[aria-invalid=true],.externo-field textarea[aria-invalid=true]{border-color:var(--bad)}.externo-field__erro{display:block;margin-top:6px;font-size:12.5px;color:var(--bad)}.externo-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:6px}.externo-voltar{border:none;background:none;padding:0;font-size:13px;font-weight:600;color:var(--brand)}.externo-voltar:hover{text-decoration:underline}.externo-btn{height:44px;padding:0 22px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-family:var(--font-body);font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:background var(--t-fast)}.externo-btn:hover:not(:disabled){background:var(--brand-hover)}.externo-btn:disabled{opacity:.65;cursor:progress}.externo-ok__wrap{width:100%;max-width:440px;text-align:center;animation:externoFadeUp .4s ease both}.externo-ok__circle{width:72px;height:72px;border-radius:50%;background:var(--ok-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.externo-ok__circle i{font-size:40px;color:var(--ok)}.externo-ok__wrap h1{font-family:var(--font-display);font-weight:700;font-size:24px;margin:0;letter-spacing:-.4px;color:var(--text)}.externo-ok__wrap p{color:var(--text-3);font-size:14px;margin:10px 0 22px;line-height:1.6}.externo-ok__protocolo{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px;margin-bottom:24px}.externo-ok__protocolo-label{font-size:11.5px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.externo-ok__protocolo-valor{font-family:var(--font-mono);font-size:22px;font-weight:600;color:var(--brand);margin-top:4px}.externo-ok__btn{height:44px;padding:0 24px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-family:var(--font-body);font-weight:600;font-size:14px;transition:background var(--t-fast)}.externo-ok__btn:hover{background:var(--brand-hover)}.cm{position:fixed;top:0;right:0;bottom:0;left:0;background:#0914208c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;animation:cmUp .15s ease both}@keyframes cmUp{0%{opacity:0}}.cm__panel{width:100%;max-width:520px;height:min(680px,86vh);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px #09142066;display:flex;flex-direction:column;overflow:hidden}.cm__head{display:flex;align-items:center;gap:13px;padding:16px 20px;border-bottom:1px solid var(--border-2);background:var(--surface-2)}.cm__avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-family:var(--font-display);font-weight:700;font-size:15px}.cm__head-info{flex:1;min-width:0}.cm__nome{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm__sub{font-size:12px;color:var(--text-3);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm__x{width:34px;height:34px;border-radius:8px;border:none;background:none;color:var(--text-3);display:grid;place-items:center;cursor:pointer;font-size:18px;flex-shrink:0}.cm__x:hover{background:var(--surface-3)}.cm__corpo{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:var(--bg)}.cm__chip{text-align:center;font-size:11.5px;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:5px 12px;align-self:center}.cm__msg{display:flex;flex-direction:column;max-width:78%}.cm__msg--eu{align-self:flex-end;align-items:flex-end}.cm__msg--outro{align-self:flex-start;align-items:flex-start}.cm__msg-nome{font-size:11.5px;color:var(--muted);margin:0 4px 4px;display:flex;align-items:center;gap:6px}.cm__bolha{padding:11px 14px;border-radius:14px;font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word;background:var(--surface-3);color:var(--text-2)}.cm__msg--eu .cm__bolha{background:var(--brand);color:#fff}.cm__hora{font-size:11px;color:var(--faint);margin:4px 4px 0;font-family:var(--font-mono)}.cm__rodape{padding:14px 16px;border-top:1px solid var(--border-2);background:var(--surface)}.cm__linha{display:flex;align-items:flex-end;gap:10px}.cm__textarea{flex:1;min-height:44px;max-height:120px;padding:11px 14px;border:1px solid var(--input-border);border-radius:10px;outline:none;resize:none;background:var(--surface-3);color:var(--text-2);font-family:var(--font-body);font-size:13.5px;line-height:1.5}.cm__textarea:focus{border-color:var(--brand)}.cm__enviar{width:44px;height:44px;border-radius:10px;border:none;background:var(--brand);color:#fff;display:grid;place-items:center;flex-shrink:0;cursor:pointer;font-size:19px;transition:background var(--t-fast)}.cm__enviar:hover:not(:disabled){background:var(--brand-hover)}.cm__enviar:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 560px){.cm__panel{max-width:100%}}.pd{animation:fadeUp .4s ease both}.pd__voltar{display:inline-flex;align-items:center;gap:7px;color:var(--text-3);font-size:13.5px;font-weight:600;margin-bottom:18px;background:none;border:none;cursor:pointer;font-family:var(--font-body);padding:0}.pd__voltar:hover{color:var(--brand)}.pd__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;flex-wrap:wrap}.pd__head-top{display:flex;align-items:center;gap:12px;margin-bottom:6px}.pd__titulo{font-family:var(--font-display);font-weight:700;font-size:26px;margin:0;letter-spacing:-.5px}.pd__sub{font-size:13.5px;color:var(--text-3);font-family:var(--font-mono)}.pd__resumo{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 24px;display:grid;grid-template-columns:1.1fr 1.4fr 1fr 1fr;gap:20px;margin-bottom:20px}.pd__resumo-item{display:flex;align-items:center;gap:13px}.pd__resumo-item--bordered{border-left:1px solid var(--border-2);padding-left:20px;display:block}.pd__resumo-ico{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;font-size:23px}.pd__resumo-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.pd__resumo-valor{font-size:14px;font-weight:600;margin-top:4px}.pd__resumo-valor--status{font-size:15px;font-weight:700;margin-top:2px}.pd__mono{font-family:var(--font-mono)}.pd__corpo{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.pd__esquerda{display:flex;flex-direction:column;gap:20px;min-width:0}.pd__direita{display:flex;flex-direction:column;gap:16px;position:sticky;top:88px}.pd__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px 26px}.pd__card--compact{padding:22px 24px}.pd__card-titulo{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin:0 0 14px}.pd__grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px}.pd__mini-label{font-size:12px;color:var(--muted);margin-bottom:3px}.pd__mini-valor{font-size:14px;font-weight:600}.pd__texto{font-size:14px;line-height:1.7;color:var(--text-2);margin:0;white-space:pre-wrap}.pd__texto-muted{font-size:13px;color:var(--muted);margin:0 0 14px;line-height:1.5}.pd__respostas{display:flex;flex-direction:column;gap:14px;margin:0}.pd__resp dt{font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}.pd__resp dd{font-size:14px;color:var(--text);white-space:pre-wrap;margin:0}.pd__vazio-mini{font-size:13px;color:var(--muted)}.pd__anexos{display:flex;flex-direction:column;gap:10px}.pd__anexo{display:flex;align-items:center;gap:13px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;transition:border-color var(--t-fast)}.pd__anexo:hover{border-color:var(--brand)}.pd__anexo-ico{width:38px;height:38px;border-radius:8px;background:var(--border-3);display:grid;place-items:center;flex-shrink:0;font-size:20px;color:var(--bad)}.pd__anexo-info{flex:1;min-width:0}.pd__anexo-nome{font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd__anexo-tam{font-size:12px;color:var(--muted)}.pd__anexo-baixar{width:34px;height:34px;border-radius:8px;color:var(--text-3);display:grid;place-items:center;flex-shrink:0;text-decoration:none}.pd__anexo-baixar:hover{background:var(--border-3);color:var(--brand)}.pd__textarea{width:100%;min-height:90px;padding:12px;border:1px solid var(--input-border);border-radius:8px;outline:none;background:var(--surface);color:var(--text-2);resize:vertical;font-family:var(--font-body);font-size:13.5px;line-height:1.5;margin-bottom:14px}.pd__textarea:focus{border-color:var(--brand)}.pd__botoes-par{display:flex;gap:10px}.pd__btn-reprovar,.pd__btn-aprovar{flex:1;height:42px;border-radius:8px;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-family:var(--font-display);transition:background var(--t-fast)}.pd__btn-reprovar{border:1px solid var(--bad);background:var(--surface);color:var(--bad)}.pd__btn-reprovar:hover:not(:disabled){background:var(--bad-bg)}.pd__btn-aprovar{border:none;background:var(--brand);color:#fff}.pd__btn-aprovar:hover:not(:disabled){background:var(--brand-hover)}.pd__btn-reprovar:disabled,.pd__btn-aprovar:disabled,.pd__btn-aprovar-final:disabled,.pd__btn-devolver:disabled,.pd__full:disabled{opacity:.55;cursor:not-allowed}.pd__nota{font-size:11.5px;color:var(--muted);margin:12px 0 0;line-height:1.5}.pd__full{width:100%;justify-content:center;height:44px}.pd__faixa-ok{font-size:12.5px;color:var(--ok);background:var(--ok-bg);border-radius:8px;padding:10px 12px;margin-bottom:14px;display:flex;gap:8px;align-items:center}.pd__decisao-botoes{display:flex;flex-direction:column;gap:10px}.pd__btn-aprovar-final,.pd__btn-devolver{border-radius:8px;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-family:var(--font-display);transition:background var(--t-fast)}.pd__btn-aprovar-final{height:44px;border:none;background:#2e7d5b;color:#fff}.pd__btn-aprovar-final:hover:not(:disabled){background:#256849}.pd__btn-devolver{height:42px;border:1px solid var(--input-border);background:var(--surface);color:var(--text-2)}.pd__btn-devolver:hover:not(:disabled){background:var(--surface-3)}.pd__historico{display:flex;flex-direction:column;gap:2px}.pd__hist-row{display:grid;grid-template-columns:16px 1fr;gap:14px}.pd__hist-col{display:flex;flex-direction:column;align-items:center;padding-top:5px}.pd__hist-dot{width:9px;height:9px;border-radius:50%;background:var(--brand);flex-shrink:0}.pd__hist-line{width:2px;flex:1;background:var(--border);margin:3px 0}.pd__hist-info{padding-bottom:16px}.pd__hist-texto{font-size:13.5px;color:var(--text-2);font-weight:500}.pd__hist-quando{font-size:12px;color:var(--muted);margin-top:2px}@media (max-width: 1080px){.pd__corpo{grid-template-columns:1fr}.pd__direita{position:static}.pd__resumo{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.pd__resumo{grid-template-columns:1fr}.pd__resumo-item--bordered{border-left:none;padding-left:0;border-top:1px solid var(--border-2);padding-top:12px}.pd__grid2{grid-template-columns:1fr}}.app{min-height:100vh;background:var(--bg)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.topbar__brand{display:flex;align-items:center;gap:12px}.topbar__nome{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--text)}.topbar__sub{font-size:11.5px;color:var(--muted)}.topbar__acoes{display:flex;align-items:center;gap:10px}.chip{font-family:var(--font-display);font-size:12px;font-weight:600;color:var(--brand-2);background:var(--primary-tint);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);padding:5px 11px;border-radius:999px}.icon-btn{width:36px;height:36px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;color:var(--text-2);font-size:15px;transition:background var(--t-fast)}.icon-btn:hover{background:var(--border)}.btn-sair{font-family:var(--font-display);font-size:13.5px;font-weight:600;color:var(--text-2);background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:8px 15px;transition:border-color var(--t-fast)}.btn-sair:hover{border-color:var(--danger);color:var(--danger)}.conteudo{max-width:880px;margin:0 auto;padding:48px 24px}.cartao-boas-vindas{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:40px;position:relative;overflow:hidden}.cartao-boas-vindas:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand),var(--gold))}.cartao-boas-vindas__eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--success)}.cartao-boas-vindas h1{font-size:30px;font-weight:700;margin:10px 0 12px}.cartao-boas-vindas p{color:var(--muted);max-width:56ch;font-size:15px}.sessao-info{display:flex;flex-wrap:wrap;gap:28px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.sessao-info dt{font-family:var(--font-display);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);margin-bottom:4px}.sessao-info dd{font-size:15px;font-weight:600;color:var(--text)}.mono{font-family:var(--font-mono);font-weight:500}.dash-eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.dash-stats{display:grid;gap:16px;margin-bottom:22px}.dash-stats--3{grid-template-columns:repeat(3,1fr)}.dash-stats--5{grid-template-columns:repeat(5,1fr)}@media (max-width: 1080px){.dash-stats--5{grid-template-columns:repeat(2,1fr)}}@media (max-width: 760px){.dash-stats--3,.dash-stats--5{grid-template-columns:1fr}}.dash-stat{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:14px}.dash-stat__icone{flex-shrink:0;width:44px;height:44px;border-radius:11px;display:grid;place-items:center;font-size:20px}.dash-stat__icone--warn{color:var(--warn);background:var(--warn-bg)}.dash-stat__icone--info{color:var(--info);background:var(--info-bg)}.dash-stat__icone--ok{color:var(--ok);background:var(--ok-bg)}.dash-stat__label{font-size:12.5px;color:var(--muted);margin-bottom:4px}.dash-stat__numero{font-family:var(--font-display);font-size:30px;font-weight:700;color:var(--text);line-height:1.1}.dash-stat__numero--sm{font-size:26px}.dash-cor-info{color:var(--info)}.dash-cor-warn{color:var(--warn)}.dash-cor-ok{color:var(--ok)}.dash-cor-bad{color:var(--bad)}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow-x:auto;overflow-y:hidden}.dash-card+.dash-card{margin-top:20px}.dash-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 22px;border-bottom:1px solid var(--border-2)}.dash-card__header--warn{background:var(--warn-bg)}.dash-card__titulo{font-family:var(--font-display);font-size:15px;font-weight:700;margin:0;display:flex;align-items:center;gap:9px}.dash-card__titulo i{font-size:17px;color:var(--warn)}.dash-card__controles{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dash-pill-contagem{display:inline-flex;align-items:center;font-family:var(--font-display);font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:20px;color:var(--warn);background:var(--surface);border:1px solid color-mix(in srgb,var(--warn) 35%,transparent)}.dash-busca{display:inline-flex;align-items:center;gap:8px;background:var(--field-bg);border:1.5px solid var(--field-border);border-radius:8px;padding:0 12px;height:38px;min-width:220px}.dash-busca i{color:var(--muted);font-size:15px}.dash-busca__input{border:none;background:none;outline:none;font-family:var(--font-body);font-size:13.5px;color:var(--text);width:100%}.dash-select{display:inline-flex;align-items:center;gap:7px;background:var(--field-bg);border:1.5px solid var(--field-border);border-radius:8px;padding:0 10px;height:38px}.dash-select i{color:var(--muted);font-size:14px}.dash-select select{border:none;background:none;outline:none;font-family:var(--font-body);font-size:13.5px;color:var(--text)}.dash-select__plain{height:38px;border:1.5px solid var(--field-border);background:var(--field-bg);border-radius:8px;padding:0 10px;font-family:var(--font-body);font-size:13.5px;color:var(--text)}.dash-table__head,.dash-table__row{display:grid;align-items:center;gap:12px}.dash-table__head{padding:12px 22px;background:var(--surface-2);border-bottom:1px solid var(--border-2);font-family:var(--font-display);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.dash-table__row{padding:14px 22px;border-bottom:1px solid var(--border-3);transition:background var(--t-fast)}.dash-table__row:last-child{border-bottom:none}.dash-table__row--clic{cursor:pointer}.dash-table__row--clic:hover{background:var(--surface-2)}.dash-col-dir{text-align:right}.dash-table--prof .dash-table__head,.dash-table--prof .dash-table__row{grid-template-columns:1.5fr 1.3fr 1fr .8fr 210px;min-width:860px}.dash-table--sec-fila .dash-table__head,.dash-table--sec-fila .dash-table__row{grid-template-columns:1.6fr 1.3fr 1fr 260px;min-width:780px}.dash-table--sec-todos .dash-table__head,.dash-table--sec-todos .dash-table__row{grid-template-columns:1.5fr 1.3fr 1fr .9fr .9fr;min-width:820px}.dash-cell-titulo{font-size:13.5px;font-weight:600;color:var(--text)}.dash-cell-sub{font-size:12px;color:var(--muted);margin-top:2px}.dash-mono{font-family:var(--font-mono)}.dash-parecer{display:flex;align-items:center;gap:9px}.dash-parecer i{font-size:18px;flex-shrink:0}.dash-parecer__t{font-size:13px;font-weight:600;color:var(--ok)}.dash-acoes{display:flex;align-items:center;justify-content:flex-end;gap:8px}.dash-btn-icon{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--text-3);transition:background var(--t-fast),border-color var(--t-fast)}.dash-btn-icon i{font-size:16px}.dash-btn-icon--bad{border-color:var(--bad);color:var(--bad)}.dash-btn-icon--bad:hover:not(:disabled){background:var(--bad-bg)}.dash-btn-icon:disabled{opacity:.55;cursor:not-allowed}.dash-btn-aprovar{height:36px;padding:0 14px;border:none;border-radius:8px;background:var(--brand);color:#fff;font-family:var(--font-display);font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.dash-btn-aprovar:hover:not(:disabled){background:var(--brand-hover)}.dash-btn-aprovar:disabled{opacity:.55;cursor:not-allowed}.dash-btn-devolver{height:36px;padding:0 14px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);color:var(--text-2);font-family:var(--font-display);font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:border-color var(--t-fast)}.dash-btn-devolver:hover:not(:disabled){border-color:var(--muted)}.dash-btn-devolver:disabled{opacity:.55;cursor:not-allowed}.dash-btn-aprovar-final{height:36px;padding:0 14px;border:none;border-radius:8px;background:#2e7d5b;color:#fff;font-family:var(--font-display);font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.dash-btn-aprovar-final:hover:not(:disabled){background:#256849}.dash-btn-aprovar-final:disabled{opacity:.55;cursor:not-allowed}.dash-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:44px 20px;text-align:center;color:var(--muted);font-size:14px}.dash-empty i{font-size:30px;color:var(--ok)}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/archivo-vietnamese-500-normal-k0drYPZA.woff2) format("woff2"),url(/assets/archivo-vietnamese-500-normal-7W3lD2kQ.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/archivo-latin-ext-500-normal-RFhg4CpD.woff2) format("woff2"),url(/assets/archivo-latin-ext-500-normal-D7mXw3Kz.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/archivo-latin-500-normal-CGugC8dq.woff2) format("woff2"),url(/assets/archivo-latin-500-normal-pkzA7jw9.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/archivo-vietnamese-600-normal-anCjMumA.woff2) format("woff2"),url(/assets/archivo-vietnamese-600-normal-C8xBVdfP.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/archivo-latin-ext-600-normal-Dm61iqcg.woff2) format("woff2"),url(/assets/archivo-latin-ext-600-normal-D7uErJuz.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/archivo-latin-600-normal-3BBy0ZsW.woff2) format("woff2"),url(/assets/archivo-latin-600-normal-DwYieO8P.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/archivo-vietnamese-700-normal-nuAQAQa7.woff2) format("woff2"),url(/assets/archivo-vietnamese-700-normal-Bz2vkKqq.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/archivo-latin-ext-700-normal-DD_nkw6b.woff2) format("woff2"),url(/assets/archivo-latin-ext-700-normal-CgyfnKjw.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/archivo-latin-700-normal-D9cHMWGj.woff2) format("woff2"),url(/assets/archivo-latin-700-normal-lT5TFe7H.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/public-sans-vietnamese-400-normal-TxZB8OSn.woff2) format("woff2"),url(/assets/public-sans-vietnamese-400-normal-BO1meqcx.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/public-sans-latin-ext-400-normal-mk90oQqJ.woff2) format("woff2"),url(/assets/public-sans-latin-ext-400-normal-B02wwOdZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/public-sans-latin-400-normal-8Rpg0ruU.woff2) format("woff2"),url(/assets/public-sans-latin-400-normal-SBbinRkI.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/public-sans-vietnamese-500-normal-DjztbcKe.woff2) format("woff2"),url(/assets/public-sans-vietnamese-500-normal-CXYe29CY.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/public-sans-latin-ext-500-normal-DC-z7ASZ.woff2) format("woff2"),url(/assets/public-sans-latin-ext-500-normal-BHCCp-na.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/public-sans-latin-500-normal-NlrCPXnF.woff2) format("woff2"),url(/assets/public-sans-latin-500-normal-vCxiVFAq.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/public-sans-vietnamese-600-normal-P4BtCUdw.woff2) format("woff2"),url(/assets/public-sans-vietnamese-600-normal-CcnAzmUX.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/public-sans-latin-ext-600-normal-DchWdWJ_.woff2) format("woff2"),url(/assets/public-sans-latin-ext-600-normal-DfkbVac2.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Public Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/public-sans-latin-600-normal-Fru-LXNs.woff2) format("woff2"),url(/assets/public-sans-latin-600-normal-BR59oU-I.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAASIABAAAAAACQQAAAQuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbHhwoBmA/U1RBVF4AdBEICoRkhAALIAABNgIkAzoEIAWFAAeBFAwHG2oHKJ6DceNW4lJEFHn9tEOE37LNsvkjHr7f739rn3u+OSrSxLQytE91Dw2PYtNVq3Qaw/vJ7fUBMdOj/u2ImB98cT5WUx9F13ZKt06mU7tG1sAYcM26yCRX4f/0904bmwq8hwkUUMTRX61pa9C3xlpAGYw1vOu8C2SBZZFlld7DAW82RJWmwYMI1AJCKBNCIASqdZGFmtPSNQRhMpR0EKjWTwm6z6sJ+4jqhxjovTinVdRpZaQjaQzAYjI8NgAKDJCokgunCn9oUQE8VZd/F//+v6P4F1U9gLr58yNI/dJX9BAshEoJbTDogz7ocKoUsPvES8UK/aQIUQgpGgECBVLkOEV6iASTYgNAPKdNXayhDPL7IJuAZnEYSZ0eOLc9i5Rv5/+lEi3sW/kfnCf/+fTe0sxS7CKLx5erRJkKOixEqQaoqrvx5HN4iz4VhX0gS6DjFIWUzn/fIXJRVFY1NFRVNVeFt+SYmrK6vCU6eJsnKnJj5HTESMTQZOTI3Y/tzr3rUcOsiRy/ciP50s3Mycgxmhz9GMXhjzVH30ut796NHP0UUa31/Zoa6vCH6iPvdIM0IRANaT60FablmZlZd+UKNFy9NrvnFGxb5NC2CRxR0/rIyF/WNn+35sv9r+tHVhkseuWGKkCPPh96+GXt8Lc/Sh24ujfjf+tNw1lZWreiPuHb/PSpyjdv2rf/++ZE5TSKjFdZxYsBvr1sEHl5STuHZqYR7jGYGvGBBdjcaB5bODY1GAxMjsd0wDMIzXAXODRd74DxNMtO4YuYHclgLQRzp9KlUmxptCwv9bYgvWGD2xBW7r9413fdJu+mxzvzAUYeeONQvZP4kgfqZle4jhH/MWh+UbxgtJdrLdXLymNL53PRU0D3Q6FcXTfGqGcul6vrqhgLGAVSv+IVIfZOHpu+mlLqSlnj903j8mazXDsba/wbxhS/4Oubh1c5/uXDgt4j5KtnGEy5BIJHo0ur+jD+r2qCkuP1aRVM8EpUoRYSJyqNRA38uwDvHBNo0AejO2Z+ZYLLal1QiFyFh1EDQOgSCSCpjwwKU8yDbIjroEwne0G5Qca49cYp4AlqtQNZfWTQoFb1tRpFYAmRD+HXTkV4uQhG2bg4OKmyoypAsUGtWgQXyFxYrkpODeUxvGqIZA61erXo0sFG1UBGuPgpuon8RNUG2DhovAjZCBuZwtXrU3mQGki9+pm0eVZAXoWxLWTQoYHBPrJR4WunNxIFbCHfkTyPK+sqxjxDmGArZvf79JGJ3GwEqjwc7a7NIrl/7bJ7Nzu4+n1Ow6shEPnUrtVo7cnd5Wi5qCUbBIQbNKCP95FMCSZylEV5VCiiMqqiOmrKZ/I/C0gI1fyuulVcM2E1r4MhtcV/fbCD+HwEvVzH1dGNAzFE0FTbKzyQz3gootrNbN2a4PuG0j0JOgE=) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2) format("woff2"),url(/assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-greek-400-normal-C190GLew.woff2) format("woff2"),url(/assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,d09GMgABAAAAAASUABAAAAAACRAAAAQ3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbHhwoBmA/U1RBVEwAdBEICoRkg3oLIAABNgIkAzoEIAWFHgeBFAwHG3AHKB4HzukrRjyF5Gb4kQ/B873d17mv8TWkoqUUGaHodJCtoqntw7m8tiPWyGkfWDU/IMpzVk4zAs9Czv3c7Os5NvKFG1Ht9vBVXySRZpJc4tTrbM3sTRFcLa3zVboKWRIoAksKSKgqUQWEwlSoqjp44V5J9/kjd0+Fi5xaFjwJArgBAIJgIAgCCAI4CdNMqGuYXYUKdADLAkAAJwl6iX0+bZqEm1AH0Hu9rvrJHwxQG1Q/gFYwWYbgTRWgwEESVzbmtjQAt3DXO7Tu/+9Q/KNKWhTCgZ8fQSWoL0CUUgTBjgL8iEAcce7YHBeA8ZvogieCnxI0BCVeACCAAhBD/oDcAdUPABSgAX4kBPBTwjCAjwYSCneiqF65LUo/qXdYFrRwTujtMrKm07plTbSqLQFAiHBN7E4DG5wkiGXhCYBNETh3K/AciHN69iFfQjFOr9EXQQAAQXRNszs8PR0OH4fDV/dwGe76CHdj1MQa11DXYGcfZ6+B1X0OfwjY+i7KpQ1w9d+1z3/HydCB1f3U8A0fRFv+0bXxPWrZu3d9Nn4UcbLs/QCXLH/j3PCKblKOiZxLOR78W9brPo7eGTLz/F27ZPmePQdCB1YP4nJU91o4gU9cy64L3c3SPu8GfDn6ZXD2cGmllVqSxtD5vCXHm5xaeHlnpffx7DcPvXog5NnjA//cPz2btsz3yf+0MI8ri33tuv7upNbYmW5STbosW8bYItV/SPzxvXC0KnpWnFdC91oojit5Lyo6WcJQ1YzwBYbi52ohJVpcxfcHBqsv0nFz8U74rzS6M7r0RVlXZ3jJC4G92O//7Lm78VOtnUx+aQxAzsqPnrRr1t9zDrezKePvZ027x+fGte4s4NXu7/jEp3G9cM1bICYgACbuETUUD5wmenGXA/IBpAKVrl0AEJ5cqr6Q89tGq+SpqkDfX2DtG+pZ9teuae0AX98c301CX179InyErnSG8WCiABB4HFbVrw/lpTdBIOk82nXbpHKoQGyBpUovAAD4XQA8ZTUCeBJHIpI0v0FRrgcnckV3ANckrwYJKXEihQfdSKPER6XeExmEeEMmSe6QBwWmkZdmSOSthhibgIkBlUYreBKd/0NeVAE9WAyEaQpH6KikDWlUVg43Jy2FOmaYlsZhDEGZXO3mWEyWHI6zuaJkMlcSQ9k4F+KidIiFyZItGDc7r1pUj6wP6zrWB0/fbeeFeHl4YOvETMNiM8Ny+7OO6Qh2wur20YVxFts5dlORdl5Kwd5utR7SRcxqX8RA5Ehacha76hg7c6yzNm/Xf6vOLNrv544lIEkWg7xWo/ItBAeIJEmt0XgBwgM8gTifoiiLJroYYooNTeziEKe4zOoR/wvIKp89hSr+6jFAqw/LaonjmZHSscMNg4iPlWpFrO1RN3zkMU+/xUP+JQ99TbvTl1Vg0gtirT6lbwYAAAA=) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-cyrillic-500-normal-DmUKJPL_.woff2) format("woff2"),url(/assets/jetbrains-mono-cyrillic-500-normal-DJqRU3vO.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-greek-500-normal-JpySY46c.woff2) format("woff2"),url(/assets/jetbrains-mono-greek-500-normal-D7SFKleX.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/jetbrains-mono-vietnamese-500-normal-DNRqzVM1.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-latin-ext-500-normal-Cut-4mMH.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-ext-500-normal-ckzbgY84.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-500-normal-CJOVTJB7.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-display: "Archivo", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Public Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;--gold: #e8c766;--gold-2: #e0b15c;--brand-gradient: linear-gradient(160deg, #0e2e49 0%, #123b5e 55%, #164a73 100%);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--shadow-card: 0 18px 50px -20px rgba(14, 46, 73, .45);--shadow-soft: 0 1px 3px rgba(14, 46, 73, .08);--shadow-pop: 0 12px 32px rgba(14, 46, 73, .16);--t-fast: .15s ease;--t: .2s ease}:root,:root[data-theme=light]{--bg: #ebeef2;--surface: #ffffff;--surface-2: #f8fafb;--surface-3: #f4f6f9;--sel: #f5f8fb;--border: #e2e6ec;--border-2: #eef1f4;--border-3: #f1f4f7;--input-border: #d5dbe2;--text: #1a2733;--text-2: #37485a;--text-3: #5b6b7a;--muted: #8593a1;--faint: #9aa7b4;--header: #0e2e49;--brand: #123b5e;--brand-hover: #0e2e49;--info: #2563a8;--info-bg: #e7f0fa;--warn: #b7791f;--warn-bg: #fbf2e0;--ok: #2e7d5b;--ok-bg: #e4f2eb;--bad: #c0392b;--bad-bg: #fbe9e7;--neutral-bg: #edf0f3;color-scheme:light;--brand-2: #0e2e49;--border-strong: var(--input-border);--muted-2: var(--faint);--primary: var(--info);--primary-hover: #1d4f8a;--primary-tint: var(--info-bg);--success: var(--ok);--success-tint: var(--ok-bg);--danger: var(--bad);--danger-tint: var(--bad-bg);--warn-ink: var(--warn);--warn-tint: var(--warn-bg);--field-bg: var(--surface);--field-border: var(--input-border)}:root[data-theme=dark]{--bg: #1e1f22;--surface: #2b2d31;--surface-2: #232428;--surface-3: #383a40;--sel: #3a3f47;--border: #3a3c42;--border-2: #2e3035;--border-3: #34363c;--input-border: #44464d;--text: #f2f3f5;--text-2: #dbdee1;--text-3: #b5bac1;--muted: #949ba4;--faint: #80848e;--header: #111214;--brand: #4e7bb0;--brand-hover: #5c8ac0;--info: #8fb6e8;--info-bg: #25313f;--warn: #e0b15c;--warn-bg: #3a3220;--ok: #74c79c;--ok-bg: #213a2e;--bad: #ec8c80;--bad-bg: #3e2825;--neutral-bg: #31343a;color-scheme:dark;--brand-2: #dbdee1;--border-strong: var(--input-border);--muted-2: var(--faint);--primary: var(--info);--primary-hover: #6f99c9;--primary-tint: var(--info-bg);--success: var(--ok);--success-tint: var(--ok-bg);--danger: var(--bad);--danger-tint: var(--bad-bg);--warn-ink: var(--warn);--warn-tint: var(--warn-bg);--field-bg: var(--surface);--field-border: var(--input-border);--shadow-card: 0 18px 50px -20px rgba(0, 0, 0, .55);--shadow-pop: 0 12px 32px rgba(0, 0, 0, .4)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #1e1f22;--surface: #2b2d31;--surface-2: #232428;--surface-3: #383a40;--sel: #3a3f47;--border: #3a3c42;--border-2: #2e3035;--border-3: #34363c;--input-border: #44464d;--text: #f2f3f5;--text-2: #dbdee1;--text-3: #b5bac1;--muted: #949ba4;--faint: #80848e;--header: #111214;--brand: #4e7bb0;--brand-hover: #5c8ac0;--info: #8fb6e8;--info-bg: #25313f;--warn: #e0b15c;--warn-bg: #3a3220;--ok: #74c79c;--ok-bg: #213a2e;--bad: #ec8c80;--bad-bg: #3e2825;--neutral-bg: #31343a;color-scheme:dark;--brand-2: #dbdee1;--muted-2: var(--faint);--primary: var(--info);--primary-tint: var(--info-bg);--success: var(--ok);--success-tint: var(--ok-bg);--danger: var(--bad);--danger-tint: var(--bad-bg);--warn-ink: var(--warn);--warn-tint: var(--warn-bg);--field-bg: var(--surface);--field-border: var(--input-border);--shadow-card: 0 18px 50px -20px rgba(0, 0, 0, .55)}}.ui-btn{font-family:var(--font-display);font-size:14px;font-weight:600;border:1px solid transparent;border-radius:var(--radius-sm);padding:9px 16px;display:inline-flex;align-items:center;gap:7px;transition:background var(--t-fast),border-color var(--t-fast),transform var(--t-fast);white-space:nowrap}.ui-btn:disabled{opacity:.55;cursor:not-allowed}.ui-btn:active:not(:disabled){transform:translateY(1px)}.ui-btn--primary{background:var(--brand);color:#fff}.ui-btn--primary:hover:not(:disabled){background:var(--brand-hover)}.ui-btn--ghost{background:var(--surface);color:var(--text-2);border-color:var(--border-strong)}.ui-btn--ghost:hover:not(:disabled){border-color:var(--muted);color:var(--text)}.ui-btn--danger{background:transparent;color:var(--danger);border-color:color-mix(in srgb,var(--danger) 40%,transparent)}.ui-btn--danger:hover:not(:disabled){background:var(--danger-tint)}.ui-btn--sm{font-size:12.5px;padding:6px 11px}.ui-label{font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--text-2);display:block;margin-bottom:6px}.ui-input,.ui-select{font-family:var(--font-body);font-size:14.5px;color:var(--text);background:var(--field-bg);border:1.5px solid var(--field-border);border-radius:var(--radius-sm);padding:10px 12px;width:100%;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.ui-input:focus,.ui-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint)}.ui-input[aria-invalid=true]{border-color:var(--danger)}.ui-input--mono{font-family:var(--font-mono)}.ui-field-erro{color:var(--danger);font-size:12.5px;margin-top:5px}.ui-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.ui-table{width:100%;border-collapse:collapse;font-size:14px}.ui-table th{text-align:left;font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface-2);white-space:nowrap}.ui-table td{padding:13px 16px;border-bottom:1px solid var(--border);color:var(--text-2);vertical-align:middle}.ui-table tbody tr:last-child td{border-bottom:none}.ui-table tbody tr:hover td{background:var(--surface-2)}.ui-table .mono{font-family:var(--font-mono);font-size:13px;color:var(--muted)}.ui-table__nome{font-weight:600;color:var(--text)}.ui-badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-display);font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.ui-badge--perfil{color:var(--brand-2);background:var(--primary-tint);border-color:color-mix(in srgb,var(--primary) 22%,transparent)}.ui-badge--ok{color:var(--success);background:var(--success-tint)}.ui-badge--off{color:var(--muted);background:var(--surface-2);border-color:var(--border)}.ui-badge--gold{color:var(--gold-ink);background:var(--warn-tint)}.ui-empty{padding:44px 20px;text-align:center;color:var(--muted);font-size:14px}.ui-erro-inline{background:var(--danger-tint);color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 30%,transparent);border-radius:var(--radius-sm);padding:10px 13px;font-size:13.5px}.ui-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e2e4973;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:20px;z-index:50}.ui-modal{width:100%;max-width:460px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:28px;max-height:90vh;overflow-y:auto}.ui-modal__titulo{font-size:19px;font-weight:700;margin-bottom:4px}.ui-modal__sub{color:var(--muted);font-size:13.5px;margin-bottom:20px}.ui-modal__acoes{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.ui-paginacao{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;font-size:13px;color:var(--muted)}.ui-paginacao__botoes{display:flex;gap:8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}#root{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);line-height:1.15;letter-spacing:-.01em}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}button{font-family:var(--font-display);cursor:pointer}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
