.account-page{padding-top:2rem;padding-bottom:4rem;min-height:60vh}.account-not-logged{display:flex;align-items:center;justify-content:center;min-height:40vh}.account-not-logged-inner{text-align:center;padding:3rem 1rem}.auth-icon-wrap{width:56px;height:56px;margin:0 auto 1rem;border-radius:50%;background:var(--color-accent-soft);display:flex;align-items:center;justify-content:center}.account-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.account-welcome{display:flex;align-items:center;gap:1rem}.account-avatar{width:56px;height:56px;border-radius:50%;background:var(--color-accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-name{font-size:1.5rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.account-email{font-size:.85rem;color:var(--color-text-muted);margin-top:.15rem}.dashboard-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}@media(min-width:768px){.dashboard-stats{grid-template-columns:repeat(4,1fr)}}.stat-card{display:flex;align-items:center;gap:.85rem;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.stat-icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-value{display:block;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:var(--color-text)}.stat-label{display:block;font-size:.72rem;color:var(--color-text-muted);margin-top:.1rem}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}@media(max-width:640px){.quick-actions{grid-template-columns:1fr}}.quick-action-card{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:1.5rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;color:var(--color-text);font-size:.85rem;font-weight:600;transition:all .15s ease}.quick-action-card:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.dashboard-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:1.5rem}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.dashboard-section-title{font-size:1.05rem;font-weight:700;color:var(--color-text);margin-bottom:1.25rem}.dashboard-section-header .dashboard-section-title{margin-bottom:0}.dashboard-view-all{font-size:.82rem;color:var(--color-accent);text-decoration:none;font-weight:600}.dashboard-view-all:hover{text-decoration:underline}.dashboard-orders{display:flex;flex-direction:column;gap:1rem}.dashboard-empty{display:flex;flex-direction:column;align-items:center;padding:2rem;text-align:center;color:var(--color-text-secondary);font-size:.9rem}.order-card{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.order-card-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.15rem;background:var(--color-surface-alt);border-bottom:1px solid var(--color-border)}.order-number{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:700;color:var(--color-text)}.order-date{font-size:.75rem;color:var(--color-text-muted);margin-left:.75rem}.order-total{font-size:.92rem;font-weight:700;color:var(--color-text)}.order-card-items{padding:.85rem 1.15rem}.order-item-mini{display:flex;align-items:center;gap:.65rem;padding:.4rem 0}.order-item-mini-img{width:40px;height:40px;object-fit:contain;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-alt)}.order-item-mini-info{min-width:0}.order-item-mini-title{display:block;font-size:.78rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.order-item-mini-qty{font-size:.72rem;color:var(--color-text-muted)}.order-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1.15rem;border-top:1px solid var(--color-border);background:var(--color-surface-alt)}.order-status{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--color-accent)}.order-items-count{font-size:.75rem;color:var(--color-text-muted)}.account-details-form{display:flex;flex-direction:column;gap:1rem}.auth-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media(max-width:480px){.auth-row-2{grid-template-columns:1fr}}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);font-family:Space Grotesk,sans-serif}.auth-input{padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.88rem;color:var(--color-text);background:var(--color-surface-alt);outline:none;font-family:Inter,sans-serif;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.auth-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft)}.auth-success{background:var(--color-success-soft);border:1px solid rgba(22,163,74,.2);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.82rem;color:var(--color-success);font-weight:500}.dashboard-danger{border-color:#dc262633}.btn-danger{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:var(--color-sale-soft);color:var(--color-sale);border:1px solid rgba(220,38,38,.2);border-radius:var(--radius-md);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:Inter,sans-serif}.btn-danger:hover{background:var(--color-sale);color:#fff}
