._button_i4nad_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:none;border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:var(--weight-semibold);cursor:pointer;transition:background-color var(--transition-fast),opacity var(--transition-fast);line-height:1}._button_i4nad_1:disabled{opacity:.5;cursor:not-allowed}._primary_i4nad_22{background-color:var(--color-primary);color:var(--color-text-inverted)}._primary_i4nad_22:hover:not(:disabled){background-color:var(--color-primary-hover)}._secondary_i4nad_31{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-border)}._secondary_i4nad_31:hover:not(:disabled){background-color:var(--color-surface-raised)}._ghost_i4nad_41{background-color:transparent;color:var(--color-text-muted)}._ghost_i4nad_41:hover:not(:disabled){background-color:var(--color-surface-raised);color:var(--color-text)}._sm_i4nad_51{height:32px;padding:0 var(--space-3);font-size:var(--text-sm)}._md_i4nad_57{height:40px;padding:0 var(--space-4);font-size:var(--text-sm)}._lg_i4nad_63{height:48px;padding:0 var(--space-6);font-size:var(--text-base)}._fullWidth_i4nad_69{width:100%}._spinner_i4nad_73{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:_spin_i4nad_73 .6s linear infinite}@keyframes _spin_i4nad_73{to{transform:rotate(360deg)}}._overlay_lxs9q_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:var(--space-4);background:#0f172a7a}._dialog_lxs9q_11{width:min(720px,100%);max-height:min(760px,calc(100vh - var(--space-8)));display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}._dialogLg_lxs9q_23{width:min(1080px,100%)}._header_lxs9q_27{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--color-border)}._title_lxs9q_36{margin:0;color:var(--color-text);font-size:var(--text-lg);font-weight:var(--weight-semibold)}._body_lxs9q_43{min-height:0;overflow:auto;padding:var(--space-4)}._footer_lxs9q_49{display:flex;justify-content:flex-end;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border);background:var(--color-surface-raised)}._sidebar_3a9pb_1{width:var(--sidebar-width);background-color:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:width .25s ease,background-color .2s ease}._sidebar_3a9pb_1._collapsed_3a9pb_14{width:var(--sidebar-collapsed-width)}._logo_3a9pb_19{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:0 var(--space-4);border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0;overflow:hidden;white-space:nowrap}._collapsed_3a9pb_14 ._logo_3a9pb_19{justify-content:center;padding:0}._logoImage_3a9pb_37{height:26px;width:auto;flex-shrink:0}._toggleButton_3a9pb_44{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--sidebar-text-muted);cursor:pointer;padding:6px;border-radius:var(--radius-sm);transition:color .2s ease,background-color .2s ease;flex-shrink:0}._toggleButton_3a9pb_44:hover{color:#fff;background-color:var(--sidebar-hover-bg)}._nav_3a9pb_66{flex:1;padding:var(--space-3);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:var(--space-1)}._collapsed_3a9pb_14 ._nav_3a9pb_66{align-items:stretch}._nav_3a9pb_66::-webkit-scrollbar{width:4px}._nav_3a9pb_66::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}._menuItem_3a9pb_90{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--sidebar-text);cursor:pointer;text-decoration:none;font-size:var(--text-sm);font-weight:var(--weight-medium);white-space:nowrap;transition:background-color var(--transition-fast),color var(--transition-fast);border:none;background:none;width:100%;text-align:left;font-family:inherit;letter-spacing:.01em}._menuItem_3a9pb_90:hover{background-color:var(--sidebar-hover-bg);color:#fff}._menuItem_3a9pb_90._active_3a9pb_118{background-color:var(--sidebar-active-bg);color:var(--sidebar-active-text)}._menuIcon_3a9pb_123{flex-shrink:0;width:20px;height:20px}._menuLabel_3a9pb_129{flex:1;min-width:0;overflow:hidden;white-space:normal;overflow-wrap:break-word;line-height:1.25;opacity:1;transition:opacity .2s ease}._collapsed_3a9pb_14 ._menuLabel_3a9pb_129{display:none}._chevron_3a9pb_147{flex-shrink:0;width:16px;height:16px;transition:transform .25s ease}._chevronOpen_3a9pb_154{transform:rotate(180deg)}._collapsed_3a9pb_14 ._chevron_3a9pb_147{display:none}._children_3a9pb_163{overflow:hidden;max-height:0;transition:max-height .3s ease}._childrenOpen_3a9pb_169{max-height:1000px}._collapsed_3a9pb_14 ._children_3a9pb_163{display:none}._childItem_3a9pb_178{display:flex;align-items:center;padding:6px var(--space-3) 6px 48px;border-radius:var(--radius-sm);color:var(--sidebar-text-muted);cursor:pointer;text-decoration:none;font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;transition:background-color var(--transition-fast),color var(--transition-fast)}._childItem_3a9pb_178:hover{background-color:var(--sidebar-hover-bg);color:#fff}._childItem_3a9pb_178._active_3a9pb_118{color:var(--sidebar-active-text);background-color:var(--sidebar-active-bg)}._subGroupLabel_3a9pb_205{display:flex;align-items:center;gap:var(--space-2);padding:6px var(--space-3) 6px 36px;color:var(--sidebar-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-family:inherit}._subGroupLabel_3a9pb_205:hover{color:var(--sidebar-text)}._subGroupLabel_3a9pb_205._active_3a9pb_118{color:var(--sidebar-active-text)}._subGroupText_3a9pb_231{flex:1}._subGroupChildren_3a9pb_235{overflow:hidden;max-height:0;transition:max-height .3s ease}._subGroupChildren_3a9pb_235._childrenOpen_3a9pb_169{max-height:1000px}._nestedChildItem_3a9pb_245{display:flex;align-items:center;padding:5px var(--space-3) 5px 56px;border-radius:var(--radius-sm);color:var(--sidebar-text-muted);cursor:pointer;text-decoration:none;font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;transition:background-color var(--transition-fast),color var(--transition-fast)}._nestedChildItem_3a9pb_245:hover{background-color:var(--sidebar-hover-bg);color:#fff}._nestedChildItem_3a9pb_245._active_3a9pb_118{color:var(--sidebar-active-text);background-color:var(--sidebar-active-bg)}._collapsed_3a9pb_14 ._menuItem_3a9pb_90{justify-content:center;padding:var(--space-2) 0;gap:0}._collapsed_3a9pb_14 ._menuItem_3a9pb_90 ._menuIcon_3a9pb_123{width:22px;height:22px}._header_has9h_1{height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--header-border);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-6);flex-shrink:0;gap:var(--space-4);color:var(--header-text)}._title_has9h_15{margin:0;font-size:var(--text-sm);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--header-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userSection_has9h_27{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}._themeToggle_has9h_35{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:var(--radius-full);background:transparent;color:var(--header-text);cursor:pointer;transition:background-color var(--transition-fast);flex-shrink:0}._themeToggle_has9h_35:hover{background-color:#ffffff2e}._avatar_has9h_55{width:32px;height:32px;background-color:#fff;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--header-accent);font-size:var(--text-xs);font-weight:var(--weight-semibold);flex-shrink:0}._userName_has9h_69{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--header-text);white-space:nowrap}._logoutButton_has9h_77{padding:var(--space-1) var(--space-3);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-md);background:transparent;color:var(--header-text);font-size:var(--text-xs);font-family:inherit;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast);flex-shrink:0}._logoutButton_has9h_77:hover{background-color:#ffffff2e;border-color:#fff}@media(max-width:640px){._userName_has9h_69{display:none}}._footer_10zou_1{flex-shrink:0;min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-6);background-color:var(--footer-bg);color:var(--footer-text);font-size:var(--text-sm);border-top:1px solid var(--color-border);transition:background-color .2s ease,color .2s ease}._rights_10zou_17{text-align:right}._track_1k2mr_1{position:fixed;top:0;left:0;right:0;height:3px;overflow:hidden;background-color:var(--color-primary-light);z-index:9999;pointer-events:none}._bar_1k2mr_13{position:absolute;top:0;bottom:0;width:30%;background-color:var(--color-primary);animation:_routeProgressSlide_1k2mr_1 1.1s ease-in-out infinite}@keyframes _routeProgressSlide_1k2mr_1{0%{left:-30%}to{left:100%}}@media(prefers-reduced-motion:reduce){._bar_1k2mr_13{left:0;width:100%;animation:_routeProgressPulse_1k2mr_1 1.2s ease-in-out infinite}@keyframes _routeProgressPulse_1k2mr_1{0%,to{opacity:.4}50%{opacity:1}}}._layout_zjruo_1{display:flex;height:100vh;overflow:hidden}._main_zjruo_7{flex:1;display:flex;flex-direction:column;min-width:0}._content_zjruo_14{flex:1;overflow-y:auto;padding:var(--space-6);background-color:var(--color-surface-sunken)}._wrap_vdtn7_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-8) var(--space-4);text-align:center;min-height:60vh}._icon_vdtn7_12{color:var(--color-text-muted)}._titulo_vdtn7_16{font-size:var(--text-2xl);font-weight:var(--weight-bold)}._mensagem_vdtn7_21{max-width:46ch;color:var(--color-text-muted);line-height:1.6}._caminho_vdtn7_27{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-text-muted);background:var(--color-surface-sunken);border-radius:var(--radius-sm);padding:var(--space-1) var(--space-2)}._link_vdtn7_36{margin-top:var(--space-2);color:var(--color-primary);font-weight:var(--weight-medium)}._loading_pb4q4_1{display:flex;align-items:center;justify-content:center;min-height:100vh}._spinner_pb4q4_8{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:_authguard-spin_pb4q4_1 .6s linear infinite}@keyframes _authguard-spin_pb4q4_1{to{transform:rotate(360deg)}}._layout_1q3bn_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-8);overflow:hidden;background:var(--brand-gradient)}._content_1q3bn_14{position:relative;z-index:1;width:100%;max-width:420px}._cartoes_1q3bn_23{position:absolute;right:-3%;bottom:-10%;width:clamp(280px,34vw,440px);height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;animation:_flutuar_1q3bn_1 9s ease-in-out infinite}@keyframes _flutuar_1q3bn_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(-1.5deg)}}@media(max-width:900px){._cartoes_1q3bn_23{display:none}}@media(prefers-reduced-motion:reduce){._cartoes_1q3bn_23{animation:none}}._wrap_z24oc_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-8);text-align:center}._code_z24oc_12{font-size:var(--text-3xl);font-weight:var(--weight-bold);color:var(--color-primary)}._message_z24oc_18{color:var(--color-text-muted)}._link_z24oc_22{margin-top:var(--space-4);color:var(--color-primary);font-weight:var(--weight-medium)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{height:100%}body{min-height:100%;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate;min-height:100vh}:root{--brand-royal: #2c67ff;--brand-navy: #131833;--brand-sky: #2ca4ff;--brand-gradient: linear-gradient(135deg, var(--brand-royal) 0%, var(--brand-navy) 100%);--color-primary: var(--brand-royal);--color-primary-hover: #204099;--color-primary-light: #ecf1ff;--color-primary-medium: #a8d9ff;--color-secondary: #394955;--color-surface: #ffffff;--color-surface-raised: #f8fafc;--color-surface-sunken: #f1f5f9;--color-text: #111827;--color-text-muted: #6b7280;--color-text-inverted: #ffffff;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--color-danger: #ef4444;--color-danger-light: #fff1f1;--color-success: #10b981;--color-success-light: #ecfdf5;--color-warning: #f59e0b;--color-warning-light: #fffbeb;--color-info: var(--brand-sky);--color-info-light: #ecf7ff;--badge-primary-bg: #dbeafe;--badge-primary-text: #1d4ed8;--badge-secondary-bg: #e2e8f0;--badge-secondary-text: #475569;--badge-success-bg: #dcfce7;--badge-success-text: #15803d;--badge-warning-bg: #fef3c7;--badge-warning-text: #b45309;--badge-info-bg: #cffafe;--badge-info-text: #0e7490;--badge-danger-bg: #fee2e2;--badge-danger-text: #dc2626;--badge-orange-bg: #ffedd5;--badge-orange-text: #c2410c;--badge-blue-bg: #e0e7ff;--badge-blue-text: #4338ca;--table-stripe: #f8fafc;--table-hover-intersection: #c3d4ff;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgb(0 0 0 / .05);--shadow-md: 0 4px 6px rgb(0 0 0 / .07);--shadow-lg: 0 10px 15px rgb(0 0 0 / .1);--transition-fast: .15s ease;--transition-normal: .25s ease;--header-height: 64px;--sidebar-width: 250px;--sidebar-collapsed-width: 70px;--header-bg: var(--brand-royal);--header-border: rgba(0, 0, 0, .06);--header-text: #ffffff;--header-accent: var(--brand-royal);--sidebar-bg: var(--brand-navy);--sidebar-text: #e9ecef;--sidebar-text-muted: #adb5bd;--sidebar-hover-bg: rgba(255, 255, 255, .06);--sidebar-active-bg: color-mix(in srgb, var(--brand-sky) 16%, transparent);--sidebar-active-text: var(--brand-sky);--footer-bg: var(--color-surface-raised);--footer-text: var(--color-text-muted);--z-sticky: 10;--z-modal: 100;--z-dropdown: 200}[data-theme=dark]{--color-primary: var(--brand-sky);--color-primary-hover: #52b4ff;--color-primary-light: #0b293f;--color-primary-medium: #0f3858;--color-surface: #0f172a;--color-surface-raised: #1e293b;--color-surface-sunken: #020617;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-text-inverted: #0f172a;--color-border: #334155;--color-border-strong: #475569;--color-warning-light: #451a03;--color-info-light: #0c2c44;--badge-primary-bg: #1e3a5f;--badge-primary-text: #93c5fd;--badge-secondary-bg: #334155;--badge-secondary-text: #cbd5e1;--badge-success-bg: #052e16;--badge-success-text: #86efac;--badge-warning-bg: #451a03;--badge-warning-text: #fcd34d;--badge-info-bg: #164e63;--badge-info-text: #67e8f9;--badge-danger-bg: #450a0a;--badge-danger-text: #fca5a5;--badge-orange-bg: #431407;--badge-orange-text: #fdba74;--badge-blue-bg: #312e81;--badge-blue-text: #c7d2fe;--table-stripe: #1e293b;--table-hover-intersection: #143e5d;--shadow-sm: 0 1px 2px rgb(0 0 0 / .2);--shadow-md: 0 4px 6px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px rgb(0 0 0 / .4);--header-border: rgba(0, 0, 0, .4);--footer-bg: #262b3c;--footer-text: #c3cbe4}:root{--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-surface);line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}@keyframes spin{to{transform:rotate(360deg)}}
