.profile-container{max-width:1200px;margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:300px 1fr;gap:2rem;min-height:60vh}.profile-sidebar{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);height:fit-content;text-align:center}.profile-avatar{width:100px;height:100px;background-color:var(--primary-color);color:#fff;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600}.profile-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}.profile-email{color:var(--text-gray);margin-bottom:2rem}.profile-menu{text-align:left;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.profile-menu-item{display:block;padding:1rem;color:var(--text-dark);text-decoration:none;border-radius:var(--radius-md);transition:all .2s;margin-bottom:.5rem;cursor:pointer}.profile-menu-item:hover,.profile-menu-item.active{background-color:var(--bg-light);color:var(--primary-color)}.profile-menu-item i{width:25px;margin-right:.5rem}.profile-content{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);color:var(--text-dark)}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;transition:all .2s}.order-card:hover{box-shadow:var(--shadow-sm);border-color:var(--primary-color)}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:.5rem}.order-id{font-weight:600;color:var(--text-dark)}.order-date{color:var(--text-gray);font-size:.9rem}.order-status{padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;font-weight:500}.status-pending{background-color:#fff7ed;color:#c2410c}.status-delivered{background-color:#f0fdf4;color:#15803d}.order-items-preview{display:flex;gap:1rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem}.preview-img{width:60px;height:60px;border-radius:var(--radius-md);object-fit:contain;background-color:var(--bg-light);border:1px solid var(--border-color);flex-shrink:0}.order-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.order-total{font-weight:700;color:var(--text-dark);font-size:1.1rem}.empty-state{text-align:center;padding:3rem;color:var(--text-gray)}.empty-state i{font-size:3rem;margin-bottom:1rem;opacity:.5}@media (max-width: 768px){.profile-container{grid-template-columns:1fr}}
