@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.login-container{background-color:var(--primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-background{z-index:0;background:radial-gradient(circle at 15%,#ed6c2b33,#0000 25%),radial-gradient(circle at 85% 30%,#ff854740,#0000 25%);position:absolute;inset:0}.login-card{border-radius:var(--radius-xl);z-index:1;width:100%;max-width:420px;padding:2.5rem;position:relative}.login-header{text-align:center;margin-bottom:2rem}.logo-icon-img{object-fit:contain;width:80px;height:80px;margin:0 auto 1rem;display:block}.login-header h2{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.login-header p{color:var(--text-muted);font-size:.9rem}.error-message{color:#dc2626;border-radius:var(--radius-md);text-align:center;background:#ef44441a;border:1px solid #ef444433;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-group input{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;transition:var(--transition);background:#fffc;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #ed6c2b33}.form-options{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;display:flex}.remember-me{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.forgot-password{color:var(--primary);transition:var(--transition);font-weight:500;text-decoration:none}.forgot-password:hover{color:var(--primary-light)}.login-button{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:var(--transition);border:none;justify-content:center;align-items:center;min-height:48px;padding:.875rem;font-size:1rem;font-weight:600;display:flex}.login-button:hover:not(:disabled){background-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.sidebar{border-right:1px solid var(--border-color);background:var(--surface);z-index:10;flex-direction:column;width:260px;height:100vh;display:flex;position:sticky;top:0}.sidebar-header{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:1.5rem;display:flex}.sidebar-logo-img{object-fit:contain;border-radius:.5rem;width:40px;height:40px}.sidebar-title{color:var(--text-main);font-size:1.2rem;font-weight:600}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.nav-item{border-radius:var(--radius-md);color:var(--text-muted);transition:var(--transition);align-items:center;gap:1rem;padding:.875rem 1rem;font-weight:500;text-decoration:none;display:flex}.nav-item:hover{color:var(--primary);background:#ed6c2b1a}.nav-item.active{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.nav-icon{align-items:center;display:flex}.sidebar-footer{border-top:1px solid var(--border-color);padding:1.5rem 1rem}.logout-button{color:#dc2626;cursor:pointer;border-radius:var(--radius-md);width:100%;transition:var(--transition);background:0 0;border:none;align-items:center;gap:1rem;padding:.875rem 1rem;font-size:1rem;font-weight:500;display:flex}.logout-button:hover{background:#ef44441a}@media (width<=768px){.sidebar{transition:transform .3s;position:fixed;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}}.topbar{background:var(--surface);border-bottom:1px solid var(--border-color);z-index:5;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.topbar-left,.topbar-right{align-items:center;gap:1.5rem;display:flex}.mobile-menu-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}.current-time{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.time-separator{color:var(--border-color)}.icon-btn{color:var(--text-muted);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.icon-btn:hover{background:var(--bg-color);color:var(--primary)}.notification-badge{color:#fff;border:2px solid var(--surface);background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:6px;right:6px}.user-profile{border-left:1px solid var(--border-color);align-items:center;gap:1rem;padding-left:1.5rem;display:flex}.user-info{text-align:right;flex-direction:column;display:flex}.user-name{color:var(--text-main);font-size:.9rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.75rem}.user-avatar{background:var(--primary-light);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-content{flex:1;padding:2rem;overflow-y:auto}.sidebar-overlay{z-index:8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:none;position:fixed;inset:0}@media (width<=768px){.mobile-menu-btn{display:block}.current-time{display:none}.topbar{padding:0 1rem}.user-info{display:none}.user-profile{gap:.5rem;padding-left:.5rem}.sidebar-wrapper{z-index:10;position:fixed}.sidebar-overlay.show{display:block}.page-content{padding:1rem}}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.outlet-select{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);color:var(--text-main);cursor:pointer;box-shadow:var(--shadow-sm);transition:var(--transition);outline:none;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500}.outlet-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ed6c2b33}.dashboard-header h2{color:var(--text-main);margin-bottom:.5rem;font-size:1.75rem}.dashboard-header p{color:var(--text-muted)}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.summary-card{border-radius:var(--radius-lg);transition:var(--transition);align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.summary-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.summary-icon{border-radius:var(--radius-md);background:var(--bg-color);justify-content:center;align-items:center;width:56px;height:56px;display:flex}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-purple{color:#8b5cf6}.text-green{color:#10b981}.summary-info{flex:1}.summary-title{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.summary-value{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.summary-trend{align-items:center;gap:.25rem;font-size:.8rem;font-weight:500;display:flex}.summary-trend.positive{color:#10b981}.summary-trend.negative{color:#ef4444}.summary-trend span{color:var(--text-muted)}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.col-span-2{grid-column:span 2}.dashboard-card{border-radius:var(--radius-lg);flex-direction:column;padding:1.5rem;display:flex}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.card-header h3{color:var(--text-main);font-size:1.1rem;font-weight:600}.period-select{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);color:var(--text-main);cursor:pointer;outline:none;padding:.5rem 1rem;font-size:.875rem}.view-all-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:500}.view-all-btn:hover{text-decoration:underline}.chart-placeholder{border-radius:var(--radius-md);background:#f3f4f680;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-height:250px;padding:1.5rem;display:flex}.chart-bars{border-bottom:1px dashed var(--border-color);align-items:flex-end;gap:1rem;width:100%;height:200px;padding-bottom:1rem;display:flex}.bar{background:linear-gradient(to top, var(--primary), var(--primary-light));opacity:.8;transition:var(--transition);border-radius:4px 4px 0 0;flex:1}.bar:hover{opacity:1}.chart-note{color:var(--text-muted);margin-top:1rem;font-size:.75rem}.top-products-list{flex-direction:column;gap:1rem;display:flex}.top-product-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.top-product-item:last-child{border-bottom:none;padding-bottom:0}.product-info h4{color:var(--text-main);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.product-category{color:var(--text-muted);background:var(--bg-color);border-radius:1rem;padding:.1rem .5rem;font-size:.8rem}.product-stats{flex-direction:column;align-items:flex-end;display:flex}.product-sold{color:var(--accent);margin-bottom:.25rem;font-size:.8rem;font-weight:500}@media (width<=1024px){.dashboard-grid{grid-template-columns:1fr}.col-span-2{grid-column:span 1}}@media (width<=768px){.responsive-table{width:100%;display:block}.responsive-table thead{display:none}.responsive-table tbody{width:100%;display:block}.responsive-table .responsive-tr{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;margin-bottom:1rem;padding:1rem;display:flex}.responsive-table .responsive-tr:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.responsive-table td{justify-content:space-between;align-items:center;font-size:.9rem;display:flex;border-bottom:1px dashed var(--border-color)!important;text-align:right!important;padding:.625rem 0!important}.responsive-table td:last-child{margin-top:.5rem;border-bottom:none!important;padding-bottom:0!important}.responsive-table td:before{content:attr(data-label);color:var(--text-muted);text-align:left;margin-right:1rem;font-weight:600}.responsive-table .action-cell{justify-content:flex-end}.responsive-table .action-cell:before{display:none}}.ingredient-page{animation:.4s ease-out fadeIn}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.search-bar .text-input{max-width:320px}.btn,.btn-icon{transition:transform .2s,box-shadow .2s,background-color .2s}.btn:hover:not(:disabled),.btn-icon:hover{transform:scale(1.03)}.btn:active:not(:disabled),.btn-icon:active{transform:scale(.98)}.pos-dashboard{flex-direction:column;height:calc(100vh - 110px);display:flex}.pos-main{flex:1;gap:1.5rem;height:100%;display:flex;overflow:hidden}.pos-products-panel{flex-direction:column;flex:2;gap:1rem;padding-right:.5rem;display:flex;overflow-y:auto}.pos-search-filter{background:var(--bg-color);z-index:2;flex-direction:column;gap:1rem;padding-bottom:.5rem;display:flex;position:sticky;top:0}.search-bar-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:var(--text-muted);position:absolute;left:1rem}.pos-search-input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);width:100%;transition:var(--transition);outline:none;padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem}.pos-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ed6c2b1a}.pos-categories{gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.category-chip{border:1px solid var(--border-color);background:var(--surface);color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:var(--transition);border-radius:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.category-chip:hover{border-color:var(--primary-light);color:var(--primary)}.category-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.product-card{border-radius:var(--radius-md);cursor:pointer;min-height:150px;transition:var(--transition);flex-direction:column;justify-content:space-between;padding:1.25rem;display:flex}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-2px)}.product-sku{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.product-name{color:var(--text-main);margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.3}.product-price{color:var(--primary);font-size:1.1rem;font-weight:700}.product-card-footer{border-top:1px solid #e5e7eb80;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.product-type-badge{background:var(--bg-color);color:var(--text-muted);border-radius:1rem;padding:.15rem .5rem;font-size:.7rem}.add-btn{background:var(--primary);color:#fff;cursor:pointer;width:28px;height:28px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.product-card:hover .add-btn{background:var(--primary-light);transform:scale(1.1)}.pos-cart-panel{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-color);flex-direction:column;flex:1;min-width:320px;display:flex;overflow:hidden}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.cart-title{color:var(--text-main);align-items:center;gap:.5rem;display:flex}.cart-title h2{font-size:1.1rem;font-weight:600}.clear-cart-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500}.clear-cart-btn:hover{text-decoration:underline}.cart-items{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.empty-cart-state{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.empty-icon{opacity:.5;margin-bottom:1rem}.empty-cart-state p{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.empty-cart-state span{font-size:.8rem}.cart-item{background:var(--bg-color);border-radius:var(--radius-md);border:1px solid #e5e7eb99;justify-content:space-between;align-items:center;padding:.875rem;display:flex}.cart-item-info{flex-direction:column;gap:.15rem;display:flex}.cart-item-sku{color:var(--text-muted);font-size:.7rem}.cart-item-name{color:var(--text-main);font-size:.9rem;font-weight:600}.cart-item-price{color:var(--primary);font-size:.85rem;font-weight:600}.cart-item-actions{align-items:center;gap:.75rem;display:flex}.qty-controls{background:var(--surface);border:1px solid var(--border-color);border-radius:1.5rem;align-items:center;padding:.15rem;display:flex}.qty-btn{cursor:pointer;width:24px;height:24px;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.qty-btn:hover{background:var(--bg-color);color:var(--primary)}.qty-val{text-align:center;width:24px;font-size:.85rem;font-weight:600}.remove-btn{color:#ef4444;cursor:pointer;opacity:.7;transition:var(--transition);background:0 0;border:none;align-items:center;display:flex}.remove-btn:hover{opacity:1;transform:scale(1.05)}.cart-summary-footer{border-top:1px solid var(--border-color);background:var(--surface);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.summary-row{color:var(--text-muted);justify-content:space-between;font-size:.9rem;display:flex}.total-row{color:var(--text-main);border-top:1px dashed var(--border-color);margin-top:.25rem;padding-top:.75rem;font-size:1.15rem;font-weight:700}.checkout-btn{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:var(--transition);border:none;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600}.checkout-btn:hover:not(:disabled){background:var(--primary-light);box-shadow:var(--shadow-md)}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.pos-modal{max-width:500px}.bill-summary{background:var(--bg-color);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border-color);margin-bottom:1.5rem;padding:1.25rem}.bill-total-lbl{color:var(--text-muted);margin-bottom:.25rem;font-size:.85rem}.bill-total-val{color:var(--primary);font-size:2rem;font-weight:800}.payment-methods-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.payment-method-btn{border:1px solid var(--border-color);background:var(--surface);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;transition:var(--transition);padding:.75rem .5rem;font-size:.85rem;font-weight:600}.payment-method-btn:hover{border-color:var(--primary-light);color:var(--primary)}.payment-method-btn.active{border-color:var(--primary);color:var(--primary);background:#ed6c2b14}.cash-quick-suggest{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.suggest-chip{background:var(--bg-color);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition);border-radius:1.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500}.suggest-chip:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.change-calculation{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;font-size:.95rem;display:flex}.change-calculation strong{font-size:1.25rem}.change-calculation strong.positive{color:#10b981}.change-calculation strong.negative{color:#ef4444}.checkout-success-view{flex-direction:column;align-items:center;padding:1rem 0;display:flex}.success-icon{color:#10b981;margin-bottom:1rem}.receipt-box{border-radius:var(--radius-md);color:#334155;background:#fcfbf7;border:1px dashed #cbd5e1;width:100%;margin-top:1.5rem;padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:.85rem;box-shadow:inset 0 0 10px #00000005}.receipt-title{text-align:center;letter-spacing:1px;font-size:1rem;font-weight:700}.receipt-line{text-align:center;color:#94a3b8;margin:.5rem 0}.receipt-item-row,.receipt-total-row{justify-content:space-between;margin-bottom:.35rem;display:flex}.receipt-total-row{margin-top:.5rem;font-size:.95rem;font-weight:700}.pos-loading{text-align:center;color:var(--text-muted);padding:4rem;font-size:.95rem}.pos-empty-state{text-align:center;color:var(--text-muted);padding:4rem}.product-mgmt{flex-direction:column;gap:1.5rem;display:flex}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-title{color:var(--text-main);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.page-subtitle{color:var(--text-muted);font-size:.9rem}.header-actions{gap:.75rem;display:flex}.product-tabs{border-bottom:1px solid var(--border-color);gap:.5rem;padding-bottom:.25rem;display:flex}.tab-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;position:relative}.tab-btn:hover,.tab-btn.active{color:var(--primary)}.tab-btn.active:after{content:"";background:var(--primary);border-radius:3px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.category-badge{background:var(--bg-color);color:var(--text-muted);border:1px solid var(--border-color);border-radius:1.5rem;padding:.25rem .625rem;font-size:.8rem;font-weight:500}.checkbox-group{background:var(--bg-color);border-radius:var(--radius-md);border:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem;display:flex;flex-direction:row!important}.switch{width:48px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:var(--primary)}input:checked+.slider:before{transform:translate(24px)}.loading-spinner{border:3px solid #0000001a;border-radius:50%;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=640px){.page-header{flex-direction:column;align-items:flex-start}.header-actions{width:100%}.header-actions button{flex:1}}.drawer-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#0f172a66;justify-content:flex-end;animation:.2s ease-out forwards drawerFadeIn;display:flex;position:fixed;inset:0}.drawer-content{background:var(--surface);border-left:1px solid var(--glass-border);flex-direction:column;width:100%;max-width:600px;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards drawerSlideIn;display:flex;box-shadow:-10px 0 25px -5px #00000026}.drawer-header{background:linear-gradient(135deg,#fff6f1 0%,#fff 100%);border-bottom:1px solid #ed6c2b1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.drawer-title{color:var(--text-main);letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.drawer-body{flex:1;padding:1.75rem;overflow-y:auto}.drawer-footer{border-top:1px solid var(--border-color);background-color:#fafafa;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;display:flex}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.admin-settings{flex-direction:column;gap:1.5rem;display:flex}.settings-container{grid-template-columns:240px 1fr;align-items:start;gap:1.5rem;display:grid}.settings-tabs{border-radius:var(--radius-lg);border:1px solid var(--glass-border);flex-direction:column;gap:.35rem;padding:.75rem;display:flex}.settings-tab-btn{border-radius:var(--radius-md);color:var(--text-muted);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.9rem;font-weight:600;display:flex}.settings-tab-btn:hover{color:var(--primary);background-color:#ed6c2b0d}.settings-tab-btn.active{color:#fff;background-color:var(--primary)}.settings-content{min-height:480px;padding:2rem}.section-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.section-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.sub-section-title{color:var(--text-main);margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.company-display-card{border:1px solid var(--border-color);background-color:var(--bg-color);border-radius:var(--radius-lg);padding:1.75rem}.company-header-logo{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.company-header-logo h3{color:var(--text-main);margin:0;font-size:1.35rem;font-weight:700}.company-header-logo p{color:var(--text-muted);margin:.15rem 0 0;font-size:.85rem}.company-details-grid{border-top:1px solid var(--border-color);flex-direction:column;gap:.85rem;padding-top:1.25rem;display:flex}.detail-item{color:var(--text-main);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.detail-item svg{color:var(--primary)}.info-alert{color:var(--accent);border-radius:var(--radius-md);background-color:#fff6f1;border:1px dashed #ed6c2b4d;padding:.85rem 1rem;font-size:.8rem}.outlet-cards-list{flex-direction:column;gap:1rem;max-height:420px;display:flex;overflow-y:auto}.outlet-item-card{border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:var(--transition);padding:1.25rem}.outlet-item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.outlet-name{color:var(--text-main);margin:0;font-size:1rem;font-weight:600}.outlet-detail-text{color:var(--text-muted);align-items:center;gap:.5rem;margin:.5rem 0 0;font-size:.8rem;display:flex}.outlet-detail-text svg{color:var(--primary)}.category-list-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;max-height:420px;display:grid;overflow-y:auto}.category-item-card{border:1px solid var(--glass-border);border-radius:var(--radius-md);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1rem;display:flex}.empty-state{text-align:center;border:2px dashed var(--border-color);border-radius:var(--radius-lg);color:var(--text-muted);padding:3rem 1.5rem;font-size:.9rem}.settings-form{flex-direction:column;gap:1.25rem;display:flex}@media (width<=768px){.settings-container{grid-template-columns:1fr}.settings-tabs{flex-direction:row;overflow-x:auto}.settings-tab-btn{white-space:nowrap}.outlet-grid-layout{grid-template-columns:1fr!important}.outlet-form-container{border-top:1px solid var(--border-color);padding-top:2rem;border-left:none!important;padding-left:0!important}}.analytics-page{flex-direction:column;gap:1.5rem;display:flex}.analytics-header{border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.filter-controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.filter-item{flex-direction:column;gap:.35rem;display:flex}.filter-label{text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;display:flex}.filter-select,.filter-input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);color:var(--text-main);transition:var(--transition);outline:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.filter-select:focus,.filter-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ed6c2b26}.filter-item.narrow{width:70px}.filter-item.narrow-year{width:90px}.filter-input{text-align:center}.loading-container{border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.loading-container p{color:var(--text-muted);font-weight:500}.analytics-content-grid{flex-direction:column;gap:1.5rem;display:flex}.financial-cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.financial-card{border-radius:var(--radius-lg);transition:var(--transition);padding:1.5rem;position:relative;overflow:hidden}.financial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.financial-card.border-orange{border-left:4px solid var(--primary)}.financial-card.border-red{border-left:4px solid #ef4444}.financial-card.border-yellow{border-left:4px solid #f59e0b}.financial-card.border-green{border-left:4px solid #10b981}.financial-card.highlight-green{background:#10b9810a}.card-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.card-label{color:var(--text-muted);font-size:.85rem;font-weight:600}.icon-orange{color:var(--primary)}.icon-red{color:#ef4444}.icon-yellow{color:#f59e0b}.icon-green{color:#10b981}.card-val{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.6rem;font-weight:700}.card-val.color-red{color:#ef4444}.card-val.color-yellow{color:#f59e0b}.card-val.color-green{color:#10b981}.card-sub{color:var(--text-muted);font-size:.72rem}.card-sub.text-green{color:#10b981cc;font-weight:500}.quick-metrics-bar{border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1.5rem;padding:1.25rem 2rem;display:flex}.metric-col{text-align:center;flex-direction:column;gap:.25rem;display:flex}.metric-lbl{color:var(--text-muted);font-size:.8rem;font-weight:500}.metric-val{color:var(--text-main);font-size:1.15rem;font-weight:700}.metric-val.color-blue{color:#3b82f6}.metric-divider{background:var(--border-color);width:1px;height:28px}.reports-split-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.report-table-card{border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.report-card-header{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding-bottom:.75rem;display:flex}.report-card-header h3{color:var(--text-main);margin:0;font-size:1.05rem;font-weight:600}.report-empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.875rem}.category-progress-list{flex-direction:column;gap:1.25rem;display:flex}.progress-item-wrapper{flex-direction:column;gap:.4rem;display:flex}.progress-top-info{justify-content:space-between;font-size:.85rem;display:flex}.category-progress-name{color:var(--text-main);font-weight:600}.category-progress-val{color:var(--text-muted);font-weight:500}.progress-track{background:var(--bg-color);border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:4px;height:100%}.table.compact th,.table.compact td{padding:.65rem .75rem}@media (width<=960px){.reports-split-grid{grid-template-columns:1fr}.quick-metrics-bar{text-align:center;flex-direction:column;align-items:stretch}.metric-divider{display:none}}:root{--primary:#ed6c2b;--primary-light:#ff8547;--accent:#c2410c;--accent-hover:#9a3412;--bg-color:#fafafa;--surface:#fff;--text-main:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--glass-bg:#ffffffb3;--glass-border:#ffffff4d;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.2rem;height:1.2rem;animation:1s linear infinite spin;display:inline-block}.app-container{min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{border-color:var(--border-color);color:var(--text-muted);background-color:#f3f4f6}.btn-secondary:hover:not(:disabled){color:var(--text-main);background-color:#e5e7eb}.btn-icon{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--surface);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;display:inline-flex}.btn-icon:hover{border-color:var(--primary-light);color:var(--primary);background:#ed6c2b0d}.form-group{flex-direction:column;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text-main);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.text-input,.select-input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--text-main);transition:var(--transition);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.text-input:focus,.select-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ed6c2b26}.text-input::placeholder{color:#9ca3af}.grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.grid-2{grid-template-columns:1fr;gap:0}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#0f172a66;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out forwards modalFadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface);border:1px solid var(--glass-border);border-radius:1.25rem;flex-direction:column;width:100%;max-width:540px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.modal-header{background:linear-gradient(135deg,#fff6f1 0%,#fff 100%);border-bottom:1px solid #ed6c2b1a;flex-shrink:0;padding:1.5rem 1.75rem}.modal-title{color:var(--text-main);letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.modal-body{flex:1;padding:1.75rem;overflow-y:auto}.modal-footer{border-top:1px solid var(--border-color);background-color:#fafafa;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.badge{border-radius:2rem;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-green{color:#059669;background-color:#10b9811a}.badge-orange{color:var(--accent);background-color:#ed6c2b1a}.badge-blue{color:#2563eb;background-color:#3b82f61a}.badge-gray{color:var(--text-muted);background-color:#f3f4f6}.table-container{width:100%;overflow-x:auto}.table{border-collapse:collapse;text-align:left;width:100%}.table th{text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-color);letter-spacing:.05em;background-color:#fafafa;padding:1rem 1.5rem;font-size:.8rem;font-weight:600}.table td{border-bottom:1px solid var(--border-color);color:var(--text-main);vertical-align:middle;padding:1.25rem 1.5rem;font-size:.9rem}.table tr:last-child td{border-bottom:none}.table tbody tr:hover{background-color:#ed6c2b05}.text-right{text-align:right}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
