:root{color-scheme:dark;--bg: #120f0d;--bg-elevated: #1d1814;--panel: #241d18;--panel-strong: #2d241d;--border: rgba(255, 222, 173, .1);--border-accent: rgba(217, 174, 90, .28);--text: #f6efe5;--muted: #b4a596;--accent: #d9ae5a;--accent-strong: #f0c36d;--danger: #e97373;--success: #7ad6a2;--warning: #f0c36d;--info: #77a8ff;font-family:Segoe UI,Noto Sans TC,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(circle at top,rgba(217,174,90,.12),transparent 28%),linear-gradient(180deg,#16110e,#0d0907);background-attachment:fixed;color:var(--text);touch-action:manipulation;overscroll-behavior:none}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.app-shell{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.app-header{flex-shrink:0;z-index:10;background:#0e0b09f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px}.header-info{display:flex;flex-direction:column;gap:2px;min-width:0}.table-label{font-size:.78rem;color:var(--muted);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.table-name{margin:0;font-size:1.1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:8px}.header-icon{position:relative;width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .15s}.header-icon:hover{background:#ffffff14}.header-icon-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:999px;background:var(--accent);color:#1b130b;font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px}.chat-back-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.chat-back-btn:hover{background:#ffffff14}.app-main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.content-inner{padding:16px 24px 24px;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.page{min-height:100vh;padding:24px}.page.narrow{max-width:980px;margin:0 auto}.card{background:#241d18e0;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #0003}.section-title{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.01em}.muted{color:var(--muted);font-size:.875rem;line-height:1.5}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;align-items:center;gap:10px}.row.between{justify-content:space-between}.section-block{display:flex;flex-direction:column;gap:10px}.section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--border)}.tabs{flex-shrink:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom));z-index:10;background:#0e0b09f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border)}.tab-button{min-height:48px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--muted);font-size:.9rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.tab-button:active{transform:scale(.97)}.tab-button.active{color:var(--accent-strong);background:#d9ae5a1a;border-color:#d9ae5a33}.tab-label{display:flex;align-items:center;justify-content:center;gap:6px}.tab-icon{display:flex;align-items:center}.tab-icon svg{width:18px;height:18px}.pill-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;flex-shrink:0}.pill-row::-webkit-scrollbar{display:none}.pill{border-radius:999px;border:1px solid var(--border);background:#ffffff05;color:var(--muted);padding:7px 16px;white-space:nowrap;font-size:.88rem;transition:background .15s,color .15s,border-color .15s,transform .1s}.pill:active{transform:scale(.95)}.pill.active{background:#d9ae5a24;color:var(--text);border-color:#d9ae5a47}.field,.textarea,.input{width:100%;border-radius:12px;border:1px solid var(--border);background:#0a080799;color:var(--text);padding:12px 14px;outline:none;transition:border-color .15s;font-size:16px}.field:focus,.textarea:focus,.input:focus{border-color:#d9ae5a66}.textarea{min-height:90px;resize:vertical}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23b4a596' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:6px;border:2px solid var(--border);background:#0a080799;cursor:pointer;position:relative;flex-shrink:0;transition:border-color .15s,background .15s}input[type=checkbox]:checked{border-color:var(--accent);background:#d9ae5a33}input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:2px solid var(--accent);border-width:0 2px 2px 0;transform:rotate(45deg)}.badge{min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;font-size:.72rem;font-weight:700;flex-shrink:0}.badge.red{background:#e9737333;color:#ffb1b1}.badge.amber{background:#d9ae5a33;color:#ffd888}.button{min-height:44px;border-radius:12px;border:1px solid transparent;padding:0 18px;font-weight:500;font-size:.9rem;transition:opacity .15s,background .15s;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.button.primary{background:linear-gradient(135deg,#b88730,#e0b764);color:#1b130b}.button.primary:hover:not(:disabled){opacity:.88}.button:active:not(:disabled){transform:scale(.97)}.button.secondary{background:#ffffff0d;border-color:var(--border);color:var(--text)}.button.ghost{background:transparent;color:var(--muted)}.button.danger{background:#e973731f;color:#ffc0c0;border-color:#e973732e}.button:disabled{opacity:.4;cursor:not-allowed}.button.full{width:100%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;z-index:30}.modal-panel{width:100%;max-height:92vh;overflow:auto;padding:24px 20px;border-radius:20px 20px 0 0;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.onboarding{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px 16px}.onboarding-card{width:100%;max-width:460px;padding:32px 28px}.menu-layout{display:grid;grid-template-columns:1fr 340px;gap:0;flex:1;min-height:0;overflow:hidden}.menu-left{display:flex;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;padding-right:20px}.menu-right{display:flex;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;border-left:1px solid var(--border);padding-left:20px}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.menu-card{padding:16px 18px;display:flex;flex-direction:column;gap:8px;min-height:160px;transition:border-color .15s,transform .1s}.menu-card:hover:not(.sold-out){border-color:var(--border-accent)}.menu-card:active:not(.sold-out){transform:scale(.98)}.menu-card.sold-out{opacity:.45}.menu-card-title{font-size:.975rem;font-weight:700;line-height:1.3}.menu-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.price-tag{font-size:1rem;font-weight:700;color:var(--accent-strong)}.cart-summary{padding:16px;border-color:var(--border-accent);background:linear-gradient(135deg,#d9ae5a14,#241d18f0)}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.cart-summary-row+.cart-summary-row{border-top:1px solid rgba(255,255,255,.04)}.cart-item-qty{display:flex;align-items:center;gap:4px}.cart-item-qty span{min-width:20px;text-align:center;font-size:.9rem;font-weight:600}.order-mini-card{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.order-mini-header{display:flex;justify-content:space-between;align-items:center}.order-mini-items{font-size:.82rem;color:var(--muted);line-height:1.4}.social-layout{display:grid;grid-template-columns:320px 1fr;gap:0;flex:1;min-height:0;overflow:hidden}.social-left{display:flex;flex-direction:column;min-height:0;overflow-y:auto;border-right:1px solid var(--border)}.social-right{display:flex;flex-direction:column;min-height:0}.social-section{padding:12px 16px}.social-section+.social-section{border-top:1px solid var(--border)}.social-section-title{font-size:.78rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;display:flex;align-items:center;gap:8px}.invitation-alert{padding:14px 16px;background:linear-gradient(135deg,#d9ae5a24,#241d18f0);border-bottom:1px solid var(--border-accent);display:flex;flex-direction:column;gap:8px}.invitation-alert-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.invitation-alert-info{display:flex;flex-direction:column;gap:2px;min-width:0}.invitation-alert-name{font-weight:700;font-size:.9rem}.invitation-alert-msg{font-size:.82rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invitation-alert-actions{display:flex;gap:6px}.invitation-alert-actions .button{min-height:36px;font-size:.82rem;padding:0 12px}.chat-list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;text-align:left;background:transparent;border:none;color:inherit;transition:background .12s;cursor:pointer}.chat-list-item:hover{background:#ffffff08}.chat-list-item:active{background:#ffffff0f}.chat-list-item.active{background:#d9ae5a1a;border-left:3px solid var(--accent)}.chat-list-avatar{width:40px;height:40px;border-radius:50%;background:#d9ae5a26;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--accent-strong);flex-shrink:0}.chat-list-info{flex:1;min-width:0}.chat-list-name{font-weight:600;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-preview{font-size:.8rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;transition:background .12s}.table-list-item:hover{background:#ffffff05}.table-list-item:active{background:#ffffff0a}.table-list-item .button{min-height:34px;font-size:.82rem;padding:0 12px}.chat-area{display:flex;flex-direction:column;height:100%}.chat-area-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.chat-area-messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.chat-bubble{max-width:75%;padding:10px 14px;border-radius:16px;border:1px solid var(--border);font-size:.92rem}.chat-bubble.mine{align-self:flex-end;background:#d9ae5a1f;border-color:#d9ae5a33;border-bottom-right-radius:4px}.chat-bubble.theirs{align-self:flex-start;background:#ffffff0a;border-bottom-left-radius:4px}.chat-bubble-time{font-size:.72rem;color:var(--muted);margin-top:4px}.chat-area-input{display:flex;gap:8px;padding:12px 20px;border-top:1px solid var(--border);flex-shrink:0;background:#0e0b0999}.chat-area-input .input{flex:1}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);padding:40px 20px;text-align:center}.sent-inv-item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;font-size:.85rem}.cashier-page{min-height:100vh;padding:24px}.cashier-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.cashier-header h1{margin:0;font-size:1.3rem;font-weight:800}.cashier-search{display:flex;align-items:center;gap:8px}.cashier-search .input{width:200px}.cashier-stats-bar{display:flex;align-items:center;gap:0;padding:14px 24px;margin-bottom:24px;background:#d9ae5a0f;border:1px solid rgba(217,174,90,.15);border-radius:12px}.cashier-stat-item{flex:1;display:flex;align-items:baseline;gap:8px;justify-content:center}.cashier-stats-divider{width:1px;height:28px;background:#d9ae5a33;flex-shrink:0}.cashier-stat-label{font-size:.78rem;color:var(--muted);font-weight:500;white-space:nowrap}.cashier-stat-value{font-size:1.15rem;font-weight:800;color:var(--accent-strong);white-space:nowrap}.cashier-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.cashier-table-card{padding:18px 20px;cursor:pointer;transition:border-color .15s,transform .1s,box-shadow .15s;display:flex;flex-direction:column;gap:8px}.cashier-table-card:hover{border-color:var(--border-accent);transform:translateY(-1px);box-shadow:0 6px 24px #0000004d}.cashier-table-card.selected{border-color:var(--accent);background:linear-gradient(135deg,#d9ae5a1a,#241d18f0);box-shadow:0 0 0 1px var(--accent),0 6px 24px #d9ae5a1a}.cashier-table-header{display:flex;align-items:center;justify-content:space-between}.cashier-table-number{font-size:1.5rem;font-weight:800;color:var(--accent-strong);line-height:1}.cashier-table-name{font-size:.9rem;color:var(--muted)}.cashier-table-total{font-size:1.05rem;font-weight:700}.cashier-table-time{font-size:.78rem;color:var(--muted)}.cashier-detail-layout{display:grid;grid-template-columns:1fr 400px;gap:20px;align-items:start}.cashier-detail-panel{position:sticky;top:24px;display:flex;flex-direction:column;gap:14px}.cashier-detail-card{padding:20px;display:flex;flex-direction:column;gap:14px}.cashier-order-card{padding:14px;display:flex;flex-direction:column;gap:8px;background:#ffffff05;border:1px solid var(--border);border-radius:12px}.cashier-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:var(--muted);text-align:center}.cashier-empty-icon{font-size:3rem;opacity:.25}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:24;animation:fade-in .2s ease}.sheet{position:fixed;left:0;right:0;bottom:0;max-height:90vh;background:#120d0afc;border-top:1px solid var(--border);border-radius:20px 20px 0 0;z-index:25;padding:20px 16px;padding-bottom:calc(20px + env(safe-area-inset-bottom));overflow-y:auto;display:flex;flex-direction:column;gap:14px;animation:slide-up .25s ease}.sheet-handle{width:36px;height:4px;border-radius:2px;background:#ffffff26;margin:0 auto 4px;flex-shrink:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.spinner{width:28px;height:28px;border:3px solid rgba(217,174,90,.2);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.drink-option{padding:12px 16px;cursor:pointer;transition:border-color .15s,background .15s}.drink-option:hover{background:#ffffff05}.drink-option.selected{border-color:#d9ae5a66;background:#d9ae5a0f}.drink-option input[type=radio]{display:none}.radio-dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}.drink-option.selected .radio-dot{border-color:var(--accent)}.radio-dot:after{content:"";width:10px;height:10px;border-radius:50%;background:transparent;transition:background .15s}.drink-option.selected .radio-dot:after{background:var(--accent)}.order-card,.invitation-card,.chat-room-card,.staff-order-card{padding:14px 16px}.incoming-invitation-banner{position:sticky;top:12px;z-index:6;padding:16px 18px;border-color:#d9ae5a47;background:linear-gradient(135deg,#d9ae5a29,#241d18f0),#241d18f0}.invitation-banner-top{align-items:flex-start}.invitation-banner-heading{flex-wrap:wrap;align-items:center}.invitation-banner-actions{justify-content:flex-end;flex-wrap:wrap}.status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;white-space:nowrap;letter-spacing:.01em}.status-chip.PENDING{background:#f0c36d24;color:#ffdc93}.status-chip.CONFIRMED{background:#77a8ff29;color:#a9c8ff}.status-chip.PREPARING{background:#ff9d6c29;color:#ffc39c}.status-chip.COMPLETED,.status-chip.ACCEPTED{background:#7ad6a229;color:#a8f1c5}.status-chip.CANCELLED,.status-chip.REJECTED,.status-chip.EXPIRED{background:#c8c8c81a;color:#a8a8a8}.kitchen-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.kitchen-column{padding:16px}.staff-order-card{border:1px solid var(--border);border-radius:14px;background:#ffffff05}.staff-order-card.gift{border-color:#d9ae5a66}.staff-order-card.new{animation:pulse-card .9s ease}@keyframes pulse-card{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.admin-stats-section{display:flex;flex-direction:column;gap:8px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-stat-block{padding:18px 16px;border-radius:14px;background:#241d18e0;border:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.admin-stat-block.highlight{border-color:#d9ae5a4d;background:linear-gradient(135deg,#d9ae5a1a,#241d18f0)}.admin-stat-number{font-size:1.3rem;font-weight:800;color:var(--text);line-height:1.2}.admin-stat-block.highlight .admin-stat-number{color:var(--accent-strong)}.admin-stat-desc{font-size:.78rem;color:var(--muted);line-height:1.4}.empty-state{border:1px dashed rgba(255,222,173,.1);border-radius:14px;padding:28px 20px;color:var(--muted);text-align:center;font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:2px}.error-banner{background:#e973731f;color:#ffc7c7;border:1px solid rgba(233,115,115,.18);border-radius:12px;padding:12px 16px;font-size:.875rem}.divider{height:1px;background:var(--border);flex-shrink:0}.menu-left::-webkit-scrollbar,.menu-right::-webkit-scrollbar,.social-left::-webkit-scrollbar,.chat-area-messages::-webkit-scrollbar{width:4px}.menu-left::-webkit-scrollbar-thumb,.menu-right::-webkit-scrollbar-thumb,.social-left::-webkit-scrollbar-thumb,.chat-area-messages::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.mobile-only{display:none!important}.desktop-only{display:flex}.chat-back-btn{display:none}@media(min-width:600px){.modal-backdrop{align-items:center;padding:20px}.modal-panel{width:min(640px,100%);max-height:88vh;border-radius:20px;padding-bottom:24px}}@media(max-width:1023px){.menu-layout{grid-template-columns:1fr 280px}.social-layout{grid-template-columns:260px 1fr}.cashier-detail-layout{grid-template-columns:1fr 340px}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:767px){.mobile-only{display:flex!important}.desktop-only{display:none!important}.header-row{padding:10px 16px}.content-inner{padding:12px 16px 16px}.page{padding-inline:16px}.menu-layout{display:flex;flex-direction:column;overflow:visible}.menu-left{overflow-y:visible;padding-right:0}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}.menu-card{min-height:140px}.social-layout{display:flex;flex-direction:column;overflow:hidden}.social-left{flex:1;border-right:none;overflow-y:auto}.social-right,.social-layout.has-active-room .social-left{display:none}.social-layout.has-active-room .social-right{display:flex;flex:1}.chat-back-btn{display:flex}.kitchen-layout,.cashier-detail-layout{grid-template-columns:1fr}.cashier-detail-panel{position:static}.cashier-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.cashier-stats-bar{padding:12px 16px}.cashier-stat-item{flex-direction:column;gap:2px;align-items:center}.cashier-stat-value{font-size:1rem}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.header-row{padding:10px 12px}.tabs,.content-inner{padding-inline:10px}.menu-grid{grid-template-columns:1fr}.menu-card{min-height:120px;padding:14px 16px}.cashier-header{flex-direction:column;align-items:stretch}.cashier-search .input{width:100%;flex:1}.cashier-stats-bar{flex-direction:column;gap:8px;align-items:stretch}.cashier-stats-divider{width:100%;height:1px}.cashier-stat-item{flex-direction:row;justify-content:space-between}.cashier-grid,.admin-stats-grid{grid-template-columns:1fr}.chat-list-avatar{width:36px;height:36px;font-size:.8rem}.chat-list-item{padding:10px 14px;gap:10px}.invitation-alert,.chat-area-header,.chat-area-messages{padding:12px 14px}.chat-area-input{padding:10px 14px}.chat-bubble{max-width:85%}}
