:root{--bg:#f8fafc;--surface:#fff;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--primary:#059669;--primary-strong:#047857;--blue:#2563eb;--amber:#d97706;--purple:#7c3aed}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}.page-shell,.site-shell{background:var(--bg);min-height:100vh}.page-shell-inner,.dashboard-content,.order-main,.home-stores{max-width:700px;margin:0 auto;padding:16px}.home-screen{background:linear-gradient(#ecfdf5 0%,#d1fae5 50%,#a7f3d0 100%);min-height:100vh}.home-hero{flex-direction:column;justify-content:space-between;align-items:center;gap:24px;min-height:100vh;padding:40px 20px 0;display:flex}.home-hero-brand{text-align:center;flex-direction:column;flex:1;justify-content:center;max-width:500px;display:flex}.home-hero-illustration{filter:drop-shadow(0 20px 40px #10b98133);width:100%;max-width:320px;height:260px;margin:0 auto 24px;position:relative}.home-bag{background:linear-gradient(135deg,#10b981,#059669);border-radius:28px;width:160px;height:170px;position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);box-shadow:inset 0 10px #ffffff2e}.home-bag:before{content:"";border:8px solid #047857;border-bottom:0;border-radius:999px 999px 0 0;height:48px;position:absolute;inset:-28px 20px auto}.home-bag-icon{justify-content:center;align-items:center;font-size:54px;display:flex;position:absolute;inset:0}.home-floating{background:#ffffffd9;border-radius:999px;justify-content:center;align-items:center;animation:3s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 30px #94a3b833}.home-floating-a{width:52px;height:52px;font-size:24px;top:32px;left:8px}.home-floating-b{width:56px;height:56px;font-size:26px;animation-delay:.2s;top:28px;right:0}.home-floating-c{width:48px;height:48px;font-size:22px;animation-delay:.4s;bottom:30px;left:18px}.home-floating-d{width:44px;height:44px;font-size:18px;animation-delay:.6s;bottom:12px;right:32px}.home-title{color:#065f46;margin:0 0 8px;font-size:32px;font-weight:700}.home-subtitle{color:#047857;margin:0 0 24px;font-size:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.card-shadow{box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{color:#fff;background:#059669;box-shadow:0 2px 8px #0596694d}.btn-primary:hover{background:#047857}.btn-secondary{color:#64748b;background:#fff;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.btn-magic{color:#fff;background:linear-gradient(135deg,#8b5cf6,#d946ef);box-shadow:0 2px 8px #8b5cf64d}.btn-magic:hover{opacity:.9}.btn-ghost{color:#64748b;background:0 0}.btn-ghost:hover{background:#f1f5f9}.btn-sm{padding:6px 12px;font-size:12px}.btn-lg{padding:14px 20px;font-size:16px}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;color:var(--text);background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s}.input:focus,.search-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.badge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.badge-green{color:#047857;background:#d1fae5}.badge-gray{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.feature-row,.store-card-header,.store-card-actions,.home-section-heading,.progress-header-row,.progress-meta-row,.cart-summary-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.feature-row{justify-content:flex-start;align-items:flex-start}.feature-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.feature-green{background:#ecfdf5}.feature-blue{background:#eff6ff}.feature-amber{background:#fef3c7}.feature-purple{background:#f5f3ff}.home-feature-card{text-align:left;background:#ffffffe6;margin-bottom:24px;padding:16px}.feature-title{color:#334155;font-weight:700}.feature-desc{color:#64748b;font-size:14px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-3{gap:12px}.gap-1{gap:4px}.gap-2{gap:8px}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.relative{position:relative}.z-10{z-index:10}.block{display:block}.text-center{text-align:center}.text-3xl{font-size:30px}.text-xl{font-size:20px}.font-bold{font-weight:700}.text-lg{font-size:18px}.text-sm{font-size:14px}.text-xs{font-size:12px}.text-white{color:#fff}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-amber-600{color:#d97706}.text-amber-700{color:#b45309}.text-violet-700{color:#6d28d9}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mr-2{margin-right:8px}.bg-slate-50{background:#f8fafc}.home-entry-actions{width:100%;max-width:400px;padding-bottom:40px}.join-card{text-align:center;margin-bottom:12px;padding:24px}.join-card-icon,.empty-icon{margin-bottom:16px;font-size:64px}.join-card-title{color:#1e293b;margin:0 0 8px;font-size:20px;font-weight:700}.join-card-subtitle{color:#64748b;margin:0 0 16px;font-size:14px}.input-join{text-align:center;letter-spacing:2px;margin-bottom:16px;font-size:18px}.home-dashboard-button{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b98166}.home-join-button{background:#3b82f6}.home-stores{padding-bottom:48px}.sticky{z-index:20;position:sticky;top:0}.header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.profile-trigger{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;margin-right:8px;transition:opacity .2s;display:inline-flex}.profile-trigger:hover{opacity:.8}.profile-avatar{object-fit:cover;border:1px solid #e2e8f0;border-radius:999px;width:32px;height:32px}.profile-avatar-large{object-fit:cover;border:4px solid #f1f5f9;border-radius:999px;width:80px;height:80px;margin-bottom:8px}.dashboard-screen,.store-detail-screen{background:#f8fafc;min-height:100vh}.dashboard-content{padding-bottom:100px}.stat-card{cursor:default;background:#fff;border-radius:16px;padding:20px;transition:all .3s;position:relative;overflow:hidden}.stat-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#fff0);position:absolute;inset:0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.stat-card-emerald{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.stat-card-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d}.stat-card-amber{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.stat-icon{margin-bottom:4px;font-size:28px}.stat-label{opacity:.9}.search-wrap{position:relative}.search-icon{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{padding-left:36px}.store-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:all .3s}.store-card:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.store-card-actions{gap:8px;display:flex}.icon-button{padding:6px}.order-view-button{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.empty-card{border:2px dashed #cbd5e1}.empty-store-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.empty-order-card{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.empty-history-card{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#ddd6fe}.dashboard-tabbar{z-index:30;background:#fff;border-top:1px solid #e2e8f0;align-items:stretch;gap:12px;padding:12px 16px 20px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}.dashboard-tab{background:#f8fafc;border:2px solid #0000;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 10px;transition:all .2s;display:flex}.dashboard-tab-active{transform:scale(1.02)}.dashboard-tab-stores{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b981}.dashboard-tab-orders{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6}.dashboard-tab-history{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#8b5cf6}.dashboard-tab-icon{font-size:28px}.dashboard-tab-label{color:#64748b;font-size:14px;font-weight:700}.dashboard-tab-active .dashboard-tab-label{color:#1e293b}.order-screen{background:#f8fafc;min-height:100vh;padding-bottom:100px}.progress-header{z-index:20;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 16px;position:sticky;top:0}.progress-header-row,.progress-meta-row{justify-content:space-between;align-items:center;display:flex}.progress-meta-row{color:#94a3b8;margin:0 0 4px;font-size:12px}.progress-bar{background:#e2e8f0;border-radius:999px;width:100%;height:10px;overflow:hidden}.progress-fill{background:#10b981;height:100%;transition:width .2s}.progress-fill-gold{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.progress-note{text-align:center;color:#94a3b8;margin-top:8px;font-size:12px}.progress-note-gold{color:#fbbf24;font-weight:700}.order-main{max-width:700px;margin:0 auto;padding:16px}.order-exit-button{color:#fff;background:#374151;padding:4px 10px;font-size:12px}.order-ai-recommend-card{background:linear-gradient(135deg,#fef3c7 0%,#fed7aa 100%);border-color:#fcd34d}.order-ai-title{color:#92400e}.order-ai-subtitle{color:#b45309}.order-ai-recommend-result{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;align-items:center;gap:12px;margin-top:8px;padding:16px;display:flex}.order-ai-reason{color:#c4b5fd}.order-ai-add{color:#7c3aed;background:#fff;font-weight:700}.order-ai-parse-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%)}.order-menu-layout{gap:16px;display:flex}.order-category-sidebar{flex-shrink:0;width:110px}.sticky-top{position:sticky;top:72px}.order-category-button{text-align:left;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:12px 14px;font-size:14px;font-weight:600;transition:all .2s}.order-category-button-active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b98166}.order-category-count{opacity:.75;margin-left:4px;font-size:12px}.product-card{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;background:linear-gradient(135deg,#10b981,#059669);width:4px;height:100%;transition:opacity .25s;position:absolute;top:0;left:0}.product-card:hover{border-color:#a7f3d0;transform:translateY(-2px);box-shadow:0 8px 25px #10b98126}.product-card:hover:before{opacity:1}.product-card:active{transform:scale(.98)}.product-info{flex:1;min-width:0}.product-name{color:#1e293b;margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.3}.product-desc{color:#94a3b8;font-size:12px;line-height:1.4}.product-price{color:#059669;align-items:baseline;font-size:18px;font-weight:800;display:flex}.product-price-currency{margin-right:1px;font-size:13px;font-weight:600}.qty-control{background:#f1f5f9;border-radius:999px;align-items:center;display:flex;overflow:hidden}.qty-control-compact{background:0 0}.qty-btn{color:#334155;background:0 0;border:none;width:32px;height:32px;font-size:18px;font-weight:700}.qty-value{text-align:center;color:#334155;min-width:26px;font-weight:700}.product-add-button{border-radius:12px;padding:10px 20px;font-weight:700}.paid-mini-badge{color:#fff;background:#10b981;border-radius:4px;padding:2px 6px;font-size:10px}.order-paid-button{color:#fff;background:#10b981;padding:6px 12px}.order-unpaid-button{color:#64748b;background:#f1f5f9;padding:6px 12px}.order-payment-summary{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;margin-top:16px;padding:12px}.order-cart-card{background:#fff}.cart-item-row{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.cart-item-row:first-of-type{border-top:0}.order-summary-card{background:linear-gradient(135deg,#faf5ff,#f8fafc)}.ai-summary-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ai-summary-card{min-width:0}.ai-summary-textarea{resize:vertical;background:#fffffff2;min-height:220px}.cart-btn{z-index:40;position:fixed;bottom:16px;left:16px;right:16px}.cart-btn-count{color:#059669;background:#fff;border-radius:999px;margin-left:8px;padding:2px 10px;font-size:14px}.menu-preview-row{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.menu-preview-row:first-child{border-top:0}.fade-in{animation:.5s ease-out fadeIn}.float-animation{animation:3s ease-in-out infinite float}.hide-mobile{display:inline}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:768px){.grid-cols-3{grid-template-columns:1fr}.home-section-heading,.store-card-header,.store-card-actions,.progress-header-row,.progress-meta-row,.cart-summary-row{flex-direction:column;align-items:flex-start}.store-card-actions{width:100%}.order-menu-layout{flex-direction:column}.order-category-sidebar{width:100%}.sticky-top{position:static}.ai-summary-grid{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-content,.order-main,.page-shell-inner,.home-stores{padding:16px 12px}.home-hero{padding-inline:16px}.header{padding-inline:12px}.dashboard-tabbar{gap:8px;padding:10px 12px 16px}.dashboard-tab-icon{font-size:24px}.dashboard-tab-label{font-size:12px}.hide-mobile{display:none}}
