*{box-sizing:border-box}body{margin:0;font-family:Sarabun,Tahoma,sans-serif;background:#f8f8ff;color:#2b2620}.topbar{background:#6339eb;color:#f6f1e4;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:700;font-size:18px}.brand,.nav a{color:#f6f1e4;text-decoration:none}.nav a{margin-left:18px;font-size:14px;opacity:.9}.nav a:hover{opacity:1;text-decoration:underline}.container{max-width:720px;margin:0 auto;padding:20px}.card{background:#fff;border:1px solid #e4ddc8;border-radius:12px;padding:16px 18px;margin-bottom:14px}.shop-name{font-weight:700;font-size:16px;margin:0 0 2px}.muted{color:#7a7566;font-size:13px;margin:0}.menu-row{justify-content:space-between;padding:8px 0;border-top:1px solid #eee6d3}.menu-row,.qty-controls{display:flex;align-items:center}.qty-controls{gap:10px}.qty-controls button{width:28px;height:28px;border-radius:6px;border:1px solid #cbbf9c;background:#fff;cursor:pointer;font-size:15px}.btn-primary{background:#e4dbfb;color:#4527a0;border:2px solid #7c4dff;border-radius:8px;padding:8px 16px;font-weight:700;cursor:pointer;font-size:14px;transition:background .15s,transform .05s}.btn-primary:hover:not(:disabled){background:#d8cbfa}.btn-primary:active:not(:disabled){transform:scale(.97)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;color:#2f5233;border:1px solid #2f5233;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:13px}.badge{display:inline-block;font-size:11px;padding:3px 9px;border-radius:999px;background:#eaf3de;color:#27500a;font-weight:700}.badge-amber{background:#faeeda;color:#633806}.badge-red{background:#fcebeb;color:#791f1f}.badge-blue{background:#e1edf7;color:#1b4b7a}.badge-gray{background:#ece8dc;color:#6b6555}.tabs{display:flex;gap:8px;margin-bottom:16px}.tab{flex:1 1;white-space:nowrap;text-align:center;padding:10px 14px;border-radius:10px;background:#fff;border:1px solid #e4ddc8;color:#7a7566;font-weight:700;font-size:14px;cursor:pointer;position:relative}.tab.active{background:#6339eb;color:#f6f1e4;border-color:#6339eb}.tab .count{display:inline-block;min-width:18px;padding:0 5px;margin-left:5px;font-size:11px;line-height:18px;border-radius:999px;background:#e3a63e;color:#412402}.subtab{flex:1 1;white-space:nowrap;text-align:center;padding:9px 14px;border-radius:10px;background:#fff;border:2px solid #cbbf9c;color:#7a7566;font-weight:700;font-size:14px;cursor:pointer;position:relative;transition:background .15s,border-color .15s,color .15s}.subtab.active{background:#e4dbfb;color:#4527a0;border-color:#7c4dff}.subtab .count{display:inline-block;min-width:18px;padding:0 5px;margin-left:5px;font-size:11px;line-height:18px;border-radius:999px;background:#7c4dff;color:#fff}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle}.status-dot.online{background:#2ecc71;animation:status-dot-pulse 1.6s ease-out infinite}.status-dot.offline{background:#b9b2a0}.status-dot.warn{background:#e3a63e}@keyframes status-dot-pulse{0%{box-shadow:0 0 0 0 rgba(46,204,113,.55)}70%{box-shadow:0 0 0 9px rgba(46,204,113,0)}to{box-shadow:0 0 0 0 rgba(46,204,113,0)}}.shop-card{display:flex;gap:12px;align-items:center;cursor:pointer;transition:border-color .15s,transform .05s}.shop-card:hover{border-color:#e3a63e}.shop-card:active{transform:scale(.995)}.thumb{width:52px;height:52px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:26px;background:#faeeda}.thumb-sm{width:40px;height:40px;font-size:20px;border-radius:10px}.hide-scroll{scrollbar-width:none;-ms-overflow-style:none}.hide-scroll::-webkit-scrollbar{display:none}.back-btn{background:#f6f1e4;border:1.5px solid #2f5233;color:#2f5233;font-weight:700;cursor:pointer;padding:6px 14px;border-radius:20px;font-size:14px;margin-bottom:10px}.back-btn:active{background:#ebe3cc}.cartbar{position:-webkit-sticky;position:sticky;bottom:12px;z-index:30;margin-top:16px;display:flex;align-items:center;justify-content:space-between;background:#2f5233;color:#f6f1e4;border-radius:12px;padding:12px 16px;box-shadow:0 6px 18px rgba(47,82,51,.3);cursor:pointer}.cartbar .count-dot{background:#e3a63e;color:#412402;font-weight:700;border-radius:999px;padding:1px 9px;font-size:13px;margin-right:8px}.order-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.divider{border-top:1px solid #eee6d3;margin:10px 0}input,textarea{width:100%;padding:9px 11px;border-radius:8px;border:1px solid #cbbf9c;font-size:14px;margin-bottom:10px;font-family:inherit}.stepper{display:flex;justify-content:space-between;margin:14px 0}.step{text-align:center;font-size:11px;color:#a39d89;flex:1 1}.step.active{color:#2f5233;font-weight:700}.step-dot{width:10px;height:10px;border-radius:50%;background:#ddd3b6;margin:0 auto 4px;position:relative}.step.active .step-dot{background:#e3a63e}.step.current .step-dot{background:#e3a63e;animation:step-pulse 1.4s ease-out infinite}.step.current{color:#a85b00}@keyframes step-pulse{0%{box-shadow:0 0 0 0 rgba(227,166,62,.55)}70%{box-shadow:0 0 0 8px rgba(227,166,62,0)}to{box-shadow:0 0 0 0 rgba(227,166,62,0)}}.spin-icon{display:inline-block;animation:spin-rotate 1.2s linear infinite}@keyframes spin-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fade-dots{0%,20%{opacity:.2}50%{opacity:1}to{opacity:.2}}.working-dots span{display:inline-block;animation:fade-dots 1.4s infinite}.working-dots span:nth-child(2){animation-delay:.2s}.working-dots span:nth-child(3){animation-delay:.4s}.empty-state{text-align:center;padding:40px 16px;color:#a39d89}.skeleton{background:linear-gradient(90deg,#ece8dc 25%,#f6f1e4 37%,#ece8dc 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.fade-in{animation:fade-in-content .18s ease-out}@keyframes fade-in-content{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}