:root{--view-bg-primary:#fff;--view-bg-secondary:#f8fafc;--view-bg-tertiary:#f1f5f9;--view-text-primary:#1e293b;--view-text-secondary:#64748b;--view-text-muted:#94a3b8;--view-border:#e2e8f0;--view-border-light:#f1f5f9;--view-brand:#2563eb;--view-brand-hover:#1d4ed8;--view-success:#10b981;--view-warning:#f59e0b;--view-danger:#ef4444;--view-info:#3b82f6;--view-shadow:#0000000d;--view-shadow-md:#0000001a;--view-skeleton-bg:#e2e8f0;--view-skeleton-gradient:#f1f5f9}@media (prefers-color-scheme:dark){:root{--view-bg-primary:#1e293b;--view-bg-secondary:#0f172a;--view-bg-tertiary:#334155;--view-text-primary:#f1f5f9;--view-text-secondary:#cbd5e1;--view-text-muted:#94a3b8;--view-border:#334155;--view-border-light:#1e293b;--view-brand:#3b82f6;--view-brand-hover:#60a5fa;--view-success:#34d399;--view-warning:#fbbf24;--view-danger:#f87171;--view-info:#60a5fa;--view-shadow:#0003;--view-shadow-md:#0000004d;--view-skeleton-bg:#334155;--view-skeleton-gradient:#475569}}.dark-mode{--view-bg-primary:#1e293b;--view-bg-secondary:#0f172a;--view-bg-tertiary:#334155;--view-text-primary:#f1f5f9;--view-text-secondary:#cbd5e1;--view-text-muted:#94a3b8;--view-border:#334155;--view-border-light:#1e293b;--view-brand:#3b82f6;--view-brand-hover:#60a5fa;--view-success:#34d399;--view-warning:#fbbf24;--view-danger:#f87171;--view-info:#60a5fa;--view-shadow:#0003;--view-shadow-md:#0000004d;--view-skeleton-bg:#334155;--view-skeleton-gradient:#475569}.light-mode{--view-bg-primary:#fff;--view-bg-secondary:#f8fafc;--view-bg-tertiary:#f1f5f9;--view-text-primary:#1e293b;--view-text-secondary:#64748b;--view-text-muted:#94a3b8;--view-border:#e2e8f0;--view-border-light:#f1f5f9;--view-brand:#2563eb;--view-brand-hover:#1d4ed8;--view-success:#10b981;--view-warning:#f59e0b;--view-danger:#ef4444;--view-info:#3b82f6;--view-shadow:#0000000d;--view-shadow-md:#0000001a;--view-skeleton-bg:#e2e8f0;--view-skeleton-gradient:#f1f5f9}.view-order-page{background:var(--view-bg-secondary);max-width:1200px;min-height:calc(100vh - 150px);margin:0 auto;padding:2rem}.page-title{color:var(--view-text-primary);margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.order-summary{background:var(--view-bg-primary);border:1px solid var(--view-border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.order-id{color:var(--view-text-primary);font-weight:600}.order-date{color:var(--view-text-secondary);font-size:.85rem}.status{border-radius:999px;padding:.3rem .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.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-items{background:var(--view-bg-primary);border:1px solid var(--view-border);border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.order-item{border-bottom:1px solid var(--view-border);grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;transition:background .2s;display:grid}.order-item:last-child{border-bottom:none}.order-item:hover{background:var(--view-bg-tertiary)}.order-item img{object-fit:cover;border-radius:8px;width:70px;height:70px}.product-title-name{color:var(--view-text-primary);text-align:center;font-weight:600}.item-info h3{color:var(--view-text-primary);margin-bottom:.25rem;font-size:.95rem}.item-info p{color:var(--view-text-secondary);font-size:.8rem}.item-price{color:var(--view-text-primary);font-weight:600}.order-details{background:var(--view-bg-primary);border:1px solid var(--view-border);border-radius:12px;width:100%;margin-top:1rem;overflow:hidden}.detail-row{border-bottom:1px solid var(--view-border);color:var(--view-text-secondary);justify-content:space-between;padding:.75rem 1rem;font-size:.9rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:var(--view-text-primary);font-weight:500}.order-totals{background:var(--view-bg-primary);border:1px solid var(--view-border);border-radius:12px;margin-top:1rem;overflow:hidden}.total-row{border-bottom:1px solid var(--view-border);color:var(--view-text-secondary);justify-content:space-between;padding:.75rem 1rem;font-size:.9rem;display:flex}.total-row:last-child{border-bottom:none}.grand-total{color:var(--view-text-primary);font-size:1rem;font-weight:700}.order-actions{gap:1rem;margin-top:1.5rem;display:flex}.primary-btn{background:var(--view-brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-weight:500;transition:all .2s}.primary-btn:hover{background:var(--view-brand-hover);transform:translateY(-2px)}.secondary-btn{background:var(--view-bg-primary);border:1px solid var(--view-border);cursor:pointer;color:var(--view-text-secondary);border-radius:8px;padding:.7rem 1.5rem;transition:all .2s}.secondary-btn:hover{border-color:var(--view-brand);color:var(--view-brand)}.product-modal{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.product-modal-content{background:var(--view-bg-primary);width:90%;max-width:960px;max-height:90vh;box-shadow:var(--view-shadow-md);border-radius:16px;position:relative;overflow:auto}.modal-close{cursor:pointer;color:var(--view-text-muted);z-index:10;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--view-danger)}.modal-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;padding:1.5rem;display:grid}.modal-image img{object-fit:cover;border-radius:8px;width:100%}.modal-thumbs{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.thumb-btn{border:1px solid var(--view-border);cursor:pointer;background:0 0;border-radius:6px;padding:.15rem;transition:all .2s}.thumb-btn img{object-fit:cover;width:56px;height:40px;display:block}.thumb-btn:hover,.thumb-btn.active{border-color:var(--view-brand)}.modal-details h3{color:var(--view-text-primary);margin-bottom:.5rem}.modal-price{justify-content:space-between;align-items:center;margin:1rem 0;display:flex}.currentprice{color:var(--view-brand);font-size:1.25rem;font-weight:700}.original-price{color:var(--view-text-secondary);font-size:.9rem;text-decoration:line-through}.loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.loading-spinner{border:3px solid var(--view-border);border-top:3px solid var(--view-brand);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg, var(--view-skeleton-bg) 25%, var(--view-skeleton-gradient) 50%, var(--view-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:150px;height:150px}.skeleton-title{border-radius:4px;width:80%;height:24px;margin-bottom:12px}.skeleton-title-large{border-radius:8px;width:60%;height:40px;margin:0 auto}.skeleton-text{border-radius:4px;width:100%;height:16px;margin-bottom:8px}.skeleton-text.short{width:60%}.skeleton-price{border-radius:4px;width:40%;height:20px;margin:12px 0}.skeleton-line{border-radius:4px;width:100%;height:20px;margin-bottom:12px}.skeleton-divider{width:100%;height:1px;margin:16px 0}.skeleton-total{border-radius:6px;width:100%;height:32px;margin:16px 0}.skeleton-button{border-radius:6px;width:120px;height:40px}.skeleton-button-group{gap:12px;margin-top:20px;display:flex}@media (max-width:768px){.view-order-page{padding:1rem}.order-summary{flex-direction:column;align-items:flex-start;gap:.75rem}.order-item{grid-template-columns:60px 1fr;gap:.75rem}.item-price{text-align:right;grid-column:span 2}.order-actions{flex-direction:column}.primary-btn,.secondary-btn{text-align:center;width:100%}.modal-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.skeleton-image{width:100%;height:200px}}@media (max-width:480px){.view-order-page{padding:.75rem}.order-item{grid-template-columns:1fr}.order-item img{width:50px;height:50px}.item-info h3{font-size:.85rem}.detail-row,.total-row{padding:.5rem .75rem;font-size:.85rem}.modal-price .currentprice{font-size:1rem}.modal-thumbs .thumb-btn img{width:40px;height:30px}}
