@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&family=Outfit:wght@500;600;700;800;900&display=swap";:root{--color-primary: #942705;--color-primary-hover: #7a1f04;--color-primary-light: rgba(148, 39, 5, .08);--color-accent: #FDD355;--color-accent-hover: #f5c62e;--color-accent-text: #1F1F1F;--color-support-1: #6B8E23;--color-support-1-light: rgba(107, 142, 35, .1);--color-support-2: #C7BA60;--color-text: #1F1F1F;--color-text-muted: #6B6B6B;--color-background: #FDFCFA;--color-surface: #FFFFFF;--color-border: #E8E4DF;--color-danger: #D32F2F;--color-danger-light: rgba(211, 47, 47, .08);--color-status-available: #6B8E23;--color-status-occupied: #942705;--color-status-reserved: #FDD355;--color-status-blocked: #9E9E9E;--color-sync-online: #4CAF50;--color-sync-syncing: #FDD355;--color-sync-offline: #D32F2F;--font-display: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--font-logo-weight: 800;--font-h1-size: 40px;--font-h1-weight: 700;--font-h1-lh: 1.2;--font-h2-size: 32px;--font-h2-weight: 600;--font-h2-lh: 1.25;--font-sub-size: 22px;--font-sub-weight: 500;--font-sub-lh: 1.3;--font-body-size: 18px;--font-body-weight: 400;--font-body-lh: 1.65;--font-cap-size: 14px;--font-cap-weight: 300;--font-cap-lh: 1.6;--font-btn-size: 16px;--font-btn-weight: 600;--font-btn-lh: 1.2;--font-btn-transform: uppercase;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 9999px;--shadow-sm: 0 1px 3px rgba(31, 31, 31, .06);--shadow-md: 0 4px 12px rgba(31, 31, 31, .08);--shadow-lg: 0 8px 24px rgba(31, 31, 31, .12);--shadow-glow-accent: 0 0 20px rgba(253, 211, 85, .3);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--z-dropdown: 100;--z-modal: 200;--z-toast: 300;--z-sync-bar: 400;--touch-min: 48px;--touch-grid: 72px}@media(max-width:1024px){:root{--font-h1-size: 34px;--font-h2-size: 28px;--font-sub-size: 20px;--font-body-size: 17px;--font-btn-size: 15px}}@media(max-width:768px){:root{--font-h1-size: 28px;--font-h2-size: 22px;--font-sub-size: 18px;--font-body-size: 16px;--font-cap-size: 13px;--font-btn-size: 16px}}@media print{body>*{display:none!important}body>#print-receipt-container,#print-receipt-container{display:block!important;position:absolute;top:0;left:0;width:100%}@page{size:80mm auto;margin:0}.rp-receipt--58mm{max-width:58mm}}.rp-receipt{font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.4;color:#000;background:#fff;max-width:80mm;padding:4px 8px;box-sizing:border-box}.rp-receipt--58mm{max-width:58mm;font-size:11px}.rp-header{text-align:center;padding:4px 0 8px}.rp-restaurant-name{font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:2px}.rp-receipt--58mm .rp-restaurant-name{font-size:14px}.rp-address,.rp-phone,.rp-gstin{font-size:11px;line-height:1.3}.rp-separator{border:none;border-top:1px dashed #000;margin:6px 0}.rp-separator--double{border-top-style:double;border-top-width:3px}.rp-meta{padding:4px 0}.rp-meta-row{display:flex;justify-content:space-between;font-size:11px;line-height:1.5}.rp-guest{font-size:11px;margin-top:2px}.rp-items-table{width:100%;border-collapse:collapse;font-size:11px}.rp-items-table th{text-align:left;font-weight:700;padding:2px 0;border-bottom:1px solid #000}.rp-items-table td{padding:2px 0;vertical-align:top}.rp-items-table .rp-qty,.rp-items-table .rp-price,.rp-items-table .rp-total{text-align:right;white-space:nowrap;padding-left:6px}.rp-items-table .rp-item-name{text-align:left;max-width:40mm;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-receipt--58mm .rp-items-table .rp-price{display:none}.rp-tax-summary{padding:4px 0}.rp-tax-row{display:flex;justify-content:space-between;font-size:11px;line-height:1.6}.rp-grand-total{display:flex;justify-content:space-between;font-size:14px;font-weight:700;margin-top:4px;padding-top:4px;border-top:1px solid #000}.rp-receipt--58mm .rp-grand-total{font-size:12px}.rp-payment{text-align:center;font-size:11px;font-weight:700;padding:4px 0}.rp-footer{text-align:center;font-size:11px;padding:8px 0 4px;line-height:1.4}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:var(--font-body-size);line-height:var(--font-body-lh);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--font-h1-weight);line-height:var(--font-h1-lh)}#root{min-height:100vh;display:flex;flex-direction:column}
