.Account-module__KvZLVq__accountPage{min-height:85vh;padding-top:6rem;padding-bottom:6rem}.Account-module__KvZLVq__header{margin-bottom:3.5rem}.Account-module__KvZLVq__header h1{font-size:2.5rem;font-weight:800}.Account-module__KvZLVq__layout{grid-template-columns:280px 1fr;align-items:flex-start;gap:4rem;display:grid}.Account-module__KvZLVq__sidebar{border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#f9f9f9;padding:2rem}.Account-module__KvZLVq__nav{flex-direction:column;gap:1rem;display:flex}.Account-module__KvZLVq__navItem{border-radius:var(--border-radius-md);cursor:pointer;width:100%;color:var(--text-muted);transition:var(--transition-smooth);text-align:left;background:0 0;border:none;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;font-family:inherit;font-weight:600;display:flex}.Account-module__KvZLVq__navItem:hover{color:var(--primary-red);box-shadow:var(--shadow-sm);background:#fff}.Account-module__KvZLVq__navItem.Account-module__KvZLVq__active{color:var(--primary-red);box-shadow:var(--shadow-md);background:#fff}.Account-module__KvZLVq__iconBox{background:var(--background);width:40px;height:40px;box-shadow:var(--shadow-sm);border-radius:10px;justify-content:center;align-items:center;display:flex}.Account-module__KvZLVq__logout{color:#e53935;border-top:1px solid var(--border-color);border-radius:0;margin-top:2rem;padding-top:2rem}.Account-module__KvZLVq__logout:hover{color:#c62828;background:#ffebee}.Account-module__KvZLVq__mainContent{border-radius:var(--border-radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);background:#fff;padding:3rem}.Account-module__KvZLVq__sectionHeader{margin-bottom:2.5rem}.Account-module__KvZLVq__sectionHeader h2{font-size:1.75rem;font-weight:700}.Account-module__KvZLVq__tableContainer{overflow-x:auto}.Account-module__KvZLVq__table{border-collapse:collapse;width:100%}.Account-module__KvZLVq__table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:2px solid #f0f0f0;padding:1rem;font-size:.9rem}.Account-module__KvZLVq__table td{border-bottom:1px solid #f5f5f5;padding:1.5rem 1rem}.Account-module__KvZLVq__orderId{color:var(--primary-ocre);font-weight:700}.Account-module__KvZLVq__total{font-weight:800}.Account-module__KvZLVq__statusBadge{border-radius:50px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700}.Account-module__KvZLVq__action{text-align:right}.Account-module__KvZLVq__viewBtn{color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.Account-module__KvZLVq__viewBtn:hover{color:var(--primary-red)}.Account-module__KvZLVq__profileContent{align-items:center;gap:3rem;display:flex}.Account-module__KvZLVq__profileAvatar{width:100px;height:100px;color:var(--primary-red);background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.Account-module__KvZLVq__profileAvatar img{object-fit:cover;width:100%;height:100%}.Account-module__KvZLVq__profileInfo{flex-direction:column;flex:1;gap:1.5rem;display:flex}.Account-module__KvZLVq__infoGroup label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.Account-module__KvZLVq__infoGroup p{color:var(--foreground);font-size:1.1rem;font-weight:600}.Account-module__KvZLVq__backBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;padding:0;font-weight:600;display:flex}.Account-module__KvZLVq__backBtn:hover{color:var(--primary-red)}.Account-module__KvZLVq__orderDetailHeader{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Account-module__KvZLVq__orderCards{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Account-module__KvZLVq__detailCard{border-radius:var(--border-radius-md);border:1px solid var(--border-color);background:#f9f9f9;padding:2rem}.Account-module__KvZLVq__detailCard h3{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem}.Account-module__KvZLVq__detailCard p{color:var(--text-muted);margin-bottom:.75rem}@media (max-width:1024px){.Account-module__KvZLVq__layout{grid-template-columns:1fr;gap:3rem}.Account-module__KvZLVq__sidebar{background:0 0;border:none;padding:0}.Account-module__KvZLVq__nav{grid-template-columns:1fr 1fr;gap:1rem;padding-bottom:0;display:grid;overflow-x:visible}.Account-module__KvZLVq__navItem{text-align:center;white-space:normal;background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;padding:1.5rem 1rem;display:flex;box-shadow:0 4px 12px #00000008}.Account-module__KvZLVq__navItem.Account-module__KvZLVq__active{border-color:var(--primary-red);color:var(--primary-red);background:#fff5f5;box-shadow:0 4px 12px #c628281a}.Account-module__KvZLVq__iconBox{background:#f5f5f5;border-radius:50%;width:48px;height:48px;font-size:1.2rem}.Account-module__KvZLVq__navItem.Account-module__KvZLVq__active .Account-module__KvZLVq__iconBox{color:var(--primary-red);background:#fff}.Account-module__KvZLVq__logout{color:#d32f2f;background:#fff0f0;border:1px solid #ffcdd2;flex-direction:row;grid-column:1/-1;margin-top:.5rem;padding:1rem}.Account-module__KvZLVq__profileContent{text-align:center;flex-direction:column;gap:2rem}.Account-module__KvZLVq__orderCards{grid-template-columns:1fr}}@media (max-width:768px){.Account-module__KvZLVq__accountPage{padding-top:2rem;padding-bottom:8rem;overflow-x:hidden}.Account-module__KvZLVq__mainContent{box-sizing:border-box;width:100%;box-shadow:none;background:0 0;border:none;padding:0}.Account-module__KvZLVq__header h1{text-align:center;padding:0 1rem;font-size:1.8rem}.Account-module__KvZLVq__sectionHeader{padding-left:1rem}.Account-module__KvZLVq__layout{gap:2rem}.Account-module__KvZLVq__tableContainer{justify-content:center;width:100%;display:flex}.Account-module__KvZLVq__table{flex-direction:column;align-items:center;width:100%;display:flex}.Account-module__KvZLVq__table thead{display:none}.Account-module__KvZLVq__table tbody{flex-direction:column;align-items:center;width:100%;display:flex}.Account-module__KvZLVq__table tr{box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:90%;max-width:400px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;padding:1.25rem;display:block;box-shadow:0 2px 8px #0000000d}.Account-module__KvZLVq__table td{text-align:right;border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;font-size:.95rem;display:flex}.Account-module__KvZLVq__table td span,.Account-module__KvZLVq__table td div,.Account-module__KvZLVq__table td p{text-overflow:ellipsis;white-space:nowrap;max-width:60%;overflow:hidden}.Account-module__KvZLVq__table td:last-child{border-bottom:none;flex-direction:column;justify-content:center;padding-top:1.25rem}.Account-module__KvZLVq__table td:before{content:attr(data-label);color:#666;text-align:left;flex-shrink:0;margin-right:1rem;font-weight:700}.Account-module__KvZLVq__table td:last-child:before{display:none}.Account-module__KvZLVq__table td:nth-child(2){display:flex}.Account-module__KvZLVq__viewBtn{color:#333;background:#f5f5f5;border-radius:8px;justify-content:center;width:100%;padding:.85rem;font-weight:700}.Account-module__KvZLVq__statusBadge{text-align:right;white-space:normal;max-width:100%;padding:.35rem .75rem;font-size:.8rem}}@media (max-width:480px){.Account-module__KvZLVq__nav{grid-template-columns:1fr;gap:.75rem}.Account-module__KvZLVq__navItem{text-align:left;flex-direction:row;justify-content:flex-start;gap:1rem;padding:1rem}.Account-module__KvZLVq__iconBox{width:40px;height:40px;font-size:1rem}.Account-module__KvZLVq__header h1{margin-bottom:2rem;font-size:1.5rem}}
