*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}*{max-width:100%}body{margin:0;font-family:Arial,sans-serif;background:#f5f5f5;overflow:auto}button{cursor:pointer;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px}input,textarea,select{padding:10px;font-family:inherit}.page{padding:20px}.card{background:#fff;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:10px}.app-layout{min-height:100vh}.main-content.full-width{width:100%;padding:82px 18px 18px}.menu-toggle{position:fixed;top:14px;left:14px;z-index:10001;width:54px;height:54px;font-size:28px;border-radius:10px;background:#111827}.sidebar{position:fixed;top:0;left:-290px;width:250px;height:100vh;background:#111827;color:#fff;padding:20px;z-index:11000;transition:left .2s ease}.sidebar.open{left:0}.sidebar-overlay{position:fixed;inset:0;background:#00000059;z-index:9999}.sidebar nav{display:flex;flex-direction:column;gap:10px}.sidebar a{color:#d1d5db;text-decoration:none;padding:12px;border-radius:8px}.sidebar a.active,.sidebar a:hover{background:#2563eb;color:#fff}.logout-button{margin-top:30px;width:100%;background:#dc2626}.top-branding{position:fixed;top:14px;left:78px;z-index:9000;display:flex;align-items:center;gap:10px}.top-branding-logo{height:32px;width:auto;object-fit:contain}.top-branding span{font-size:22px;font-weight:700;color:#111827}.orders-page{height:calc(100vh - 82px);padding:0;overflow:hidden}.step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.step-header h1{margin:0;font-size:30px}.step-buttons{display:flex;gap:10px}.step-buttons button{min-height:46px;background:#374151;font-size:16px}.step-buttons button.selected{background:#16a34a}.step-card{height:calc(100vh - 165px);overflow:hidden}.customer-step{max-width:620px;margin:0 auto;padding:24px}.customer-step input,.customer-step textarea,.customer-step select{font-size:18px;min-height:48px}.customer-step textarea{min-height:86px}.order-type-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.order-type-buttons button{min-height:52px;font-size:17px;background:#374151}.order-type-buttons button.selected{background:#16a34a}.next-step-button{min-height:60px;font-size:20px;background:#16a34a}.menu-step{padding:18px;display:flex;flex-direction:column}.menu-step-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.menu-step-top h2{margin:0}.menu-step-top button{min-height:52px;font-size:18px;background:#16a34a}.step-category-buttons{display:flex;flex-wrap:wrap;gap:8px;max-height:50px;overflow-y:auto;margin-bottom:14px}.step-category-buttons button{min-height:30px;padding:4px 10px;font-size:13px;border-radius:6px;background:#374151}.step-category-buttons button.selected{background:#16a34a}.step-tile-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;align-content:start}.step-menu-tile{width:100%;aspect-ratio:auto;min-height:58px;height:auto;padding:12px 14px;border-radius:12px;background:#2563eb;color:#fff;font-size:clamp(14px,1.5vw,18px);text-align:center;display:flex;flex-direction:column;justify-content:center;gap:4px}.step-menu-tile strong{font-size:clamp(15px,1.6vw,20px)}.step-menu-tile span{font-size:clamp(16px,1.8vw,22px);font-weight:700}.summary-step{max-width:800px;margin:0 auto;overflow-y:auto;padding:24px}.summary-details{display:grid;gap:4px;margin-bottom:15px;padding:12px;background:#f3f4f6;border-radius:8px}.basket-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e5e7eb;padding:10px 0}.basket-actions{display:flex;gap:6px}.basket-actions button{min-width:36px;min-height:36px}button.danger,.basket-actions .danger{background:#dc2626}.summary-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.save-button,.print-button{min-height:48px;font-size:17px}.print-button{background:#16a34a}.touch-keyboard{position:fixed;right:24px;bottom:24px;width:420px;max-width:calc(100vw - 48px);background:#111827;padding:14px;border-radius:16px;z-index:12000}.keyboard-header{display:flex;justify-content:space-between;color:#fff;margin-bottom:12px}.keyboard-row{display:flex;gap:6px;justify-content:center;margin-bottom:6px}.keyboard-key{min-width:42px;min-height:42px;border-radius:9px;font-size:17px}.keyboard-key.wide{width:260px}.receipt-print{display:none}@media print{@page{size:80mm auto;margin:0}body *{visibility:hidden!important}.receipt-print,.receipt-print *{visibility:visible!important}.receipt-print{display:block!important;position:absolute;left:0;top:0;width:72mm;padding:4mm;font-size:12px;color:#000;background:#fff}}.dashboard-filter{display:flex;gap:10px;margin-bottom:20px}.dashboard-filter button{min-height:48px;background:#374151}.dashboard-filter button.selected{background:#16a34a}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{background:#fff;padding:20px;border-radius:12px}.dashboard-order-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #e5e7eb}.history-filter-card{margin-bottom:20px}.history-filters{display:flex;flex-wrap:wrap;gap:10px}.history-filters button{min-height:42px;background:#374151}.history-filters button.selected{background:#16a34a}.custom-date-row{display:flex;gap:10px;margin-top:10px}.history-summary{display:flex;justify-content:space-between;margin-top:10px;font-size:18px}.history-order{display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;padding:15px 0;border-bottom:1px solid #e5e7eb}.menu-admin-layout{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:20px}.admin-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e5e7eb}.admin-actions{display:flex;gap:8px}.admin-actions .danger{background:#dc2626}.edit-item-form{display:grid;grid-template-columns:1fr 120px 160px 90px auto auto;gap:8px;width:100%}.settings-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.restaurant-logo-preview{max-width:220px;max-height:140px;object-fit:contain;border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#fff}.danger-zone{grid-column:span 2;border:2px solid #dc2626}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#111827}.login-card{background:#fff;padding:30px;border-radius:12px;width:360px;display:flex;flex-direction:column;gap:15px}.mobile-bottom-nav{display:none}@media screen and (max-width:1200px){body,html,#root{background:#eef6ff}.app-layout{background:#eef6ff;min-height:100vh;padding-bottom:125px}.menu-toggle,.sidebar,.sidebar-overlay{display:none!important}.top-branding{top:20px;left:20px}.top-branding-logo{height:34px}.top-branding span{font-size:22px;color:#111827}.main-content.full-width{padding:92px 18px 125px;background:#eef6ff}.page{padding:0;background:transparent}.page h1{color:#0f766e;font-size:34px;margin:0 0 20px}.card,.stat-card{background:#fff;color:#111827;border-radius:26px;padding:26px;box-shadow:0 12px 30px #0f172a14}.dashboard-filter,.history-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}.dashboard-filter button,.history-filters button{min-height:62px;font-size:18px;border-radius:18px;background:#fff;color:#0f766e;font-weight:800}.dashboard-filter button.selected,.history-filters button.selected{background:#14b8a6;color:#fff}.dashboard-grid{grid-template-columns:1fr;gap:20px}.stat-card{min-height:140px}.stat-card h3{color:#64748b;font-size:22px;margin:0 0 16px}.stat-card h2{color:#0f766e;font-size:48px;margin:0}.card h2{font-size:30px;margin:0 0 18px}.dashboard-order-row,.history-order{display:grid;grid-template-columns:1fr auto;gap:12px;padding:18px 0;border-bottom:1px solid #e5e7eb;font-size:18px}.dashboard-order-row strong,.history-order strong{font-size:20px}.menu-admin-layout,.settings-layout{grid-template-columns:1fr}.danger-zone{grid-column:span 1}.orders-page{height:auto;overflow:visible}.step-header{flex-direction:column;align-items:stretch;gap:12px}.step-buttons{display:grid;grid-template-columns:1fr}.step-card{height:auto;overflow:visible}.customer-step,.summary-step{max-width:none}.step-category-buttons{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-height:none}.step-category-buttons button{flex:0 0 auto}.step-tile-grid{overflow:visible;grid-template-columns:repeat(auto-fill,180px);grid-auto-rows:180px}.step-menu-tile{width:100%;height:110px}.summary-actions{grid-template-columns:1fr}.touch-keyboard{display:none}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;height:100px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-radius:28px;box-shadow:0 10px 35px #00000040;z-index:99999;overflow:hidden}.mobile-bottom-nav a,.mobile-logout-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#334155;font-size:16px;font-weight:800;background:transparent;border:none;padding:0}.mobile-bottom-nav a:before,.mobile-logout-button:before{font-size:30px;line-height:1}.mobile-bottom-nav a:nth-child(1):before{content:"🛒"}.mobile-bottom-nav a:nth-child(2):before{content:"🧾"}.mobile-bottom-nav a:nth-child(3):before{content:"🍛"}.mobile-bottom-nav a:nth-child(4):before{content:"📊"}.mobile-bottom-nav a:nth-child(5):before{content:"⚙️"}@media screen and (max-width:600px){.top-branding-logo{height:26px}.top-branding span{font-size:18px}.main-content.full-width{padding:78px 14px 120px}.page h1{font-size:28px}.card,.stat-card{padding:20px;border-radius:22px}.stat-card h3{font-size:18px}.stat-card h2{font-size:38px}.dashboard-filter button,.history-filters button{min-height:52px;font-size:15px}.dashboard-order-row,.history-order{font-size:15px}.dashboard-order-row strong,.history-order strong{font-size:17px}.mobile-bottom-nav{height:92px;left:8px;right:8px;bottom:8px;border-radius:24px}.mobile-bottom-nav a,.mobile-logout-button{font-size:12px;gap:5px}.mobile-bottom-nav a:before,.mobile-logout-button:before{font-size:24px}}.top-branding{top:18px;left:18px;gap:12px}.top-branding-logo{height:46px}.top-branding span{font-size:28px;font-weight:800}.mobile-bottom-nav{height:118px;left:8px;right:8px;bottom:8px;border-radius:30px}.mobile-bottom-nav a,.mobile-logout-button{font-size:17px;gap:8px}.mobile-bottom-nav a:before,.mobile-logout-button:before{font-size:34px}.main-content.full-width{padding-top:100px;padding-bottom:140px}@media screen and (max-width:600px){.top-branding-logo{height:38px}.top-branding span{font-size:22px}.mobile-bottom-nav{height:108px}.mobile-bottom-nav a,.mobile-logout-button{font-size:14px}.mobile-bottom-nav a:before,.mobile-logout-button:before{font-size:30px}}@media print{@page{size:80mm auto;margin:0}html,body{width:80mm;margin:0;padding:0}.receipt{width:72mm;margin:0;padding:4mm}}.receipt-print{display:none}@media print{@page{size:80mm auto;margin:0}body *{visibility:hidden!important}#order-receipt-print,#order-receipt-print *{visibility:visible!important}#order-receipt-print{display:block!important;position:absolute!important;left:0;top:0;width:80mm;max-width:80mm;padding:4mm;box-sizing:border-box;background:#fff!important;color:#000!important;font-family:monospace;font-size:45px;line-height:1.4}.receipt-row,.receipt-total{display:flex;justify-content:space-between;gap:4mm}}#order-receipt-print h2{font-size:24px;text-align:center;margin:0 0 8px}#order-receipt-print p,#order-receipt-print span,#order-receipt-print strong{font-size:16px}.receipt-row{padding:4px 0}.receipt-total{font-size:18px;font-weight:700;margin-top:8px}.category-tile{background:#16a34a;color:#fff;justify-content:center;align-items:center;text-align:center;border:3px solid #15803d}.category-tile strong{font-size:26px;font-weight:700}.back-button{margin-bottom:12px;min-height:52px;font-size:18px;background:#374151}.category-tile{width:100%;background:#16a34a;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;border:3px solid #15803d}.category-tile strong{font-size:clamp(18px,2vw,28px);font-weight:700}.back-button{min-height:52px;font-size:18px;background:#374151;margin-bottom:12px}.editable-total-row{margin:12px 0}.editable-total-row label{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:400}.editable-total-row input{width:120px;padding:6px 8px;font-size:16px;font-weight:400}.device-mode-buttons{display:flex;gap:10px;flex-wrap:wrap}.device-mode-buttons button{min-width:180px}.device-mode-buttons button.selected{background:#2563eb;color:#fff}.auto-print-history-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #ddd}.kitchen-status{margin-left:12px;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.kitchen-status.online{background:#dcfce7;color:#166534}.kitchen-status.offline{background:#fee2e2;color:#991b1b}.top-branding{position:fixed;background:#f5f5f5;padding:6px 12px;border-radius:12px}.top-branding{position:fixed;z-index:99998;background:#eef6ff;max-width:calc(100vw - 36px);overflow:hidden}.top-branding span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-bottom-nav{position:fixed!important;z-index:99999!important}.settings-layout,.card,.page,.main-content.full-width{max-width:100%;overflow-x:hidden}input,textarea,select,button{max-width:100%}.step-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:start}.step-tile-grid .menu-tile,.step-tile-grid .category-tile,.step-menu-tile{min-height:58px;height:auto;padding:14px 16px;align-items:center;justify-content:center}.menu-step .tile-grid{max-height:calc(100vh - 320px);overflow-y:auto;padding-right:8px}.menu-step .back-button{min-height:44px;height:auto;padding:10px 14px;margin-bottom:12px}@media(max-width:768px){.step-tile-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.step-tile-grid .menu-tile,.step-tile-grid .category-tile,.step-menu-tile{min-height:54px;font-size:15px}}.orders-page .menu-step .tile-grid.step-tile-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important;gap:12px!important;align-items:start!important;align-content:start!important;max-height:calc(100vh - 330px)!important;overflow-y:auto!important}.orders-page .menu-step .step-menu-tile,.orders-page .menu-step .category-tile,.orders-page .menu-step .menu-tile{min-height:56px!important;height:auto!important;max-height:86px!important;padding:12px 14px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.orders-page .menu-step .step-menu-tile strong,.orders-page .menu-step .category-tile strong{font-size:16px!important;line-height:1.2!important}.orders-page .menu-step .back-button{min-height:42px!important;height:auto!important;padding:10px 14px!important}@media(max-width:768px){.orders-page .step-tile-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;align-content:start!important;align-items:start!important;grid-auto-rows:80px!important}.orders-page .step-menu-tile,.orders-page .category-tile,.orders-page .menu-tile{height:80px!important;min-height:80px!important;max-height:80px!important;aspect-ratio:unset!important;padding:10px!important}}@media print{#order-receipt-print,#global-order-receipt-print,.receipt-print{left:-2mm!important;padding-left:2mm!important;padding-right:1mm!important;width:76mm!important;max-width:76mm!important;font-size:36px!important;line-height:1.35!important}#order-receipt-print h2,#global-order-receipt-print h2,.receipt-print h2{font-size:56px!important;text-align:center;margin:0 0 6px}#order-receipt-print p,#order-receipt-print span,#order-receipt-print strong,#global-order-receipt-print p,#global-order-receipt-print span,#global-order-receipt-print strong,.receipt-print p,.receipt-print span,.receipt-print strong{font-size:36px!important}.receipt-row,.receipt-total{display:flex;justify-content:space-between;align-items:flex-start;gap:2mm!important}.receipt-row span:first-child,.receipt-total strong:first-child{flex:1}.receipt-row span:last-child,.receipt-total strong:last-child{text-align:right;min-width:24mm;padding-right:2mm}}.tablet-layout{min-height:100vh;background:#eef6ff}.tablet-top-bar{min-height:50px;padding:6px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.tablet-branding{display:flex;align-items:center;min-width:38px}.tablet-branding-logo{height:24px;max-width:70px;width:auto;object-fit:contain;display:block}.tablet-nav{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:10px;align-items:center}.tablet-nav a{min-height:42px;padding:10px 14px;border-radius:12px;background:#e5e7eb;color:#111827;text-decoration:none;font-size:17px;font-weight:800;text-align:center;display:flex;align-items:center;justify-content:center}.tablet-nav a.active{background:#2563eb;color:#fff}.tablet-logout-button{min-height:42px;padding:10px 14px;border-radius:12px;background:#dc2626;font-size:15px;font-weight:800}.tablet-main-content{padding:12px}.tablet-layout .orders-page{height:calc(100vh - 74px)}.tablet-layout .step-card{height:calc(100vh - 155px)}.tablet-layout .step-header{margin-bottom:10px}.tablet-layout .step-header h1{font-size:26px}@media screen and (orientation:landscape){.tablet-main-content{padding:10px 12px}.tablet-layout .step-card{height:calc(100vh - 145px)}}}
