@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)}}*,*: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}
