*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc;color:#2f3b43;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0}.dashboard{color:#2f3b43;padding:32px}.dashboard__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.dashboard__header h1{color:#1f2a30;font-size:1.75rem;font-weight:700;margin:0}.dashboard__header .subtitle{color:#697580;font-size:.95rem;margin:4px 0 0}.dashboard__header .subtitle .status-indicator{color:#2bae8b;font-weight:500;margin-right:8px}.dashboard__header__cta-group{display:flex;gap:16px}.dashboard__header .btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1f2a30;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:8px;padding:.75rem 1.25rem;transition:all .2s ease}.dashboard__header .btn:hover{background:#edf2f7;box-shadow:0 8px 24px #00000017;transform:translateY(-1px)}.dashboard__header .btn.btn-primary{background:#c84f6e;border-color:#c84f6e;color:#fff}.dashboard__header .btn.btn-primary:hover{background:#b94360;border-color:#b94360}.dashboard__header .btn.btn-secondary{background:#fff;border-color:#e2e8f0;color:#1f2a30}.dashboard__header .btn.btn-secondary .btn-icon{font-size:1.1rem}.dashboard .cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:32px}.dashboard .cards .card.metric{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 6px #00000012;display:flex;gap:16px;padding:24px}.dashboard .cards .card.metric .metric__icon{background:#f4e0e8;border-radius:12px;display:grid;height:44px;place-items:center;width:44px}.dashboard .cards .card.metric .metric__icon svg{height:22px;width:22px}.dashboard .cards .card.metric .metric__icon.pink{background:#f4e0e8}.dashboard .cards .card.metric .metric__content{flex:1 1}.dashboard .cards .card.metric .metric__title{color:#697580;font-size:.9rem;margin-bottom:4px}.dashboard .cards .card.metric .metric__value{color:#1f2a30;font-size:1.6rem;font-weight:700;margin-bottom:2px}.dashboard .cards .card.metric .metric__sub{color:#697580;font-size:.85rem}.dashboard .cards .card.metric .metric__sub.green{color:#2bae8b;font-weight:500}.dashboard .grid-2{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.8fr .9fr}.dashboard .panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 6px #00000012;padding:24px}.dashboard .panel+.panel,.dashboard .panel--spaced{margin-top:24px}.dashboard .panel__title{color:#1f2a30;font-weight:700;margin-bottom:16px}.dashboard .panel__title.with-icon{align-items:center;display:flex;gap:12px}.dashboard .activity{list-style:none;margin:0;padding:0}.dashboard .activity__item{align-items:center;border-bottom:1px solid #e6eef6;display:grid;grid-template-columns:32px 1fr auto;padding:12px 0}.dashboard .activity__icon{border-radius:8px;display:grid;height:32px;place-items:center;width:32px}.dashboard .activity__icon svg{height:16px;width:16px}.dashboard .activity__icon.pagamento{background:#e0f7f2}.dashboard .activity__icon.venda{background:#f4e0e8}.dashboard .activity__icon.movimento{background:#ebf8ff}.dashboard .activity__main{padding:0 12px}.dashboard .activity__title{color:#1f2a30;font-size:.95rem;font-weight:500;margin-bottom:2px}.dashboard .activity__desc{color:#697580;font-size:.85rem}.dashboard .activity__value{color:#1f2a30;font-size:.95rem;font-weight:700}.dashboard .sales-summary__bar{background:#e6eef6;border-radius:8px;height:10px;overflow:hidden;position:relative}.dashboard .sales-summary__bar-fill{background:#c84f6e;bottom:0;left:0;position:absolute;top:0}.dashboard .sales-summary__bar-text{color:#697580;font-size:.85rem;margin-top:8px;text-align:right}.dashboard .sales-summary__legend{color:#697580;display:flex;font-size:.9rem;gap:24px;margin-top:16px}.dashboard .sales-summary .legend__item{align-items:center;display:flex;gap:8px}.dashboard .sales-summary .dot{border-radius:50%;display:inline-block;height:10px;width:10px}.dashboard .sales-summary .dot.done{background:#c84f6e}.dashboard .sales-summary .dot.pending{background:#e6eef6}.dashboard .quick-actions{grid-gap:12px;display:grid;gap:12px}.dashboard .quick-actions .qa-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1f2a30;cursor:pointer;display:flex;font-weight:500;gap:12px;justify-content:center;padding:16px;text-align:left;transition:all .2s ease;width:100%}.dashboard .quick-actions .qa-item:hover{box-shadow:0 2px 6px #00000012;transform:translateY(-1px)}.dashboard .quick-actions .qa-item.nova-cliente{border-color:#2bae8b;color:#2bae8b}.dashboard .quick-actions .qa-item.nova-cliente:hover{background:#f0faf7;border-color:#2bae8b}.dashboard .quick-actions .qa-item.registrar-venda{border-color:#c84f6e;color:#c84f6e}.dashboard .quick-actions .qa-item.registrar-venda:hover{background:#f9eef1;border-color:#c84f6e}.dashboard .quick-actions .qa-item.ver-comissoes{border-color:#d69e2e;color:#d69e2e}.dashboard .quick-actions .qa-item.ver-comissoes:hover{background:#fffbf0;border-color:#d69e2e}.dashboard .alerts{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0;padding:0}.dashboard .alert{background:#f7fafc;border:1px solid #e6eef6;border-radius:8px;padding:12px 16px}.dashboard .alert--warning{background:#fffbf0;border-color:#fbd38d}.dashboard .alert--info{background:#ebf8ff;border-color:#90cdf4}.dashboard .alert--neutral{background:#f7fafc}.dashboard .finance{grid-gap:12px;display:grid;gap:12px}.dashboard .finance__row{color:#697580;display:flex;justify-content:space-between}.dashboard .finance__row strong{color:#1f2a30}.dashboard .finance .pos{color:#2bae8b}.dashboard .finance .warn{color:#c84f6e}.dashboard .finance .total{border-top:1px solid #e6eef6;margin-top:8px;padding-top:12px}@media(max-width:1024px){.dashboard .cards{grid-template-columns:repeat(2,1fr)}.dashboard .grid-2{grid-template-columns:1fr}}.sidebar-layout{background-color:#f7fafc}.sidebar,.sidebar-layout{display:flex;height:100vh;overflow:hidden}.sidebar{background-color:#fff;border-right:1px solid #e6eef6;bottom:0;box-shadow:0 8px 24px #00000014;flex-direction:column;left:0;padding:0;position:fixed;top:0;transition:width .3s ease;width:280px}.sidebar .sidebar-header{align-items:center;border-bottom:1px solid #e6eef6;display:flex;gap:.75rem;padding:24px 16px;position:relative}.sidebar .sidebar-header .sidebar-title{color:#1f2a30;flex:1 1;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.sidebar .sidebar-header .sidebar-toggle{background:#0000;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:1rem;line-height:1;padding:.35rem .55rem;transition:all .2s ease}.sidebar .sidebar-header .sidebar-toggle:hover{background:#edf2f7}.sidebar .sidebar-header .sidebar-toggle img.sidebar-toggle-icon{display:inline-block;height:18px;object-fit:contain;width:18px}.sidebar .sidebar-menu{display:flex;flex:1 1;flex-direction:column;gap:4px;list-style:none;margin:0;padding:12px}.sidebar .sidebar-menu>.sidebar-item+.sidebar-item{border-top:1px solid #e6eef6b3}.sidebar .sidebar-menu .sidebar-item{margin:0}.sidebar .sidebar-link{align-items:center;border:1px solid #0000;border-radius:10px;color:#000;display:flex;font-size:1.05rem;font-weight:500;min-height:48px;padding:16px;position:relative;text-decoration:none;transition:all .2s ease;white-space:nowrap}.sidebar .sidebar-link:hover{background-color:#f7fafc;box-shadow:0 8px 18px #0000000f;color:#000;transform:translateY(-1px)}.sidebar .sidebar-link.active{background-color:#f4e0e8;border-color:#c84f6e1f;box-shadow:inset 0 0 0 1px #c84f6e0a;color:#000;font-weight:700}.sidebar .sidebar-link.active:before{background:#c84f6e;border-radius:0 2px 2px 0;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:3px}.sidebar .sidebar-link .sidebar-icon{align-items:center;display:flex;height:26px;justify-content:center;margin-right:12px;width:26px}.sidebar .sidebar-link .sidebar-icon img{height:24px;object-fit:contain;transition:transform .2s ease;width:24px}.sidebar .sidebar-link:hover .sidebar-icon img{transform:scale(1.05)}.sidebar .sidebar-link .sidebar-label{font-size:1.05rem;line-height:1.2;transition:opacity .2s ease}.sidebar .sidebar-bottom{border-top:1px solid #e6eef6d9;margin-top:auto;padding:12px 12px 16px}.sidebar.collapsed{width:72px}.sidebar.collapsed .sidebar-header{justify-content:center;padding:16px 8px}.sidebar.collapsed .sidebar-header .sidebar-title{display:none}.sidebar.collapsed .sidebar-header .sidebar-toggle{border:none;padding:.35rem}.sidebar.collapsed .sidebar-link{justify-content:center;padding:12px 0}.sidebar.collapsed .sidebar-link .sidebar-icon{margin-right:0}.sidebar.collapsed .sidebar-link .sidebar-label,.sidebar.collapsed .sidebar-link.active:before{display:none}.sidebar.collapsed .sidebar-bottom,.sidebar.collapsed .sidebar-bottom .sidebar-link{padding:12px 0}.main-content{background-color:#f7fafc;flex:1 1;height:100vh;margin-left:280px;overflow-y:auto;padding:16px 32px;transition:margin-left .3s ease}.sidebar.collapsed~.main-content{margin-left:72px}@media(max-width:768px){.main-content{padding:12px 16px}}.clientes-module{display:flex;flex-direction:column;gap:16px}.clientes-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px;min-height:46px;padding:0}.clientes-head .clientes-title{align-items:center;color:#1f2a30;display:flex;font-size:1.55rem;font-weight:700;height:100%;letter-spacing:-.5px;line-height:1;margin:0;padding:0}.clientes-head .btn{align-self:center;margin:0;min-height:46px}.clientes-module.loading{opacity:.85}.produtos-module{display:flex;flex-direction:column;gap:16px}.kpi-card .kpi-value{color:#2bae8b}.filter-panel .filter-grid{grid-template-columns:2fr auto}.filter-panel input:focus-visible,.filter-panel select:focus-visible{border-color:#2bae8b}.ct-footer .page-size{flex:1 1;text-align:right}.ct-footer .page-size label{font-size:.8rem}.ct-footer .page-size select{margin-left:8px}.produtos-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px;min-height:46px;padding:0}.produtos-head .produtos-title{align-items:center;color:#1f2a30;display:flex;font-size:1.55rem;font-weight:700;height:100%;letter-spacing:-.5px;line-height:1;margin:0;padding:0}.produtos-head .btn{align-self:center;margin:0;min-height:46px}.crud-modal h3:before{content:"📦"}.produtos-page{padding:16px}.page-head{align-items:flex-start;display:flex;justify-content:space-between}.page-head h1{font-size:1.6rem;margin:0 0 .25rem}.page-head p{font-size:.85rem;margin:0;opacity:.7}.kpis{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.kpis .kpi{background:#fff;background:var(--panel-bg,#fff);border:1px solid #eee;border:1px solid var(--panel-border,#eee);border-radius:.5rem;padding:.9rem 1rem}.kpis .kpi .kpi-label{font-size:.75rem;letter-spacing:.05em;opacity:.7;text-transform:uppercase}.kpis .kpi .kpi-value{font-size:1.4rem;font-weight:600;margin:.3rem 0}.kpis .kpi .kpi-sub{font-size:.7rem;opacity:.55}.filtros{background:#fff;background:var(--panel-bg,#fff);border:1px solid #eee;border:1px solid var(--panel-border,#eee);border-radius:.5rem}.filtros .filtros-header{border-bottom:1px solid #eee;border-bottom:1px solid var(--panel-border,#eee);padding:.8rem 1rem}.filtros .filtros-body{display:flex;gap:.5rem;padding:.8rem 1rem}.filtros .filtros-body input{flex:1 1}.lista{background:#fff;background:var(--panel-bg,#fff);border:1px solid #eee;border:1px solid var(--panel-border,#eee);border-radius:.5rem}.lista .lista-head{align-items:center;border-bottom:1px solid #eee;border-bottom:1px solid var(--panel-border,#eee);display:flex;justify-content:space-between;padding:.8rem 1rem}.lista .lista-head .count{font-size:.75rem;opacity:.6}.lista .lista-head .alerta{background:#ffe9d5;border-radius:1rem;color:#b24d00;font-size:.65rem;padding:.25rem .6rem}.page-size{font-size:.75rem;padding:.5rem 1rem 1rem}.page-size select{margin-left:.4rem}.funcionarios-module{display:flex;flex-direction:column;gap:16px}.funcionarios-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:4px;min-height:46px}.funcionarios-head .funcionarios-title{color:#1f2a30;font-size:1.55rem;font-weight:700;letter-spacing:-.5px;margin:0}.tag-active{background:#f4e0e8;border-color:#c84f6e33;color:#c84f6e}.tag-inactive{background:#f7fafc;border-color:#e6eef6;color:#697580}.fg-item input,.fg-item select,.fg-item textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font:inherit;min-height:46px;padding:.85rem 1rem}.fg-item input:focus-visible,.fg-item select:focus-visible,.fg-item textarea:focus-visible{border-color:#c84f6e;box-shadow:0 0 0 4px #c8506e38;outline:none}.servicos-module{display:flex;flex-direction:column;gap:16px}.servicos-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:4px;min-height:46px}.servicos-head .servicos-title{color:#1f2a30;font-size:1.55rem;font-weight:700;letter-spacing:-.5px;margin:0}.table-wrapper{border:1px solid #e6eef6e6;box-shadow:0 2px 4px #0000000d,0 8px 20px #00000014;display:flex;flex-direction:column}.table-filters{background:#f7fafc;border-bottom:1px solid #e6eef6f2;display:flex;gap:12px;padding:12px 16px}.table-filters input{flex:3 1}.table-filters input,.table-filters select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font:inherit;min-height:46px;padding:.75rem 1rem}.table-filters input:focus-visible,.table-filters select:focus-visible{border-color:#c84f6e;box-shadow:0 0 0 4px #c8506e38;outline:none}.row-filler td{background:#0000;border-bottom:1px solid #e6eef699;height:56px;padding:0}.row-filler:last-of-type td{border-bottom:1px solid #e6eef6fa}.cell-main{gap:4px}.cell-title{color:#1f2a30;font-size:1rem;font-weight:700}.cell-sub{font-size:.8rem;line-height:1.3}.empty-cell{font-size:1rem;padding:32px 0}.tag-cat{background:#ebf8ff;border-color:#90cdf4;color:#3182ce}.pagination{gap:12px}.pagination button{align-items:center;background:#2bae8b;border-radius:8px;box-shadow:0 1px 3px #2bae8b4d;color:#fff;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;min-width:48px;padding:0;transition:all .2s ease}.pagination button:hover{background:#259b7a;box-shadow:0 2px 8px #2bae8b40;transform:translateY(-1px)}.pagination button:focus-visible{box-shadow:0 0 0 3px #2bae8b66;outline:none}.pagination button:disabled{background:#f7fafc;border-color:#e2e8f0;color:#697580;cursor:not-allowed;opacity:.5;transform:none}.page-jump{gap:8px}.page-jump input{background:#fff;border:2px solid #2bae8b;border-radius:8px;font:inherit;font-size:1rem;font-weight:500;padding:.6rem .5rem;width:60px}.page-jump input:focus-visible{box-shadow:0 0 0 3px #2bae8b4d;outline:none}.page-jump .total-pages{color:#2f3b43;font-size:1rem;font-weight:500}@media(max-width:768px){.table-filters{flex-direction:column}.ct-table thead{display:none}.ct-table tbody td{border:none;display:block;padding:8px 0}.ct-table tbody tr{border-bottom:1px solid #e2e8f0;border-radius:8px;display:block;margin-bottom:8px;padding:12px}.actions{justify-content:flex-start}.ct-footer{flex-direction:column;gap:12px;text-align:center}.ct-footer .result-count{order:2}.ct-footer .pagination{flex:none;order:1}.ct-footer:after{display:none}}.crud-overlay{background:#00000073}.crud-modal{border-radius:14px;box-shadow:0 8px 28px #00000040;padding:24px;width:min(760px,92%)}.crud-form{display:flex;flex-direction:column;gap:24px}.crud-form h3{color:#1f2a30;font-size:1.35rem;font-weight:700;margin:0}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.fg-item label{color:#1f2a30}.fg-item input,.fg-item textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font:inherit;min-height:46px;padding:.85rem 1rem}.fg-item input:focus-visible,.fg-item textarea:focus-visible{border-color:#c84f6e;box-shadow:0 0 0 4px #c8506e38;outline:none}.crud-actions{gap:12px;justify-content:flex-end}.crud-actions button{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font:inherit;padding:.85rem 1.5rem}.crud-actions button.btn-primary{background:#c84f6e;border-color:#c84f6e;color:#fff}.crud-actions button.btn-primary:hover{background:#b94360}.nova-venda-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr}.add-itens-card,.carrinho-card{background:#fff;border:1px solid #e6eef6f2;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;padding:24px}.card-head{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.title-ico{align-items:center;display:flex;gap:12px}.title-ico img{height:22px;width:22px}.card-head h3{font-size:1.25rem;font-weight:700;margin:0}.search-wrapper{align-items:center;display:flex;position:relative}.search-wrapper .ico{height:18px;left:14px;opacity:.7;position:absolute;width:18px}.card-head .search{background:#0000;border:2px solid #2bae8b;border-radius:14px;color:#1f2a30;flex:1 1;font:inherit;min-height:48px;padding:.85rem 1rem .85rem 44px;transition:.2s ease}.card-head .search:focus-visible{background:#fff;box-shadow:0 0 0 4px #2bae8b40;outline:none}.card-head .search::placeholder{color:#697580}.subtabs.refined{background:#e0f7f2;border-radius:14px;box-shadow:0 4px 10px #0000000a;display:flex;gap:0;margin:0 0 16px;padding:4px 4px 0;position:relative}.subtabs.refined button{background:#0000;border:none;border-radius:12px 12px 0 0;color:#2f3b43;cursor:pointer;flex:1 1;font:inherit;font-weight:500;padding:.85rem 1rem;position:relative;transition:.2s ease}.subtabs.refined button.active{background:#fff;color:#1f8066;font-weight:700}.subtabs.refined .indicator{background:#2bae8b;border-radius:3px;bottom:0;box-shadow:0 2px 8px #2bae8b59;height:4px;left:0;position:absolute;transition:transform .3s ease;width:50%}.subtabs.refined .indicator[data-tab=SERVICOS]{transform:translateX(100%)}.serv-func-select{margin-bottom:16px}.serv-func-select select{background:#fff;border:1px solid #c84f6e;border-radius:12px;font:inherit;padding:.85rem 1rem;width:100%}.serv-func-select select:focus-visible{box-shadow:0 0 0 4px #c8506e38;outline:none}.itens-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.item-card{background:#fff;border:1px solid #e6eef6;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:16px 16px 66px;position:relative;transition:.2s ease}.item-card:hover{box-shadow:0 4px 14px #00000014}.stock-badge{background:#f7fafc;border-radius:30px;color:#697580;font-size:.65rem;font-weight:500;padding:4px 10px;position:absolute;right:10px;top:10px}.stock-badge.svc{background:#e0f7f2;color:#2bae8b}.item-main .title{font-size:.95rem;font-weight:700;line-height:1.2}.item-main .sub{color:#697580;font-size:.7rem}.item-card .price{color:#c84f6e;font-size:1rem;font-weight:700;margin-top:auto}.item-card .add-btn{align-items:center;background:#c84f6e;border:2px solid #c84f6e;border-radius:12px;bottom:14px;box-shadow:0 4px 12px #c84f6e40;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;font-weight:500;height:48px;justify-content:center;position:absolute;right:14px;transition:.2s ease;width:48px}.item-card .add-btn:disabled{background:#0000;border:2px solid #c84f6e;box-shadow:none;color:#c84f6e;cursor:not-allowed;opacity:.45}.item-card .add-btn:disabled:hover{background:#0000}.item-card .add-btn:not(:disabled):hover{background:#b94360;box-shadow:0 6px 16px #c84f6e59}.carrinho-head{margin:0 0 16px}.carrinho-head h3{font-size:1.25rem;font-weight:700;margin:0}.carrinho-body{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow:hidden;padding-right:2px}.carrinho-body::-webkit-scrollbar{width:8px}.carrinho-body::-webkit-scrollbar-track{background:#0000}.carrinho-body::-webkit-scrollbar-thumb{background:#e0f7f2;border-radius:20px}.carrinho-body::-webkit-scrollbar-thumb:hover{background:#2bae8b}.empty{font-size:.9rem;margin-top:40px}.carrinho-scroll{display:flex;flex-direction:column;gap:12px;max-height:340px;overflow-y:auto;padding-right:4px}.carrinho-scroll::-webkit-scrollbar{width:8px}.carrinho-scroll::-webkit-scrollbar-track{background:#0000}.carrinho-scroll::-webkit-scrollbar-thumb{background:#e0f7f2;border-radius:20px}.carrinho-scroll::-webkit-scrollbar-thumb:hover{background:#2bae8b}.cart-item{background:#f0faf7;border:1px solid #e0f7f2;border-radius:14px;display:flex;flex-direction:column;gap:8px;padding:12px;position:relative}.cart-item:not(:last-child){margin-bottom:4px}.ci-main .ci-title{font-weight:500}.ci-main .ci-sub{color:#2bae8b;font-size:.65rem;letter-spacing:.5px;text-transform:uppercase}.ci-actions{gap:12px}.ci-actions,.ci-actions .qtd{align-items:center;display:flex}.ci-actions .qtd{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.ci-actions .qtd button{background:#0000;border:none;cursor:pointer;font-size:1.1rem;height:38px;width:38px}.ci-actions .qtd input{background:#0000;border:none;font:inherit;text-align:center;width:48px}.ci-price{color:#1f2a30;font-weight:700}.remove{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:.2s ease;width:40px}.remove:hover{background:#f4e0e8}.remove .ico-trash{height:20px;opacity:.8;width:20px}.remove:hover .ico-trash{opacity:1}.carrinho-footer{margin-top:16px;width:100%}.tot-inline{background:#f4e0e8;border-radius:12px;box-sizing:border-box;display:flex;gap:12px;padding:8px 16px;width:100%}.tot-inline .chip{align-items:center;background:#ffffff8c;border-radius:8px;display:flex;flex:1 1;font-size:.7rem;gap:6px;justify-content:center;padding:4px 6px}.tot-inline .chip span{color:#1f2a30;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.tot-inline .chip strong{color:#9f3f54;font-size:.8rem}@media(max-width:768px){.nova-venda-grid{grid-template-columns:1fr}}.checkout-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.checkout-modal{background:#fff;border-radius:14px;box-shadow:0 8px 28px #00000040;max-height:92vh;overflow-y:auto;padding:24px;width:min(780px,95%)}.checkout-form{display:flex;flex-direction:column;gap:24px}.checkout-form h3{font-size:1.35rem;font-weight:700;margin:0}.itens-list{border:1px solid #e6eef6;border-radius:10px;display:flex;flex-direction:column;gap:12px;padding:16px}.il-row,.il-total{display:flex;font-size:.95rem;justify-content:space-between}.il-total{border-top:1px solid #e6eef6;color:#c84f6e;font-weight:700;padding-top:12px}.form-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.fg-item{display:flex;flex-direction:column}.fg-item label{font-size:.75rem;font-weight:500;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.fg-item select,.fg-item textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font:inherit;padding:.85rem 1rem}.fg-item select:focus-visible,.fg-item textarea:focus-visible{border-color:#c84f6e;box-shadow:0 0 0 4px #c8506e38;outline:none}.fg-item textarea{min-height:120px;resize:vertical}.pay-methods{display:flex;flex-wrap:wrap;gap:12px}.pm{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font:inherit;padding:.85rem 1rem}.pm.active{background:#c84f6e;border-color:#c84f6e;color:#fff}.fiado{align-items:center;display:flex;font-size:.85rem;gap:6px}.actions{gap:12px;justify-content:flex-end}.actions button{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:.85rem 1.5rem}.actions .btn-primary{background:#c84f6e;border-color:#c84f6e;color:#fff}.actions .btn-primary:hover{background:#b94360}.historico-wrapper{background:#fff;border:1px solid #e6eef6e6;border-radius:12px;box-shadow:0 2px 4px #0000000d,0 8px 20px #00000014;display:flex;flex-direction:column;gap:16px;padding:24px}.filters-bar{display:flex;gap:12px}.filters-bar input,.filters-bar select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1 1;padding:.75rem 1rem}.filters-bar input{flex:3 1}.table-container{max-height:400px}.ct-table th{background:linear-gradient(135deg,#2bae8b,#259b7a);color:#fff;font-size:.75rem;letter-spacing:.5px;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0}.ct-table td{border-bottom:1px solid #e6eef6;padding:8px 12px}.empty{color:#697580;padding:24px 0;text-align:center}.tag{font-size:.7rem}.vendas-page{display:flex;flex-direction:column;gap:24px}.vendas-header{align-items:center;display:flex;gap:16px;justify-content:space-between}.vh-left h1{color:#1f2a30;font-size:1.55rem;font-weight:700;margin:0}.vh-left p{color:#697580;font-size:.95rem;margin:4px 0 0}.vh-right{display:flex;flex-shrink:0;justify-content:flex-end}.btn-finalizar-header{align-items:center;background:#9f3f54;border:1px solid #9f3f54;border-radius:16px;box-shadow:0 8px 24px #0000001f;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-weight:500;gap:12px;min-height:48px;padding:.75rem 1.25rem;transition:.2s ease}.btn-finalizar-header img.icon{height:18px;width:18px}.btn-finalizar-header:hover:not(:disabled){background:#b94360}.btn-finalizar-header:active:not(:disabled){background:#c84f6e}.btn-finalizar-header:disabled{background:#0000;border:1px solid #9f3f54;box-shadow:none;color:#9f3f54;cursor:not-allowed;opacity:.6}.btn-finalizar-header:focus-visible{box-shadow:0 0 0 4px #c8506e38;outline:none}.main-tabs.refined{background:#e0f7f2;border-radius:16px;box-shadow:0 4px 12px #0000000a;display:flex;margin:-4px 0 16px;padding:4px 4px 0;position:relative;width:100%}.main-tabs.refined button{background:#0000;border:none;border-radius:14px 14px 0 0;color:#2f3b43;cursor:pointer;flex:1 1;font:inherit;font-size:.95rem;font-weight:500;min-height:54px;padding:1rem 1.2rem;position:relative;transition:.2s ease}.main-tabs.refined button.active{background:#fff;color:#1f8066;font-weight:700}.main-tabs.refined .indicator{background:#2bae8b;border-radius:3px;bottom:0;box-shadow:0 2px 8px #2bae8b59;height:4px;left:0;position:absolute;transition:transform .3s ease;width:50%}.main-tabs.refined .indicator[data-tab=HIST]{transform:translateX(100%)}.vendas-page img.icon,.vendas-page img.tab-ico-img{height:18px;object-fit:contain;width:18px}.historico-section{display:flex;flex-direction:column;gap:24px}.kpi-card{border:1px solid #e6eef6f2;border-radius:14px;gap:6px;padding:16px}.kpi-label{font-size:.7rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.kpi-value{color:#c84f6e;font-size:1.45rem;font-weight:700}@media(max-width:768px){.vendas-header{gap:12px;grid-template-columns:1fr}.vh-center{order:3}.vh-right{order:2}.vh-left{order:1}}.comissoes-module{display:flex;flex-direction:column;gap:24px}.comissoes-head{align-items:center;display:flex;justify-content:space-between}.comissoes-title{margin:0}.kpi-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.kpi-card{border:1px solid #e6eef6;border-radius:8px;gap:4px}.kpi-label{color:#697580;font-size:12px}.kpi-value{font-size:20px;font-weight:600}.kpi-warning{color:#d69e2e}.kpi-danger{color:#e53e3e}.filter-panel{border:1px solid #e6eef6;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:12px 16px}.filter-header{align-items:center;display:flex;gap:8px}.filter-grid{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.filter-field{display:flex;flex-direction:column;gap:4px}.filter-field label{font-size:13px;font-weight:500}.filter-field input,.filter-field select{border:1px solid #e6eef6;border-radius:6px;font-size:14px;height:40px;padding:0 10px}.filter-actions{display:flex;gap:10px}.table-wrapper{border:1px solid #e6eef6;border-radius:8px}.ct-table{border-collapse:initial;border-spacing:0}.ct-table thead th{font-size:14px;font-weight:500;padding:8px 12px}.ct-table tbody td{border-bottom:1px solid #e6eef6;font-size:14px}.ct-table tbody tr:hover{background:#e0f7f2}.row-filler td{border-bottom:1px solid #0000}.empty-cell{color:#697580;font-style:italic;text-align:center}.cell-main{display:flex;flex-direction:column}.cell-title{font-weight:600}.cell-sub{color:#697580;font-size:12px}.valor{font-weight:600}.tag{border-radius:20px;font-size:12px;padding:4px 10px}.tag-success-outline{background:#f0fff4;border-color:#9ae6b4;color:#38a169}.tag-warning-outline{background:#fffbf0;border-color:#fbd38d;color:#d69e2e}.icon-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.icon-btn:hover{background:#e0f7f2}.icon-btn.danger:hover{background:#fff5f5}.toggle-btn.is-paid:hover{background:#fffbf0;border-color:#fbd38d}.toggle-btn.is-pending:hover{background:#f0fff4;border-color:#9ae6b4}.icon-check{display:block;height:22px;width:22px}.ct-footer{gap:16px;padding:12px}.result-count{flex:1 1}.pagination{align-items:center;display:flex;flex:2 1;gap:8px;justify-content:center}.pagination button{background:#e0f7f2;border:1px solid #2bae8b;border-radius:6px;cursor:pointer;height:48px;width:48px}.pagination button:hover{background:#2bae8b;color:#fff}.page-jump{align-items:center;display:flex;gap:4px}.page-jump input{border:1px solid #e6eef6;border-radius:6px;height:40px;text-align:center;width:48px}.total-pages{font-size:14px}.btn{border:none;border-radius:6px;height:44px;padding:0 20px}.skeleton-row td{padding:12px}.sk-line{background:#e0f7f2;border-radius:4px;margin-bottom:6px}@media(max-width:768px){.filter-grid{grid-template-columns:1fr 1fr}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.crud-overlay{background:#00000059;padding:24px}.crud-modal{border-radius:8px;box-shadow:0 4px 18px #0000001f;display:flex;flex-direction:column;max-width:100%;width:560px}.crud-header{align-items:center;display:flex;justify-content:space-between;padding:20px 24px 12px}.crud-header h3{font-size:20px;margin:0}.close-btn{background:none;border:none;cursor:pointer;font-size:24px;height:40px;line-height:1;width:40px}.crud-form{padding:0 24px 24px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px}.form-field{display:flex;flex-direction:column;gap:4px}.form-field label{font-size:14px;font-weight:500}.form-field input,.form-field select{border:1px solid #e6eef6;border-radius:6px;font-size:16px;height:44px;padding:0 12px}.inline{margin-bottom:24px}.checkbox-field{align-items:center;background:#f7fafc;border:1px solid #e6eef6;border-radius:8px;cursor:pointer;display:flex;font-size:16px;gap:12px;padding:12px 16px}.checkbox-field input{cursor:pointer;height:18px;width:18px}.checkbox-field span{cursor:pointer;-webkit-user-select:none;user-select:none}.crud-actions{display:flex;gap:16px}.crud-actions .btn{flex:1 1;justify-content:center}.btn{gap:8px;height:48px;justify-content:center;padding:0 24px}.btn-ghost{border-color:#e6eef6}.btn-ghost:hover{border-color:#c84f6e}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.caixa-module,.clientes-module{display:flex;flex-direction:column;gap:16px}.btn{align-items:center;background:#f7fafc;border:1px solid #0000;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#2f3b43;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:10px;min-height:44px;padding:.85rem 1.5rem;transition:all .2s ease}.btn:hover{background:#edf2f7;box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.btn:focus-visible{box-shadow:0 0 0 4px #c8506e38;outline:none}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-primary{background:#c84f6e;border-color:#c84f6e;color:#fff}.btn-primary:hover{background:#b94360;border-color:#b94360}.btn-primary:active{background:#9f3f54}.btn-secondary{background:#2bae8b;border-color:#2bae8b;color:#fff}.btn-secondary:hover{background:#259b7a;border-color:#259b7a}.btn-secondary:active{background:#1f8066}.btn-ghost{background:#0000;border-color:#c84f6e;box-shadow:none;color:#c84f6e}.btn-ghost:hover{background:#f4e0e8;transform:none}.btn-icon{font-size:1.2rem;font-weight:700;line-height:1}.kpi-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.kpi-card{background:#fff;border:1px solid #e6eef6fa;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:8px;padding:12px 16px;transition:all .2s ease}.kpi-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.kpi-card .kpi-label{color:#697580;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.kpi-card .kpi-value{color:#c84f6e;font-size:1.75rem;font-weight:700;line-height:1.1}.kpi-card .kpi-value.kpi-danger{color:#e53e3e}.kpi-card .kpi-value.kpi-warning{color:#d69e2e}.filter-panel{background:#fff;border:1px solid #e6eef6fa;border-radius:12px;box-shadow:0 4px 14px #0000000a;margin-bottom:12px;padding:24px}.filter-panel .filter-header{align-items:center;display:flex;margin-bottom:16px}.filter-panel .filter-header .filter-icon{height:20px;margin-right:10px;opacity:.95;width:20px}.filter-panel .filter-header .filter-title{align-items:center;color:#1f2a30;display:flex;font-size:1.1rem;font-weight:700;gap:8px}.filter-panel .filter-grid{grid-gap:16px;align-items:end;display:grid;gap:16px;grid-template-columns:2fr 1fr 1fr auto}.filter-panel label{color:#1f2a30;display:block;font-size:.75rem;font-weight:500;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.filter-panel input,.filter-panel select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#2f3b43;font:inherit;font-size:1rem;min-height:48px;padding:.85rem 1rem;transition:all .2s ease;width:100%}.filter-panel input:focus-visible,.filter-panel select:focus-visible{border-color:#c84f6e;box-shadow:0 0 0 4px #c8506e38;outline:none}.filter-panel input::placeholder,.filter-panel select::placeholder{color:#697580}.filter-panel .filter-actions{display:flex;gap:8px;justify-content:flex-start}.filter-panel .filter-actions .btn-primary img.icon-inline{height:18px;width:18px}.table-wrapper{background:#fff;border:1px solid #e6eef6fa;border-radius:12px;box-shadow:0 6px 18px #0000000f;overflow:hidden}.table-container{border-bottom:1px solid #e6eef6f2;height:380px;overflow-y:auto}.ct-table{border-collapse:collapse;font-size:1rem;width:100%}.ct-table thead th{background:linear-gradient(135deg,#2bae8b,#259b7a);border-bottom:2px solid #e6eef6;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:10}.ct-table tbody td{border-bottom:1px solid #e6eef6fa;color:#2f3b43;padding:8px 12px;vertical-align:middle}.ct-table tbody tr{height:56px;transition:all .2s ease}.ct-table tbody tr:nth-child(2n){background:#f7fafc80}.ct-table tbody tr:hover{box-shadow:none;transform:none}.ct-table .row-filler td{background:#0000;border-bottom:1px solid #e6eef699;height:56px;padding:0}.ct-table .row-filler:last-of-type td{border-bottom:1px solid #e6eef6fa}.ct-table .cell-main{display:flex;flex-direction:column;gap:4px}.ct-table .cell-title{color:#1f2a30;font-size:1rem;font-weight:700}.ct-table .cell-sub{color:#697580;font-size:.8rem;line-height:1.3}.ct-table .empty-cell{color:#697580;font-size:1rem;font-style:italic;padding:32px 0;text-align:center}.tag{align-items:center;border:1px solid #0000;border-radius:16px;display:inline-flex;font-size:.75rem;font-weight:500;justify-content:center;line-height:1;padding:4px 12px;white-space:nowrap}.tag.tag-fem{background:#f4e0e8;border-color:#c84f6e33;color:#c84f6e}.tag.tag-masc{background:#ebf8ff;border-color:#90cdf4;color:#3182ce}.tag.tag-success-outline{background:#f0fff4;border-color:#9ae6b4;color:#38a169}.tag.tag-danger-outline{background:#fff5f5;border-color:#feb2b2;color:#e53e3e}.actions{display:flex;gap:8px}.actions .icon-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;line-height:1;min-width:40px;padding:10px 12px;transition:all .2s ease}.actions .icon-btn:hover{background:#e0f7f2;border-color:#2bae8b;box-shadow:0 2px 8px #2bae8b26;transform:translateY(-1px)}.actions .icon-btn:focus-visible{box-shadow:0 0 0 3px #2bae8b4d;outline:none}.actions .icon-btn.danger:hover{background:#fff5f5;border-color:#e53e3e;box-shadow:0 2px 8px #e53e3e26}.actions .icon-btn img{height:24px;pointer-events:none;width:24px}.ct-footer{align-items:center;background:#f7fafcf2;border-top:1px solid #e6eef6f2;display:flex;font-size:1rem;gap:12px;justify-content:space-between;padding:24px 16px}.ct-footer .result-count{color:#1f2a30;flex:1 1;font-size:1rem;font-weight:500}.ct-footer .pagination{align-items:center;display:flex;flex:2 1;gap:12px;justify-content:center}.ct-footer .pagination button{align-items:center;background:#2bae8b;border:1px solid #2bae8b;border-radius:8px;box-shadow:0 1px 3px #2bae8b4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;height:48px;justify-content:center;min-width:48px;padding:0;transition:all .2s ease}.ct-footer .pagination button:hover{background:#259b7a;box-shadow:0 2px 8px #2bae8b40;transform:translateY(-1px)}.ct-footer .pagination button:focus-visible{box-shadow:0 0 0 3px #2bae8b66;outline:none}.ct-footer .pagination button:disabled{background:#f7fafc;border-color:#e2e8f0;color:#697580;cursor:not-allowed;opacity:.5;transform:none}.ct-footer .pagination .page-jump{align-items:center;display:flex;gap:8px}.ct-footer .pagination .page-jump input{background:#fff;border:2px solid #2bae8b;border-radius:8px;font:inherit;font-size:1rem;font-weight:500;padding:.6rem .5rem;text-align:center;width:60px}.ct-footer .pagination .page-jump input:focus-visible{box-shadow:0 0 0 3px #2bae8b4d;outline:none}.ct-footer .pagination .page-jump .total-pages{color:#2f3b43;font-size:1rem;font-weight:500}.ct-footer:after{content:"";flex:1 1}.caixa-head,.clientes-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px;min-height:46px;padding:0}.caixa-head .caixa-title,.caixa-head .clientes-title,.clientes-head .caixa-title,.clientes-head .clientes-title{align-items:center;color:#1f2a30;display:flex;font-size:1.55rem;font-weight:700;height:100%;letter-spacing:-.5px;line-height:1;margin:0;padding:0}.caixa-head .btn,.clientes-head .btn{align-self:center;margin:0;min-height:46px}@media(max-width:768px){.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.filter-grid{grid-template-columns:1fr}.ct-table thead{display:none}.ct-table tbody td{border:none;display:block;padding:8px 0}.ct-table tbody tr{border-bottom:1px solid #e2e8f0;border-radius:8px;display:block;margin-bottom:8px;padding:12px}.actions{justify-content:flex-start}.cm-header-actions{justify-content:center}.ct-footer{flex-direction:column;gap:12px;text-align:center}.ct-footer .result-count{order:2}.ct-footer .pagination{flex:none;order:1}.ct-footer:after{display:none}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-row td{padding:0 12px}.sk-line{animation:shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f0faf7,#e0f7f2 40%,#f0faf7 80%);background-size:800px 100%;border-radius:6px;height:12px;margin:8px 0}.sk-line.w40{width:40%}.sk-line.w25{width:25%}.clientes-module.loading,.loading.caixa-module{opacity:.85}.ct-table tbody tr:hover{background:#e0f7f299}.sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tag.status-aberto{background:#ebf8ff;border:1px solid #90cdf4;color:#3182ce}.tag.status-fechado_manual{background:#f0fff4;border:1px solid #9ae6b4;color:#38a169}.tag.status-fechado_auto{background:#fffbf0;border:1px solid #fbd38d;color:#d69e2e}.crud-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.crud-modal{animation:slideIn .3s ease;background:#fff;border:1px solid #e6eef6f2;border-radius:16px;box-shadow:0 28px 56px #0000001f;max-height:90vh;max-width:calc(100% - 32px);overflow-y:auto;padding:32px;width:760px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.crud-modal h3{align-items:center;color:#c84f6e;display:flex;font-size:1.4rem;font-weight:700;gap:10px;margin:0 0 24px}.crud-modal h3:before{content:"👤";font-size:1.2rem}.crud-modal form{display:flex;flex-direction:column;gap:16px}.crud-modal form label{color:#1f2a30;display:block;font-size:.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.crud-modal form input,.crud-modal form select,.crud-modal form textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2f3b43;font:inherit;min-height:44px;padding:.85rem 1rem;resize:vertical;transition:all .2s ease;width:100%}.crud-modal form input:focus-visible,.crud-modal form select:focus-visible,.crud-modal form textarea:focus-visible{border-color:#c84f6e;box-shadow:0 0 0 4px #c8506e38;outline:none}.crud-modal form input::placeholder,.crud-modal form select::placeholder,.crud-modal form textarea::placeholder{color:#697580;font-style:italic}.crud-modal form textarea{font-family:inherit;min-height:100px}.crud-modal .crud-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.crud-modal .crud-actions:before{background:#0000;content:"";flex-basis:100%;height:1px;margin-bottom:0}.crud-modal .crud-actions button{align-items:center;background:#f7fafc;border:1px solid #0000;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#2f3b43;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:8px;padding:.75rem 1.5rem;transition:all .2s ease}.crud-modal .crud-actions button:hover{background:#edf2f7;box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.crud-modal .crud-actions button:focus-visible{box-shadow:0 0 0 4px #c8506e38;outline:none}.crud-modal .crud-actions button:disabled{cursor:not-allowed;opacity:.6}.crud-modal .crud-actions button.btn-primary{background:#c84f6e;border-color:#c84f6e;color:#fff}.crud-modal .crud-actions button.btn-primary:hover{background:#b94360;border-color:#b94360;filter:brightness(1.05)}.crud-modal .crud-actions button.btn-primary:active{background:#9f3f54}.crud-modal .crud-form .form-grid{grid-gap:16px 24px;align-items:start;display:grid;gap:16px 24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.crud-modal .crud-form .fg-item{display:flex;flex-direction:column}.crud-modal .crud-form .fg-item.fg-span-2{grid-column:1/-1}.crud-modal .crud-form select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font:inherit;padding:.65rem .75rem}.crud-modal .crud-form select:focus-visible{box-shadow:0 0 0 4px #c8506e38;outline:none}.crud-modal .crud-form textarea{min-height:100px;resize:vertical}.caixa-crud h3:before{content:"💲"}.mov-modal{max-width:calc(100% - 32px);width:920px}.mov-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.mov-header h3{color:#1f2a30;font-size:1.25rem;font-weight:700;margin:0}.mov-header .close-btn{background:#0000;border:none;cursor:pointer;font-size:1.5rem;line-height:1;padding:4px 8px}.mov-header .close-btn:hover{color:#c84f6e}.mov-resumo{background:#fff;border:1px solid #e6eef6e6;border-radius:12px;margin-bottom:24px;padding:16px}.mov-resumo .resumo-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.mov-resumo .resumo-item{display:flex;flex-direction:column;gap:6px}.mov-resumo .resumo-item .r-label{color:#697580;font-size:.7rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.mov-resumo .resumo-item .r-value{font-size:1.05rem;font-weight:700}.mov-resumo .resumo-item .r-value.r-success{color:#38a169}.mov-resumo .resumo-item .r-value.r-danger{color:#e53e3e}.mov-resumo .resumo-item .r-value.r-info{color:#3182ce}.mov-resumo .resumo-item .r-value.r-muted{color:#d69e2e}.mov-resumo .resumo-item .r-tag{background:#f7fafc;border-radius:16px;font-size:.75rem;font-weight:500;padding:6px 10px}.mov-table-wrapper{background:#fff;border:1px solid #e6eef6e6;border-radius:12px;max-height:320px;overflow:auto}.mov-table{border-collapse:collapse;width:100%}.mov-table thead th{background:linear-gradient(135deg,#2bae8b,#259b7a);color:#fff;font-size:.7rem;letter-spacing:.5px;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:5}.mov-table tbody td{border-bottom:1px solid #e6eef6e6;font-size:.9rem;padding:8px 12px}.mov-table tbody tr:hover{background:#e0f7f280}.mov-table .empty{color:#697580;font-style:italic;padding:24px 0;text-align:center}.mov-table .v-ent{color:#38a169;font-weight:500}.mov-table .v-sai{color:#e53e3e;font-weight:500}.mov-table .metodo{background:#f4e0e8;border-radius:12px;color:#c84f6e;font-size:.65rem;font-weight:500;padding:4px 8px}.mov-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.mov-actions button{background:#c84f6e;border:1px solid #c84f6e;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem}.mov-actions button:hover{background:#b94360}.config-page{display:flex;flex-direction:column;gap:24px;padding:32px}.config-page h1{font-size:1.9rem;margin:0 0 4px}.config-page p.subtitle{color:#697580;margin:0}.config-header-actions{display:flex;justify-content:flex-end;position:-webkit-sticky;position:sticky;top:0;z-index:10}.btn-save-config{align-items:center;background:#c84f6e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem;padding:.9rem 2rem;transition:background .2s ease}.btn-save-config:hover:not(:disabled){background:#b94360}.btn-save-config:active:not(:disabled){background:#9f3f54}.btn-save-config:disabled{cursor:default;opacity:.5}.config-tabs{background:#f9eef1;border-radius:8px;display:flex;gap:0;overflow:hidden;width:100%}.config-tabs button{background:#0000;border:none;color:#697580;cursor:pointer;flex:1 1;font-weight:500;padding:12px 16px;position:relative;transition:color .2s ease}.config-tabs button:hover{color:#1f2a30}.config-tabs button.active{background:#fff;box-shadow:inset 0 -2px 0 #c84f6e;color:#c84f6e}.config-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}@media(max-width:768px){.config-grid{grid-template-columns:1fr}}.config-card{background:#fff;border:1px solid #e6eef6;border-radius:12px;box-shadow:0 2px 6px #00000012;display:flex;flex-direction:column;gap:16px;padding:24px 24px 16px}.config-card h3{align-items:center;display:flex;font-size:1.25rem;gap:.5rem;margin:0}.config-card p.desc{color:#697580;font-size:.85rem;margin:-8px 0 8px}.config-card .fields{grid-gap:16px;display:grid;gap:16px}.config-card .two{grid-template-columns:1fr 1fr}.config-card .three{grid-template-columns:repeat(3,1fr)}.config-card label{color:#697580;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.config-card input,.config-card select,.config-card textarea{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;font:inherit;padding:.7rem .85rem;width:100%}.config-card textarea{min-height:72px;resize:vertical}.config-card input:focus,.config-card select:focus,.config-card textarea:focus{background:#fff;box-shadow:0 0 0 4px #c8506e38;outline:none}.toggle-row{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:.4rem 0}.toggle-stack{display:flex;flex-direction:column;gap:.35rem}.switch{display:inline-block;height:24px;position:relative;width:46px}.switch input{height:0;opacity:0;width:0}.slider{background:#f4e0e8;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.2s}.slider:before{background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000040;content:"";height:18px;left:3px;top:3px;width:18px}input:checked+.slider{background:#c84f6e}input:checked+.slider:before{transform:translateX(22px)}.danger-zone{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px}.danger-zone h4{color:#e53e3e;margin:0 0 .25rem}.danger-btn{background:#e53e3e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1rem;transition:background .2s ease}.danger-btn+.danger-btn{margin-top:.25rem}.backup-actions{display:flex;flex-direction:column;gap:12px}.backup-actions button{background:#fff;border:1px solid #e6eef6;border-radius:8px;cursor:pointer;font-weight:500;padding:.75rem 1rem;text-align:left;transition:background .2s ease}.backup-actions button:hover{background:#f7fafc}.system-info{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:16px}.system-info .info-box{background:#fff;border:1px solid #e6eef6;border-radius:8px;display:flex;flex-direction:column;gap:.4rem;padding:16px}.system-info .info-label{color:#697580;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase}.system-info .info-value{font-weight:600}.color-palette{display:flex;gap:12px}.color-swatch{align-items:center;border:2px solid #0000;border-radius:50%;cursor:pointer;display:flex;font-size:.6rem;font-weight:600;height:32px;justify-content:center;transition:box-shadow .2s ease;width:32px}.color-swatch[data-color=PINK]{background:#c84f6e;color:#fff}.color-swatch[data-color=LIGHT]{background:#f4e0e8}.color-swatch[data-color=YELLOW]{background:#f3e4a4}.color-swatch.active{box-shadow:0 0 0 3px #f4e0e8,0 0 0 5px #c84f6e}
/*# sourceMappingURL=main.6ccab307.css.map*/