@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root,[data-theme=light]{--azul-primario: #4338ca;--azul-primario-hover: #3730a3;--indigo-claro: #6366f1;--fundo-app: #f4f5fa;--fundo-card: #ffffff;--fundo-card-hover: #fafafe;--fundo-sidebar: #ffffff;--texto-principal: #1e2230;--texto-secundario: #6b7280;--borda: #e5e7eb;--verde: #16a34a;--verde-bg: #dcfce7;--vermelho: #dc2626;--vermelho-bg: #fee2e2;--laranja: #ea580c;--laranja-bg: #ffedd5;--azul-bg: #e0e7ff;--sombra: 0 1px 3px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .04);--raio: 12px;--fonte: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=dark]{--azul-primario: #6366f1;--azul-primario-hover: #818cf8;--indigo-claro: #818cf8;--fundo-app: #0b0d1c;--fundo-card: #13162b;--fundo-card-hover: #181b35;--fundo-sidebar: #0c0e20;--texto-principal: #f1f2f8;--texto-secundario: #9499b7;--borda: #262a4d;--verde: #34d399;--verde-bg: rgba(52,211,153,.15);--vermelho: #f87171;--vermelho-bg: rgba(248,113,113,.15);--laranja: #fb923c;--laranja-bg: rgba(251,146,60,.15);--azul-bg: rgba(99,102,241,.18);--sombra: 0 10px 30px rgba(0,0,0,.45)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--fonte);background:var(--fundo-app);color:var(--texto-principal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01";transition:background .2s ease,color .2s ease}a{color:inherit;text-decoration:none}button{font-family:inherit}input,button,select,textarea{font-size:14px;font-family:var(--fonte)}input,select,textarea{background:var(--fundo-card);color:var(--texto-principal);border-color:var(--borda)}input::placeholder,textarea::placeholder{color:var(--texto-secundario);opacity:.7}.pagina-login input,.pagina-login select,.pagina-login textarea{background:#fff!important;color:#111827!important;border-color:#e5e7eb!important}.pagina-login input::placeholder{color:#9ca3af!important}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--borda);border-radius:8px}.girando-insight{animation:girar-insight 1s linear infinite}@keyframes girar-insight{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
