:root{--order-bg-primary:#fff;--order-bg-secondary:#f8fafc;--order-bg-tertiary:#f1f5f9;--order-text-primary:#1e293b;--order-text-secondary:#64748b;--order-text-muted:#94a3b8;--order-border:#e2e8f0;--order-border-light:#f1f5f9;--order-brand:#2563eb;--order-brand-hover:#1d4ed8;--order-success:#10b981;--order-warning:#f59e0b;--order-danger:#ef4444;--order-info:#3b82f6;--order-shadow:#0000000d;--order-shadow-md:#0000001a;--order-skeleton-bg:#e2e8f0;--order-skeleton-gradient:#f1f5f9}@media (prefers-color-scheme:dark){:root{--order-bg-primary:#1e293b;--order-bg-secondary:#0f172a;--order-bg-tertiary:#334155;--order-text-primary:#f1f5f9;--order-text-secondary:#cbd5e1;--order-text-muted:#94a3b8;--order-border:#334155;--order-border-light:#1e293b;--order-brand:#3b82f6;--order-brand-hover:#60a5fa;--order-success:#34d399;--order-warning:#fbbf24;--order-danger:#f87171;--order-info:#60a5fa;--order-shadow:#0003;--order-shadow-md:#0000004d;--order-skeleton-bg:#334155;--order-skeleton-gradient:#475569}}.dark-mode{--order-bg-primary:#1e293b;--order-bg-secondary:#0f172a;--order-bg-tertiary:#334155;--order-text-primary:#f1f5f9;--order-text-secondary:#cbd5e1;--order-text-muted:#94a3b8;--order-border:#334155;--order-border-light:#1e293b;--order-brand:#3b82f6;--order-brand-hover:#60a5fa;--order-success:#34d399;--order-warning:#fbbf24;--order-danger:#f87171;--order-info:#60a5fa;--order-shadow:#0003;--order-shadow-md:#0000004d;--order-skeleton-bg:#334155;--order-skeleton-gradient:#475569}.light-mode{--order-bg-primary:#fff;--order-bg-secondary:#f8fafc;--order-bg-tertiary:#f1f5f9;--order-text-primary:#1e293b;--order-text-secondary:#64748b;--order-text-muted:#94a3b8;--order-border:#e2e8f0;--order-border-light:#f1f5f9;--order-brand:#2563eb;--order-brand-hover:#1d4ed8;--order-success:#10b981;--order-warning:#f59e0b;--order-danger:#ef4444;--order-info:#3b82f6;--order-shadow:#0000000d;--order-shadow-md:#0000001a;--order-skeleton-bg:#e2e8f0;--order-skeleton-gradient:#f1f5f9}.order-page{background:var(--order-bg-secondary);flex-direction:column;width:100%;min-height:calc(100vh - 150px);padding:2rem;display:flex}.order-page.empty{text-align:center;padding:4rem 2rem}.order-title{color:var(--order-text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.order-header-info{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.search-info{background:var(--order-bg-tertiary);border-radius:8px;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.clear-search-btn{color:var(--order-brand);cursor:pointer;background:0 0;border:none;font-weight:500}.clear-search-btn:hover{text-decoration:underline}.order-layout{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.order-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.order-card{background:var(--order-bg-primary);border:1px solid var(--order-border);border-radius:12px;flex-direction:column;gap:.75rem;height:fit-content;transition:all .2s;display:flex;overflow:hidden}.order-card:hover{box-shadow:var(--order-shadow-md);transform:translateY(-2px)}.order-image{background:var(--order-bg-tertiary);position:relative;overflow:hidden}.order-image img{object-fit:cover;width:100%;height:200px;transition:transform .3s}.order-card:hover .order-image img{transform:scale(1.05)}.order-info-card{flex-direction:column;padding:1rem;display:flex}.order-info-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.order-id{color:var(--order-text-primary);font-size:.9rem;font-weight:600}.order-date{color:var(--order-text-secondary);font-size:.8rem}.status{text-transform:capitalize;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.status.pending{color:#4338ca;background:#eef2ff}.dark-mode .status.pending,:root.dark-mode .status.pending{color:#60a5fa;background:#1e3a5f}.status.confirmed{color:#227c85;background:#cae3e5}.dark-mode .status.confirmed,:root.dark-mode .status.confirmed{color:#2dd4bf;background:#1e3a5f}.status.picked_up,.status.picked-up{color:#1f9254;background:#e7f7ef}.dark-mode .status.picked_up,.dark-mode .status.picked-up,:root.dark-mode .status.picked_up,:root.dark-mode .status.picked-up{color:#34d399;background:#064e3b}.status.dispatched{color:#0369a1;background:#e0f2fe}.dark-mode .status.dispatched,:root.dark-mode .status.dispatched{color:#38bdf8;background:#1e3a5f}.status.processing{color:#b26a00;background:#fff4e5}.dark-mode .status.processing,:root.dark-mode .status.processing{color:#fbbf24;background:#78350f}.status.delivered{color:#1f9254;background:#e7f7ef}.dark-mode .status.delivered,:root.dark-mode .status.delivered{color:#34d399;background:#064e3b}.status.cancelled{color:#b42318;background:#fdecec}.dark-mode .status.cancelled,:root.dark-mode .status.cancelled{color:#f87171;background:#7f1d1d}.order-meta{color:var(--order-text-secondary);justify-content:space-between;margin-top:.75rem;font-size:.9rem;display:flex}.order-total{color:var(--order-text-primary);font-weight:600}.order-actions{flex-direction:column;gap:.5rem;width:100%;margin-top:.75rem;display:flex}.primary-btn{background:var(--order-brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;transition:all .2s}.primary-btn:hover{background:var(--order-brand-hover);transform:translateY(-1px)}.secondary-btn{background:var(--order-bg-primary);border:1px solid var(--order-border);cursor:pointer;color:var(--order-text-secondary);border-radius:8px;padding:.6rem 1rem;font-size:.85rem;transition:all .2s}.secondary-btn:hover{border-color:var(--order-brand);color:var(--order-brand)}.order-view{background:var(--order-bg-tertiary);color:var(--order-text-primary)}.order-track{background:var(--order-brand);color:#fff}.order-summary-container{justify-content:center;align-items:center;width:100%;display:flex}.order-summary-card{background:var(--order-bg-primary);border:1px solid var(--order-border);border-radius:12px;flex-direction:column;gap:.5rem;width:100%;height:fit-content;padding:1.5rem;display:flex;position:sticky;top:7rem}.order-total-card{width:100%;color:var(--order-text-primary);justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;display:flex}.order-total-card.total{border-top:2px solid var(--order-brand);margin-top:.5rem;padding-top:.75rem}.skeleton{background:linear-gradient(90deg, var(--order-skeleton-bg) 25%, var(--order-skeleton-gradient) 50%, var(--order-skeleton-bg) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-image{border-radius:8px;width:100%;height:150px}.skeleton-title{border-radius:4px;width:80%;height:20px;margin-bottom:10px}.skeleton-text{border-radius:4px;width:60%;height:15px;margin-bottom:8px}.skeleton-button{border-radius:8px;width:100px;height:36px;margin-top:10px}.loading-more{text-align:center;grid-column:1/-1;padding:2rem}.loading-spinner{border:3px solid var(--order-border);border-top:3px solid var(--order-brand);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite spin}.load-more-trigger{grid-column:1/-1;height:20px;margin:1rem 0}.end-of-orders{text-align:center;color:var(--order-text-muted);grid-column:1/-1;padding:2rem;font-size:.9rem}.no-orders{text-align:center;background:var(--order-bg-primary);color:var(--order-text-secondary);border-radius:12px;grid-column:1/-1;padding:3rem}.auth-modal-overlay-orders{z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.auth-modal-orders{background:var(--order-bg-primary);border-radius:16px;width:90%;max-width:450px;max-height:90vh;padding:2rem 1.5rem;animation:.3s slideUp;position:relative;overflow-y:auto}.auth-modal-close-orders{cursor:pointer;color:var(--order-text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:color .2s;display:flex;position:absolute;top:1rem;right:1rem}.auth-modal-close-orders:hover{color:var(--order-danger);background:var(--order-bg-tertiary)}.auth-modal-header{text-align:center;margin-bottom:1.5rem}.auth-modal-icon{color:var(--order-brand);margin-bottom:.5rem;font-size:2.5rem}.auth-modal-header h2{color:var(--order-text-primary);margin-bottom:.5rem;font-size:1.5rem}.auth-modal-header p{color:var(--order-text-secondary);font-size:.9rem}.auth-method-tabs{border-bottom:1px solid var(--order-border);gap:1rem;margin-bottom:1.5rem;display:flex}.auth-method-tab{cursor:pointer;color:var(--order-text-secondary);background:0 0;border:none;flex:1;padding:.75rem;font-size:1rem;transition:all .2s;position:relative}.auth-method-tab.active{color:var(--order-brand);font-weight:600}.auth-method-tab.active:after{content:"";background:var(--order-brand);height:2px;position:absolute;bottom:-1px;left:0;right:0}.auth-google-section{justify-content:center;margin:1rem 0;display:flex}.auth-phone-section{margin:1rem 0}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form-group{flex-direction:column;gap:.5rem;display:flex}.auth-form-group label{color:var(--order-text-primary);font-size:.85rem;font-weight:500}.auth-inputs{border:2px solid var(--order-border);background:var(--order-bg-primary);color:var(--order-text-primary);border-radius:8px;padding:.75rem;font-size:1rem;transition:all .2s}.auth-inputs:focus{border-color:var(--order-brand);outline:none;box-shadow:0 0 0 3px #3b82f61a}.auth-submit-btn{background:var(--order-brand);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.auth-submit-btn:hover:not(:disabled){background:var(--order-brand-hover);transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.loading-spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-forgot-password{text-align:center;margin-top:.5rem}.auth-link-btn{color:var(--order-brand);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.auth-link-btn:hover{color:var(--order-brand-hover)}.auth-toggle{text-align:center;border-top:1px solid var(--order-border);margin-top:1rem;padding-top:1rem}.auth-toggle-btn{color:var(--order-brand);cursor:pointer;background:0 0;border:none;margin-left:.25rem;font-weight:600}.auth-toggle-btn:hover{text-decoration:underline}.forgot-password-section{margin-top:1rem}.forgot-password-form{flex-direction:column;gap:1rem;display:flex}.forgot-password-note{background:var(--order-warning);opacity:.9;color:var(--order-text-primary);border-radius:8px;margin-bottom:.5rem;padding:.75rem}.advice-subtle{margin:0;font-size:.85rem}.otp-sent-message,.otp-verified-message{text-align:center;background:var(--order-success);opacity:.9;color:#fff;border-radius:8px;padding:.75rem;font-size:.9rem}.otp-input{text-align:center;letter-spacing:4px;font-size:1.25rem}.forgot-password-actions{justify-content:space-between;gap:1rem;display:flex}.forgot-password-back{text-align:center}.resend-btn.disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.order-page{padding:1rem}.order-header-info{flex-direction:column;align-items:flex-start}.search-info{justify-content:space-between;width:100%}.order-list{grid-template-columns:1fr}.order-summary-card{width:100%;position:static}.auth-modal-orders{width:95%;padding:1.5rem 1rem}}@media (max-width:480px){.order-page{padding:.75rem}.order-layout{grid-template-columns:1fr}.order-card{gap:.5rem}.order-info-card{padding:.75rem}.order-info-header{flex-direction:column;align-items:flex-start}.order-meta{flex-direction:column;gap:.5rem}.order-summary-card{border:none;padding:1rem}.auth-modal-header h2{font-size:1.25rem}.auth-inputs{font-size:.9rem}}
