:root{--ov-primary:#2e7d32;--ov-primary-dark:#256a29;--ov-primary-soft:#edf7ee;--ov-primary-soft-2:#e8f5e9;--ov-bg:#f7faf7;--ov-surface:#fff;--ov-surface-muted:#f1f3f5;--ov-text:#111827;--ov-text-muted:#4b5563;--ov-text-soft:#607064;--ov-text-light:#6b7280;--ov-border:#e5e7eb;--ov-border-soft:#ececec;--ov-shadow-sm:0 4px 12px #0000000d;--ov-shadow-md:0 8px 24px #00000014;--ov-radius-sm:8px;--ov-radius-md:10px;--ov-radius-lg:16px;--ov-radius-xl:18px;--ov-transition:.2s ease;--ov-max-width:1280px}*,:before,:after{box-sizing:border-box}body{background:var(--ov-bg);color:var(--ov-text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;display:block}.customer-layout{background:var(--ov-bg);min-height:100vh}.customer-navbar{z-index:100;border-bottom:1px solid var(--ov-border-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:0 28px;display:flex;position:sticky;top:0}.customer-brand{align-items:center;gap:14px;min-width:0;display:flex}.customer-brand img{background:var(--ov-primary);object-fit:contain;border-radius:12px;width:42px;height:42px;padding:8px}.customer-brand h2{color:var(--ov-primary);margin:0;font-size:1.2rem}.customer-navbar-menu{align-items:center;gap:10px;display:flex}.customer-navbar-menu a{color:var(--ov-text-muted);border-radius:var(--ov-radius-md);transition:background var(--ov-transition), color var(--ov-transition);white-space:nowrap;align-items:center;gap:8px;padding:10px 18px;display:flex}.customer-navbar-menu a:hover{background:#f5f5f5}.customer-navbar-menu a.active{background:var(--ov-primary-soft);color:var(--ov-primary);font-weight:600}.customer-navbar-right{align-items:center;gap:18px;display:flex}.customer-user{color:var(--ov-text-muted);align-items:center;gap:10px;display:flex}.customer-logout{color:var(--ov-text-muted);cursor:pointer;transition:color var(--ov-transition);background:0 0;border:none}.customer-logout:hover{color:var(--ov-primary)}.customer-main{max-width:var(--ov-max-width);margin:0 auto;padding:32px 28px}.customer-menu{flex-direction:column;gap:24px;display:flex}.customer-menu-header h1{margin:0;font-size:clamp(2rem,4vw,42px);line-height:1.1}.customer-menu-header p{color:var(--ov-text-light);margin-top:8px}.customer-search input{background:var(--ov-surface-muted);border-radius:var(--ov-radius-md);width:100%;height:46px;transition:box-shadow var(--ov-transition), border-color var(--ov-transition), background var(--ov-transition);border:1px solid #0000;outline:none;padding:0 16px;font-size:15px}.customer-search input:focus{background:var(--ov-surface);border-color:#2e7d3240;box-shadow:0 0 0 3px #2e7d3226}.category-tabs{flex-wrap:wrap;gap:12px;display:flex}.category-tabs button{color:var(--ov-text-muted);background:var(--ov-surface);cursor:pointer;transition:all var(--ov-transition);border:1px solid #e0e0e0;border-radius:999px;padding:12px 22px;font-size:15px;font-weight:600}.category-tabs button:hover{color:var(--ov-primary);border-color:var(--ov-primary)}.category-tabs button.active{background:var(--ov-primary);color:#fff;border-color:var(--ov-primary)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;display:grid}.customer-product-card{background:var(--ov-surface);border:1px solid var(--ov-border);border-radius:var(--ov-radius-lg);box-shadow:var(--ov-shadow-sm);transition:transform var(--ov-transition), box-shadow var(--ov-transition);overflow:hidden}.customer-product-card:hover{box-shadow:var(--ov-shadow-md);transform:translateY(-4px)}.customer-product-image{background:var(--ov-surface-muted);height:220px;position:relative}.customer-product-image img{object-fit:cover;width:100%;height:100%}.customer-product-placeholder{height:100%;color:var(--ov-text-soft);place-items:center;display:grid}.customer-product-category{color:var(--ov-primary);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000014}.customer-product-body{padding:18px}.customer-product-body h3{color:var(--ov-text);margin:0;font-size:18px}.customer-product-body p{color:var(--ov-text-soft);margin:10px 0;font-size:14px;line-height:1.5}.customer-product-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.customer-product-title strong{color:var(--ov-primary);white-space:nowrap;font-size:18px}.customer-product-footer{flex-direction:column;gap:14px;display:flex}.customer-add-button,.customer-secondary-button{border-radius:var(--ov-radius-sm);cursor:pointer;width:100%;min-height:44px;transition:all var(--ov-transition);justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex}.customer-add-button{background:var(--ov-primary);color:#fff;border:none}.customer-add-button:hover{background:var(--ov-primary-dark)}.customer-add-button:active{transform:scale(.98)}.customer-secondary-button{border:1px solid var(--ov-border);color:var(--ov-text);background:#fff}.customer-secondary-button:hover{border-color:var(--ov-primary);color:var(--ov-primary)}.customer-empty-state{background:var(--ov-surface);border:1px solid var(--ov-border);border-radius:var(--ov-radius-lg);text-align:center;color:var(--ov-text-soft);padding:36px}.customer-empty-state h3{color:var(--ov-text);margin:0 0 8px}.product-detail{flex-direction:column;gap:22px;display:flex}.product-detail-back{width:fit-content;color:var(--ov-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-weight:700;display:flex}.product-detail-card{background:var(--ov-surface);border-radius:var(--ov-radius-xl);box-shadow:var(--ov-shadow-md);grid-template-columns:1.1fr .9fr;display:grid;overflow:hidden}.product-detail-overlay{z-index:500;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-detail-modal{background:var(--ov-surface);border-radius:var(--ov-radius-xl);width:min(900px,100%);box-shadow:var(--ov-shadow-md);grid-template-columns:1fr 1fr;display:grid;position:relative;overflow:hidden}.product-detail-close{z-index:2;cursor:pointer;background:#fff;border:none;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 2px 10px #0000001f}.product-detail-image{background:var(--ov-surface-muted);min-height:420px}.product-detail-image img{object-fit:cover;width:100%;height:100%}.product-detail-info{flex-direction:column;gap:18px;padding:36px;display:flex}.product-detail-info .customer-product-category{background:var(--ov-primary-soft-2);width:fit-content;box-shadow:none;position:static}.product-detail-info h1{margin:0;font-size:clamp(1.75rem,4vw,36px);line-height:1.1}.product-detail-info p{color:var(--ov-text-soft);margin:0;line-height:1.6}.product-detail-info strong{color:var(--ov-primary);font-size:28px}@media (width<=768px){.customer-main{padding:20px 14px}.customer-navbar{flex-wrap:wrap;gap:12px;padding:12px 14px}.customer-navbar-menu{scrollbar-width:thin;order:3;justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.customer-user span{display:none}.customer-menu-header h1{font-size:32px}.category-tabs{scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.category-tabs button{white-space:nowrap}.product-grid{grid-template-columns:1fr}.customer-product-image{height:190px}.product-detail-card,.product-detail-modal{grid-template-columns:1fr}.product-detail-modal{max-height:92vh;overflow-y:auto}.product-detail-image{min-height:240px}.product-detail-info{padding:22px}.product-detail-info h1{font-size:28px}}.customer-addresses{flex-direction:column;gap:24px;display:flex}.address-list{gap:18px;display:grid}.address-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.address-card h3{margin:0}.address-card p{color:#6b7280;margin:10px 0}.address-principal{color:#2e7d32;background:#e8f5e9;border-radius:999px;margin-top:12px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}.customer-primary-button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;width:fit-content;height:44px;padding:0 20px;font-weight:600}.customer-primary-button:hover{background:#256428}.address-actions{gap:12px;margin-top:18px;display:flex}.btn-danger{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:10px;height:42px;padding:0 18px;font-weight:600}.cart-item{background:#fff;border-radius:16px;align-items:center;gap:20px;padding:20px;display:flex}.cart-item img{object-fit:cover;border-radius:12px;width:90px;height:90px}.cart-info{flex:1}.cart-summary{justify-content:flex-end;margin-top:20px;display:flex}.cart-quantity button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;width:36px;height:36px}.cart-delete-button{color:#6b7280;cursor:pointer;background:0 0;border:none}.cart-delete-button:hover{color:#d32f2f}.customer-cart{flex-direction:column;gap:24px;display:flex}.cart-layout{grid-template-columns:2fr 380px;align-items:start;gap:32px;display:grid}.cart-list{flex-direction:column;gap:18px;display:flex}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:24px;padding:20px;display:grid;box-shadow:0 2px 10px #0000000a}.cart-item img{object-fit:cover;background:#f3f4f6;border-radius:14px;width:100px;height:100px}.cart-info{flex-direction:column;gap:8px;display:flex}.cart-info h3{margin:0;font-size:18px;font-weight:700}.cart-info p{color:#6b7280;margin:0}.cart-quantity{align-items:center;gap:10px;display:flex}.cart-quantity button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.cart-quantity button:hover{background:#256428}.cart-quantity span{text-align:center;min-width:24px;font-weight:700}.cart-item strong{color:#2e7d32;font-size:18px}.cart-delete-button{color:#6b7280;cursor:pointer;background:#f8f9fa;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.cart-delete-button:hover{color:#d32f2f;background:#fee2e2}.cart-summary{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:20px;padding:28px;display:flex;position:sticky;top:24px;box-shadow:0 2px 12px #0000000d}.cart-summary h2{margin:0;font-size:24px}.summary-row{color:#6b7280;justify-content:space-between;display:flex}.summary-total{justify-content:space-between;align-items:center;font-size:22px;font-weight:700;display:flex}.cart-summary .customer-primary-button{width:100%;margin-top:12px}.cart-summary .btn-secondary{width:100%}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=768px){.cart-item{text-align:center;grid-template-columns:1fr}.cart-item img{margin:auto}.cart-info{align-items:center}.cart-quantity{justify-content:center}.cart-item strong{text-align:center}.cart-delete-button{margin:auto}}.checkout-options{flex-direction:column;gap:18px;margin-top:30px;display:flex}.checkout-options h2{margin:0}.order-type-group{flex-wrap:wrap;gap:16px;display:flex}.order-type-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;display:flex}.order-type-option input{cursor:pointer}.address-selector{flex-direction:column;gap:14px;display:flex}.address-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:14px;padding:18px;display:flex}.address-option strong{margin-bottom:4px;display:block}.address-option p{color:#6b7280;margin:0}.customer-order-card{cursor:pointer}.order-detail{flex-direction:column;gap:22px;display:flex}.order-detail-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.order-detail-header>div{align-items:center;gap:10px;display:flex}.order-detail-header p{color:#6b7280;margin:0}.order-detail-section{flex-direction:column;gap:8px;display:flex}.order-detail-section h3{margin:0;font-size:17px}.order-detail-section p{color:#4b6358;margin:0}.order-detail-items{flex-direction:column;gap:12px;display:flex}.order-detail-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.order-detail-item p{color:#6b7280;margin:5px 0 0}.order-detail-total{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:16px;font-size:20px;display:flex}.order-detail-total strong{color:#087f23}.customer-orders-page{flex-direction:column;gap:28px;max-width:960px;margin:0 auto;padding:42px 24px;display:flex}.customer-orders-header h1{color:#111827;margin:0;font-size:32px;font-weight:800}.customer-orders-header p{color:#4b6358;margin:8px 0 0;font-size:17px}.order-status-tabs{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-status-tabs button{color:#4b6358;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:11px 22px;font-size:15px;font-weight:700;transition:all .2s}.order-status-tabs button.active{color:#fff;background:#2e7d32;border-color:#2e7d32}.customer-orders-list{flex-direction:column;gap:14px;display:flex}.customer-order-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:54px 1fr auto;align-items:center;gap:18px;width:100%;min-height:94px;padding:22px 20px;transition:all .2s;display:grid}.customer-order-card:hover{border-color:#2e7d32;box-shadow:0 4px 14px #2e7d321a}.customer-order-icon{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.customer-order-icon.pending,.customer-order-icon.preparing{color:#ff9800;background:#fff4dc}.customer-order-icon.ready,.customer-order-icon.delivered{color:#2fb344;background:#e8f5e9}.customer-order-icon.cancelled{color:#e03131;background:#ffe8e8}.customer-order-main{flex-direction:column;gap:8px;display:flex}.customer-order-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-order-title-row h3{color:#111827;margin:0;font-size:17px;font-weight:800}.customer-order-main p{color:#4b6358;margin:0;font-size:15px}.customer-order-badge,.customer-order-type{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.customer-order-badge.pending,.customer-order-badge.preparing{color:#ff8a00;background:#fff4dc}.customer-order-badge.ready,.customer-order-badge.delivered{color:#2fb344;background:#e8f5e9}.customer-order-badge.cancelled{color:#e03131;background:#ffe8e8}.customer-order-type{color:#4b6358;background:#f1f8f3}.customer-order-total{color:#4b6358;flex-direction:column;align-items:flex-end;gap:10px;display:flex}.customer-order-total strong{color:#087f23;font-size:20px;font-weight:800}@media (width<=768px){.customer-orders-page{gap:20px;max-width:100%;padding:36px 18px}.customer-orders-header h1{font-size:28px}.customer-orders-header p{font-size:16px}.order-status-tabs{flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.order-status-tabs button{white-space:nowrap;padding:9px 17px;font-size:13px}.customer-order-card{grid-template-columns:42px 1fr auto;gap:12px;min-height:78px;padding:16px}.customer-order-icon{width:40px;height:40px}.customer-order-title-row{gap:6px}.customer-order-title-row h3{font-size:14px}.customer-order-badge,.customer-order-type{padding:4px 8px;font-size:10px}.customer-order-main p{font-size:12px}.customer-order-total strong{font-size:15px}}.customer-layout,.customer-main,.customer-menu,.customer-cart,.customer-addresses,.customer-orders-page{width:100%;max-width:100%;overflow-x:hidden}.customer-main{min-width:0}.customer-navbar{width:100%}.customer-navbar-left,.customer-navbar-right{flex-shrink:0}.customer-navbar-menu{min-width:0}.customer-navbar-menu a{flex-shrink:0}.customer-navbar-menu::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar{height:4px}.order-status-tabs::-webkit-scrollbar{height:4px}.customer-navbar-menu::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.category-tabs::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.order-status-tabs::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.customer-menu-header{flex-direction:column;gap:8px;display:flex}.customer-search{width:100%;max-width:460px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.customer-product-card,.customer-product-title{min-width:0}.customer-product-title h3{overflow-wrap:anywhere;min-width:0}.customer-product-title strong{flex-shrink:0}.product-detail-overlay{padding:16px}.product-detail-modal{max-width:900px;max-height:92vh}.product-detail-info{min-width:0}.product-detail-info h1,.product-detail-info p{overflow-wrap:anywhere}.cart-layout{width:100%;min-width:0}.cart-list,.cart-item{min-width:0}.cart-item img{flex-shrink:0}.cart-info{min-width:0}.cart-info h3,.cart-info p{overflow-wrap:anywhere}.cart-summary{width:100%;min-width:0}.checkout-options,.order-type-group{width:100%}.order-type-option{min-width:0}.address-selector{width:100%}.address-option,.address-option div{min-width:0}.address-option strong,.address-option p{overflow-wrap:anywhere}.customer-addresses .customer-menu-header{align-items:flex-start}.address-list{width:100%;min-width:0}.address-card{min-width:0}.address-card h3,.address-card p,.address-card small{overflow-wrap:anywhere}.address-actions{flex-wrap:wrap}.address-actions button{min-width:120px}.customer-orders-page{width:100%}.customer-orders-list,.customer-order-card,.customer-order-main,.customer-order-title-row{min-width:0}.customer-order-title-row h3,.customer-order-main p{overflow-wrap:anywhere}.customer-order-total{min-width:max-content}@media (width<=1024px){.customer-main{padding:26px 20px}.cart-layout{grid-template-columns:1fr;gap:24px}.cart-summary{position:static}}@media (width<=768px){.customer-navbar{align-items:flex-start;padding:12px 14px}.customer-navbar-left{max-width:calc(100% - 70px)}.customer-brand h2{font-size:18px}.customer-navbar-right{margin-left:auto}.customer-navbar-menu{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;order:3;justify-content:flex-start;width:100%;padding-bottom:6px;overflow-x:auto}.customer-navbar-menu a{min-width:max-content;padding:9px 14px}.customer-main{padding:20px 14px}.customer-menu,.customer-cart,.customer-addresses{gap:20px}.customer-menu-header h1{font-size:30px}.customer-menu-header p{font-size:15px}.customer-search{max-width:100%}.category-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.category-tabs button{flex-shrink:0;padding:10px 18px}.product-grid{grid-template-columns:1fr;gap:16px}.customer-product-image{height:180px}.customer-product-body{padding:16px}.customer-product-title{flex-direction:column;gap:6px}.customer-product-title strong{font-size:17px}.product-detail-modal{grid-template-columns:1fr;width:100%;overflow-y:auto}.product-detail-image{min-height:210px;max-height:260px}.product-detail-info{padding:20px}.product-detail-info h1{font-size:26px}.cart-item{text-align:left;grid-template-columns:74px 1fr 40px;grid-template-areas:"image info delete""image qty total";align-items:center;gap:12px;padding:14px}.cart-item img{grid-area:image;width:74px;height:74px;margin:0}.cart-info{grid-area:info;align-items:flex-start}.cart-info h3{font-size:16px}.cart-info p{font-size:13px}.cart-quantity{grid-area:qty;justify-content:flex-start}.cart-quantity button{width:32px;height:32px}.cart-item>strong{text-align:right;grid-area:total;font-size:15px}.cart-delete-button{grid-area:delete;width:36px;height:36px;margin:0 0 0 auto}.cart-summary{padding:22px}.cart-summary h2{font-size:22px}.summary-total{font-size:20px}.order-type-group{grid-template-columns:1fr;gap:10px;display:grid}.order-type-option{justify-content:flex-start;width:100%}.address-option{padding:14px}.customer-primary-button{justify-content:center;width:100%}.address-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.address-actions button{width:100%;min-width:0}.customer-orders-page{padding:28px 14px}.order-status-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.order-status-tabs button{flex-shrink:0}.customer-order-card{grid-template-columns:42px 1fr;grid-template-areas:"icon main""total total";gap:12px;padding:16px}.customer-order-icon{grid-area:icon}.customer-order-main{grid-area:main}.customer-order-total{border-top:1px solid #e5e7eb;flex-direction:row;grid-area:total;justify-content:space-between;align-items:center;width:100%;min-width:0;padding-top:12px}}@media (width<=480px){.customer-navbar{padding:10px 12px}.customer-brand{gap:10px}.customer-brand img{width:38px;height:38px}.customer-brand h2{font-size:16px}.customer-navbar-menu a{padding:8px 12px;font-size:13px}.customer-main{padding:16px 12px}.customer-menu-header h1{font-size:26px}.customer-empty-state{padding:24px 16px}.customer-product-image{height:160px}.customer-product-body h3{font-size:16px}.customer-add-button,.customer-secondary-button,.customer-primary-button{min-height:42px}.product-detail-overlay{padding:10px}.product-detail-image{min-height:180px;max-height:220px}.product-detail-info{padding:18px}.cart-item{grid-template-columns:64px 1fr 36px;gap:10px;padding:12px}.cart-item img{width:64px;height:64px}.cart-quantity{gap:8px}.cart-quantity button{width:30px;height:30px}.cart-summary{padding:18px}.checkout-options h2{font-size:20px}.address-card{padding:18px}.address-actions{grid-template-columns:1fr}.customer-orders-header h1{font-size:26px}.customer-order-card{padding:14px}.customer-order-total{font-size:13px}.customer-order-total strong{font-size:16px}}.customer-cart-nav-link{position:relative}.customer-cart-icon-wrapper{justify-content:center;align-items:center;min-width:18px;display:flex;position:relative}.customer-cart-count-badge{color:#fff;z-index:2;background:#f59e0b;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;line-height:1;display:flex;position:absolute;top:-9px;right:-11px;box-shadow:0 2px 6px #0000002e}@media (width<=768px){.customer-cart-count-badge{min-width:17px;height:17px;font-size:10px;top:-8px;right:-10px}}.customer-product-card.out-of-stock{opacity:.72}.customer-product-card.out-of-stock .customer-product-image img{filter:grayscale(.65)}.customer-product-stock-badge{color:#b91c1c;background:#fee2e2;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;position:absolute;bottom:12px;left:12px}.customer-add-button:disabled{cursor:not-allowed;background:#9ca3af}.customer-add-button:disabled:hover{background:#9ca3af}@media (width>=769px){.customer-layout{background:var(--ov-bg);width:100%;min-height:100vh;overflow-x:hidden}.customer-navbar{flex-wrap:nowrap;align-items:center;min-height:72px;padding:0 28px}.customer-navbar-left{flex:1 1 0;min-width:220px}.customer-navbar-menu{order:initial;flex:none;justify-content:center;width:auto;padding-bottom:0;overflow:visible}.customer-navbar-menu a{padding:10px 18px;font-size:14px}.customer-navbar-right{flex:1 1 0;justify-content:flex-end;min-width:220px}.customer-main{width:100%;max-width:1280px;margin:0 auto;padding:32px 28px;overflow-x:visible}.customer-menu,.customer-cart,.customer-addresses{width:100%;max-width:100%;overflow-x:visible}.customer-menu{gap:24px}.customer-search{width:420px;max-width:420px}.category-tabs{flex-wrap:wrap;padding-bottom:0;overflow:visible}.product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px}.customer-product-card{width:100%}.customer-product-image{height:220px}.customer-product-title{flex-direction:row;align-items:flex-start}.customer-addresses{max-width:960px;margin:0 auto}.address-list{grid-template-columns:1fr;gap:18px;width:100%;display:grid}.address-card{width:100%;padding:24px}.address-actions{flex-wrap:wrap;display:flex}.address-actions button{width:auto;min-width:120px}.customer-orders-page{width:100%;max-width:960px;margin:0 auto;padding:42px 24px;overflow-x:visible}.customer-orders-list{width:100%}.customer-order-card{grid-template-columns:54px minmax(0,1fr) auto;gap:18px;min-height:94px;padding:22px 20px}.customer-order-total{align-items:flex-end;min-width:max-content}.cart-layout{grid-template-columns:minmax(0,2fr) 380px;gap:32px}.cart-summary{position:sticky;top:90px}}@media (width<=768px){.customer-main{max-width:100%;padding:20px 14px;overflow-x:hidden}.customer-navbar{flex-wrap:wrap;align-items:flex-start}.customer-navbar-menu{flex-wrap:nowrap;order:3;justify-content:flex-start;width:100%;overflow-x:auto}.customer-navbar-menu a{flex-shrink:0}.customer-addresses,.customer-orders-page,.customer-menu,.customer-cart{max-width:100%;overflow-x:hidden}.product-grid{grid-template-columns:1fr}}@media (width>=769px){.customer-layout{background:var(--ov-bg);width:100%;min-height:100vh;overflow-x:hidden}.customer-navbar{flex-wrap:nowrap;align-items:center;min-height:72px;padding:0 28px}.customer-navbar-left{flex:1 1 0;min-width:220px}.customer-navbar-menu{order:initial;flex:none;justify-content:center;width:auto;padding-bottom:0;overflow:visible}.customer-navbar-menu a{padding:10px 18px;font-size:14px}.customer-navbar-right{flex:1 1 0;justify-content:flex-end;min-width:220px}.customer-main{width:100%;max-width:1280px;margin:0 auto;padding:32px 28px;overflow-x:visible}.customer-menu,.customer-cart{width:100%;max-width:100%;overflow-x:visible}.customer-search{width:420px;max-width:420px}.category-tabs{flex-wrap:wrap;padding-bottom:0;overflow:visible}.product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px}.customer-product-image{height:220px}.customer-product-title{flex-direction:row;align-items:flex-start}.customer-addresses{width:100%;max-width:960px;margin:0 auto;overflow-x:visible}.address-list{grid-template-columns:1fr;gap:18px;width:100%;display:grid}.address-card{width:100%;padding:24px}.address-actions{flex-wrap:wrap;display:flex}.address-actions button{width:auto;min-width:120px}.customer-orders-page{width:100%;max-width:960px;margin:0 auto;padding:42px 24px;overflow-x:visible}.customer-order-card{grid-template-columns:54px minmax(0,1fr) auto;gap:18px;min-height:94px;padding:22px 20px}.customer-order-total{align-items:flex-end;min-width:max-content}.cart-layout{grid-template-columns:minmax(0,2fr) 380px;align-items:start;gap:32px;display:grid}.cart-summary{position:sticky;top:90px}}.dashboard-page{flex-direction:column;gap:26px;width:100%;max-width:100%;display:flex;overflow-x:hidden}.dashboard-title{flex-direction:column;gap:6px;display:flex}.dashboard-title h1{color:#111827;margin:0;font-size:32px;font-weight:800;line-height:1.15}.dashboard-title p{color:#4b6358;margin:0;font-size:17px}.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px;width:100%;display:grid}.dashboard-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:22px;min-width:0;padding:24px;display:flex;box-shadow:0 2px 10px #0000000a}.dashboard-kpi-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-kpi-top span{text-transform:uppercase;letter-spacing:.08em;color:#647067;font-size:13px;font-weight:800;line-height:1.35}.dashboard-kpi-icon{color:#2e7d32;background:#e8f5e9;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex}.dashboard-kpi-card strong{color:#111827;overflow-wrap:anywhere;font-size:32px;line-height:1}.dashboard-kpi-card small{align-items:center;gap:6px;font-size:13px;line-height:1.35;display:flex}.dashboard-kpi-card small svg{min-width:14px}.dashboard-kpi-card small.positive{color:#2e7d32}.dashboard-kpi-card small.warning{color:#e65100}.dashboard-main-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:22px;width:100%;display:grid}.dashboard-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-width:0;padding:24px;box-shadow:0 2px 10px #0000000a}.dashboard-revenue-panel{min-height:340px}.dashboard-panel-title{margin-bottom:22px}.dashboard-panel-title.horizontal{color:#2e7d32;justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-panel-title h2{color:#111827;margin:0;font-size:20px;line-height:1.25}.dashboard-panel-title p{color:#6b7280;margin:6px 0 0;line-height:1.4}.dashboard-line-chart{scrollbar-width:thin;-webkit-overflow-scrolling:touch;border-bottom:1px dashed #d1d5db;border-left:1px dashed #d1d5db;align-items:end;gap:14px;height:250px;padding:18px 12px 0;display:flex;overflow:auto hidden}.dashboard-line-chart::-webkit-scrollbar{height:6px}.dashboard-table-wrapper::-webkit-scrollbar{height:6px}.dashboard-line-chart::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.dashboard-table-wrapper::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.dashboard-line-point{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;min-width:76px;height:100%;display:flex}.dashboard-line-bar-wrapper{background:#eef3ef;border-radius:999px;align-items:flex-end;width:18px;height:160px;display:flex;overflow:hidden}.dashboard-line-bar{background:#2e7d32;border-radius:999px;width:100%}.dashboard-line-point span{color:#6b7280;white-space:nowrap;font-size:12px}.dashboard-line-point strong{color:#087f23;white-space:nowrap;font-size:12px}.dashboard-category-list{flex-direction:column;gap:16px;width:100%;display:flex}.dashboard-category-row{grid-template-columns:90px minmax(0,1fr) 90px;align-items:center;gap:12px;display:grid}.dashboard-category-row span{color:#4b6358;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.dashboard-category-row strong{color:#087f23;text-align:right;white-space:nowrap;font-size:13px}.dashboard-category-bar{background:#eef3ef;border-radius:6px;height:28px;overflow:hidden}.dashboard-category-bar div{background:#2e7d32;border-radius:6px;height:100%}.dashboard-status-visual{grid-template-columns:150px minmax(0,1fr);align-items:center;gap:22px;display:grid}.dashboard-donut{background:radial-gradient(circle at center, #fff 0 52%, transparent 53%), conic-gradient(#2e7d32 0 65%, #e8f5e9 65% 100%);border:1px solid #e5e7eb;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;display:flex}.dashboard-donut span{color:#087f23;font-size:32px;font-weight:800;line-height:1}.dashboard-donut small{color:#6b7280;font-weight:700}.dashboard-status-list{flex-direction:column;gap:10px;min-width:0;display:flex}.dashboard-status-row{background:#f8faf9;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.dashboard-status-row span{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.dashboard-status-row strong{color:#087f23;min-width:max-content}.dashboard-top-products{flex-direction:column;gap:14px;display:flex}.dashboard-top-product{border-bottom:1px solid #e5e7eb;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding-bottom:13px;display:grid}.dashboard-top-product:last-child{border-bottom:none;padding-bottom:0}.dashboard-product-rank{color:#2e7d32;background:#e8f5e9;border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-weight:800;display:flex}.dashboard-top-product strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dashboard-top-product span{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;display:block;overflow:hidden}.dashboard-top-product small{color:#087f23;min-width:max-content;font-weight:800}.dashboard-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.dashboard-orders-table{border-collapse:collapse;width:100%;min-width:760px}.dashboard-orders-table th,.dashboard-orders-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:13px 12px}.dashboard-orders-table th{color:#4b6358;text-transform:uppercase;font-size:13px}.dashboard-orders-table td:first-child,.dashboard-orders-table td:nth-child(5){font-weight:800}.dashboard-orders-table td:nth-child(2){text-overflow:ellipsis;max-width:180px;overflow:hidden}.dashboard-orders-table td:nth-child(5){color:#087f23}.dashboard-order-status{color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-order-status.status-1{background:#ff9800}.dashboard-order-status.status-2{background:#1565c0}.dashboard-order-status.status-3{background:#2e7d32}.dashboard-order-status.status-4{background:#2fb344}.dashboard-order-status.status-5{background:#d32f2f}.dashboard-empty{color:#6b7280;text-align:center;border:1px dashed #d1d5db;border-radius:14px;width:100%;padding:28px}@media (width<=1200px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid{grid-template-columns:1fr}.dashboard-revenue-panel{min-height:auto}}@media (width<=900px){.dashboard-page{gap:22px}.dashboard-title h1{font-size:30px}.dashboard-title p{font-size:16px}.dashboard-panel{padding:20px}.dashboard-line-chart{height:230px}.dashboard-line-bar-wrapper{height:145px}.dashboard-status-visual{grid-template-columns:140px minmax(0,1fr)}.dashboard-donut{width:140px;height:140px}}@media (width<=700px){.dashboard-page{gap:18px}.dashboard-title h1{font-size:26px}.dashboard-title p{font-size:15px}.dashboard-kpi-grid{grid-template-columns:1fr;gap:14px}.dashboard-kpi-card{gap:16px;padding:18px}.dashboard-kpi-card strong{font-size:26px}.dashboard-kpi-top span{font-size:12px}.dashboard-main-grid{gap:16px}.dashboard-panel{border-radius:16px;padding:18px}.dashboard-panel-title{margin-bottom:18px}.dashboard-panel-title h2{font-size:18px}.dashboard-panel-title p{font-size:14px}.dashboard-line-chart{gap:10px;height:210px;padding:14px 8px 0}.dashboard-line-point{min-width:62px}.dashboard-line-bar-wrapper{width:16px;height:125px}.dashboard-line-point strong{font-size:11px}.dashboard-category-row{grid-template-columns:1fr;gap:8px}.dashboard-category-row span{white-space:normal}.dashboard-category-row strong{text-align:left}.dashboard-category-bar{height:22px}.dashboard-status-visual{grid-template-columns:1fr}.dashboard-donut{width:132px;height:132px;margin:auto}.dashboard-donut span{font-size:28px}.dashboard-panel-title.horizontal{align-items:flex-start}.dashboard-orders-table{min-width:720px}}@media (width<=480px){.dashboard-title h1{font-size:24px}.dashboard-kpi-card{padding:16px}.dashboard-kpi-icon{width:34px;min-width:34px;height:34px}.dashboard-kpi-card strong{font-size:24px}.dashboard-panel{padding:16px}.dashboard-line-chart{height:190px}.dashboard-line-point{min-width:58px}.dashboard-line-bar-wrapper{height:110px}.dashboard-status-row{padding:10px}.dashboard-top-product{grid-template-columns:32px minmax(0,1fr) auto;gap:10px}.dashboard-product-rank{width:32px;min-width:32px;height:32px}.dashboard-top-product strong{font-size:14px}.dashboard-top-product span{font-size:12px}.dashboard-empty{padding:22px 14px}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:hidden auto}.modal-card{background:#fff;border-radius:18px;width:100%;max-width:520px;max-height:calc(100vh - 48px);padding:28px;overflow:hidden auto;box-shadow:0 20px 45px #00000040}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.modal-header h2{color:#111827;word-break:break-word;margin:0;font-size:22px;font-weight:800;line-height:1.25}.modal-close{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:26px;line-height:1;transition:all .2s;display:flex}.modal-close:hover{color:#2e7d32;background:#e5e7eb}.modal-body{width:100%;min-width:0;margin-top:24px}.modal-body form{width:100%;max-width:100%}.modal-body label{color:#1f2937;margin-bottom:6px;font-weight:700;display:block}.modal-body input,.modal-body select,.modal-body textarea{width:100%;max-width:100%}.modal-body textarea{resize:vertical;min-height:90px}.modal-body .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.modal-body .form-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.modal-body .btn-primary,.modal-body .btn-secondary,.modal-body .btn-danger{justify-content:center;width:100%}@media (width<=768px){.modal-overlay{align-items:flex-start;padding:20px}.modal-card{border-radius:18px;max-width:560px;max-height:calc(100vh - 40px);padding:24px}.modal-header h2{font-size:21px}}@media (width<=600px){.modal-overlay{padding:14px}.modal-card{border-radius:16px;max-width:100%;max-height:calc(100vh - 28px);padding:20px}.modal-header{gap:12px}.modal-header h2{font-size:20px}.modal-close{width:34px;min-width:34px;height:34px;font-size:24px}.modal-body{margin-top:20px}.modal-body .form-row,.modal-body .form-actions{grid-template-columns:1fr}}@media (width<=380px){.modal-overlay{padding:10px}.modal-card{border-radius:14px;max-height:calc(100vh - 20px);padding:18px 14px}.modal-header h2{font-size:18px}.modal-close{width:32px;min-width:32px;height:32px}}.users-page{flex-direction:column;gap:24px;width:100%;max-width:100%;display:flex;overflow-x:hidden}.users-page .page-header,.users-page .crud-toolbar{width:100%}.users-page .search-input{max-width:100%}.users-header{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.users-header h1{color:#111827;margin:0;font-size:32px;line-height:1.15}.users-header p{color:#667466;margin:6px 0 0;font-size:18px;line-height:1.4}.users-toolbar{flex-wrap:wrap;align-items:center;gap:14px;width:100%;display:flex}.users-search{color:#667466;background:#f0f0f2;border-radius:9px;align-items:center;gap:12px;width:420px;max-width:100%;height:46px;padding:0 14px;display:flex}.users-search input{background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:15px}.users-filters{flex-wrap:wrap;gap:10px;display:flex}.users-filters button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:9px;padding:12px 18px;font-weight:700}.users-filters button.active{color:#fff;background:#2e7d32;border-color:#2e7d32}.btn-primary{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:13px 20px;font-weight:700;display:flex}.btn-secondary:hover{color:#2e7d32;border-color:#2e7d32}.users-table-card{-webkit-overflow-scrolling:touch;background:#fff;border-radius:16px;width:100%;max-width:100%;overflow-x:auto;box-shadow:0 5px 18px #0000000f}.users-table-card::-webkit-scrollbar{height:6px}.users-table-card::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.users-table{border-collapse:collapse;width:100%;min-width:820px}.users-table th{text-align:left;color:#111827;white-space:nowrap;border-bottom:1px solid #ececec;padding:18px 24px;font-size:14px;font-weight:800}.users-table td{color:#607064;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #ececec;padding:16px 24px}.users-table td:nth-child(2){text-overflow:ellipsis;max-width:230px;overflow:hidden}.user-cell{color:#111827;align-items:center;gap:14px;min-width:0;display:flex}.user-cell strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-avatar{color:#fff;background:#2e7d32;border-radius:50%;place-items:center;width:42px;min-width:42px;height:42px;font-weight:700;display:grid}.empty-table{color:#667466;text-align:center;padding:24px}.role-badge,.status-badge,.badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 11px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}.role-badge.administrador,.badge-admin{color:#5e35b1;background:#ede7f6}.role-badge.operador,.badge-operator{color:#1976d2;background:#e3f2fd}.role-badge.cliente,.badge-customer,.status-badge.active,.badge-active{color:#2e7d32;background:#e8f5e9}.status-badge.inactive,.badge-inactive{color:#777;background:#eee}.action-buttons{align-items:center;gap:8px;display:flex}.icon-button{cursor:pointer;color:#1f2937;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.icon-button:hover{color:#2e7d32;background:#f3f4f6}.icon-button.delete{color:#607064}.icon-button.delete:hover{color:#d32f2f;background:#fee2e2}.user-form{flex-direction:column;gap:10px;width:100%;display:flex}.user-form label{color:#1f2937;font-weight:700}.user-form input,.user-form select{color:#111827;background:#f0f0f2;border:none;border-radius:8px;outline:none;width:100%;height:42px;padding:0 12px;font-size:15px}.user-form input:focus,.user-form select:focus{background:#fff;box-shadow:0 0 0 2px #2e7d3238}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.users-mobile-list{display:none}.user-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:14px;min-width:0;padding:16px;display:flex;box-shadow:0 5px 18px #0000000f}.user-mobile-main{align-items:center;gap:12px;min-width:0;display:flex}.user-mobile-main>div:last-child{min-width:0}.user-mobile-main h3{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;line-height:1.25;overflow:hidden}.user-mobile-main p{color:#667466;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:13px;line-height:1.35;overflow:hidden}.user-mobile-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:0;display:flex}.user-mobile-badges{flex-wrap:wrap;gap:8px;min-width:0;display:flex}@media (width<=900px){.users-page{gap:18px}.users-page .page-header,.users-header{flex-direction:column;align-items:stretch;gap:16px}.users-page .page-header .btn-primary,.users-header .btn-primary{justify-content:center;width:100%}.users-page .crud-toolbar,.users-toolbar{flex-direction:column;align-items:stretch}.users-page .crud-toolbar .search-input,.users-search{width:100%;max-width:none}.users-page .crud-filters,.users-filters{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%;display:grid;overflow:visible}.users-page .crud-filters button,.users-filters button{white-space:nowrap;width:100%;padding:11px 10px}}@media (width<=768px){.users-table-card{display:none}.users-mobile-list{flex-direction:column;gap:14px;width:100%;display:flex}.users-header h1{font-size:28px}.btn-primary{padding:11px 14px}}@media (width<=600px){.form-row,.form-actions{grid-template-columns:1fr}.users-page .crud-filters,.users-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.user-mobile-card{border-radius:14px;padding:14px}.user-mobile-footer{flex-direction:column;align-items:flex-start;gap:10px}.user-mobile-footer .action-buttons{justify-content:flex-start;width:100%}}@media (width<=420px){.users-page .crud-filters,.users-filters{grid-template-columns:1fr}.user-mobile-main{align-items:flex-start}.user-mobile-main h3,.user-mobile-main p{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;overflow:visible}.action-buttons{flex-wrap:wrap}}.login-page{background:#f3f8f3;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;font-family:Arial,Helvetica,sans-serif;display:flex;overflow-x:hidden}.login-brand{text-align:center;width:100%;max-width:448px;margin-bottom:32px}.login-logo{color:#fff;background:#2e7d32;border-radius:14px;place-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:30px;font-weight:700;display:grid}.login-logo img{width:36px;height:36px;display:block}.login-brand h1{color:#111;margin:0;font-size:28px;font-weight:700}.login-brand p{color:#667466;margin:10px 0 0;font-size:16px}.login-card{background:#fff;border-radius:16px;width:100%;max-width:448px;padding:28px 24px;box-shadow:0 14px 28px #00000024}.login-card h2{color:#111;margin:0 0 24px;font-size:22px;font-weight:700;line-height:1.25}.login-card label{color:#111;margin:16px 0 8px;font-size:14px;font-weight:700;display:block}.login-card input{color:#111;background:#f0f0f2;border:none;border-radius:8px;outline:none;width:100%;height:42px;padding:0 14px;font-size:15px}.login-card input::placeholder{color:#687568}.login-card input:focus{background:#fff;outline:2px solid #2e7d3240}.login-card>button[type=submit]{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;width:100%;height:44px;margin-top:22px;font-size:15px;font-weight:700}.login-card>button[type=submit]:hover{background:#256b2a}.login-divider{background:#e2e2e2;height:1px;margin:18px 0}.login-demo-title{color:#667466;margin:0 0 10px;font-size:12px;font-weight:700;line-height:1.35}.login-demo-buttons{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.login-demo-buttons button{cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:8px;min-width:0;height:34px;font-size:13px;font-weight:700}.login-demo-buttons button:hover{color:#2e7d32;border-color:#2e7d32}.login-register{text-align:center;color:#667466;margin:18px 0 0;font-size:14px}.login-register span{color:#2e7d32;cursor:pointer}.login-register-button{text-align:center;color:#2e7d32;border:2px solid #2e7d32;border-radius:10px;margin-top:12px;padding:12px;font-weight:700;transition:all .2s;display:block}.login-register-button:hover{color:#fff;background:#2e7d32}.login-error{color:#c62828;margin:14px 0 0;font-size:14px;line-height:1.4}@media (width<=768px){.login-page{justify-content:flex-start;padding:48px 18px 28px}.login-brand{margin-bottom:24px}.login-card{max-width:460px}}@media (width<=520px){.login-page{padding:34px 14px 24px}.login-brand{margin-bottom:20px}.login-logo{border-radius:14px;width:60px;height:60px;margin-bottom:14px}.login-logo img{width:34px;height:34px}.login-brand h1{font-size:26px}.login-brand p{font-size:15px}.login-card{border-radius:16px;padding:22px 18px;box-shadow:0 8px 20px #0000001a}.login-card h2{margin-bottom:20px;font-size:21px}.login-card label{margin:14px 0 7px;font-size:14px}.login-card input{height:44px;font-size:15px}.login-card>button[type=submit]{height:46px;font-size:15px}.login-demo-buttons{grid-template-columns:1fr}.login-demo-buttons button{height:40px;font-size:14px}.login-register{font-size:14px}.login-register-button{padding:11px}}@media (width<=360px){.login-page{padding-left:10px;padding-right:10px}.login-card{padding:20px 14px}.login-brand h1{font-size:24px}.login-card h2{font-size:19px}}.categories-page{flex-direction:column;gap:22px;width:100%;max-width:100%;display:flex;overflow-x:hidden}.categories-page .page-header{justify-content:space-between;align-items:flex-start;gap:18px;width:100%;display:flex}.categories-page .page-header-info{min-width:0}.categories-page .page-header-info h1{color:#111827;margin:0;font-size:32px;font-weight:800;line-height:1.15}.categories-page .page-header-info p{color:#667466;margin:6px 0 0;font-size:16px;line-height:1.35}.categories-page .page-header .btn-primary{border-radius:10px;flex-shrink:0;min-height:42px;padding:11px 18px}.categories-page .crud-toolbar{flex-wrap:wrap;align-items:center;gap:12px;width:100%;margin-bottom:0;display:flex}.categories-page .search-input{color:#667466;background:#f0f0f2;border-radius:10px;flex:0 420px;align-items:center;gap:12px;width:420px;max-width:100%;height:44px;padding:0 14px;display:flex}.categories-page .search-input input{background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:15px}.categories-page .crud-filters{flex-wrap:wrap;align-items:center;gap:8px;max-width:100%;display:flex}.categories-page .crud-filters button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dfe5df;border-radius:9px;min-height:40px;padding:10px 16px;font-weight:800}.categories-page .crud-filters button.active{color:#fff;background:#2e7d32;border-color:#2e7d32}.categories-page .users-table-card{-webkit-overflow-scrolling:touch;background:#fff;border-radius:16px;width:100%;max-width:100%;overflow-x:auto;box-shadow:0 5px 18px #0000000f}.categories-page .users-table{border-collapse:collapse;width:100%;min-width:720px}.categories-page .users-table th{text-align:left;color:#111827;white-space:nowrap;border-bottom:1px solid #ececec;padding:16px 22px;font-size:14px;font-weight:800}.categories-page .users-table td{color:#607064;vertical-align:middle;border-bottom:1px solid #ececec;padding:14px 22px}.categories-page .users-table td strong{color:#111827}.categories-page .users-table tr:last-child td{border-bottom:none}.categories-page .empty-table{color:#667466;text-align:center;padding:24px}.categories-mobile-list{display:none}.category-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:1fr auto;grid-template-areas:"content actions""status actions";align-items:center;gap:8px 12px;min-width:0;padding:13px 14px;display:grid;box-shadow:0 4px 14px #0000000d}.category-mobile-card>div:first-child,.category-mobile-card h3,.category-mobile-card p{min-width:0}.category-mobile-card h3{color:#111827;text-overflow:ellipsis;white-space:nowrap;grid-area:content;margin:0;font-size:15px;font-weight:800;line-height:1.2;overflow:hidden}.category-mobile-card p{color:#667466;text-overflow:ellipsis;white-space:nowrap;grid-area:content;margin:20px 0 0;font-size:12px;line-height:1.25;overflow:hidden}.category-mobile-footer{grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.category-mobile-footer .badge,.category-mobile-footer .status-badge{padding:4px 9px;font-size:11px}.category-mobile-footer .action-buttons,.category-mobile-footer .table-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.category-mobile-footer .icon-button{width:30px;height:30px;margin:0}.category-mobile-footer .icon-button svg{width:15px;height:15px}@media (width<=900px){.categories-page{gap:18px}.categories-page .page-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px}.categories-page .page-header-info{flex:1}.categories-page .page-header-info h1{font-size:26px}.categories-page .page-header-info p{font-size:15px}.categories-page .page-header .btn-primary{width:auto;min-width:max-content;padding:10px 14px}.categories-page .crud-toolbar{flex-direction:column;align-items:stretch;gap:10px}.categories-page .search-input{flex:none;width:100%;height:42px}.categories-page .crud-filters{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.categories-page .crud-filters button{flex-shrink:0;min-height:38px;padding:9px 16px}}@media (width<=768px){.categories-page{gap:16px}.categories-page .users-table-card{display:none}.categories-mobile-list{flex-direction:column;gap:10px;width:100%;display:flex}.categories-page .page-header{flex-direction:column;align-items:stretch;gap:12px}.categories-page .page-header .btn-primary{width:100%;min-height:40px;padding:9px 12px}.categories-page .crud-toolbar{gap:8px}.categories-page .search-input{border-radius:9px;height:40px}.categories-page .crud-filters{gap:7px}.categories-page .crud-filters button{min-height:36px;padding:8px 14px;font-size:13px}}@media (width<=480px){.categories-page{gap:14px}.categories-page .page-header-info h1{font-size:24px}.categories-page .page-header-info p{font-size:14px}.category-mobile-card{border-radius:13px;row-gap:7px;padding:12px}.category-mobile-card h3{font-size:14px}.category-mobile-card p{font-size:11.5px}.category-mobile-footer{margin-top:0}.category-mobile-footer .icon-button{width:28px;height:28px}}.products-page .table-card::-webkit-scrollbar{height:6px}.products-table-card::-webkit-scrollbar{height:6px}.products-page .table-card::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.products-table-card::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}@media (width<=900px){.products-page{gap:18px}.products-page .page-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.products-page .page-header-info{flex:1;min-width:0}.products-page .page-header-info h1{font-size:24px}.products-page .page-header-info p{font-size:15px;line-height:1.35}.products-page .page-header .btn-primary{justify-content:center;width:auto;min-width:max-content;padding:10px 14px}.products-page .crud-toolbar{flex-direction:column;align-items:stretch;gap:10px}.products-page .crud-toolbar .search-input{flex:none;width:100%;max-width:none}.products-page .crud-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:6px;overflow-x:auto}.products-page .crud-filters button{flex-shrink:0}}@media (width<=768px){.products-page .table-card,.products-table-card{border-radius:14px;overflow-x:hidden}.products-table{table-layout:fixed;width:100%;min-width:0}.products-table th:nth-child(2),.products-table td:nth-child(2),.products-table th:nth-child(3),.products-table td:nth-child(3),.products-table th:nth-child(4),.products-table td:nth-child(4),.products-table th:nth-child(5),.products-table td:nth-child(5){display:none}.products-table th{padding:12px;font-size:13px}.products-table td{padding:10px 12px}.products-table th:first-child,.products-table td:first-child{width:auto;min-width:0;max-width:none}.products-table th:last-child,.products-table td:last-child{text-align:right;width:78px;min-width:78px;max-width:78px;padding-left:4px;padding-right:8px}.product-image-cell{grid-template-columns:42px minmax(0,1fr);gap:10px;width:100%;min-width:0}.product-image-cell img,.product-image-placeholder,.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{border-radius:10px;width:42px;min-width:42px;height:42px}.product-image-info{min-width:0}.product-image-info strong{max-width:100%;font-size:14px;line-height:1.2}.product-image-info p{max-width:100%;font-size:11px;line-height:1.25}.products-table .action-buttons,.products-table .table-actions{justify-content:flex-end;gap:4px}.products-table .icon-button{width:30px;height:30px;padding:0}.products-table .icon-button svg{width:16px;height:16px}}@media (width<=520px){.products-page .page-header{flex-direction:row;align-items:flex-start}.products-page .page-header-info h1{font-size:23px}.products-page .page-header-info p{font-size:14px}.products-page .page-header .btn-primary{padding:9px 12px;font-size:13px}.products-table th:first-child,.products-table td:first-child{padding-left:10px}.products-table th:last-child,.products-table td:last-child{width:72px;min-width:72px;max-width:72px;padding-right:6px}.product-image-cell{grid-template-columns:38px minmax(0,1fr);gap:9px}.product-image-cell img,.product-image-placeholder,.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{border-radius:9px;width:38px;min-width:38px;height:38px}.product-image-info strong{font-size:13px}.product-image-info p{font-size:10.5px}.products-table .icon-button{width:28px;height:28px}.products-table .icon-button svg{width:15px;height:15px}}@media (width<=380px){.products-page .page-header{flex-direction:column;align-items:stretch}.products-page .page-header .btn-primary{width:100%}.products-table th:last-child,.products-table td:last-child{width:68px;min-width:68px;max-width:68px}.product-image-cell{grid-template-columns:36px minmax(0,1fr)}.product-image-cell img,.product-image-placeholder,.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{width:36px;min-width:36px;height:36px}}.products-page{flex-direction:column;gap:24px;width:100%;max-width:100%;display:flex;overflow-x:hidden}.products-page .page-header{width:100%}.products-page .crud-toolbar{flex-wrap:wrap;align-items:center;gap:12px;width:100%;display:flex}.products-page .crud-toolbar .search-input{flex:0 385px;width:385px;max-width:100%}.products-page .crud-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.products-page .crud-filters button{white-space:nowrap;width:auto}.product-image-cell{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.product-image-cell img,.product-image-placeholder{border-radius:10px;flex-shrink:0;width:42px;min-width:42px;height:42px}.product-image-cell img{object-fit:cover;background:#f5f5f5}.product-image-placeholder{color:#94a3b8;background:#f4f6f8;border:1px solid #e5e7eb;justify-content:center;align-items:center;display:flex}.product-image-cell.sm img,.product-image-cell.sm .product-image-placeholder{border-radius:9px;width:38px;min-width:38px;height:38px}.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{border-radius:10px;width:42px;min-width:42px;height:42px}.product-image-info{min-width:0}.product-image-info strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:800;line-height:1.2;display:block;overflow:hidden}.product-image-info p{color:#4b6358;white-space:nowrap;text-overflow:ellipsis;max-width:420px;margin:4px 0 0;font-size:12px;line-height:1.35;overflow:hidden}.category-chip{color:#2e7d32;white-space:nowrap;background:#e8f5e9;border-radius:999px;align-items:center;max-width:100%;padding:6px 12px;font-size:13px;font-weight:800;line-height:1.2;display:inline-flex}.products-page .table-card,.products-table-card{-webkit-overflow-scrolling:touch;background:#fff;border-radius:14px;width:100%;max-width:100%;display:block;overflow:auto hidden;box-shadow:0 4px 16px #0000000d}.products-page .table-card::-webkit-scrollbar{height:6px}.products-table-card::-webkit-scrollbar{height:6px}.products-page .table-card::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.products-table-card::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.products-table{border-collapse:collapse;width:100%;min-width:900px}.products-table th{color:#111827;text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:14px 24px;font-size:14px;font-weight:800}.products-table td{vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:10px 24px}.products-table tr:last-child td{border-bottom:none}.products-table td:first-child{min-width:320px;max-width:460px}.products-table td:nth-child(3) strong{color:#087f23;white-space:nowrap;font-weight:800}.products-table td:nth-child(4){color:#475569;font-weight:700}.products-table td:last-child{white-space:nowrap;width:120px}.products-table .action-buttons,.products-table .table-actions{align-items:center;gap:12px;display:flex}.products-table .icon-button{width:34px;height:34px;margin:0}.products-mobile-list{display:none!important}.product-mobile-card,.product-mobile-meta,.product-mobile-footer,.product-mobile-badges,.product-stock{display:none}@media (width<=900px){.products-page{gap:18px}.products-page .page-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.products-page .page-header-info{flex:1;min-width:0}.products-page .page-header-info h1{font-size:24px}.products-page .page-header-info p{font-size:15px;line-height:1.35}.products-page .page-header .btn-primary{justify-content:center;width:auto;min-width:max-content;padding:10px 14px}.products-page .crud-toolbar{flex-direction:column;align-items:stretch;gap:10px}.products-page .crud-toolbar .search-input{flex:none;width:100%;max-width:none}.products-page .crud-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:6px;overflow-x:auto}.products-page .crud-filters button{flex-shrink:0}}@media (width<=768px){.products-page .table-card,.products-table-card{border-radius:14px;overflow-x:hidden}.products-table{table-layout:fixed;width:100%;min-width:0}.products-table th:nth-child(2),.products-table td:nth-child(2),.products-table th:nth-child(3),.products-table td:nth-child(3),.products-table th:nth-child(4),.products-table td:nth-child(4),.products-table th:nth-child(5),.products-table td:nth-child(5){display:none}.products-table th{padding:12px;font-size:13px}.products-table td{padding:10px 12px}.products-table th:first-child,.products-table td:first-child{width:auto;min-width:0;max-width:none}.products-table th:last-child,.products-table td:last-child{text-align:right;width:78px;min-width:78px;max-width:78px;padding-left:4px;padding-right:8px}.product-image-cell{grid-template-columns:42px minmax(0,1fr);gap:10px;width:100%;min-width:0}.product-image-cell img,.product-image-placeholder,.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{border-radius:10px;width:42px;min-width:42px;height:42px}.product-image-info{min-width:0}.product-image-info strong{max-width:100%;font-size:14px;line-height:1.2}.product-image-info p{max-width:100%;font-size:11px;line-height:1.25}.products-table .action-buttons,.products-table .table-actions{justify-content:flex-end;gap:4px}.products-table .icon-button{width:30px;height:30px;padding:0}.products-table .icon-button svg{width:16px;height:16px}}@media (width<=520px){.products-page .page-header{flex-direction:row;align-items:flex-start}.products-page .page-header-info h1{font-size:23px}.products-page .page-header-info p{font-size:14px}.products-page .page-header .btn-primary{padding:9px 12px;font-size:13px}.products-table th:first-child,.products-table td:first-child{padding-left:10px}.products-table th:last-child,.products-table td:last-child{width:72px;min-width:72px;max-width:72px;padding-right:6px}.product-image-cell{grid-template-columns:38px minmax(0,1fr);gap:9px}.product-image-cell img,.product-image-placeholder,.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{border-radius:9px;width:38px;min-width:38px;height:38px}.product-image-info strong{font-size:13px}.product-image-info p{font-size:10.5px}.products-table .icon-button{width:28px;height:28px}.products-table .icon-button svg{width:15px;height:15px}}@media (width<=380px){.products-page .page-header{flex-direction:column;align-items:stretch}.products-page .page-header .btn-primary{width:100%}.products-table th:last-child,.products-table td:last-child{width:68px;min-width:68px;max-width:68px}.product-image-cell{grid-template-columns:36px minmax(0,1fr)}.product-image-cell img,.product-image-placeholder,.product-image-cell.lg img,.product-image-cell.lg .product-image-placeholder{width:36px;min-width:36px;height:36px}}.topbar{background:0 0;justify-content:space-between;align-items:center;gap:18px;width:100%;max-width:100%;min-height:72px;margin-bottom:32px;display:flex}.topbar-left{width:100%;min-width:0}.topbar-left h1{color:#1f2937;overflow-wrap:anywhere;margin:0;font-size:30px;font-weight:800;line-height:1.15}.topbar-left p{color:#6b7280;overflow-wrap:anywhere;margin:6px 0 0;font-size:15px;line-height:1.45}@media (width<=768px){.topbar{align-items:flex-start;min-height:auto;margin-bottom:24px}.topbar-left h1{font-size:26px}.topbar-left p{font-size:14px}}@media (width<=480px){.topbar{margin-bottom:20px}.topbar-left h1{font-size:23px}.topbar-left p{font-size:13px}}.admin-layout{background:#f3f8f3;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.admin-main{flex:1;width:calc(100% - 240px);min-width:0;margin-left:240px;transition:margin-left .2s,width .2s}.admin-layout.sidebar-collapsed .admin-main{width:calc(100% - 76px);margin-left:76px}.admin-content{width:100%;max-width:100%;padding:28px;overflow-x:hidden}.admin-sidebar{color:#fff;z-index:1000;background:#16591f;border-right:1px solid #ffffff14;flex-direction:column;width:240px;height:100vh;transition:width .2s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar-brand{border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:14px;min-height:78px;padding:20px;display:flex}.sidebar-brand-icon{background:#2e7d32;border-radius:10px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;display:flex}.sidebar-brand-icon img{width:24px;height:24px;display:block}.sidebar-brand h2{white-space:nowrap;margin:0;font-size:18px;font-weight:700}.sidebar-brand p{letter-spacing:2px;opacity:.75;white-space:nowrap;margin:4px 0 0;font-size:12px}.sidebar-menu{flex-direction:column;flex:1;gap:6px;min-height:0;padding:16px 10px;display:flex;overflow:hidden auto}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:999px}.sidebar-item{color:#d9eadb;border-radius:10px;align-items:center;gap:14px;width:100%;min-height:48px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex}.sidebar-item:hover,.sidebar-item.active{color:#fff;background:#2d7b33}.sidebar-item-icon{justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;display:flex}.sidebar-item-icon svg,.sidebar-item svg{width:20px;min-width:20px;height:20px;display:block}.sidebar-item-label{white-space:nowrap;text-overflow:ellipsis;font-size:17px;overflow:hidden}.sidebar-footer{border-top:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:10px;margin-top:auto;padding:18px 16px;display:flex}.sidebar-user{background:#ffffff14;border-radius:12px;align-items:center;gap:12px;min-width:0;min-height:58px;margin-bottom:8px;padding:14px;display:flex}.sidebar-user .avatar,.sidebar-user [class*=avatar],.sidebar-user-avatar{color:#fff;background:#2e7d32;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-weight:800;display:flex}.sidebar-user>div:last-child{min-width:0}.sidebar-user strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.sidebar-user span,.sidebar-user small{opacity:.8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.sidebar-action{color:#d9eadb;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:44px;padding:12px 8px;font-size:16px;transition:all .2s;display:flex}.sidebar-action:hover{color:#fff;background:#ffffff0f}.sidebar-action svg{width:18px;min-width:18px;height:18px}.sidebar-action span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-sidebar.collapsed{width:76px}.admin-sidebar.collapsed .sidebar-brand{justify-content:center;padding:20px 10px}.admin-sidebar.collapsed .sidebar-brand>div:last-child{display:none}.admin-sidebar.collapsed .sidebar-menu{align-items:center;padding:16px 8px}.admin-sidebar.collapsed .sidebar-item{justify-content:center;gap:0;width:48px;height:48px;min-height:48px;padding:0}.admin-sidebar.collapsed .sidebar-item-label{display:none}.admin-sidebar.collapsed .sidebar-footer{align-items:center;padding:18px 8px}.admin-sidebar.collapsed .sidebar-user{justify-content:center;width:48px;height:48px;min-height:48px;padding:0}.admin-sidebar.collapsed .sidebar-user>div:last-child{display:none}.admin-sidebar.collapsed .sidebar-user .avatar,.admin-sidebar.collapsed .sidebar-user [class*=avatar],.admin-sidebar.collapsed .sidebar-user-avatar{width:34px;min-width:34px;height:34px}.admin-sidebar.collapsed .sidebar-action{justify-content:center;gap:0;width:48px;height:44px;min-height:44px;padding:0}.admin-sidebar.collapsed .sidebar-action span{display:none}@media (width<=900px){.admin-sidebar{width:76px}.admin-layout .admin-main{width:calc(100% - 76px);margin-left:76px}.admin-sidebar .sidebar-brand{justify-content:center;padding:20px 10px}.admin-sidebar .sidebar-brand>div:last-child{display:none}.admin-sidebar .sidebar-menu{align-items:center;padding:16px 8px}.admin-sidebar .sidebar-item{justify-content:center;gap:0;width:48px;height:48px;min-height:48px;padding:0}.admin-sidebar .sidebar-item-label{display:none}.admin-sidebar .sidebar-footer{align-items:center;padding:18px 8px}.admin-sidebar .sidebar-user{justify-content:center;width:48px;height:48px;min-height:48px;padding:0}.admin-sidebar .sidebar-user>div:last-child{display:none}.admin-sidebar .sidebar-user .avatar,.admin-sidebar .sidebar-user [class*=avatar],.admin-sidebar .sidebar-user-avatar{width:34px;min-width:34px;height:34px}.admin-sidebar .sidebar-action{justify-content:center;gap:0;width:48px;height:44px;min-height:44px;padding:0}.admin-sidebar .sidebar-action span{display:none}.admin-content{padding:20px}}@media (width<=640px){.admin-sidebar{width:64px}.admin-layout .admin-main{width:calc(100% - 64px);margin-left:64px}.admin-sidebar .sidebar-brand{min-height:68px;padding:16px 8px}.admin-sidebar .sidebar-brand-icon{width:38px;min-width:38px;height:38px}.admin-sidebar .sidebar-brand-icon img{width:22px;height:22px}.admin-sidebar .sidebar-menu{padding:14px 6px}.admin-sidebar .sidebar-item,.admin-sidebar .sidebar-user{width:44px;height:44px;min-height:44px}.admin-sidebar .sidebar-action{width:44px;height:42px;min-height:42px}.admin-content{padding:16px}}@media (width<=420px){.admin-sidebar{width:58px}.admin-layout .admin-main{width:calc(100% - 58px);margin-left:58px}.admin-sidebar .sidebar-brand{min-height:62px;padding:14px 6px}.admin-sidebar .sidebar-brand-icon{width:34px;min-width:34px;height:34px}.admin-sidebar .sidebar-brand-icon img{width:20px;height:20px}.admin-sidebar .sidebar-item{width:40px;height:40px;min-height:40px}.admin-sidebar .sidebar-item-icon svg,.admin-sidebar .sidebar-item svg{width:18px;min-width:18px;height:18px}.admin-sidebar .sidebar-footer{padding:14px 5px}.admin-sidebar .sidebar-user{width:40px;height:40px;min-height:40px}.admin-sidebar .sidebar-user .avatar,.admin-sidebar .sidebar-user [class*=avatar],.admin-sidebar .sidebar-user-avatar{width:30px;min-width:30px;height:30px;font-size:12px}.admin-sidebar .sidebar-action{width:40px;height:40px;min-height:40px}.admin-content{padding:14px 10px}}.admin-sidebar{box-sizing:border-box;flex:0 0 240px;min-width:240px;max-width:240px;overflow:hidden}.admin-sidebar.collapsed{flex:0 0 76px;min-width:76px;max-width:76px}.sidebar-menu{scrollbar-width:none;overflow:hidden auto}.sidebar-menu::-webkit-scrollbar{width:0;height:0;display:none}@media (width<=900px){.admin-sidebar{flex:0 0 76px;width:76px;min-width:76px;max-width:76px}}@media (width<=640px){.admin-sidebar{flex:0 0 64px;width:64px;min-width:64px;max-width:64px}}@media (width<=420px){.admin-sidebar{flex:0 0 58px;width:58px;min-width:58px;max-width:58px}}.register-page{background:#f4faf5;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:32px 18px;display:flex;overflow-x:hidden}.register-brand{text-align:center;width:100%;max-width:448px;margin-bottom:32px}.register-logo{background:#2e7d32;border-radius:18px;place-items:center;width:64px;height:64px;margin:0 auto 18px;display:grid}.register-logo img{width:34px;height:34px;display:block}.register-brand h1{color:#111827;margin:0;font-size:26px;font-weight:800;line-height:1.2}.register-brand p{color:#607064;margin:10px 0 0;font-size:16px;line-height:1.4}.register-card{background:#fff;border-radius:16px;width:100%;max-width:448px;padding:26px 24px;box-shadow:0 16px 36px #0000001f}.register-card h2{color:#111827;margin:0 0 26px;font-size:22px;font-weight:800;line-height:1.25}.register-card label{color:#111827;margin:0 0 8px;font-size:14px;font-weight:700;display:block}.register-card input{color:#111827;background:#f0f0f2;border:none;border-radius:8px;outline:none;width:100%;height:42px;margin-bottom:14px;padding:0 14px;font-size:15px}.register-card input::placeholder{color:#6b7280}.register-card input:focus{background:#fff;box-shadow:0 0 0 2px #2e7d3238}.register-terms{color:#607064;margin:6px 0 18px;font-size:12px;line-height:1.5}.register-card button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:44px;font-size:15px;font-weight:800;display:flex}.register-card button:hover{background:#256d29}.register-card button:disabled{opacity:.7;cursor:not-allowed}.register-card button svg{flex-shrink:0}.register-footer{text-align:center;color:#607064;margin:18px 0 0;font-size:14px;line-height:1.4}.register-footer a{color:#2e7d32;font-weight:800}@media (width<=768px){.register-page{padding:36px 18px 28px}.register-brand{margin-bottom:24px}.register-card{max-width:460px}}@media (width<=520px){.register-page{padding:30px 14px 24px}.register-brand{margin-bottom:20px}.register-logo{border-radius:16px;width:60px;height:60px;margin-bottom:14px}.register-logo img{width:32px;height:32px}.register-brand h1{font-size:25px}.register-brand p{font-size:15px}.register-card{border-radius:16px;padding:22px 18px;box-shadow:0 8px 20px #0000001a}.register-card h2{margin-bottom:22px;font-size:21px}.register-card label{font-size:14px}.register-card input{height:44px;margin-bottom:13px;font-size:15px}.register-card button{min-height:46px;font-size:15px}.register-terms{font-size:12px}.register-footer{font-size:14px}}@media (width<=360px){.register-page{padding-left:10px;padding-right:10px}.register-card{padding:20px 14px}.register-brand h1{font-size:23px}.register-card h2{font-size:19px}}.operator-orders-page{flex-direction:column;gap:28px;display:flex}.operator-orders-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.operator-orders-header h1{margin:0;font-size:32px;font-weight:800}.operator-orders-header p{color:#4b6358;margin:6px 0 0;font-size:18px}.operator-orders-actions{align-items:center;gap:12px;display:flex}.operator-search-box{color:#4b6358;background:#f3f4f6;border-radius:8px;align-items:center;gap:10px;width:260px;height:48px;padding:0 14px;display:flex}.operator-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:16px}.operator-orders-actions button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.operator-orders-board{grid-template-columns:repeat(4,minmax(240px,1fr));align-items:start;gap:20px;display:grid}.operator-order-column{flex-direction:column;gap:14px;display:flex}.operator-column-header{border-radius:12px;justify-content:space-between;align-items:center;height:46px;padding:0 16px;font-weight:800;display:flex}.operator-column-header>div{align-items:center;gap:10px;display:flex}.operator-column-header h2{margin:0;font-size:16px}.operator-column-header span{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.operator-column-header.new{color:#ff7a00;background:#fff4dc}.operator-column-header.new span{background:#ff7a00}.operator-column-header.preparing{color:#1565c0;background:#e3f2fd}.operator-column-header.preparing span{background:#1565c0}.operator-column-header.ready{color:#2e7d32;background:#e8f5e9}.operator-column-header.ready span{background:#2e7d32}.operator-column-header.delivered{color:#2fb344;background:#e8f5e9}.operator-column-header.delivered span{background:#2fb344}.operator-column-list{flex-direction:column;gap:12px;display:flex}.operator-order-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:16px;transition:all .2s;display:flex}.operator-order-card:hover{border-color:#2e7d32;box-shadow:0 4px 14px #2e7d321f}.operator-order-card-header{justify-content:space-between;gap:12px;display:flex}.operator-order-card-header h3{margin:0;font-size:18px;font-weight:800}.operator-order-card-header p{color:#4b6358;margin:6px 0 0;font-weight:700}.operator-order-type{color:#fff;border-radius:7px;height:24px;padding:4px 9px;font-size:12px;font-weight:800}.operator-order-type.delivery{background:#1565c0}.operator-order-type.pickup{background:#7b1fa2}.operator-order-type.in-person{background:#e65100}.operator-order-items{border-top:1px solid #e5e7eb;flex-direction:column;gap:6px;padding-top:12px;display:flex}.operator-order-items p{margin:0;font-size:15px}.operator-order-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.operator-order-footer strong{color:#087f23;font-size:20px}.operator-order-footer button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-weight:800;display:flex}.operator-empty-column{text-align:center;color:#6b7280;background:#fff;border:1px dashed #d1d5db;border-radius:14px;padding:24px}@media (width<=1100px){.operator-orders-board{grid-template-columns:none;grid-auto-columns:280px;grid-auto-flow:column;padding-bottom:12px;overflow-x:auto}.operator-orders-header{flex-direction:column;align-items:flex-start}}.operator-order-actions{align-items:center;gap:8px;display:flex}.operator-order-footer .operator-cancel-button{color:#4b6358;background:#fff;border:1px solid #e5e7eb}.operator-order-footer .operator-cancel-button:hover{color:#d32f2f;background:#fee2e2;border-color:#fecaca}.operator-column-header.cancelled{color:#d32f2f;background:#ffe8e8}.operator-column-header.cancelled span{background:#d32f2f}.operator-new-order-page{flex-direction:column;gap:28px;display:flex}.operator-new-order-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;display:grid}.operator-menu-panel{flex-direction:column;gap:22px;display:flex}.operator-search-box.full{background:#fff;border:1px solid #e5e7eb;width:100%}.operator-order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:18px;padding:22px;display:flex;position:sticky;top:24px;box-shadow:0 2px 10px #0000000a}.operator-order-summary-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.operator-order-summary-header h2{margin:0;font-size:22px}.operator-order-summary-header button{color:#d32f2f;cursor:pointer;background:0 0;border:none;font-weight:700}.operator-empty-cart{text-align:center;color:#6b7280;border:1px dashed #d1d5db;border-radius:14px;padding:22px}.operator-order-cart-list{flex-direction:column;gap:12px;display:flex}.operator-order-cart-item{border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.operator-order-cart-item strong{font-size:15px;display:block}.operator-order-cart-item p{color:#6b7280;margin:4px 0 0;font-size:14px}.operator-cart-controls{align-items:center;gap:8px;display:flex}.operator-cart-controls button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.operator-cart-controls span{text-align:center;min-width:24px;font-weight:800}.operator-cart-controls .operator-remove-item{color:#d32f2f;background:#fee2e2;margin-left:auto}.operator-order-summary-total{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:18px;font-size:20px;display:flex}.operator-order-summary-total strong{color:#087f23}.operator-create-order-button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 18px;font-weight:800;display:flex}.operator-create-order-button:disabled{opacity:.55;cursor:not-allowed}.operator-create-order-button.full{width:100%}@media (width<=1100px){.operator-new-order-layout{grid-template-columns:1fr}.operator-order-summary{position:static}}.kitchen-page{flex-direction:column;gap:28px;display:flex}.commands-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.command-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;padding:18px;transition:all .2s;display:flex}.command-card:hover{border-color:#2e7d32;box-shadow:0 4px 14px #2e7d321f}.command-card-header{grid-template-columns:44px 1fr auto;align-items:center;gap:12px;display:grid}.command-card-icon{color:#2e7d32;background:#e8f5e9;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.command-card-header h3{margin:0;font-size:18px;font-weight:800}.command-card-header p{color:#4b6358;margin:4px 0 0;font-weight:700}.command-status{color:#ff7a00;background:#fff4dc;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.command-card-meta{color:#4b6358;flex-direction:column;gap:8px;font-size:14px;display:flex}.command-card-meta span{align-items:center;gap:8px;display:flex}.command-card-items{border-top:1px solid #e5e7eb;flex-direction:column;gap:7px;padding-top:14px;display:flex}.command-card-items p{margin:0;font-weight:600}.command-card-items small{color:#6b7280}.command-observation{color:#4b6358;background:#f9fafb;border-radius:10px;margin:0;padding:10px 12px;font-size:14px}.kitchen-ticket-page{flex-direction:column;gap:28px;display:flex}.kitchen-ticket-layout{grid-template-columns:400px minmax(0,1fr);align-items:start;gap:24px;display:grid}.kitchen-ticket-list-panel{flex-direction:column;gap:16px;display:flex}.kitchen-ticket-list{flex-direction:column;gap:12px;display:flex}.command-list-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;gap:16px;padding:18px;transition:all .2s;display:flex}.command-list-item.selected{background:#e8f5e9;border-color:#2e7d32}.command-list-item:hover{border-color:#2e7d32}.command-list-item h3{margin:0;font-size:17px;font-weight:800}.command-list-item p{color:#4b6358;margin:7px 0;font-weight:600}.command-list-item span{color:#4b6358}.command-list-status{align-items:flex-start;display:flex}.command-status-badge{color:#fff;border-radius:999px;padding:6px 10px;font-size:12px}.status-1{background:#ff9800}.status-2{background:#1565c0}.status-3{background:#2e7d32}.status-4{background:#2fb344}.status-5{background:#d32f2f}.ticket-preview-wrapper{flex-direction:column;gap:16px;display:flex}.ticket-preview-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.ticket-preview-header h2{margin:0;font-size:22px}.ticket-preview-header button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:flex}.kitchen-ticket{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:520px;padding:36px 64px;font-family:monospace}.kitchen-ticket h1{text-align:center;letter-spacing:8px;margin:0 0 12px;font-size:24px}.kitchen-ticket h2{text-align:center;margin:0 0 22px;font-size:16px}.kitchen-ticket hr{border:none;border-top:1px dashed #cbd5e1;margin:22px 0}.ticket-row{justify-content:space-between;gap:20px;margin:12px 0;font-size:15px;display:flex}.ticket-row span{color:#4b6358}.ticket-status{color:#fff;border-radius:999px;padding:5px 10px}.kitchen-ticket h3{color:#4b6358;letter-spacing:2px;margin:0 0 16px;font-size:14px}.ticket-items{flex-direction:column;gap:14px;display:flex}.ticket-item{align-items:center;gap:16px;font-size:18px;display:flex}.ticket-item span{color:#fff;background:#2e7d32;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.ticket-note{color:#92400e;background:#fff4dc;border-radius:10px;margin-top:18px;padding:12px}.ticket-footer{color:#d32f2f;background:#fee2e2;border-radius:10px;align-items:center;gap:8px;padding:12px;font-weight:700;display:flex}.ticket-preview-empty{color:#6b7280;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:40px}@media (width<=1100px){.kitchen-ticket-layout{grid-template-columns:1fr}.kitchen-ticket{padding:28px}}.kitchen-filter-tabs{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.kitchen-filter-tabs button{color:#4b6358;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 18px;font-weight:800;transition:all .2s}.kitchen-filter-tabs button.active{color:#fff;background:#2e7d32;border-color:#2e7d32}.ticket-preview-actions{align-items:center;gap:10px;display:flex}.ticket-preview-header .ticket-prep-button{background:#1565c0}.ticket-preview-header .ticket-prep-button:hover{background:#0d47a1}.receipts-page{flex-direction:column;gap:28px;display:flex}.receipts-layout{grid-template-columns:400px minmax(0,1fr);align-items:start;gap:24px;display:grid}.receipt-list-panel{flex-direction:column;gap:16px;display:flex}.receipt-list{flex-direction:column;gap:12px;display:flex}.receipt-list-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;gap:16px;padding:18px;transition:all .2s;display:flex}.receipt-list-item.selected{background:#e8f5e9;border-color:#2e7d32}.receipt-list-item:hover{border-color:#2e7d32}.receipt-list-item h3{margin:0;font-size:17px;font-weight:800}.receipt-list-item p{color:#4b6358;margin:7px 0;font-weight:600}.receipt-list-item span{color:#4b6358}.receipt-list-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.receipt-list-right strong{color:#087f23;font-size:18px}.receipt-list-right small{border-radius:999px;padding:5px 9px;font-weight:800}.receipt-list-right .paid{color:#2e7d32;background:#e8f5e9}.receipt-list-right .pending-payment{color:#ff7a00;background:#fff4dc}.receipt-preview-wrapper{flex-direction:column;gap:16px;display:flex}.receipt-preview-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.receipt-preview-header h2{margin:0;font-size:22px}.receipt-preview-header button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:flex}.receipt-preview-header button:disabled{opacity:.5;cursor:not-allowed}.receipt-ticket{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:520px;padding:36px 64px;font-family:monospace}.receipt-logo{color:#fff;background:#2e7d32;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 18px;font-weight:800;display:flex}.receipt-ticket h1{text-align:center;letter-spacing:6px;margin:0 0 8px;font-size:24px}.receipt-ticket>p{text-align:center;color:#4b6358;margin:0}.receipt-ticket hr{border:none;border-top:1px dashed #cbd5e1;margin:22px 0}.receipt-row,.receipt-item{justify-content:space-between;gap:20px;margin:12px 0;font-size:15px;display:flex}.receipt-ticket h3{color:#4b6358;letter-spacing:2px;margin:0 0 16px;font-size:14px}.receipt-items{flex-direction:column;gap:10px;display:flex}.receipt-total{justify-content:space-between;align-items:center;font-size:22px;font-weight:800;display:flex}.receipt-total strong{color:#087f23}.receipt-payment-box{flex-direction:column;gap:10px;display:flex}.receipt-payment-received{color:#2e7d32;background:#e8f5e9;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:800;display:flex}.receipt-payment-actions{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:end;gap:16px;padding:18px;display:flex}.receipt-payment-actions label{flex-direction:column;gap:8px;font-weight:700;display:flex}.receipt-payment-actions select{border:1px solid #d1d5db;border-radius:8px;height:42px;padding:0 12px}.receipt-payment-actions button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:flex}.receipt-preview-empty{color:#6b7280;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:40px}@media (width<=1100px){.receipts-layout{grid-template-columns:1fr}.receipt-ticket{padding:28px}}.operator-orders-page,.operator-new-order-page,.kitchen-page,.kitchen-ticket-page,.receipts-page{width:100%;max-width:100%;overflow-x:hidden}.operator-orders-page *,.operator-new-order-page *,.kitchen-page *,.kitchen-ticket-page *,.receipts-page *{min-width:0}.operator-orders-header,.ticket-preview-header,.receipt-preview-header,.operator-order-summary-header{width:100%}.operator-orders-header h1,.operator-orders-header p,.ticket-preview-header h2,.receipt-preview-header h2,.operator-order-summary-header h2{overflow-wrap:anywhere}.operator-orders-actions,.operator-search-box{max-width:100%}.operator-search-box input{min-width:0}.operator-orders-board{width:100%;max-width:100%}.operator-order-column,.operator-column-header,.operator-column-header>div{min-width:0}.operator-column-header h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operator-column-list,.operator-order-card,.operator-order-card-header,.operator-order-card-header>div{min-width:0}.operator-order-card-header h3,.operator-order-card-header p{overflow-wrap:anywhere}.operator-order-type{white-space:nowrap;flex-shrink:0}.operator-order-items{min-width:0}.operator-order-items p{overflow-wrap:anywhere}.operator-order-footer{min-width:0}.operator-order-actions{flex-wrap:wrap;justify-content:flex-end}.operator-order-footer button{justify-content:center;min-height:40px}.operator-new-order-layout{width:100%;max-width:100%}.operator-menu-panel,.operator-order-summary,.operator-order-cart-list,.operator-order-cart-item{min-width:0}.operator-order-cart-item strong,.operator-order-cart-item p{overflow-wrap:anywhere}.operator-cart-controls{flex-wrap:wrap}.operator-cart-controls button{flex-shrink:0}.operator-order-summary-total{gap:12px}.operator-create-order-button{min-height:44px}.commands-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));width:100%;max-width:100%}.command-card,.command-card-header,.command-card-header>div{min-width:0}.command-card-header h3,.command-card-header p,.command-card-items p,.command-card-items small,.command-observation{overflow-wrap:anywhere}.command-card-icon{flex-shrink:0}.command-status{white-space:nowrap}.kitchen-ticket-layout{width:100%;max-width:100%}.kitchen-ticket-list-panel,.kitchen-ticket-list,.ticket-preview-wrapper,.command-list-item,.command-list-item>div:first-child{min-width:0}.command-list-item h3,.command-list-item p,.command-list-item span{overflow-wrap:anywhere}.command-list-status{flex-shrink:0}.command-status-badge{white-space:nowrap}.ticket-preview-actions{flex-wrap:wrap;justify-content:flex-end}.ticket-preview-header button{justify-content:center;min-height:42px}.kitchen-ticket{width:100%;max-width:100%;overflow-x:auto}.kitchen-ticket h1,.kitchen-ticket h2,.kitchen-ticket h3{overflow-wrap:anywhere}.ticket-row{min-width:0}.ticket-row strong,.ticket-row span{overflow-wrap:anywhere}.ticket-item{min-width:0}.ticket-item span{flex-shrink:0}.ticket-item strong,.ticket-note,.ticket-footer{overflow-wrap:anywhere}.kitchen-filter-tabs{max-width:100%}.kitchen-filter-tabs button{white-space:nowrap}.receipts-layout{width:100%;max-width:100%}.receipt-list-panel,.receipt-list,.receipt-preview-wrapper,.receipt-list-item,.receipt-list-item>div:first-child{min-width:0}.receipt-list-item h3,.receipt-list-item p,.receipt-list-item span{overflow-wrap:anywhere}.receipt-list-right{flex-shrink:0}.receipt-list-right small{white-space:nowrap}.receipt-preview-header button{justify-content:center;min-height:42px}.receipt-ticket{width:100%;max-width:100%;overflow-x:auto}.receipt-ticket h1,.receipt-ticket h3,.receipt-ticket p{overflow-wrap:anywhere}.receipt-row,.receipt-item,.receipt-total{min-width:0}.receipt-row span,.receipt-row strong,.receipt-item span,.receipt-item strong,.receipt-total span,.receipt-total strong{overflow-wrap:anywhere}.receipt-payment-actions{width:100%;max-width:100%}.receipt-payment-actions label{min-width:0}.receipt-payment-actions select{width:100%;max-width:100%}@media (width<=1100px){.operator-orders-header{flex-direction:column;align-items:stretch}.operator-orders-actions{grid-template-columns:1fr auto;gap:12px;width:100%;display:grid}.operator-search-box{width:100%}.operator-orders-board{scrollbar-width:thin;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:minmax(280px,320px);grid-auto-flow:column;padding-bottom:14px;display:grid;overflow:auto hidden}.operator-orders-board::-webkit-scrollbar{height:6px}.kitchen-filter-tabs::-webkit-scrollbar{height:6px}.operator-orders-board::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.kitchen-filter-tabs::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.operator-new-order-layout,.kitchen-ticket-layout,.receipts-layout{grid-template-columns:1fr}.operator-order-summary{position:static}.kitchen-ticket,.receipt-ticket{min-height:auto;padding:28px}}@media (width<=768px){.operator-orders-page,.operator-new-order-page,.kitchen-page,.kitchen-ticket-page,.receipts-page{gap:22px}.operator-orders-header h1{font-size:28px}.operator-orders-header p{font-size:16px}.operator-orders-actions{grid-template-columns:1fr}.operator-orders-actions button{width:100%;height:44px}.operator-search-box{height:44px}.operator-orders-board{grid-auto-columns:minmax(260px,86vw);gap:16px}.operator-column-header{height:auto;min-height:44px;padding:10px 12px}.operator-order-card{gap:12px;padding:14px}.operator-order-card-header{flex-direction:column;gap:8px}.operator-order-card-header h3{font-size:16px}.operator-order-card-header p{font-size:14px}.operator-order-footer{flex-direction:column;align-items:stretch}.operator-order-footer strong{font-size:18px}.operator-order-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.operator-order-footer button{width:100%}.operator-new-order-layout{gap:20px}.operator-order-summary{border-radius:16px;padding:18px}.operator-order-summary-header{align-items:flex-start}.operator-order-summary-header h2{font-size:20px}.operator-cart-controls{justify-content:flex-start}.operator-order-summary-total{font-size:18px}.commands-grid{grid-template-columns:1fr;gap:14px}.command-card{padding:16px}.command-card-header{grid-template-columns:40px minmax(0,1fr);grid-template-areas:"icon main""status status"}.command-card-icon{grid-area:icon;width:40px;height:40px}.command-card-header>div{grid-area:main}.command-status{grid-area:status;width:fit-content}.kitchen-filter-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.kitchen-filter-tabs button{flex-shrink:0;padding:9px 16px}.command-list-item,.receipt-list-item{flex-direction:column;align-items:stretch;padding:16px}.command-list-status,.receipt-list-right{align-items:flex-start}.ticket-preview-header,.receipt-preview-header{flex-direction:column;align-items:stretch}.ticket-preview-actions{grid-template-columns:1fr;width:100%;display:grid}.ticket-preview-header button,.receipt-preview-header button{width:100%}.kitchen-ticket,.receipt-ticket{border-radius:14px;padding:22px}.kitchen-ticket h1{letter-spacing:5px;font-size:22px}.receipt-ticket h1{letter-spacing:4px;font-size:22px}.ticket-row,.receipt-row,.receipt-item{gap:12px;font-size:14px}.ticket-item{gap:12px;font-size:16px}.ticket-item span{width:34px;height:34px}.receipt-payment-actions{flex-direction:column;align-items:stretch;padding:16px}.receipt-payment-actions button{justify-content:center;width:100%}.receipt-total{font-size:20px}}@media (width<=480px){.operator-orders-page,.operator-new-order-page,.kitchen-page,.kitchen-ticket-page,.receipts-page{gap:18px}.operator-orders-header h1{font-size:24px}.operator-orders-header p{font-size:14px}.operator-orders-board{grid-auto-columns:minmax(240px,84vw)}.operator-column-header h2{font-size:14px}.operator-column-header span{width:24px;height:24px;font-size:12px}.operator-order-card{padding:12px}.operator-order-items p{font-size:14px}.operator-order-footer strong{font-size:17px}.operator-order-summary{padding:16px}.operator-order-cart-item{padding:12px}.operator-cart-controls button{width:28px;height:28px}.operator-create-order-button{padding:12px 14px}.command-card{padding:14px}.command-card-header h3{font-size:16px}.command-card-header p,.command-card-meta{font-size:13px}.kitchen-ticket,.receipt-ticket{padding:18px 14px}.kitchen-ticket h1,.receipt-ticket h1{letter-spacing:3px;font-size:20px}.kitchen-ticket h2{font-size:14px}.ticket-row,.receipt-row,.receipt-item{flex-direction:column;gap:4px;margin:10px 0}.ticket-row strong,.receipt-row strong,.receipt-item strong{text-align:left}.ticket-item{align-items:flex-start;font-size:15px}.ticket-item span{width:30px;min-width:30px;height:30px;font-size:13px}.ticket-preview-empty,.receipt-preview-empty,.operator-empty-column,.operator-empty-cart{padding:20px 14px}.receipt-logo{border-radius:12px;width:44px;height:44px}.receipt-total{font-size:18px}.receipt-payment-actions{padding:14px}}@media (width<=768px){.operator-orders-page{gap:18px;width:100%;max-width:100%;overflow-x:hidden}.operator-orders-header{flex-direction:column;align-items:stretch;gap:14px}.operator-orders-header h1{font-size:24px;line-height:1.15}.operator-orders-header p{font-size:14px;line-height:1.35}.operator-orders-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.operator-search-box{width:100%;height:42px}.operator-orders-actions button{width:100%;height:40px}.operator-orders-board{flex-direction:column;gap:14px;width:100%;max-width:100%;padding-bottom:0;display:flex;overflow:hidden visible}.operator-order-column{gap:10px;width:100%;max-width:100%}.operator-column-header{z-index:5;border-radius:10px;width:100%;height:auto;min-height:40px;padding:9px 12px;position:sticky;top:0}.operator-column-header h2{font-size:14px}.operator-column-header span{width:24px;height:24px;font-size:12px}.operator-column-list{flex-direction:column;gap:10px;width:100%;display:flex}.operator-order-card{border-radius:12px;gap:10px;width:100%;max-width:100%;padding:12px}.operator-order-card-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.operator-order-card-header h3{text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.2;overflow:hidden}.operator-order-card-header p{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;line-height:1.25;overflow:hidden}.operator-order-type{white-space:nowrap;border-radius:6px;height:auto;min-height:22px;padding:4px 8px;font-size:11px}.operator-order-items{gap:5px;padding-top:9px}.operator-order-items p{font-size:13px;line-height:1.3}.operator-order-footer{grid-template-columns:1fr;align-items:stretch;gap:8px;padding-top:10px;display:grid}.operator-order-footer strong{font-size:16px}.operator-order-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.operator-order-footer button{justify-content:center;width:100%;min-height:38px;padding:9px 12px;font-size:13px}.operator-empty-column{border-radius:12px;padding:16px;font-size:13px}}@media (width<=420px){.operator-orders-page{gap:14px}.operator-orders-header h1{font-size:22px}.operator-search-box{height:40px}.operator-column-header{min-height:38px;padding:8px 10px}.operator-order-card{padding:10px}.operator-order-card-header{grid-template-columns:1fr;gap:6px}.operator-order-type{width:max-content}.operator-order-footer button{min-height:36px}}@media (width>=901px){.operator-orders-page,.operator-new-order-page,.kitchen-page,.kitchen-ticket-page,.receipts-page{width:100%;max-width:1440px;margin:0 auto;overflow-x:visible}.operator-orders-header{flex-direction:row;justify-content:space-between;align-items:center}.operator-orders-actions{flex-direction:row;align-items:center;width:auto;display:flex}.operator-search-box{width:260px;max-width:260px}.operator-orders-board{grid-template-columns:repeat(4,minmax(240px,1fr));align-items:start;gap:20px;padding-bottom:0;display:grid;overflow:visible}.operator-order-column{width:100%;max-width:100%}.operator-new-order-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;display:grid}.operator-order-summary{width:100%;max-width:360px;position:sticky;top:24px}.commands-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.kitchen-ticket-layout{grid-template-columns:minmax(320px,380px) minmax(0,700px);justify-content:center;align-items:start;gap:24px;width:100%;display:grid}.kitchen-ticket-list-panel{width:100%;max-width:380px}.ticket-preview-wrapper{width:100%;max-width:700px;margin:0 auto}.ticket-preview-header{flex-direction:row;align-items:center;width:100%;max-width:700px;margin:0 auto}.ticket-preview-actions{flex-direction:row;align-items:center;width:auto;display:flex}.kitchen-ticket{width:100%;max-width:700px;min-height:520px;margin:0 auto;padding:36px 48px;overflow-x:hidden}.receipts-layout{grid-template-columns:minmax(320px,380px) minmax(0,620px);justify-content:center;align-items:start;gap:24px;width:100%;display:grid}.receipt-list-panel{width:100%;max-width:380px}.receipt-preview-wrapper{width:100%;max-width:620px;margin:0 auto}.receipt-preview-header{flex-direction:row;align-items:center;width:100%;max-width:620px;margin:0 auto}.receipt-ticket{width:100%;max-width:520px;min-height:520px;margin:0 auto;padding:34px 42px;overflow-x:hidden}.receipt-payment-actions{flex-direction:row;align-items:end;width:100%;max-width:520px;margin:0 auto}}@media (width>=901px) and (width<=1200px){.operator-orders-board{grid-template-columns:repeat(2,minmax(260px,1fr))}.kitchen-ticket-layout,.receipts-layout{grid-template-columns:340px minmax(0,1fr);justify-content:stretch}.kitchen-ticket,.receipt-ticket{padding:30px 34px}}.receipt-payment-filter{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.receipt-payment-filter button{color:#4b6358;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:100px;min-height:38px;padding:8px 12px;font-size:13px;font-weight:800;transition:all .2s;display:flex}.receipt-payment-filter button:hover{color:#2e7d32;border-color:#2e7d32}.receipt-payment-filter button.active{color:#fff;background:#2e7d32;border-color:#2e7d32}.receipt-payment-filter button.active.pending{background:#ff9800;border-color:#ff9800}.receipt-payment-filter button.active.paid{background:#2e7d32;border-color:#2e7d32}.receipt-payment-filter span{background:#ffffff3d;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;line-height:1;display:flex}.receipt-payment-filter button:not(.active) span{color:#4b6358;background:#f1f5f2}@media (width<=768px){.receipt-payment-filter{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.receipt-payment-filter button{flex:none;min-width:120px}}.reports-page{flex-direction:column;gap:26px;width:100%;max-width:100%;display:flex;overflow-x:hidden}.reports-header{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.reports-header>div{min-width:0}.reports-header h1{color:#111827;margin:0;font-size:32px;font-weight:800;line-height:1.15}.reports-header p{color:#4b6358;overflow-wrap:anywhere;margin:6px 0 0;font-size:16px;line-height:1.45}.report-date-filter{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-wrap:wrap;align-items:end;gap:14px;width:100%;max-width:100%;padding:18px;display:flex;box-shadow:0 2px 10px #0000000a}.report-date-filter label{color:#374151;flex-direction:column;flex:180px;gap:8px;min-width:180px;font-weight:700;display:flex}.report-date-filter input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;height:42px;padding:0 12px}.report-date-filter input:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 0 3px #2e7d3224}.report-date-filter button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:120px;height:42px;padding:0 18px;font-weight:800;display:flex}.report-date-filter button:hover{background:#256b2a}.report-date-filter button.secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.report-date-filter button.secondary:hover{color:#2e7d32;border-color:#2e7d32}.report-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;display:grid}.report-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:10px;min-width:0;padding:22px;display:flex;box-shadow:0 2px 10px #0000000a}.report-summary-card span{color:#4b6358;font-weight:700;line-height:1.35}.report-summary-card strong{color:#087f23;overflow-wrap:anywhere;font-size:28px;line-height:1.1}.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:100%;display:grid}.report-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;min-width:0;padding:22px;display:flex;box-shadow:0 2px 10px #0000000a}.report-card h2{color:#111827;overflow-wrap:anywhere;margin:0;font-size:22px;line-height:1.25}.report-card>p{color:#6b7280;text-align:center;border:1px dashed #d1d5db;border-radius:12px;margin:0;padding:22px;line-height:1.45}.report-table-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;max-width:100%;overflow-x:auto}.report-table-wrapper::-webkit-scrollbar{height:6px}.report-table-wrapper::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.report-table{border-collapse:collapse;width:100%;min-width:560px}.report-table th,.report-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:12px 10px}.report-table th{color:#4b6358;text-transform:uppercase;font-size:13px;font-weight:800}.report-table td{color:#111827}.report-table td:first-child{text-overflow:ellipsis;max-width:220px;overflow:hidden}.report-table td:last-child{color:#087f23;font-weight:800}@media (width<=1100px){.report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-grid{grid-template-columns:1fr}}@media (width<=768px){.reports-page{gap:22px}.reports-header{flex-direction:column;align-items:flex-start}.reports-header h1{font-size:28px}.reports-header p{font-size:15px}.report-date-filter{align-items:stretch;padding:16px}.report-date-filter label{flex:100%;min-width:0}.report-date-filter button{width:100%}.report-summary-grid{grid-template-columns:1fr 1fr;gap:14px}.report-summary-card{padding:18px}.report-summary-card strong{font-size:24px}.report-card{padding:18px}.report-card h2{font-size:20px}}@media (width<=520px){.reports-page{gap:18px}.reports-header h1{font-size:24px}.report-date-filter{border-radius:14px;padding:14px}.report-summary-grid{grid-template-columns:1fr}.report-summary-card{padding:16px}.report-summary-card strong{font-size:22px}.report-card{border-radius:14px;padding:16px}.report-card h2{font-size:18px}.report-table{min-width:520px}.report-table th,.report-table td{padding:10px 8px;font-size:13px}}:root{--green-dark:#1b6b2a;--green-main:#2e7d32;--green-soft:#e8f5e9;--orange:#ff9800;--bg-main:#f7f8f6;--bg-card:#fff;--text-main:#111827;--text-muted:#607064;--border-soft:#e3e7e2;--radius-md:12px;--radius-lg:18px;--shadow-soft:0 8px 20px #0000000f}*,:before,:after{box-sizing:border-box;min-width:0}html,body,#root{min-height:100%;margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}body{background:var(--bg-main);color:var(--text-main);font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}button{max-width:100%}a{color:inherit;text-decoration:none}img,svg,canvas,video{max-width:100%}img{height:auto;display:block}.app-layout{grid-template-columns:72px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--green-dark);color:#fff;flex-direction:column;gap:18px;min-height:100vh;padding:16px 10px;display:flex}.sidebar-logo{background:#ffffff26;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;margin:0 auto 20px;font-weight:700;display:grid}.sidebar-nav{flex-direction:column;align-items:center;gap:10px;display:flex}.sidebar-link{color:#fffc;border-radius:10px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.sidebar-link.active,.sidebar-link:hover{color:#fff;background:#ffffff24}.main-shell{width:100%;min-width:0}.topbar{background:var(--bg-card);border-bottom:1px solid var(--border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:0 28px;display:flex}.topbar-title,.topbar-left{flex:1;min-width:0}.topbar-title h1,.topbar-left h1{word-break:break-word;margin:0;font-size:18px;line-height:1.2}.topbar-title p,.topbar-left p{color:var(--text-muted);word-break:break-word;margin:4px 0 0;font-size:13px;line-height:1.4}.user-pill{background:var(--green-main);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.page-content{width:100%;padding:28px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.page-header-info{flex:320px;min-width:0}.page-header-info h1{color:var(--text-main);word-break:break-word;margin:0;font-size:30px;font-weight:700;line-height:1.2}.page-header-info p{color:var(--text-muted);word-break:break-word;margin:6px 0 0;font-size:15px;line-height:1.5}.page-header h2{word-break:break-word;margin:0 0 8px;font-size:28px;line-height:1.2}.page-header p{color:var(--text-muted);word-break:break-word;margin:0}.btn-primary{background:var(--green-main);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:13px 20px;font-weight:700;display:flex}.btn-primary:hover{background:#256b2a}.btn-secondary{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;min-height:42px;padding:12px 18px;font-weight:700}.btn-secondary:hover{border-color:var(--green-main);color:var(--green-main)}.btn-danger{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:10px;min-height:42px;padding:12px 18px;font-weight:700}.btn-danger:hover{background:#b71c1c}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);min-width:0;padding:22px}.stat-card-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px;display:flex}.stat-icon{background:var(--green-soft);width:34px;height:34px;color:var(--green-main);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.stat-value{word-break:break-word;margin-top:28px;font-size:32px;font-weight:700;line-height:1.1}.stat-trend{color:var(--green-main);word-break:break-word;margin-top:10px;font-size:13px}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;margin-top:24px;display:grid}.panel-card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);min-width:0;min-height:280px;padding:24px}.placeholder-chart{border:1px dashed var(--border-soft);height:220px;color:var(--text-muted);text-align:center;background:linear-gradient(#f7fbf7,#fff);border-radius:14px;place-items:center;margin-top:20px;padding:12px;display:grid}.avatar{background:var(--green-main);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.avatar-sm{width:34px;height:34px;font-size:13px}.avatar-md{width:42px;height:42px;font-size:14px}.avatar-lg{width:52px;height:52px;font-size:18px}.search-input{width:min(420px,100%);max-width:100%;height:46px;color:var(--text-muted);background:#f0f0f2;border-radius:10px;align-items:center;gap:12px;min-width:0;padding:0 14px;display:flex}.search-input input{background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:15px}.crud-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.crud-toolbar .search-input{flex:0 420px;width:420px;min-width:0;max-width:100%}.crud-filters{flex-wrap:wrap;gap:12px;max-width:100%;display:flex}.crud-filters button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:10px;max-width:100%;padding:12px 18px;font-weight:700}.crud-filters button.active{background:var(--green-main);color:#fff;border-color:var(--green-main)}.categories-table-card,.users-table-card,.products-table-card{margin-top:8px}.table-card{background:var(--bg-card);box-shadow:var(--shadow-soft);border-radius:18px;max-width:100%;overflow:auto hidden}.table-empty{min-height:180px;color:var(--text-muted);text-align:center;justify-content:center;align-items:center;padding:16px;font-size:15px;display:flex}.table-card::-webkit-scrollbar{height:6px}.crud-filters::-webkit-scrollbar{height:6px}.table-card::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}.crud-filters::-webkit-scrollbar-thumb{background:#cfd8d0;border-radius:999px}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (width<=768px){.app-layout{grid-template-columns:64px minmax(0,1fr)}.sidebar{gap:14px;padding:14px 8px}.sidebar-logo{width:38px;height:38px;margin-bottom:16px}.sidebar-link{width:40px;height:40px}.topbar{align-items:flex-start;padding:12px 18px}.page-content{padding:20px}.page-header{flex-direction:column;align-items:stretch;gap:16px}.page-header-info{flex:auto}.page-header .btn-primary{justify-content:center;width:100%}.crud-toolbar{flex-direction:column;align-items:stretch;gap:14px}.crud-toolbar .search-input{flex:none;width:100%;min-width:0;max-width:none}.crud-filters{scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.crud-filters button{white-space:nowrap;flex-shrink:0}.page-header h2{font-size:24px}.page-header-info h1{font-size:26px}.stat-value{font-size:28px}.panel-card{min-height:240px;padding:20px}.placeholder-chart{height:180px}}@media (width<=640px){.app-layout{grid-template-columns:56px minmax(0,1fr)}.sidebar{padding:12px 6px}.sidebar-link{width:38px;height:38px}.topbar{padding:12px 16px}.topbar-title h1,.topbar-left h1{font-size:16px}.topbar-title p,.topbar-left p{font-size:12px}.page-content{padding:16px}.stats-grid{grid-template-columns:1fr;gap:12px}.page-header h2,.page-header-info h1{font-size:22px}.page-header-info p{font-size:14px}.stat-card{padding:18px}.stat-value{margin-top:20px;font-size:24px}.dashboard-grid{gap:12px;margin-top:18px}.panel-card{min-height:220px;padding:16px}.placeholder-chart{height:150px;margin-top:16px}.search-input{height:42px;padding:0 12px}.crud-filters button{padding:10px 14px}.table-empty{min-height:140px;font-size:14px}}@media (width>=901px){.admin-main{overflow-x:hidden}.admin-content{width:100%;max-width:1500px;margin:0 auto;padding:28px 32px;overflow-x:visible}.admin-content>section{width:100%;max-width:100%}.page-header{flex-wrap:nowrap;align-items:flex-start}.page-header-info{flex:auto;min-width:0}.crud-toolbar{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.crud-toolbar .search-input{flex:0 420px;width:420px;max-width:420px}.crud-filters{flex-flow:wrap;align-items:center;gap:8px;width:auto;display:flex;overflow:visible}.crud-filters button{white-space:nowrap;width:auto}.table-card,.users-table-card,.products-table-card{width:100%;max-width:100%;overflow-x:auto}}
