*{box-sizing:border-box}body{color:#1a1a2e;background:#f6f7fb;margin:0;font-family:Inter,Sarabun,sans-serif}.kiosk-shell{width:100%;min-height:100vh}.app-shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:#1a1a2e;flex-direction:column;flex-shrink:0;gap:32px;width:220px;padding:24px 16px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:#f97316;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex}.brand h1{margin:0;font-size:16px;font-weight:700}.brand p{opacity:.5;margin:0;font-size:11px}.nav-list{flex-direction:column;gap:4px;display:flex}.nav-link{color:#fff9;border-radius:10px;padding:10px 14px;font-size:14px;text-decoration:none;transition:all .15s;display:block}.nav-link:hover{color:#fff;background:#ffffff14}.nav-link.active{color:#fff;background:#f97316}.page-area{flex:1;padding:32px;overflow-y:auto}.welcome-screen{cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%);justify-content:center;align-items:center;height:100vh;display:flex}.welcome-content{text-align:center;color:#fff}.welcome-logo{margin-bottom:16px;font-size:80px}.welcome-title{letter-spacing:-1px;margin:0 0 8px;font-size:56px;font-weight:800}.welcome-sub{opacity:.7;margin:0 0 48px;font-size:20px}.cta-btn{color:#fff;letter-spacing:.5px;background:#f97316;border-radius:50px;padding:18px 48px;font-size:22px;font-weight:700;transition:transform .2s;display:inline-block;box-shadow:0 8px 32px #f9731666}.welcome-screen:hover .cta-btn{transform:scale(1.04)}.welcome-hint{opacity:.35;margin-top:24px;font-size:13px}.kiosk-layout{grid-template-columns:1fr 360px;height:100vh;display:grid;overflow:hidden}.menu-section{flex-direction:column;gap:16px;padding:24px;display:flex;overflow-y:auto}.menu-header{justify-content:space-between;align-items:center;display:flex}.menu-header h2{margin:0;font-size:24px;font-weight:700}.category-tabs{flex-wrap:wrap;gap:8px;display:flex}.category-tab{cursor:pointer;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:50px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .15s}.category-tab:hover{color:#f97316;border-color:#f97316}.category-tab.active{color:#fff;background:#f97316;border-color:#f97316}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.menu-card{background:#fff;border-radius:16px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.menu-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.menu-card-img{object-fit:cover;width:100%;height:140px}.menu-card-img-placeholder{background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:140px;font-size:40px;display:flex}.menu-card-body{flex-direction:column;flex:1;gap:6px;padding:14px;display:flex}.menu-card-body h3{margin:0;font-size:15px;font-weight:600}.menu-desc{color:#9ca3af;margin:0;font-size:12px;line-height:1.4}.menu-card-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;display:flex}.menu-price{color:#f97316;font-size:16px;font-weight:700}.add-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .15s}.add-btn:hover{background:#ea6c0a}.cart-section{background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;display:flex;overflow:hidden}.cart-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.cart-header h3{margin:0;font-size:18px;font-weight:700}.cart-count{color:#f97316;background:#fef3e2;border-radius:20px;padding:4px 10px;font-size:13px;font-weight:600}.cart-list{flex-direction:column;flex:1;gap:10px;padding:12px 20px;display:flex;overflow-y:auto}.empty-cart{color:#d1d5db;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:40px 0;display:flex}.empty-cart span{font-size:40px}.empty-cart p{margin:0;font-size:14px}.cart-item{background:#fafafa;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-name{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;overflow:hidden}.cart-item-opts{color:#9ca3af;margin:2px 0 0;font-size:11px}.cart-item-price{color:#f97316;margin:2px 0 0;font-size:13px;font-weight:600}.qty-controls{flex-shrink:0;align-items:center;gap:8px;display:flex}.qty-controls button{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:700;transition:all .15s;display:flex}.qty-controls button:hover{color:#fff;background:#f97316}.qty-controls span{text-align:center;min-width:20px;font-size:14px;font-weight:600}.cart-footer{border-top:1px solid #f3f4f6;flex-direction:column;gap:12px;padding:16px 20px;display:flex}.cart-total{justify-content:space-between;align-items:center;display:flex}.cart-total span{color:#6b7280;font-size:15px}.cart-total strong{color:#1a1a2e;font-size:22px;font-weight:800}.checkout-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#f97316;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:700;transition:all .2s}.checkout-btn:hover:not(:disabled){background:#ea6c0a}.checkout-btn:disabled{cursor:not-allowed;background:#d1d5db}.modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:20px;flex-direction:column;width:480px;max-width:90vw;max-height:80vh;display:flex;box-shadow:0 20px 60px #0003}.modal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{margin:0;font-size:20px;font-weight:700}.modal-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:20px;line-height:1}.modal-close:hover{color:#374151;background:#f3f4f6}.modal-body{flex-direction:column;gap:20px;padding:20px 24px;display:flex;overflow-y:auto}.modal-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal-price{color:#f97316;font-size:22px;font-weight:800}.option-label{align-items:center;gap:8px;margin:0 0 10px;font-size:14px;font-weight:600;display:flex}.required-badge{color:#f97316;background:#fef3e2;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.option-choices{flex-wrap:wrap;gap:8px;display:flex}.choice-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;transition:all .15s;display:flex}.choice-btn:hover{border-color:#f97316}.choice-btn.selected{color:#f97316;background:#fef3e2;border-color:#f97316;font-weight:600}.extra-price{color:#9ca3af;font-size:12px}.choice-btn.selected .extra-price{color:#f97316}.add-btn-lg{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;padding:12px 28px;font-size:16px;font-weight:700;transition:all .2s}.add-btn-lg:hover{background:#ea6c0a}.loading-screen{color:#9ca3af;justify-content:center;align-items:center;height:100vh;font-size:16px;display:flex}.queue-hero{text-align:center;background:#fef3e2;border:2px solid #fed7aa;border-radius:16px;margin:16px 0;padding:24px}.queue-hero span{color:#92400e;margin-bottom:8px;font-size:14px;display:block}.queue-hero strong{color:#f97316;font-size:56px;font-weight:800;display:block}.countdown-text{color:#b45309;margin:8px 0 0;font-size:13px}.error-box{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:10px 14px;font-size:13px}.ghost-btn-sm{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:6px 14px;font-size:13px;transition:all .15s}.ghost-btn-sm:hover{color:#374151;border-color:#9ca3af}.setup-screen{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.setup-card{background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:480px;padding:40px 36px;display:flex;box-shadow:0 24px 64px #0000004d}.setup-logo{margin-bottom:8px}.setup-title{color:#1a1a2e;margin:0;font-size:24px;font-weight:800}.setup-sub{color:#9ca3af;margin:0 0 16px;font-size:14px}.setup-loading{color:#9ca3af;font-size:14px}.branch-list{flex-direction:column;gap:10px;width:100%;margin-bottom:8px;display:flex}.branch-item{cursor:pointer;text-align:left;background:#fff;border:2px solid #e5e7eb;border-radius:14px;align-items:center;gap:10px;width:100%;padding:14px 18px;transition:all .15s;display:flex}.branch-item:hover{border-color:#f97316}.branch-item.selected{background:#fef3e2;border-color:#f97316}.branch-item-name{color:#1a1a2e;flex:1;font-size:16px;font-weight:600}.branch-item-addr{color:#9ca3af;font-size:12px}.branch-check{color:#f97316;font-size:18px;font-weight:700}.setup-confirm-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:14px;width:100%;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:all .2s}.setup-confirm-btn:hover:not(:disabled){background:#ea6c0a}.setup-confirm-btn:disabled{cursor:not-allowed;background:#d1d5db}.change-branch-btn{color:#fff6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:8px 16px;font-size:12px;transition:all .2s;position:fixed;bottom:20px;right:20px}.change-branch-btn:hover{color:#ffffffb3;background:#ffffff26}.payment-screen{background:linear-gradient(160deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.payment-screen--success{background:linear-gradient(160deg,#052e16 0%,#14532d 50%,#166534 100%)}.payment-loading{color:#fff9;flex-direction:column;align-items:center;gap:16px;display:flex}.payment-spinner{border:4px solid #ffffff1a;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.payment-card{background:#fff;border-radius:28px;flex-direction:column;gap:20px;width:100%;max-width:440px;padding:28px;display:flex;box-shadow:0 32px 80px #0006}.payment-header{justify-content:space-between;align-items:center;display:flex}.payment-brand{color:#1a1a2e;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.payment-status-badge{color:#b45309;background:#fef3e2;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.pulse-dot{background:#f97316;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.payment-amount-section{text-align:center;padding:8px 0 4px}.payment-amount-label{color:#9ca3af;margin-bottom:6px;font-size:13px;display:block}.payment-amount{color:#f97316;letter-spacing:-1px;font-size:48px;font-weight:800;line-height:1;display:block}.payment-qr-wrap{background:#f9fafb;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:20px;display:flex}.payment-qr{object-fit:contain;border-radius:12px;width:220px;height:220px}.payment-qr-caption{color:#6b7280;text-align:center;margin:0;font-size:13px}.payment-qr-empty{color:#d1d5db;justify-content:center;align-items:center;width:220px;height:220px;font-size:14px;display:flex}.payment-summary{background:#f9fafb;border-radius:14px;flex-direction:column;gap:8px;padding:14px 18px;display:flex}.payment-summary-row{color:#6b7280;justify-content:space-between;align-items:center;font-size:14px;display:flex}.payment-summary-row strong{color:#1a1a2e}.payment-back-btn{color:#9ca3af;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:12px;width:100%;padding:12px;font-size:14px;transition:all .15s}.payment-back-btn:hover{color:#374151;border-color:#9ca3af}.success-card{text-align:center;background:#fff;border-radius:28px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:400px;padding:36px 28px;display:flex;box-shadow:0 32px 80px #0006}.success-checkmark{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:36px;font-weight:800;animation:.4s cubic-bezier(.34,1.56,.64,1) pop;display:flex}@keyframes pop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-title{color:#1a1a2e;margin:0;font-size:28px;font-weight:800}.success-sub{color:#6b7280;margin:0;font-size:15px}.queue-display{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:20px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:24px 40px;display:flex}.queue-label{color:#fffc;font-size:13px}.queue-number{color:#fff;letter-spacing:-2px;font-size:72px;font-weight:800;line-height:1}.queue-hint{color:#ffffffb3;font-size:13px}.success-order-info{background:#f9fafb;border-radius:14px;flex-direction:column;gap:8px;width:100%;padding:14px 18px;display:flex}.success-info-row{color:#6b7280;justify-content:space-between;align-items:center;font-size:14px;display:flex}.success-info-row strong{color:#1a1a2e}.price-orange{color:#f97316!important}.success-countdown{color:#9ca3af;margin:0;font-size:13px}.payment-home-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:14px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:all .2s}.payment-home-btn:hover{background:#0f3460}.qd-screen{color:#fff;-webkit-user-select:none;user-select:none;background:#0a0f1e;flex-direction:column;height:100vh;display:flex;overflow:hidden}.qd-header{background:#0f172a;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:16px;padding:16px 32px;display:flex}.qd-brand{align-items:center;gap:12px;display:flex}.qd-brand-name{font-size:20px;font-weight:800;display:block}.qd-brand-sub{color:#ffffff59;font-size:11px;display:block}.qd-header-center{text-align:center;color:#fff6;flex:1;font-size:15px}.qd-header-center strong{color:#fff}.qd-pulse-wrap{align-items:center;gap:6px;display:flex}.qd-pulse-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.qd-pulse-label{color:#34d399;letter-spacing:1px;font-size:11px;font-weight:700}.qd-banner{background:linear-gradient(90deg,#f97316,#ea580c);flex-shrink:0;justify-content:center;align-items:center;gap:20px;padding:18px 32px;animation:.4s cubic-bezier(.34,1.56,.64,1) banner-in;display:flex}@keyframes banner-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.qd-banner-icon{font-size:28px;animation:.5s ease-in-out 2 shake}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.qd-banner-text{font-size:20px;font-weight:600}.qd-banner-queue{letter-spacing:-1px;font-size:40px;font-weight:800}.qd-banner-sub{opacity:.8;font-size:16px}.qd-board{flex:1;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.qd-col{border-right:1px solid #ffffff0f;flex-direction:column;display:flex;overflow:hidden}.qd-col:last-child{border-right:none}.qd-col-head{background:var(--col-dim);border-bottom:2px solid var(--col-color);flex-shrink:0;align-items:center;gap:10px;padding:18px 24px;display:flex}.qd-col-icon{font-size:20px}.qd-col-label{color:var(--col-color);flex:1;font-size:16px;font-weight:700}.qd-col-badge{background:var(--col-color);color:#0a0f1e;border-radius:10px;justify-content:center;align-items:center;min-width:32px;height:32px;font-size:16px;font-weight:800;display:flex}.qd-col-body{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.qd-col-empty{text-align:center;color:#fff3;padding:40px 0;font-size:15px}.qd-chip{background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:4px;padding:14px 20px;transition:all .2s;display:flex}.qd-chip--ready{background:var(--col-dim);border-color:var(--col-color);animation:2s ease-in-out infinite ready-pulse}.qd-chip--announced{background:#f9731626!important;border-color:#f97316!important}@keyframes ready-pulse{0%,to{opacity:1}50%{opacity:.65}}.qd-chip-queue{color:var(--col-color);letter-spacing:-1px;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1}.qd-chip-items{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.4;overflow:hidden}.qd-footer{color:#fff3;text-align:center;background:#0f172a;border-top:1px solid #ffffff0f;flex-shrink:0;padding:10px 32px;font-size:12px}.kitchen-screen{color:#fff;background:#0f172a;flex-direction:column;min-height:100vh;display:flex}.kitchen-header{background:#1e293b;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.kitchen-header-left{align-items:center;gap:12px;display:flex}.kitchen-title{margin:0;font-size:20px;font-weight:800}.kitchen-sub{color:#ffffff4d;font-size:11px}.kitchen-header-right{align-items:center;gap:12px;display:flex}.kitchen-error{color:#f87171;font-size:12px}.kitchen-counts{gap:6px;display:flex}.kitchen-count-badge{border:1.5px solid;border-radius:20px;padding:4px 12px;font-size:13px;font-weight:700}.kitchen-refresh-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .15s;display:flex}.kitchen-refresh-btn:hover{background:#ffffff1f}.kitchen-loading{color:#ffffff4d;flex:1;justify-content:center;align-items:center;font-size:16px;display:flex}.kitchen-board{flex:1;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.kitchen-col{border-right:1px solid #ffffff0f;flex-direction:column;display:flex;overflow:hidden}.kitchen-col:last-child{border-right:none}.kitchen-col-head{background:#ffffff05;border-bottom:3px solid;flex-shrink:0;align-items:center;gap:8px;padding:14px 20px;display:flex}.kitchen-col-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.kitchen-col-label{color:#ffffffb3;flex:1;font-size:13px;font-weight:700}.kitchen-col-count{color:#fff;border-radius:20px;padding:2px 8px;font-size:12px;font-weight:700}.kitchen-col-body{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.kitchen-empty{text-align:center;color:#fff3;padding:40px 0;font-size:13px}.kitchen-card{background:#1e293b;border-top:3px solid;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.kitchen-card-head{justify-content:space-between;align-items:center;display:flex}.kitchen-queue{font-size:22px;font-weight:800}.kitchen-time{color:#ffffff4d;background:#ffffff0f;border-radius:20px;padding:3px 8px;font-size:11px}.kitchen-items{background:#ffffff0a;border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.kitchen-item-row{align-items:baseline;gap:8px;font-size:14px;display:flex}.kitchen-item-qty{color:#f97316;min-width:28px;font-size:13px;font-weight:700}.kitchen-item-name{color:#ffffffe6;font-weight:600}.kitchen-item-opts{color:#ffffff59;font-size:11px}.kitchen-card-footer{justify-content:space-between;align-items:center;display:flex}.kitchen-total{color:#fff6;font-size:13px}.kitchen-action-btn{color:#fff;cursor:pointer;opacity:1;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .15s}.kitchen-action-btn:hover{opacity:.85}.kitchen-action-btn:disabled{opacity:.4;cursor:not-allowed}
