:root{--bg:#f4f6f8;--panel:#fff;--text:#000;--muted:#6b7280;--line:#e5e7eb;--primary:#2e7d32;--primary-dark:#256128;--sidebar:#2e7d32;--success:#16a34a;--danger:#dc2626;--warning:#f59e0b;--shadow:0 8px 24px #549c3512}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial}button,input,select,textarea{font:inherit}button{cursor:pointer;color:var(--text);background:#f3f4f6;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;transition:all .18s;display:inline-flex}button:hover{background:#e5e7eb}input,select,textarea{color:var(--text);background:#fff;border:1px solid #d1d5db;outline:none}input:focus,select:focus,textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #11182714}.app-shell{min-height:100vh;display:flex}.content-shell{background:var(--bg);flex:1;min-width:0}.main-content{flex:1;width:100%;max-width:none;margin:0;padding:24px}.sidebar{background:var(--sidebar);color:#fff;z-index:20;width:286px;height:100vh;padding:24px;transition:width .25s;position:sticky;top:0}.sidebar-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:28px;display:flex}.sidebar-head h2{white-space:nowrap;margin:0;font-size:24px}.sidebar-toggle{color:#fff;background:#ffffff14;border-radius:10px;width:42px;height:42px;margin:0;padding:0}.sidebar-toggle:hover{box-shadow:none;background:#549c35}nav{gap:8px;display:grid}nav a{color:#d1d5db;background:0 0;border-radius:10px;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:13px 14px;font-weight:700;text-decoration:none;display:flex}nav a.active,nav a:hover{color:#fff;background:#549c35}.sidebar nav a span{text-align:center;width:24px;font-size:18px}.sidebar nav a b{white-space:nowrap;font-weight:700}.sidebar-collapsed .sidebar{width:84px;padding:24px 14px}.sidebar-collapsed .sidebar-head{justify-content:center}.sidebar-collapsed .sidebar nav a{justify-content:center;padding:13px 10px}.app-topbar{border-bottom:1px solid var(--line);z-index:50;background:#fff;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:0 24px;display:flex;position:sticky;top:0}.app-topbar.pos-mode{height:70px}.topbar-brand{line-height:1.1;display:grid}.topbar-brand strong{color:var(--text);font-size:24px}.topbar-brand small{color:var(--muted);letter-spacing:.04em;font-weight:800}.topbar-search{display:none}.topbar-actions{align-items:center;gap:10px;display:flex}.store-select,.top-icon{color:var(--text);border:1px solid var(--line);box-shadow:none;background:#fff;margin:0}.pos-header-btn,.dashboard-header-btn,.dark-btn{background:var(--primary);color:#fff;border-radius:10px;margin:0;padding:12px 18px;font-weight:800}.pos-header-btn:hover,.dashboard-header-btn:hover,.dark-btn:hover{background:#549c35}.pos-content{padding:12px}.page,.inventory-page{width:100%}.page-header,.inventory-header{margin-bottom:22px}.page-header h1,.inventory-header h1{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(30px,4vw,40px)}.page-header p,.inventory-header p{color:var(--muted);margin:0}.card,.product-list-card,.product-create-card,.pos-panel,.pos-summary{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px}.card{padding:22px}h3{margin:0 0 14px;font-size:20px}.badge{border-radius:999px;padding:6px 11px;font-size:13px;font-weight:800;display:inline-flex}.badge.success{color:#166534;background:#dcfce7}.badge.warning{color:#92400e;background:#fef3c7}.badge.danger{color:#991b1b;background:#fee2e2}.danger-btn{background:var(--danger);color:#fff}.danger-btn:hover{background:#b91c1c}.orange-btn{background:var(--primary);color:#fff;font-weight:800}.orange-btn:hover{background:#549c35}.inventory-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.inventory-actions{flex-wrap:wrap;gap:8px;display:flex}.product-list-card,.product-create-card{padding:20px}.product-toolbar{justify-content:space-between;gap:12px;margin-bottom:16px;display:flex}.product-toolbar input,.product-toolbar select{border-radius:10px;padding:12px 14px}.modern-table-wrap,.table-wrapper,.table-wrap{border:1px solid var(--line);border-radius:12px;width:100%;overflow-x:auto}table{border-collapse:collapse;background:#fff;width:100%;min-width:680px}.modern-product-table{min-width:1050px}th,td,.modern-product-table th,.modern-product-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:14px}th,.modern-product-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;font-size:12px;font-weight:800}.product-name-cell{align-items:center;gap:10px;display:flex}.product-thumb{width:34px;height:34px;color:var(--text);background:#f3f4f6;border-radius:8px;place-items:center;font-weight:800;display:grid}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.row-actions button{margin:0}.form-section-title{border-bottom:1px solid var(--line);align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;display:flex}.form-section-title h3{margin:0}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;display:grid}.field{gap:8px;display:grid}.field.full{grid-column:1/-1}.field label{color:var(--text);font-weight:700}.field input,.field select,.field textarea{border-radius:10px;width:100%;padding:13px 14px}.field textarea{resize:vertical;min-height:100px}.form-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.pos-page{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:12px;height:calc(100vh - 56px);display:grid;overflow:hidden}.pos-content .pos-page{height:calc(100vh - 94px)}.pos-main{grid-template-rows:auto 1fr;gap:10px;min-width:0;display:grid;overflow:hidden}.pos-panel{padding:12px}.pos-panel-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.pos-panel-title h3{margin:0}.pos-panel-title button{white-space:nowrap}.order-items-panel{min-height:0;overflow-y:auto}.customer-row{grid-template-columns:1fr 1fr 150px;align-items:center;gap:8px;display:grid}.customer-search-area{min-width:0;position:relative}.customer-row input,.payment-box input,.payment-box select{background:#fff;border-radius:10px;width:100%;padding:10px 12px}.category-tabs{gap:10px;padding-bottom:10px;display:flex;overflow-x:auto}.category-tabs button{min-width:120px;height:78px;color:var(--text);border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:start;display:grid}.category-tabs button.active{border-color:var(--primary);background:var(--primary);color:#fff}.category-tabs button.active small{color:#d1d5db}.product-search-bar input{border-radius:999px;width:100%;margin-bottom:12px;padding:13px 16px}.menu-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.menu-product-card{color:var(--text);border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;align-content:start;gap:8px;min-height:145px;padding:10px;display:grid}.menu-product-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.product-image-placeholder{background:#f3f4f6;border-radius:10px;place-items:center;height:90px;display:grid}.product-image-placeholder span{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.menu-product-info{gap:6px;display:grid}.menu-product-info b{color:var(--text);font-size:17px}.menu-product-info strong,.menu-product-info small,.menu-product-info b,.menu-product-info span{line-height:1.35;display:block}.product-price-stock{justify-content:space-between;align-items:center;gap:8px;display:flex!important}.product-price-stock b,.product-price-stock span{display:inline-block}.pos-summary{border-top:4px solid var(--primary);flex-direction:column;min-width:0;height:calc(100vh - 94px);display:flex;overflow:hidden}.pos-summary-scroll{flex:1;min-height:0;padding:14px;overflow-y:auto}.pos-summary-footer{border-top:1px solid var(--line);background:#fff;flex-shrink:0;padding:12px 14px}.pos-summary h2{margin:0 0 10px}.summary-customer{background:#f9fafb;border-radius:10px;margin-bottom:8px;padding:10px}.summary-customer b,.summary-customer small{line-height:1.4;display:block}.summary-customer b{margin-bottom:3px}.side-cart-list{gap:10px;margin-bottom:12px;display:grid}.side-cart-item{border-bottom:1px dashed var(--line);grid-template-columns:42px minmax(0,1fr) 78px 24px;align-items:center;gap:8px;padding-bottom:8px;display:grid}.side-cart-img{background:#f3f4f6;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.side-cart-img span{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.side-cart-info{gap:4px;min-width:0;display:grid}.side-cart-info strong,.side-cart-info small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.side-qty{justify-content:center;align-items:center;gap:5px;display:flex}.side-qty button,.remove-side-item{border-radius:50%;width:24px;height:24px;margin:0;padding:0}.remove-side-item{color:var(--danger);background:#fee2e2}.payment-box,.total-box{border-top:1px dashed var(--line);flex-shrink:0;gap:7px;margin-top:8px;padding-top:8px;display:grid}.total-box div{justify-content:space-between;display:flex}.final-total{font-size:20px}.complete-btn{background:var(--success);color:#fff;width:100%;padding:14px;font-weight:800}.complete-btn:hover{background:#15803d}.pos-suggestions{z-index:1000;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;gap:6px;max-height:220px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.pos-suggestions button{width:100%;color:var(--text);box-shadow:none;background:#f9fafb;border-radius:10px;justify-content:flex-start;gap:8px;padding:10px 12px;display:flex}.pos-suggestions button:hover{background:#f3f4f6;transform:none}.pos-suggestions strong{font-weight:800}.pos-suggestions span{color:var(--muted);font-size:13px}.credit-page-table input{border-radius:10px;width:130px;padding:10px 12px}.payment-update{align-items:center;gap:8px;display:flex}.payment-update input{border-radius:10px;width:140px;padding:10px 12px}.payment-update button{background:var(--primary);color:#fff;margin:0;font-weight:700}.modal-backdrop{z-index:9999;background:#1118278c;place-items:center;display:grid;position:fixed;inset:0}.customer-modal{background:#fff;border-radius:14px;gap:14px;width:min(440px,100% - 28px);padding:20px;display:grid;box-shadow:0 30px 90px #0f172a59}.modal-head{justify-content:space-between;align-items:center;display:flex}.modal-head h3{margin:0}.modal-head button{border-radius:50%;width:36px;height:36px;padding:0}.customer-modal input,.customer-modal textarea{border-radius:10px;width:100%;padding:13px 14px}.customer-modal textarea{resize:vertical;min-height:95px}.page-loader{place-items:center;min-height:calc(100vh - 120px);display:grid}.loader-card{border:1px solid var(--line);text-align:center;width:min(360px,90%);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:30px}.spinner{border:4px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;width:46px;height:46px;margin:0 auto 18px;animation:.8s linear infinite spin}.loader-card h3{margin:0 0 6px}.loader-card p{color:var(--muted);margin:0}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1180px){.four{grid-template-columns:repeat(2,minmax(0,1fr))}.two{grid-template-columns:1fr}.sidebar{width:250px}.main-content{padding:22px}.menu-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1100px){.inventory-grid,.pos-page{grid-template-columns:1fr;height:auto;overflow:visible}.pos-summary{height:auto}.menu-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.inventory-header,.product-toolbar{flex-direction:column;align-items:stretch}.product-form-grid{grid-template-columns:1fr}.payment-update{flex-direction:column;align-items:stretch}.payment-update input{width:100%}}@media (width<=860px){.app-shell{display:block}.sidebar{height:100dvh;transition:all .25s;position:fixed;top:0;left:0;transform:translate(-105%)}.sidebar.show{transform:translate(0)}.main-content{padding:18px 14px 92px}.app-topbar{padding:0 14px}.store-select{display:none}}@media (width<=700px){.customer-row{grid-template-columns:1fr}.pos-panel-title{flex-direction:column;align-items:stretch}}@media (width<=560px){.topbar-brand strong{font-size:18px}.top-icon{display:none}table{min-width:620px}}.pos-page{grid-template-columns:minmax(0,1fr) 360px;gap:12px;height:calc(100vh - 94px);overflow:hidden}.pos-main{min-width:0;overflow:hidden}.pos-summary{height:calc(100vh - 94px)}@media (width<=1366px){.pos-page{grid-template-columns:minmax(0,1fr) 350px}.menu-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.pos-page{grid-template-columns:1fr;height:auto;overflow:visible}.pos-main{overflow:visible}.pos-summary{height:auto;max-height:none}.pos-summary-scroll{max-height:none;overflow:visible}.menu-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-row{grid-template-columns:1fr 1fr}.customer-row input:last-child{grid-column:1/-1}}@media (width<=768px){.main-content,.pos-content{padding:10px}.app-topbar{height:auto;min-height:64px;padding:10px 12px}.topbar-actions{gap:6px}.store-select,.top-icon{display:none}.pos-page{gap:10px}.customer-row{grid-template-columns:1fr}.pos-panel-title{flex-direction:row;align-items:center}.category-tabs button{min-width:112px;height:70px}.menu-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-product-card{min-height:150px}}@media (width<=520px){.topbar-brand strong{font-size:18px}.dashboard-header-btn,.pos-header-btn{padding:10px 12px;font-size:13px}.pos-panel,.pos-summary{border-radius:12px;padding:10px}.pos-summary-scroll,.pos-summary-footer{padding:10px}.category-tabs{gap:8px}.category-tabs button{min-width:105px;height:66px;padding:10px}.product-search-bar input{padding:12px 14px}.menu-product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-image-placeholder{height:78px}.menu-product-card{min-height:142px;padding:8px}.menu-product-info strong{font-size:14px}.product-price-stock{gap:2px;display:grid!important}.side-cart-item{grid-template-columns:38px minmax(0,1fr) 72px 22px;gap:6px}.side-cart-img{width:38px;height:38px}.side-qty{gap:4px}.side-qty button,.remove-side-item{width:22px;height:22px}.complete-btn{padding:13px}}@media (width<=380px){.menu-product-grid{grid-template-columns:1fr}.category-tabs button{min-width:96px}}.dashboard-page{width:100%}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-header h1{letter-spacing:-.04em;margin:0;font-size:36px}.dashboard-header p{color:var(--muted);margin:6px 0 0}.dashboard-stat-grid,.sales-grid{gap:16px;margin-bottom:16px;display:grid}.dashboard-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sales-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-stat-card,.sales-card,.dashboard-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;padding:20px}.dashboard-stat-card span,.sales-card span{color:var(--muted);text-transform:uppercase;font-size:13px;font-weight:800}.dashboard-stat-card h2,.sales-card h2{margin:10px 0 6px;font-size:28px}.dashboard-stat-card p,.sales-card p,.dashboard-card-head p{color:var(--muted);margin:0}.dashboard-content-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-card-head{margin-bottom:14px}.top-product-list,.recent-sales-list{gap:10px;display:grid}.top-product-row,.recent-sale-row{border:1px solid var(--line);background:#fafafa;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.recent-sale-row{grid-template-columns:minmax(0,1fr) auto}.rank-number{background:var(--primary);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.top-product-row small,.recent-sale-row small{color:var(--muted);margin-top:3px;display:block}.top-product-sales{text-align:right}.empty-dashboard{border:1px dashed var(--line);text-align:center;color:var(--muted);border-radius:12px;padding:24px}@media (width<=1100px){.sales-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content-grid,.dashboard-stat-grid{grid-template-columns:1fr}}@media (width<=560px){.sales-grid{grid-template-columns:1fr}.dashboard-header h1{font-size:30px}.dashboard-stat-card h2,.sales-card h2{font-size:24px}}.sidebar nav a svg{min-width:22px;font-size:20px}.pos-header-btn svg{font-size:18px}.top-icon svg{font-size:17px}.sidebar-toggle svg{font-size:20px}
