:root{--font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-soft:#eff6ff;--color-success:#16a34a;--color-success-soft:#f0fdf4;--color-danger:#dc2626;--color-danger-soft:#fef2f2;--color-warning:#d97706;--color-warning-soft:#fffbeb;--color-background:#f5f7fb;--color-surface:#fff;--color-surface-secondary:#f8fafc;--color-text:#172033;--color-text-secondary:#68738a;--color-text-muted:#98a2b3;--color-border:#e4e8f0;--color-border-strong:#d3d9e4;--shadow-sm:0 1px 3px #0f172a12;--shadow-md:0 12px 32px #0f172a17;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--sidebar-width:272px;--header-height:82px;--transition:.18s ease}*,:before,:after{box-sizing:border-box}html{font-size:16px}body,h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit}button{border:0}img{max-width:100%;display:block}html,body{min-height:100%}body{min-width:320px;color:var(--color-text);background:var(--color-background);font-family:var(--font-family);line-height:1.5}button,a,input{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}[hidden]{display:none!important}.app{min-height:100vh}.login-view{min-height:100vh;padding:var(--space-6);background:radial-gradient(circle at top left, #2563eb29, transparent 34%), radial-gradient(circle at bottom right, #0f766e1a, transparent 30%), var(--color-background);place-items:center;display:grid}.login-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:min(100%,440px);box-shadow:var(--shadow-md);overflow:hidden}.login-header{align-items:center;gap:var(--space-4);padding:var(--space-6);color:#fff;background:linear-gradient(135deg,#172554,#1d4ed8);display:flex}.login-header p{margin-top:var(--space-1);color:#ffffffb8}.login-content{padding:var(--space-7)}.login-intro{margin-bottom:var(--space-6)}.login-intro h1{font-size:1.75rem}.login-intro p{margin-top:var(--space-2);color:var(--color-text-secondary)}.login-form{gap:var(--space-4);flex-direction:column;display:flex}.admin-view{min-height:100vh;display:flex}.sidebar{z-index:30;width:var(--sidebar-width);color:#fff;background:#101828;flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-header{align-items:center;gap:var(--space-3);min-height:var(--header-height);padding:0 var(--space-5);border-bottom:1px solid #ffffff14;display:flex}.sidebar-brand-text{flex-direction:column;flex:1;display:flex}.sidebar-brand-text span{color:#ffffff94;font-size:.75rem}.store-summary{align-items:center;gap:var(--space-3);margin:var(--space-5);padding:var(--space-4);border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff14;display:flex}.store-summary>div:last-child{flex-direction:column;min-width:0;display:flex}.store-summary strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.store-status{align-items:center;gap:var(--space-2);margin-top:var(--space-1);color:#ffffffad;font-size:.75rem;display:flex}.store-status i{background:#22c55e;border-radius:50%;width:7px;height:7px}.sidebar-nav{gap:var(--space-1);padding:0 var(--space-3) var(--space-5);flex-direction:column;flex:1;display:flex;overflow-y:auto}.sidebar-footer{padding:var(--space-3);border-top:1px solid #ffffff14}.admin-main{min-width:0;margin-left:var(--sidebar-width);flex:1}.admin-header{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-5);min-height:var(--header-height);padding:var(--space-3) var(--space-7);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;display:flex;position:sticky;top:0}.admin-header-left{align-items:center;gap:var(--space-4);display:flex}.admin-header h1{font-size:1.35rem}.admin-header p{color:var(--color-text-secondary);margin-top:2px;font-size:.84rem}.admin-header-actions{align-items:center;gap:var(--space-3);display:flex}.admin-content{padding:var(--space-7)}.sidebar-backdrop{z-index:25;background:#0f172a8a;position:fixed;inset:0}.login-intro-compact{margin-bottom:var(--space-2)}.login-intro-compact h2{font-size:1.25rem}.recovery-password-fields{gap:var(--space-4);flex-direction:column;display:flex}.brand-mark{width:48px;height:48px;color:var(--color-primary);background:#fff;border-radius:15px;flex:none;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.brand-mark-small{border-radius:11px;width:38px;height:38px;font-size:.8rem}.brand-name{font-size:1.1rem;font-weight:800}.field{gap:var(--space-2);flex-direction:column;display:flex}.field>span{font-size:.875rem;font-weight:600}.field input{width:100%;height:48px;padding:0 var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);transition:border-color var(--transition), box-shadow var(--transition);outline:none}.field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1f}.password-field{position:relative}.password-field input{padding-right:82px}.password-toggle{top:50%;right:var(--space-3);padding:var(--space-2) var(--space-3);color:var(--color-primary);background:0 0;font-size:.8rem;font-weight:700;position:absolute;transform:translateY(-50%)}.button{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-5);border-radius:var(--radius-md);transition:background var(--transition), transform var(--transition);font-weight:700;display:inline-flex}.button:active{transform:scale(.98)}.button-primary{color:#fff;background:var(--color-primary)}.button-primary:hover{background:var(--color-primary-dark)}.button-full{width:100%}.login-link{padding:var(--space-2);color:var(--color-primary);background:0 0;align-self:center;font-size:.875rem;font-weight:700}.form-message{padding:var(--space-3);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-sm);font-size:.875rem}.store-avatar,.user-avatar{background:var(--color-primary-soft);color:var(--color-primary);flex:none;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.store-avatar{border-radius:12px;width:40px;height:40px}.nav-item{align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:0 var(--space-4);color:#ffffffb3;border-radius:var(--radius-sm);text-align:left;transition:color var(--transition), background var(--transition);background:0 0;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#ffffff1a}.nav-icon{justify-content:center;align-items:center;width:22px;font-size:.85rem;font-weight:800;display:inline-flex}.nav-item-danger{color:#fca5a5}.icon-button{border-radius:var(--radius-sm);background:0 0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.sidebar-close,.mobile-menu-button{display:none}.store-control{align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-4);border-radius:999px;font-size:.84rem;font-weight:700;display:inline-flex}.store-control-open{color:var(--color-success);background:var(--color-success-soft)}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.user-menu-button{align-items:center;gap:var(--space-3);min-height:46px;padding:var(--space-1) var(--space-3) var(--space-1) var(--space-1);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;display:flex}.user-avatar{border-radius:50%;width:36px;height:36px;font-size:.75rem}.user-menu-text{text-align:left;flex-direction:column;display:flex}.user-menu-text strong{font-size:.8rem}.user-menu-text small{color:var(--color-text-secondary);font-size:.7rem}.welcome-card{justify-content:space-between;align-items:center;gap:var(--space-6);min-height:210px;padding:var(--space-8);color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#172554,#2563eb);display:flex;overflow:hidden}.welcome-card h2{max-width:560px;margin-top:var(--space-2);font-size:clamp(1.5rem,4vw,2.35rem)}.welcome-card p{max-width:560px;margin-top:var(--space-3);color:#ffffffbf}.eyebrow{color:#bfdbfe;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:800}.welcome-card-badge{background:#ffffff1f;border:1px solid #ffffff26;border-radius:40px;flex:none;place-items:center;width:140px;height:140px;font-size:1rem;font-weight:800;display:grid;transform:rotate(7deg)}.store-control-closed{color:var(--color-danger);background:var(--color-danger-soft)}.store-status.closed i{background:var(--color-danger)}.brand-mark{background:#fff;border-radius:50%;padding:0;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%}.store-avatar,.user-avatar{border-radius:50%;overflow:hidden}.store-avatar img,.user-avatar img{object-fit:cover;width:100%;height:100%}.form-message.is-success{color:#166534;background:#dcfce7}.page-section-header{justify-content:space-between;align-items:center;gap:var(--space-5);margin-bottom:var(--space-5);display:flex}.page-section-header h2{font-size:1.4rem}.page-section-header p{margin-top:var(--space-1);color:var(--color-text-secondary);font-size:.875rem}.page-section-actions{align-items:center;gap:var(--space-3);display:flex}.button-secondary{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border)}.orders-toolbar{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.orders-search{width:min(100%,430px);min-height:44px;padding:0 var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.orders-search:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.orders-toolbar-filters{align-items:center;gap:var(--space-2);display:flex}.filter-chip{min-height:36px;padding:0 var(--space-4);color:var(--color-text-secondary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;font-size:.8rem;font-weight:700}.filter-chip.active{color:var(--color-primary);background:var(--color-primary-soft);border-color:#2563eb33}.orders-board{gap:var(--space-4);padding-bottom:var(--space-3);grid-template-columns:repeat(5,minmax(250px,1fr));display:grid;overflow-x:auto}.orders-column{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-height:510px}.orders-column-header{min-height:54px;padding:0 var(--space-4);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.orders-column-header strong{font-size:.875rem}.orders-column-header span{min-width:26px;height:26px;padding:0 var(--space-2);background:var(--color-surface);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:999px;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:inline-flex}.orders-column-list{padding:var(--space-3)}.orders-empty{min-height:130px;padding:var(--space-4);color:var(--color-text-muted);border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);text-align:center;place-items:center;font-size:.82rem;display:grid}.placeholder-page{min-height:430px;padding:var(--space-7);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.placeholder-page-icon{width:64px;height:64px;margin-bottom:var(--space-4);color:var(--color-primary);background:var(--color-primary-soft);border-radius:20px;place-items:center;font-weight:800;display:grid}.placeholder-page p{max-width:500px;margin-top:var(--space-2);color:var(--color-text-secondary)}.order-card{gap:var(--space-3);margin-bottom:var(--space-3);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;display:flex}.order-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.order-card-header,.order-card-info,.order-detail-item>div{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.order-card-header>strong{font-size:.95rem}.order-card-time{color:var(--color-text-secondary);font-size:.75rem;font-weight:700}.order-card-customer{flex-direction:column;display:flex}.order-card-customer strong{font-size:.88rem}.order-card-customer span{color:var(--color-text-secondary);font-size:.75rem}.order-card-badges{gap:var(--space-2);flex-wrap:wrap;display:flex}.order-badge{min-height:24px;padding:0 var(--space-2);border-radius:999px;align-items:center;font-size:.68rem;font-weight:800;display:inline-flex}.order-badge-delivery{color:var(--color-primary);background:var(--color-primary-soft)}.order-badge-pickup{color:#7c3aed;background:#f5f3ff}.order-badge-success{color:var(--color-success);background:var(--color-success-soft)}.order-badge-warning{color:var(--color-warning);background:var(--color-warning-soft)}.order-card-info{padding-top:var(--space-3);border-top:1px solid var(--color-border)}.order-card-info span{color:var(--color-text-secondary);font-size:.75rem}.order-card-info strong{font-size:.9rem}.order-card-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.order-action{min-height:34px;padding:0 var(--space-3);border-radius:var(--radius-sm);flex:1;font-size:.72rem;font-weight:800}.order-action-primary{color:#fff;background:var(--color-primary)}.order-action-secondary{color:var(--color-text);background:var(--color-surface-secondary);border:1px solid var(--color-border)}.order-action-danger{color:var(--color-danger);background:var(--color-danger-soft)}.order-modal-overlay{z-index:100;padding:var(--space-5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a94;place-items:center;display:grid;position:fixed;inset:0}.order-modal{background:var(--color-surface);border-radius:var(--radius-xl);flex-direction:column;width:min(980px,100vw - 32px);max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 30px 70px #0f172a3d}.order-modal-header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-border);flex:none;display:flex}.order-modal-header h2{font-size:1.25rem}.order-modal-header p{color:var(--color-text-secondary);margin-top:2px;font-size:.8rem}.order-modal-close{background:var(--color-surface-secondary);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:1.5rem;display:grid}.order-modal-content{gap:var(--space-5);min-height:0;padding:var(--space-5);grid-template-columns:minmax(0,1fr) 320px;display:grid;overflow-y:auto}.order-modal-main{gap:var(--space-4);flex-direction:column;display:flex}.order-detail-section,.order-modal-summary{padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.order-detail-section h3,.order-modal-summary h3{margin-bottom:var(--space-4);font-size:.95rem}.order-detail-row{justify-content:space-between;gap:var(--space-4);padding:var(--space-2) 0;font-size:.82rem;display:flex}.order-detail-row span{color:var(--color-text-secondary)}.order-detail-row strong{text-align:right}.order-detail-items{gap:var(--space-3);flex-direction:column;display:flex}.order-detail-item{padding:var(--space-4);background:var(--color-surface-secondary);border-radius:var(--radius-md)}.order-detail-item p{margin-top:var(--space-2);color:var(--color-text-secondary);font-size:.78rem}.order-detail-item-note{font-weight:700;color:var(--color-warning)!important}.order-modal-summary{background:var(--color-surface-secondary);align-self:start;position:sticky;top:0}.order-detail-total{margin-top:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.order-detail-total strong{font-size:1.2rem}.order-detail-note{margin-top:var(--space-4);padding:var(--space-3);color:var(--color-warning);background:var(--color-warning-soft);border-radius:var(--radius-sm);font-size:.8rem;font-weight:700}.order-modal-footer{justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border);flex:none;display:flex}.quick-setting-modal{background:var(--color-surface);border-radius:var(--radius-xl);width:min(520px,100vw - 32px);overflow:hidden;box-shadow:0 30px 70px #0f172a3d}.quick-setting-header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.quick-setting-header h2{font-size:1.2rem}.quick-setting-header p{margin-top:var(--space-1);color:var(--color-text-secondary);font-size:.82rem}.quick-setting-content{gap:var(--space-5);padding:var(--space-5);flex-direction:column;display:flex}.prep-time-options{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.prep-time-option{min-height:48px;color:var(--color-text-secondary);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);font-weight:800}.prep-time-option.active{color:var(--color-primary);background:var(--color-primary-soft);border-color:#2563eb59}.quick-setting-footer{justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);display:flex}.button-danger{color:#fff;background:var(--color-danger)}.order-badge-danger{color:var(--color-danger);background:var(--color-danger-soft)}.order-card-cancelled{border-color:#dc262647}.refund-modal{background:var(--color-surface);border-radius:var(--radius-xl);width:min(620px,100vw - 32px);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 30px 70px #0f172a3d}.refund-summary{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.refund-summary>div{gap:var(--space-1);padding:var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;display:flex}.refund-summary span{color:var(--color-text-secondary);font-size:.75rem}.refund-options{gap:var(--space-2);border:0;flex-direction:column;padding:0;display:flex}.refund-options legend{margin-bottom:var(--space-2);font-size:.875rem;font-weight:700}.refund-option{align-items:center;gap:var(--space-3);min-height:44px;padding:0 var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex}.field textarea{width:100%;padding:var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);resize:vertical;outline:none}.refund-history-item{padding:var(--space-3) 0;border-top:1px solid var(--color-border)}.refund-history-item>div{justify-content:space-between;gap:var(--space-3);display:flex}.refund-history-item span,.refund-history-item p{color:var(--color-text-secondary);font-size:.78rem}.order-detail-cancelled{margin-top:var(--space-4);padding:var(--space-3);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-sm);font-size:.8rem;font-weight:700}.orders-tabs{gap:var(--space-2);margin-bottom:var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.orders-tab{padding:var(--space-3) var(--space-4);color:var(--color-text-secondary);background:0 0;border-bottom:2px solid #0000;font-weight:700}.orders-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.orders-history{gap:var(--space-4);flex-direction:column;display:flex}.orders-history-filters{gap:var(--space-3);display:flex}.orders-history-select{min-height:44px;padding:0 var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.orders-history-list{gap:var(--space-2);flex-direction:column;display:flex}.orders-history-item{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:left;display:flex}.orders-history-item>div{gap:var(--space-1);flex-direction:column;display:flex}.orders-history-item>div:last-child{align-items:flex-end}.orders-history-item span{color:var(--color-text-secondary);font-size:.78rem}.history-status{font-weight:800}.history-status-cancelado{color:var(--color-danger)!important}.history-status-entregue,.history-status-retirado{color:var(--color-success)!important}@media (width<=680px){.refund-summary{grid-template-columns:1fr}.orders-history-filters{flex-direction:column}.orders-history-item{flex-direction:column;align-items:flex-start}.orders-history-item>div:last-child{align-items:flex-start}}@media (width<=1100px){.operations-center-grid{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media (width<=680px){.operations-center-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operations-logistics{flex-direction:column;align-items:stretch}.operations-logistics .button{width:100%}}.operations-center{margin-bottom:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.operations-center-header{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4) var(--space-5);color:var(--color-text);text-align:left;background:0 0;display:flex}.operations-center-header>div{flex-direction:column;display:flex}.operations-center-header span{color:var(--color-text-secondary);font-size:.78rem}.operations-center-arrow{font-size:.72rem!important}.operations-center-content{padding:0 var(--space-5) var(--space-5);border-top:1px solid var(--color-border)}.operations-center-grid{gap:var(--space-3);padding-top:var(--space-4);grid-template-columns:repeat(6,minmax(120px,1fr));display:grid}.operations-center-item{min-width:0;padding:var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md)}.operations-center-item>span,.operations-logistics span{color:var(--color-text-secondary);font-size:.72rem;display:block}.operations-center-item div,.operations-logistics div{flex-direction:column;display:flex}.operations-center-item strong,.operations-logistics strong{margin-top:2px;font-size:.92rem}.operations-center-item small,.operations-logistics small{color:var(--color-text-secondary);font-size:.72rem}.operations-logistics{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-4);padding:var(--space-4);background:var(--color-primary-soft);border-radius:var(--radius-md);border:1px solid #2563eb2e;display:flex}.operations-logistics-own{background:var(--color-surface-secondary);border-color:var(--color-border)}.orders-column-group+.orders-column-group{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.orders-column-group-header{margin-bottom:var(--space-3);color:var(--color-text-secondary);justify-content:space-between;align-items:center;display:flex}.orders-column-group-header strong{letter-spacing:.04em;text-transform:uppercase;font-size:.74rem}.orders-column-group-header span{background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.7rem;font-weight:800;display:inline-flex}.orders-empty-small{min-height:84px}@media (width<=1100px){.operations-center-grid{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media (width<=680px){.operations-center-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operations-logistics{flex-direction:column;align-items:stretch}.operations-logistics .button{width:100%}}.dispatch-methods{gap:var(--space-3);flex-direction:column;display:flex}.dispatch-method-option{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;display:flex}.dispatch-method-option:has(input:checked){background:var(--color-primary-soft);border-color:#2563eb59}.dispatch-method-option.disabled{cursor:not-allowed;opacity:.58}.dispatch-method-option input{margin-top:3px}.dispatch-method-option>span{flex-direction:column;gap:3px;display:flex}.dispatch-method-option small,.dispatch-help{color:var(--color-text-secondary);font-size:.78rem}.dispatch-help{margin-top:calc(var(--space-2) * -1)}.order-delivery-actions{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.order-tracking-link{overflow-wrap:anywhere}.dispatch-fixed-method{padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md)}.dispatch-fixed-method strong{margin-bottom:var(--space-1);display:block}.dispatch-fixed-method p{color:var(--color-text-secondary);font-size:.82rem}.routes-modal{background:var(--color-surface);border-radius:var(--radius-xl);flex-direction:column;width:min(900px,100vw - 32px);max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 30px 70px #0f172a3d}.routes-modal-content{gap:var(--space-4);min-height:0;padding:var(--space-5);flex-direction:column;display:flex;overflow-y:auto}.routes-modal-toolbar{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.routes-modal-toolbar>div{flex-direction:column;display:flex}.routes-modal-toolbar span{color:var(--color-text-secondary);font-size:.8rem}.routes-list{gap:var(--space-4);flex-direction:column;display:flex}.route-card{padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.route-card-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.route-card-header>div{flex-direction:column;display:flex}.route-card-header span,.route-orders-list span{color:var(--color-text-secondary);font-size:.78rem}.route-status{min-height:26px;padding:0 var(--space-3);border-radius:999px;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.route-status-pendente{color:var(--color-warning);background:var(--color-warning-soft)}.route-status-em_andamento{color:var(--color-success);background:var(--color-success-soft)}.route-orders-list{gap:var(--space-2);margin:var(--space-4) 0;flex-direction:column;padding-left:22px;display:flex}.route-orders-list li{padding:var(--space-3);background:var(--color-surface-secondary);border-radius:var(--radius-sm)}.route-orders-list li>div{flex-direction:column;display:flex}.route-card-actions,.route-form-actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.route-form{gap:var(--space-5);flex-direction:column;display:flex}.route-select{width:100%;min-height:48px;padding:0 var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);outline:none}.route-select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1f}.route-form-section-title{gap:var(--space-1);flex-direction:column;display:flex}.route-form-section-title span{color:var(--color-text-secondary);font-size:.8rem}.route-select-orders{gap:var(--space-2);flex-direction:column;max-height:340px;display:flex;overflow-y:auto}.route-order-option{align-items:flex-start;gap:var(--space-3);padding:var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;display:flex}.route-order-option input{flex:none;width:18px;height:18px;margin-top:2px}.route-order-option>div{flex-direction:column;min-width:0;display:flex}.route-order-option span{color:var(--color-text-secondary);font-size:.78rem}.order-badge-route{color:#7c3aed;background:#f5f3ff}@media (width<=680px){.routes-modal{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-height:94vh}.routes-modal-toolbar{flex-direction:column;align-items:stretch}.routes-modal-toolbar .button,.route-form-actions .button{width:100%}.route-form-actions{grid-template-columns:1fr 1fr;display:grid}}.route-cancel-modal{width:min(560px,100vw - 32px)}.route-cancel-reason{resize:vertical;width:100%;min-height:112px;padding:var(--space-3) var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);outline:none;line-height:1.5}.route-cancel-reason:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px #dc26261a}.route-cancel-counter{color:var(--color-text-muted);align-self:flex-end;font-size:.72rem}.route-cancel-warning{padding:var(--space-3);color:var(--color-warning);background:var(--color-warning-soft);border-radius:var(--radius-sm);font-size:.8rem;font-weight:700}.button-danger,.route-cancel-confirm{color:#fff;background:var(--color-danger)}.button-danger:hover,.route-cancel-confirm:hover{filter:brightness(.94)}.operations-automations{gap:var(--space-3);margin-top:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.operations-automation-item{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex}.operations-automation-item>div{flex-direction:column;gap:2px;min-width:0;display:flex}.operations-automation-item strong{font-size:.86rem}.operations-automation-item span{color:var(--color-text-secondary);font-size:.74rem}.operations-notification-volume{gap:5px;margin-top:7px;display:grid}.operations-notification-volume>span{font-size:.72rem;font-weight:700}.operations-notification-volume input[type=range]{width:min(190px,100%);accent-color:var(--color-primary)}.operations-notification-volume input[type=range]:disabled{opacity:.45}.operations-toggle{background:var(--color-border-strong);width:46px;height:26px;transition:background var(--transition);border-radius:999px;flex:none;padding:0;position:relative}.operations-toggle>span{width:20px;height:20px;box-shadow:var(--shadow-sm);transition:transform var(--transition);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.operations-toggle.active{background:var(--color-success)}.operations-toggle.active>span{transform:translate(20px)}@media (width<=680px){.operations-automations{grid-template-columns:1fr}}.cardapio-shell{gap:var(--space-5);flex-direction:column;display:flex}.cardapio-page-header{margin-bottom:0}.cardapio-tabs{gap:var(--space-2);padding:var(--space-1);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;overflow-x:auto}.cardapio-tab{min-height:40px;padding:0 var(--space-4);color:var(--color-text-secondary);border-radius:var(--radius-sm);white-space:nowrap;background:0 0;font-size:.84rem;font-weight:800}.cardapio-tab.active{color:var(--color-primary);background:var(--color-primary-soft)}.cardapio-tab-content{min-width:0}.cardapio-placeholder,.categories-empty,.categories-loading{min-height:350px;padding:var(--space-7);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.cardapio-placeholder-badge{width:56px;height:56px;margin-bottom:var(--space-4);color:var(--color-primary);background:var(--color-primary-soft);border-radius:18px;place-items:center;font-weight:900;display:grid}.cardapio-placeholder p,.categories-empty p{max-width:480px;margin-top:var(--space-2);color:var(--color-text-secondary)}.categories-empty .button{margin-top:var(--space-5)}.categories-view{gap:var(--space-4);flex-direction:column;display:flex}.categories-toolbar{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.categories-search{flex:1}.categories-toolbar-actions{align-items:center;gap:var(--space-3);display:flex}.categories-count{color:var(--color-text-secondary);white-space:nowrap;font-size:.8rem;font-weight:700}.categories-list{gap:var(--space-3);flex-direction:column;display:flex}.category-card{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:78px;padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:opacity var(--transition),transform var(--transition),border-color var(--transition);display:flex}.category-card.paused{opacity:.68}.category-card.dragging{opacity:.42;transform:scale(.99)}.category-card.drag-over{border-color:var(--color-primary)}.category-card-main{align-items:center;gap:var(--space-3);cursor:pointer;flex:1;min-width:0;display:flex}.categories-list.reordering .category-card-main{cursor:default}.category-drag-handle{width:38px;height:38px;color:var(--color-text-secondary);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:grab;flex:none;place-items:center;font-size:1.35rem;font-weight:900;display:grid}.category-drag-handle:active{cursor:grabbing}.category-card-text{flex-direction:column;min-width:0;display:flex}.category-card-text strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-card-text span{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.78rem;overflow:hidden}.category-card-actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.category-status{min-height:26px;padding:0 var(--space-3);border-radius:999px;align-items:center;font-size:.7rem;font-weight:800;display:inline-flex}.category-status.active{color:var(--color-success);background:var(--color-success-soft)}.category-status.paused{color:var(--color-warning);background:var(--color-warning-soft)}.category-action-button{min-height:34px;padding:0 var(--space-3);font-size:.74rem}.category-delete-button{min-height:34px;padding:0 var(--space-3);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-sm);font-size:.74rem;font-weight:800}.category-modal{background:var(--color-surface);border-radius:var(--radius-xl);width:min(560px,100vw - 32px);overflow:hidden;box-shadow:0 30px 70px #0f172a3d}.category-modal-form{gap:var(--space-4);padding:var(--space-5) var(--space-5) 0;flex-direction:column;display:flex}.category-modal-form textarea{resize:vertical;width:100%;padding:var(--space-3) var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);outline:none}.category-modal-form textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1f}.category-modal-form .quick-setting-footer{margin:var(--space-1) calc(var(--space-5) * -1) 0}@media (width<=760px){.categories-toolbar{flex-direction:column;align-items:stretch}.categories-toolbar-actions{grid-template-columns:auto 1fr 1fr;display:grid}.category-card{flex-direction:column;align-items:stretch}.category-card-actions{justify-content:flex-start}.category-action-button,.category-delete-button{flex:1}}.products-view,.products-content{gap:var(--space-4);flex-direction:column;display:flex}.products-toolbar{gap:var(--space-3);grid-template-columns:minmax(240px,1fr) 190px 160px auto;align-items:center;display:grid}.products-search{width:100%}.products-filter-select{min-height:44px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.products-list{gap:var(--space-3);flex-direction:column;display:flex}.product-card{gap:var(--space-4);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);grid-template-columns:76px minmax(220px,1fr) 210px auto;align-items:center;display:grid}.product-card.paused{opacity:.68}.product-card-image{width:76px;height:76px;color:var(--color-primary);background:var(--color-primary-soft);border-radius:var(--radius-md);place-items:center;font-weight:900;display:grid;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-card-main{min-width:0}.product-card-main>strong{font-size:.95rem;display:block}.product-card-main>p{margin-top:var(--space-2);color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.product-category-tags{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.product-category-tags span{min-height:22px;padding:0 var(--space-2);color:var(--color-primary);background:var(--color-primary-soft);border-radius:999px;align-items:center;font-size:.65rem;font-weight:800;display:inline-flex}.product-price-editor{gap:var(--space-2);grid-template-columns:1fr auto;align-items:center;display:grid}.product-price-editor>span,.product-price-editor>small{color:var(--color-text-secondary);grid-column:1/-1;font-size:.7rem;font-weight:700}.product-price-editor input{min-width:0;height:38px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);outline:none}.product-price-save{min-height:38px;padding:0 var(--space-3);color:var(--color-primary);background:var(--color-primary-soft);border-radius:var(--radius-sm);font-size:.72rem;font-weight:800}.product-card-actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.product-modal{background:var(--color-surface);border-radius:var(--radius-xl);width:min(760px,100vw - 32px);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 30px 70px #0f172a3d}.product-modal-form{gap:var(--space-4);padding:var(--space-5) var(--space-5) 0;flex-direction:column;display:flex}.product-modal-form textarea{resize:vertical;width:100%;padding:var(--space-3) var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);outline:none}.product-modal-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-category-selector{gap:var(--space-2);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-category-selector legend{padding:0 var(--space-2);font-size:.875rem;font-weight:800}.product-category-selector>p{margin-bottom:var(--space-2);color:var(--color-text-secondary);grid-column:1/-1;font-size:.78rem}.product-category-option{align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;font-size:.8rem;font-weight:700;display:flex}.product-modal-form .quick-setting-footer{margin:var(--space-1) calc(var(--space-5) * -1) 0}@media (width<=1020px){.products-toolbar{grid-template-columns:1fr 1fr}.product-card{grid-template-columns:64px minmax(0,1fr) 190px}.product-card-image{width:64px;height:64px}.product-card-actions{grid-column:1/-1;justify-content:flex-end}}@media (width<=700px){.products-toolbar{flex-direction:column;align-items:stretch;display:flex}.product-card{grid-template-columns:64px minmax(0,1fr);display:grid}.product-price-editor,.product-card-actions{grid-column:1/-1}.product-card-actions{justify-content:stretch}.product-card-actions .button,.product-card-actions .category-delete-button{flex:1}.product-modal-grid,.product-category-selector{grid-template-columns:1fr}}.product-image-field{gap:var(--space-4);grid-template-columns:minmax(0,1fr) 150px;align-items:stretch;display:grid}.product-image-upload{gap:var(--space-2);flex-direction:column;display:flex}.product-image-upload>strong{font-size:.82rem}.product-image-dropzone{justify-content:center;align-items:center;gap:var(--space-2);min-height:142px;padding:var(--space-4);color:var(--color-text-secondary);background:var(--color-surface-secondary);border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:border-color var(--transition),background var(--transition);flex-direction:column;display:flex}.product-image-dropzone.drag-over{color:var(--color-primary);background:var(--color-primary-soft);border-color:var(--color-primary)}.product-image-dropzone p{font-size:.82rem;font-weight:700}.product-image-dropzone small{font-size:.7rem}.product-image-preview-area{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.product-image-preview{width:142px;height:142px;color:var(--color-text-muted);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;place-items:center;font-size:.75rem;display:grid;overflow:hidden}.product-image-preview img{object-fit:cover;width:100%;height:100%}.product-image-remove{min-height:32px;padding:0 var(--space-3);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-sm);font-size:.7rem;font-weight:800}.menu-reorder-modal{background:var(--color-surface);border-radius:var(--radius-xl);width:min(650px,100vw - 32px);max-height:calc(100vh - 40px);overflow:hidden;box-shadow:0 30px 70px #0f172a3d}.menu-reorder-body{gap:var(--space-3);min-height:300px;max-height:65vh;padding:var(--space-5);flex-direction:column;display:flex;overflow-y:auto}.menu-reorder-navigation{align-items:center;gap:var(--space-3);display:flex}.menu-reorder-breadcrumb{min-width:0;color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:800;overflow:hidden}.menu-reorder-status{min-height:20px;color:var(--color-text-secondary);font-size:.76rem}.menu-reorder-list{gap:var(--space-2);flex-direction:column;display:flex}.menu-reorder-item{gap:var(--space-3);min-height:58px;padding:var(--space-2) var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:opacity var(--transition),border-color var(--transition),transform var(--transition);grid-template-columns:42px minmax(0,1fr) auto 24px;align-items:center;display:grid}.menu-reorder-item.dragging{opacity:.4;transform:scale(.99)}.menu-reorder-item.drag-over{border-color:var(--color-primary)}.menu-reorder-handle{width:38px;height:38px;color:var(--color-text-secondary);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:grab;place-items:center;font-size:1.35rem;font-weight:900;display:grid}.menu-reorder-handle:active{cursor:grabbing}.menu-reorder-item-name{min-width:0;color:var(--color-text);text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;font-weight:800;overflow:hidden}.menu-reorder-chevron{color:var(--color-text-muted);font-size:1.25rem;font-weight:700}@media (width<=650px){.product-image-field{grid-template-columns:1fr}.product-image-preview-area{align-items:flex-start}.product-image-preview{width:120px;height:120px}.menu-reorder-item{grid-template-columns:40px minmax(0,1fr) auto}.menu-reorder-item .category-status{display:none}}.complements-view{gap:var(--space-4);flex-direction:column;display:flex}.complements-toolbar-wrap{gap:var(--space-3);flex-direction:column;display:flex}.complements-subtabs{gap:var(--space-2);display:flex}.complements-toolbar{gap:var(--space-3);grid-template-columns:minmax(240px,1fr) auto;display:grid}.complements-list{gap:var(--space-3);flex-direction:column;display:flex}.complement-card{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:flex}.complement-card.paused{opacity:.68}.complement-card-main{flex:1;min-width:0}.complement-card-main>strong,.complement-card-title-row>strong{font-size:.92rem}.complement-card-main>span,.complement-card-main>p{margin-top:var(--space-1);color:var(--color-text-secondary);font-size:.76rem;display:block}.complement-card-title-row{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.complement-form-modal{background:var(--color-surface);border-radius:var(--radius-xl);width:min(720px,100vw - 32px);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 30px 70px #0f172a3d}.complement-toggle-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.complement-check-option{align-items:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;font-size:.8rem;font-weight:700;display:flex}@media (width<=700px){.complements-toolbar{flex-direction:column;display:flex}.complement-card{flex-direction:column;align-items:stretch}.complement-toggle-grid{grid-template-columns:1fr}}.category-layout-settings{gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;display:flex}.category-layout-settings>strong{font-size:.82rem}.category-layout-grid{gap:var(--space-3);transition:opacity var(--transition);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.category-layout-grid.disabled{opacity:.45}.category-layout-settings select{width:100%;min-height:42px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md)}@media (width<=650px){.category-layout-grid{grid-template-columns:1fr}}.delivery-view{gap:var(--space-5);flex-direction:column;display:flex}.delivery-settings-card{gap:var(--space-4);padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.delivery-settings-card h3{color:var(--color-text);margin:0;font-size:1rem}.delivery-toggle{align-items:center;gap:var(--space-3);min-height:44px;padding:0 var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font-size:.82rem;font-weight:700;display:flex}.delivery-toggle input{width:18px;height:18px;accent-color:var(--color-primary)}.delivery-settings-card .field{gap:var(--space-2);flex-direction:column;display:flex}.delivery-settings-card .field>span{color:var(--color-text);font-size:.78rem;font-weight:700}.delivery-settings-card .field input{width:100%;min-height:44px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.delivery-settings-card .field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.delivery-settings-card>.button{align-self:flex-start}.delivery-rules-header{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.delivery-rules-header h3{color:var(--color-text);margin:0;font-size:1rem}.delivery-rules-header p{margin:var(--space-1) 0 0;color:var(--color-text-secondary);font-size:.76rem;line-height:1.45}.delivery-rules-list{gap:var(--space-3);flex-direction:column;display:flex}.delivery-rule-card{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:opacity var(--transition), border-color var(--transition), box-shadow var(--transition);display:flex}.delivery-rule-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md)}.delivery-rule-card.paused{opacity:.58}.delivery-rule-card>div:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.delivery-rule-card>div:first-child>strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.delivery-rule-card>div:first-child>span{color:var(--color-text-secondary);font-size:.74rem}.delivery-rule-card>div:first-child>small{color:var(--color-text-secondary);font-size:.7rem}.delivery-rule-actions{align-items:center;gap:var(--space-2);flex:none;display:flex}.delivery-rule-actions .button{min-height:38px;padding-inline:var(--space-3)}.delivery-delete{min-height:38px;padding:0 var(--space-3);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-sm);transition:border-color var(--transition), background var(--transition);border:1px solid #0000;font-size:.72rem;font-weight:700}.delivery-delete:hover{border-color:color-mix(in srgb, var(--color-danger) 20%, transparent)}.delivery-empty{padding:var(--space-7);color:var(--color-text-secondary);background:var(--color-surface);border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);text-align:center;margin:0;font-size:.8rem}.delivery-rule-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:min(620px,100vw - 32px);max-height:calc(100vh - 40px);box-shadow:var(--shadow-md);overflow-y:auto}.delivery-rule-form{gap:var(--space-4);padding:var(--space-5) var(--space-5) 0;flex-direction:column;display:flex}.delivery-rule-form .field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.delivery-rule-form .field>span{color:var(--color-text);font-size:.76rem;font-weight:700}.delivery-rule-form .field input{width:100%;min-width:0;min-height:44px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.delivery-rule-form .field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.delivery-rule-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.delivery-rule-form .quick-setting-footer{margin:var(--space-1) calc(var(--space-5) * -1) 0}@media (width<=760px){.delivery-rules-header{flex-direction:column;align-items:stretch}.delivery-rules-header>.button{width:100%}.delivery-rule-card{flex-direction:column;align-items:stretch}.delivery-rule-actions{width:100%}.delivery-rule-actions>*{flex:1}.delivery-rule-grid{grid-template-columns:1fr}.delivery-settings-card>.button{align-self:stretch;width:100%}}.delivery-settings-title{gap:var(--space-1);flex-direction:column;display:flex}.delivery-settings-title p{color:var(--color-text-secondary);margin:0;font-size:.78rem;line-height:1.45}.delivery-settings-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.delivery-settings-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-field-help{color:var(--color-text-secondary);font-size:.68rem;line-height:1.35}.delivery-example{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex}.delivery-example strong{flex:none;font-size:.76rem}.delivery-example span{color:var(--color-text-secondary);font-size:.74rem}.delivery-new-region{margin-top:var(--space-3);margin-bottom:var(--space-3)}@media (width<=760px){.delivery-settings-grid,.delivery-settings-grid-two{grid-template-columns:1fr}.delivery-example{flex-direction:column;align-items:flex-start}}button.is-loading,.button.is-loading{pointer-events:none;cursor:wait;opacity:.82}button.is-loading:after,.button.is-loading:after{content:"";vertical-align:-2px;border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;margin-left:8px;animation:.7s linear infinite button-loading-spin;display:inline-block}@keyframes button-loading-spin{to{transform:rotate(360deg)}}.delivery-rule-help{padding:var(--space-3);color:var(--color-text-secondary);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:0;font-size:.72rem;line-height:1.45}.delivery-free-toggle{align-items:center;gap:var(--space-3);min-height:44px;padding:0 var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font-size:.78rem;font-weight:700;display:flex}.delivery-free-toggle input{width:18px;height:18px;accent-color:var(--color-primary)}.delivery-rule-form .field-disabled{opacity:.55}.delivery-rule-form .field-disabled input{cursor:not-allowed}.coupons-page{gap:var(--space-4);flex-direction:column;display:flex}.coupon-single-note{padding:var(--space-3) var(--space-4);color:var(--color-text-secondary);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:0;font-size:.74rem}.coupon-list{gap:var(--space-3);flex-direction:column;display:flex}.coupon-card{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex}.coupon-card.paused{opacity:.6}.coupon-card-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.coupon-card-top{align-items:center;gap:var(--space-2);display:flex}.coupon-card-top strong{font-size:.9rem}.coupon-status{border-radius:999px;padding:3px 7px;font-size:.64rem;font-weight:800}.coupon-status.active{color:var(--color-success);background:var(--color-success-soft)}.coupon-status.paused{color:var(--color-text-secondary);background:var(--color-surface-secondary)}.coupon-card-info>span,.coupon-card-info>small{color:var(--color-text-secondary);font-size:.72rem}.coupon-card-actions{align-items:center;gap:var(--space-2);display:flex}.coupon-delete{min-height:38px;padding:0 var(--space-3);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-sm);font-size:.72rem;font-weight:800}.coupon-empty{min-height:180px;padding:var(--space-5);color:var(--color-text-secondary);background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.coupon-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:min(760px,100vw - 32px);max-height:calc(100vh - 40px);overflow-y:auto}.coupon-form{gap:var(--space-4);padding:var(--space-5) var(--space-5) 0;flex-direction:column;display:flex}.coupon-form-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.coupon-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.coupon-field select,.coupon-field input{width:100%;min-height:44px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.coupon-active-toggle{align-items:center;gap:var(--space-3);min-height:44px;padding:0 var(--space-3);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);align-self:end;font-size:.76rem;font-weight:700;display:flex}.coupon-active-toggle input{width:18px;height:18px}.coupon-targets{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.coupon-target-box{padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md)}.coupon-target-box[hidden]{display:none}.coupon-target-box h4{margin:0 0 var(--space-3);font-size:.78rem}.coupon-target-list{flex-direction:column;gap:7px;max-height:220px;display:flex;overflow-y:auto}.coupon-target-list label{align-items:center;gap:8px;font-size:.72rem;display:flex}.coupon-form .quick-setting-footer{margin:var(--space-1) calc(var(--space-5) * -1) 0}@media (width<=760px){.coupon-card{flex-direction:column;align-items:stretch}.coupon-card-actions{width:100%}.coupon-card-actions>*{flex:1}.coupon-form-grid,.coupon-form-grid-3,.coupon-targets{grid-template-columns:1fr}.coupon-active-toggle{align-self:stretch}}.payments-page{gap:var(--space-5);flex-direction:column;display:flex}.payment-card{gap:var(--space-4);padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);flex-direction:column;display:flex}.payment-card-title h3,.payment-integration-header h3{margin:0;font-size:1rem}.payment-card-title p,.payment-integration-header p{color:var(--color-text-secondary);margin:5px 0 0;font-size:.76rem}.payment-method-group{gap:var(--space-2);padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;display:flex}.payment-method-group>strong{margin-bottom:3px;font-size:.78rem}.payment-method-group.is-disabled .payment-toggle:not(:first-child){opacity:.5}.payment-toggle{align-items:center;gap:var(--space-3);min-height:42px;font-size:.76rem;font-weight:700;display:flex}.payment-toggle input{width:18px;height:18px;accent-color:var(--color-primary)}.payment-integration-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.payment-help-button{color:var(--color-primary);background:0 0;padding:0;font-size:.72rem;font-weight:800}.payment-integration-status{color:var(--color-text-secondary);background:var(--color-surface-secondary);border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:.68rem;font-weight:800}.payment-integration-status.is-connected{color:var(--color-success);background:var(--color-success-soft)}.payment-field{gap:var(--space-2);flex-direction:column;display:flex}.payment-field>span{font-size:.76rem;font-weight:700}.payment-field input{width:100%;min-height:44px;padding:0 var(--space-3);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.payment-field small{color:var(--color-text-secondary);font-size:.68rem;line-height:1.4}.payment-webhook-box{padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template-columns:1fr auto;align-items:center;gap:8px 12px;display:grid}.payment-webhook-box strong{grid-column:1/-1;font-size:.74rem}.payment-webhook-box code{overflow-wrap:anywhere;color:var(--color-text-secondary);font-size:.68rem}.payment-integration-actions{justify-content:flex-end;gap:var(--space-2);display:flex}.payment-help-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:min(760px,100vw - 32px);max-height:calc(100vh - 40px);overflow-y:auto}.payment-help-body{gap:var(--space-4);padding:var(--space-5);flex-direction:column;display:flex}.payment-help-steps{gap:var(--space-4);flex-direction:column;margin:0;padding-left:22px;display:flex}.payment-help-steps li{padding-left:5px}.payment-help-steps li>strong,.payment-help-steps li>span{display:block}.payment-help-steps li>strong{margin-bottom:5px;font-size:.78rem}.payment-help-steps li>span{color:var(--color-text-secondary);margin-top:3px;font-size:.72rem;line-height:1.45}.payment-webhook-code{overflow-wrap:anywhere;background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-top:8px;padding:10px;font-size:.68rem;display:block}.payment-help-warning{padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:4px;display:flex}.payment-help-warning strong{font-size:.74rem}.payment-help-warning span{color:var(--color-text-secondary);font-size:.7rem;line-height:1.45}.payment-help-modal .quick-setting-footer{padding-inline:var(--space-5)}@media (width<=760px){.payment-integration-header,.payment-integration-actions{flex-direction:column;align-items:stretch}.payment-webhook-box{grid-template-columns:1fr}.payment-integration-actions>*,.payment-webhook-box .button{width:100%}}.stock-page{gap:var(--space-5);flex-direction:column;display:flex}.stock-summary{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.stock-summary-card{padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.stock-summary-card span{color:var(--color-text-secondary);font-size:.7rem;display:block}.stock-summary-card strong{margin-top:6px;font-size:1.25rem;display:block}.stock-tabs{background:var(--color-surface-secondary);border-radius:var(--radius-md);gap:4px;width:fit-content;padding:4px;display:flex}.stock-tab{min-height:36px;color:var(--color-text-secondary);border-radius:var(--radius-sm);background:0 0;padding:0 14px;font-size:.72rem;font-weight:800}.stock-tab.is-active{color:var(--color-text);background:var(--color-surface);box-shadow:var(--shadow-sm)}.stock-search{width:min(420px,100%);min-height:42px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;padding:0 12px}.stock-list{flex-direction:column;gap:10px;display:flex}.stock-item-card{padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;display:flex}.stock-item-top,.stock-item-actions,.stock-item-footer{align-items:center;gap:8px;display:flex}.stock-item-top{justify-content:space-between}.stock-item-top h3{margin:0 0 6px;font-size:.9rem}.stock-status{border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:.62rem;font-weight:900;display:inline-flex}.stock-status.is-ok{color:var(--color-success);background:var(--color-success-soft)}.stock-status.is-paused,.stock-status.is-low{color:var(--color-warning);background:var(--color-warning-soft)}.stock-status.is-inactive{color:var(--color-text-secondary);background:var(--color-surface-secondary)}.stock-item-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.stock-item-details>div{background:var(--color-surface-secondary);border-radius:var(--radius-sm);flex-direction:column;gap:3px;padding:10px;display:flex}.stock-item-details span{color:var(--color-text-secondary);font-size:.64rem}.stock-item-details strong{font-size:.72rem}.stock-item-footer{justify-content:space-between;padding-top:2px}.stock-empty{text-align:center;color:var(--color-text-secondary);background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-lg);padding:32px 18px;font-size:.74rem}.stock-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:min(620px,100vw - 32px);max-height:calc(100vh - 40px);box-shadow:var(--shadow-xl);overflow-y:auto}.stock-modal-header,.stock-modal-footer{padding:var(--space-4) var(--space-5);justify-content:space-between;align-items:center;gap:12px;display:flex}.stock-modal-header{border-bottom:1px solid var(--color-border)}.stock-modal-header h2{margin:0;font-size:1rem}.stock-modal-header p{color:var(--color-text-secondary);margin:4px 0 0;font-size:.7rem}.stock-modal-close{background:var(--color-surface-secondary);border-radius:50%;width:34px;height:34px;font-size:1.2rem}.stock-modal-body{padding:var(--space-5);flex-direction:column;gap:14px;display:flex}.stock-modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end}.stock-field{flex-direction:column;gap:6px;display:flex}.stock-field>span{font-size:.7rem;font-weight:800}.stock-field input,.stock-field select{width:100%;min-height:42px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0 11px}.stock-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.stock-check{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:flex-start;gap:10px;padding:12px;display:flex}.stock-check input{margin-top:2px}.stock-check span{flex-direction:column;gap:3px;display:flex}.stock-check strong{font-size:.72rem}.stock-check small{color:var(--color-text-secondary);font-size:.66rem;line-height:1.4}.stock-links{gap:var(--space-5);flex-direction:column;display:flex}.stock-info-box{padding:var(--space-4);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:5px;display:flex}.stock-info-box strong{font-size:.75rem}.stock-info-box span{color:var(--color-text-secondary);font-size:.68rem;line-height:1.45}.stock-link-section{flex-direction:column;gap:8px;display:flex}.stock-link-section h3{margin:0 0 4px;font-size:.85rem}.stock-target-row{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.stock-target-row>div{flex-direction:column;gap:3px;display:flex}.stock-target-row strong{font-size:.74rem}.stock-target-row small{color:var(--color-text-secondary);font-size:.64rem}.stock-link-modal .stock-modal-body{gap:7px}.stock-link-row{border:1px solid var(--color-border);border-radius:var(--radius-sm);grid-template-columns:auto minmax(0,1fr) 130px;align-items:center;gap:10px;padding:10px;display:grid}.stock-link-name{flex-direction:column;gap:2px;display:flex}.stock-link-name strong{font-size:.7rem}.stock-link-name small{color:var(--color-text-secondary);font-size:.62rem}.stock-link-row>input[type=text]{width:100%;min-height:36px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0 8px;font-size:.68rem}@media (width<=760px){.stock-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-item-top,.stock-item-footer,.stock-target-row{flex-direction:column;align-items:stretch}.stock-item-actions{width:100%}.stock-item-actions .button,.stock-item-footer .button,.stock-target-row .button{flex:1}.stock-link-row{grid-template-columns:auto minmax(0,1fr)}.stock-link-row>input[type=text]{grid-column:2}}@media (width<=430px){.stock-summary,.stock-item-details,.stock-two-columns{grid-template-columns:1fr}.stock-tabs{width:100%}.stock-tab{flex:1}.stock-modal{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-height:94vh}}.refund-stock-section{gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.refund-stock-header{justify-content:space-between;align-items:flex-end;gap:var(--space-3);display:flex}.refund-stock-header>div:first-child{flex-direction:column;gap:4px;display:flex}.refund-stock-header strong{font-size:.875rem}.refund-stock-header span,.refund-stock-info span,.refund-stock-info small{color:var(--color-text-secondary);font-size:.7rem}.refund-stock-actions{gap:6px;display:flex}.refund-stock-list{flex-direction:column;gap:8px;display:flex}.refund-stock-row{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template-columns:auto minmax(0,1fr) 130px;align-items:center;gap:12px;padding:12px;display:grid}.refund-stock-check{width:18px;height:18px}.refund-stock-info,.refund-stock-quantity{flex-direction:column;gap:3px;display:flex}.refund-stock-info strong{font-size:.75rem}.refund-stock-quantity span{color:var(--color-text-secondary);font-size:.65rem}.refund-stock-quantity input{width:100%;min-height:38px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:0 9px}.refund-stock-empty{color:var(--color-text-secondary);text-align:center;background:var(--color-surface-secondary);border:1px dashed var(--color-border);border-radius:var(--radius-md);padding:16px;font-size:.72rem}@media (width<=620px){.refund-stock-header{flex-direction:column;align-items:stretch}.refund-stock-actions .button{flex:1}.refund-stock-row{grid-template-columns:auto minmax(0,1fr)}.refund-stock-quantity{grid-column:2}}.stock-movements{flex-direction:column;gap:14px;display:flex}.stock-movement-toolbar{align-items:center;gap:10px;display:flex}.stock-movement-toolbar .stock-search{flex:1;width:auto}.stock-movement-filter{min-width:180px;min-height:42px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0 11px}.stock-movement-list{flex-direction:column;gap:8px;display:flex}.stock-movement-row{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:18px;padding:13px 14px;display:flex}.stock-movement-main{flex-direction:column;gap:5px;min-width:0;display:flex}.stock-movement-main>strong{font-size:.76rem}.stock-movement-main>small{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.stock-movement-meta{color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:7px;font-size:.62rem;display:flex}.stock-movement-type{background:var(--color-surface-secondary);border-radius:999px;align-items:center;min-height:22px;padding:0 7px;font-weight:800;display:inline-flex}.stock-movement-type.is-positive{color:var(--color-success);background:var(--color-success-soft)}.stock-movement-type.is-negative{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 10%, transparent)}.stock-movement-type.is-reserved{color:var(--color-warning);background:var(--color-warning-soft)}.stock-movement-values{flex-direction:column;flex:none;align-items:flex-end;gap:3px;display:flex}.stock-movement-values>strong{font-size:.78rem}.stock-movement-values>strong.is-positive{color:var(--color-success)}.stock-movement-values>strong.is-negative{color:var(--color-danger)}.stock-movement-values>strong.is-reserved{color:var(--color-warning)}.stock-movement-values>small{color:var(--color-text-secondary);font-size:.61rem}@media (width<=760px){.stock-movement-toolbar{flex-direction:column;align-items:stretch}.stock-movement-filter{width:100%}.stock-movement-row{align-items:flex-start}}@media (width<=480px){.stock-movement-row{flex-direction:column}.stock-movement-values{border-top:1px solid var(--color-border);align-items:flex-start;width:100%;padding-top:7px}.stock-movement-main>small{white-space:normal}}.stock-release-reservation{white-space:nowrap;min-height:30px;margin-top:5px;padding-inline:10px;font-size:.62rem}@media (width<=480px){.stock-release-reservation{width:100%}}.operation-page{gap:var(--space-5);flex-direction:column;display:flex}.operation-card{padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;display:flex}.operation-card>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.operation-card h3{margin:0;font-size:.9rem}.operation-card header p,.operation-card>header p{color:var(--color-text-secondary);margin:4px 0 0;font-size:.68rem;line-height:1.45}.operation-current-status{background:var(--color-surface-secondary);border-radius:var(--radius-md);flex-direction:column;gap:3px;padding:12px;display:flex}.operation-current-status strong{font-size:.76rem}.operation-current-status strong.is-open{color:var(--color-success)}.operation-current-status strong.is-closed{color:var(--color-danger)}.operation-current-status span{color:var(--color-text-secondary);font-size:.65rem}.operation-status-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.operation-radio-card{border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:9px;padding:12px;display:flex}.operation-radio-card:has(input:checked){border-color:var(--color-brand);background:color-mix(in srgb, var(--color-brand) 7%, var(--color-surface))}.operation-radio-card input{margin-top:2px}.operation-radio-card>span{flex-direction:column;gap:3px;display:flex}.operation-radio-card strong{font-size:.7rem}.operation-radio-card small{color:var(--color-text-secondary);font-size:.63rem;line-height:1.4}.operation-switch-row{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;display:flex}.operation-switch-row>span{flex-direction:column;gap:4px;display:flex}.operation-switch-row strong{font-size:.75rem}.operation-switch-row small{color:var(--color-text-secondary);font-size:.65rem;line-height:1.4}.operation-switch-row input{flex:none;width:20px;height:20px}.operation-24h-notice{color:var(--color-text-secondary);background:var(--color-surface-secondary);border-radius:var(--radius-sm);padding:10px 12px;font-size:.65rem;line-height:1.45}.operation-days{flex-direction:column;gap:8px;display:flex}.operation-day{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px}.operation-day-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.operation-day-header>strong{font-size:.73rem}.operation-periods{flex-direction:column;gap:7px;margin-top:10px;display:flex}.operation-day-closed{color:var(--color-text-secondary);font-size:.65rem}.operation-period-row{grid-template-columns:120px auto 120px auto;justify-content:start;align-items:center;gap:8px;display:grid}.operation-period-row input{min-height:38px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0 8px}.operation-period-row>span{color:var(--color-text-secondary);font-size:.65rem}@media (width<=760px){.operation-status-options{grid-template-columns:1fr}.operation-card>header{flex-direction:column}.operation-card>header .button{width:100%}}@media (width<=520px){.operation-period-row{grid-template-columns:1fr auto 1fr}.operation-period-row .button{grid-column:1/-1}}.report-page{flex-direction:column;gap:18px;display:flex}.report-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:18px}.report-section-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.report-section-header h3{margin:0;font-size:.88rem}.report-section-header p{color:var(--color-text-secondary);margin:4px 0 0;font-size:.65rem;line-height:1.45}.report-today-grid,.report-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.report-kpi-card{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;justify-content:space-between;gap:9px;min-height:86px;padding:13px;display:flex}.report-kpi-card span{color:var(--color-text-secondary);font-size:.64rem}.report-kpi-card strong{font-size:.94rem;line-height:1.15}.report-kpi-card.is-highlight{border-color:var(--color-brand);background:color-mix(in srgb, var(--color-brand) 10%, var(--color-surface))}.report-kpi-card.is-highlight strong{color:var(--color-brand);font-size:1.1rem}.report-filter-buttons{flex-wrap:wrap;gap:7px;display:flex}.report-filter-button{min-height:36px;color:var(--color-text);background:var(--color-surface-secondary);border:1px solid var(--color-border);cursor:pointer;font:inherit;border-radius:999px;padding:0 12px;font-size:.65rem;font-weight:750}.report-filter-button.is-active{color:#fff;background:var(--color-brand);border-color:var(--color-brand)}.report-custom-period{grid-template-columns:minmax(140px,190px) minmax(140px,190px) auto;align-items:center;gap:8px;margin-top:12px;display:grid}.report-custom-period input{min-height:39px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0 9px}.report-comparison-list,.report-origin-list,.report-coupon-list,.report-product-list{flex-direction:column;gap:8px;display:flex}.report-comparison-row,.report-origin-row,.report-coupon-row,.report-product-row{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px}.report-comparison-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.report-comparison-row>div,.report-origin-row>div:first-child,.report-coupon-row>div{flex-direction:column;gap:3px;min-width:0;display:flex}.report-comparison-row strong,.report-origin-row strong,.report-coupon-row strong,.report-product-row strong{font-size:.7rem}.report-comparison-row small,.report-origin-row small,.report-coupon-row small,.report-product-row span{color:var(--color-text-secondary);font-size:.62rem}.report-variation{border-radius:999px;flex:none;padding:5px 8px;font-size:.63rem;font-weight:850}.report-variation.is-up{color:var(--color-success);background:var(--color-success-soft)}.report-variation.is-down{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 10%, transparent)}.report-variation.is-flat{color:var(--color-text-secondary);background:var(--color-surface)}.report-variation.is-good{color:var(--color-success);background:var(--color-success-soft)}.report-origin-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.report-origin-values{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.report-origin-values span{color:var(--color-text-secondary);font-size:.62rem}.report-coupon-row{grid-template-columns:minmax(130px,1.2fr) minmax(120px,1fr) minmax(120px,1fr);gap:12px;display:grid}.report-coupon-row span{color:var(--color-text-secondary);font-size:.61rem}.report-product-row{flex-direction:column;gap:8px;display:flex}.report-product-row>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-bar{background:var(--color-border);border-radius:999px;width:100%;height:7px;position:relative;overflow:hidden}.report-bar i{background:var(--color-brand);border-radius:inherit;height:100%;display:block}.report-hours-list{flex-direction:column;gap:6px;display:flex}.report-hour-row{border-radius:var(--radius-sm);grid-template-columns:52px minmax(80px,1fr) 90px;align-items:center;gap:10px;padding:7px 9px;display:grid}.report-hour-row>strong,.report-hour-row>span{font-size:.63rem}.report-hour-row>span{color:var(--color-text-secondary);text-align:right}.report-heat-scroll{width:100%;overflow-x:auto}.report-heat-grid{grid-template-columns:90px repeat(7,minmax(70px,1fr));gap:5px;min-width:650px;display:grid}.report-heat-header,.report-heat-period,.report-heat-cell{border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:54px;font-size:.62rem;display:flex}.report-heat-header,.report-heat-period{color:var(--color-text-secondary);font-weight:750}.report-heat-cell{background:var(--color-surface-secondary);border:1px solid var(--color-border);flex-direction:column;gap:2px}.report-heat-cell strong{font-size:.72rem}.report-heat-cell small{color:var(--color-text-secondary);font-size:.55rem}.report-heat-cell.intensity-5 small{color:#fffc}.report-empty{color:var(--color-text-secondary);background:var(--color-surface-secondary);border-radius:var(--radius-md);text-align:center;margin:0;padding:18px;font-size:.66rem}@media (width<=980px){.report-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.report-today-grid,.report-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-custom-period{grid-template-columns:1fr 1fr}.report-custom-period .button{grid-column:1/-1}.report-coupon-row{grid-template-columns:1fr}}@media (width<=480px){.report-today-grid,.report-kpi-grid{grid-template-columns:1fr}.report-comparison-row,.report-origin-row{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.report-origin-values{align-items:flex-start}.report-hour-row{grid-template-columns:48px minmax(60px,1fr) 76px}.report-custom-period{grid-template-columns:1fr}.report-custom-period .button{grid-column:auto}}.report-page{gap:22px}.report-section{border-color:#dfe1db;padding:21px;box-shadow:0 4px 18px #1418140b}.report-section-header{margin-bottom:17px}.report-section-header h3{color:var(--color-text);font-size:.98rem;font-weight:850}.report-section-header p,.report-kpi-card span,.report-comparison-row small,.report-origin-row small,.report-coupon-row small,.report-product-row span,.report-origin-values span,.report-hour-row>span,.report-empty{color:var(--color-text-soft)}.report-kpi-card{background:#fafaf8;min-height:96px;padding:15px}.report-kpi-card span{font-size:.68rem;font-weight:650}.report-kpi-card strong{color:var(--color-text);font-size:1.03rem;font-weight:850}.report-filter-button{color:#343731;background:#f2f2ef;border-color:#d8dad4;font-weight:800}.report-filter-button:hover{color:#e95310;background:#fff0e8;border-color:#ffc7ad}.report-filter-button.is-active,.report-filter-button.is-active:hover{box-shadow:0 3px 10px #ff641e3d;color:#fff!important;background:#ff641e!important;border-color:#ff641e!important}.report-bar{background:#e5e6e1;border:1px solid #dcddd8;min-height:9px}.report-bar i{border-radius:inherit;min-width:0;height:100%;display:block;background:#ff641e!important}.report-product-row .report-bar,.report-hour-row .report-bar{height:10px}.report-product-row{padding:14px}.report-hour-row{min-height:36px}.report-hour-row.is-peak{background:#fff0e8}.report-hour-row.is-peak>strong,.report-hour-row.is-peak>span{color:#b94712;font-weight:850}.report-heat-cell{min-height:62px}.report-heat-cell.intensity-1{background:#fff3ed}.report-heat-cell.intensity-2{background:#ffe4d7}.report-heat-cell.intensity-3{background:#ffc9af}.report-heat-cell.intensity-4{background:#ff9b6d}.report-heat-cell.intensity-5{color:#fff;background:#ff641e;border-color:#ff641e}.store-config-page{flex-direction:column;gap:16px;display:flex}.store-config-page>.page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.store-config-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:18px}.store-config-section>header{margin-bottom:16px}.store-config-section h3{margin:0;font-size:.9rem}.store-config-section header p{color:var(--color-text-secondary);margin:4px 0 0;font-size:.65rem;line-height:1.45}.store-config-body{flex-direction:column;gap:13px;display:flex}.store-config-field{flex-direction:column;gap:6px;display:flex}.store-config-field>span{color:var(--color-text);font-size:.67rem;font-weight:800}.store-config-field>small{color:var(--color-text-secondary);font-size:.61rem;line-height:1.4}.store-config-field input,.store-config-field textarea,.store-config-field select{width:100%;min-height:41px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);outline:none;padding:9px 11px}.store-config-field textarea{resize:vertical;min-height:78px}.store-config-field input:focus,.store-config-field textarea:focus,.store-config-field select:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px var(--color-brand-soft)}.store-config-inline{grid-template-columns:minmax(0,1fr) minmax(140px,220px);gap:10px;display:grid}.store-config-switch{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.store-config-switch>span{flex-direction:column;gap:3px;display:flex}.store-config-switch strong{font-size:.7rem}.store-config-switch small{color:var(--color-text-secondary);font-size:.62rem;line-height:1.4}.store-config-switch input{flex:none;width:20px;height:20px}.store-images-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.store-image-upload{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:9px;padding:12px;display:flex}.store-image-upload>strong{font-size:.68rem}.store-image-preview{min-height:150px;color:var(--color-text-secondary);background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-sm);place-items:center;font-size:.65rem;display:grid;overflow:hidden}.store-image-preview.is-logo{min-height:150px}.store-image-preview.is-logo img{object-fit:cover;border-radius:50%;width:120px;height:120px}.store-image-preview.is-capa img{object-fit:cover;width:100%;height:150px}.store-theme-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.store-theme-option{min-height:68px;color:var(--color-text);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:9px;padding:10px;display:flex}.store-theme-option.is-active{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-soft)}.store-theme-option i{border-radius:9px;flex:none;width:28px;height:28px;box-shadow:inset 0 0 0 1px #00000014}.store-theme-option i.is-custom{background:linear-gradient(135deg,#ff641e 0 25%,#16835f 25% 50%,#2878d0 50% 75%,#7447d8 75%)}.store-theme-option strong{font-size:.65rem}.store-theme-custom{background:var(--color-surface-secondary);border-radius:var(--radius-md);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;display:grid}.store-theme-custom label{justify-content:space-between;align-items:center;gap:9px;font-size:.64rem;font-weight:750;display:flex}.store-theme-custom input[type=color]{border:1px solid var(--color-border);border-radius:8px;width:44px;height:32px;padding:2px}@media (width<=760px){.store-config-page>.page-header{flex-direction:column}.store-config-page>.page-header .button{width:100%}.store-images-grid,.store-config-inline{grid-template-columns:1fr}.store-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.store-theme-grid,.store-theme-custom{grid-template-columns:1fr}}.store-address-form{background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:11px;padding:13px;display:flex}.store-address-grid{gap:10px;display:grid}.store-address-grid.is-cep{grid-template-columns:minmax(180px,320px)}.store-address-grid.is-street{grid-template-columns:minmax(0,1fr) minmax(110px,170px)}.store-address-grid.is-local{grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) 90px}.store-address-status{font-weight:750;color:var(--color-brand-strong)!important}@media (width<=680px){.store-address-grid.is-street,.store-address-grid.is-local,.store-address-grid.is-cep{grid-template-columns:1fr}}.store-image-recommendation{color:var(--color-text-secondary);font-size:.61rem;line-height:1.4}.store-image-file-status{border-radius:var(--radius-sm);padding:9px 10px;font-size:.62rem;font-weight:750;line-height:1.4}.store-image-file-status.is-valid{color:var(--color-success);background:var(--color-success-soft)}.store-image-file-status.is-error{color:var(--color-danger);background:var(--color-danger-soft)}.store-theme-option i.is-texture-papel{background-color:#f7f1e8!important;background-image:radial-gradient(circle at 1px 1px,#30271f2e 1px,#0000 1.2px)!important;background-size:7px 7px!important}.store-theme-option i.is-texture-grid{background-color:#f5f8fc!important;background-image:linear-gradient(#2878d033 1px,#0000 1px),linear-gradient(90deg,#2878d033 1px,#0000 1px)!important;background-size:8px 8px!important}.store-theme-option i.is-texture-confete{background-color:#fbf8ff!important;background-image:radial-gradient(circle at 20% 25%,#dc477c 0 2px,#0000 2.5px),radial-gradient(circle at 70% 60%,#7447d8 0 2px,#0000 2.5px),radial-gradient(circle at 45% 85%,#ff641e 0 2px,#0000 2.5px)!important;background-size:22px 22px!important}.support-page{gap:20px;max-width:1050px;margin:0 auto;display:grid}.support-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.support-heading h2{margin:0 0 6px}.support-muted{color:var(--text-muted,#6b7280);font-size:.9rem}.support-form-card,.support-thread,.support-reply{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:14px;padding:18px}.support-form{gap:12px;display:grid}.support-form input,.support-form select,.support-form textarea,.support-reply textarea{border:1px solid var(--border,#d1d5db);background:var(--surface,#fff);width:100%;color:var(--text,#111827);font:inherit;border-radius:10px;padding:12px}.support-list{gap:10px;display:grid}.support-ticket{text-align:left;border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);width:100%;color:inherit;cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.support-ticket>div{gap:5px;display:grid}.support-ticket:hover{border-color:var(--primary,#6366f1)}.support-status,.support-priority{white-space:nowrap;background:#eef2ff;border-radius:999px;align-items:center;padding:5px 9px;font-size:.78rem;font-weight:700;display:inline-flex}.status-resolvido{background:#dcfce7}.status-aguardando_cliente{background:#fef3c7}.status-em_atendimento{background:#dbeafe}.status-aberto{background:#fee2e2}.support-thread{gap:12px;display:grid}.support-message{background:var(--surface-alt,#f3f4f6);border-radius:12px;max-width:78%;padding:12px 14px}.support-message.is-store{margin-left:auto}.support-message.is-master{border:1px solid var(--border,#e5e7eb);margin-right:auto}.support-message p{white-space:pre-wrap;margin:6px 0}.support-message small{opacity:.7}.support-reply{gap:10px;display:grid}.support-feedback{margin:0;font-size:.85rem}.support-empty{text-align:center;border:1px dashed var(--border,#d1d5db);color:var(--text-muted,#6b7280);border-radius:12px;padding:28px}.financeiro-resumo{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.financeiro-resumo>div,.financeiro-card{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:16px;padding:18px}.financeiro-resumo span,.financeiro-label{color:#667085;margin-bottom:7px;font-size:.78rem;display:block}.financeiro-resumo strong{font-size:1rem}.financeiro-card{margin-bottom:18px}.financeiro-card h3{margin:0 0 5px}.financeiro-help{color:#667085;margin:0 0 15px}.financeiro-parcela,.financeiro-historico-row{border-bottom:1px solid #eef0f3;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;padding:13px 0;display:grid}.financeiro-parcela span,.financeiro-historico-row span{display:grid}.financeiro-parcela small,.financeiro-historico-row small{color:#667085;margin-top:3px}.financeiro-parcela em{font-size:.82rem;font-style:normal}.financeiro-paybar{justify-content:flex-end;align-items:center;gap:18px;padding-top:18px;display:flex}.financeiro-paybar button,.financeiro-historico-row button,.financeiro-alert button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:10px;padding:11px 15px;font-weight:700}.financeiro-paybar button:disabled{opacity:.45;cursor:not-allowed}.financeiro-historico-row{grid-template-columns:1fr auto auto}.financeiro-historico-row button{padding:8px 11px;font-size:.8rem}.financeiro-vitalicio{font-size:1.6rem}.financeiro-alert-overlay{z-index:9999;background:#0f172a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.financeiro-alert{background:#fff;border-radius:18px;width:min(430px,100%);padding:24px;box-shadow:0 24px 80px #0003}.financeiro-alert h3{margin-top:0}.financeiro-alert button{width:100%;margin-top:8px}@media (width<=800px){.financeiro-resumo{grid-template-columns:1fr 1fr}.financeiro-parcela{grid-template-columns:auto 1fr auto}.financeiro-parcela>strong{grid-column:2}.financeiro-historico-row{grid-template-columns:1fr auto}.financeiro-historico-row button{grid-column:1/-1}}@media (width<=520px){.financeiro-resumo{grid-template-columns:1fr}.financeiro-paybar{flex-direction:column;align-items:stretch}.financeiro-paybar button{width:100%}}.financeiro-payment-overlay{z-index:10050;background:#0f172a9e;justify-content:center;align-items:flex-start;padding:28px 16px;display:flex;position:fixed;inset:0;overflow:auto}.financeiro-payment-modal{color:#111827;background:#fff;border-radius:20px;width:min(620px,100%);overflow:hidden;box-shadow:0 28px 90px #00000047}.financeiro-payment-header{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:22px 24px 16px;display:flex}.financeiro-payment-header span{color:#667085;font-size:.82rem;font-weight:700}.financeiro-payment-header h2{margin:4px 0 0;font-size:1.55rem}.financeiro-payment-close{cursor:pointer;color:#344054;background:#f3f4f6;border:0;border-radius:50%;width:38px;height:38px;font-size:1.6rem;line-height:1}.financeiro-payment-summary{flex-wrap:wrap;gap:8px;padding:14px 24px 0;display:flex}.financeiro-payment-summary span{color:#475467;background:#f2f4f7;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:700}.financeiro-payment-modal #financeiro-payment-content{padding:18px 24px 24px}.financeiro-payment-loading{color:#667085;padding:18px 0}.financeiro-payment-error{color:#b42318;background:#fef3f2;border-radius:10px;margin:0 0 12px;padding:11px 13px;font-size:.86rem}.financeiro-payment-result{text-align:center;padding:30px 12px}.financeiro-payment-result-icon{color:#067647;background:#dcfae6;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto 14px;font-size:2rem;font-weight:800;display:grid}.financeiro-payment-result h3,.financeiro-pix-result h3{margin:0 0 8px}.financeiro-payment-result p,.financeiro-pix-result p{color:#667085;line-height:1.55}.financeiro-payment-result button,.financeiro-pix-copy button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:10px;padding:11px 16px;font-weight:700}.financeiro-pix-result{text-align:center;padding:10px 0}.financeiro-pix-qr{border-radius:12px;width:min(280px,75vw);height:auto;margin:18px auto;display:block}.financeiro-pix-copy{gap:8px;margin:14px 0;display:flex}.financeiro-pix-copy input{min-width:0;font:inherit;border:1px solid #d0d5dd;border-radius:10px;flex:1;padding:11px 12px}.financeiro-pix-copy button{flex:none}.financeiro-pix-result #financeiro-pix-status{font-size:.85rem}@media (width<=600px){.financeiro-payment-overlay{align-items:stretch;padding:0}.financeiro-payment-modal{border-radius:0;width:100%;min-height:100vh}.financeiro-payment-header{padding:18px}.financeiro-payment-summary,.financeiro-payment-modal #financeiro-payment-content{padding-left:18px;padding-right:18px}.financeiro-pix-copy{flex-direction:column}}.route-live-map{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:14px;margin:12px 0;overflow:hidden}.route-live-map-title{justify-content:space-between;gap:12px;padding:10px 12px;font-size:.82rem;display:flex}.route-live-map-title span{color:#64748b}.route-live-map iframe{border:0;width:100%;height:220px;display:block}.route-awaiting-driver{color:#64748b;align-self:center;font-size:.82rem}.route-auto-config{border:1px solid var(--border-color,#e5e7eb);background:#f8fafc;border-radius:14px;grid-template-columns:minmax(0,1fr) auto minmax(180px,230px);align-items:end;gap:14px;margin-bottom:16px;padding:16px;display:grid}.route-auto-copy{gap:4px;display:grid}.route-auto-copy span{color:#64748b;font-size:.82rem;line-height:1.4}.route-auto-toggle{align-items:center;gap:8px;min-height:44px;font-weight:700;display:flex}.route-auto-distance{margin:0}.route-auto-distance>div{align-items:center;gap:8px;display:flex}.route-auto-distance input{width:110px}.route-auto-distance b{color:#64748b;font-size:.85rem}@media (width<=900px){.route-auto-config{grid-template-columns:1fr 1fr}.route-auto-copy{grid-column:1/-1}}@media (width<=560px){.route-auto-config{grid-template-columns:1fr}.route-auto-copy{grid-column:auto}}.route-live-map-frame{width:100%;min-width:0;height:340px;min-height:340px;display:block;position:relative;overflow:hidden}.route-live-map-frame.leaflet-container{max-width:100%;width:100%!important}.route-map-stop,.route-map-driver{border:3px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.74rem;font-weight:900;display:grid;box-shadow:0 3px 10px #00000040}.route-map-stop{color:#fff;background:#2563eb}.route-map-stop.done{color:#fff;background:#94a3b8}.route-map-driver{color:#fff;background:#111827;width:30px;height:30px}.route-map-help{color:#64748b;padding:0 12px 10px;display:block}.route-order-done{opacity:.55}.route-report-filter{align-items:end;gap:12px;margin-bottom:16px;display:flex}.route-report-filter .field{min-width:220px}.route-report-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.route-report-summary>div{border:1px solid var(--color-border);background:var(--color-surface-secondary);border-radius:12px;padding:14px}.route-report-summary span{color:var(--color-text-secondary);font-size:.76rem;display:block}.route-report-summary strong{margin-top:5px;font-size:1.15rem;display:block}.route-report-list{gap:10px;display:grid}.route-report-driver{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;overflow:hidden}.route-report-driver summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.route-report-driver summary div{gap:3px;display:grid}.route-report-driver summary span{color:var(--color-text-secondary);font-size:.78rem}.route-report-orders{border-top:1px solid var(--color-border)}.route-report-orders>div{border-bottom:1px solid var(--color-border);justify-content:space-between;gap:12px;padding:11px 14px;display:flex}.route-report-orders>div:last-child{border-bottom:0}.route-report-orders span{color:var(--color-text-secondary);margin-top:3px;font-size:.76rem;display:block}@media (width<=700px){.route-report-summary{grid-template-columns:1fr}.route-report-filter{flex-direction:column;align-items:stretch}.route-report-filter .field{min-width:0}}.route-card,.route-live-map{min-width:0}.route-live-map{overflow:hidden}.route-live-map-frame{isolation:isolate;box-sizing:border-box;height:360px!important;min-height:360px!important}.route-live-map-frame .leaflet-pane img,.route-live-map-frame .leaflet-tile{max-width:none!important;max-height:none!important}.route-live-map-frame .leaflet-map-pane,.route-live-map-frame .leaflet-tile-pane{width:100%;height:100%}.push-loading{color:var(--text-secondary,#666);padding:32px 0}.push-summary,.push-compose-card,.push-history-card{background:var(--surface,#fff);border:1px solid var(--border,#00000014);border-radius:18px;margin-bottom:18px;padding:22px}.push-summary{justify-content:space-between;align-items:center;gap:24px;display:flex}.push-summary>div{gap:4px;display:grid}.push-summary span,.push-summary p,.push-compose-head p,.push-empty{color:var(--text-secondary,#707070)}.push-summary strong{font-size:32px}.push-compose-card{gap:16px;display:grid}.push-compose-head h3,.push-history-card h3{margin:0 0 5px}.push-compose-card textarea{resize:vertical;min-height:110px}.push-counter{text-align:right;opacity:.7;margin-top:5px;display:block}.push-feedback{border-radius:10px;padding:11px 13px;font-size:14px}.push-feedback.success{color:#176d3b;background:#27ae601a}.push-feedback.error{color:#a42130;background:#dc35451a}.push-history-list{gap:10px;margin-top:15px;display:grid}.push-history-item{border:1px solid var(--border,#00000014);border-radius:13px;padding:14px}.push-history-item>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.push-history-item p{margin:7px 0}.push-history-item small{color:var(--text-secondary,#777)}.push-status{background:#0000000f;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.push-status-enviado{color:#176d3b;background:#27ae601f}.push-status-parcial{color:#945512;background:#f2994a24}.push-status-falha{color:#9c2030;background:#dc35451f}@media (width<=700px){.push-summary{flex-direction:column;align-items:flex-start}}.push-editor-layout{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:start;gap:18px;display:grid}.push-option-box,.push-preview-card{border:1px solid var(--border,#00000014);background:var(--surface,#fff);border-radius:14px;padding:14px}.push-option-box{gap:10px;display:grid}.push-check-row,.push-radio-row{align-items:center;gap:9px;font-size:14px;display:flex}.push-button-fields,.push-filter-dates{grid-template-columns:1fr 1fr;gap:10px;display:grid}.push-recipient-count{border-top:1px solid var(--border,#00000014);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.push-recipient-count strong{font-size:20px}.push-preview-card{position:sticky;top:18px}.push-preview-label{text-transform:uppercase;letter-spacing:.06em;opacity:.62;margin-bottom:10px;font-size:12px;font-weight:800}.push-device-preview{color:#171717;background:#f3f4f6;border-radius:18px;padding:14px;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000f}.push-preview-app{align-items:center;gap:7px;margin-bottom:10px;font-size:12px;display:flex}.push-preview-app small{opacity:.55;margin-left:auto}.push-preview-icon{background:#fff;border-radius:7px;place-items:center;width:25px;height:25px;display:grid}.push-preview-image{object-fit:cover;border-radius:11px;width:100%;max-height:190px;margin:0 0 11px;display:block}.push-preview-title{font-size:15px;display:block}.push-preview-message{opacity:.76;margin:5px 0 0;font-size:13px;line-height:1.4}.push-preview-action{background:#fff;border:0;border-radius:9px;width:100%;min-height:34px;margin-top:12px;font-weight:750}.push-status-agendado{color:#245ba8;background:#2d6edc1f}@media (width<=900px){.push-editor-layout{grid-template-columns:1fr}.push-preview-card{position:static}}@media (width<=560px){.push-button-fields,.push-filter-dates{grid-template-columns:1fr}}.category-modal{flex-direction:column;max-height:calc(100dvh - 32px);display:flex;overflow:hidden}.category-modal>.quick-setting-header{flex:none}.category-modal-form{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;overflow-y:auto}.category-modal-form .quick-setting-footer{z-index:2;background:var(--color-surface);position:sticky;bottom:0;box-shadow:0 -8px 18px #0f172a0f}@media (width<=760px){.order-modal-overlay:has(.category-modal){align-items:flex-start;padding:12px;overflow-y:auto}.category-modal{width:100%;max-height:calc(100dvh - 24px)}.category-modal-form{padding:var(--space-4) var(--space-4) 0}.category-modal-form .quick-setting-footer{margin-left:calc(var(--space-4) * -1);margin-right:calc(var(--space-4) * -1)}}.category-modal{max-height:min(760px,100dvh - 24px)!important}.category-modal-form{-webkit-overflow-scrolling:touch;flex:auto!important;min-height:0!important;overflow:hidden auto!important}.category-modal-form .quick-setting-footer{flex:none!important}.integrations-page-header{margin-bottom:18px}.integrations-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:start;gap:18px;display:grid}.integration-loading,.integration-card,.integration-rule-card{background:var(--surface,#fff);border:1px solid var(--border-color,#e4e7ec);border-radius:16px;box-shadow:0 8px 28px #0f172a0f}.integration-loading{color:var(--text-muted,#667085);padding:24px}.integration-card{overflow:hidden}.integration-card-header{border-bottom:1px solid var(--border-color,#e4e7ec);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.integration-identity{align-items:center;gap:13px;min-width:0;display:flex}.integration-identity>div:last-child{gap:3px;display:grid}.integration-identity strong{color:var(--text-primary,#101828);font-size:1rem}.integration-identity span{color:var(--text-muted,#667085);font-size:.78rem}.integration-logo{letter-spacing:-.04em;color:#fff;background:linear-gradient(135deg,#5d3fd3,#7963e8);border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-weight:900;display:grid}.integration-status{color:#667085;background:#f2f4f7;border-radius:999px;flex:none;padding:6px 10px;font-size:.72rem;font-weight:800}.integration-status.configured{color:#9a6700;background:#fff7e8}.integration-status.active{color:#087443;background:#e9f8ef}.integration-card-body{padding:20px}.integration-card-body>p:first-child{color:var(--text-muted,#667085);margin:0 0 16px;line-height:1.55}.integration-token-field input{width:100%}.integration-note{color:#667085;background:#f8fafc;border-radius:10px;margin-top:12px;padding:11px 12px;font-size:.76rem;line-height:1.45}.integration-message{margin-top:10px}.integration-actions{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.button-danger-ghost{color:#b42318;background:0 0;border:1px solid #fecdca}.integration-rule-card{padding:18px}.integration-rule-card strong{color:var(--text-primary,#101828)}.integration-rule-card ol{color:var(--text-muted,#667085);margin:13px 0;padding-left:20px}.integration-rule-card li{margin:8px 0;line-height:1.4}.integration-rule-card p{color:var(--text-muted,#667085);margin:0;font-size:.76rem;line-height:1.45}@media (width<=900px){.integrations-grid{grid-template-columns:1fr}}@media (width<=560px){.integration-card-header{align-items:flex-start}.integration-identity span{font-size:.72rem}.integration-actions .button{width:100%}}.printing-page-header{margin-bottom:18px}.printing-page-shell{gap:18px;max-width:1050px;display:grid}.printing-loading,.printing-settings-card,.printing-destinations-card,.printing-desktop-required{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:16px}.printing-loading{color:var(--color-text-secondary,#667085);padding:22px}.printing-desktop-required{gap:7px;max-width:820px;padding:22px;display:grid}.printing-desktop-required strong{color:var(--color-text,#101828)}.printing-desktop-required span{color:var(--color-text-secondary,#667085);line-height:1.5}.printing-settings-card{gap:16px;padding:20px;display:grid}.printing-settings-header,.printing-destinations-header,.printing-destination-header,.printing-destination-footer,.printing-page-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.printing-settings-header>div,.printing-destinations-header>div,.printing-destination-header>div{gap:5px;min-width:0;display:grid}.printing-settings-header strong,.printing-destinations-header strong{color:var(--color-text,#101828);font-size:1rem}.printing-settings-header span,.printing-destinations-header span,.printing-destination-header span,.printing-local-note span{color:var(--color-text-secondary,#667085);font-size:.78rem;line-height:1.45}.printing-toggle{background:var(--color-border-strong,#cbd5e1);cursor:pointer;border:0;border-radius:999px;flex:none;width:48px;height:28px;padding:0;transition:all .2s;position:relative}.printing-toggle span{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:4px;left:4px;box-shadow:0 2px 5px #00000029}.printing-toggle.active{background:var(--color-primary,#6366f1)}.printing-toggle.active span{transform:translate(20px)}.printing-local-note{background:var(--color-surface-secondary,#f8fafc);border-radius:12px;gap:4px;padding:12px 14px;display:grid}.printing-destinations-card{overflow:hidden}.printing-destinations-header{border-bottom:1px solid var(--color-border,#e5e7eb);padding:18px 20px}.printing-destinations-list{gap:12px;padding:16px;display:grid}.printing-destination{border:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);border-radius:14px;gap:16px;padding:18px;display:grid}.printing-destination-header strong{color:var(--color-text,#101828);font-size:.95rem}.printing-destination-grid{grid-template-columns:minmax(150px,.75fr) minmax(250px,1.45fr) minmax(170px,.85fr) minmax(120px,.55fr);align-items:end;gap:14px;display:grid}.printing-destination-grid .field{gap:7px;margin:0;display:grid}.printing-custom-size{background:var(--color-surface-secondary,#f8fafc);border:1px dashed var(--color-border-strong,#d0d5dd);border-radius:12px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(140px,220px));gap:14px;padding:14px;display:grid}.printing-destination-grid .field>span{color:var(--color-text-secondary,#667085);font-size:.75rem;font-weight:800}.printing-destination-grid select,.printing-destination-grid input{width:100%;min-height:42px;color:var(--color-text,#101828);background:var(--color-surface,#fff);border:1px solid var(--color-border-strong,#d0d5dd);font:inherit;border-radius:10px;padding:0 12px}.printing-destination-grid select:focus,.printing-destination-grid input:focus{border-color:var(--color-primary,#6366f1);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary,#6366f1) 14%, transparent);outline:none}.printing-destination-footer{min-height:38px}.printing-test-status{color:var(--color-text-secondary,#667085);font-size:.76rem}.printing-test-status.success{color:var(--color-success,#087443);font-weight:700}.printing-test-status.error{color:var(--color-danger,#b42318);font-weight:700}.printing-page-actions{justify-content:flex-end}.printing-page-actions .printing-message{margin:0 auto 0 0}.printing-message.success{color:var(--color-success,#087443)}.printing-message.error{color:var(--color-danger,#b42318)}@media (width<=900px){.printing-destination-grid{grid-template-columns:1fr 1fr}.printing-printer-field{grid-column:1/-1}.printing-custom-size{grid-template-columns:1fr 1fr}}@media (width<=680px){.printing-settings-header,.printing-destinations-header,.printing-destination-header,.printing-destination-footer,.printing-page-actions{flex-direction:column;align-items:stretch}.printing-destination-grid{grid-template-columns:1fr}.printing-printer-field{grid-column:auto}.printing-custom-size{grid-template-columns:1fr}.printing-destinations-header .button,.printing-destination-footer .button,.printing-page-actions .button{width:100%}.printing-page-actions .printing-message{margin:0}}.printing-advanced{border:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);border-radius:10px;margin:0 16px 14px;overflow:hidden}.printing-advanced summary{cursor:pointer;color:var(--color-text,#101828);-webkit-user-select:none;user-select:none;padding:12px 14px;font-weight:800}.printing-advanced[open] summary{border-bottom:1px solid var(--color-border,#e5e7eb)}.printing-advanced-description{color:var(--color-text-secondary,#667085);margin:12px 14px 4px;font-size:.8rem}.printing-content-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 14px 14px;display:grid}.printing-content-option{border:1px solid var(--color-border,#e5e7eb);cursor:pointer;border-radius:9px;align-items:flex-start;gap:9px;padding:9px 10px;display:flex}.printing-content-option input{flex:none;margin-top:2px}.printing-content-option>span{gap:2px;min-width:0;display:grid}.printing-content-option strong{color:var(--color-text,#101828);font-size:.8rem}.printing-content-option small{color:var(--color-text-secondary,#667085);font-size:.72rem;line-height:1.35}@media (width<=720px){.printing-content-options{grid-template-columns:1fr}}.order-modal-overlay{isolation:isolate}.order-modal-overlay>*,.financeiro-alert-overlay>*,.financeiro-payment-overlay>*{z-index:1;pointer-events:auto;position:relative}.order-modal-overlay input:not(:disabled),.order-modal-overlay textarea:not(:disabled),.order-modal-overlay select:not(:disabled),.order-modal-overlay button:not(:disabled),.order-modal-overlay label,.printing-page-shell input:not(:disabled),.printing-page-shell select:not(:disabled),.printing-page-shell button:not(:disabled){-webkit-user-select:auto;user-select:auto;pointer-events:auto!important}.order-modal-overlay textarea:not(:disabled),.order-modal-overlay input:not(:disabled),.order-modal-overlay select:not(:disabled),.printing-page-shell input:not(:disabled),.printing-page-shell select:not(:disabled){z-index:2;position:relative}.sidebar-backdrop[hidden]{pointer-events:none!important}dialog.order-modal-overlay.native-modal-overlay{width:100vw;max-width:none;height:100dvh;max-height:none;color:inherit;box-sizing:border-box;border:0;margin:0}dialog.order-modal-overlay.native-modal-overlay::backdrop{background:0 0}dialog.order-modal-overlay.native-modal-overlay[open]{display:grid}.refund-validation-feedback{color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-md);border:1px solid #dc26263d;padding:10px 12px;font-size:.875rem;font-weight:600}.refund-validation-feedback[hidden]{display:none!important}.desktop-app-page-header{margin-bottom:18px}.desktop-app-settings-card,.desktop-app-production-card{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:16px;padding:20px}.desktop-app-settings-card{gap:0;display:grid}.desktop-app-version{border-bottom:1px solid var(--color-border,#e5e7eb);justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.desktop-app-version>div{gap:4px;display:grid}.desktop-app-version span,.desktop-app-setting-row span,.desktop-app-production-card p{color:var(--color-text-soft,#6b7280)}.desktop-app-environment,.desktop-app-status-ok{background:#ecfdf5;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex;color:#047857!important}.desktop-app-setting-row{border-bottom:1px solid var(--color-border,#e5e7eb);justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.desktop-app-setting-row:last-child{border-bottom:0}.desktop-app-setting-row>div{gap:4px;max-width:720px;display:grid}.desktop-app-production-card{gap:8px;margin-top:18px;display:grid}.desktop-app-production-card code{background:var(--color-background,#f6f7f8);border-radius:10px;padding:10px 12px;display:block;overflow:auto}.desktop-app-production-card p{margin:0;font-size:13px}@media (width<=700px){.desktop-app-version,.desktop-app-setting-row{flex-direction:column;align-items:flex-start}}[data-cardaply-modal-inert=true]{pointer-events:none!important}#download-desktop-button[hidden]{display:none!important}@media (width<=760px){#download-desktop-button{display:none}}@media (width<=960px){.sidebar{transition:transform var(--transition);transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-close,.mobile-menu-button{display:inline-flex}.sidebar-close{color:#fff}.admin-main{margin-left:0}.admin-header{padding:var(--space-3) var(--space-5)}.admin-content{padding:var(--space-5)}}@media (width<=680px){.login-view{padding:var(--space-3)}.login-card{border-radius:var(--radius-lg)}.login-header,.login-content{padding:var(--space-5)}.admin-header{min-height:72px}.admin-header p,.user-menu-text{display:none}.store-control{padding:0 var(--space-3);font-size:0}.store-control:after{content:"Aberta";font-size:.76rem}.admin-content{padding:var(--space-4)}.welcome-card{min-height:0;padding:var(--space-6)}.welcome-card-badge{display:none}.page-section-header{flex-direction:column;align-items:stretch}.page-section-actions{grid-template-columns:1fr 1fr;display:grid}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search{width:100%}.orders-toolbar-filters{overflow-x:auto}.orders-board{grid-template-columns:repeat(5,calc(100vw - 48px))}.orders-column{min-height:440px}}@media (width<=760px){.order-modal-overlay{align-items:end;padding:0}.order-modal{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-height:94vh}.order-modal-content{flex-direction:column;display:flex}.order-modal-summary{position:static}.order-modal-footer{overflow-x:auto}.order-modal-footer .order-action{min-width:120px}}
