.my-page{position:relative;min-height:100vh;background:#0d0c0f;color:#f9f9f9;overflow-x:hidden}.my-page>.hqw-search-header{position:relative;z-index:3}.my-page__hero-mask{position:absolute;top:84px;left:50%;width:100%;height:290px;transform:translate(-50%);pointer-events:none;background:linear-gradient(180deg,#0d0c0f00 60%,#0d0c0f),radial-gradient(980px 280px at 14% 24%,rgb(255 189 92 / 14%),transparent 56%),radial-gradient(1080px 320px at 84% 8%,rgb(255 136 54 / 12%),transparent 58%),linear-gradient(120deg,#422810b8,#0d0c0f00 42%),linear-gradient(180deg,#1d1108db,#0a0a0c2e 68%)}@media(min-width:1920px){.my-page__hero-mask{left:0;width:100vw;transform:none}}.my-page__main{position:relative;z-index:1;width:min(1200px,calc(100% - 24px));margin:40px auto 0;padding-bottom:56px}.my-page__hero-row{display:flex;align-items:stretch;gap:20px}.my-page__profile-card{width:444px;border-radius:20px;padding:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#0e0e0e99}.my-page__profile-main{display:flex;align-items:center;gap:10px;min-width:0}.my-page__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex:0 0 auto}.my-page__profile-copy{min-width:0}.my-page__profile-copy--loading,.my-page__profile-actions--loading{width:100%}.my-page__profile-copy h1{margin:0;color:#fff;font-size:20px;font-weight:600;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-page__vip-status,.my-page__vip-discount{margin:0;font-size:14px;line-height:22px;letter-spacing:.07px;white-space:nowrap}.my-page__vip-status{color:#fff9}.my-page__vip-discount{color:#ffcd1a}.my-page__profile-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-height:80px;gap:12px}.my-page__coin-row{margin:0;display:inline-flex;align-items:center;gap:10px;font-size:14px;line-height:22px;color:#f9f9f9;white-space:nowrap}.my-page__coin-value{display:inline-flex;align-items:center;gap:4px;color:#ffcd1a;font-weight:600}.my-page__coin-value img{width:16px;height:16px;border-radius:50%;object-fit:cover}.my-page__recharge-button{display:inline-flex;align-items:center;justify-content:center;height:32px;border-radius:8px;padding:0 16px;background:linear-gradient(90deg,#ffb53c,#ff8d3a);color:#24160a;font-size:16px;font-weight:600;line-height:24px;text-decoration:none}.my-page__banner-card{position:relative;flex:1;min-width:0;border-radius:18px;height:122px;overflow:hidden;text-decoration:none;background:radial-gradient(78% 60% at 50% 50%,#252525,#1b1b1b)}.my-page__banner-bg{position:absolute;inset:-4px 0;width:100%;height:calc(100% + 8px);object-fit:cover}.my-page__banner-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(255 192 92 / 32%),rgb(255 142 58 / 10%) 46%,transparent 74%)}.my-page__banner-icon{position:absolute;top:30px;left:20px;width:64px;height:64px;border-radius:6px;object-fit:cover;z-index:1}.my-page__banner-copy{position:absolute;left:102px;top:28px;z-index:1;display:flex;flex-direction:column;gap:4px}.my-page__banner-copy strong{color:#f9f9f9;font-size:36px;font-weight:700;line-height:1}.my-page__banner-copy span{color:#f9f9f9c7;font-size:12px;line-height:16px}.my-page__skeleton-block{position:relative;overflow:hidden;background:#ffffff1a}.my-page__skeleton-block:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgb(255 255 255 / 12%),transparent);animation:my-page-skeleton 1.2s ease-in-out infinite}.my-page__skeleton-line{border-radius:999px}.my-page__skeleton-line--title{width:180px;height:28px}.my-page__skeleton-line--status{width:220px;height:16px;margin-top:12px}.my-page__skeleton-line--discount{width:168px;height:16px;margin-top:10px}.my-page__skeleton-line--coin{width:132px;height:18px}.my-page__skeleton-button{width:108px;height:32px;border-radius:8px}.my-page__banner-card--loading:after{display:none}.my-page__banner-card--loading .my-page__banner-icon{border-radius:10px}.my-page__skeleton-line--banner-title{width:220px;height:34px;border-radius:12px}.my-page__skeleton-line--banner-subtitle{width:160px;height:14px;margin-top:8px}@keyframes my-page-skeleton{to{transform:translate(100%)}}.my-page__tabs{display:flex;align-items:center;gap:50px;margin-top:20px}.my-page__tab{position:relative;display:inline-flex;align-items:flex-start;height:45px;color:#f9f9f9;font-size:16px;font-weight:500;line-height:20px;text-decoration:none;white-space:nowrap}.my-page__tab:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;border-radius:100px;background:linear-gradient(90deg,#ffb53c,#ff8d3a);opacity:0}.my-page__tab.is-active{color:#ffbe59}.my-page__tab.is-active:after{opacity:1}@media(max-width:1280px){.my-page__main{width:min(1200px,calc(100% - 20px))}.my-page__hero-row{flex-direction:column}.my-page__profile-card,.my-page__banner-card{width:100%}.my-page__tabs{gap:24px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.my-page__tabs::-webkit-scrollbar{display:none}}@media(max-width:768px){.my-page__main{margin-top:20px;width:calc(100% - 8px);padding-bottom:36px}.my-page__hero-mask{top:112px;height:230px}.my-page__profile-card{padding:16px;flex-direction:column}.my-page__profile-actions{width:100%;flex-direction:row;align-items:center}.my-page__banner-card{height:108px}.my-page__banner-icon{top:26px;left:14px;width:54px;height:54px}.my-page__banner-copy{left:76px;top:24px}.my-page__banner-copy strong{font-size:24px}}.my-subpage{margin-top:20px;display:flex;align-items:flex-start;gap:20px;position:relative}.my-subpage--single{display:block}.my-subpage__sidebar{width:176px;flex:0 0 auto;display:flex;flex-direction:column;gap:14px}.my-subpage__sidebar--wide{width:340px}.my-subpage__panel{flex:1;min-width:0;border-radius:24px;border:1px solid rgb(255 255 255 / 8%);background:linear-gradient(180deg,#ffffff0a,#ffffff03),#111214f0;box-shadow:inset 0 1px #ffffff0a,0 20px 50px #0000003d;padding:22px}.my-subpage__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.my-subpage__copy{min-width:0}.my-subpage__eyebrow{display:inline-flex;align-items:center;min-height:24px;margin:0 0 8px;color:#ffcd1a;font-size:13px;font-weight:700;line-height:18px;letter-spacing:.08em;text-transform:uppercase}.my-subpage__title{margin:0;color:#fff;font-size:34px;line-height:1.1;font-weight:700}.my-subpage__toolbar,.my-subpage__filters-wrap{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}@media(max-width:1024px){.my-subpage{flex-direction:column}.my-subpage__sidebar,.my-subpage__sidebar--wide{width:100%}}@media(max-width:768px){.my-subpage{margin-top:16px;gap:14px}.my-subpage__panel{border-radius:18px;padding:16px}.my-subpage__header{margin-bottom:16px;flex-direction:column;align-items:stretch}.my-subpage__title{font-size:26px}.my-subpage__toolbar,.my-subpage__filters-wrap{justify-content:flex-start}}
