:root{--color-bg: #ffffff;--color-bg-alt: #f5f6f8;--color-text: #191f28;--color-text-muted: #6b7684;--color-text-disabled: #b0b8c1;--color-point: #00a876;--color-warn: #f5a623;--color-danger: #e5484d;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--radius-md: 12px;--radius-lg: 20px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Pretendard,Apple SD Gothic Neo,sans-serif;font-variant-numeric:tabular-nums}button{font-family:inherit}.page{max-width:480px;margin:0 auto;min-height:100%;padding:var(--space-4);padding-bottom:calc(96px + env(safe-area-inset-bottom))}.page--wide{max-width:960px}h1{font-size:1.5rem;font-weight:700}.table-badge{font-size:1.75rem;font-weight:700}.btn-primary{width:100%;min-height:52px;border:none;border-radius:var(--radius-md);background:var(--color-point);color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.btn-primary:disabled{background:var(--color-text-disabled);cursor:not-allowed}.btn-secondary{min-height:44px;flex-shrink:0;border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);background:var(--color-bg-alt);color:var(--color-text);font-size:.9rem;white-space:nowrap;cursor:pointer}.bottom-cta{position:fixed;left:0;right:0;bottom:0;padding:var(--space-4);padding-bottom:max(var(--space-4),env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--color-bg-alt)}.list-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--color-bg-alt)}.list-row--disabled{opacity:.5}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.75rem;background:var(--color-bg-alt);color:var(--color-text-muted)}.badge--warn{background:#fff4e0;color:#b96b00}.badge--danger{background:#fdecec;color:#c22}.field{display:block;width:100%;min-width:0;min-height:44px;padding:0 var(--space-3);border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);font-size:1rem;margin-bottom:var(--space-3)}.field-label-group{display:flex;flex-direction:column;gap:4px}.field-label-group .field{margin-bottom:0}.field-label{font-size:.8rem;color:var(--color-text-muted)}.grid-tables{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--space-3)}.table-card{border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-3)}.text-muted{color:var(--color-text-muted);font-size:.85rem}.error-text{color:var(--color-danger);font-size:.9rem}:root{--space-12: 48px}.text-body{font-size:1rem;line-height:1.5rem;font-weight:400}.text-caption{font-size:.875rem;line-height:1.25rem;color:var(--color-text-muted)}.text-micro{font-size:.75rem;line-height:1rem;color:var(--color-text-muted)}.table-hero{padding:var(--space-6) 0 var(--space-4)}.table-hero__number{font-size:2rem;line-height:2.5rem;font-weight:800}.table-hero__status{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2);font-size:1.125rem;line-height:1.625rem;font-weight:600;color:var(--color-point)}.table-hero__dot{width:8px;height:8px;border-radius:999px;background:var(--color-point)}.seg-tabs{display:flex;gap:var(--space-2);margin:var(--space-4) 0}.seg-tab{flex:1;min-height:44px;border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);background:var(--color-bg-alt);color:var(--color-text-muted);font-size:.95rem;font-weight:600;cursor:pointer}.seg-tab[aria-current=true]{background:var(--color-text);border-color:var(--color-text);color:#fff}.category-tabs{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:var(--space-2);margin-bottom:var(--space-2)}.category-tab{flex:0 0 auto;min-height:44px;padding:0 var(--space-4);border:1px solid var(--color-bg-alt);border-radius:999px;background:#fff;color:var(--color-text-muted);font-size:.9rem;font-weight:600;white-space:nowrap;cursor:pointer}.category-tab[aria-current=true]{background:var(--color-point);border-color:var(--color-point);color:#fff}.menu-row{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-4) 0;border-bottom:1px solid var(--color-bg-alt)}.menu-row__name{font-size:1.125rem;line-height:1.625rem;font-weight:600}.menu-row__desc{margin-top:2px;font-size:.875rem;color:var(--color-text-muted)}.menu-row__price{margin-top:var(--space-1);font-size:1rem;font-weight:700}.menu-row__soldout-note{margin-top:var(--space-1);font-size:.8rem;color:var(--color-text-muted)}.menu-row--disabled{opacity:.55}.menu-row__add{flex-shrink:0;min-width:64px;min-height:44px;border:none;border-radius:var(--radius-md);background:var(--color-point);color:#fff;font-weight:600;cursor:pointer}.menu-row__add:disabled{background:var(--color-text-disabled);cursor:not-allowed}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f121673;display:flex;align-items:flex-end;justify-content:center;z-index:50}.sheet{width:100%;max-width:480px;max-height:85vh;overflow-y:auto;background:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-4);padding-bottom:max(var(--space-4),env(safe-area-inset-bottom))}.sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--color-bg-alt);margin:0 auto var(--space-3)}.sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.sheet-title{font-size:1.125rem;line-height:1.625rem;font-weight:600;margin:0}.sheet-close{min-width:44px;min-height:44px;border:none;background:transparent;color:var(--color-text-muted);font-size:.9rem;cursor:pointer}.sheet-body{padding-bottom:var(--space-3)}.sheet-desc{color:var(--color-text-muted);font-size:.9rem;margin:0 0 var(--space-3)}.sheet-footer{position:sticky;bottom:0;background:#fff;padding-top:var(--space-3)}.option-group{margin-bottom:var(--space-4)}.option-group__title{display:flex;align-items:center;gap:var(--space-2);font-size:.95rem;font-weight:600;margin-bottom:var(--space-2)}.option-choice{display:flex;align-items:center;gap:var(--space-3);min-height:44px;padding:0 var(--space-2);border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);margin-bottom:var(--space-2);cursor:pointer}.option-choice input{width:20px;height:20px;flex-shrink:0}.option-choice__name{flex:1;font-size:.95rem}.option-choice__price{font-size:.85rem;color:var(--color-text-muted)}.qty-row{display:flex;align-items:center;justify-content:space-between;margin:var(--space-4) 0}.qty-stepper{display:flex;align-items:center;gap:var(--space-3)}.qty-btn{width:44px;height:44px;border-radius:999px;border:1px solid var(--color-bg-alt);background:var(--color-bg-alt);font-size:1.1rem;font-weight:700;cursor:pointer}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{min-width:24px;text-align:center;font-size:1rem;font-weight:600}.cart-line{padding:var(--space-3) 0;border-bottom:1px solid var(--color-bg-alt)}.cart-line__top{display:flex;justify-content:space-between;gap:var(--space-2)}.cart-line__name{font-size:1rem;font-weight:600}.cart-line__options{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.cart-line__price{font-size:1rem;font-weight:700;white-space:nowrap}.cart-line__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-2)}.cart-line__remove{min-height:44px;padding:0 var(--space-2);border:none;background:transparent;color:var(--color-danger);font-size:.85rem;cursor:pointer}.cart-total{display:flex;justify-content:space-between;align-items:baseline;padding:var(--space-3) 0;margin-top:var(--space-2);border-top:1px solid var(--color-bg-alt)}.cart-total__label{font-size:1rem;color:var(--color-text-muted)}.cart-total__value{font-size:1.75rem;font-weight:700}.status-timeline{display:flex;margin:var(--space-4) 0 var(--space-2)}.status-step{position:relative;flex:1;text-align:center}.status-step:after{content:"";position:absolute;top:6px;left:50%;width:100%;height:2px;background:var(--color-bg-alt);z-index:0}.status-step:last-child:after{content:none}.status-step--done:after{background:var(--color-point)}.status-step__dot{position:relative;z-index:1;display:inline-block;width:14px;height:14px;border-radius:999px;background:var(--color-bg-alt);border:2px solid #fff}.status-step--done .status-step__dot,.status-step--current .status-step__dot{background:var(--color-point)}.status-step__label{display:block;margin-top:var(--space-2);font-size:.7rem;color:var(--color-text-muted)}.status-step--current .status-step__label{color:var(--color-text);font-weight:700}.status-alert{padding:var(--space-3);border-radius:var(--radius-md);background:#fdecec;color:var(--color-danger);font-weight:600;font-size:.9rem}.status-alert__reason{display:block;margin-top:var(--space-1);font-weight:400;font-size:.85rem}.skeleton-row{height:64px;border-radius:var(--radius-md);margin-bottom:var(--space-3);background:linear-gradient(90deg,var(--color-bg-alt) 25%,#ececef 37%,var(--color-bg-alt) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.loading-center{display:flex;align-items:center;justify-content:center;min-height:40vh;color:var(--color-text-muted);font-size:.95rem}.error-panel{margin-top:var(--space-6);padding:var(--space-4);border-radius:var(--radius-md);background:#fdecec;color:var(--color-danger);text-align:center}.order-card{border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-3)}.order-card__header{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--color-text-muted)}.order-card__id{font-weight:700;color:var(--color-text)}.order-card__item{display:flex;justify-content:space-between;font-size:.95rem;padding:2px 0}.order-card__item-options{display:block;font-size:.8rem;color:var(--color-text-muted)}.order-card__note{margin-top:var(--space-2);font-size:.85rem;color:var(--color-text-muted)}.bill-card{border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-4)}.bill-card__row{display:flex;justify-content:space-between;padding:var(--space-1) 0;font-size:.95rem;color:var(--color-text-muted)}.bill-card__row--total{margin-top:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--color-bg-alt);font-size:1.375rem;font-weight:700;color:var(--color-text)}.kds-columns{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:var(--space-3);overflow-x:auto}.kds-column{background:var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-3);min-height:200px}.kds-column h2{font-size:1.1rem;margin:0 0 var(--space-3)}.kds-card{background:#fff;border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-3);margin-bottom:var(--space-3)}.kds-card--warn{border-color:var(--color-warn)}.kds-card--danger{border-color:var(--color-danger)}.kds-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--space-2)}.kds-table-number{font-size:1.1rem;font-weight:700}.kds-order-id{color:var(--color-text-muted);font-size:.8rem}.kds-elapsed{font-weight:700;font-variant-numeric:tabular-nums}.kds-note{margin-top:var(--space-2);padding:var(--space-2);background:var(--color-bg-alt);border-radius:var(--radius-md);font-size:.85rem}.kds-actions{display:flex;gap:var(--space-2);margin-top:var(--space-3)}.kds-actions button{flex:1;min-height:44px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;z-index:100}.modal-sheet{background:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-4);width:100%;max-width:480px}.reason-option{display:flex;align-items:center;gap:var(--space-2);min-height:44px}.staff-call-btn{margin-top:var(--space-3);width:auto;min-height:44px}.serving-section{margin-bottom:var(--space-4);padding:var(--space-3);background:var(--color-bg-alt);border-radius:var(--radius-md)}.serving-section-header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.serving-section-header h2{font-size:1rem;font-weight:700;margin:0}.serving-call-row{background:#fff;border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-2)}.serving-tabs{display:flex;gap:var(--space-2);margin:var(--space-4) 0}.serving-tabs button{width:auto;flex:1}.serving-table-group{margin-bottom:var(--space-4)}.serving-table-group-title{font-size:1rem;font-weight:700;margin:0 0 var(--space-2);color:var(--color-text-muted)}.serving-revert-expired{margin-top:var(--space-2);font-size:.85rem;color:var(--color-text-muted)}.revenue-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-3);margin-top:var(--space-3)}.revenue-stat{background:var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-3)}.revenue-stat__value{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums}.revenue-stat__label{margin-top:var(--space-1);font-size:.85rem;color:var(--color-text-muted)}.revenue-bar-row{display:grid;grid-template-columns:minmax(80px,160px) 1fr auto;align-items:center;gap:var(--space-3);padding:var(--space-2) 0}.revenue-bar-row__label{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.revenue-bar-track{background:var(--color-bg-alt);border-radius:999px;height:12px;overflow:hidden}.revenue-bar-fill{background:var(--color-point);height:100%;border-radius:999px}.revenue-bar-row__value{font-size:.85rem;font-variant-numeric:tabular-nums;color:var(--color-text-muted);white-space:nowrap}.checkout-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}.checkout-notice{padding:var(--space-3);border-radius:var(--radius-md);background:#fff4e0;color:#b96b00;font-size:.9rem;font-weight:600;margin-bottom:var(--space-3)}.checkout-refund-banner{padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-danger);color:#fff;font-size:1.05rem;font-weight:700;text-align:center;margin-bottom:var(--space-3)}.checkout-discount-btn{width:auto;margin:var(--space-2) 0 var(--space-4)}.checkout-section-title{font-size:1.1rem;margin:var(--space-6) 0 var(--space-2)}.checkout-panel{margin-top:var(--space-2)}.checkout-submit-btn{margin-top:var(--space-4)}.checkout-field-label{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:var(--space-2)}.checkout-method-picker{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3)}.checkout-method-btn{min-height:44px;padding:0 var(--space-4);border:1px solid var(--color-bg-alt);border-radius:var(--radius-md);background:var(--color-bg-alt);color:var(--color-text);font-size:.95rem;font-weight:600;cursor:pointer}.checkout-method-btn[aria-current=true]{background:var(--color-point);border-color:var(--color-point);color:#fff}.checkout-cash-panel{margin-bottom:var(--space-3)}.checkout-quick-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-2);margin-bottom:var(--space-3)}.checkout-quick-row button{width:auto;min-height:44px;padding:0 var(--space-2);font-size:.85rem}.checkout-cash-summary{margin-top:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-bg-alt)}.checkout-cash-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:var(--space-1) 0;font-size:1rem}.checkout-cash-summary__row--change strong{color:var(--color-point);font-size:1.25rem}.checkout-dutch-input-row{display:flex;gap:var(--space-2);align-items:flex-start}.checkout-dutch-input{max-width:120px;margin-bottom:0}.checkout-dutch-input-row button{width:auto;min-height:44px;padding:0 var(--space-4)}.checkout-dutch-list{list-style:none;margin:var(--space-4) 0 0;padding:0}.checkout-dutch-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--color-bg-alt)}.checkout-dutch-row--paid{opacity:.6}.checkout-dutch-row__label{display:flex;flex-direction:column;gap:2px;font-size:1rem}.checkout-dutch-row__label span{font-weight:700;font-size:1.1rem}.checkout-dutch-form{flex:1 0 100%;margin-top:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-bg-alt)}.checkout-dutch-form__actions{display:flex;gap:var(--space-2);margin-top:var(--space-3)}.checkout-dutch-form__actions button{flex:1}.checkout-item-list{list-style:none;margin:0;padding:0}.checkout-item-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--color-bg-alt)}.checkout-item-row--disabled{opacity:.5}.checkout-item-row__name{font-size:1rem;font-weight:600}.checkout-item-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--color-bg-alt);font-size:1.1rem;font-weight:700}.checkout-history-list{list-style:none;margin:0;padding:0}.checkout-history-row{padding:var(--space-3) 0;border-bottom:1px solid var(--color-bg-alt)}.checkout-history-row--reversal{background:#fdecec}.checkout-history-row__main{display:flex;align-items:center;gap:var(--space-2)}.checkout-history-row__method{font-size:.9rem;color:var(--color-text-muted)}.checkout-history-row__amount{margin-left:auto;font-size:1.05rem}.checkout-history-row__meta{margin-top:var(--space-1);font-size:.8rem}.checkout-history-row__void{width:auto;min-height:36px;margin-top:var(--space-2);padding:0 var(--space-3);font-size:.8rem;color:var(--color-danger)}.checkout-closed-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f12168c;display:flex;align-items:center;justify-content:center;z-index:200}.checkout-closed-card{background:#fff;border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);max-width:360px;width:100%;text-align:center}.checkout-closed-card h2{margin:0 0 var(--space-2);color:var(--color-point)}.checkout-closed-card .btn-primary{margin-top:var(--space-4)}
