@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Inter:wght@400;500;600&display=swap";.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:10px 32px;background:#09090fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #1e1e2e}.navbar__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.navbar__logo{display:flex;align-items:center;text-decoration:none}.navbar__logo-img{height:50px;width:auto;object-fit:contain}.navbar__nav{display:flex;align-items:center;gap:32px}.navbar__nav a{font-size:14px;font-weight:500;color:#6b6b80;transition:color .2s}.navbar__nav a:hover{color:#fff}@media(max-width:768px){.navbar__nav{display:none}}.navbar__actions{display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;gap:4px;padding:10px 16px;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s;text-decoration:none}.btn--ghost{background:transparent;color:#c8c8d8;border:1px solid #1e1e2e}.btn--ghost:hover{border-color:#4a6cf7;color:#fff}.btn--primary{background:#4a6cf7;color:#fff}.btn--primary:hover{background:#6b87ff;box-shadow:0 0 20px #4a6cf740}.btn--lg{padding:14px 28px;font-size:15px}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 0 96px}.hero__bg{position:absolute;inset:0;pointer-events:none}.hero__bg-glow{position:absolute;top:-20%;left:50%;transform:translate(-50%);max-width:1200px;height:800px;background:radial-gradient(circle,rgba(74,108,247,.1254901961) 0%,transparent 65%);border-radius:50%}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(74,108,247,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(74,108,247,.05) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.hero__content{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.hero__badge{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:#4a6cf740;border:1px solid #4a6cf7;border-radius:100px;font-size:12px;font-weight:600;color:#4a6cf7;letter-spacing:.5px;margin-bottom:32px}.hero__badge-dot{width:6px;height:6px;background:#4a6cf7;border-radius:50%;animation:pulse 2s infinite}.hero__title{font-size:clamp(42px,7vw,82px);max-width:100%;margin-bottom:32px}.hero__title span{color:#4a6cf7}.hero__sub{font-size:18px;color:#6b6b80;max-width:100%;margin-bottom:64px;line-height:1.7}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__stats{display:flex;align-items:center;justify-content:space-around;margin-top:96px;padding-top:64px;border-top:1px solid #1e1e2e;flex-wrap:wrap;gap:32px}.hero__stat-value{font-family:Rajdhani,sans-serif;font-size:32px;font-weight:700;color:#fff}.hero__stat-label{font-size:13px;color:#6b6b80;margin-top:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:64px}@media(max-width:768px){.categories__grid{grid-template-columns:1fr}}.category-card{padding:32px;background:#111118;border:1px solid #1e1e2e;border-radius:16px;cursor:pointer;transition:all .25s;text-decoration:none;display:block}.category-card:hover{border-color:#4a6cf7;background:#16161f;transform:translateY(-2px);box-shadow:0 8px 32px #4a6cf740}.category-card__icon{width:48px;height:48px;border-radius:8px;display:grid;place-items:center;font-size:22px;margin-bottom:16px}.category-card__icon--blue{background:#4a6cf726}.category-card__icon--purple{background:#a855f726}.category-card__icon--green{background:#22c55e26}.category-card__title{font-size:20px;margin-bottom:4px}.category-card__desc{font-size:14px;color:#6b6b80;line-height:1.6;margin-bottom:16px}.category-card__count{font-size:13px;font-weight:600;color:#4a6cf7}.products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:64px;flex-wrap:wrap}.products__link{font-size:14px;font-weight:600;color:#4a6cf7;display:flex;align-items:center;gap:4px;white-space:nowrap;transition:color .2s}.products__link:hover{color:#6b87ff}.products__empty{color:#6b6b80;font-size:15px;margin-top:32px}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1024px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.products__grid{grid-template-columns:1fr}}.products__grid--list{grid-template-columns:1fr}.products__grid--list .product-card{flex-direction:row}.products__grid--list .product-card__thumb{width:200px;height:auto;flex-shrink:0}.product-card--skeleton{background:#111118;border:1px solid #1e1e2e;border-radius:16px;height:320px;animation:shimmer 1.5s infinite}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.5}}.product-card{background:#111118;border:1px solid #1e1e2e;border-radius:16px;overflow:hidden;transition:all .25s;display:flex;flex-direction:column}.product-card:hover{border-color:#4a6cf7;transform:translateY(-3px);box-shadow:0 12px 40px #4a6cf726}.product-card:hover .product-card__thumb-img{transform:scale(1.05)}.product-card__thumb{height:180px;overflow:hidden;position:relative;background:#16161f}.product-card__thumb-img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card__thumb-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:48px}.product-card__badge{position:absolute;top:8px;left:8px;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.5px}.product-card__badge--new{background:#3b82f6;color:#fff}.product-card__badge--hot{background:#a855f7;color:#fff}.product-card__badge--sale{background:#4a6cf7;color:#fff}.product-card__badge--soldout{background:#374151;color:#9ca3af}.product-card__body{padding:16px;flex:1;display:flex;flex-direction:column}.product-card__category{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#4a6cf7;margin-bottom:4px}.product-card__title{font-size:18px;margin-bottom:4px}.product-card__desc{font-size:13px;color:#6b6b80;line-height:1.6;flex:1;margin-bottom:8px}.product-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-card__purchases{font-size:11px;color:#6b6b80}.product-card__slots{font-size:11px;font-weight:600;color:#22c55e;background:#22c55e1a;padding:1px 8px;border-radius:100px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-card__price{font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;color:#fff}.product-card__price-old{font-family:Inter,sans-serif;font-size:13px;color:#6b6b80;text-decoration:line-through;margin-left:4px}.product-card__buy{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;background:#4a6cf7;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.product-card__buy:hover{background:#6b87ff;box-shadow:0 0 16px #4a6cf740}.product-card__buy--owned{background:#22c55e}.product-card__buy--owned:hover{background:#16a34a;box-shadow:none}.product-card__buy--disabled{background:#374151;color:#6b7280;cursor:not-allowed}.product-card__buy--disabled:hover{background:#374151;box-shadow:none}.features{background:#111118;border-top:1px solid #1e1e2e;border-bottom:1px solid #1e1e2e}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:64px}@media(max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.features__grid{grid-template-columns:1fr}}.feature-item__icon{font-size:28px;margin-bottom:16px}.feature-item__title{font-size:18px;margin-bottom:4px}.feature-item__desc{font-size:14px;color:#6b6b80;line-height:1.65}.footer{padding:96px 0 32px;border-top:1px solid #1e1e2e}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;margin-bottom:96px}@media(max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:576px){.footer__grid{grid-template-columns:1fr}}.footer__logo{height:38px;width:auto;object-fit:contain;margin-bottom:16px}.footer__brand-desc{font-size:14px;color:#6b6b80;line-height:1.7;margin-top:16px;max-width:280px}.footer__col-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px;font-family:Inter,sans-serif}.footer__links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer__links a{font-size:14px;color:#6b6b80;transition:color .2s}.footer__links a:hover{color:#fff}.footer__bottom{padding-top:32px;border-top:1px solid #1e1e2e;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer__copy{font-size:13px;color:#6b6b80}.footer__legal{display:flex;gap:16px}.footer__legal a{font-size:13px;color:#6b6b80;transition:color .2s}.footer__legal a:hover{color:#fff}.shop{padding-top:100px;min-height:100vh}.shop__header{background:#111118;border-bottom:1px solid #1e1e2e;padding:32px 0}.shop__header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.shop__title{font-size:28px}.shop__count{font-size:14px;color:#6b6b80;margin-top:2px;font-family:Inter,sans-serif;font-weight:400}.shop__search{display:flex;align-items:center;gap:8px;background:#16161f;border:1px solid #1e1e2e;border-radius:8px;padding:10px 16px;min-width:280px;transition:border-color .2s}.shop__search:focus-within{border-color:#4a6cf7}.shop__search-icon{color:#6b6b80;font-size:15px;flex-shrink:0}.shop__search input{background:none;border:none;outline:none;color:#fff;font-family:Inter,sans-serif;font-size:14px;width:100%}.shop__search input::placeholder{color:#6b6b80}.shop__body{display:grid;grid-template-columns:260px 1fr;gap:32px;padding:32px 0 96px;align-items:start}@media(max-width:1024px){.shop__body{grid-template-columns:1fr}}.filters{background:#111118;border:1px solid #1e1e2e;border-radius:16px;overflow:hidden;position:sticky;top:90px}.filters__section{padding:16px 32px;border-bottom:1px solid #1e1e2e}.filters__section:last-child{border-bottom:none}.filters__title{font-size:13px;font-weight:600;color:#6b6b80;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;font-family:Inter,sans-serif}.filters__options{display:flex;flex-direction:column;gap:8px}.filters__option{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:6px 0}.filters__option-left{display:flex;align-items:center;gap:8px}.filters__option-check{width:16px;height:16px;border:1.5px solid #1e1e2e;border-radius:4px;display:grid;place-items:center;transition:all .15s;flex-shrink:0}.filters__option-check.active{background:#4a6cf7;border-color:#4a6cf7}.filters__option-check.active:after{content:"✓";font-size:10px;color:#fff;line-height:1}.filters__option-label{font-size:14px;color:#c8c8d8;transition:color .15s}.filters__option-label:hover{color:#fff}.filters__option-count{font-size:12px;color:#6b6b80;background:#16161f;padding:1px 7px;border-radius:100px}.filters__price{display:flex;flex-direction:column;gap:8px}.filters__price-row{display:flex;align-items:center;gap:8px}.filters__price-input{flex:1;background:#16161f;border:1px solid #1e1e2e;border-radius:8px;padding:8px;color:#fff;font-family:Inter,sans-serif;font-size:14px;outline:none;width:100%;transition:border-color .2s}.filters__price-input:focus{border-color:#4a6cf7}.filters__price-sep{color:#6b6b80;font-size:13px;flex-shrink:0}.filters__tags{display:flex;flex-wrap:wrap;gap:4px}.filters__tag{padding:4px 12px;border-radius:100px;border:1px solid #1e1e2e;font-size:12px;font-weight:500;color:#6b6b80;cursor:pointer;transition:all .15s;background:none;font-family:Inter,sans-serif}.filters__tag:hover,.filters__tag.active{border-color:#4a6cf7;color:#4a6cf7;background:#4a6cf740}.filters__reset{width:100%;padding:10px;background:none;border:1px solid #1e1e2e;border-radius:8px;color:#6b6b80;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.filters__reset:hover{border-color:#4a6cf7;color:#fff}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.shop-toolbar__sort{display:flex;align-items:center;gap:8px}.shop-toolbar__sort label{font-size:13px;color:#6b6b80;white-space:nowrap}.shop-toolbar__sort select{background:#111118;border:1px solid #1e1e2e;border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:14px;padding:8px;outline:none;cursor:pointer;transition:border-color .2s}.shop-toolbar__sort select:focus{border-color:#4a6cf7}.shop-toolbar__view{display:flex;gap:4px}.shop-toolbar__view button{width:36px;height:36px;background:#111118;border:1px solid #1e1e2e;border-radius:8px;color:#6b6b80;font-size:15px;cursor:pointer;display:grid;place-items:center;transition:all .15s}.shop-toolbar__view button.active,.shop-toolbar__view button:hover{border-color:#4a6cf7;color:#4a6cf7}.shop-empty{grid-column:1/-1;text-align:center;padding:96px;color:#6b6b80}.shop-empty__icon{font-size:48px;margin-bottom:16px}.shop-empty__title{font-size:20px;margin-bottom:8px}.shop-empty__sub{font-size:14px}.auth-callback{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b6b80;font-size:15px}.auth-callback__spinner{width:36px;height:36px;border:3px solid #1e1e2e;border-top-color:#4a6cf7;border-radius:50%;animation:spin .7s linear infinite}.user-menu{position:relative}.user-menu__trigger{display:flex;align-items:center;gap:8px;cursor:pointer;background:#16161f;border:1px solid #1e1e2e;border-radius:8px;padding:6px 10px;transition:border-color .2s;font-family:Inter,sans-serif;color:#fff}.user-menu__trigger:hover{border-color:#4a6cf7}.user-menu__avatar{width:26px;height:26px;border-radius:50%;object-fit:cover}.user-menu__avatar-placeholder{width:26px;height:26px;border-radius:50%;background:#4a6cf7;display:grid;place-items:center;color:#fff}.user-menu__name{font-size:13px;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#111118;border:1px solid #1e1e2e;border-radius:8px;min-width:200px;overflow:hidden;z-index:200;box-shadow:0 8px 32px #0006}.user-menu__info{padding:16px;border-bottom:1px solid #1e1e2e}.user-menu__discord{font-size:13px;font-weight:600;color:#fff}.user-menu__roblox{font-size:12px;color:#6b6b80;margin-top:2px}.user-menu__roblox span{color:#22c55e}.user-menu__item{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;color:#c8c8d8;cursor:pointer;transition:background .15s;width:100%;background:none;border:none;font-family:Inter,sans-serif;text-align:left}.user-menu__item:hover{background:#16161f;color:#fff}.user-menu__item--danger{color:#ef4444}.user-menu__item--danger:hover{background:#ef44441a;color:#ef4444}@keyframes spin{to{transform:rotate(360deg)}}.product-detail{padding-top:100px;min-height:100vh}.product-detail__back{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:#6b6b80;margin-bottom:32px;transition:color .2s}.product-detail__back:hover{color:#fff}.product-detail__grid{display:grid;grid-template-columns:1fr 360px;gap:64px;align-items:start}@media(max-width:1024px){.product-detail__grid{grid-template-columns:1fr}}.product-detail__thumb{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#111118;border:1px solid #1e1e2e;display:grid;place-items:center;margin-bottom:32px}.product-detail__thumb-img{width:100%;height:100%;object-fit:cover}.product-detail__thumb-placeholder{color:#6b6b80}.product-detail__category{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#4a6cf7;margin-bottom:8px}.product-detail__title{font-size:clamp(28px,4vw,42px);margin-bottom:16px}.product-detail__desc{font-size:16px;color:#c8c8d8;line-height:1.75;margin-bottom:32px}.product-detail__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:64px}.product-detail__tag{padding:4px 12px;border:1px solid #1e1e2e;border-radius:100px;font-size:12px;color:#6b6b80}.product-detail__card{background:#111118;border:1px solid #1e1e2e;border-radius:16px;padding:32px;position:sticky;top:90px}.product-detail__price-block{margin-bottom:32px}.product-detail__price{font-family:Rajdhani,sans-serif;font-size:38px;font-weight:700;color:#fff;line-height:1}.product-detail__price-old{font-family:Inter,sans-serif;font-size:16px;color:#6b6b80;text-decoration:line-through;margin-left:8px}.product-detail__sale-badge{display:inline-block;padding:2px 10px;background:#4a6cf7;color:#fff;border-radius:100px;font-size:12px;font-weight:600;margin-top:8px}.product-detail__stats{display:flex;gap:16px;margin-bottom:32px;padding:16px 0;border-top:1px solid #1e1e2e;border-bottom:1px solid #1e1e2e}.product-detail__stat{flex:1;text-align:center}.product-detail__stat-value{font-family:Rajdhani,sans-serif;font-size:20px;font-weight:700;color:#fff}.product-detail__stat-label{font-size:11px;color:#6b6b80;margin-top:2px}.product-detail__cta{width:100%;padding:14px;border-radius:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin-bottom:8px}.product-detail__cta--buy{background:#4a6cf7;color:#fff}.product-detail__cta--buy:hover{background:#6b87ff;box-shadow:0 0 24px #4a6cf740}.product-detail__cta--owned{background:#22c55e;color:#fff}.product-detail__cta--owned:hover{background:#16a34a}.product-detail__cta--disabled{background:#374151;color:#6b7280;cursor:not-allowed}.product-detail__cta--login{background:#5865f2;color:#fff}.product-detail__cta--login:hover{background:#4752c4}.product-detail__hint{font-size:12px;color:#6b6b80;text-align:center}.product-detail__files{margin-top:32px;border-top:1px solid #1e1e2e;padding-top:32px}.product-detail__files-title{font-size:13px;font-weight:600;color:#6b6b80;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-family:Inter,sans-serif}.product-detail__file{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#16161f;border:1px solid #1e1e2e;border-radius:8px;margin-bottom:8px;font-size:13px;gap:8px}.product-detail__file-name{color:#c8c8d8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-detail__file-download{display:flex;align-items:center;gap:4px;color:#4a6cf7;font-size:13px;font-weight:600;flex-shrink:0;transition:color .2s}.product-detail__file-download:hover{color:#6b87ff}.product-gallery{margin-bottom:32px}.product-gallery__main{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#111118;border:1px solid #1e1e2e;margin-bottom:8px;cursor:pointer;position:relative}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__main-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#6b6b80}.product-gallery__thumbs{display:flex;gap:4px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid #1e1e2e;cursor:pointer;flex-shrink:0;transition:border-color .15s;background:#111118;display:grid;place-items:center}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.active{border-color:#4a6cf7}.product-gallery__thumb--video{background:#16161f;color:#6b6b80;font-size:20px}.lightbox{position:fixed;inset:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:32px}.lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px}.lightbox__close{position:absolute;top:32px;right:32px;background:#16161f;border:1px solid #1e1e2e;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;cursor:pointer;color:#fff;transition:background .2s}.lightbox__close:hover{background:#4a6cf7}.product-videos{margin-bottom:32px}.product-videos__title{font-size:14px;font-weight:600;color:#6b6b80;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-family:Inter,sans-serif}.product-videos__list{display:flex;flex-direction:column;gap:16px}.product-videos__embed{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:1px solid #1e1e2e}.product-videos__embed iframe{width:100%;height:100%;border:none}.product-detail-skeleton{padding-top:100px;min-height:100vh}.product-detail-skeleton__main{height:400px;background:#111118;border-radius:16px;border:1px solid #1e1e2e;animation:shimmer 1.5s infinite;margin-bottom:32px}.admin{padding-top:100px;min-height:100vh;padding-bottom:96px}.admin__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:64px;flex-wrap:wrap}.admin__title{font-size:32px}.admin__tabs{display:flex;gap:4px;border-bottom:1px solid #1e1e2e;margin-bottom:64px}.admin__tab{padding:10px 16px;font-size:14px;font-weight:500;color:#6b6b80;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s;margin-bottom:-1px}.admin__tab:hover{color:#fff}.admin__tab.active{color:#4a6cf7;border-bottom-color:#4a6cf7}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;padding:10px 16px;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#6b6b80;border-bottom:1px solid #1e1e2e;font-family:Inter,sans-serif}.admin-table td{padding:12px 16px;border-bottom:1px solid #1e1e2e;color:#c8c8d8;vertical-align:middle}.admin-table tr:hover td{background:#111118}.admin-table__title{font-weight:600;color:#fff}.admin-table__price{font-family:Rajdhani,sans-serif;font-size:16px;color:#fff}.admin-table__actions{display:flex;gap:4px}.admin-table__badge{padding:2px 8px;border-radius:100px;font-size:11px;font-weight:600}.admin-table__badge--active{background:#22c55e26;color:#22c55e}.admin-table__badge--inactive{background:#ef444426;color:#ef4444}.admin-table__badge--sale{background:#4a6cf726;color:#4a6cf7}.product-form{background:#111118;border:1px solid #1e1e2e;border-radius:16px;padding:32px}.product-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.product-form__grid{grid-template-columns:1fr}}.product-form__full{grid-column:1/-1}.product-form__group{display:flex;flex-direction:column;gap:6px}.product-form__label{font-size:12px;font-weight:600;color:#6b6b80;letter-spacing:.5px;text-transform:uppercase;font-family:Inter,sans-serif}.product-form__input,.product-form__select,.product-form__textarea{background:#16161f;border:1px solid #1e1e2e;border-radius:8px;padding:10px 16px;color:#fff;font-family:Inter,sans-serif;font-size:14px;outline:none;width:100%;transition:border-color .2s}.product-form__input:focus,.product-form__select:focus,.product-form__textarea:focus{border-color:#4a6cf7}.product-form__input::placeholder,.product-form__select::placeholder,.product-form__textarea::placeholder{color:#6b6b80}.product-form__textarea{min-height:100px;resize:vertical}.product-form__toggles{display:flex;gap:16px;flex-wrap:wrap}.product-form__toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:#c8c8d8}.product-form__toggle input[type=checkbox]{width:16px;height:16px;accent-color:#4a6cf7;cursor:pointer}.product-form__actions{display:flex;gap:8px;justify-content:flex-end;margin-top:32px;padding-top:32px;border-top:1px solid #1e1e2e}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:16px}.modal{background:#111118;border:1px solid #1e1e2e;border-radius:16px;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:32px;border-bottom:1px solid #1e1e2e;flex-shrink:0}.modal__title{font-size:20px}.modal__body{padding:32px;overflow-y:auto}.upload-zone{display:flex;align-items:center;justify-content:center;gap:8px;padding:32px;border:2px dashed #1e1e2e;border-radius:8px;color:#6b6b80;font-size:14px;cursor:pointer;transition:all .2s;width:100%;margin-top:8px}.upload-zone:hover{border-color:#4a6cf7;color:#4a6cf7;background:#4a6cf740}.upload-zone--small{padding:8px 16px;font-size:13px}.upload-preview{position:relative;display:inline-block;margin-bottom:8px}.upload-preview__thumb{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #1e1e2e;display:block}.upload-preview__remove{position:absolute;top:-8px;right:-8px;width:22px;height:22px;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;place-items:center;line-height:1}.upload-file-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.upload-file-item{display:flex;align-items:center;gap:8px;padding:8px;background:#16161f;border:1px solid #1e1e2e;border-radius:8px;font-size:13px;color:#c8c8d8}.upload-file-item--new{border-color:#4a6cf74d;background:#4a6cf740;color:#4a6cf7}.upload-file-item__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:12px}.upload-file-item__remove{background:none;border:none;color:#6b6b80;cursor:pointer;display:grid;place-items:center;padding:2px;flex-shrink:0;transition:color .15s}.upload-file-item__remove:hover{color:#ef4444}.upload-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px;margin-bottom:8px}.upload-gallery-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #1e1e2e;background:#16161f}.upload-gallery-item img{width:100%;height:100%;object-fit:cover}.upload-gallery-item__remove{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;place-items:center;line-height:1;opacity:0;transition:opacity .15s}.upload-gallery-item:hover .upload-gallery-item__remove{opacity:1}.upload-gallery-item--new{border-color:#4a6cf766}.video-url-list{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.video-url-item{display:flex;align-items:center;gap:8px;background:#16161f;border:1px solid #1e1e2e;border-radius:8px;padding:8px;font-size:13px;color:#6b6b80;font-family:monospace}.video-url-item span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-url-item button{background:none;border:none;color:#6b6b80;cursor:pointer;display:grid;place-items:center;flex-shrink:0;padding:2px;transition:color .15s}.video-url-item button:hover{color:#ef4444}.video-url-add{display:flex;gap:8px}.video-url-add input{flex:1}.video-url-add button{flex-shrink:0}.btn-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;border:1px solid #1e1e2e;background:none;color:#6b6b80;cursor:pointer;transition:all .15s}.btn-icon:hover{border-color:#4a6cf7;color:#4a6cf7}.btn-icon--danger:hover{border-color:#ef4444;color:#ef4444}.purchases{padding-top:100px;min-height:100vh;padding-bottom:96px}.purchases__header{margin-bottom:64px}.purchases__title{font-size:32px;margin-bottom:4px}.purchases__sub{font-size:15px;color:#6b6b80}.purchases__grid{display:flex;flex-direction:column;gap:16px}.purchases__empty{text-align:center;padding:96px;color:#6b6b80}.purchases__empty-icon{margin-bottom:16px;opacity:.4}.purchases__empty-title{font-size:22px;margin-bottom:8px}.purchases__empty-sub{font-size:14px;margin-bottom:32px}.purchase-item{background:#111118;border:1px solid #1e1e2e;border-radius:16px;padding:32px;display:grid;grid-template-columns:80px 1fr auto;gap:32px;align-items:center}@media(max-width:768px){.purchase-item{grid-template-columns:1fr}}.purchase-item__thumb{width:80px;height:80px;border-radius:8px;background:#16161f;border:1px solid #1e1e2e;overflow:hidden;display:grid;place-items:center;color:#6b6b80;flex-shrink:0}.purchase-item__thumb img{width:100%;height:100%;object-fit:cover}.purchase-item__info{min-width:0}.purchase-item__category{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#4a6cf7;margin-bottom:4px}.purchase-item__title{font-size:18px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.purchase-item__meta{font-size:13px;color:#6b6b80;display:flex;gap:16px;flex-wrap:wrap}.purchase-item__actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end}@media(max-width:768px){.purchase-item__actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}}.purchase-item__download{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#4a6cf7;color:#fff;border-radius:8px;font-size:13px;font-weight:600;transition:all .2s;white-space:nowrap}.purchase-item__download:hover{background:#6b87ff;box-shadow:0 0 16px #4a6cf740;text-decoration:none}.purchase-item__download--secondary{background:#16161f;border:1px solid #1e1e2e;color:#c8c8d8}.purchase-item__download--secondary:hover{border-color:#4a6cf7;color:#fff;background:#16161f;box-shadow:none}.purchase-item__no-files{font-size:13px;color:#6b6b80;font-style:italic}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#app{height:100%}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#c8c8d8;background-color:#09090f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Rajdhani,sans-serif;font-weight:700;line-height:1.15;color:#fff}a{color:#4a6cf7;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.section{padding:96px 0}.section-label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#4a6cf7;margin-bottom:8px}.section-title{font-size:clamp(28px,4vw,42px);margin-bottom:16px}.section-subtitle{font-size:17px;color:#6b6b80;max-width:520px}
