:root{--sk-base:#1e1a1c;--sk-shine:#2a2527;--sk-speed:1.6s}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.sk{background:var(--sk-base);border-radius:6px;position:relative;overflow:hidden}.sk:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,var(--sk-shine) 40%,var(--sk-shine) 60%,transparent 100%);animation:shimmer var(--sk-speed) ease-in-out infinite;transform:translateX(-100%)}.sk--circle{border-radius:50%}.sk--pill{border-radius:100px}.sk--card{border-radius:var(--radius-md)}.sk--round{border-radius:var(--radius)}.sk-delay-1{--sk-speed:1.6s}.sk-delay-1:after{animation-delay:.1s}.sk-delay-2:after{animation-delay:.2s}.sk-delay-3:after{animation-delay:.3s}.sk-delay-4:after{animation-delay:.4s}.sk-delay-5:after{animation-delay:.5s}.sk--accent{background:rgba(197,3,43,.08)}.sk--accent:after{background:linear-gradient(90deg,transparent 0%,rgba(197,3,43,.06) 40%,rgba(197,3,43,.06) 60%,transparent 100%)}.sk-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.sk-product-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.sk-product-card__thumb{width:100%;aspect-ratio:1/1;border-radius:0}.sk-product-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}.sk-product-card__title{height:16px;width:80%}.sk-product-card__seller{height:12px;width:50%}.sk-product-card__meta{display:flex;gap:6px;align-items:center}.sk-product-card__tag{height:22px;width:60px;border-radius:100px}.sk-product-card__tag2{height:22px;width:45px;border-radius:100px}.sk-product-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--border-light);margin-top:2px}.sk-product-card__price{height:20px;width:55px}.sk-product-card__btn{height:32px;width:90px;border-radius:100px}.sk-toolbar{display:flex;align-items:center;gap:8px;padding:14px 20px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-wrap:wrap}.sk-toolbar__play{width:100px;height:34px;border-radius:100px}.sk-toolbar__count{width:120px;height:14px}.sk-toolbar__divider{width:1px;height:24px;background:var(--border-light);flex-shrink:0}.sk-toolbar__filters{display:flex;gap:6px;flex:1;flex-wrap:wrap}.sk-toolbar__filter{height:34px;border-radius:var(--radius-sm)}.sk-toolbar__f1{width:72px}.sk-toolbar__f2{width:80px}.sk-toolbar__f3{width:76px}.sk-toolbar__f4{width:66px}.sk-toolbar__f5{width:100px}.sk-list-rows{display:flex;flex-direction:column;border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.sk-list-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid var(--border-light)}.sk-list-row:last-child{border-bottom:none}.sk-list-row__num{width:20px;height:12px;flex-shrink:0}.sk-list-row__thumb{width:48px;height:48px;border-radius:6px;flex-shrink:0}.sk-list-row__info{flex:1;display:flex;flex-direction:column;gap:6px}.sk-list-row__title{height:14px;width:65%}.sk-list-row__seller{height:11px;width:35%}.sk-list-row__tags{display:flex;gap:6px}.sk-list-row__tag{height:20px;width:50px;border-radius:100px}.sk-list-row__dur{width:40px;height:12px;flex-shrink:0}.sk-list-row__price{width:50px;height:16px;flex-shrink:0}.sk-list-row__btn{width:34px;height:34px;border-radius:50%;flex-shrink:0}.sk-player{display:flex;align-items:center;gap:14px;padding:12px 20px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md)}.sk-player__btn{width:40px;height:40px;border-radius:50%;flex-shrink:0}.sk-player__track{flex:1;display:flex;flex-direction:column;gap:6px}.sk-player__title{height:14px;width:40%}.sk-player__waveform{height:28px;width:100%;border-radius:4px}.sk-player__time{width:70px;height:12px;flex-shrink:0}.sk-player__vol{width:60px;height:4px;border-radius:2px;flex-shrink:0}.sk-profile{padding:32px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md)}.sk-profile__top{display:flex;align-items:center;gap:20px;margin-bottom:20px}.sk-profile__avatar{width:72px;height:72px;border-radius:50%;flex-shrink:0}.sk-profile__info{flex:1;display:flex;flex-direction:column;gap:8px}.sk-profile__name{height:20px;width:180px}.sk-profile__handle{height:13px;width:120px}.sk-profile__bio{height:12px;width:70%}.sk-profile__btn{width:110px;height:36px;border-radius:100px;flex-shrink:0}.sk-profile__stats{display:flex;gap:32px;padding-top:18px;border-top:1px solid var(--border-light)}.sk-profile__stat{display:flex;flex-direction:column;gap:6px;align-items:center}.sk-profile__stat-val{width:40px;height:18px}.sk-profile__stat-label{width:60px;height:10px}.sk-order-items{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.sk-order-header{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--border-light)}.sk-order-header__id{width:140px;height:14px}.sk-order-header__date{width:90px;height:12px}.sk-order-header__spacer{flex:1}.sk-order-header__badge{width:80px;height:22px;border-radius:100px}.sk-order-row{display:flex;align-items:center;gap:14px;padding:12px 20px;border-bottom:1px solid var(--border-light)}.sk-order-row:last-child{border-bottom:none}.sk-order-row__thumb{width:48px;height:48px;border-radius:8px;flex-shrink:0}.sk-order-row__info{flex:1;display:flex;flex-direction:column;gap:6px}.sk-order-row__name{height:14px;width:60%}.sk-order-row__sub{height:11px;width:35%}.sk-order-row__price{width:50px;height:16px;flex-shrink:0}.sk-order-row__dl{width:90px;height:30px;border-radius:100px;flex-shrink:0}.sk-account-layout{display:flex;gap:24px}.sk-sidebar{width:260px;flex-shrink:0;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px 16px;display:flex;flex-direction:column;gap:6px;height:fit-content}.sk-sidebar__user{display:flex;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid var(--border-light)}.sk-sidebar__avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.sk-sidebar__uinfo{flex:1;display:flex;flex-direction:column;gap:5px}.sk-sidebar__uname{height:13px;width:90px}.sk-sidebar__uemail{height:10px;width:120px}.sk-sidebar__link{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:6px}.sk-sidebar__link-icon{width:18px;height:18px;border-radius:4px;flex-shrink:0}.sk-sidebar__link-text{height:12px;flex:1}.sk-sidebar__link--active{background:rgba(197,3,43,.04);border-left:3px solid rgba(197,3,43,.15)}.sk-sidebar__link--active .sk-sidebar__link-icon{background:rgba(197,3,43,.1)}.sk-sidebar__link--active .sk-sidebar__link-text{background:rgba(197,3,43,.08)}.sk-main-content{flex:1;min-width:0}.sk-main-content__header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.sk-main-content__icon{width:36px;height:36px;border-radius:10px;flex-shrink:0}.sk-main-content__titles{display:flex;flex-direction:column;gap:6px}.sk-main-content__h{height:20px;width:160px}.sk-main-content__sub{height:12px;width:100px}.sk-hero{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);padding:48px 40px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;position:relative;overflow:hidden}.sk-hero__badge{width:120px;height:24px;border-radius:100px}.sk-hero__title{height:32px;width:60%;max-width:400px;border-radius:8px}.sk-hero__desc{height:14px;width:80%;max-width:500px}.sk-hero__desc2{height:14px;width:55%;max-width:350px}.sk-hero__cta{width:160px;height:44px;border-radius:100px;margin-top:8px}.sk-hero__ring{position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;border:2px solid var(--border-light);opacity:.3}.sk-hero__ring2{position:absolute;top:-20px;right:-20px;width:160px;height:160px;border-radius:50%;border:1px solid var(--border-light);opacity:.15}body.is-loaded .sk:after{animation:none;opacity:0}body.is-loaded .sk{transition:all .5s var(--ease-out)}body.is-loaded .sk-product-card__thumb{background:linear-gradient(135deg,#2a1f22 0%,#1e1518 50%,#251d20 100%)}body.is-loaded .sk-product-card__title{background:var(--border);width:80%}body.is-loaded .sk-product-card__seller{background:var(--border-light)}body.is-loaded .sk-product-card__tag{background:rgba(197,3,43,.1)}body.is-loaded .sk-product-card__tag2{background:rgba(108,142,239,.1)}body.is-loaded .sk-product-card__price{background:var(--border)}body.is-loaded .sk-product-card__btn{background:rgba(197,3,43,.15)}body.is-loaded .sk-list-row__thumb{background:linear-gradient(135deg,#2a1f22,#1e1518)}@media (max-width:900px){.sk-account-layout{flex-direction:column}.sk-sidebar{width:100%;flex-direction:row;padding:12px;overflow-x:auto;gap:4px}.sk-sidebar__user{display:none}.sk-sidebar__link{padding:8px 14px;flex-shrink:0}.sk-sidebar__link-text{width:60px}.sk-profile__stats{gap:20px;flex-wrap:wrap}}@media (max-width:768px){.sk-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.sk-profile__top{flex-direction:column;align-items:flex-start}.sk-profile__btn{align-self:flex-start}.sk-hero{padding:32px 24px}.sk-player{flex-wrap:wrap}.sk-player__vol{display:none}.sk-list-row__tags{display:none}.sk-list-row__dur{display:none}}@media (max-width:480px){.sk-product-grid{grid-template-columns:1fr 1fr;gap:8px}.sk-toolbar__filters{gap:4px}.sk-toolbar__filter{height:30px}}