*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #ffffff;--orange: #ff914d;--green: #00bf63;--orangeL: #fff5ef;--greenL: #e8fff4;--text: #1a1a1a;--muted: #6b7280;--border: #e5e7eb;--card: #ffffff;--bg: #f4f6f9;--shadow: 0 2px 12px rgba(0,0,0,.08);--radius: 10px}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}input,select,textarea{font-family:inherit;font-size:14px}button{font-family:inherit;cursor:pointer}table{border-collapse:collapse;width:100%}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:18px}.grid-rooms{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.grid-menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.booking-card,.conf-row{display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:16px;align-items:center}.order-card{display:grid;grid-template-columns:1.5fr 1fr auto;gap:16px;align-items:center}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);z-index:300;padding:6px 0 env(safe-area-inset-bottom);overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2-1{grid-template-columns:1fr}}@media (max-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr);gap:10px}.grid-3{grid-template-columns:1fr 1fr;gap:10px}.grid-2{grid-template-columns:1fr;gap:10px}.grid-2-1{grid-template-columns:1fr}.grid-rooms{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.grid-menu{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.booking-card{grid-template-columns:1fr 1fr;gap:10px}.conf-row{grid-template-columns:1fr;gap:6px}.order-card{grid-template-columns:1fr auto;gap:10px}.bottom-nav{display:flex}.hide-mobile{display:none!important}.modal-inner{max-height:100vh!important;border-radius:0!important;height:100vh}.modal-wrap{align-items:flex-end!important;padding:0!important}.page-pad{padding:12px 14px 80px!important}.topbar-pad{padding:10px 14px!important}.form-2col{grid-template-columns:1fr!important}.stat-value{font-size:24px!important}}@media (max-width: 480px){.grid-4{grid-template-columns:1fr 1fr;gap:8px}.grid-3,.booking-card{grid-template-columns:1fr}}
