.account-page{background:var(--color-background);min-height:80vh;padding:3rem 0 5rem}.dashboard-grid{grid-template-columns:280px 1fr;gap:3rem;display:grid}.dashboard-sidebar{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-border);height:fit-content;overflow:hidden}.user-profile-summary{text-align:center;border-bottom:1px solid var(--color-border);background:var(--color-cream);padding:2rem}.user-avatar{background:var(--color-gold);width:80px;height:80px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:2rem;font-weight:600;display:flex}.user-name{font-family:var(--font-heading);color:var(--color-charcoal);margin-bottom:.25rem;font-size:1.25rem}.user-email{color:var(--color-text-secondary);font-size:.875rem}.dashboard-nav{flex-direction:column;padding:1rem 0;display:flex}.nav-item{color:var(--color-text-primary);transition:all var(--transition-fast);cursor:pointer;border-left:3px solid #0000;padding:1rem 2rem;font-weight:500;text-decoration:none}.nav-item:hover,.nav-item.active{background:var(--color-background);color:var(--color-gold);border-left-color:var(--color-gold)}.dashboard-section{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:2rem}.section-title{font-family:var(--font-heading);color:var(--color-charcoal);border-bottom:1px solid var(--color-border);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.orders-list{flex-direction:column;gap:1.5rem;display:flex}.order-card{border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:1.5rem}.order-card:hover{border-color:var(--color-gold-light);box-shadow:var(--shadow-sm)}.order-header{border-bottom:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.order-id{color:var(--color-text-primary);font-family:monospace;font-weight:600}.order-date{color:var(--color-text-secondary);font-size:.875rem}.order-status{text-transform:uppercase;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-pending{color:#e65100;background:#fff3e0}.status-processing{color:#1565c0;background:#e3f2fd}.status-shipped{color:#283593;background:#e8eaf6}.status-delivered{color:#2e7d32;background:#e8f5e9}.status-cancelled{color:#c62828;background:#ffebee}.order-summary-row{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.order-items-preview{color:var(--color-text-secondary);font-size:.938rem}.order-total{color:var(--color-charcoal);font-size:1.125rem;font-weight:700}.empty-state{text-align:center;color:var(--color-text-secondary);padding:4rem 2rem}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr;gap:2rem}.dashboard-sidebar{flex-direction:column;display:flex}.user-profile-summary{text-align:left;align-items:center;gap:1rem;padding:1.5rem;display:flex}.user-avatar{width:60px;height:60px;margin:0;font-size:1.5rem}}
