.gestor-app{--gestor-bg: #e4eaf0;--gestor-bg-warm: #fdf6f3;--gestor-bg-cool: #f0f7f4;--gestor-surface: #ffffff;--gestor-border: #d5dde8;--gestor-text: #1a2332;--gestor-muted: #5c6b7f;--gestor-red: #ea1d2c;--gestor-red-dark: #c41622;--gestor-red-soft: #fff0f1;--gestor-green: #50a773;--gestor-green-dark: #2d7a4e;--gestor-green-soft: #ecfdf3;--gestor-orange: #f5a623;--gestor-orange-soft: #fff8eb;--gestor-blue-soft: #eff6ff;--gestor-teal: #128c7e;--gestor-teal-soft: #e6f6f3;position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:100;background:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(234,29,44,.07),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.08),transparent 50%),var(--gestor-bg);color:var(--gestor-text);display:flex;flex-direction:row;overflow:hidden;font-family:DM Sans,system-ui,sans-serif}.gestor-shell{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(ellipse 50% 40% at 90% 10%,rgba(245,166,35,.06),transparent),radial-gradient(ellipse 45% 35% at 10% 90%,rgba(80,167,115,.07),transparent),linear-gradient(180deg,#eef2f7,#e4eaf0)}.gestor-header{flex-shrink:0;width:100%;min-height:80px;background:linear-gradient(105deg,#fff,#fff8f6 40%,#f4fbf8);border-bottom:3px solid transparent;border-image:linear-gradient(90deg,var(--gestor-red),var(--gestor-orange),var(--gestor-teal)) 1;padding:.85rem 1.75rem;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.25rem;box-shadow:0 4px 16px #1a233214}.gestor-header-brand{display:flex;align-items:center;gap:1rem;min-width:0}.gestor-header-nav{display:flex;justify-content:center;gap:.35rem;flex-wrap:wrap}.gestor-header-status{display:flex;align-items:center;justify-content:flex-end;gap:.65rem}.gestor-status-loja,.gestor-theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2rem;padding:.45rem .85rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.04em;line-height:1;box-sizing:border-box;white-space:nowrap}.gestor-theme-toggle{border:1px solid var(--gestor-border);background:#ffffffa6;color:var(--gestor-muted);cursor:pointer;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.gestor-theme-toggle:hover{background:#fff;border-color:#128c7e73;color:var(--gestor-teal);box-shadow:0 2px 8px #128c7e26}.gestor-theme-toggle-icon{font-size:.85rem;line-height:1;display:flex;align-items:center}@media(max-width:640px){.gestor-theme-toggle-label{display:none}}.gestor-menu-toggle{flex-shrink:0;width:44px;height:44px;border:1px solid rgba(234,29,44,.25);border-radius:8px;background:linear-gradient(145deg,#fff,var(--gestor-red-soft));cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,border-color .15s,box-shadow .15s}.gestor-menu-toggle:hover{background:var(--gestor-red-soft);border-color:#ea1d2c73;box-shadow:0 2px 8px #ea1d2c1f}.gestor-menu-icon{display:block;width:18px;height:2px;background:var(--gestor-text);border-radius:2px;position:relative}.gestor-menu-icon:before,.gestor-menu-icon:after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--gestor-text);border-radius:2px}.gestor-menu-icon:before{top:-6px}.gestor-menu-icon:after{top:6px}.gestor-sidebar{flex-shrink:0;width:0;min-width:0;height:100%;overflow:hidden;background:var(--gestor-surface);border-right:none;transition:width .28s ease,min-width .28s ease,border-color .28s ease;display:flex;flex-direction:column}.gestor-sidebar.open{width:280px;min-width:280px;border-right:1px solid rgba(234,29,44,.12);box-shadow:4px 0 16px #ea1d2c0f;background:linear-gradient(180deg,#fff9f8,#f5faf8)}.gestor-sidebar-inner{width:280px;height:100%;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;border-left:4px solid var(--gestor-red)}.gestor-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid rgba(234,29,44,.1);font-size:1rem;color:var(--gestor-red);background:#fff9}.gestor-sidebar-close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--gestor-muted);cursor:pointer;padding:.15rem .35rem;border-radius:4px}.gestor-sidebar-close:hover{color:var(--gestor-red);background:var(--gestor-red-soft)}.gestor-sidebar-loja{margin:0;padding:.85rem 1.15rem;font-size:.88rem;font-weight:600;color:var(--gestor-teal);border-bottom:1px solid rgba(18,140,126,.15);background:var(--gestor-teal-soft)}.gestor-sidebar-nav{display:flex;flex-direction:column;padding:.75rem;gap:.35rem;flex:1}.gestor-sidebar-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;border:none;border-radius:10px;background:transparent;font-size:.95rem;font-weight:600;color:var(--gestor-text);text-align:left;cursor:pointer;transition:background .15s}.gestor-sidebar-item:hover{background:var(--gestor-teal-soft);color:var(--gestor-teal)}.gestor-sidebar-item-sair{margin-top:auto;color:var(--gestor-red)}.gestor-sidebar-item-sair:hover{background:#ea1d2c14}.gestor-sidebar-icon{font-size:1.15rem;width:1.5rem;text-align:center;flex-shrink:0}.gestor-sidebar-paineis{padding:.75rem 0 .35rem;margin-top:.35rem;border-top:1px solid var(--gestor-border)}.gestor-sidebar-paineis-label{margin:0 0 .35rem;padding:0 .85rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gestor-muted)}.gestor-sidebar-item-link{text-decoration:none;color:inherit;width:100%;box-sizing:border-box}.gestor-sidebar-item-link.active{background:var(--gestor-teal-soft);color:var(--gestor-teal);font-weight:600}.gestor-sidebar--seletor{width:240px!important;min-width:240px!important}.gestor-sidebar--seletor .gestor-sidebar-inner{width:240px}.gestor-header-link{background:none;border:1px solid var(--gestor-border);padding:.4rem .75rem;border-radius:6px;font-size:.82rem;font-weight:600;color:var(--gestor-muted);cursor:pointer;white-space:nowrap}.gestor-header-link:hover{border-color:var(--gestor-red);color:var(--gestor-red)}.gestor-admin-nav{background:#ffffff8c;padding:.35rem;border-radius:12px;border:1px solid rgba(255,255,255,.8)}.gestor-header-link-active{border-color:var(--gestor-red);color:var(--gestor-red);background:var(--gestor-red-soft, rgba(234, 29, 44, .08))}.gestor-header-link-sair:hover{border-color:#fca5a5;color:var(--gestor-red)}.gestor-main{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;width:100%}.gestor-logo{display:flex;align-items:center;gap:.5rem}.gestor-logo-icon{font-size:1.5rem}.gestor-logo-text{display:block;color:var(--gestor-red);font-size:1.25rem;line-height:1.1}.gestor-logo-sub{display:block;font-size:.75rem;color:var(--gestor-muted);font-weight:500}.gestor-restaurante-nome{font-size:.85rem;color:var(--gestor-teal);font-weight:600;padding:.35rem .75rem;border-left:none;background:var(--gestor-teal-soft);border-radius:999px}.gestor-tabs,.gestor-header-nav{display:flex;gap:.35rem;flex-wrap:wrap;background:#ffffff8c;padding:.35rem;border-radius:12px;border:1px solid rgba(255,255,255,.8)}.gestor-tab{background:transparent;border:none;padding:.7rem 1.15rem;font-size:.95rem;font-weight:600;color:var(--gestor-muted);cursor:pointer;border-radius:8px;transition:color .15s,background .15s,box-shadow .15s}.gestor-tab:hover{color:var(--gestor-text);background:#ffffffd9}.gestor-tab.active{color:#fff;background:linear-gradient(135deg,var(--gestor-red),#f04);box-shadow:0 4px 12px #ea1d2c59;border-radius:8px}.gestor-status-loja{border:1px solid transparent}.gestor-status-loja.online{color:var(--gestor-green-dark);background:var(--gestor-green-soft);border:1px solid rgba(80,167,115,.35)}.gestor-status-loja.offline{color:var(--gestor-red-dark);background:var(--gestor-red-soft);border:1px solid rgba(234,29,44,.25)}.gestor-status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.gestor-alerts{padding:.5rem 1.5rem 0;flex-shrink:0}.gestor-alert{margin:0 0 .5rem;padding:.6rem .85rem;border-radius:8px;font-size:.88rem}.gestor-alert-erro{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.gestor-alert-info{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.gestor-contadores{flex-shrink:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1rem 1.5rem;width:100%}.gestor-contador{background:var(--gestor-surface);border:2px solid transparent;border-radius:12px;padding:1rem;text-align:center;cursor:pointer;box-shadow:0 2px 8px #1a233212;transition:border-color .15s,box-shadow .15s,transform .15s}.gestor-contador--novos{background:linear-gradient(160deg,#fff 0%,var(--gestor-red-soft) 100%);border-color:#ea1d2c1f}.gestor-contador--preparo{background:linear-gradient(160deg,#fff 0%,var(--gestor-orange-soft) 100%);border-color:#f5a62333}.gestor-contador--entrega{background:linear-gradient(160deg,#fff 0%,var(--gestor-green-soft) 100%);border-color:#50a77333}.gestor-contador--concluidos{background:linear-gradient(160deg,#fff 0%,var(--gestor-blue-soft) 100%);border-color:#3b82f626}.gestor-contador:hover{box-shadow:0 6px 16px #1a23321f;transform:translateY(-1px)}.gestor-contador.active{border-color:var(--gestor-red);box-shadow:0 6px 20px #ea1d2c33}.gestor-contador--preparo.active{border-color:var(--gestor-orange);box-shadow:0 6px 20px #f5a62340}.gestor-contador--entrega.active{border-color:var(--gestor-green);box-shadow:0 6px 20px #50a77340}.gestor-contador--concluidos.active{border-color:#3b82f6;box-shadow:0 6px 20px #3b82f633}.gestor-contador--preparo .gestor-contador-num{color:#c27803}.gestor-contador--entrega .gestor-contador-num{color:var(--gestor-green-dark)}.gestor-contador--concluidos .gestor-contador-num{color:#2563eb}.gestor-contador-num{display:block;font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--gestor-text)}.gestor-contador-label{display:block;font-size:.78rem;color:var(--gestor-muted);margin-top:.25rem;font-weight:500}.gestor-board{flex:1;min-height:0;padding:0 1.5rem .75rem;overflow-y:auto;width:100%}.gestor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;align-items:start}.gestor-vazio{text-align:center;padding:4rem 1rem;color:var(--gestor-muted)}.gestor-vazio-icon{font-size:3rem;display:block;margin-bottom:.75rem}.kanban-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #1a23321a;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.8)}.kanban-card-header{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.78rem;font-weight:700;letter-spacing:.03em;color:#fff}.kanban-card--novo .kanban-card-header{background:linear-gradient(135deg,#f5a623,#e8940f)}.kanban-card--preparo .kanban-card-header{background:linear-gradient(135deg,#ffb347,#ff9800)}.kanban-card--entrega .kanban-card-header{background:linear-gradient(135deg,#50a773,#3d8f5f)}.kanban-card--concluido .kanban-card-header{background:linear-gradient(135deg,#9ca3af,#6b7280)}.kanban-card--cancelado .kanban-card-header{background:linear-gradient(135deg,#ef4444,#dc2626)}.kanban-card--excluido .kanban-card-header{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.kanban-btn-excluir{color:var(--gestor-red);border-color:#ea1d2c59}.kanban-btn-excluir:hover:not(:disabled){background:var(--gestor-red-soft);border-color:#ea1d2c80}.gestor-excluir-outro{display:flex;flex-direction:column;gap:.75rem}.gestor-excluir-outro textarea{width:100%;padding:.55rem .65rem;border:1px solid var(--gestor-border, #d5dde8);border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:4.5rem;background:#fff;color:var(--gestor-text, #1a2332)}.gestor-excluir-outro-acoes{display:flex;justify-content:flex-end;gap:.5rem}.gestor-theme-dark .gestor-excluir-outro textarea{background:#0f1419;border-color:var(--gestor-border);color:var(--gestor-text)}.kanban-card-icon{font-size:1.1rem}.kanban-card-body{padding:.85rem;flex:1;background:linear-gradient(180deg,#fafcfd,#fff)}.kanban-cliente{display:flex;align-items:center;gap:.6rem;margin-bottom:.65rem}.kanban-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(135deg,var(--gestor-red-soft),var(--gestor-teal-soft));color:var(--gestor-teal);border:2px solid rgba(18,140,126,.25);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.kanban-cliente-nome{font-weight:600;font-size:.92rem}.kanban-pagamento{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--gestor-muted);margin-bottom:.5rem;flex-wrap:wrap}.kanban-tag{font-size:.68rem;padding:.1rem .4rem;border-radius:4px;font-weight:600}.kanban-tag-alerta{background:#fef3c7;color:#b45309}.kanban-tag-ok{background:#d1fae5;color:#047857}.kanban-itens{list-style:none;padding:0;margin:0 0 .65rem;font-size:.85rem;color:#374151}.kanban-itens li{padding:.15rem 0}.kanban-itens-mais{color:var(--gestor-muted);font-style:italic}.kanban-entregador{font-size:.82rem;margin:0 0 .5rem;color:var(--gestor-green-dark)}.kanban-tempo{font-size:.82rem;font-weight:600;margin:0;color:var(--gestor-muted)}.kanban-tempo-alerta{color:var(--gestor-red)}.kanban-tempo-ok{color:var(--gestor-green)}.kanban-card-footer{padding:0 .85rem .85rem;display:flex;flex-direction:column;gap:.45rem}.gestor-btn{border:none;border-radius:8px;padding:.65rem 1rem;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s,transform .1s}.gestor-btn:hover:not(:disabled){opacity:.92}.gestor-btn:active:not(:disabled){transform:scale(.98)}.gestor-btn:disabled{opacity:.45;cursor:not-allowed}.gestor-btn-block{width:100%}.gestor-btn-sm{padding:.45rem .75rem;font-size:.8rem}.gestor-btn-vermelho{background:var(--gestor-red);color:#fff}.gestor-btn-vermelho:hover:not(:disabled){background:var(--gestor-red-dark)}.gestor-btn-laranja{background:var(--gestor-orange);color:#fff}.gestor-btn-verde{background:var(--gestor-green);color:#fff}.gestor-btn-outline{background:var(--gestor-surface);color:var(--gestor-text);border:1px solid var(--gestor-border);font-weight:600}.gestor-btn-outline:hover:not(:disabled){border-color:#cbd5e1;background:#f9fafb}.gestor-footer{flex-shrink:0;background:linear-gradient(180deg,#dfe6ee,#d4dce6);border-top:1px solid rgba(26,35,50,.1);padding:.85rem 1.25rem;display:flex;justify-content:center;gap:2rem;box-shadow:0 -4px 16px #1a233214}.gestor-footer-btn{background:#ffffffbf;border:1px solid rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;color:var(--gestor-muted);cursor:pointer;padding:.5rem 1rem;border-radius:10px;transition:background .15s,color .15s,box-shadow .15s}.gestor-footer-btn span:first-child{font-size:1.25rem}.gestor-footer-btn:hover:not(:disabled){color:var(--gestor-text);background:#fff;box-shadow:0 4px 12px #1a23321a}.gestor-footer-btn-pausar{color:var(--gestor-red);background:var(--gestor-red-soft);border-color:#ea1d2c33}.gestor-footer-btn-pausar:hover{background:#ffe4e6;box-shadow:0 4px 12px #ea1d2c26}.gestor-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.gestor-modal{--gestor-surface: #ffffff;--gestor-border: #d5dde8;--gestor-text: #1a2332;--gestor-muted: #5c6b7f;--gestor-red: #ea1d2c;--gestor-red-dark: #c41622;--gestor-green: #50a773;--gestor-green-dark: #2d7a4e;--gestor-orange: #f5a623;background:var(--gestor-surface);border-radius:14px;width:100%;max-width:440px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;color:var(--gestor-text)}.gestor-modal.gestor-theme-dark{--gestor-surface: #161f2b;--gestor-border: #2a384c;--gestor-text: #e8edf4;--gestor-muted: #8fa3bd;--gestor-red-soft: rgba(234, 29, 44, .18);--gestor-green-dark: #6ee7b7}.gestor-modal-conta{max-width:480px}.gestor-modal-wide{max-width:560px}.gestor-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.15rem;border-bottom:1px solid var(--gestor-border);flex-shrink:0}.gestor-modal-header h3{margin:0;font-size:1.05rem}.gestor-modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--gestor-muted);padding:0 .25rem}.gestor-modal-body{flex:1 1 auto;min-height:0;padding:1rem 1.15rem 1.25rem;overflow-y:auto;font-size:.9rem;color:var(--gestor-text, #374151)}.gestor-modal-body h4{margin:1rem 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gestor-muted)}.gestor-modal-body ul{margin:0;padding-left:1.25rem}.gestor-modal-body a{color:var(--gestor-green-dark)}.gestor-modal-total{margin-top:1rem;font-size:1.05rem}.gestor-relatorios-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.gestor-relatorio-item{background:#f9fafb;border:1px solid var(--gestor-border);border-radius:10px;padding:1rem;text-align:center}.gestor-relatorio-destaque{border-color:#fcd34d;background:#fffbeb}.gestor-relatorio-excluidos{border-color:#991b1b59;background:#fef2f2}.gestor-relatorio-excluidos .gestor-relatorio-valor{color:#991b1b}.gestor-relatorio-valor{display:block;font-size:1.35rem;font-weight:700;color:var(--gestor-text)}.gestor-relatorio-label{display:block;font-size:.75rem;color:var(--gestor-muted);margin-top:.25rem}.gestor-modal-relatorio{max-width:920px;max-height:92vh}.gestor-modal-subtitle{margin:.2rem 0 0;font-size:.8rem;color:var(--gestor-muted);font-weight:400}.gestor-relatorio-body{padding:1rem 1.15rem 1.5rem}.gestor-relatorio-loading{text-align:center;color:var(--gestor-muted);padding:2rem 0}.gestor-relatorio-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.65rem;margin-bottom:1.25rem}.gestor-relatorio-kpi{background:#f9fafb;border:1px solid var(--gestor-border);border-radius:10px;padding:.85rem .75rem;text-align:center}.gestor-relatorio-kpi-destaque{border-color:#50a77373;background:#50a77314}.gestor-relatorio-kpi-valor{display:block;font-size:1.2rem;font-weight:700;color:var(--gestor-text)}.gestor-relatorio-kpi-label{display:block;font-size:.7rem;color:var(--gestor-muted);margin-top:.2rem}.gestor-relatorio-graficos{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:1.25rem}.gestor-relatorio-card{background:#f9fafb;border:1px solid var(--gestor-border);border-radius:12px;padding:1rem}.gestor-relatorio-card h4{margin:0 0 .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gestor-muted)}.pie-chart-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem}.pie-chart-svg{flex-shrink:0}.pie-chart-hole{fill:var(--gestor-surface)}.pie-chart-empty{display:flex;align-items:center;justify-content:center;border:2px dashed var(--gestor-border);border-radius:50%;color:var(--gestor-muted);font-size:.8rem;text-align:center;padding:1rem}.pie-chart-legend{list-style:none;margin:0;padding:0;width:100%;font-size:.78rem}.pie-chart-legend li{display:grid;grid-template-columns:10px 1fr auto;gap:.4rem .5rem;align-items:center;padding:.25rem 0}.pie-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pie-legend-label{color:var(--gestor-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pie-legend-value{color:var(--gestor-muted);font-size:.72rem;white-space:nowrap}.gestor-relatorio-extra h4{margin:0 0 .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gestor-muted)}.gestor-relatorio-dias{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1rem}.gestor-relatorio-dia{display:grid;grid-template-columns:2rem 1fr 2rem 4.5rem;gap:.5rem;align-items:center;font-size:.82rem}.gestor-relatorio-dia-nome{font-weight:600;color:var(--gestor-muted)}.gestor-relatorio-dia-bar-wrap{height:8px;background:var(--gestor-border);border-radius:4px;overflow:hidden}.gestor-relatorio-dia-bar{display:block;height:100%;background:linear-gradient(90deg,var(--gestor-green),var(--gestor-green-dark));border-radius:4px;min-width:2px}.gestor-relatorio-dia-qtd{text-align:center;font-weight:600}.gestor-relatorio-dia-valor{text-align:right;color:var(--gestor-muted);font-size:.75rem}.gestor-relatorio-lista{margin:0;padding-left:1.15rem;font-size:.85rem;line-height:1.7;color:#374151}.gestor-alert-erro{color:var(--gestor-red);background:var(--gestor-red-soft);border-radius:8px;padding:.75rem 1rem}.gestor-subpainel{--gestor-bg: #e4eaf0;--gestor-surface: #ffffff;--gestor-border: #d5dde8;--gestor-text: #1a2332;--gestor-muted: #5c6b7f;--gestor-red: #ea1d2c;--gestor-red-dark: #c41622;--gestor-red-soft: #fff0f1;--gestor-green: #50a773;--gestor-green-dark: #2d7a4e;--gestor-orange: #f5a623;--gestor-teal: #128c7e;--gestor-teal-soft: #e6f6f3;position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:100;background:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(234,29,44,.07),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.08),transparent 50%),var(--gestor-bg);color:var(--gestor-text);margin:0;padding:0;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:row}.gestor-subpainel .card{background:linear-gradient(160deg,#fff,#f8fafc);border-color:#128c7e26;color:#1a2332;box-shadow:0 4px 14px #1a233214}.gestor-header-sub{grid-template-columns:1fr auto}.gestor-subpainel-body{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.5rem}.gestor-subpainel-nav{display:flex;gap:.5rem}.gestor-subpainel .info,.gestor-subpainel .info-sm{color:#6b7280}.gestor-subpainel input,.gestor-subpainel select,.gestor-subpainel textarea{background:#fff;border:1px solid #d1d5db;color:#1a1a1a}.gestor-subpainel .erro{color:#b91c1c}.gestor-subpainel .sucesso{color:var(--gestor-green-dark)}.gestor-subpainel .form-novo-produto input:not([type=checkbox]),.gestor-subpainel .form-compact input:not([type=checkbox]),.gestor-subpainel .cardapio-section input:not([type=checkbox]),.gestor-subpainel .card input:not([type=checkbox]){width:100%;padding:.55rem .65rem;margin-bottom:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1a2332;font-size:.95rem}.gestor-subpainel .form-novo-produto input::placeholder,.gestor-subpainel .cardapio-section input::placeholder{color:#9ca3af}.gestor-subpainel .form-novo-produto h3,.gestor-subpainel .form-compact h3{margin-bottom:1rem;font-size:1rem;color:var(--gestor-text)}.gestor-subpainel .form-novo-comissao{margin:.15rem 0 .85rem;padding:.7rem .8rem;background:var(--gestor-teal-soft);border:1px solid rgba(18,140,126,.28);border-radius:8px}.gestor-subpainel .gestor-checkbox,.gestor-subpainel .checkbox-label{display:flex;align-items:flex-start;gap:.55rem;margin:0;font-size:.9rem;font-weight:500;line-height:1.45;color:var(--gestor-text);cursor:pointer}.gestor-subpainel .gestor-checkbox input[type=checkbox],.gestor-subpainel .checkbox-label input[type=checkbox]{width:1.05rem;height:1.05rem;min-width:1.05rem;margin:.1rem 0 0;flex-shrink:0;accent-color:var(--gestor-green);cursor:pointer}.gestor-subpainel .form-novo-produto .info,.gestor-subpainel .form-novo-produto .info-sm,.gestor-subpainel .cardapio-section .info,.gestor-subpainel .cardapio-section .info-sm{color:var(--gestor-muted);font-size:.85rem;line-height:1.45}.gestor-subpainel .form-compact label{color:var(--gestor-muted);font-size:.82rem;font-weight:600}.gestor-subpainel.gestor-theme-dark .form-novo-comissao{background:#128c7e1f;border-color:#128c7e59}.gestor-subpainel.gestor-theme-dark .form-novo-produto input:not([type=checkbox]),.gestor-subpainel.gestor-theme-dark .form-compact input:not([type=checkbox]),.gestor-subpainel.gestor-theme-dark .cardapio-section input:not([type=checkbox]),.gestor-subpainel.gestor-theme-dark .card input:not([type=checkbox]){background:#0f1419;border-color:var(--gestor-border);color:var(--gestor-text)}.gestor-subpainel.gestor-theme-dark .form-novo-produto input::placeholder,.gestor-subpainel.gestor-theme-dark .cardapio-section input::placeholder{color:#6b7f96}@media(max-width:900px){.gestor-sidebar.open{width:min(280px,85vw);min-width:min(280px,85vw)}.gestor-sidebar-inner{width:min(280px,85vw)}.gestor-header{grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:1rem 1.25rem;min-height:auto;gap:.85rem}.gestor-header-nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem}.gestor-header-actions{justify-content:flex-start}.gestor-contadores{grid-template-columns:repeat(2,1fr);padding:.75rem 1rem}.gestor-board{padding:0 1rem .75rem}.gestor-footer{gap:1rem}}@media(max-width:480px){.gestor-contadores{grid-template-columns:1fr 1fr}.gestor-grid{grid-template-columns:1fr}}.gestor-app.gestor-theme-dark,.gestor-subpainel.gestor-theme-dark{--gestor-bg: #0b0f14;--gestor-surface: #161f2b;--gestor-border: #2a384c;--gestor-text: #e8edf4;--gestor-muted: #8fa3bd;--gestor-red-soft: rgba(234, 29, 44, .18);--gestor-green-soft: rgba(80, 167, 115, .18);--gestor-orange-soft: rgba(245, 166, 35, .14);--gestor-blue-soft: rgba(59, 130, 246, .14);--gestor-teal-soft: rgba(18, 140, 126, .18);background:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(234,29,44,.14),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.12),transparent 50%),var(--gestor-bg);color:var(--gestor-text)}.gestor-theme-dark .gestor-shell{background:radial-gradient(ellipse 50% 40% at 90% 10%,rgba(245,166,35,.05),transparent),radial-gradient(ellipse 45% 35% at 10% 90%,rgba(80,167,115,.06),transparent),linear-gradient(180deg,#101820,#0b0f14)}.gestor-theme-dark .gestor-header{background:linear-gradient(105deg,#1a2332,#1e2838 45%,#172430);border-image:linear-gradient(90deg,var(--gestor-red),var(--gestor-orange),var(--gestor-teal)) 1;box-shadow:0 4px 20px #00000059}.gestor-theme-dark .gestor-logo-sub{color:var(--gestor-muted)}.gestor-theme-dark .gestor-menu-toggle{background:linear-gradient(145deg,#1c2736,#161f2b);border-color:#ea1d2c59}.gestor-theme-dark .gestor-menu-toggle:hover{background:var(--gestor-red-soft)}.gestor-theme-dark .gestor-menu-icon,.gestor-theme-dark .gestor-menu-icon:before,.gestor-theme-dark .gestor-menu-icon:after{background:#e8edf4}.gestor-theme-dark .gestor-header-nav{background:#161f2bd9;border-color:var(--gestor-border)}.gestor-theme-dark .gestor-header-link{border-color:var(--gestor-border);color:var(--gestor-muted)}.gestor-theme-dark .gestor-header-link-active{border-color:var(--gestor-red);color:#fca5a5;background:var(--gestor-red-soft)}.gestor-theme-dark .gestor-tab{color:var(--gestor-muted)}.gestor-theme-dark .gestor-tab:hover{color:var(--gestor-text);background:#ffffff0f}.gestor-theme-dark .gestor-theme-toggle{background:#161f2be6;border-color:var(--gestor-border);color:var(--gestor-muted)}.gestor-theme-dark .gestor-theme-toggle:hover{background:#1c2736;border-color:#128c7e80;color:#6ee7b7;box-shadow:0 2px 10px #128c7e33}.gestor-theme-dark .gestor-sidebar.open{background:linear-gradient(180deg,#1a2332,#141c28);border-right-color:var(--gestor-border);box-shadow:4px 0 20px #00000059}.gestor-theme-dark .gestor-sidebar-header{background:#161f2bcc;border-bottom-color:var(--gestor-border)}.gestor-theme-dark .gestor-sidebar-loja{color:#6ee7b7;background:var(--gestor-teal-soft);border-bottom-color:#128c7e40}.gestor-theme-dark .gestor-sidebar-item-link.active{background:#128c7e2e;color:#6ee7d8}.gestor-theme-dark .gestor-sidebar-paineis{border-top-color:var(--gestor-border)}.gestor-theme-dark .gestor-sidebar-item:hover{background:#128c7e1f;color:#6ee7b7}.gestor-theme-dark .gestor-contador{background:var(--gestor-surface);box-shadow:0 2px 10px #00000040}.gestor-theme-dark .gestor-contador--novos{background:linear-gradient(160deg,#1a2332,#ea1d2c1f)}.gestor-theme-dark .gestor-contador--preparo{background:linear-gradient(160deg,#1a2332,#f5a6231a)}.gestor-theme-dark .gestor-contador--entrega{background:linear-gradient(160deg,#1a2332,#50a7731f)}.gestor-theme-dark .gestor-contador--concluidos{background:linear-gradient(160deg,#1a2332,#3b82f61a)}.gestor-theme-dark .gestor-contador-num{color:var(--gestor-text)}.gestor-theme-dark .gestor-contador.tem-novos .gestor-contador-num{color:#fca5a5}.gestor-theme-dark .gestor-contador--preparo .gestor-contador-num{color:#fcd34d}.gestor-theme-dark .gestor-contador--entrega .gestor-contador-num{color:#86efac}.gestor-theme-dark .gestor-contador--concluidos .gestor-contador-num{color:#93c5fd}.gestor-theme-dark .kanban-card{background:var(--gestor-surface);border-color:var(--gestor-border);box-shadow:0 4px 16px #0000004d}.gestor-theme-dark .kanban-card-body{background:linear-gradient(180deg,#141c28,#161f2b)}.gestor-theme-dark .kanban-cliente-nome,.gestor-theme-dark .kanban-itens{color:var(--gestor-text)}.gestor-theme-dark .kanban-pagamento{color:var(--gestor-muted)}.gestor-theme-dark .gestor-footer{background:linear-gradient(180deg,#141c28,#0f1419);border-top-color:var(--gestor-border);box-shadow:0 -4px 20px #00000059}.gestor-theme-dark .gestor-footer-btn{background:#161f2be6;border-color:var(--gestor-border);color:var(--gestor-muted)}.gestor-theme-dark .gestor-footer-btn:hover:not(:disabled){background:#1c2736;color:var(--gestor-text)}.gestor-theme-dark .gestor-footer-btn-pausar{background:var(--gestor-red-soft);border-color:#ea1d2c59;color:#fca5a5}.gestor-theme-dark .gestor-vazio{color:var(--gestor-muted)}.gestor-theme-dark .gestor-modal{background:var(--gestor-surface);color:var(--gestor-text)}.gestor-theme-dark .gestor-modal-header{border-bottom-color:var(--gestor-border)}.gestor-theme-dark .gestor-modal-body{color:var(--gestor-text)}.gestor-theme-dark .gestor-relatorio-item{background:#141c28;border-color:var(--gestor-border)}.gestor-theme-dark .gestor-relatorio-destaque{background:#f5a6231a;border-color:#f5a6234d}.gestor-theme-dark .gestor-subpainel .card{background:linear-gradient(160deg,#1a2332,#161f2b);border-color:var(--gestor-border);color:var(--gestor-text)}.gestor-theme-dark .gestor-subpainel input,.gestor-theme-dark .gestor-subpainel select,.gestor-theme-dark .gestor-subpainel textarea{background:#0f1419;border-color:var(--gestor-border);color:var(--gestor-text)}.gestor-theme-dark .gestor-subpainel .info,.gestor-theme-dark .gestor-subpainel .info-sm{color:var(--gestor-muted)}.gestor-theme-dark .gestor-btn-outline{background:var(--gestor-surface);border-color:var(--gestor-border);color:var(--gestor-text)}.gestor-theme-dark .gestor-btn-outline:hover:not(:disabled){background:#1c2736}.gestor-theme-dark .gestor-relatorio-kpi,.gestor-theme-dark .gestor-relatorio-card{background:#141c28;border-color:var(--gestor-border)}.gestor-theme-dark .gestor-relatorio-kpi-destaque{background:#50a7731f;border-color:#50a77359}.gestor-theme-dark .pie-chart-hole{fill:var(--gestor-surface)}.gestor-theme-dark .pie-chart-empty{border-color:var(--gestor-border)}.gestor-theme-dark .gestor-relatorio-lista{color:var(--gestor-text)}@keyframes gestor-pulse-novos{0%,to{box-shadow:0 0 #ea1d2c80}50%{box-shadow:0 0 0 6px #ea1d2c00}}.gestor-tab.tem-novos-pulse{animation:gestor-pulse-novos 1.5s ease-in-out infinite}.gestor-contador.tem-novos .gestor-contador-num{color:var(--gestor-red)}.kanban-card-parado{outline:2px solid #f59e0b;outline-offset:2px;box-shadow:0 0 0 4px #f59e0b33}.kanban-tempo-alerta{color:#b45309;font-weight:600}.gestor-pausa-intro{margin:0 0 1rem;color:var(--gestor-muted);font-size:.88rem}.gestor-pausa-motivos{display:flex;flex-direction:column;gap:.5rem}.gestor-pausa-btn{text-align:left}.gestor-pausa-badge{font-size:.75rem;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:.35rem .65rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gestor-link-acompanhar{margin:1rem 0}.gestor-link-acompanhar-row{display:flex;gap:.5rem;margin-top:.35rem}.gestor-link-input{flex:1;font-size:.75rem;padding:.4rem .5rem;border:1px solid var(--gestor-border);border-radius:6px;background:#f9fafb}.gestor-relatorio-filtros{display:flex;flex-wrap:wrap;gap:.4rem;padding:.65rem 1.15rem;border-bottom:1px solid var(--gestor-border)}.gestor-relatorio-filtro{border:1px solid var(--gestor-border);background:#f9fafb;border-radius:999px;padding:.35rem .85rem;font-size:.78rem;cursor:pointer;color:var(--gestor-text)}.gestor-relatorio-filtro.active{background:var(--gestor-red);border-color:var(--gestor-red);color:#fff}.gestor-relatorio-custom{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;width:100%;margin-top:.35rem}.gestor-relatorio-custom input[type=date]{font-size:.78rem;padding:.3rem .45rem;border:1px solid var(--gestor-border);border-radius:6px}.gestor-relatorio-comparacao{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;font-size:.82rem}.gestor-relatorio-comparacao .up{color:#15803d;background:#50a7731f;padding:.35rem .65rem;border-radius:8px}.gestor-relatorio-comparacao .down{color:#b91c1c;background:#ea1d2c14;padding:.35rem .65rem;border-radius:8px}.gestor-relatorio-header-actions{display:flex;align-items:center;gap:.5rem}.gestor-relatorio-etapas{margin:0 0 1rem;padding-left:1.15rem;font-size:.85rem;line-height:1.7}.hour-bar-chart{display:flex;align-items:flex-end;gap:3px;height:100px;margin-bottom:1.25rem;padding:0 .25rem}.hour-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.hour-bar-track{flex:1;width:100%;display:flex;align-items:flex-end;background:var(--gestor-border);border-radius:3px 3px 0 0;overflow:hidden}.hour-bar-fill{width:100%;background:linear-gradient(180deg,var(--gestor-red),#c41825);border-radius:3px 3px 0 0;min-height:2px}.hour-bar-label{font-size:.6rem;color:var(--gestor-muted);margin-top:2px}.gestor-skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:gestor-skeleton-shimmer 1.2s infinite;border-radius:10px}@keyframes gestor-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gestor-skeleton-kpi{height:72px}.gestor-skeleton-card{height:220px}.gestor-skeleton-wide{height:120px;margin-top:1rem}.gestor-theme-dark .gestor-skeleton{background:linear-gradient(90deg,#1c2736 25%,#243040,#1c2736 75%);background-size:200% 100%}.gestor-theme-dark .gestor-relatorio-filtro{background:#141c28;border-color:var(--gestor-border)}.gestor-theme-dark .gestor-link-input{background:#0f1419;color:var(--gestor-text)}.gestor-theme-dark .gestor-pausa-badge{background:#f59e0b1f;color:#fcd34d}@media print{body.gestor-print-relatorio *{visibility:hidden}body.gestor-print-relatorio .gestor-relatorio-print-area,body.gestor-print-relatorio .gestor-relatorio-print-area *{visibility:visible}body.gestor-print-relatorio .gestor-relatorio-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;padding:0}body.gestor-print-relatorio .gestor-modal-relatorio{max-width:100%;max-height:none;box-shadow:none}body.gestor-print-relatorio .gestor-no-print{display:none!important}}.gestor-contadores--entregador{grid-template-columns:repeat(3,1fr)}.gestor-contador--disponiveis .gestor-contador-num{color:var(--gestor-teal)}.gestor-contador--ativas .gestor-contador-num{color:#c27803}.gestor-contador--historico .gestor-contador-num{color:#2563eb}.gestor-entregador-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:0 1.5rem .75rem}.gestor-entregador-stat{background:var(--gestor-surface);border:1px solid var(--gestor-border);border-radius:12px;padding:.75rem 1rem;text-align:center;box-shadow:0 2px 8px #1a23320f}.gestor-entregador-stat-num{display:block;font-size:1.25rem;font-weight:700;color:var(--gestor-text);line-height:1.2}.gestor-entregador-stat-label{display:block;font-size:.72rem;color:var(--gestor-muted);margin-top:.2rem;font-weight:500}.gestor-entregador-aviso{margin:0 1.5rem .5rem;padding:.55rem .85rem;border-radius:8px;font-size:.85rem;background:var(--gestor-orange-soft);color:#92400e;border:1px solid rgba(245,166,35,.35)}.gestor-entregador-aviso-info{background:var(--gestor-teal-soft);color:#0f5c52;border-color:#128c7e59}.gestor-admin-contexto{padding:.75rem 1.5rem 0}.gestor-filtro-restaurante{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.85rem 1rem;background:var(--gestor-surface);border:1px solid var(--gestor-border);border-radius:12px;box-shadow:0 2px 8px #1a23320d}.gestor-filtro-restaurante-campo{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;margin:0;flex:1;min-width:220px}.gestor-filtro-restaurante-label{font-size:.82rem;font-weight:700;color:var(--gestor-muted);white-space:nowrap}.gestor-filtro-restaurante select{flex:1;min-width:200px;padding:.55rem .75rem;border:1px solid var(--gestor-border);border-radius:8px;background:var(--gestor-surface);color:var(--gestor-text);font-size:.92rem;font-weight:600}.gestor-filtro-restaurante-erro{margin:0;font-size:.85rem;color:var(--gestor-red)}.gestor-status-visao{font-size:.78rem;min-width:auto;padding-inline:.65rem}.kanban-restaurante-tag{margin:0 0 .65rem;padding:.35rem .55rem;border-radius:8px;background:var(--gestor-teal-soft);color:var(--gestor-teal);font-size:.78rem;font-weight:700}.gestor-aviso-selecao{margin:1rem 1.5rem;padding:1rem 1.15rem;background:var(--gestor-orange-soft);border-color:#f5a62359;color:#92400e}.gestor-theme-dark .gestor-filtro-restaurante{background:#141c28}.gestor-theme-dark .gestor-filtro-restaurante select{background:#0f1520}.gestor-theme-dark .gestor-aviso-selecao{background:#f5a6231f;color:#fcd34d}.gestor-theme-dark .kanban-restaurante-tag{background:#128c7e26;color:#6ee7d8}.gestor-admin-contexto .admin-contexto-seletor{margin:0;max-width:420px}.gestor-main--seletor{display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.gestor-main--seletor .admin-contexto-seletor{max-width:420px;width:100%}.gestor-seletor-painel{width:100%;max-width:440px;padding:2rem 2rem 1.75rem;background:var(--gestor-surface);border:1px solid var(--gestor-border);border-radius:16px;box-shadow:0 8px 32px #1a233214;color:var(--gestor-text);text-align:center}.gestor-seletor-painel-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:14px;background:var(--gestor-teal-soft);font-size:1.75rem}.gestor-seletor-painel-titulo{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;color:var(--gestor-text)}.gestor-seletor-painel-desc{margin:0 0 1.5rem;font-size:.92rem;line-height:1.5;color:var(--gestor-muted)}.gestor-seletor-painel-campo{display:flex;flex-direction:column;gap:.45rem;text-align:left;font-size:.88rem;font-weight:600;color:var(--gestor-text)}.gestor-seletor-painel-campo select{width:100%;padding:.7rem .85rem;border:1px solid var(--gestor-border);border-radius:10px;background:var(--gestor-surface);color:var(--gestor-text);font-size:1rem;font-weight:500;cursor:pointer}.gestor-seletor-painel-campo select:focus{outline:none;border-color:var(--gestor-teal);box-shadow:0 0 0 3px #128c7e26}.gestor-seletor-painel-erro{margin:1rem 0 0;font-size:.88rem;color:var(--gestor-red);text-align:left}.gestor-seletor-painel-aviso{margin:1rem 0 0;padding:.75rem .85rem;border-radius:10px;background:var(--gestor-orange-soft);color:#92400e;font-size:.88rem;text-align:left;line-height:1.45}.gestor-theme-dark .gestor-seletor-painel{background:#141c28;border-color:var(--gestor-border);box-shadow:0 8px 32px #00000040}.gestor-theme-dark .gestor-seletor-painel-campo select{background:#0f1520;border-color:var(--gestor-border);color:var(--gestor-text)}.gestor-theme-dark .gestor-seletor-painel-aviso{background:#f5a6231f;color:#fcd34d}.kanban-card--disponivel .kanban-card-header{background:linear-gradient(135deg,var(--gestor-teal),#0d6b60)}.kanban-restaurante{margin:0 0 .35rem;font-size:.95rem}.kanban-endereco{margin:0 0 .5rem;font-size:.85rem;color:var(--gestor-muted);line-height:1.35}.kanban-valor{margin:.25rem 0;font-size:.85rem}.kanban-troco{margin:.5rem 0 0;padding:.45rem .6rem;border-radius:8px;background:var(--gestor-orange-soft);color:#92400e;font-size:.82rem;font-weight:600}.entregador-finalizar{display:flex;flex-direction:column;gap:.55rem;width:100%}.gestor-checkbox{display:flex;align-items:flex-start;gap:.45rem;font-size:.82rem;color:var(--gestor-text);cursor:pointer}.gestor-checkbox input{margin-top:.15rem}.gestor-field{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--gestor-muted)}.gestor-field input{padding:.5rem .65rem;border:1px solid var(--gestor-border);border-radius:8px;font-size:1rem;font-weight:400;color:var(--gestor-text);background:#fff}.gestor-repasse-list{margin:.35rem 0 0;padding-left:1.1rem;font-size:.85rem}.gestor-footer-btn-abrir{background:var(--gestor-green-soft);border-color:#50a77373;color:var(--gestor-green-dark)}.gestor-footer-btn-abrir:hover{background:#d1fae5}.gestor-modal-body-form .minha-conta{margin:0}.gestor-modal-body-form .minha-conta h3{display:none}.gestor-modal-body-form .minha-conta .card,.gestor-modal-body-form .minha-conta .minha-conta-form{box-shadow:none;border:none;padding:0;background:transparent}.minha-conta-embedded .minha-conta-email-atual{padding:.75rem .85rem;background:#f3f6f9;border:1px solid var(--gestor-border, #d5dde8);border-radius:8px;margin-bottom:.25rem}.minha-conta-embedded .minha-conta-label{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gestor-muted, #5c6b7f);margin-bottom:.35rem}.minha-conta-embedded .minha-conta-email-atual strong{display:block;font-size:.95rem;color:var(--gestor-text, #1a2332);font-weight:600;word-break:break-all}.minha-conta-embedded .minha-conta-form h4{margin:0 0 .85rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gestor-muted, #5c6b7f)}.minha-conta-embedded .minha-conta-form{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gestor-border, #d5dde8)}.minha-conta-embedded .minha-conta-form:first-of-type{border-top:none;padding-top:0;margin-top:.75rem}.minha-conta-embedded .minha-conta-form .gestor-field{margin-bottom:.75rem}.minha-conta-embedded .minha-conta-form .gestor-field input{margin-top:0}.minha-conta-embedded .minha-conta-form .gestor-btn{margin-top:.5rem;margin-bottom:.15rem;width:100%}.minha-conta-embedded .minha-conta-form .erro{color:var(--gestor-red, #ea1d2c);font-size:.85rem;margin:.15rem 0 .5rem}.minha-conta-embedded .minha-conta-form .info.success{color:var(--gestor-green-dark, #2d7a4e);font-size:.85rem;margin:.15rem 0 .5rem}.gestor-theme-dark .minha-conta-embedded .minha-conta-email-atual{background:#141c28}.gestor-theme-dark .minha-conta-embedded .minha-conta-form .gestor-field input{background:#0f1419;border-color:var(--gestor-border);color:var(--gestor-text)}.minha-conta-section .minha-conta h3{margin-top:0}.minha-conta-section .minha-conta-form:first-of-type{border-top:1px solid var(--gestor-border, #e2e8f0);padding-top:1.25rem;margin-top:1rem}.gestor-theme-dark .gestor-entregador-stat{background:#141c28;border-color:var(--gestor-border)}.gestor-theme-dark .gestor-entregador-aviso{background:#f5a6231f;color:#fcd34d}.gestor-theme-dark .gestor-entregador-aviso-info{background:#128c7e26;color:#6ee7d8}.gestor-theme-dark .kanban-troco{background:#f5a6231f;color:#fcd34d}.gestor-theme-dark .gestor-field input{background:#0f1419;border-color:var(--gestor-border);color:var(--gestor-text)}@media(max-width:768px){.gestor-entregador-stats{grid-template-columns:repeat(2,1fr)}.gestor-contadores--entregador{grid-template-columns:1fr}}.admin-app{--admin-sidebar-bg: #151c28;--admin-sidebar-text: #e8edf4;--admin-sidebar-muted: #8b9cb3;--admin-sidebar-active: #3b6fd9;--admin-sidebar-hover: rgba(255, 255, 255, .07);--admin-bg: #c5cdd8;--admin-bg-deep: #b8c2cf;--admin-surface: #d8dee8;--admin-surface-raised: #e2e8f0;--admin-surface-inset: #ccd3de;--admin-border: #a8b4c4;--admin-text: #1a2332;--admin-muted: #4a5568;--admin-header-bg: linear-gradient(105deg, #ccd4df 0%, #c5ceda 45%, #bcc7d5 100%);--admin-footer-bg: linear-gradient(180deg, #b8c2cf 0%, #adb8c8 100%);--gestor-bg: var(--admin-bg);--gestor-surface: var(--admin-surface);--gestor-border: var(--admin-border);--gestor-text: var(--admin-text);--gestor-muted: var(--admin-muted);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:row;font-family:DM Sans,system-ui,sans-serif;color:var(--admin-text);background:var(--admin-bg)}.admin-sidebar{flex-shrink:0;width:240px;background:var(--admin-sidebar-bg);color:var(--admin-sidebar-text);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.admin-sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:1.35rem 1.25rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar-logo{font-size:1.75rem;line-height:1}.admin-sidebar-title{display:block;font-size:1.05rem;letter-spacing:.02em}.admin-sidebar-sub{display:block;font-size:.72rem;color:var(--admin-sidebar-muted);margin-top:.1rem}.admin-sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.admin-sidebar-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.7rem .85rem;border:none;border-radius:10px;background:transparent;color:var(--admin-sidebar-text);font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s,color .15s}.admin-sidebar-item:hover{background:var(--admin-sidebar-hover)}.admin-sidebar-item.active{background:var(--admin-sidebar-active);color:#fff;font-weight:600}.admin-sidebar-icon{font-size:1.05rem;width:1.35rem;text-align:center}.admin-sidebar-footer{padding:1rem .75rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.2rem}.admin-sidebar-link{display:flex;align-items:center;gap:.65rem;padding:.6rem .85rem;border-radius:8px;color:var(--admin-sidebar-muted);font-size:.82rem;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background .15s,color .15s}.admin-sidebar-link:hover{background:var(--admin-sidebar-hover);color:var(--admin-sidebar-text)}.admin-sidebar-sair{color:#fca5a5;margin-top:.35rem}.admin-sidebar-sair:hover{color:#fecaca;background:#ef44441f}.admin-sidebar-paineis{padding:.75rem 0 .5rem;margin-bottom:.35rem;border-top:1px solid rgba(255,255,255,.08)}.admin-sidebar-paineis-label{margin:0 0 .35rem;padding:0 .85rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--admin-sidebar-muted)}.admin-sidebar-painel.active{background:var(--admin-sidebar-active);color:#fff}.admin-sidebar-painel.active:hover{color:#fff}.admin-shell{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(ellipse 55% 45% at 95% 5%,rgba(59,111,217,.08),transparent 55%),radial-gradient(ellipse 50% 40% at 5% 95%,rgba(18,140,126,.07),transparent 50%),linear-gradient(180deg,var(--admin-bg) 0%,var(--admin-bg-deep) 100%)}.admin-app .gestor-header{background:var(--admin-header-bg);box-shadow:0 4px 16px #1a23321f}.admin-app .gestor-header-link{background:#1a23320f;border-color:var(--admin-border);color:var(--admin-muted)}.admin-app .gestor-header-link:hover{background:#1a23321a;color:var(--admin-text)}.admin-app .gestor-header-link-active{background:#3b6fd9;border-color:#3b6fd9;color:#fff}.admin-app .gestor-theme-toggle{background:#1a23320f;border-color:var(--admin-border)}.admin-app .gestor-status-loja{background:#1a23320f;border:1px solid var(--admin-border)}.admin-app .gestor-status-loja.online{background:#50a7732e;border-color:#50a77373;color:#1e5638}.admin-app .gestor-footer{background:var(--admin-footer-bg);border-top:1px solid rgba(26,35,50,.12);box-shadow:0 -4px 16px #1a23321a}.admin-app .gestor-footer-btn{background:#1a233212;border:1px solid var(--admin-border);color:var(--admin-muted)}.admin-app .gestor-footer-btn:hover:not(:disabled){background:#1a23321f;color:var(--admin-text);box-shadow:0 4px 12px #1a23321f}.admin-header{grid-template-columns:1fr auto}.admin-main{flex:1;min-height:0;overflow-y:auto;padding:1rem 1.5rem 1.25rem}.admin-footer{justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.admin-footer-stats{margin-left:auto;display:flex;gap:1.25rem;font-size:.82rem;color:var(--gestor-muted)}.admin-footer-stats strong{color:var(--gestor-text)}.admin-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.admin-kpi{background:var(--admin-surface-raised);border-radius:14px;padding:1rem 1.15rem;border:1px solid var(--admin-border);box-shadow:0 2px 10px #1a233214;position:relative;overflow:hidden}.admin-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.admin-kpi--novos:before{background:#2563eb}.admin-kpi--preparo:before{background:var(--gestor-green, #50a773)}.admin-kpi--entrega:before{background:#64748b}.admin-kpi--concluidos:before{background:#94a3b8}.admin-kpi--faturamento:before{background:var(--gestor-teal, #128c7e)}.admin-kpi--restaurantes:before{background:var(--gestor-orange, #f5a623)}.admin-kpi--corridas:before{background:var(--gestor-red, #ea1d2c)}.admin-kpi-num{display:block;font-size:1.85rem;font-weight:700;line-height:1.1;color:var(--gestor-text)}.admin-kpi-label{display:block;font-size:.78rem;color:var(--gestor-muted);margin-top:.3rem;font-weight:500}.admin-kpi--clickable{cursor:pointer;text-align:left;width:100%;border:1px solid var(--admin-border);transition:transform .12s,box-shadow .12s,border-color .12s}.admin-kpi--clickable:hover{transform:translateY(-2px);box-shadow:0 6px 18px #1a23321f;border-color:#3b6fd973}.admin-kpi--clickable.active{border:2px solid #3b6fd9;box-shadow:0 4px 14px #3b6fd933}button.admin-mini-stat.admin-kpi--clickable{cursor:pointer;font:inherit;width:100%;transition:transform .12s,box-shadow .12s,border-color .12s}button.admin-mini-stat.admin-kpi--clickable:hover{transform:translateY(-2px);box-shadow:0 6px 18px #1a23321f;border-color:#3b6fd973}.admin-filtros-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;background:var(--admin-surface-raised);border:1px solid var(--admin-border);border-radius:12px}.admin-filtro-restaurante{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--admin-muted);min-width:220px}.admin-filtro-restaurante select{padding:.5rem .65rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.9rem;font-weight:400;color:var(--admin-text);background:var(--admin-surface-inset)}.admin-filtros-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.admin-filtro-chip{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;font-size:.78rem;font-weight:600;background:#3b6fd91f;color:#1e40af;border:1px solid rgba(59,111,217,.25)}.admin-filtro-limpar{padding:.3rem .65rem;border-radius:999px;border:1px solid var(--admin-border);background:transparent;color:var(--admin-muted);font-size:.78rem;font-weight:600;cursor:pointer}.admin-filtro-limpar:hover{background:#1a23320f;color:var(--admin-text)}.admin-footer-stat-btn{background:none;border:none;padding:.25rem .5rem;border-radius:6px;font-size:.82rem;color:var(--gestor-muted);cursor:pointer;transition:background .12s,color .12s}.admin-footer-stat-btn:hover{background:#3b6fd91f;color:var(--gestor-text)}.admin-footer-stat-btn strong{color:var(--gestor-text)}.gestor-theme-dark .admin-filtro-chip{background:#3b6fd933;color:#93c5fd;border-color:#3b6fd959}.gestor-theme-dark .admin-footer-stat-btn:hover{background:#3b6fd92e}.admin-kpi-hint{display:block;font-size:.72rem;color:var(--admin-muted);margin-top:.35rem;font-weight:500}.admin-finance-resumo-mes{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:.75rem}.admin-finance-resumo-mes>div{padding:.85rem 1rem;background:var(--admin-surface-inset);border-radius:10px;border:1px solid var(--admin-border)}.admin-finance-resumo-label{display:block;font-size:.72rem;color:var(--admin-muted);margin-bottom:.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.admin-finance-valor-ok{color:var(--gestor-green-dark, #2d7a4e)}.admin-finance-valor-pendente{color:#b45309}.admin-finance-semana-fim{font-size:.78rem;color:var(--admin-muted);font-weight:400}.admin-finance-status{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600}.admin-finance-status--pago{background:#50a77326;color:var(--gestor-green-dark, #2d7a4e)}.admin-finance-status--pendente{background:#f5a62326;color:#b45309}.gestor-theme-dark .admin-finance-valor-ok{color:#86efac}.gestor-theme-dark .admin-finance-valor-pendente{color:#fcd34d}@media(max-width:1024px){.admin-finance-resumo-mes{grid-template-columns:repeat(2,1fr)}}.admin-panel-card{background:var(--admin-surface-raised);border-radius:14px;border:1px solid var(--admin-border);box-shadow:0 2px 10px #1a233214;padding:1.25rem 1.35rem;margin-bottom:1rem}.admin-panel-card h3{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.admin-panel-card .info,.admin-panel-card .info-sm{margin:0 0 1rem}.admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.admin-section-head h2{margin:0;font-size:1.35rem;font-weight:700}.admin-section-head p{margin:.25rem 0 0;color:var(--gestor-muted);font-size:.88rem}.admin-pedido-tabs{display:flex;gap:.35rem;margin-bottom:1rem;flex-wrap:wrap}.admin-pedido-tab{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--admin-border);background:var(--admin-surface);color:var(--admin-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s}.admin-pedido-tab:hover{border-color:#2563eb;color:#2563eb}.admin-pedido-tab.active{background:#2563eb;border-color:#2563eb;color:#fff}.admin-table-wrap{background:var(--admin-surface-raised);border-radius:14px;border:1px solid var(--admin-border);box-shadow:0 2px 10px #1a233214;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:.85rem}.admin-table th{text-align:left;padding:.85rem 1rem;background:var(--admin-surface-inset);color:var(--admin-muted);font-weight:600;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--admin-border)}.admin-table td{padding:.85rem 1rem;border-bottom:1px solid rgba(168,180,196,.55);vertical-align:middle;background:var(--admin-surface)}.admin-table tbody tr:nth-child(2n) td{background:var(--admin-surface-inset)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#3b6fd91a}.admin-table-pedido{display:flex;align-items:center;gap:.65rem;font-weight:700}.admin-table-bar{width:4px;height:32px;border-radius:4px;flex-shrink:0}.admin-table-bar--novo{background:#2563eb}.admin-table-bar--preparo{background:var(--gestor-green)}.admin-table-bar--entrega{background:#64748b}.admin-table-bar--concluido{background:#94a3b8}.admin-table-bar--cancelado{background:var(--gestor-red)}.admin-table-cliente{display:flex;align-items:center;gap:.55rem}.admin-table-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#128c7e);color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-table-pagamento{display:inline-flex;align-items:center;gap:.35rem}.admin-table-status{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#1a233214;color:var(--admin-text)}.admin-table-vazio{text-align:center;padding:3rem 1rem;color:var(--gestor-muted)}.admin-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem 1rem}.admin-form-grid label{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--gestor-muted)}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{padding:.55rem .7rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.9rem;font-weight:400;color:var(--admin-text);background:var(--admin-surface-inset)}.admin-form-actions{grid-column:1 / -1;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.admin-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.admin-fatura-card{background:var(--admin-surface-inset);border:1px solid var(--admin-border);border-radius:12px;padding:1rem}.admin-fatura-card strong{display:block;margin-bottom:.35rem}.admin-alerta{background:var(--gestor-orange-soft, #fff8eb);border:1px solid rgba(245,166,35,.35);border-radius:12px;padding:1rem 1.15rem;margin-bottom:1rem;color:#92400e}.admin-alerta ul{margin:.5rem 0 0;padding-left:1.2rem}.admin-msg{padding:.55rem .85rem;border-radius:8px;margin-bottom:1rem;font-size:.88rem}.admin-msg--erro{background:var(--gestor-red-soft);color:var(--gestor-red-dark)}.admin-msg--info{background:var(--gestor-teal-soft);color:#0f5c52}.admin-mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem}.admin-mini-stat{background:var(--admin-surface-raised);border:1px solid var(--admin-border);border-radius:12px;padding:.85rem 1rem;text-align:center;box-shadow:0 2px 8px #1a23320f}.admin-mini-stat-num{display:block;font-size:1.15rem;font-weight:700}.admin-mini-stat-label{display:block;font-size:.72rem;color:var(--gestor-muted);margin-top:.15rem}.gestor-theme-dark.admin-app{--admin-bg: #0a0e14;--admin-bg-deep: #060a0f;--admin-surface: #121a26;--admin-surface-raised: #182030;--admin-surface-inset: #0e141e;--admin-border: #2a3648;--admin-text: #e8edf4;--admin-muted: #8b9cb3;--admin-header-bg: linear-gradient(105deg, #141c28 0%, #111820 50%, #0e141c 100%);--admin-footer-bg: linear-gradient(180deg, #111820 0%, #0a0e14 100%);--gestor-bg: var(--admin-bg);--gestor-surface: var(--admin-surface);--gestor-border: var(--admin-border);--gestor-text: var(--admin-text);--gestor-muted: var(--admin-muted)}.gestor-theme-dark .admin-shell{background:radial-gradient(ellipse 55% 45% at 95% 5%,rgba(59,111,217,.1),transparent 55%),radial-gradient(ellipse 50% 40% at 5% 95%,rgba(18,140,126,.08),transparent 50%),linear-gradient(180deg,var(--admin-bg) 0%,var(--admin-bg-deep) 100%)}.gestor-theme-dark.admin-app .gestor-header-link{background:#ffffff0a;border-color:var(--admin-border)}.gestor-theme-dark.admin-app .gestor-header-link-active{background:#3b6fd9}.gestor-theme-dark.admin-app .gestor-theme-toggle,.gestor-theme-dark.admin-app .gestor-status-loja{background:#ffffff0a;border-color:var(--admin-border)}.gestor-theme-dark.admin-app .gestor-status-loja.online{background:#50a77326;color:#86efac}.gestor-theme-dark.admin-app .gestor-footer-btn{background:#ffffff0a;border-color:var(--admin-border)}.gestor-theme-dark .admin-table th{background:var(--admin-surface-inset)}.gestor-theme-dark .admin-table td{background:var(--admin-surface)}.gestor-theme-dark .admin-table tbody tr:nth-child(2n) td{background:var(--admin-surface-inset)}.gestor-theme-dark .admin-table tr:hover td{background:#3b6fd926}.gestor-theme-dark .admin-form-grid input,.gestor-theme-dark .admin-form-grid select{background:var(--admin-surface-inset);border-color:var(--admin-border);color:var(--admin-text)}.gestor-theme-dark .admin-fatura-card{background:var(--admin-surface-inset)}.gestor-theme-dark .admin-pedido-tab{background:var(--admin-surface)}.gestor-theme-dark .admin-table-status{background:#ffffff14;color:var(--admin-text)}.gestor-theme-dark .admin-alerta{background:#f5a6231f;color:#fcd34d}.admin-app .gestor-btn-outline{background:#1a23320f;border-color:var(--admin-border);color:var(--admin-text)}.admin-app .gestor-btn-outline:hover:not(:disabled){background:#1a23321f}.gestor-theme-dark.admin-app .gestor-btn-outline{background:#ffffff0a;border-color:var(--admin-border);color:var(--admin-text)}.gestor-theme-dark.admin-app .gestor-btn-outline:hover:not(:disabled){background:#ffffff14}.admin-panel-card .form-novo-produto input:not([type=checkbox]),.admin-panel-card .form-compact input:not([type=checkbox]){width:100%;padding:.55rem .65rem;margin-bottom:.75rem;background:#fff;border:1px solid var(--admin-border, #d5dde8);border-radius:8px;color:var(--admin-text, #1a2332);font-size:.95rem}.admin-panel-card .form-novo-produto input::placeholder{color:#9ca3af}.admin-panel-card .form-novo-comissao{margin:.15rem 0 .85rem;padding:.7rem .8rem;background:#128c7e14;border:1px solid rgba(18,140,126,.28);border-radius:8px}.admin-panel-card .gestor-checkbox,.admin-panel-card .checkbox-label{display:flex;align-items:flex-start;gap:.55rem;margin:0;font-size:.9rem;font-weight:500;line-height:1.45;color:var(--admin-text, #1a2332);cursor:pointer}.admin-panel-card .gestor-checkbox input[type=checkbox],.admin-panel-card .checkbox-label input[type=checkbox]{width:1.05rem;height:1.05rem;min-width:1.05rem;margin:.1rem 0 0;accent-color:var(--gestor-green, #50a773)}.gestor-theme-dark .admin-panel-card .form-novo-produto input:not([type=checkbox]),.gestor-theme-dark .admin-panel-card .form-compact input:not([type=checkbox]){background:#0f1419;border-color:var(--admin-border);color:var(--admin-text)}.gestor-theme-dark .admin-panel-card .form-novo-comissao{background:#128c7e1f;border-color:#128c7e59}.admin-panel-card .minha-conta{margin:0}.admin-panel-card .minha-conta h3{display:none}.admin-panel-card .minha-conta .card,.admin-panel-card .minha-conta .minha-conta-form{box-shadow:none;border:none;padding:0;background:transparent}.minha-conta-email-atual{margin-bottom:1rem}.minha-conta-label{display:block;font-size:.85rem;color:var(--admin-muted, #64748b);margin-bottom:.25rem}.minha-conta-form{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--admin-border, #e2e8f0)}.minha-conta-form h4{margin:0 0 .75rem;font-size:.95rem}.minha-conta-form:first-of-type{border-top:none;padding-top:0;margin-top:0}@media(max-width:1024px){.admin-kpi-row,.admin-mini-stats{grid-template-columns:repeat(2,1fr)}.admin-footer-stats{width:100%;margin-left:0;justify-content:center}}@media(max-width:768px){.admin-app{flex-direction:column}.admin-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;max-height:none}.admin-sidebar-brand{flex:1;min-width:160px;border-bottom:none}.admin-sidebar-nav{flex-direction:row;flex-wrap:wrap;flex:none;width:100%;padding:.5rem}.admin-sidebar-item{flex:1;min-width:120px;justify-content:center;font-size:.78rem;padding:.55rem .5rem}.admin-sidebar-item span:not(.admin-sidebar-icon){display:none}.admin-sidebar-footer{flex-direction:row;width:100%;flex-wrap:wrap}.admin-table-wrap{overflow-x:auto}.admin-table{min-width:720px}}.admin-header-extra{margin-left:1rem;padding:.35rem .75rem;border-radius:8px;background:var(--admin-surface-raised);border:1px solid var(--admin-border);font-size:.88rem;font-weight:600;color:var(--admin-muted)}.admin-filtros-wrap{margin-bottom:1rem}.admin-gestor-pedidos,.admin-gestor-entregador{display:flex;flex-direction:column;gap:1rem}.admin-kpi-row--gestor{margin-bottom:.25rem}.admin-kpi-row--gestor .admin-kpi.tem-novos{box-shadow:0 0 0 2px #2563eb59}.admin-gestor-board{min-height:200px}.admin-gestor-grid{gap:1rem}.admin-app .kanban-card{background:var(--admin-surface-raised);border-color:var(--admin-border);box-shadow:0 2px 8px #1a23320f}.admin-app .kanban-card-header{background:linear-gradient(135deg,#334155,#1e293b)}.admin-app .kanban-card--novo .kanban-card-header{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.admin-app .kanban-card--preparo .kanban-card-header{background:linear-gradient(135deg,#50a773,#2d7a4e)}.admin-app .kanban-card--entrega .kanban-card-header{background:linear-gradient(135deg,#64748b,#475569)}.admin-inline-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding-top:.5rem}.admin-alerts{display:flex;flex-direction:column;gap:.5rem}.admin-alerta-erro{margin:0;padding:.75rem 1rem;border-radius:10px;background:#ea1d2c1a;border:1px solid rgba(234,29,44,.25);color:#b91c1c;font-size:.9rem}.admin-alerta-info{margin:0;padding:.75rem 1rem;border-radius:10px;background:#128c7e1a;border:1px solid rgba(18,140,126,.25);color:#0f5c52;font-size:.9rem}.admin-aviso-selecao{color:var(--admin-muted)}.admin-seletor-centro{display:flex;justify-content:center;padding:2rem 1rem}.admin-main .gestor-seletor-painel{background:var(--admin-surface-raised);border-color:var(--admin-border);box-shadow:none}.admin-main .gestor-filtro-restaurante{background:var(--admin-surface-raised);border-color:var(--admin-border)}.gestor-theme-dark.admin-app .admin-alerta-erro{color:#fca5a5}.gestor-theme-dark.admin-app .admin-alerta-info{color:#6ee7d8}html.login-active,html.login-active body{min-height:100%;background:#030508}html.login-active body{background-image:radial-gradient(ellipse 80% 55% at 15% -5%,rgba(191,255,0,.14),transparent 55%),radial-gradient(ellipse 70% 50% at 95% 105%,rgba(0,255,255,.1),transparent 50%),radial-gradient(ellipse 50% 40% at 50% 50%,rgba(18,140,126,.06),transparent 70%)}html.login-active .main{max-width:none;margin:0;padding:0}.login-page-wrap{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.75rem 1.25rem;overflow:hidden}.login-page-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.55}.login-page-glow--green{width:420px;height:420px;top:-120px;left:-80px;background:#bfff0038}.login-page-glow--cyan{width:380px;height:380px;bottom:-100px;right:-60px;background:#00ffff29}.login-panel{position:relative;z-index:1;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.login-logo-wrap{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto .25rem;padding:0 .5rem}.login-logo{width:min(100%,280px);height:auto;display:block;margin:0 auto;object-fit:contain;filter:drop-shadow(0 8px 28px rgba(0,255,200,.22))}.login-tagline{margin:0 0 1.15rem;font-size:.88rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#8fa3bdf2;text-align:center}.login-panel-card{width:100%;padding:1.75rem 1.65rem 1.5rem;border-radius:18px;background:#161f2bb8;border:1px solid rgba(42,56,76,.85);box-shadow:0 24px 64px #00000073,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-panel-card h1{margin:0 0 .35rem;font-size:1.45rem;font-weight:700;color:#eef2f7;text-align:center}.login-panel-sub{margin:0 0 1.35rem;font-size:.9rem;color:#8fa3bd;text-align:center;line-height:1.45}.login-page-form label{display:block;margin-bottom:1rem;font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#8fa3bd}.login-page-form input{display:block;width:100%;margin-top:.45rem;padding:.72rem .85rem;font-size:1rem;color:#eef2f7;background:#0b0f14d9;border:1px solid #2a384c;border-radius:10px;transition:border-color .15s,box-shadow .15s}.login-page-form input::placeholder{color:#5c6b7f}.login-page-form input:focus{outline:none;border-color:#00ffff8c;box-shadow:0 0 0 3px #00ffff1f}.login-page-form .erro{margin:0 0 1rem;padding:.65rem .75rem;font-size:.88rem;line-height:1.4;color:#fecaca;background:#ef44441f;border:1px solid rgba(239,68,68,.35);border-radius:8px}.login-btn{width:100%;margin-top:.25rem;padding:.8rem 1rem;font-size:1rem;font-weight:700;letter-spacing:.02em;color:#031014;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,#bfff00,#00e5c0 55%,#00d4ff);box-shadow:0 8px 24px #00ffc840;transition:transform .12s,box-shadow .15s,opacity .15s}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #00ffc852}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.65;cursor:not-allowed}.login-panel-foot{margin:1.15rem 0 0;font-size:.82rem;line-height:1.5;color:#6b7f96;text-align:center}.login-back-home{margin-top:.5rem;font-size:.88rem;text-align:center}.login-back-home a{color:#6ee7d8;text-decoration:none;font-weight:500}.login-back-home a:hover{text-decoration:underline}@media(min-width:520px){.login-panel-card{padding:2rem 1.85rem 1.65rem}.login-logo{width:min(100%,300px)}}:root{--bg: #0b0f14;--bg-soft: #111820;--surface: #161f2b;--surface-2: #1c2736;--border: #2a384c;--text: #eef2f7;--muted: #8fa3bd;--primary: #25d366;--primary-dark: #1da851;--primary-glow: rgba(37, 211, 102, .15);--whatsapp: #128c7e;--danger: #ef4444;--warning: #f59e0b;--info: #3b82f6;--radius: 12px;--radius-sm: 8px;--shadow: 0 8px 32px rgba(0, 0, 0, .35)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(37,211,102,.08),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(18,140,126,.06),transparent);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}.app{min-height:100vh;min-height:100dvh}.app--gestor-fullscreen{height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}.main--gestor-fullscreen{max-width:none;width:100%;margin:0;padding:0;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}html.gestor-mode,html.gestor-mode body{width:100%;height:100%;overflow:hidden;margin:0;padding:0}html.gestor-mode body{background:#e4eaf0;background-image:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(234,29,44,.07),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.08),transparent 50%)}html.gestor-mode.admin-mode body{background:#b8c2cf;background-image:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(59,111,217,.1),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.08),transparent 50%)}html.gestor-mode.admin-mode.gestor-theme-dark body{background:#060a0f;background-image:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(59,111,217,.12),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.08),transparent 50%)}html.gestor-mode.gestor-theme-dark body{background:#0b0f14;background-image:radial-gradient(ellipse 70% 55% at 0% 0%,rgba(234,29,44,.12),transparent 55%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(18,140,126,.1),transparent 50%)}html.gestor-mode #root{width:100%;height:100%;min-height:100%;display:flex;flex-direction:column;overflow:hidden}html.gestor-mode .app--gestor-fullscreen{width:100%;height:100%;flex:1;min-height:0}.header{background:#161f2bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.85rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:0;z-index:50}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}.brand-mark{width:2.25rem;height:2.25rem;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--whatsapp));display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 4px 12px #25d36640}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-name{font-size:1.05rem;font-weight:700;color:var(--text)}.brand-tagline{font-size:.72rem;color:var(--muted);letter-spacing:.02em}.header h1{font-size:1.25rem;color:var(--primary)}.nav{display:flex;gap:.5rem;flex-wrap:wrap}.nav a{color:var(--muted);text-decoration:none;padding:.45rem .85rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;transition:color .15s,background .15s}.nav a:hover,.nav a.active{color:var(--text);background:var(--surface-2)}.nav a.active{box-shadow:inset 0 0 0 1px var(--border)}.main{max-width:1100px;margin:0 auto;padding:1.5rem}.page h2{margin-bottom:1rem}.section{margin-top:2rem}.section h3{margin-bottom:1rem;color:var(--muted);font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem;box-shadow:var(--shadow)}.link-card{text-decoration:none;color:inherit;transition:border-color .2s}.link-card:hover{border-color:var(--primary)}.cards-grid,.pedidos-grid,.stats-grid{display:grid;gap:1rem}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:1.5rem}.pedidos-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:1.5rem}.stat{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center}.stat-value{display:block;font-size:1.75rem;font-weight:700;color:var(--primary)}.stat-label{font-size:.85rem;color:var(--muted)}.field{display:block;margin-bottom:1.5rem}.field select{display:block;margin-top:.5rem;width:100%;max-width:320px;padding:.5rem;background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px}.btn{background:var(--border);color:var(--text);border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;margin-right:.5rem;margin-top:.5rem}.btn:hover{opacity:.9}.btn-primary{background:var(--primary);color:#000;font-weight:600}.btn-sm{padding:.35rem .6rem;font-size:.8rem}.badge{font-size:.75rem;padding:.2rem .5rem;border-radius:4px;background:var(--border);text-transform:uppercase}.badge-pendente{background:var(--warning);color:#000}.badge-confirmado{background:#3b82f633;color:#93c5fd}.badge-preparando{background:#f59e0b33;color:#fcd34d}.badge-pronto{background:#3b82f659;color:#bfdbfe}.badge-em_entrega{background:#8b5cf640;color:#c4b5fd}.badge-entregue{background:var(--primary);color:#000}.badge-cancelado{background:#ef444433;color:#fca5a5}.badge-excluido{background:#991b1b40;color:#fecaca}.badge-status{text-transform:none;font-weight:600;letter-spacing:.01em}.badge-pagamento{margin-left:.5rem;font-size:.75rem;padding:.15rem .45rem;border-radius:4px}.badge-pagamento.pago{background:var(--primary);color:#000}.badge-pagamento.pendente{background:var(--warning);color:#000}.toast-info{background:var(--primary);color:#000;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.row-disponibilidade{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.text-ok{color:var(--primary)}.text-warn{color:var(--warning)}.card-muted{opacity:.85}.form-compact label{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.form-compact input{padding:.5rem}.troco-info{font-size:.95rem;margin:.35rem 0}.troco-info.destaque{color:var(--warning);font-weight:600}.alerta-bloqueio{border:1px solid var(--warning);margin-bottom:1rem}.alerta-bloqueio .erro{margin-bottom:.35rem}.info.warn{color:var(--warning);font-size:.9rem;margin:.5rem 0}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer}.checkbox-label input{width:auto}.btn-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.btn-danger{background:#8b2635;color:#fff;border:none}.btn-danger:hover{background:#a82f40}.badge-off{background:var(--warning);color:#000;font-size:.75rem;padding:.15rem .5rem;border-radius:4px;display:inline-block;margin-bottom:.35rem}.info-sm{font-size:.85rem;color:var(--muted)}.timeline{list-style:none;padding:0;margin:1rem 0;border-left:2px solid var(--border)}.timeline-step{padding:.35rem 0 .35rem 1rem;color:var(--text-muted);position:relative}.timeline-step:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--border);position:absolute;left:-6px;top:.55rem}.timeline-step.done{color:var(--text)}.timeline-step.done:before{background:var(--primary)}.timeline-step.current{font-weight:600;color:var(--primary)}.timeline-step.current:before{background:var(--primary);box-shadow:0 0 0 3px #00c85340}.track-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.track-itens{padding-left:1.25rem;margin:.5rem 0}.acompanhar-page code{background:var(--surface-2);padding:.1rem .35rem;border-radius:4px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.itens-list{margin:.5rem 0 .5rem 1.25rem;font-size:.9rem}.total{font-weight:700;margin:.5rem 0}.actions{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.75rem}.erro{color:var(--danger);margin-bottom:1rem}.info{color:var(--muted);margin-top:.5rem;font-size:.9rem}.status-box{padding:1rem;border-radius:8px;margin:1rem 0;background:var(--surface)}.status-online{border-left:4px solid var(--primary)}.status-offline{border-left:4px solid var(--danger)}.home p{color:var(--muted);max-width:560px}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab{background:var(--surface);border:1px solid var(--border);color:var(--muted);padding:.5rem 1rem;border-radius:8px;cursor:pointer}.tab.active{color:var(--text);border-color:var(--primary);background:#25d3661a}.cardapio-section{margin-top:.5rem}.produtos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.produto-card h3{font-size:1rem;margin:.75rem 0 .25rem}.produto-preco{color:var(--primary);font-weight:700;margin-bottom:.25rem}.produto-desc{font-size:.85rem;color:var(--muted);margin-bottom:.75rem}.produto-img-wrap{width:100%;aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:var(--bg)}.produto-img{width:100%;height:100%;object-fit:cover}.produto-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;border:1px dashed var(--border);border-radius:8px}.btn-block{width:100%;margin-top:.5rem}.form-novo-produto{margin-bottom:1.5rem}.form-novo-produto h3{margin-bottom:1rem;font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 120px;gap:.75rem;margin-bottom:.75rem}.form-novo-produto input{width:100%;padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);margin-bottom:.75rem}.form-row input{margin-bottom:0}.sucesso{color:var(--primary);font-size:.85rem;margin-top:.5rem}.erro-sm{color:var(--danger);font-size:.85rem;margin-top:.5rem}.alerta-box{background:#f59e0b1f;border:1px solid var(--warning);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.alerta-box ul{margin:.5rem 0 0 1.25rem;color:var(--muted)}.login-page{max-width:400px;margin:0 auto}.highlight-warn .stat-value{color:var(--warning)}.login-form label{display:block;margin-bottom:1rem}.login-form select,.login-form input{display:block;width:100%;margin-top:.5rem;padding:.6rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text)}.btn-link{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.9rem;padding:.4rem .75rem}.btn-link:hover{color:var(--danger)}.admin-form-grid{display:grid;gap:.75rem}@media(min-width:640px){.admin-form-grid{grid-template-columns:1fr 1fr}.admin-form-grid button{grid-column:1 / -1;justify-self:start}}.compact-form{max-width:420px}.info.success{color:var(--primary)}.codigo-entrega{font-family:monospace;font-size:1.1rem;letter-spacing:.15em;color:var(--primary)}.link-telefone{color:var(--primary);text-decoration:none}.link-telefone:hover{text-decoration:underline}.finalizar-entrega{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.finalizar-entrega input{width:100%;padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text)}.horario-semanal{display:flex;flex-direction:column;gap:.75rem;margin:.75rem 0}.horario-semanal-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.horario-semanal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.horario-semanal-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.horario-dia-ativo{min-width:7rem}.horario-fechado-label{color:var(--text-muted, #888);font-size:.9rem}.acompanhar-live{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.live-badge{font-size:.85rem;padding:.15rem .5rem;border-radius:999px;background:var(--border);color:var(--text-muted, #888)}.live-badge.live-on{background:#22c55e26;color:#22c55e}.preco-base{font-size:.85rem;color:var(--text-muted, #888);font-weight:400}.info-sm{font-size:.85rem;color:var(--text-muted, #888);margin:0}.badge-info{background:#3b82f626;color:#3b82f6}.admin-contexto-seletor{margin-bottom:1rem;max-width:420px}.admin-contexto-seletor select{width:100%;margin-top:.35rem}.page .gestor-admin-nav{margin-bottom:1rem}.page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-header h2{font-size:1.65rem;font-weight:700;letter-spacing:-.02em;margin:0}.page-subtitle{color:var(--muted);margin-top:.35rem;max-width:42rem;font-size:.95rem}.page-badge{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);background:var(--primary-glow);padding:.2rem .55rem;border-radius:999px;margin-bottom:.4rem}.page-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.hero{padding:1.5rem 0 2rem}.hero-content{max-width:640px}.hero h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:.75rem}.hero-lead{color:var(--muted);font-size:1.05rem;margin-bottom:1.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.card-icon{font-size:1.5rem;margin-bottom:.5rem}.link-card h3{font-size:1.05rem;margin-bottom:.35rem}.link-card p{color:var(--muted);font-size:.9rem;line-height:1.45}.link-card{transition:border-color .2s,transform .2s,box-shadow .2s}.link-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 12px 40px #25d36614}.login-shell{display:flex;justify-content:center;padding:2rem 0}.login-card{width:100%;max-width:400px}.login-brand{text-align:center;margin-bottom:1.5rem}.login-brand .brand-mark{margin:0 auto .75rem;width:3rem;height:3rem;font-size:1.4rem}.login-brand h2{font-size:1.35rem;margin-bottom:.25rem}.pedido-card{display:flex;flex-direction:column;gap:.65rem}.pedido-meta{display:grid;gap:.45rem;font-size:.92rem}.pedido-meta-row{display:grid;grid-template-columns:6.5rem 1fr;gap:.5rem;align-items:start}.pedido-meta-row dt{color:var(--muted);font-weight:500}.pedido-meta-row dd{margin:0}.pedido-itens-block{border-top:1px solid var(--border);padding-top:.65rem;margin-top:.25rem}.pedido-total-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:.65rem;font-weight:700;font-size:1.05rem}.pedido-total-row span:last-child{color:var(--primary)}.ultima-atualizacao{font-size:.82rem;color:var(--muted)}.acompanhar-page code{background:var(--surface-2);padding:.15rem .4rem;border-radius:4px;font-size:.88em}@media(max-width:480px){.pedido-meta-row{grid-template-columns:1fr;gap:.15rem}}
