html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{color:#111827;background:#f3f4f6;font-family:Arial,sans-serif}button,input,select,textarea{font-family:inherit}*{box-sizing:border-box}.page{background:#f3f4f6;width:100%;min-height:100vh;padding:18px;overflow-x:hidden}.header{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:none;margin:0 0 16px;display:flex}.header h1{color:#111827;margin:0;font-size:28px}.header p{color:#6b7280;margin:4px 0 0;font-size:14px}button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:10px;padding:11px 16px;font-weight:700}button:hover{opacity:.92}button:disabled{opacity:.6;cursor:not-allowed}.header-actions{align-items:center;gap:10px;display:flex}.header-top-actions{display:contents}.user-area{position:relative}.user-button{color:#111827;background:#fff;border:1px solid #e5e7eb;align-items:center;gap:8px;display:flex}.user-button img,.user-button span{border-radius:999px;width:30px;height:30px}.user-button img{object-fit:cover}.user-button span{color:#fff;background:#111827;place-items:center;font-size:12px;display:grid}.user-menu{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:190px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 40px #0f172a24}.user-menu button{color:#111827;text-align:left;background:0 0;width:100%;padding:10px}.user-menu button:hover{background:#f3f4f6}.login-page{background:radial-gradient(circle at top,#ffc7002e,#0000 35%),#f3f4f6;place-items:center;width:100%;min-height:100vh;padding:18px;display:grid}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:420px;padding:28px;box-shadow:0 22px 60px #0f172a29}.login-card h1{color:#111827;margin:0;font-size:34px}.login-card p{color:#6b7280;margin:8px 0 22px;font-size:15px}.login-card label,.modal label{color:#374151;margin-bottom:14px;font-weight:700;display:block}.login-card input,.modal input{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;margin-top:6px;padding:13px;font-size:15px}.login-card input:focus,.modal input:focus{border-color:#111827;box-shadow:0 0 0 3px #1118271f}.login-card button{width:100%;margin-top:8px}.form-error{color:#991b1b;background:#fee2e2;border-radius:10px;margin-bottom:14px;padding:10px;font-weight:700}.link-button{color:#111827;background:0 0;padding:10px}.kanban-board{gap:14px;width:100%;padding-bottom:18px;display:grid}.kanban-without-cancelled{grid-template-columns:repeat(4,minmax(0,1fr))}.kanban-with-cancelled{grid-template-columns:repeat(5,minmax(240px,1fr));overflow-x:auto}.kanban-column{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;min-width:0;height:calc(100vh - 105px);padding:10px;transition:background .15s,border-color .15s;display:flex}.kanban-column-dragover{background:#eff6ff;border-style:dashed;border-color:#3b82f6}.kanban-column-header{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:4px 2px 10px;display:flex}.kanban-column-header h2{color:#111827;margin:0;font-size:15px;font-weight:800}.kanban-column-header span{color:#fff;background:#111827;border-radius:999px;place-items:center;min-width:26px;height:26px;font-size:12px;font-weight:700;display:grid}.kanban-list{flex-direction:column;gap:10px;padding:10px 4px 2px 0;display:flex;overflow-y:auto}.empty-column{text-align:center;color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;margin:0;padding:14px;font-size:13px}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:13px;width:100%;padding:12px;box-shadow:0 4px 14px #0f172a12}.order-card-compact{cursor:pointer;padding:10px 12px;transition:background .15s}.order-card-compact:hover{background:#f9fafb;border-color:#d1d5db}.order-card-draggable{cursor:grab}.order-card-draggable:active{cursor:grabbing}.order-card-dragging{opacity:.5}.card-quick-action{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;width:100%;margin-top:8px;padding:7px 8px;font-size:12px;font-weight:600;transition:background .15s,opacity .15s}.card-quick-action:hover:not(:disabled){background:#1f2937}.card-quick-action:disabled{opacity:.6;cursor:default}.order-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.order-top h2{color:#111827;margin:0;font-size:18px}.source{color:#3730a3;text-transform:uppercase;background:#eef2ff;border-radius:999px;margin-top:5px;padding:3px 7px;font-size:10px;font-weight:700;display:inline-block}.status{white-space:nowrap;background:#e5e7eb;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.status-received{color:#1d4ed8;background:#dbeafe}.status-confirmed,.status-delivered{color:#166534;background:#dcfce7}.status-preparing{color:#92400e;background:#fef3c7}.status-ready{color:#5b21b6;background:#ede9fe}.status-out_for_delivery{color:#155e75;background:#cffafe}.status-cancelled{color:#991b1b;background:#fee2e2}.info-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.info-grid strong,.address strong,.items strong{color:#6b7280;margin-bottom:3px;font-size:10px;display:block}.info-grid p,.address p{word-break:break-word;margin:0;font-size:13px}.address{background:#f9fafb;border-radius:10px;margin-bottom:10px;padding:9px}.items{margin-bottom:10px}.item{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:10px;padding:6px 0;font-size:13px;display:flex}.item span:first-child{word-break:break-word}.item span:last-child{white-space:nowrap}.totals{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px;display:grid}.totals div{background:#f9fafb;border-radius:10px;padding:8px}.totals span{color:#6b7280;margin-bottom:3px;font-size:10px;display:block}.totals strong{font-size:13px}.payment{color:#92400e;background:#fffbeb;border-radius:10px;margin-top:10px;padding:8px;font-size:13px}.actions{gap:6px;margin-top:10px;display:flex}.actions button{flex:1;padding:10px 8px;font-size:12px}.action-primary{background:#111827}.action-danger{background:#991b1b}.modal-backdrop{z-index:50;background:#0f172a8c;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:100%;max-width:480px;padding:22px;box-shadow:0 24px 60px #00000038}.modal h2{margin:0 0 18px}.modal-actions{gap:10px;margin-top:16px;display:flex}.modal-actions button{flex:1}.modal-actions button:first-child{background:#6b7280}.center-message{margin:0}@media (width<=900px){.header{flex-direction:column;align-items:flex-start}.header-actions{flex-direction:column;align-items:stretch;width:100%}.user-button{justify-content:space-between;width:100%}.user-menu{width:100%;left:0;right:auto}.ops-dropdown-wrap .ops-dropdown,.cash-header-dropdown-wrap .cash-header-dropdown{z-index:1300;width:auto;min-width:0;max-width:none;max-height:calc(100vh - 88px);position:fixed;top:72px;left:12px;right:12px;overflow-y:auto}}@media (width<=600px){.page{padding:12px}.login-card{padding:22px}.kanban-board,.kanban-without-cancelled,.kanban-with-cancelled{grid-template-columns:1fr;overflow-x:visible}.kanban-column{min-width:100%;height:auto;min-height:auto}.kanban-list{max-height:none;overflow-y:visible}.info-grid,.totals{grid-template-columns:1fr}.actions{flex-direction:column}}.filters-bar{align-items:center;gap:10px;width:100%;margin:0 0 14px;display:flex}.filters-bar input,.filters-bar select{background:#fff;border:1px solid #d1d5db;border-radius:10px;height:42px;padding:0 12px;font-size:14px}.filters-bar input{flex:1;min-width:260px}.filters-bar select{min-width:150px}.filters-bar button{white-space:nowrap;height:42px}.filter-active{background:#991b1b}@media (width<=800px){.filters-bar{flex-direction:column;align-items:stretch}.filters-bar input,.filters-bar select,.filters-bar button{width:100%;min-width:100%}}.top-nav{align-items:center;gap:8px;display:flex}.top-nav-grouped{flex-wrap:wrap;align-items:flex-start;gap:4px 16px}.nav-group{flex-direction:column;gap:3px;display:flex}.nav-group-label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;padding-left:2px;font-size:9px;font-weight:700}.nav-group-buttons{gap:4px;display:flex}.top-nav button{color:#111827;background:#fff;border:1px solid #e5e7eb}.top-nav .nav-active{color:#fff;background:#111827}.app-icon{vertical-align:middle;flex-shrink:0}.app-icon-sm{width:16px;height:16px}.app-icon-md{width:22px;height:22px}.top-nav button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.main-tab-icon{opacity:.85}.drawer-item-main{align-items:center;gap:10px;min-width:0;display:flex}.side-menu-item-icon{color:#6b7280;flex-shrink:0}.drawer-item-active .side-menu-item-icon{color:#4f46e5}@media (width<=700px){.top-nav button{flex-direction:column;gap:3px}}.client-bottom-nav{z-index:1100;background:#fff;border-top:1px solid #e5e7eb;padding:6px 4px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0f172a0f}.client-bottom-nav-item{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 4px;font-size:11px;font-weight:600;display:flex}.client-bottom-nav-item.active{color:#111827}.menu-page{width:100%}.menu-layout{grid-template-columns:360px 1fr;align-items:flex-start;gap:16px;display:grid}.menu-form,.menu-list-area{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px}.menu-form{position:sticky;top:16px}.menu-form h2{color:#111827;margin:0 0 14px}.menu-form label{color:#374151;margin-bottom:12px;font-size:13px;font-weight:800;display:block}.menu-form input,.menu-form select,.menu-form textarea{resize:vertical;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;margin-top:6px;padding:11px;font-size:14px}.menu-form input:focus,.menu-form select:focus,.menu-form textarea:focus{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.check-row{gap:8px;margin:8px 0 14px;display:grid}.check-row label{align-items:center;gap:8px;margin:0;display:flex}.check-row input{width:auto;margin:0}.menu-form-actions{gap:8px;display:flex}.menu-form-actions button{flex:1}.danger-outline-button{color:#991b1b;background:#fff1f2;border:1px solid #fecdd3}.product-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:12px;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;box-shadow:0 4px 14px #0f172a0f}.product-inactive{opacity:.65}.product-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.product-card h3{color:#111827;margin:0;font-size:18px}.product-card-top p{color:#6b7280;margin:4px 0 0;font-size:13px}.product-card-top strong{white-space:nowrap;font-size:16px}.product-description{color:#374151;margin:10px 0;font-size:13px;line-height:1.4}.product-tags{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.product-tags span{color:#374151;background:#f3f4f6;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.product-tags .tag-ok{color:#166534;background:#dcfce7}.product-tags .tag-danger{color:#991b1b;background:#fee2e2}.product-actions{grid-template-columns:1fr;gap:7px;display:grid}.product-actions button{width:100%;padding:10px}@media (width<=1100px){.menu-layout{grid-template-columns:1fr}.menu-form{position:static}}@media (width<=700px){body{overflow-x:hidden}.top-nav{flex-wrap:wrap;width:100%}.top-nav button{white-space:nowrap;flex:calc(33.333% - 6px);min-width:0;padding:9px 8px;font-size:13px}.form-grid,.product-grid{grid-template-columns:1fr}}@media (width<=480px){.top-nav button{flex-basis:calc(50% - 4px)}}.menu-tabs{gap:8px;margin-bottom:14px;display:flex}.menu-tabs button{color:#111827;background:#fff;border:1px solid #e5e7eb}.menu-tabs .nav-active{color:#fff;background:#111827}.category-list{gap:10px;display:grid}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex;box-shadow:0 4px 14px #0f172a0f}.category-card h3{color:#111827;margin:0;font-size:17px}.category-card p{color:#6b7280;margin:4px 0 0;font-size:13px}.category-actions{align-items:center;gap:8px;display:flex}.category-actions span{border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}@media (width<=700px){.menu-tabs{width:100%}.menu-tabs button{flex:1}.category-card,.category-actions{flex-direction:column;align-items:stretch}.category-actions button{width:100%}}.item-block{border-bottom:1px solid #f3f4f6;gap:4px;margin-bottom:6px;padding-bottom:6px;display:grid}.item-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.item-addons{gap:3px;padding-left:10px;display:grid}.item-addon{color:#166534;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;display:flex}.item-notes{color:#92400e;margin:2px 0 0;font-size:12px;font-weight:700}.addon-products-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;gap:8px;padding:12px;display:grid}.addon-products-box strong{color:#111827;font-size:14px}.addon-products-box p{color:#6b7280;margin:0;font-size:12px;line-height:1.4}.addon-products-list{gap:8px;max-height:280px;padding-right:4px;display:grid;overflow:auto}.addon-product-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:9px;padding:9px;display:flex!important}.addon-product-option input{width:auto!important}.addon-product-option span{color:#111827;gap:2px;font-size:13px;font-weight:800;display:grid}.addon-product-option small{color:#6b7280;font-size:11px;font-weight:700}.addon-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.addon-card{min-height:0}.addon-linked-products{gap:8px;margin:10px 0 14px;display:grid}.addon-linked-products strong{color:#374151;font-size:12px}.addon-linked-products div{flex-wrap:wrap;gap:6px;display:flex}.addon-linked-products span{color:#3730a3;background:#eef2ff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.addon-linked-products p,.muted-text{color:#6b7280;margin:0;font-size:12px;font-weight:700}@media (width<=700px){.addon-grid{grid-template-columns:1fr}}.action-secondary{color:#111827;background:#f3f4f6;border:1px solid #d1d5db}.print-layer{z-index:999;background:#1118278c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.print-ticket{color:#000;background:#fff;border-radius:12px;width:320px;max-width:100%;padding:14px;box-shadow:0 24px 80px #00000040}.print-ticket pre{white-space:pre-wrap;margin:0;font-family:Courier New,monospace;font-size:12px;line-height:1.35}.print-qr{text-align:center;place-items:center;gap:6px;margin-top:12px;display:grid}.print-qr img{width:180px;height:180px}.print-actions{gap:8px;margin-top:12px;display:flex}.print-actions button{flex:1}@media print{body *{visibility:hidden!important}.print-layer,.print-layer *{visibility:visible!important}.print-layer{background:#fff;padding:0;display:block;position:static;inset:auto}.print-ticket{width:80mm;max-width:80mm;box-shadow:none;border-radius:0;padding:0}.print-ticket pre{font-size:11px}.print-qr img{width:160px;height:160px}.no-print,.print-actions{display:none!important}@page{size:80mm auto;margin:4mm}}.printing-page{flex-direction:column;gap:18px;display:flex}.printing-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.printing-header h1{color:#111827;margin:0;font-size:28px;font-weight:800}.printing-header p{color:#6b7280;max-width:760px;margin:6px 0 0}.printing-actions{flex-wrap:wrap;gap:10px;display:flex}.printing-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:flex-start;gap:18px;display:grid}.page-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0f}.printing-config h2,.printing-preview h2{color:#111827;margin:18px 0 12px;font-size:16px;font-weight:800}.printing-config h2:first-child,.printing-preview h2:first-child{margin-top:0}.print-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.print-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}.print-row.four{grid-template-columns:repeat(4,minmax(0,1fr))}.print-field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.print-field span{color:#374151;font-size:13px;font-weight:700}.print-field input,.print-field select,.print-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:10px 12px;font-size:14px}.print-field textarea{resize:vertical;min-height:80px}.print-field input:focus,.print-field select:focus,.print-field textarea:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.print-toggles{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.print-toggle{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:13px;font-weight:700;display:flex}.print-toggle input{width:16px;height:16px}.printing-message{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;font-weight:700}.receipt-preview{color:#111;overflow-wrap:anywhere;background:#fff;border:1px dashed #9ca3af;max-width:100%;min-height:520px;margin:0 auto;font-family:Courier New,monospace;box-shadow:0 12px 28px #0000001f}.receipt-title{text-align:center;font-size:1.25em;font-weight:900}.receipt-center{text-align:center}.receipt-strong{font-weight:900}.receipt-total{font-size:1.12em;font-weight:900}.receipt-line{border-top:1px dashed #111;margin:8px 0}.receipt-logo{text-align:center;margin-bottom:8px}.receipt-logo img{max-width:100%;height:auto}.fake-qr{border:2px solid #111;justify-content:center;align-items:center;width:72px;height:72px;margin:8px auto;font-weight:900;display:flex}.primary-button,.secondary-button{cursor:pointer;border:0;border-radius:12px;padding:11px 16px;font-weight:800}.primary-button{color:#fff;background:#111827}.secondary-button{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb}.primary-button:disabled,.secondary-button:disabled{opacity:.65;cursor:not-allowed}@media (width<=1100px){.printing-grid{grid-template-columns:1fr}.printing-header{flex-direction:column}}@media (width<=720px){.print-row,.print-row.three,.print-row.four{grid-template-columns:1fr}}.logo-upload-preview{background:#f9fafb;border:1px dashed #d1d5db;border-radius:14px;align-items:center;gap:12px;margin:-4px 0 12px;padding:12px;display:flex}.logo-upload-preview img{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:72px;height:72px;padding:6px}.logo-upload-preview span{color:#6b7280;word-break:break-all;font-size:12px}.logo-upload-empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:14px;margin:-4px 0 12px;padding:12px;font-size:13px}.receipt-logo{justify-content:center;align-items:center;width:100%;margin-bottom:8px;display:flex}.receipt-logo img{object-fit:contain;max-width:100%;height:auto;max-height:110px;display:block}.logo-upload-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.logo-upload-info strong{color:#111827;font-size:13px}.logo-remove-button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:999px;width:32px;height:32px;font-size:22px;font-weight:900;line-height:1}.logo-remove-button:hover{background:#fecaca}.logo-remove-button:disabled{opacity:.6;cursor:not-allowed}.print-field input[type=range]{accent-color:#111827;padding:0}.logo-position-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:8px;display:grid}.logo-position-values{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}@media (width<=900px){.logo-position-grid,.logo-position-values{grid-template-columns:1fr}}.printing-grid{align-items:start}.printing-preview{max-height:calc(100vh - 32px);position:sticky;top:16px;overflow:auto}.printing-preview .receipt-preview{margin-left:auto;margin-right:auto}@media (width<=1100px){.printing-preview{max-height:none;position:static;overflow:visible}}@media (width>=1200px){.printing-page{position:relative}.printing-grid{grid-template-columns:minmax(0,1fr) 560px;align-items:start;gap:24px;display:grid}.printing-config{min-width:0}.printing-preview{z-index:50;width:520px;max-height:calc(100vh - 145px);top:120px;right:24px;overflow-y:auto;position:fixed!important}.printing-preview .receipt-preview{margin-left:auto;margin-right:auto}}@media (width>=1500px){.printing-grid{grid-template-columns:minmax(0,1fr) 650px}.printing-preview{width:620px;right:32px}}@media (width<=1199px){.printing-preview{width:auto;max-height:none;overflow:visible;position:static!important}}.app-toast{z-index:9999;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;min-width:280px;max-width:460px;padding:14px 16px;font-weight:700;animation:.18s ease-out toastSlideIn;display:flex;position:fixed;top:18px;right:18px;box-shadow:0 14px 35px #0f172a38}.app-toast button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:22px;line-height:1}.toast-success{color:#166534;background:#dcfce7;border:1px solid #86efac}.toast-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.app-toast{min-width:auto;top:12px;left:12px;right:12px}}.auto-print-card{border-left:5px solid #f97316;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.auto-print-card h2{margin:0 0 6px;font-size:18px}.auto-print-card p{color:#64748b;margin:0;font-size:14px}.auto-print-controls{grid-template-columns:minmax(180px,auto) 160px 190px auto;align-items:end;gap:12px;display:grid}.auto-print-saving{color:#64748b;white-space:nowrap;padding-bottom:10px;font-size:13px}@media (width<=1100px){.auto-print-card{flex-direction:column;align-items:stretch}.auto-print-controls{grid-template-columns:1fr}}@media (width>=1200px){.printing-page{box-sizing:border-box;padding-right:560px!important}.printing-grid{display:block!important}.printing-config{width:100%!important;max-width:none!important;padding-right:0!important}.auto-print-card{box-sizing:border-box;width:100%!important}.printing-preview{z-index:50!important;width:520px!important;max-height:calc(100vh - 135px)!important;position:fixed!important;top:115px!important;right:24px!important;overflow-y:auto!important}.printing-preview .receipt-preview{margin-left:auto!important;margin-right:auto!important}}@media (width>=1500px){.printing-page{padding-right:680px!important}.printing-preview{width:620px!important;right:32px!important}}@media (width<=1199px){.printing-page{padding-right:0!important}.printing-grid{display:grid!important}.printing-preview{width:auto!important;max-height:none!important;position:static!important;overflow:visible!important}}.new-order-page{gap:18px;display:grid}.new-order-header{justify-content:space-between;align-items:center;display:flex}.section-kicker{color:#475569;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;border-radius:999px;align-items:center;width:fit-content;margin-bottom:10px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.new-order-header h2{color:#0f172a;margin:0;font-size:28px}.new-order-header p{color:#64748b;max-width:760px;margin:8px 0 0;line-height:1.5}.new-order-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.new-order-type-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:22px;min-height:230px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 18px 45px #0f172a14}.new-order-type-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 22px 55px #0f172a1f}.new-order-type-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;display:flex}.new-order-type-top span{color:#fff;background:#0f172a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.new-order-type-top small{color:#64748b;font-weight:800}.new-order-type-card h3{color:#0f172a;margin:0;font-size:22px}.new-order-type-card p{color:#64748b;min-height:72px;margin:10px 0 18px;line-height:1.5}.new-order-type-card strong{color:#0f172a;background:#f8fafc;border-radius:12px;padding:10px 14px;font-size:14px;display:inline-flex}.new-order-type-card.delivery .new-order-type-top span{background:#2563eb}.new-order-type-card.pickup .new-order-type-top span{background:#ea580c}.new-order-type-card.dine_in .new-order-type-top span{background:#16a34a}.new-order-note h3{color:#0f172a;margin:0 0 14px}.new-order-steps{gap:10px;display:grid}.new-order-steps div{color:#475569;background:#f8fafc;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;display:flex}.new-order-steps div.active{color:#1d4ed8;background:#eff6ff}.new-order-steps span{background:#fff;border-radius:999px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.new-order-steps p{margin:0;font-weight:700}@media (width<=980px){.new-order-grid{grid-template-columns:1fr}.new-order-type-card{min-height:auto}}@media (width<=1180px){.manual-order-layout{grid-template-columns:1fr}.manual-cart{position:static}}@media (width<=760px){.manual-form-grid,.manual-products-tools,.manual-product-list{grid-template-columns:1fr}}.new-order-coming-soon h3{color:#0f172a;margin:0 0 8px}.new-order-coming-soon p{color:#64748b;margin:0}.manual-order-form,.manual-products,.manual-cart{gap:14px;display:grid}.manual-order-form h3,.manual-products h3,.manual-cart h3{color:#0f172a;margin:0}.manual-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.manual-order-form label,.manual-cart label{color:#334155;gap:6px;font-size:13px;font-weight:800;display:grid}.manual-order-form input,.manual-order-form select,.manual-order-form textarea,.manual-products input,.manual-products select,.manual-cart input,.manual-cart textarea{width:100%;font:inherit;color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #dbe3ef;border-radius:12px;padding:10px 12px}.manual-order-form textarea,.manual-cart textarea{resize:vertical;min-height:70px}.manual-section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.manual-section-title button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:12px;padding:9px 12px;font-weight:800}.manual-products-tools{grid-template-columns:minmax(0,1fr) 240px;gap:10px;display:grid}.manual-product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:560px;padding-right:4px;display:grid;overflow-y:auto}.manual-product-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px;transition:all .2s;display:flex}.manual-product-card:hover{background:#eff6ff;border-color:#2563eb}.manual-product-card strong{color:#0f172a;display:block}.manual-product-card small{color:#64748b;margin-top:4px;display:block}.manual-product-card span{color:#16a34a;white-space:nowrap;font-weight:900}.manual-cart{position:sticky;top:110px}.empty-cart{color:#64748b;text-align:center;background:#f8fafc;border-radius:14px;margin:0;padding:18px}.manual-cart-list{gap:12px;max-height:480px;padding-right:4px;display:grid;overflow-y:auto}.manual-cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:10px;padding:12px;display:grid}.manual-cart-item-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.manual-cart-item-head strong{color:#0f172a}.manual-cart-item-head button{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;padding:7px 10px;font-weight:900}.manual-cart-row{grid-template-columns:90px 1fr;align-items:end;gap:10px;display:grid}.manual-cart-row span{color:#16a34a;justify-self:end;font-weight:900}.manual-addons{background:#f8fafc;border-radius:12px;gap:8px;padding:10px;display:grid}.manual-addons strong{color:#334155;font-size:13px}.manual-addons label{align-items:center;gap:8px;font-weight:700;display:flex}.manual-addons input{width:auto}.manual-cart-total{color:#334155;justify-content:space-between;align-items:center;font-weight:800;display:flex}.manual-cart-total.grand-total{color:#0f172a;border-top:1px dashed #cbd5e1;padding-top:12px;font-size:18px}.manual-submit{justify-content:center;width:100%;margin-top:4px}@media (width<=1180px){.manual-order-layout{grid-template-columns:1fr}.manual-cart{position:static}}@media (width<=760px){.manual-form-grid,.manual-products-tools,.manual-product-list{grid-template-columns:1fr}}.new-order-header{padding:16px 20px}.new-order-header p{max-width:720px;margin-top:4px;font-size:14px}.new-order-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.new-order-type-card{border-radius:18px;min-height:128px;padding:16px}.new-order-type-card h3{margin-bottom:6px;font-size:18px}.new-order-type-card p{min-height:auto;margin:0 0 12px;font-size:13px;line-height:1.35}.new-order-type-short{display:none}@media (width<=760px){.new-order-page .new-order-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.new-order-page .new-order-type-card{text-align:center;border-radius:12px;justify-content:center;align-items:center;min-height:0;padding:12px 8px;display:flex}.new-order-page .new-order-type-top,.new-order-page .new-order-type-card h3,.new-order-page .new-order-type-card p,.new-order-page .new-order-type-card strong{display:none}.new-order-page .new-order-type-short{color:#111827;font-size:14px;font-weight:800;display:block}.new-order-page .new-order-type-card.selected{background:#111827;border-color:#111827}.new-order-page .new-order-type-card.selected .new-order-type-short{color:#fff}}.manual-cart-summary,.cart-item-modal-overlay{display:none}.cart-item-modal-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-item-modal-head strong{color:#111827;font-size:16px}.cart-item-modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;line-height:1}.cart-item-modal-body{flex-direction:column;gap:12px;display:flex}.cart-item-modal-actions{gap:10px;display:flex}.cart-item-modal-actions button{flex:1}.cart-item-modal-remove{background:#991b1b}.cart-item-modal-save{background:#111827}@media (width<=760px){.manual-cart-details{display:none}.manual-cart-summary{align-items:center;gap:10px;margin-top:4px;display:flex}.manual-cart-summary-qty{color:#111827;font-weight:700}.manual-cart-summary-total{color:#111827;margin-left:auto;font-weight:700}.manual-cart-edit{border-radius:8px;padding:7px 14px;font-size:13px}.cart-item-modal-overlay{z-index:1400;background:#0f172a80;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.cart-item-modal{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;gap:14px;width:100%;max-width:560px;max-height:88vh;padding:18px 16px;display:flex;overflow-y:auto;box-shadow:0 -8px 30px #00000040}}.manual-order-layout{grid-template-columns:minmax(320px,.8fr) minmax(520px,1.35fr) minmax(360px,.85fr);align-items:start;gap:14px;display:grid}.manual-order-form{gap:10px;padding:16px}.manual-order-form h3,.manual-products h3,.manual-cart h3{font-size:18px}.manual-form-grid{grid-template-columns:1fr;gap:10px}.manual-order-form label,.manual-cart label{gap:4px;font-size:12px}.manual-order-form input,.manual-order-form select,.manual-order-form textarea,.manual-products input,.manual-products select,.manual-cart input,.manual-cart textarea{border-radius:10px;min-height:40px;padding:9px 10px;font-size:14px}.manual-order-form textarea{min-height:72px}.manual-products{min-height:640px;padding:16px}.manual-products-tools{grid-template-columns:minmax(0,1fr) 210px;gap:10px}.manual-product-list{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;min-height:440px;max-height:calc(100vh - 360px);padding-right:6px;overflow-y:auto}.manual-product-card{border-radius:14px;grid-template-columns:1fr;align-content:space-between;gap:8px;min-height:92px;padding:12px;display:grid}.manual-product-card strong{font-size:15px;line-height:1.15}.manual-product-card small{font-size:11px}.manual-product-card span{font-size:15px}.manual-cat-bar{flex-wrap:wrap}.manual-product-desc,.manual-product-thumb{display:none}@media (width<=760px){.manual-cat-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.manual-cat-bar button{white-space:nowrap;flex-shrink:0}.manual-product-list{grid-template-columns:1fr}.manual-product-card{text-align:left;border-bottom:1px solid #f1f5f9;grid-template-columns:1fr;grid-template-areas:"info""price";align-content:start;gap:2px;min-height:0;display:grid}.manual-product-card-thumbed{grid-template-columns:1fr 92px;grid-template-areas:"info image""price image";align-items:start;column-gap:10px}.manual-product-info{grid-area:info;min-width:0}.manual-product-price{grid-area:price;align-self:end}.manual-product-desc{-webkit-line-clamp:2;color:#6b7280;-webkit-box-orient:vertical;margin:2px 0 0;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.manual-product-thumb{object-fit:cover;border-radius:10px;grid-area:image;align-self:center;width:92px;height:92px;display:block}}.manual-cart{max-height:calc(100vh - 110px);padding:16px;position:sticky;top:92px;overflow-y:auto}.manual-cart-list{max-height:none}.manual-cart-item{border-radius:14px;padding:12px}.manual-cart-item-head{align-items:flex-start}.manual-cart-row{grid-template-columns:80px 1fr}.quick-notes div{flex-wrap:wrap;gap:6px;display:flex}.quick-notes button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:800}.manual-clear,.manual-submit{min-height:42px}@media (width>=1500px){.manual-order-layout{grid-template-columns:360px minmax(680px,1fr) 420px}.manual-product-list{grid-template-columns:repeat(auto-fill,minmax(185px,1fr))}}@media (width<=1280px){.manual-order-layout{grid-template-columns:minmax(0,1fr) 390px}.manual-order-form{grid-column:1/-1}.manual-products{min-height:auto}.manual-product-list{min-height:360px;max-height:520px}}@media (width<=860px){.new-order-grid{grid-template-columns:1fr}.new-order-type-card{min-height:auto}.manual-order-layout,.manual-products-tools{grid-template-columns:1fr}.manual-product-list{grid-template-columns:repeat(2,minmax(0,1fr));min-height:auto;max-height:none}.manual-cart{max-height:none;position:static}}@media (width<=520px){.manual-product-list{grid-template-columns:1fr}}.saipos-settings-card{border-left:5px solid #2563eb;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.saipos-settings-card h2{margin:0 0 6px;font-size:18px}.saipos-settings-card p{color:#64748b;margin:0;font-size:14px}.saipos-settings-controls{grid-template-columns:minmax(190px,auto) 160px 170px 110px auto;align-items:end;gap:12px;display:grid}.saipos-status-box{flex-direction:column;justify-content:center;gap:4px;min-height:42px;display:flex}.saipos-status-box span{color:#64748b;font-size:12px}.saipos-status-box strong{font-size:14px}.status-enabled{color:#16a34a}.status-disabled{color:#dc2626}@media (width<=1100px){.saipos-settings-card{flex-direction:column;align-items:stretch}.saipos-settings-controls{grid-template-columns:1fr}}@media (width>=1200px){.saipos-settings-card{width:100%!important}}.saipos-order-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-top:10px;padding:9px;font-size:12px}.saipos-order-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.saipos-order-header span{color:#6b7280;text-transform:uppercase;font-size:10px;font-weight:700}.saipos-order-header strong{font-size:12px}.saipos-order-box p{color:#374151;word-break:break-word;margin:4px 0 0}.saipos-order-sent{background:#ecfdf5;border-color:#bbf7d0}.saipos-order-sent .saipos-order-header strong{color:#166534}.saipos-order-skipped{background:#fff7ed;border-color:#fed7aa}.saipos-order-skipped .saipos-order-header strong{color:#c2410c}.saipos-order-failed{background:#fef2f2;border-color:#fecaca}.saipos-order-failed .saipos-order-header strong,.saipos-error-detail{color:#991b1b}.saipos-order-not_sent{background:#f8fafc;border-color:#e2e8f0}.saipos-order-not_sent .saipos-order-header strong{color:#475569}.action-archive{color:#fff;background:#475569}.action-archive:hover{background:#334155}.saipos-resend-button{color:#fff;background:#1d4ed8;border-radius:8px;width:100%;margin-top:8px;padding:8px 10px;font-size:12px;font-weight:700}.saipos-resend-button:hover{background:#1e40af}.saipos-resend-button:disabled{opacity:.7;cursor:not-allowed}.delivery-approval-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-top:10px;padding:9px;font-size:12px}.delivery-approval-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.delivery-approval-header span{color:#6b7280;text-transform:uppercase;font-size:10px;font-weight:700}.delivery-approval-badge{border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700}.delivery-approval-badge-pending{color:#92400e;background:#fef3c7}.delivery-approval-badge-approved{color:#065f46;background:#d1fae5}.delivery-approval-badge-rejected{color:#991b1b;background:#fee2e2}.delivery-approval-pending{background:#fffbeb;border-color:#fde68a}.delivery-approval-approved{background:#ecfdf5;border-color:#bbf7d0}.delivery-approval-rejected{background:#fef2f2;border-color:#fecaca}.delivery-approval-info{margin-top:6px}.delivery-approval-info-row{justify-content:space-between;align-items:baseline;gap:8px;padding:2px 0;display:flex}.delivery-approval-info-row span{color:#6b7280;flex-shrink:0;font-size:11px}.delivery-approval-info-row strong{color:#1f2937;text-align:right;word-break:break-word;font-size:12px}.delivery-approval-notes{color:#374151;word-break:break-word;margin:4px 0 0;font-style:italic}.delivery-approval-notes-input{resize:vertical;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;margin-top:8px;padding:6px 8px;font-family:inherit;font-size:12px;display:block}.delivery-approval-notes-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f626}.delivery-approval-actions{gap:8px;margin-top:8px;display:flex}.delivery-approval-approve{cursor:pointer;color:#fff;background:#059669;border:none;border-radius:6px;flex:1;padding:6px 12px;font-size:12px;font-weight:600}.delivery-approval-approve:hover{background:#047857}.delivery-approval-reject{cursor:pointer;color:#fff;background:#dc2626;border:none;border-radius:6px;flex:1;padding:6px 12px;font-size:12px;font-weight:600}.delivery-approval-reject:hover{background:#b91c1c}.delivery-approval-approve:disabled,.delivery-approval-reject:disabled{opacity:.7;cursor:not-allowed}.history-list{grid-template-columns:repeat(auto-fill,minmax(320px,360px));align-items:start;gap:14px;display:grid}@media (width<=900px){.history-list{grid-template-columns:1fr}}.action-restore{color:#fff;background:#15803d}.action-restore:hover{background:#166534}.saipos-code-badge{text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;margin-top:4px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-flex}.saipos-code-ok{color:#166534;background:#dcfce7}.saipos-code-missing{color:#c2410c;background:#ffedd5}.channel-catalogs-page{gap:18px;display:grid}.channel-page-header,.channel-toolbar,.channel-clone-panel,.channel-panel,.channel-summary-grid,.channel-form,.channel-list-area{background:#fff;border:1px solid #e7e9ee;border-radius:16px;box-shadow:0 8px 22px #1218280d}.channel-page-header{justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex}.channel-page-header h1,.channel-page-header p,.channel-clone-panel h2,.channel-clone-panel p,.channel-list-area h2,.channel-list-area p,.channel-form h2{margin:0}.channel-page-header p,.channel-clone-panel p,.channel-list-area p{color:#687184;margin-top:5px}.channel-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;padding:16px;display:flex}.channel-toolbar label,.channel-form label{gap:6px;display:grid}.channel-toolbar label{flex:340px}.channel-toolbar label span,.channel-form label span{color:#394150;font-size:13px;font-weight:700}.channel-toolbar select,.channel-clone-actions select,.channel-form input,.channel-form select,.channel-form textarea{color:#1f2937;font:inherit;background:#fff;border:1px solid #d8dde7;border-radius:10px;width:100%;min-height:42px;padding:9px 11px}.channel-form textarea{resize:vertical}.channel-toolbar-status,.channel-clone-actions,.channel-badge-row,.channel-card-actions,.channel-form-actions,.channel-addon-checkboxes{flex-wrap:wrap;gap:9px;display:flex}.channel-toolbar-status{align-items:center}.channel-badge,.channel-mini-badge{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.channel-badge-published,.channel-mini-badge-ok{color:#166534;background:#dcfce7}.channel-badge-draft{color:#92400e;background:#fef3c7}.channel-mini-badge{color:#3730a3;background:#eef2ff}.channel-mini-badge-off{color:#991b1b;background:#fee2e2}.channel-primary-button,.channel-secondary-button,.channel-warning-button,.channel-card-actions button{cursor:pointer;font:inherit;border:0;border-radius:10px;min-height:40px;padding:9px 13px;font-size:13px;font-weight:800}.channel-primary-button{color:#fff;background:#111827}.channel-secondary-button{color:#1f2937;background:#eef2f7}.channel-warning-button{color:#92400e;background:#fef3c7}.channel-primary-button:disabled,.channel-secondary-button:disabled,.channel-warning-button:disabled,.channel-card-actions button:disabled{cursor:not-allowed;opacity:.55}.channel-clone-panel{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.channel-clone-panel>div:first-child{flex:420px}.channel-clone-actions{flex:0 390px}.channel-clone-actions select{flex:180px}.channel-clone-panel small{color:#687184;flex-basis:100%;display:block}.channel-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:15px;display:grid}.channel-summary-grid div{background:#f8fafc;border-radius:12px;gap:5px;padding:12px;display:grid}.channel-summary-grid strong{color:#687184;text-transform:uppercase;font-size:12px}.channel-summary-grid span{color:#111827;font-weight:800}.channel-section-tabs{flex-wrap:wrap;gap:8px;display:flex}.channel-section-tabs button{color:#374151;cursor:pointer;font:inherit;background:#eef2f7;border:0;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:800}.channel-section-tabs .nav-active{color:#fff;background:#111827}.channel-content-layout{grid-template-columns:minmax(290px,360px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.channel-form,.channel-list-area,.channel-panel{padding:17px}.channel-form{gap:13px;display:grid;position:sticky;top:14px}.channel-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.channel-checkbox{align-items:center;gap:8px!important;display:flex!important}.channel-checkbox input{width:auto;min-height:auto}.channel-card-list{gap:11px;margin-top:14px;display:grid}.channel-item-card{border:1px solid #e4e7ec;border-radius:13px;gap:11px;padding:14px;display:grid}.channel-item-top{justify-content:space-between;align-items:start;gap:12px;display:flex}.channel-item-top h3,.channel-item-top p{margin:0}.channel-item-top p{color:#687184;margin-top:4px;font-size:13px}.channel-card-actions button{color:#1f2937;background:#eef2f7;min-height:34px;padding:7px 11px}.channel-card-actions .channel-danger-link{color:#991b1b;background:#fee2e2}.channel-product-addons{background:#f8fafc;border-radius:10px;gap:8px;padding:10px;display:grid}.channel-product-addons strong{color:#394150;font-size:13px}.channel-product-addons small{color:#687184}.channel-addon-checkboxes label{align-items:center;gap:6px;font-size:13px;display:flex}.channel-message{border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}.channel-message-success{color:#166534;background:#dcfce7}.channel-message-error{color:#991b1b;background:#fee2e2}@media (width<=980px){.channel-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-content-layout{grid-template-columns:1fr}.channel-form{position:static}}@media (width<=620px){.channel-page-header,.channel-toolbar,.channel-clone-panel{flex-direction:column;align-items:stretch}.channel-summary-grid,.channel-form-grid{grid-template-columns:1fr}.channel-clone-actions{flex-basis:auto}}.crm-page{gap:18px;display:grid}.crm-page-header,.crm-section-title-row,.crm-list-header,.crm-modal-header,.crm-history-top,.crm-history-meta,.crm-pagination{justify-content:space-between;align-items:center;display:flex}.crm-page-header{gap:16px}.crm-page-header h2,.crm-page-header p,.crm-list-header h3,.crm-list-header p,.crm-section-title h3,.crm-section-title p,.crm-modal-header h2,.crm-modal-header p{margin:0}.crm-page-header p,.crm-list-header p,.crm-section-title p,.crm-modal-header p,.crm-muted{color:#687184}.crm-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800;display:inline-block}.crm-page button,.crm-modal button{cursor:pointer;border:0;border-radius:9px;min-height:38px;padding:9px 13px;font-weight:700}.crm-page button{color:#fff;background:#1f2937}.crm-page button:disabled,.crm-modal button:disabled{cursor:not-allowed;opacity:.5}.crm-secondary-button{color:#1f2937!important;background:#eef2f7!important}.crm-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.crm-summary-card,.crm-list-card,.crm-detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.crm-summary-card{gap:6px;padding:16px;display:grid}.crm-summary-card span,.crm-detail-grid span{color:#687184;font-size:13px}.crm-summary-card strong{color:#111827;font-size:24px}.crm-summary-card small{color:#687184}.crm-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px;padding:14px;display:flex}.crm-toolbar input,.crm-toolbar select{color:#1f2937;background:#fff;border:1px solid #d7dce4;border-radius:9px;min-height:40px;padding:9px 11px}.crm-toolbar input{flex:260px}.crm-toolbar select{flex:0 auto}.crm-message{border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}.crm-message-error{color:#991b1b;background:#fee2e2}.crm-list-card{overflow:hidden}.crm-list-header{border-bottom:1px solid #e5e7eb;padding:16px}.crm-table-wrap{overflow-x:auto}.crm-table{border-collapse:collapse;width:100%;min-width:880px}.crm-table th,.crm-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0f4;padding:13px 16px}.crm-table th{color:#687184;letter-spacing:.05em;text-transform:uppercase;background:#f8fafc;font-size:12px}.crm-table td{color:#1f2937}.crm-table td:first-child{gap:4px;display:grid}.crm-table td:first-child span,.crm-table td:nth-child(5) span{color:#687184;font-size:13px}.crm-table td:last-child{text-align:right}.crm-badges{flex-wrap:wrap;gap:6px;display:flex}.crm-badge,.crm-order-status{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.crm-badge{color:#394150;background:#eef2f7}.crm-channel-whatsapp{color:#166534;background:#dcfce7}.crm-channel-manual,.crm-channel-local{color:#1d4ed8;background:#dbeafe}.crm-channel-ifood{color:#991b1b;background:#fee2e2}.crm-channel-site{color:#6d28d9;background:#ede9fe}.crm-channel-aiqfome,.crm-channel-food99{color:#9a3412;background:#ffedd5}.crm-center-message,.crm-empty-message{color:#687184;text-align:center;margin:0;padding:22px}.crm-pagination{border-top:1px solid #edf0f4;gap:12px;padding:14px 16px}.crm-pagination span{color:#687184;font-size:13px}.crm-modal-backdrop{z-index:1200;background:#0f172a94;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.crm-modal{background:#f8fafc;border-radius:16px;gap:16px;width:100%;max-width:980px;max-height:calc(100vh - 36px);padding:18px;display:grid;overflow-y:auto;box-shadow:0 24px 80px #0f172a47}.crm-close-button{color:#1f2937;background:#e5e7eb;justify-content:center;align-items:center;font-size:22px;display:inline-flex;min-height:36px!important;padding:4px 11px!important}.crm-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.crm-detail-grid div{background:#fff;border:1px solid #e5e7eb;border-radius:11px;gap:6px;padding:12px;display:grid}.crm-detail-grid strong{color:#1f2937;overflow-wrap:anywhere}.crm-detail-section{gap:12px;padding:14px;display:grid}.crm-channel-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.crm-channel-list article{background:#f8fafc;border-radius:10px;gap:5px;padding:10px;display:grid}.crm-channel-list span{color:#687184;font-size:12px}.crm-checkbox{color:#394150;align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.crm-history-list{gap:10px;display:grid}.crm-history-card{background:#f8fafc;border:1px solid #edf0f4;border-radius:11px;gap:9px;padding:11px;display:grid}.crm-history-top div{gap:3px;display:grid}.crm-history-top span,.crm-history-meta span,.crm-history-payment{color:#687184;font-size:13px}.crm-history-meta{gap:10px}.crm-history-meta strong{margin-left:auto}.crm-history-items{border-top:1px solid #e5e7eb;gap:5px;padding-top:8px;display:grid}.crm-history-items div{justify-content:space-between;gap:10px;display:flex}.crm-history-payment{margin:0}.crm-order-status{color:#394150;background:#e5e7eb}.crm-order-status-received,.crm-order-status-confirmed{color:#1d4ed8;background:#dbeafe}.crm-order-status-preparing,.crm-order-status-ready{color:#92400e;background:#fef3c7}.crm-order-status-out_for_delivery{color:#6d28d9;background:#ede9fe}.crm-order-status-delivered{color:#166534;background:#dcfce7}.crm-order-status-cancelled{color:#991b1b;background:#fee2e2}@media (width<=980px){.crm-summary-grid,.crm-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-channel-list{grid-template-columns:1fr}}@media (width<=620px){.crm-page-header,.crm-section-title-row,.crm-history-meta{flex-direction:column;align-items:stretch}.crm-summary-grid,.crm-detail-grid{grid-template-columns:1fr}.crm-toolbar{flex-direction:column;align-items:stretch}.crm-toolbar input,.crm-toolbar select,.crm-toolbar button{width:100%}.crm-modal{padding:14px}}.crm-modal-actions,.crm-edit-form-actions{align-items:center;gap:9px;display:flex}.crm-edit-button{color:#fff;background:#2563eb}.crm-message-success{color:#166534;background:#dcfce7}.crm-edit-form{background:#fff;border:1px solid #dbe4f0;border-radius:14px;gap:14px;padding:15px;display:grid}.crm-edit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.crm-edit-grid label{color:#394150;gap:6px;font-size:13px;font-weight:700;display:grid}.crm-edit-grid input,.crm-edit-grid textarea{color:#1f2937;font:inherit;background:#fff;border:1px solid #d7dce4;border-radius:9px;width:100%;padding:10px 11px}.crm-edit-grid textarea{resize:vertical;min-height:92px}.crm-edit-field-full{grid-column:1/-1}.crm-consent-box{background:#f8fafc;border:1px solid #dbe4f0;border-radius:11px;align-items:flex-start;gap:9px;padding:12px;display:flex}.crm-consent-box input{margin-top:3px}.crm-consent-box span{gap:4px;display:grid}.crm-consent-box strong{color:#1f2937;font-size:14px}.crm-consent-box small{color:#687184;line-height:1.4}.crm-edit-form-actions{justify-content:flex-end}.crm-relationship-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.crm-relationship-grid div{background:#f8fafc;border-radius:10px;gap:5px;padding:10px;display:grid}.crm-relationship-grid span{color:#687184;font-size:12px}.crm-relationship-grid strong{color:#1f2937;overflow-wrap:anywhere}.crm-relationship-notes{grid-column:1/-1}@media (width<=780px){.crm-edit-grid,.crm-relationship-grid{grid-template-columns:1fr}.crm-edit-field-full,.crm-relationship-notes{grid-column:auto}}@media (width<=520px){.crm-modal-header{align-items:flex-start;gap:12px}.crm-modal-actions,.crm-edit-form-actions{flex-direction:column-reverse;align-items:stretch}}.crm-address-section{background:#fff;border:1px solid #dbe4f0;border-radius:14px}.crm-address-section-header,.crm-address-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.crm-address-toolbar-actions,.crm-address-card-actions,.crm-address-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-address-form{background:#f8fafc;border:1px solid #dbe4f0;border-radius:12px;gap:14px;padding:14px;display:grid}.crm-address-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.crm-address-form-grid label{color:#394150;gap:6px;font-size:13px;font-weight:700;display:grid}.crm-address-form-grid input{color:#1f2937;font:inherit;background:#fff;border:1px solid #d7dce4;border-radius:9px;width:100%;padding:10px 11px}.crm-address-field-wide{grid-column:span 2}.crm-address-list{gap:11px;display:grid}.crm-address-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;gap:10px;padding:13px;display:grid}.crm-address-card-inactive{opacity:.7}.crm-address-card h4,.crm-address-formatted{margin:0}.crm-address-card h4{color:#1f2937;font-size:16px}.crm-address-formatted{color:#394150;line-height:1.45}.crm-address-coordinates{color:#687184;overflow-wrap:anywhere}.crm-address-badge{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.crm-address-badge-default{color:#1d4ed8;background:#dbeafe}.crm-address-badge-inactive{color:#4b5563;background:#e5e7eb}.crm-danger-button{color:#991b1b!important;background:#fee2e2!important}.crm-address-quote{color:#4b5563;background:#eef2f7;border-radius:9px;gap:3px;padding:10px;display:grid}.crm-address-quote span{font-size:12px}.crm-address-quote-success{color:#166534;background:#dcfce7}.crm-address-quote-fallback{color:#92400e;background:#fef3c7}.crm-address-quote-blocked,.crm-address-quote-error{color:#991b1b;background:#fee2e2}@media (width<=900px){.crm-address-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.crm-address-section-header,.crm-address-card-header,.crm-address-toolbar-actions,.crm-address-card-actions{flex-direction:column;align-items:stretch}.crm-address-toolbar-actions button,.crm-address-card-actions button{width:100%}.crm-address-form-grid{grid-template-columns:1fr}.crm-address-field-wide{grid-column:auto}}.crm-address-postal-code-row{align-items:stretch;gap:8px;display:flex}.crm-address-postal-code-row input{min-width:0}.crm-address-lookup-button{white-space:nowrap}.crm-address-lookup-message{color:#1d4ed8;font-size:12px;font-weight:600;line-height:1.4}@media (width<=620px){.crm-address-postal-code-row{flex-direction:column}.crm-address-lookup-button{width:100%}}.payment-options-page{gap:18px;display:grid}.payment-options-store{background:#fff;border:1px solid #e7e9ee;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.payment-options-store span{color:#687184;font-size:13px;font-weight:700}.payment-options-store strong{color:#111827;font-size:15px}.payment-options-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.payment-options-group{gap:14px;padding:16px;display:grid}.payment-options-group-header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;padding-bottom:12px;display:flex}.payment-options-group-header h2,.payment-options-group-header p,.payment-option-card h3{margin:0}.payment-options-group-header h2{color:#111827;font-size:18px}.payment-options-group-header p{color:#687184;margin-top:4px;font-size:13px}.payment-options-list{gap:10px;display:grid}.payment-option-card{border:1px solid #e4e7ec;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;min-height:82px;padding:13px;display:flex}.payment-option-active{background:#f8fffb;border-color:#bbf7d0}.payment-option-inactive{background:#f8fafc}.payment-option-card h3{color:#111827;font-size:15px}.payment-option-status{border-radius:999px;margin-top:8px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.payment-option-status-active{color:#166534;background:#dcfce7}.payment-option-status-inactive{color:#991b1b;background:#fee2e2}.payment-toggle{color:#374151;background:#eef2f7;border:0;border-radius:999px;flex:none;align-items:center;gap:8px;min-width:104px;min-height:36px;padding:6px 11px 6px 7px;font-size:12px;font-weight:800;display:inline-flex}.payment-toggle span{background:#9ca3af;border-radius:999px;width:22px;height:22px;display:block}.payment-toggle-on{color:#166534;background:#dcfce7}.payment-toggle-on span{background:#16a34a}.payment-toggle:disabled{opacity:.6}@media (width<=1180px){.payment-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.payment-options-grid{grid-template-columns:1fr}.payment-options-store,.payment-option-card{flex-direction:column;align-items:stretch}.payment-toggle{justify-content:center;width:100%}}.payment-box-paid{color:#065f46;background:#ecfdf5}.payment-box-pending{color:#991b1b;background:#fef2f2}.payment-box-failed,.payment-box-refunded,.payment-box-unknown{color:#374151;background:#f3f4f6}.payment-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.payment-row:last-child{margin-bottom:0}.payment-row span{color:inherit;opacity:.8}.payment-status-badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:11px}.payment-status-paid{color:#065f46;background:#bbf7d0}.payment-status-pending{color:#991b1b;background:#fecaca}.payment-status-failed,.payment-status-refunded,.payment-status-unknown{color:#374151;background:#e5e7eb}.payment-change-row strong{text-align:right}.payment-audit-row{font-size:12px}.payment-audit-row strong{text-align:right;font-weight:600}.payment-actions{gap:6px;margin-top:8px;display:flex}.payment-actions button{color:#fff;cursor:pointer;border:0;border-radius:8px;flex:1;padding:8px;font-size:12px}.payment-action-paid{background:#047857}.payment-action-pending{background:#92400e}.payment-actions button:disabled{cursor:not-allowed;opacity:.6}.pdv-add-items{flex-direction:column;height:calc(100vh - 60px);display:flex;overflow:hidden}.pdv-header{color:#fff;background:#111827;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.pdv-header strong{font-size:16px}.pdv-header-dot{color:#9ca3af;margin-left:10px;font-size:13px}.pdv-back-btn{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:6px;padding:6px 16px;font-size:13px}.pdv-back-btn:hover{background:#1f2937}.pdv-body{flex:1;grid-template-columns:140px 1fr 320px;display:grid;overflow:hidden}.pdv-categories{background:#f9fafb;border-right:1px solid #e5e7eb;flex-direction:column;gap:2px;padding:8px 0;display:flex;overflow-y:auto}.pdv-cat-btn{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;padding:12px 14px;font-size:13px;font-weight:500}.pdv-cat-btn:hover{background:#f3f4f6}.pdv-cat-active{color:#111827;background:#fff;border-left-color:#111827;font-weight:700}.pdv-products{flex-direction:column;display:flex;overflow:hidden}.pdv-products-search{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:10px 14px}.pdv-products-search input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:8px 12px;font-size:13px}.pdv-product-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));align-content:start;gap:10px;padding:14px;display:grid;overflow-y:auto}.pdv-product-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:4px;padding:14px 12px;transition:border-color .12s,box-shadow .12s;display:flex}.pdv-product-card:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.pdv-product-name{color:#111827;font-size:13px;font-weight:600}.pdv-product-cat{color:#9ca3af;font-size:10px}.pdv-product-price{color:#16a34a;margin-top:2px;font-size:14px;font-weight:800}.pdv-product-add{color:#2563eb;margin-top:4px;font-size:11px;font-weight:600}.pdv-cart{background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;display:flex;overflow:hidden}.pdv-cart h3{border-bottom:1px solid #e5e7eb;flex-shrink:0;margin:0;padding:12px 14px;font-size:14px}.pdv-cart-empty{color:#9ca3af;text-align:center;padding:20px 14px;font-size:13px}.pdv-cart-list{flex-direction:column;flex:1;gap:10px;padding:10px 14px;display:flex;overflow-y:auto}.pdv-cart-item{border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:6px;padding:10px;display:flex}.pdv-cart-item-top{justify-content:space-between;align-items:center;display:flex}.pdv-cart-item-top strong{font-size:13px}.pdv-cart-item-top button{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.pdv-cart-item-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.pdv-cart-item-row label{color:#374151;align-items:center;gap:6px;font-size:12px;display:flex}.pdv-cart-item-row label input{border:1px solid #d1d5db;border-radius:4px;padding:4px;font-size:12px}.pdv-cart-item-row span{color:#16a34a;font-weight:700}.pdv-cart-addons{flex-direction:column;gap:2px;font-size:12px;display:flex}.pdv-cart-addons label{color:#374151;align-items:center;gap:6px;display:flex}.pdv-quick-notes{flex-wrap:wrap;gap:4px;display:flex}.pdv-quick-notes button{cursor:pointer;color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;padding:3px 8px;font-size:10px}.pdv-quick-notes button:hover{background:#e5e7eb}.pdv-cart-item textarea{resize:none;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:6px 8px;font-size:12px}.pdv-cart-footer{border-top:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:8px;padding:12px 14px;display:flex}.pdv-cart-subtotal{justify-content:space-between;font-size:15px;font-weight:600;display:flex}.pdv-btn-add{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:700}.pdv-btn-add:disabled{opacity:.5;cursor:not-allowed}.pdv-btn-clear{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px;font-size:12px}@media (width<=900px){.pdv-body{grid-template-rows:auto 1fr auto;grid-template-columns:1fr}.pdv-categories{border-bottom:1px solid #e5e7eb;border-right:none;flex-direction:row;padding:6px 8px;overflow-x:auto}.pdv-cat-btn{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;padding:8px 12px}.pdv-cat-active{border-bottom-color:#111827;border-left-color:#0000}.pdv-cart{border-top:1px solid #e5e7eb;border-left:none}}.header-brand{align-items:center;gap:14px;display:flex}.hamburger-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;width:42px;height:42px;padding:0 10px;display:flex}.hamburger-btn span{background:#111827;border-radius:2px;width:100%;height:2px;display:block}.hamburger-btn:hover{background:#f3f4f6}.drawer-overlay{z-index:1200;background:#0f172a73;animation:.15s drawer-fade;position:fixed;inset:0}.drawer{z-index:1201;background:#fff;flex-direction:column;width:300px;max-width:85vw;animation:.2s drawer-slide;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 24px #0f172a2e}@keyframes drawer-fade{0%{opacity:0}to{opacity:1}}@keyframes drawer-slide{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.drawer-header strong{color:#111827;font-size:16px}.drawer-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:26px;line-height:1}.drawer-close:hover{color:#111827}.drawer-nav{flex:1;padding:10px 0 24px;overflow-y:auto}.drawer-section{padding:6px 0}.drawer-section-label{text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;padding:6px 20px;font-size:10px;font-weight:700;display:block}.drawer-item{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:14px;display:flex}.drawer-item:hover{background:#f3f4f6}.drawer-item-active{color:#3730a3;background:#eef2ff;font-weight:700;box-shadow:inset 3px 0 #4f46e5}.drawer-badge{text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:2px 7px;font-size:9px;font-weight:700}.coming-soon{justify-content:center;padding:60px 24px;display:flex}.coming-soon-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-width:440px;padding:44px 36px;box-shadow:0 4px 18px #0f172a0f}.coming-soon-icon{margin-bottom:14px;font-size:42px}.coming-soon-card h2{color:#111827;margin:0 0 10px}.coming-soon-card p{color:#6b7280;margin:0;font-size:15px;line-height:1.6}.product-image-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:12px;padding:14px;display:flex}.product-image-title{color:#334155;font-size:13px;font-weight:700}.product-image-row{align-items:flex-start;gap:14px;display:flex}.product-image-preview{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;width:110px;height:110px;overflow:hidden}.product-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.product-image-placeholder{color:#9ca3af;background:#f3f4f6;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;display:flex}.product-image-placeholder span{opacity:.5;font-size:30px}.product-image-placeholder small{font-size:11px}.product-image-controls{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.product-image-upload-btn{color:#fff;cursor:pointer;background:#111827;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:9px 16px;font-size:13px;font-weight:600;display:inline-flex}.product-image-upload-btn:hover{background:#1f2937}.product-image-upload-btn.is-loading{opacity:.7;cursor:progress}.product-image-help{color:#6b7280;font-size:11px;line-height:1.4}.product-image-hint{color:#b45309;font-size:12px;font-weight:600}.product-image-msg{font-size:12px;font-weight:600}.product-image-msg.success{color:#16a34a}.product-image-msg.error{color:#dc2626}.product-image-library-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:9px 16px;font-size:13px;font-weight:600;display:inline-flex}.product-image-library-btn:hover{background:#f3f4f6;border-color:#9ca3af}.image-library-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.image-library-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:720px;max-height:80vh;display:flex;box-shadow:0 20px 60px #00000040}.image-library-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.image-library-header h3{color:#111827;margin:0;font-size:16px}.image-library-header button{color:#374151;background:#f3f4f6;border-radius:8px;padding:6px 14px;font-size:13px}.image-library-body{flex:1;padding:20px;overflow-y:auto}.image-library-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;display:grid}.image-library-item{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.image-library-item:hover{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.image-library-item img{aspect-ratio:1;object-fit:cover;background:#f9fafb;width:100%;display:block}.image-library-item-info{flex-direction:column;gap:2px;padding:8px 10px;display:flex}.image-library-item-name{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.image-library-item-size{color:#9ca3af;font-size:10px}@media (width<=600px){.image-library-overlay{padding:12px}.image-library-modal{max-height:90vh}.image-library-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}}.product-image-url-field{color:#334155;gap:6px;font-size:13px;display:grid}.store-status-toggle{cursor:pointer;border:2px solid #0000;border-radius:20px;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.store-status-toggle.store-open{color:#15803d;background:#dcfce7;border-color:#86efac}.store-status-toggle.store-closed{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.store-status-toggle:hover{opacity:.85}.store-status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.store-open .store-status-dot{background:#22c55e;box-shadow:0 0 6px #22c55e80}.store-closed .store-status-dot{background:#ef4444;box-shadow:0 0 6px #ef444466}.my-account-page{max-width:680px;margin:0 auto;padding:8px 0}.my-account-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 1px 4px #0000000f}.my-account-card h2{color:#111827;margin:0 0 24px;font-size:20px}.my-account-section{border-bottom:1px solid #e5e7eb;margin-bottom:28px;padding-bottom:24px}.my-account-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.my-account-section h3{color:#374151;margin:0 0 16px;font-size:15px;font-weight:700}.my-account-section label{color:#374151;margin-bottom:14px;font-size:13px;font-weight:600;display:block}.my-account-section input{border:1px solid #d1d5db;border-radius:10px;width:100%;margin-top:6px;padding:11px 13px;font-size:14px}.my-account-section input:focus{border-color:#111827;outline:none;box-shadow:0 0 0 3px #11182714}.my-account-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.my-account-color-row{align-items:center;gap:10px;margin-top:6px;display:flex}.my-account-color-picker{cursor:pointer;height:44px;border:1px solid #d1d5db!important;border-radius:8px!important;width:44px!important;padding:2px!important}.my-account-form-actions{gap:10px;margin-top:8px;display:flex}.my-account-form-actions button{padding:10px 20px;font-size:13px}.cash-register-page{max-width:720px;margin:0 auto;padding:8px 0}.cash-register-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 1px 4px #0000000f}.cash-register-card h2{color:#111827;margin:0 0 8px;font-size:20px}.cash-register-card h3{color:#374151;margin:20px 0 10px;font-size:14px;font-weight:700}.cash-register-icon{text-align:center;opacity:.7;margin-bottom:8px;font-size:48px}.cash-register-open-form{text-align:center;max-width:400px;margin:40px auto}.cash-register-open-form p{color:#6b7280;margin:0 0 20px;font-size:14px}.cash-register-open-form form{text-align:left}.cash-register-open-form label{color:#374151;margin-bottom:14px;font-size:13px;font-weight:600;display:block}.cash-register-open-form input{border:1px solid #d1d5db;border-radius:10px;width:100%;margin-top:6px;padding:11px 13px;font-size:16px}.cash-register-open-form button{background:#16a34a;width:100%;padding:12px;font-size:15px}.cash-register-open-form button:hover{background:#15803d}.cash-header-row{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.cash-opened-time{color:#6b7280;font-size:13px}.cash-summary-status{background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;flex-direction:column;gap:2px;margin:6px 0 2px;padding:10px 12px;display:flex}.cash-summary-status strong{color:#1d4ed8;font-size:12px}.cash-summary-status span{color:#475569;font-size:12px}.cash-summary-status-warning{background:#fff7ed;border-color:#fdba74}.cash-summary-status-warning strong{color:#c2410c}.cash-summary-status-neutral{background:#f9fafb;border-color:#d1d5db}.cash-summary-status-neutral strong{color:#374151}.cash-summary-status-compact{margin-top:10px;margin-bottom:12px}.cash-status-badge{border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700}.cash-status-open{color:#15803d;background:#dcfce7}.cash-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:12px 0;display:grid}.cash-summary-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:4px;padding:14px;display:flex}.cash-summary-item span{color:#6b7280;font-size:12px}.cash-summary-item strong{color:#111827;font-size:16px}.cash-summary-total{background:#f0fdf4;border-color:#86efac;grid-column:1/-1}.cash-positive{color:#16a34a!important}.cash-negative{color:#dc2626!important}.cash-methods-list{flex-direction:column;gap:6px;display:flex}.cash-method-row{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.cash-method-row span{color:#374151;font-size:13px}.cash-method-row strong{color:#111827;font-size:14px}.cash-movements-section{margin-top:20px}.cash-movements-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cash-movements-header h3{margin:0}.cash-add-movement-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:7px 14px;font-size:12px}.cash-add-movement-btn:hover{background:#e5e7eb}.cash-movement-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:14px;padding:16px}.cash-movement-form label{color:#374151;margin-bottom:10px;font-size:13px;font-weight:600;display:block}.cash-movement-form input{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:4px;padding:9px 12px;font-size:14px}.cash-movement-form button[type=submit]{width:100%;margin-top:4px;padding:10px;font-size:13px}.cash-movement-type-row{gap:8px;margin-bottom:12px;display:flex}.cash-type-btn{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:8px;font-size:13px}.cash-type-active{border:2px solid #0000;border-radius:8px;flex:1;padding:8px;font-size:13px}.cash-type-withdraw{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.cash-type-reinforce{color:#15803d;background:#dcfce7;border-color:#86efac}.cash-no-movements{text-align:center;color:#9ca3af;padding:16px 0;font-size:13px}.cash-movements-list{flex-direction:column;gap:6px;display:flex}.cash-movement-row{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;grid-template-columns:80px 1fr auto auto;align-items:center;gap:10px;padding:10px 14px;font-size:13px;display:grid}.cash-register-actions{gap:12px;margin-top:24px;display:flex}.cash-close-btn{color:#fff;background:#dc2626;padding:12px 24px;font-size:14px}.cash-close-btn:hover{background:#b91c1c}.cash-local-notice{text-align:center;color:#9ca3af;margin-top:16px;font-size:11px;font-style:italic}.cash-closed-summary{max-width:600px;margin:20px auto}.cash-summary-meta{color:#6b7280;gap:16px;margin-bottom:16px;font-size:13px;display:flex}@media (width<=600px){.cash-summary-grid{grid-template-columns:1fr 1fr}.cash-movement-row{grid-template-columns:1fr 1fr;gap:4px}.store-status-label{display:none}.store-status-toggle{padding:8px 10px}.my-account-grid{grid-template-columns:1fr}.cash-header-widget{order:-1}.header-top-actions{order:-1;align-items:center;gap:8px;width:100%;display:flex}}.cash-header-widget{flex-shrink:0}.cash-header-btn{cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.cash-header-closed{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.cash-header-closed:hover{background:#e5e7eb}.cash-header-open{color:#15803d;background:#dcfce7;border:1px solid #86efac}.cash-header-open:hover{background:#bbf7d0}.cash-header-open small{opacity:.7;font-size:10px}.cash-header-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 4px #22c55e80}.cash-header-dropdown-wrap{position:relative}.cash-header-dropdown-overlay{z-index:99;position:fixed;inset:0}.cash-header-dropdown{z-index:100;background:#fff;border-radius:12px;flex-direction:column;gap:8px;min-width:230px;padding:14px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 30px #0000002e}.cash-dd-summary{color:#374151;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:4px;padding-bottom:8px;font-size:13px;display:flex}.cash-dd-summary strong{color:#111827}.cash-header-dropdown button{border-radius:8px;width:100%;padding:8px 12px;font-size:12px}.cash-dd-close-btn{color:#b91c1c!important;background:#fee2e2!important}.cash-dd-close-btn:hover{background:#fca5a5!important}.cash-report-print-header{display:none}.cash-report-screen-title{display:block}.cash-method-count{color:#9ca3af;font-size:11px}.cash-report-conferencia{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.cash-print-btn{color:#fff;background:#2563eb;padding:12px 24px;font-size:14px}.cash-print-btn:hover{background:#1d4ed8}.cash-print-dropdown-wrap{position:relative}.cash-print-dropdown-overlay{z-index:99;position:fixed;inset:0}.cash-print-dropdown{z-index:100;background:#fff;border-radius:10px;flex-direction:column;min-width:180px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 6px 24px #0000002e}.cash-print-dropdown button{text-align:left;color:#374151;background:0 0;border-radius:6px;width:100%;padding:9px 14px;font-size:13px}.cash-print-dropdown button:hover{background:#f3f4f6}@media print{body *{visibility:hidden}#cash-report-printable,#cash-report-printable *{visibility:visible}#cash-report-printable{width:100%;box-shadow:none;border-radius:0;padding:20px;position:absolute;top:0;left:0}.cash-report-print-header{text-align:center;border-bottom:2px solid #111;margin-bottom:16px;padding-bottom:12px;display:block}.cash-report-print-header h2{margin:0;font-size:18px}.cash-report-print-header p{color:#666;margin:4px 0 0;font-size:12px}.cash-report-screen-title{display:none}.cash-report-no-print{display:none!important}.cash-summary-grid{grid-template-columns:repeat(2,1fr)}.cash-summary-item{border:1px solid #ccc;padding:8px}.cash-method-row,.cash-movement-row{border:1px solid #eee;padding:6px 10px}}.my-account-image-section{margin-bottom:14px}.my-account-image-label{color:#374151;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.my-account-image-row{align-items:flex-start;gap:14px;display:flex}.my-account-image-preview{background:#f9fafb;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;width:80px;height:80px;overflow:hidden}.my-account-logo-preview{border-radius:12px}.my-account-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.my-account-image-placeholder{color:#9ca3af;background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:22px;font-weight:700;display:flex}.my-account-image-controls{flex-direction:column;gap:6px;padding-top:8px;display:flex}.ops-dropdown-wrap{flex-shrink:0;position:relative}.ops-dropdown-overlay{z-index:99;position:fixed;inset:0}.ops-dropdown{z-index:100;background:#fff;border-radius:14px;flex-direction:column;gap:6px;min-width:280px;padding:16px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 40px #0003}.ops-dropdown-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:4px;padding-bottom:10px;display:flex}.ops-dropdown-header strong{color:#111827;font-size:14px}.ops-dropdown-hint{color:#9ca3af;font-size:10px;font-style:italic}.ops-dropdown-item{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.ops-dropdown-item span{color:#374151;font-size:13px;font-weight:500}.ops-toggle-btn{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:6px;min-width:72px;padding:4px 12px;font-size:11px;font-weight:700}.ops-toggle-on{color:#15803d;background:#dcfce7;border-color:#86efac}.ops-toggle-on:hover{background:#bbf7d0}.ops-toggle-off{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.ops-toggle-off:hover{background:#fecaca}.ops-dropdown-notice{color:#9ca3af;text-align:center;border-top:1px solid #f3f4f6;margin-top:8px;padding-top:8px;font-size:10px;font-style:italic}.integrations-page{max-width:900px;margin:0 auto;padding:8px 0}.integrations-page h2{color:#111827;margin:0 0 4px;font-size:20px}.integrations-subtitle{color:#6b7280;margin:0 0 8px;font-size:14px}.integrations-section-notice{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin:0 0 20px;padding:10px 12px;font-size:12px;line-height:1.5}.integrations-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.integration-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:8px;min-height:150px;padding:18px;transition:border-color .15s,box-shadow .15s;display:flex}.integration-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #1118270f}.integration-card:has(.integ-active){background:linear-gradient(#fff,#f6fef9);border-color:#86efac}.integration-card .ops-toggle-btn{align-self:flex-start;margin-top:auto}.integration-card-header{justify-content:space-between;align-items:flex-start;display:flex}.integration-card-header h3{color:#111827;margin:0;font-size:15px}.integration-card-title-wrap{align-items:center;gap:10px;min-width:0;display:flex}.integration-logo-badge{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden}.integration-logo-badge.has-fallback{color:#374151;background:#f3f4f6}.integration-logo-badge.has-logo{background:#fff;border:1px solid #e5e7eb}.integration-logo-img{object-fit:contain;width:100%;height:100%;padding:4px}.integration-logo-fallback{width:20px;height:20px}.integration-badge{border-radius:6px;flex-shrink:0;padding:3px 10px;font-size:10px;font-weight:700}.integ-active{color:#15803d;background:#dcfce7}.integ-prepared{color:#1d4ed8;background:#dbeafe}.integ-inactive{color:#6b7280;background:#f3f4f6}.integ-disconnected{color:#92400e;background:#fef3c7}.integration-desc{color:#6b7280;margin:0;font-size:12px;line-height:1.4}.cash-close-modal{max-width:480px}.cash-close-modal h2{color:#111827;margin:0 0 16px;font-size:18px}.cash-close-modal-info{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;display:grid}.cash-close-modal-info>div{background:#f9fafb;border-radius:8px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.cash-close-modal-info span{color:#6b7280;font-size:11px}.cash-close-modal-info strong{color:#111827;font-size:15px}.cash-close-modal label{color:#374151;margin-bottom:12px;font-size:13px;font-weight:600;display:block}.cash-close-modal input,.cash-close-modal textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:4px;padding:9px 12px;font-family:inherit;font-size:14px}.cash-channel-status-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px;display:grid}.cash-channel-status-item{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;display:flex}.cash-channel-status-item span:first-child{color:#374151;font-weight:500}.cash-report-notes{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;padding:12px}.cash-report-notes h3{margin:0 0 6px}.cash-report-notes p{color:#374151;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:13px}.cash-dd-action-btn{color:#374151!important;background:#f3f4f6!important}.cash-dd-action-btn:hover{background:#e5e7eb!important}@media (width<=600px){.ops-dropdown{min-width:250px;left:auto;right:0}.integrations-grid{grid-template-columns:1fr;gap:12px}.integration-card{min-height:0;padding:16px 16px 18px}.cash-close-modal-info{grid-template-columns:1fr}.cash-channel-status-grid{grid-template-columns:1fr 1fr}.header{gap:10px;margin-bottom:10px}.header-brand{gap:10px}.header-brand h1{font-size:21px}.header-brand p{display:none}.hamburger-btn{width:38px;height:38px}}.ops-dropdown-schedule{border-top:1px solid #e5e7eb;flex-direction:column;gap:6px;margin-top:6px;padding-top:8px;display:flex}.ops-dropdown-schedule-row{color:#374151;justify-content:space-between;align-items:center;font-size:12px;display:flex}.ops-schedule-in{color:#16a34a;background:#dcfce7;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.ops-schedule-out{color:#b91c1c;background:#fee2e2;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.my-account-schedule-config{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:14px;padding:12px}:root{--lh-navy:#1e293b;--lh-navy-2:#0f172a;--lh-primary:#2563eb;--lh-violet:#7c3aed;--lh-green:#16a34a;--lh-amber:#f59e0b;--lh-card:#fff;--lh-border:#e5e7eb;--lh-muted:#6b7280;--lh-radius:12px;--lh-radius-sm:9px;--lh-shadow:0 1px 2px #1018280a, 0 4px 12px #1018280d}.top-nav button{border-radius:10px;transition:background .15s,color .15s,box-shadow .15s,border-color .15s}.top-nav .nav-active{background:linear-gradient(135deg, var(--lh-navy), var(--lh-navy-2));color:#fff;border-color:var(--lh-navy-2);box-shadow:0 2px 8px #0f172a2e}.top-nav button:not(.nav-active):hover{background:#f8fafc;border-color:#cbd5e1}.crm-summary-card{border-radius:var(--lh-radius);box-shadow:var(--lh-shadow);padding:13px 14px;position:relative;overflow:hidden}.crm-summary-card:before{content:"";background:var(--lh-primary);width:4px;position:absolute;top:0;bottom:0;left:0}.crm-summary-card strong{font-size:21px}.crm-summary-grid>.crm-summary-card:first-child:before{background:var(--lh-primary)}.crm-summary-grid>.crm-summary-card:nth-child(2):before{background:var(--lh-violet)}.crm-summary-grid>.crm-summary-card:nth-child(3):before{background:var(--lh-green)}.crm-summary-grid>.crm-summary-card:nth-child(4):before{background:var(--lh-amber)}.crm-toolbar input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-position:11px;background-repeat:no-repeat;background-size:16px 16px;padding-left:34px}@media (width<=620px){.crm-toolbar{grid-template-columns:1fr 1fr;gap:8px;padding:12px;display:grid}.crm-toolbar input{grid-column:1/-1;min-height:42px}.crm-toolbar select{min-height:40px}}.new-order-page{gap:12px}.new-order-header.page-card{padding:14px 16px}.section-kicker{margin-bottom:6px;padding:4px 9px}.new-order-header h2{font-size:22px}.new-order-header p{margin-top:6px;font-size:13px}.new-order-type-card{min-height:0;box-shadow:var(--lh-shadow);border-radius:14px;padding:16px}.new-order-type-card:hover{transform:none;box-shadow:0 6px 16px #0f172a1a}.new-order-type-top{margin-bottom:12px}.new-order-type-card h3{font-size:18px}.new-order-type-card p{min-height:0;margin:8px 0 12px;font-size:13px}.new-order-type-card strong{padding:8px 12px;font-size:13px}.new-order-type-card.selected{border-color:var(--lh-navy);box-shadow:0 0 0 2px #1e293b26}.manual-products,.manual-product-list{min-height:0}.manual-product-card span{color:var(--lh-primary);font-weight:800}.manual-product-price{color:var(--lh-primary)}.manual-cart-item{padding:10px}.manual-submit{color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 2px 8px #16a34a40}.manual-submit:disabled{color:#9ca3af;box-shadow:none;opacity:1;background:#e5e7eb}@media (width<=760px){.new-order-page .new-order-type-card.selected{background:linear-gradient(135deg, var(--lh-navy), var(--lh-navy-2));border-color:var(--lh-navy-2)}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{box-shadow:var(--lh-shadow);border-radius:12px;padding:12px}.product-card h3{font-size:16px}.product-card-top p{font-size:12px}.product-card-top strong{color:var(--lh-primary);font-size:16px}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0;display:-webkit-box;overflow:hidden}.product-tags{gap:5px;margin:10px 0}.product-tags span{padding:4px 7px;font-size:10px}.product-tags .saipos-code-ok{color:#1d4ed8;background:#dbeafe}.product-tags .saipos-code-missing{color:#c2410c;background:#ffedd5}.product-actions button{padding:9px}.product-actions>button:not(.secondary-button):not(.danger-outline-button){background:linear-gradient(135deg, var(--lh-primary), #1d4ed8);color:#fff}.menu-form{padding:14px}.menu-form h2{margin:0 0 10px;font-size:18px}.menu-form label{margin-bottom:10px}.menu-form input,.menu-form select,.menu-form textarea{border-radius:10px;padding:9px 10px}.check-row{margin:6px 0 12px}@media (width<=700px){.filters-bar{flex-wrap:wrap;gap:8px}.filters-bar input{flex:100%;min-width:0}.filters-bar select,.filters-bar button{flex:auto}}.kanban-col-blue{border-top:3px solid #2563eb}.kanban-col-orange{border-top:3px solid #ea580c}.kanban-col-purple{border-top:3px solid #7c3aed}.kanban-col-green{border-top:3px solid #16a34a}.kanban-col-red{border-top:3px solid #dc2626}.kanban-col-blue .kanban-column-header h2{color:#1d4ed8}.kanban-col-orange .kanban-column-header h2{color:#c2410c}.kanban-col-purple .kanban-column-header h2{color:#6d28d9}.kanban-col-green .kanban-column-header h2{color:#15803d}.kanban-col-red .kanban-column-header h2{color:#b91c1c}.kanban-col-blue .kanban-column-header span{background:#2563eb}.kanban-col-orange .kanban-column-header span{background:#ea580c}.kanban-col-purple .kanban-column-header span{background:#7c3aed}.kanban-col-green .kanban-column-header span{background:#16a34a}.kanban-col-red .kanban-column-header span{background:#dc2626}.kanban-board{gap:12px}.kanban-list{gap:8px}.empty-column{padding:10px;font-size:12px}.order-card-compact{padding:9px 11px}.card-quick-action{margin-top:6px}.integrations-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.integration-card{min-height:128px;padding:16px}@media (width<=600px){.integration-card{min-height:0}}.integration-card.integration-whatsapp{border-top:3px solid #25d366}.integration-card.integration-site{border-top:3px solid #2563eb}.integration-card.integration-ifood{border-top:3px solid #ea1d2c}.integration-card.integration-aiqfome{border-top:3px solid #6b7280}.integration-card.integration-instagram{border-top:3px solid #c13584}.integration-card.integration-facebook{border-top:3px solid #1877f2}.integration-card.integration-saipos{border-top:3px solid #0f172a}.integration-card.integration-mercado-pago{border-top:3px solid #00b1ea}.integration-card.integration-google-maps{border-top:3px solid #34a853}.integration-card .ops-toggle-btn.ops-toggle-off{background:linear-gradient(135deg, var(--lh-navy), var(--lh-navy-2));color:#fff;border-color:var(--lh-navy-2)}.integration-card .ops-toggle-btn.ops-toggle-off:hover{background:var(--lh-navy-2)}.integration-card .ops-toggle-btn.ops-toggle-on{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.integration-card .ops-toggle-btn.ops-toggle-on:hover{background:#e2e8f0}.page{background:var(--lh-bg)}@media (width>=601px){.page{padding:16px}}.page-card{box-shadow:var(--lh-shadow);border-radius:14px}
