.MyPageClient-module__6U2FMG__container{background-color:#f9fafb;min-height:100vh;display:flex}.MyPageClient-module__6U2FMG__mobileHeader{z-index:40;background-color:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:16px 20px;display:none;position:fixed;top:0;left:0;right:0}.MyPageClient-module__6U2FMG__mobileHeader h1{color:#111827;margin:0;font-size:18px;font-weight:600}.MyPageClient-module__6U2FMG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:flex}.MyPageClient-module__6U2FMG__hamburger span{background-color:#111827;border-radius:2px;width:24px;height:2px;transition:all .3s}.MyPageClient-module__6U2FMG__sidebar{background-color:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:280px;height:100vh;padding:32px 0;position:sticky;top:0;overflow-y:auto}.MyPageClient-module__6U2FMG__profile{text-align:center;border-bottom:1px solid #e5e7eb;padding:0 24px 24px}.MyPageClient-module__6U2FMG__avatar{color:#fff;background:linear-gradient(135deg,#5d4037,#8d6e63);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:32px;font-weight:600;display:flex}.MyPageClient-module__6U2FMG__userName{color:#111827;margin:0 0 4px;font-size:20px;font-weight:600}.MyPageClient-module__6U2FMG__userEmail{color:#6b7280;margin:0 0 16px;font-size:14px}.MyPageClient-module__6U2FMG__pointsHighlight{background-color:#5d40370d;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.MyPageClient-module__6U2FMG__pointsHighlight span{color:#6b7280;font-size:14px}.MyPageClient-module__6U2FMG__pointsHighlight strong{color:#5d4037;font-size:18px;font-weight:700}.MyPageClient-module__6U2FMG__nav{padding:16px 0}.MyPageClient-module__6U2FMG__navItem{text-align:left;color:#6b7280;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:12px;width:100%;padding:12px 24px;font-size:15px;text-decoration:none;transition:all .2s;display:flex}.MyPageClient-module__6U2FMG__navItem:hover{color:#111827;background-color:#f9fafb}.MyPageClient-module__6U2FMG__navItem.MyPageClient-module__6U2FMG__active{color:#5d4037;background-color:#5d40370d;border-left-color:#5d4037;font-weight:500}.MyPageClient-module__6U2FMG__navIcon{font-size:18px}.MyPageClient-module__6U2FMG__main{flex:1;max-width:1000px;padding:40px}.MyPageClient-module__6U2FMG__welcome{margin-bottom:32px}.MyPageClient-module__6U2FMG__welcome h1{color:#111827;margin:0 0 8px;font-size:28px;font-weight:700}.MyPageClient-module__6U2FMG__welcome p{color:#6b7280;margin:0;font-size:16px}.MyPageClient-module__6U2FMG__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.MyPageClient-module__6U2FMG__statCard{background-color:#fff;border-radius:12px;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.MyPageClient-module__6U2FMG__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.MyPageClient-module__6U2FMG__statLabel{color:#6b7280;margin:0 0 8px;font-size:14px}.MyPageClient-module__6U2FMG__statValue{margin:0;font-size:28px;font-weight:700}.MyPageClient-module__6U2FMG__section{margin-bottom:40px}.MyPageClient-module__6U2FMG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.MyPageClient-module__6U2FMG__sectionHeader h2{color:#111827;margin:0;font-size:20px;font-weight:600}.MyPageClient-module__6U2FMG__viewAll{color:#5d4037;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.MyPageClient-module__6U2FMG__viewAll:hover{color:#3e2723}.MyPageClient-module__6U2FMG__ordersGrid{flex-direction:column;gap:16px;display:flex}.MyPageClient-module__6U2FMG__orderCard{background-color:#fff;border-radius:12px;padding:20px;text-decoration:none;transition:box-shadow .2s;display:block;box-shadow:0 1px 3px #0000001a}.MyPageClient-module__6U2FMG__orderCard:hover{box-shadow:0 4px 12px #0000001a}.MyPageClient-module__6U2FMG__orderHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.MyPageClient-module__6U2FMG__orderDate{color:#6b7280;font-size:14px}.MyPageClient-module__6U2FMG__statusBadge{color:#fff;border-radius:12px;padding:4px 12px;font-size:13px;font-weight:500}.MyPageClient-module__6U2FMG__orderBody{gap:16px;display:flex}.MyPageClient-module__6U2FMG__orderImage{object-fit:cover;background-color:#f9fafb;border-radius:8px;flex-shrink:0;width:80px;height:80px}.MyPageClient-module__6U2FMG__orderInfo{flex:1;min-width:0}.MyPageClient-module__6U2FMG__orderNumber{color:#9ca3af;margin:0 0 6px;font-size:13px}.MyPageClient-module__6U2FMG__orderProduct{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-size:16px;font-weight:500;overflow:hidden}.MyPageClient-module__6U2FMG__orderTotal{color:#111827;margin:0;font-size:18px;font-weight:700}.MyPageClient-module__6U2FMG__wishlistGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.MyPageClient-module__6U2FMG__wishlistItem{cursor:pointer;background-color:#fff;border-radius:12px;padding:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 1px 3px #0000001a}.MyPageClient-module__6U2FMG__wishlistItem:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.MyPageClient-module__6U2FMG__wishlistImage{aspect-ratio:1;object-fit:cover;background-color:#f9fafb;border-radius:8px;width:100%;margin-bottom:12px}.MyPageClient-module__6U2FMG__wishlistName{color:#111827;text-align:center;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}.MyPageClient-module__6U2FMG__emptyState{text-align:center;background:#fff;border-radius:12px;padding:48px 24px;box-shadow:0 1px 3px #0000001a}.MyPageClient-module__6U2FMG__emptyState p{color:#6b7280;margin:0 0 16px}.MyPageClient-module__6U2FMG__shopNowBtn{color:#fff;background:#5d4037;border-radius:8px;padding:10px 24px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.MyPageClient-module__6U2FMG__shopNowBtn:hover{background:#3e2723}.MyPageClient-module__6U2FMG__overlay{display:none}@media (max-width:1024px){.MyPageClient-module__6U2FMG__main{padding:24px}.MyPageClient-module__6U2FMG__statsGrid{grid-template-columns:repeat(2,1fr)}.MyPageClient-module__6U2FMG__wishlistGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.MyPageClient-module__6U2FMG__mobileHeader{display:flex}.MyPageClient-module__6U2FMG__sidebar{z-index:50;height:100vh;transition:left .3s;position:fixed;top:0;left:-280px}.MyPageClient-module__6U2FMG__sidebar.MyPageClient-module__6U2FMG__mobileMenuOpen{left:0}.MyPageClient-module__6U2FMG__overlay{z-index:45;background-color:#00000080;display:block;position:fixed;inset:0}.MyPageClient-module__6U2FMG__main{padding:80px 16px 16px}.MyPageClient-module__6U2FMG__welcome h1{font-size:22px}.MyPageClient-module__6U2FMG__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}.MyPageClient-module__6U2FMG__statCard{padding:16px}.MyPageClient-module__6U2FMG__statValue{font-size:24px}.MyPageClient-module__6U2FMG__wishlistGrid{grid-template-columns:repeat(2,1fr)}.MyPageClient-module__6U2FMG__orderBody{flex-direction:column}.MyPageClient-module__6U2FMG__orderImage{width:100%;height:160px}}
.page-module__BgMW4G__pageContainer{background-color:#f9fafb;flex-direction:column;min-height:100vh;display:flex}
