*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;background:#0f0f14}html[data-theme=light] body{background:#f1f5f9}.auth-layout{min-height:100vh;background:#0f0f14;color:#f1f5f9;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-layout-inner{width:100%;max-width:400px}.auth-card{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:16px;padding:2rem}.auth-card-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.auth-card-subtitle{color:#94a3b8;font-size:.95rem;margin:0 0 1.5rem}.auth-error{padding:.75rem 1rem;margin:0 0 1rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#fca5a5;font-size:.9rem}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f0f14;color:#94a3b8}.auth-loading p{margin:0}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-label{font-size:.9rem;font-weight:500;color:#e2e8f0}.auth-label-optional{font-weight:400;color:#94a3b8;font-size:.85em}.auth-input{width:100%;padding:.75rem 1rem;font-size:1rem;background:#0f0f14;border:1px solid rgba(148,163,184,.2);border-radius:10px;color:#f1f5f9;transition:border-color .2s}.auth-input::placeholder{color:#64748b}.auth-input:focus{outline:none;border-color:#06b6d4}.auth-submit{margin-top:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#08080c;background:#06b6d4;border:none;border-radius:10px;cursor:pointer;transition:background .2s}.auth-submit:hover{background:#0891b2}.auth-card-footer{margin:1.5rem 0 0;font-size:.9rem;color:#94a3b8;text-align:center}.auth-link{color:#06b6d4;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.admin-layout{display:flex;min-height:100vh;background:#0f0f14;color:#f1f5f9}.admin-sidebar-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:100;width:44px;height:44px;padding:0;background:#14141c;border:1px solid rgba(148,163,184,.2);border-radius:10px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}.admin-sidebar-toggle span{width:20px;height:2px;background:#94a3b8;border-radius:1px;transition:transform .2s,opacity .2s}.admin-layout.sidebar-open .admin-sidebar-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.admin-layout.sidebar-open .admin-sidebar-toggle span:nth-child(2){opacity:0}.admin-layout.sidebar-open .admin-sidebar-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.admin-sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:40}.admin-sidebar{width:220px;flex-shrink:0;background:#14141c;border-right:1px solid rgba(148,163,184,.12);padding:1.5rem 1rem}.admin-logo{display:flex;flex-direction:row;align-items:center;gap:.5rem;text-decoration:none;color:#06b6d4;margin-bottom:1.5rem}.admin-logo-img{width:32px;height:36px;object-fit:contain;flex-shrink:0;filter:brightness(0) saturate(100%) invert(72%) sepia(49%) saturate(1200%) hue-rotate(162deg)}.admin-logo-text{font-weight:700;font-size:1.15rem;color:#06b6d4}.admin-sidebar-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;color:#64748b;margin:1rem 0 .5rem;padding:0 .25rem 0 .5rem}.admin-sidebar-label:first-of-type{margin-top:0}.admin-nav{display:flex;flex-direction:column;gap:.25rem}.admin-nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;color:#94a3b8;text-decoration:none;transition:background .2s,color .2s}.admin-nav-icon{flex-shrink:0;opacity:.9}.admin-nav-link:hover{background:#ffffff0d;color:#f1f5f9}.admin-nav-link.active{background:#06b6d426;color:#06b6d4}.admin-nav-theme{width:100%;text-align:left;border:none;background:none;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;gap:.5rem}.admin-nav-logout{width:100%;text-align:left;border:none;background:none;cursor:pointer;font:inherit;color:inherit;margin-top:.25rem}.admin-nav-logout:hover{background:#ef444426;color:#fca5a5}.admin-main{flex:1;display:flex;flex-direction:column;min-width:0}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.12)}.admin-title{font-size:1.15rem;font-weight:600;margin:0}.admin-header-btn-pix{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:#06b6d41f;border:1px solid rgba(6,182,212,.3);border-radius:8px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.admin-header-btn-pix:hover{background:#06b6d433;color:#22d3ee;border-color:#06b6d473}.admin-header-btn-pix-text{white-space:nowrap}@media(max-width:480px){.admin-header-btn-pix-text{display:none}.admin-header-btn-pix{padding:.5rem .65rem}}.admin-content{flex:1;padding:1.5rem}@media(max-width:768px){.admin-sidebar-toggle{display:flex}.admin-sidebar-overlay{display:block;opacity:0;pointer-events:none;transition:opacity .2s}.admin-sidebar.open+.admin-sidebar-overlay{opacity:1;pointer-events:auto}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;width:260px;max-width:85vw;transform:translate(-100%);transition:transform .25s ease;box-shadow:4px 0 24px #0000004d}.admin-sidebar.open{transform:translate(0)}.admin-main{padding-left:0}.admin-header{padding-left:4.5rem}.admin-content{padding:1rem}}.dashboard{width:100%}.dashboard-header{margin-bottom:1.5rem}.dashboard-title{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin:0 0 .35rem}.dashboard-desc{color:#94a3b8;font-size:.95rem;line-height:1.5;margin:0}.dashboard-loading,.dashboard-error{margin:1rem 0}.dashboard-error{color:#fca5a5}.dashboard-charts{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}@media(max-width:1000px){.dashboard-charts{grid-template-columns:1fr}}.dashboard-row-tables{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}@media(max-width:1100px){.dashboard-row-tables{grid-template-columns:1fr}}.dashboard-section{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;min-height:0}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-shrink:0}.dashboard-section-title{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0;display:flex;align-items:center;gap:.5rem}.dashboard-section-link{font-size:.85rem;font-weight:500;color:#06b6d4;text-decoration:none;display:inline-flex;align-items:center;gap:.2rem;transition:color .2s}.dashboard-section-link:hover{color:#22d3ee}.dashboard-table-wrap{overflow-x:auto;flex:1;min-height:0}.dashboard-table{width:100%;border-collapse:collapse;font-size:.9rem}.dashboard-table th,.dashboard-table td{padding:.5rem .6rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.1)}.dashboard-table th{font-weight:600;color:#94a3b8;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.dashboard-th-valor,.dashboard-cell-valor{text-align:right}.dashboard-cell-nome{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-cell-valor{color:#86efac;font-weight:500}.dashboard-list-wrap{flex:1;min-height:0}.dashboard-list{list-style:none;margin:0;padding:0}.dashboard-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid rgba(148,163,184,.08);font-size:.9rem}.dashboard-list-item:last-child{border-bottom:none}.dashboard-list-nome{color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-list-badge{font-size:.8rem;color:#94a3b8;background:#94a3b826;padding:.2rem .5rem;border-radius:6px;flex-shrink:0}.dashboard-empty{color:#64748b;font-size:.9rem;margin:0;padding:.5rem 0}.dashboard-quick-cards{margin-top:.5rem}.dashboard-quick-title{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.dashboard-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:768px){.dashboard-quick-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-quick-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.25rem;background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.dashboard-quick-card:hover{border-color:#06b6d459;background:#06b6d40f}.dashboard-quick-card svg{color:#06b6d4}.dashboard-quick-label{font-size:.85rem;color:#94a3b8}.dashboard-quick-value{font-size:1.25rem;font-weight:700;color:#e2e8f0}.calculadora{width:100%}.calculadora-title{font-size:1.35rem;font-weight:600;margin:0 0 .35rem}.calculadora-desc{color:#94a3b8;font-size:.95rem;line-height:1.5;margin:0 0 1.5rem}.calculadora-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:720px){.calculadora-grid{grid-template-columns:1fr}}.calculadora-section{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:1.25rem 1.5rem}.calculadora-section-title{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#e2e8f0}.calculadora-field{margin-bottom:1rem}.calculadora-field:last-child{margin-bottom:0}.calculadora-label{display:block;font-size:.85rem;font-weight:500;color:#94a3b8;margin-bottom:.35rem}.calculadora-input{width:100%;padding:.5rem .75rem;font-size:.95rem;background:#0f0f14;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#f1f5f9;transition:border-color .2s}.calculadora-input:focus{outline:none;border-color:#06b6d4}.calculadora-input:disabled,.calculadora-input-wrap:has(.calculadora-input:disabled){opacity:.75;cursor:not-allowed}.calculadora-input-wrap{display:flex;align-items:center;gap:.35rem;padding-left:.5rem;background:#0f0f14;border:1px solid rgba(148,163,184,.2);border-radius:8px}.calculadora-input-wrap:focus-within{border-color:#06b6d4}.calculadora-prefix{font-size:.9rem;color:#64748b}.calculadora-input-wrap .calculadora-input{border:none;background:transparent;padding-left:0}.calculadora-input-wrap .calculadora-input:focus{box-shadow:none}.calculadora-readonly{font-size:.95rem;color:#06b6d4;font-weight:500;margin:0;padding:.5rem 0}.calculadora-results{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:1.25rem 1.5rem}.calculadora-results-list{margin:0;display:flex;flex-direction:column;gap:.75rem}.calculadora-result-item{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.calculadora-result-item dt{font-size:.9rem;color:#94a3b8;margin:0;font-weight:500}.calculadora-result-item dd{font-size:1.05rem;font-weight:600;color:#06b6d4;margin:0}.calculadora-hint{color:#64748b;font-size:.9rem;margin:0}.financeiro{width:100%}.financeiro-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.financeiro-header-text{min-width:0}.financeiro-title{font-size:1.35rem;font-weight:600;margin:0 0 .35rem}.financeiro-desc{color:#94a3b8;font-size:.95rem;line-height:1.5;margin:0}.financeiro-error{color:#fca5a5;font-size:.9rem;margin:0 0 1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:8px}.financeiro-loading{color:#94a3b8;font-size:.95rem;margin:0}.financeiro-empty{color:#64748b;font-size:.9rem;text-align:center;padding:2rem 1rem!important}.financeiro-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(148,163,184,.15)}.financeiro-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#94a3b8;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .2s,border-color .2s}.financeiro-tab:hover{color:#e2e8f0}.financeiro-tab.active{color:#06b6d4;border-bottom-color:#06b6d4}.financeiro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem}.financeiro-cards-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.financeiro-cards,.financeiro-cards-4{grid-template-columns:1fr}}.financeiro-card{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.financeiro-card-label{font-size:.85rem;font-weight:500;color:#94a3b8}.financeiro-card-value{font-size:1.5rem;font-weight:700;color:#f1f5f9}.financeiro-card-receita .financeiro-card-value{color:#86efac}.financeiro-card-despesa .financeiro-card-value{color:#fca5a5}.financeiro-card-saldo .financeiro-card-value{color:#06b6d4}.financeiro-card-hint{font-size:.75rem;color:#64748b;margin-top:.15rem}.financeiro-transacoes{margin-top:1.5rem;background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;overflow:hidden}.financeiro-transacoes-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.12)}.financeiro-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;margin:0;color:#e2e8f0}.financeiro-btn-nova{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:#06b6d41f;border:1px solid rgba(6,182,212,.3);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.financeiro-btn-nova:hover{background:#06b6d433;color:#22d3ee}.financeiro-table-wrap{overflow-x:auto}.financeiro-table{width:100%;border-collapse:collapse;font-size:.9rem}.financeiro-table th,.financeiro-table td{padding:.75rem 1.25rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.08)}.financeiro-table th{font-weight:600;color:#94a3b8;background:#0003}.financeiro-table-th-valor{text-align:right}.financeiro-table tbody tr:last-child td{border-bottom:none}.financeiro-table tbody tr:hover{background:#ffffff05}.financeiro-table-valor{text-align:right;font-weight:500}.financeiro-table .valor-entrada{color:#86efac}.financeiro-table .valor-saida{color:#fca5a5}.financeiro-table-th-acoes{width:1%;white-space:nowrap;text-align:center}.financeiro-table-acoes{text-align:center}.financeiro-btn-ver-pedido{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;font-size:.8rem;font-weight:500;font-family:inherit;color:#94a3b8;background:#94a3b81f;border:1px solid rgba(148,163,184,.2);border-radius:6px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.financeiro-btn-ver-pedido:hover:not(:disabled){color:#e2e8f0;background:#94a3b833;border-color:#94a3b859}.financeiro-btn-ver-pedido:disabled{opacity:.7;cursor:not-allowed}.financeiro-listagem{display:flex;flex-direction:column;gap:1.25rem}.financeiro-filtros{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:1rem;background:#0003;border-radius:12px;border:1px solid rgba(148,163,184,.1)}.financeiro-filtros-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}.financeiro-filtro-group{display:flex;flex-direction:column;gap:.35rem}.financeiro-filtro-group label{font-size:.8rem;font-weight:500;color:#94a3b8}.pedidos-filtro-em-andamento-wrap{display:flex;flex-direction:column;gap:.35rem}.pedidos-filtro-em-andamento-wrap .pedidos-filtro-em-andamento-label{font-size:.8rem;font-weight:500;color:#94a3b8}.pedidos-filtro-pill{padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#94a3b8;background:#94a3b81f;border:1px solid rgba(148,163,184,.25);border-radius:8px;cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.pedidos-filtro-pill:hover{background:#94a3b82e;color:#e2e8f0;border-color:#94a3b859}.pedidos-filtro-pill.active{color:#0f0f14;background:#06b6d4;border-color:#06b6d4}.pedidos-filtro-pill.active:hover{background:#0891b2;border-color:#0891b2;color:#fff}.financeiro-filtro-input,.financeiro-filtro-select{padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:#e2e8f0;background:#0f172a80;border:1px solid rgba(148,163,184,.2);border-radius:8px;min-width:140px}.financeiro-filtro-input:focus,.financeiro-filtro-select:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 2px #06b6d433}.financeiro-filtro-btn-30{padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:#06b6d426;border:1px solid rgba(6,182,212,.3);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.financeiro-filtro-btn-30:hover{background:#06b6d440;color:#22d3ee}.financeiro-table-listagem .financeiro-th-sort{display:inline-flex;align-items:center;gap:.35rem;padding:0;font:inherit;font-weight:600;color:#94a3b8;background:none;border:none;cursor:pointer;text-align:left;transition:color .2s}.financeiro-table-th-valor .financeiro-th-sort{text-align:right}.financeiro-th-sort:hover{color:#e2e8f0}.financeiro-th-sort-inactive{opacity:.5}.financeiro-cell-plataforma,.financeiro-cell-parcelas{font-size:.85em;color:#94a3b8}.financeiro-paginacao{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.financeiro-paginacao-info{font-size:.9rem;color:#94a3b8}.financeiro-paginacao-controls{display:flex;align-items:center;gap:.75rem}.financeiro-paginacao-label{font-size:.85rem;color:#94a3b8}.financeiro-paginacao-select{padding:.35rem .5rem;font-size:.9rem;font-family:inherit;color:#e2e8f0;background:#0f172a80;border:1px solid rgba(148,163,184,.2);border-radius:6px;cursor:pointer}.financeiro-paginacao-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;color:#e2e8f0;background:#94a3b826;border:1px solid rgba(148,163,184,.2);border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.financeiro-paginacao-btn:hover:not(:disabled){background:#06b6d433;color:#06b6d4;border-color:#06b6d44d}.financeiro-paginacao-btn:disabled{opacity:.4;cursor:not-allowed}.financeiro-paginacao-page{font-size:.9rem;color:#94a3b8;min-width:6rem;text-align:center}.financeiro-tipo-switch{display:flex;border-radius:10px;overflow:hidden;border:1px solid rgba(148,163,184,.25);margin-bottom:.5rem}.financeiro-tipo-btn{flex:1;padding:.65rem 1rem;font-size:.95rem;font-weight:500;font-family:inherit;border:none;background:#0f0f1480;color:#94a3b8;cursor:pointer;transition:background .2s,color .2s}.financeiro-tipo-btn:hover{background:#ffffff0d;color:#e2e8f0}.financeiro-tipo-btn.active{background:#06b6d4;color:#08080c}.financeiro-tipo-btn.active:hover{background:#22d3ee}.financeiro-modal-check{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:#e2e8f0;cursor:pointer;margin-bottom:.5rem}.financeiro-modal-check input{width:1.1rem;height:1.1rem;accent-color:#06b6d4}.financeiro-dashboard{width:100%}.financeiro-dashboard-title{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#e2e8f0}.financeiro-dashboard-chart{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.financeiro-dashboard-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:900px){.financeiro-dashboard-row{grid-template-columns:1fr}}.financeiro-chart-wrap,.financeiro-chart-pie{min-height:280px}.financeiro-chart-wrap .recharts-cartesian-grid-horizontal line,.financeiro-chart-wrap .recharts-cartesian-grid-vertical line{stroke:#94a3b826}.financeiro-chart-wrap .recharts-text{fill:#94a3b8;font-size:12px}.financeiro-chart-wrap .recharts-legend-item-text{fill:#e2e8f0!important}.financeiro-chart-legend-valor{font-size:.875rem;color:#94a3b8}.financeiro-chart-wrap .recharts-default-tooltip{background:#1e1e28!important;border:1px solid rgba(148,163,184,.2)!important;border-radius:8px;padding:.5rem .75rem;font-size:.85rem;color:#f1f5f9}.financeiro-chart-wrap .recharts-default-tooltip .recharts-tooltip-item-list li,.financeiro-chart-wrap .recharts-default-tooltip .recharts-tooltip-item{color:#f1f5f9}.financeiro-chart-wrap .recharts-default-tooltip .recharts-tooltip-label{color:#e2e8f0}.usuarios{width:100%;display:flex;flex-direction:column;min-height:0}.usuarios-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.usuarios-title{font-size:1.25rem;font-weight:600;margin:0}.usuarios-btn-new{padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:#06b6d41f;border:1px solid rgba(6,182,212,.3);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.usuarios-btn-new:hover{background:#06b6d433;color:#22d3ee}.usuarios-hint{color:#64748b;font-size:.9rem;margin:0 0 1rem}.usuarios-error{color:#fca5a5;font-size:.9rem;margin:0 0 1rem}.usuarios-loading{color:#94a3b8;margin:0}.usuarios-table-wrap{flex:1;overflow-x:auto;border:1px solid rgba(148,163,184,.12);border-radius:12px;min-height:0}.usuarios-table{width:100%;border-collapse:collapse;font-size:.9rem}.usuarios-table th,.usuarios-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.08)}.usuarios-table th{font-weight:600;color:#94a3b8;background:#0003}.usuarios-table tbody tr:last-child td{border-bottom:none}.usuarios-table tbody tr:hover{background:#ffffff05}.usuarios-empty{color:#64748b;text-align:center;padding:2rem}.usuarios-badge{display:inline-block;padding:.25rem .6rem;font-size:.8rem;font-weight:500;border-radius:6px}.usuarios-badge.active{background:#22c55e33;color:#86efac}.usuarios-badge.blocked{background:#ef444433;color:#fca5a5}.usuarios-toggle-btn{padding:.35rem .75rem;font-size:.85rem;font-weight:500;color:#06b6d4;background:transparent;border:1px solid rgba(6,182,212,.4);border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.usuarios-toggle-btn:hover:not(:disabled){background:#06b6d426}.usuarios-toggle-btn:disabled{opacity:.6;cursor:not-allowed}.produtos-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.produtos-header-text{min-width:0}.produtos-title{font-size:1.35rem;font-weight:600;margin:0 0 .25rem}.produtos-desc{color:#94a3b8;font-size:.95rem;line-height:1.5;margin:0}.produtos-btn-novo{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:transparent;border:1px solid rgba(6,182,212,.4);border-radius:10px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.produtos-btn-novo:hover{background:#06b6d433;color:#22d3ee}.produtos-error{color:#fca5a5;font-size:.9rem;margin:0 0 1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px}.produtos-loading{color:#94a3b8;font-size:.95rem;margin:0}.produtos-table-wrap{overflow-x:auto;border:1px solid rgba(148,163,184,.12);border-radius:12px;background:#14141c}.produtos-table{width:100%;border-collapse:collapse;font-size:.9rem}.produtos-table th,.produtos-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.08)}.produtos-table th{font-weight:600;color:#94a3b8;background:#0003}.produtos-th-preco{white-space:nowrap}.produtos-table tbody tr:last-child td{border-bottom:none}.produtos-table tbody tr:hover{background:#ffffff05}.produtos-cell-nome{font-weight:500}.produtos-cell-preco{white-space:nowrap}.produtos-cell-desc{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#94a3b8}.produtos-empty{color:#64748b;text-align:center;padding:2rem 1rem!important}.produtos-badge{display:inline-block;padding:.25rem .5rem;font-size:.8rem;font-weight:500;border-radius:6px}.produtos-badge.ativo{background:#22c55e33;color:#86efac}.produtos-badge.inativo{background:#94a3b833;color:#94a3b8}.produtos-actions{display:flex;gap:.5rem}.produtos-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.produtos-btn-edit{background:#06b6d426;color:#67e8f9}.produtos-btn-edit:hover{background:#06b6d440;color:#22d3ee}.produtos-btn-delete{background:#ef444426;color:#fca5a5}.produtos-btn-delete:hover{background:#ef444440;color:#f87171}.modal-produto{max-width:720px}.modal-body-produto{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem 1.25rem}.modal-body-produto .modal-field-full{grid-column:1 / -1}.modal-body-produto .modal-field{min-width:0}@media(max-width:640px){.modal-produto{max-width:100%}.modal-body-produto{grid-template-columns:1fr 1fr}}.auth-textarea{min-height:80px;resize:vertical}.produtos-modal-check{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#e2e8f0;cursor:pointer}.produtos-modal-check input{width:1rem;height:1rem;accent-color:#06b6d4}.modal-btn-danger{color:#fff;background:#ef4444;border:none}.modal-btn-danger:hover:not(:disabled){background:#dc2626}.modal-btn-danger:disabled{opacity:.6;cursor:not-allowed}.produtos-confirm-text{margin:0 0 1rem;color:#e2e8f0;line-height:1.5}.clientes-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.clientes-header-text{min-width:0}.clientes-title{font-size:1.35rem;font-weight:600;margin:0 0 .25rem}.clientes-desc{color:#94a3b8;font-size:.95rem;line-height:1.5;margin:0}.clientes-btn-novo{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:transparent;border:1px solid rgba(6,182,212,.4);border-radius:10px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.clientes-btn-novo:hover{background:#06b6d433;color:#22d3ee}.clientes-error{color:#fca5a5;font-size:.9rem;margin:0 0 1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px}.clientes-loading{color:#94a3b8;font-size:.95rem;margin:0}.clientes-table-wrap{overflow-x:auto;border:1px solid rgba(148,163,184,.12);border-radius:12px;background:#14141c}.clientes-table{width:100%;border-collapse:collapse;font-size:.9rem}.clientes-table th,.clientes-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.08)}.clientes-table th{font-weight:600;color:#94a3b8;background:#0003}.clientes-table tbody tr:last-child td{border-bottom:none}.clientes-table tbody tr:hover{background:#ffffff05}.clientes-cell-nome{font-weight:500}.clientes-cell-desc{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#94a3b8}.clientes-empty{color:#64748b;text-align:center;padding:2rem 1rem!important}.clientes-actions{display:flex;gap:.5rem}.clientes-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.clientes-btn-edit{background:#06b6d426;color:#67e8f9}.clientes-btn-edit:hover{background:#06b6d440;color:#22d3ee}.clientes-btn-delete{background:#ef444426;color:#fca5a5}.clientes-btn-delete:hover{background:#ef444440;color:#f87171}.modal-cliente{max-width:560px}.modal-body-cliente{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}.modal-body-cliente .modal-field-full{grid-column:1 / -1}.modal-body-cliente .modal-field{min-width:0}.clientes-confirm-text{margin:0 0 1rem;color:#e2e8f0;line-height:1.5}.pedidos-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.pedidos-header-text{min-width:0}.pedidos-title{font-size:1.35rem;font-weight:600;margin:0 0 .25rem}.pedidos-desc{color:#94a3b8;font-size:.95rem;line-height:1.5;margin:0}.pedidos-btn-novo{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#06b6d4;background:transparent;border:1px solid rgba(6,182,212,.4);border-radius:10px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.pedidos-btn-novo:hover{background:#06b6d433;color:#22d3ee}.pedidos-error{color:#fca5a5;font-size:.9rem;margin:0 0 1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px}.pedidos-loading{color:#94a3b8;font-size:.95rem;margin:0}.pedidos-form{background:#14141c;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.pedidos-form-grid{display:grid;grid-template-columns:1fr auto;gap:1rem 1.5rem;align-items:end}@media(max-width:640px){.pedidos-form-grid{grid-template-columns:1fr}}.pedidos-field{min-width:0}.pedidos-field-cliente{position:relative}.pedidos-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:2px;background:#14141c;border:1px solid rgba(148,163,184,.2);border-radius:10px;max-height:240px;overflow-y:auto;z-index:10;box-shadow:0 8px 24px #0006}.pedidos-dropdown-empty{padding:.75rem 1rem;color:#94a3b8;font-size:.9rem}.pedidos-dropdown-item{display:block;width:100%;padding:.6rem 1rem;text-align:left;font-size:.95rem;color:#e2e8f0;background:none;border:none;cursor:pointer;transition:background .15s}.pedidos-dropdown-item:hover{background:#ffffff0f}.pedidos-dropdown-criar{color:#06b6d4;font-weight:500;display:flex;align-items:center;gap:.4rem;border-top:1px solid rgba(148,163,184,.1)}.pedidos-dropdown-criar:hover{background:#06b6d41a}.pedidos-select{cursor:pointer;min-width:160px}.pedidos-add-produto{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.pedidos-add-produto .pedidos-select{flex:1;min-width:200px}.pedidos-btn-add{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#06b6d4;background:transparent;border:1px solid rgba(6,182,212,.4);border-radius:10px;cursor:pointer;transition:background .2s,color .2s}.pedidos-btn-add:hover:not(:disabled){background:#06b6d433;color:#22d3ee}.pedidos-btn-add:disabled{opacity:.5;cursor:not-allowed}.pedidos-table-wrap{overflow-x:auto;margin:1rem 0;border:1px solid rgba(148,163,184,.12);border-radius:12px;background:#0f0f14}.pedidos-table{width:100%;border-collapse:collapse;font-size:.9rem}.pedidos-table th,.pedidos-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.08)}.pedidos-table th{font-weight:600;color:#94a3b8;background:#0003}.pedidos-th-qty{width:90px}.pedidos-th-preco{width:120px;text-align:right}.pedidos-th-actions{width:48px}.pedidos-table tbody tr:last-child td{border-bottom:none}.pedidos-table tbody tr:hover{background:#ffffff05}.pedidos-cell-nome{font-weight:500}.pedidos-cell-subtotal,.pedidos-cell-preco{text-align:right;white-space:nowrap}.pedidos-input-qty{width:70px;padding:.5rem;text-align:center}.pedidos-input-preco{width:100px;text-align:right}.pedidos-btn-remove{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#ef444426;color:#fca5a5;cursor:pointer;transition:background .2s,color .2s}.pedidos-btn-remove:hover{background:#ef444440;color:#f87171}.pedidos-total-row{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.12);font-size:1.1rem;font-weight:600}.pedidos-total-value{color:#06b6d4;min-width:120px;text-align:right}.pedidos-actions{margin-top:1rem}.pedidos-btn-salvar{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:1rem;font-weight:600;color:#08080c;background:#06b6d4;border:none;border-radius:10px;cursor:pointer;transition:background .2s}.pedidos-btn-salvar:hover:not(:disabled){background:#0891b2}.pedidos-btn-salvar:disabled{opacity:.5;cursor:not-allowed}.pedidos-listagem{margin-top:2rem}.pedidos-section-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.pedidos-empty{color:#64748b;font-size:.95rem;margin:0}.pedidos-empty-cell{color:#64748b;text-align:center;padding:2rem 1rem!important}.pedidos-actions-cell{display:flex;gap:.5rem}.pedidos-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.pedidos-btn-view{background:#94a3b833;color:#94a3b8}.pedidos-btn-view:hover{background:#94a3b84d;color:#e2e8f0}.pedidos-btn-edit{background:#06b6d426;color:#67e8f9}.pedidos-btn-edit:hover{background:#06b6d440;color:#22d3ee}.pedidos-btn-delete{background:#ef444426;color:#fca5a5}.pedidos-btn-delete:hover{background:#ef444440;color:#f87171}.pedidos-status-select{width:100%;min-width:0;padding:.4rem .6rem;font-size:.85rem;cursor:pointer}.pedidos-status-select:disabled{opacity:.7;cursor:wait}.pedidos-row-updating td .pedidos-status-select{opacity:.9}.modal-pedido{width:100%;max-width:720px;min-width:320px;max-height:90vh;overflow:auto}.modal-body-pedido{display:flex;flex-direction:column;gap:1rem}.pedidos-modal-field{min-width:0}.pedidos-modal-field-cliente{position:relative}.pedidos-modal-row{display:flex;flex-direction:column;gap:1rem}.pedidos-modal-row .pedidos-modal-field{min-width:0}.pedidos-modal-row .auth-input,.pedidos-modal-row .pedidos-select{width:100%;box-sizing:border-box}.pedidos-modal-field-observacoes .auth-textarea{min-height:72px;resize:vertical}.pedidos-dropdown-modal{max-height:200px}.pedidos-modal-table-wrap{overflow-x:auto;border:1px solid rgba(148,163,184,.12);border-radius:10px;background:#0f0f14}.pedidos-modal-table{font-size:.85rem}.pedidos-modal-table th,.pedidos-modal-table td{padding:.5rem .75rem}.pedidos-modal-total{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding-top:.5rem;border-top:1px solid rgba(148,163,184,.12);font-size:1rem;font-weight:600}.pedidos-confirm-text{margin:0 0 1rem;color:#e2e8f0;line-height:1.5}.modal-body-pedido-ver{display:flex;flex-direction:column;gap:1.25rem}.pedidos-ver-dl{display:flex;flex-wrap:wrap;gap:.75rem 2rem;margin:0}.pedidos-ver-row{display:flex;gap:.5rem;align-items:baseline}.pedidos-ver-row dt{margin:0;font-weight:600;color:#94a3b8;font-size:.9rem}.pedidos-ver-row dd{margin:0;color:#e2e8f0}.pedidos-ver-row-full{flex-basis:100%;flex-direction:column;gap:.25rem}.pedidos-ver-row-full dd{white-space:pre-wrap;word-break:break-word}.pedidos-ver-subtitle{font-size:1rem;font-weight:600;margin:0;color:#e2e8f0}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-content{background:#14141c;border:1px solid rgba(148,163,184,.2);border-radius:16px;width:100%;max-width:420px;max-height:90vh;overflow:auto}.modal-nova-movimentacao{max-width:560px}.modal-body-nova-mov{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}.modal-body-nova-mov .modal-field-full{grid-column:1 / -1}.modal-body-nova-mov .modal-field{min-width:0}.modal-body-nova-mov .auth-label{margin-bottom:.25rem}.modal-body-nova-mov .financeiro-modal-check{margin-bottom:0;padding-top:.5rem}.modal-body-nova-mov .modal-actions{margin-top:.25rem}.auth-input-date{min-height:2.75rem}.auth-input-date::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.8}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.12)}.modal-title{font-size:1.25rem;font-weight:600;margin:0}.modal-close{width:36px;height:36px;padding:0;font-size:1.5rem;line-height:1;color:#94a3b8;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .2s,background .2s}.modal-close:hover{color:#f1f5f9;background:#ffffff0d}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-body .auth-label{margin-bottom:-.5rem}.modal-select{cursor:pointer}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.modal-actions-pedido-ver{flex-wrap:wrap}.modal-btn-whatsapp{color:#0f0f14;background:#25d366;border:none}.modal-btn-whatsapp:hover{background:#20bd5a}.modal-btn{padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.modal-btn-cancel{color:#94a3b8;background:transparent;border:1px solid rgba(148,163,184,.2)}.modal-btn-cancel:hover{background:#ffffff0d;color:#f1f5f9}.modal-btn-submit{color:#08080c;background:#06b6d4;border:none}.modal-btn-submit:hover:not(:disabled){background:#0891b2}.modal-btn-submit:disabled{opacity:.6;cursor:not-allowed}[data-theme=light] .auth-layout{background:#f1f5f9;color:#0f172a}[data-theme=light] .auth-card{background:#fff;border-color:#0f172a14}[data-theme=light] .auth-card-title,[data-theme=light] .auth-card-subtitle,[data-theme=light] .auth-label{color:#334155}[data-theme=light] .auth-label-optional,[data-theme=light] .auth-card-subtitle{color:#64748b}[data-theme=light] .auth-input{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}[data-theme=light] .auth-input::placeholder{color:#94a3b8}[data-theme=light] .auth-loading{background:#f1f5f9;color:#64748b}[data-theme=light] .admin-layout{background:#f1f5f9;color:#0f172a}[data-theme=light] .admin-sidebar-toggle{background:#fff;border-color:#0f172a1a}[data-theme=light] .admin-sidebar-toggle span{background:#475569}[data-theme=light] .admin-sidebar{background:#fff;border-right-color:#0f172a14}[data-theme=light] .admin-logo,[data-theme=light] .admin-logo .admin-logo-text,[data-theme=light] .admin-sidebar-label{color:#64748b}[data-theme=light] .admin-nav-link{color:#475569}[data-theme=light] .admin-nav-link:hover{background:#0f172a0f;color:#0f172a}[data-theme=light] .admin-nav-link.active{background:#06b6d41f;color:#0891b2}[data-theme=light] .admin-nav-logout:hover{background:#ef44441a;color:#dc2626}[data-theme=light] .admin-header{border-bottom-color:#0f172a14}[data-theme=light] .admin-title{color:#0f172a}[data-theme=light] .admin-header-btn-pix{color:#0891b2;background:#0891b21a;border-color:#0891b240}[data-theme=light] .admin-header-btn-pix:hover{background:#0891b22e;color:#0e7490;border-color:#0891b266}[data-theme=light] .dashboard-welcome{color:#475569}[data-theme=light] .dashboard-placeholder{color:#64748b}[data-theme=light] .dashboard-title{color:#0f172a}[data-theme=light] .dashboard-desc{color:#475569}[data-theme=light] .dashboard-section{background:#fff;border-color:#0f172a14}[data-theme=light] .dashboard-section-title,[data-theme=light] .dashboard-list-nome{color:#0f172a}[data-theme=light] .dashboard-cell-valor{color:#16a34a}[data-theme=light] .dashboard-quick-card{background:#fff;border-color:#0f172a14}[data-theme=light] .dashboard-quick-card:hover{background:#0891b20f;border-color:#0891b240}[data-theme=light] .dashboard-quick-value{color:#0f172a}[data-theme=light] .calculadora-desc{color:#475569}[data-theme=light] .calculadora-section,[data-theme=light] .calculadora-results{background:#fff;border-color:#0f172a14}[data-theme=light] .calculadora-section-title{color:#0f172a}[data-theme=light] .calculadora-label{color:#475569}[data-theme=light] .calculadora-input{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}[data-theme=light] .calculadora-input-wrap{background:#f8fafc;border-color:#0f172a1f}[data-theme=light] .calculadora-prefix{color:#64748b}[data-theme=light] .calculadora-input-wrap .calculadora-input{background:transparent}[data-theme=light] .calculadora-result-item dt{color:#475569}[data-theme=light] .calculadora-result-item dd{color:#0891b2}[data-theme=light] .calculadora-hint{color:#64748b}[data-theme=light] .financeiro-desc{color:#475569}[data-theme=light] .financeiro-error{color:#dc2626;background:#dc262614;border-color:#dc262633}[data-theme=light] .financeiro-loading,[data-theme=light] .financeiro-empty{color:#64748b}[data-theme=light] .financeiro-tabs{border-bottom-color:#0f172a1a}[data-theme=light] .financeiro-tab{color:#64748b}[data-theme=light] .financeiro-tab:hover{color:#0f172a}[data-theme=light] .financeiro-tab.active{color:#0891b2;border-bottom-color:#0891b2}[data-theme=light] .financeiro-dashboard-chart{background:#fff;border-color:#0f172a14}[data-theme=light] .financeiro-dashboard-title{color:#0f172a}[data-theme=light] .financeiro-chart-wrap .recharts-text{fill:#475569}[data-theme=light] .financeiro-chart-wrap .recharts-legend-item-text{fill:#0f172a!important}[data-theme=light] .financeiro-chart-legend-valor{color:#64748b}[data-theme=light] .financeiro-chart-wrap .recharts-cartesian-grid-horizontal line,[data-theme=light] .financeiro-chart-wrap .recharts-cartesian-grid-vertical line{stroke:#0f172a14}[data-theme=light] .financeiro-chart-wrap .recharts-default-tooltip{background:#fff!important;border-color:#0f172a1f!important;color:#0f172a}[data-theme=light] .financeiro-chart-wrap .recharts-default-tooltip .recharts-tooltip-item-list li,[data-theme=light] .financeiro-chart-wrap .recharts-default-tooltip .recharts-tooltip-item{color:#0f172a}[data-theme=light] .financeiro-chart-wrap .recharts-default-tooltip .recharts-tooltip-label{color:#334155}[data-theme=light] .financeiro-card{background:#fff;border-color:#0f172a14}[data-theme=light] .financeiro-card-label{color:#475569}[data-theme=light] .financeiro-card-value{color:#0f172a}[data-theme=light] .financeiro-card-receita .financeiro-card-value{color:#16a34a}[data-theme=light] .financeiro-card-despesa .financeiro-card-value{color:#dc2626}[data-theme=light] .financeiro-card-saldo .financeiro-card-value{color:#0891b2}[data-theme=light] .financeiro-card-hint{color:#64748b}[data-theme=light] .financeiro-transacoes{background:#fff;border-color:#0f172a14}[data-theme=light] .financeiro-transacoes-header{border-bottom-color:#0f172a14}[data-theme=light] .financeiro-section-title{color:#0f172a}[data-theme=light] .financeiro-table th,[data-theme=light] .financeiro-table td{border-bottom-color:#0f172a0f}[data-theme=light] .financeiro-table th{color:#475569;background:#0f172a08}[data-theme=light] .financeiro-table tbody tr:hover{background:#0f172a05}[data-theme=light] .financeiro-table .valor-entrada{color:#16a34a}[data-theme=light] .financeiro-table .valor-saida{color:#dc2626}[data-theme=light] .financeiro-filtros{background:#0f172a0a;border-color:#0f172a14}[data-theme=light] .financeiro-filtro-group label,[data-theme=light] .pedidos-filtro-em-andamento-wrap .pedidos-filtro-em-andamento-label{color:#475569}[data-theme=light] .pedidos-filtro-pill{color:#475569;background:#0f172a0f;border-color:#0f172a1f}[data-theme=light] .pedidos-filtro-pill:hover{background:#0f172a1a;color:#0f172a;border-color:#0f172a2e}[data-theme=light] .pedidos-filtro-pill.active{color:#fff;background:#0891b2;border-color:#0891b2}[data-theme=light] .pedidos-filtro-pill.active:hover{background:#0e7490;border-color:#0e7490}[data-theme=light] .financeiro-filtro-input,[data-theme=light] .financeiro-filtro-select{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}[data-theme=light] .financeiro-filtro-input:focus,[data-theme=light] .financeiro-filtro-select:focus{border-color:#0891b2;box-shadow:0 0 0 2px #0891b226}[data-theme=light] .financeiro-filtro-btn-30{color:#0891b2;background:#0891b21a;border-color:#0891b240}[data-theme=light] .financeiro-filtro-btn-30:hover{background:#0891b233;color:#0e7490}[data-theme=light] .financeiro-th-sort{color:#475569}[data-theme=light] .financeiro-th-sort:hover{color:#0f172a}[data-theme=light] .financeiro-cell-plataforma,[data-theme=light] .financeiro-cell-parcelas,[data-theme=light] .financeiro-paginacao-info,[data-theme=light] .financeiro-paginacao-label,[data-theme=light] .financeiro-paginacao-page{color:#64748b}[data-theme=light] .financeiro-paginacao-select{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}[data-theme=light] .financeiro-paginacao-btn{color:#475569;background:#0f172a0f;border-color:#0f172a1a}[data-theme=light] .financeiro-paginacao-btn:hover:not(:disabled){background:#0891b21f;color:#0891b2;border-color:#0891b233}[data-theme=light] .financeiro-btn-nova{color:#0891b2;background:#06b6d41a;border-color:#06b6d440}[data-theme=light] .financeiro-btn-nova:hover{background:#06b6d42e;color:#0e7490}[data-theme=light] .financeiro-tipo-switch{border-color:#0f172a26}[data-theme=light] .financeiro-tipo-btn{background:#0f172a0a;color:#475569}[data-theme=light] .financeiro-tipo-btn:hover{background:#0f172a14;color:#0f172a}[data-theme=light] .financeiro-tipo-btn.active{background:#06b6d4;color:#fff}[data-theme=light] .financeiro-tipo-btn.active:hover{background:#0891b2}[data-theme=light] .financeiro-modal-radio span,[data-theme=light] .financeiro-modal-check span{color:#0f172a}[data-theme=light] .usuarios-table-wrap{border-color:#0f172a1a}[data-theme=light] .usuarios-table th,[data-theme=light] .usuarios-table td{border-bottom-color:#0f172a0f}[data-theme=light] .usuarios-table th{color:#475569;background:#0f172a08}[data-theme=light] .usuarios-table tbody tr:hover{background:#0f172a05}[data-theme=light] .produtos-table-wrap{border-color:#0f172a1a;background:#fff}[data-theme=light] .produtos-table th,[data-theme=light] .produtos-table td{border-bottom-color:#0f172a0f}[data-theme=light] .produtos-table th{color:#475569;background:#0f172a08}[data-theme=light] .produtos-table tbody tr:hover{background:#0f172a05}[data-theme=light] .produtos-btn-novo{color:#0891b2;background:#06b6d41a;border-color:#06b6d440}[data-theme=light] .produtos-btn-novo:hover{background:#06b6d42e;color:#0e7490}[data-theme=light] .produtos-desc{color:#64748b}[data-theme=light] .produtos-modal-check,[data-theme=light] .produtos-confirm-text{color:#334155}[data-theme=light] .clientes-table-wrap{border-color:#0f172a1a;background:#fff}[data-theme=light] .clientes-table th,[data-theme=light] .clientes-table td{border-bottom-color:#0f172a0f}[data-theme=light] .clientes-table th{color:#475569;background:#0f172a08}[data-theme=light] .clientes-table tbody tr:hover{background:#0f172a05}[data-theme=light] .clientes-btn-novo{color:#0891b2;background:#06b6d41a;border-color:#06b6d440}[data-theme=light] .clientes-btn-novo:hover{background:#06b6d42e;color:#0e7490}[data-theme=light] .clientes-desc{color:#64748b}[data-theme=light] .clientes-confirm-text{color:#334155}[data-theme=light] .pedidos-form{background:#fff;border-color:#0f172a1a}[data-theme=light] .pedidos-dropdown{background:#fff;border-color:#0f172a1f;box-shadow:0 8px 24px #0000001f}[data-theme=light] .pedidos-dropdown-item{color:#334155}[data-theme=light] .pedidos-dropdown-item:hover{background:#0f172a0a}[data-theme=light] .pedidos-dropdown-criar{color:#0891b2;border-top-color:#0f172a14}[data-theme=light] .pedidos-dropdown-criar:hover{background:#06b6d414}html[data-theme=light] .pedidos-table-wrap{border:1px solid #e2e8f0;background:#fff}html[data-theme=light] .pedidos-table th,html[data-theme=light] .pedidos-table td{border-bottom-color:#e2e8f0;color:#0f172a}html[data-theme=light] .pedidos-table th{color:#475569;background:#f8fafc}html[data-theme=light] .pedidos-table td{background:#fff}html[data-theme=light] .pedidos-table tbody tr:hover td{background:#f1f5f9}html[data-theme=light] .pedidos-table tbody tr:hover{background:transparent}html[data-theme=light] .pedidos-cell-preco{color:#0f172a}html[data-theme=light] .pedidos-empty-cell{color:#64748b;background:#fff}[data-theme=light] .pedidos-desc{color:#64748b}[data-theme=light] .pedidos-btn-novo{color:#0891b2;background:#06b6d41a;border-color:#06b6d440}[data-theme=light] .pedidos-btn-novo:hover{background:#06b6d42e;color:#0e7490}[data-theme=light] .pedidos-confirm-text{color:#334155}[data-theme=light] .pedidos-btn-view{color:#64748b;background:#0f172a14}[data-theme=light] .pedidos-btn-view:hover{color:#334155;background:#0f172a1f}[data-theme=light] .pedidos-ver-row dt{color:#64748b}[data-theme=light] .pedidos-ver-row dd,[data-theme=light] .pedidos-ver-subtitle{color:#0f172a}[data-theme=light] .pedidos-total-value{color:#0891b2}[data-theme=light] .modal-overlay{background:#0006}[data-theme=light] .modal-content{background:#fff;border-color:#0f172a1a}[data-theme=light] .modal-pedido-ver .pedidos-ver-row dt,[data-theme=light] .modal-pedido-ver .pedidos-ver-row dd,[data-theme=light] .modal-pedido-ver .pedidos-ver-subtitle{color:#0f172a}[data-theme=light] .modal-pedido-ver .pedidos-ver-row dt{color:#475569}[data-theme=light] .modal-pedido-ver .pedidos-total-value{color:#0891b2}[data-theme=light] .modal-pedido-ver .pedidos-table,[data-theme=light] .modal-pedido-ver .pedidos-cell-preco{color:#0f172a}[data-theme=light] .modal-header{border-bottom-color:#0f172a14}[data-theme=light] .modal-close{color:#64748b}[data-theme=light] .modal-close:hover{color:#0f172a;background:#0f172a0f}[data-theme=light] .modal-btn-cancel{color:#475569;border-color:#0f172a26}[data-theme=light] .modal-btn-cancel:hover{background:#0f172a0f;color:#0f172a}html[data-theme=light] .clientes-table-wrap{border:1px solid #e2e8f0;background:#fff}html[data-theme=light] .clientes-table th,html[data-theme=light] .clientes-table td{color:#0f172a;border-bottom-color:#e2e8f0}html[data-theme=light] .clientes-table th{background:#f8fafc;color:#475569}html[data-theme=light] .clientes-table td{background:#fff}html[data-theme=light] .clientes-table tbody tr:hover td{background:#f1f5f9}html[data-theme=light] .clientes-table tbody tr:hover{background:transparent}html[data-theme=light] .clientes-cell-desc{color:#64748b}html[data-theme=light] .produtos-table-wrap{border:1px solid #e2e8f0;background:#fff}html[data-theme=light] .produtos-table th,html[data-theme=light] .produtos-table td{color:#0f172a;border-bottom-color:#e2e8f0}html[data-theme=light] .produtos-table th{background:#f8fafc;color:#475569}html[data-theme=light] .produtos-table td{background:#fff}html[data-theme=light] .produtos-table tbody tr:hover td{background:#f1f5f9}html[data-theme=light] .produtos-table tbody tr:hover{background:transparent}html[data-theme=light] .produtos-cell-desc{color:#64748b}html[data-theme=light] .usuarios-table-wrap{border:1px solid #e2e8f0;background:#fff}html[data-theme=light] .usuarios-table th,html[data-theme=light] .usuarios-table td{color:#0f172a;border-bottom-color:#e2e8f0}html[data-theme=light] .usuarios-table th{background:#f8fafc;color:#475569}html[data-theme=light] .usuarios-table td{background:#fff}html[data-theme=light] .usuarios-table tbody tr:hover td{background:#f1f5f9}html[data-theme=light] .usuarios-table tbody tr:hover{background:transparent}html[data-theme=light] .financeiro-filtros{background:#f8fafc;border:1px solid #e2e8f0}html[data-theme=light] .financeiro-table th,html[data-theme=light] .financeiro-table td{color:#0f172a;border-bottom-color:#e2e8f0}html[data-theme=light] .financeiro-table th{background:#f8fafc;color:#475569}html[data-theme=light] .financeiro-table td{background:#fff}html[data-theme=light] .financeiro-table tbody tr:hover td{background:#f1f5f9}html[data-theme=light] .financeiro-table tbody tr:hover{background:transparent}html[data-theme=light] .financeiro-table-wrap{border-color:#e2e8f0;background:#fff}html[data-theme=light] .pedidos-modal-table-wrap{background:#f8fafc;border:1px solid #e2e8f0}html[data-theme=light] .pedidos-form{background:#fff;border:1px solid #e2e8f0}html[data-theme=light] .pedidos-dropdown{background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0000001f}html[data-theme=light] .pedidos-dropdown-item{color:#0f172a}html[data-theme=light] .pedidos-dropdown-item:hover{background:#f1f5f9;color:#0f172a}html[data-theme=light] .pedidos-dropdown-empty{color:#64748b}html[data-theme=light] .pedidos-dropdown-criar{color:#0891b2}html[data-theme=light] .modal-body,html[data-theme=light] .modal-title{color:#0f172a}html[data-theme=light] .admin-sidebar-overlay{background:#00000059}html[data-theme=light] .dashboard-section-title{color:#0f172a}html[data-theme=light] .dashboard-table th,html[data-theme=light] .dashboard-table td{color:#0f172a;border-bottom-color:#e2e8f0}html[data-theme=light] .dashboard-list-nome{color:#0f172a}html[data-theme=light] .dashboard-list-badge{background:#0f172a14;color:#475569}html[data-theme=light] .dashboard-empty{color:#64748b}
