.account-section{background:#f8f9fa;min-height:60vh;padding:60px 0}.account-wrapper{grid-template-columns:280px 1fr;gap:40px;display:grid}.account-sidebar{box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;height:fit-content;padding:20px;position:sticky;top:100px}.account-menu{flex-direction:column;gap:5px;display:flex}.account-menu-item{color:var(--text-primary);transition:var(--transition);border-radius:8px;align-items:center;gap:12px;padding:15px;font-weight:600;display:flex}.account-menu-item:hover{background:#f8f9fa}.account-menu-item.active{background:var(--primary-color);color:#fff}.account-menu-item i{width:20px;font-size:18px}.account-menu-logout{border-top:1px solid var(--border-color);color:var(--error-color);margin-top:10px;padding-top:20px}.account-content{box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:40px}.account-tab{display:none}.account-tab.active{display:block}.account-card{background:#f8f9fa;border-radius:12px;margin-bottom:30px;padding:30px}.account-card:last-child{margin-bottom:0}.account-card-title{color:var(--primary-color);margin-bottom:25px;font-size:24px}.account-form .form-group{margin-bottom:20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.stat-box{box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;align-items:center;gap:15px;padding:20px;display:flex}.stat-icon{background:linear-gradient(135deg, var(--primary-color), #003d7a);width:60px;height:60px;color:var(--accent-color);border-radius:12px;justify-content:center;align-items:center;font-size:24px;display:flex}.stat-value{color:var(--primary-color);font-size:28px;font-weight:800}.stat-label{color:var(--text-secondary);font-size:14px}.recent-orders-list{flex-direction:column;gap:15px;margin-bottom:20px;display:flex}.recent-order-item{box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:15px;display:flex}.recent-order-info{flex-direction:column;gap:5px;display:flex}.recent-order-info strong{color:var(--primary-color)}.recent-order-info small{color:var(--text-secondary);font-size:13px}.recent-order-total{color:var(--accent-color);font-size:18px;font-weight:700}@media (width<=968px){.account-wrapper{grid-template-columns:1fr}.account-sidebar{position:static}.account-menu{flex-direction:row;overflow-x:auto}.account-menu-item span{display:none}.account-menu-item{justify-content:center;min-width:60px}}@media (width<=768px){.account-content{padding:25px}.account-card{padding:20px}.stats-grid{grid-template-columns:1fr}}
