:root{--bg-color:#121212;--accent-color:#db0c0c;--text-color:#f1f1f1;--skeleton-shimmer-duration:1.5s}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;display:flex;overflow:hidden}@keyframes breathe{0%,to{opacity:1}50%{opacity:.55}}.fade-out{opacity:0;pointer-events:none}@keyframes blink-out{0%{opacity:1}20%{opacity:.08}45%{opacity:.9}65%{opacity:.08}85%{opacity:.75}to{opacity:0}}.blink-out{pointer-events:none;animation:.65s forwards blink-out}#nav-loader{z-index:9000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#nav-loader img{width:150px;height:auto;animation:1.5s ease-in-out infinite breathe}#nav-loader.blink-out img{animation:.65s forwards blink-out}#app-content{width:100%;min-height:70vh}.search-container{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f2;border-bottom:1px solid #ffffff0f;justify-content:center;width:100%;padding:15px 20px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.search-container.hide{opacity:0;pointer-events:none;transform:translateY(-100%)}.search-shell{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:min(100%,632px);display:grid;transform:translate(10px)}.search-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.search-wrapper{align-items:center;gap:8px;width:100%;min-width:0;display:flex;position:relative}.search-field{flex:auto;min-width:0;position:relative}#searchInput{color:#fff;background-color:#1e1e1e;border:1px solid #333;border-radius:15px;outline:none;width:100%;padding:12px 124px 12px 20px;font-size:16px;transition:all .3s}#searchInput:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #db0c0c33}.search-btn{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.clear-btn{opacity:0;visibility:hidden;pointer-events:none;transition:color .3s,opacity .2s,visibility .2s;display:flex;right:40px}.clear-btn.visible{opacity:1;visibility:visible;pointer-events:auto}.submit-btn{right:5px}.search-loading{opacity:0;visibility:hidden;pointer-events:none;width:20px;height:20px;transition:opacity .2s,visibility .2s;position:absolute;top:50%;right:83px;transform:translateY(-50%)}.search-loading:before{content:"";box-sizing:border-box;will-change:transform;border:2.5px solid #ffffff24;border-top-color:#ffffffd1;border-radius:50%;width:100%;height:100%;animation:.72s linear infinite search-spin;display:block}.search-loading.active{opacity:1;visibility:visible}.search-btn:hover{color:var(--text-color)}@keyframes search-spin{to{transform:rotate(360deg)}}.search-results{z-index:1001;opacity:0;visibility:hidden;pointer-events:none;background-color:#1e1e1e;border:1px solid #333;border-radius:15px;max-height:400px;transition:opacity .3s,transform .3s cubic-bezier(.25,.46,.45,.94),visibility .3s;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 10px 30px #00000080}.search-results.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.search-item{cursor:pointer;border-bottom:1px solid #ffffff0d;align-items:center;padding:10px 15px;transition:background-color .2s;display:flex}.search-item:last-child{border-bottom:none}.search-item:hover{background-color:#2a2a2a}.search-item-media{background-color:#121212;border-radius:8px;flex:none;width:40px;height:40px;margin-right:12px;position:relative;overflow:hidden}.search-item-media:before{content:"";z-index:0;background:linear-gradient(90deg,#ffffff08 0%,#ffffff1f 50%,#ffffff08 100%) 0 0/200% 100%;animation:1.1s linear infinite search-media-shimmer;position:absolute;inset:0}.search-item-media.is-loaded:before{opacity:0;transition:opacity .2s}.search-item img{object-fit:cover;z-index:1;opacity:0;width:100%;height:100%;transition:opacity .2s;display:block;position:relative}.search-item-media.is-loaded img{opacity:1}.search-item--character{padding-top:12px;padding-bottom:8px}.search-item--character .search-item-media{overflow:visible}.search-item--character img{filter:drop-shadow(0 5px 8px #0000002e);width:100%;max-width:none;height:auto;position:absolute;bottom:0;left:0}.search-item--character .search-item-info{padding-bottom:2px}.search-item-info{flex-direction:column;justify-content:center;display:flex}.search-item-title{color:#fff;margin-bottom:2px;font-size:14px}.search-title-highlight{font-weight:500}@keyframes search-media-shimmer{to{background-position:-200% 0}}.search-item-price{color:#aaa;font-size:12px;font-weight:500}.search-item-price .highlight{color:var(--accent-color);margin-right:5px;font-weight:700}.no-results{text-align:center;color:#888;padding:15px;font-size:14px}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-thumb{background-color:#333;border-radius:3px}.footer-nav{-webkit-backdrop-filter:blur(10px)saturate(160%)brightness(90%);backdrop-filter:blur(10px)saturate(160%)brightness(90%);z-index:100;box-sizing:border-box;background-color:#121212cc;border:1px solid #333;border-radius:25px;justify-content:space-between;align-items:center;gap:4px;width:90%;max-width:430px;margin:0;padding:5px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%)}.nav-item{cursor:pointer;color:#ffffff80;text-align:center;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:20px;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:8px 0;font-size:10px;font-weight:700;transition:all .2s;display:flex}.nav-item[hidden],.hamburger-menu-item[hidden],.header-profile-menu-item[hidden]{display:none!important}.header-profile{flex:none;align-items:center;display:none;position:relative}.header-profile-login,.header-profile-avatar{color:#d0d0d0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#1e1e1e;border:1px solid #ffffff17;height:44px;transition:background .18s,color .18s,border-color .18s,transform .18s}.header-profile-login{border-radius:14px;justify-content:center;align-items:center;min-width:86px;padding:0 20px;font-size:14px;font-weight:600;display:none}.header-profile-avatar{border-radius:50%;justify-content:center;align-items:center;width:44px;padding:0;display:none;overflow:hidden;box-shadow:inset 0 1px #ffffff08}.header-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.header-profile-avatar span{color:#fff;font-size:13px;font-weight:800;line-height:1}.header-profile-login:hover,.header-profile-avatar:hover,.header-profile-avatar.open{color:#fff;background:#232323;border-color:#db0c0c52}.header-profile.is-auth .header-profile-login{display:none}.header-profile.is-ready:not(.is-auth) .header-profile-login,.header-profile.is-auth .header-profile-avatar{display:inline-flex}.header-profile-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transform-origin:100% 0;z-index:1200;background:#181818b8;border:1px solid #ffffff1a;border-radius:16px;width:205px;padding:7px;transition:opacity .2s,transform .16s,visibility .2s;position:fixed;top:0;left:0;overflow:hidden;transform:translateY(-6px)scale(.97);box-shadow:0 18px 45px #0000007a}.header-profile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.header-profile-menu.open.is-header-hidden{opacity:0;pointer-events:none}.header-profile-menu-user{color:#fff;text-overflow:ellipsis;white-space:nowrap;opacity:1;border-bottom:1px solid #ffffff14;margin:2px 4px 7px;padding:9px 10px 11px;font-size:14px;font-weight:750;line-height:1.2;overflow:hidden}.header-profile-menu-item{color:#d0d0d0;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;width:100%;min-height:38px;padding:9px 11px;font-size:14px;font-weight:600;transition:background .16s,color .16s;display:flex}.header-profile-menu-item:hover{color:#fff;background:#ffffff12}.header-profile-menu-item.danger{color:#ff7676}.header-profile-menu-item.danger:hover{color:#ff8f8f;background:#db0c0c24}.nav-item.active{color:#fff;background-color:#ffffff1a}.nav-icon{fill:currentColor;flex-shrink:0;width:20px;height:20px;margin-bottom:3px;transition:fill .2s}.nav-item.active .nav-icon,.nav-item.active .nav-icon path{fill:#db0c0c!important;color:#db0c0c!important}.nav-item span{letter-spacing:.3px;margin-top:2px}@media (width>=768px){.footer-nav{width:90%;max-width:400px;padding:8px;bottom:20px}.nav-item{padding:8px;font-size:11px}.nav-icon{width:22px;margin-bottom:4px}}@media (width>=1660px){.footer-nav{-webkit-backdrop-filter:none;z-index:1100;background-color:#121212;border:none;border-right:1px solid #222;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;width:64px;max-width:none;height:100vh;padding:20px 8px;transition:width .28s cubic-bezier(.4,0,.2,1);top:0;bottom:0;left:0;overflow:hidden;transform:none}.footer-nav:hover{width:210px}.nav-item{color:#ffffff73;white-space:nowrap;border-radius:10px;flex-direction:row;flex:none;justify-content:flex-start;align-items:center;width:100%;padding:11px 12px;font-size:14px;font-weight:600;transition:background-color .2s,color .2s;overflow:hidden}.nav-item:hover{color:#ffffffd9;background-color:#ffffff0f}.nav-item.active{color:#fff;background-color:#db0c0c26}.nav-icon{flex-shrink:0;width:22px;height:22px;margin-bottom:0;margin-right:14px}.nav-item span{letter-spacing:.3px;opacity:0;margin-top:0;transition:opacity .2s 50ms}.footer-nav:hover .nav-item span{opacity:1}}@media (width>=992px){.search-container{justify-content:center;padding:15px 32px}.search-shell{grid-template-columns:minmax(0,1fr) clamp(360px,32vw,470px) minmax(0,1fr);gap:0;width:100%;max-width:1250px;position:relative;transform:none}.search-wrapper{grid-column:2}.search-actions{gap:25px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.header-profile{display:flex}.footer-nav .nav-item[data-page=profile]{display:none}}@media (width>=1660px){#contact-info p{margin-bottom:0!important}}@media (width<=640px){.search-container{padding-left:12px;padding-right:12px}.search-shell{gap:8px;transform:none}}.hamburger-btn{color:#b0b0b0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff12;border:1px solid #ffffff17;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:color .18s,background .18s,border-color .18s;display:flex;box-shadow:0 2px 8px #00000040}.hamburger-btn:active,.hamburger-btn.open{color:#f44;background:#db0c0c26;border-color:#db0c0c4d}.hamburger-badge{background:#db0c0c;border:1.5px solid #121212;border-radius:50%;width:7px;height:7px;display:none;position:absolute;top:6px;right:6px}.hamburger-btn.has-badge .hamburger-badge{display:block}.hamburger-dropdown{z-index:200;transform-origin:0 0;background:#1e1e1e;border:1px solid #ffffff1a;border-radius:16px;min-width:180px;padding:6px;animation:.18s cubic-bezier(.32,.72,0,1) forwards dropdownIn;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 32px #0009}.hamburger-dropdown.open{display:block}@keyframes dropdownIn{0%{opacity:0;transform:scale(.92)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.hamburger-menu-item{color:#d0d0d0;cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.hamburger-menu-item:hover{color:#fff;background:#ffffff12}.hamburger-menu-item:active{color:#f44;background:#db0c0c26}.hamburger-menu-item svg{color:#db0c0c;flex-shrink:0}.hamburger-menu-item.active{color:#fff;background:#db0c0c1f}.hamburger-menu-item.active svg{color:#f44}@media (width<=1659px){.footer-nav .nav-item[data-page=news],.footer-nav .nav-item[data-page=moderator]{display:none}}@media (width>=1660px){.hamburger-btn,#hamburgerDropdown{display:none!important}}:root{--bg-color:#121212;--card-bg:#1e1e1e;--text-color:#f1f1f1;--accent-color:#db0c0c;--border-radius:25px;--transition:all .3s ease;--pill-bg:#1e1e1e99;--pill-active-bg:#fff;--pill-active-text:#000;--legendary-gradient:linear-gradient(to right, var(--accent-color), #ffae00)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{scroll-behavior:smooth;background-color:var(--bg-color);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;overflow-x:hidden}#banner-stories{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:10px;padding-bottom:16px;display:flex;overflow-x:auto}#banner-stories::-webkit-scrollbar{display:none}.story-item{aspect-ratio:23/30;border-radius:var(--border-radius);cursor:pointer;scroll-snap-align:start;background-color:#2a2a2a;border:none;flex-shrink:0;width:190px;transition:transform .2s;position:relative;overflow:hidden}.story-item:active{transform:scale(.97)}.story-item>img:first-child{object-fit:cover;width:100%;height:100%;display:block}#shop{max-width:1250px;min-height:100vh;margin:0 auto;padding:7rem 20px 20px}.loading-placeholder{position:relative;overflow:hidden}.loading-placeholder:after{content:"";width:100%;height:100%;animation:shimmer var(--skeleton-shimmer-duration) infinite;background:linear-gradient(90deg,#fff0 0%,#ffffff1a 50%,#fff0 100%);position:absolute;top:0;left:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-image-container.loading-placeholder{aspect-ratio:12/9}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.product{opacity:0;will-change:transform, opacity;color:var(--text-color);border-radius:0;min-width:0;overflow:hidden;transform:translateY(20px)}.product.visible{animation:.5s forwards productFadeIn}@keyframes productFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:10px 10px 7px;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden}.product-image-container{aspect-ratio:12/9;border-radius:var(--border-radius);background:#252525;flex-shrink:0;width:100%;position:relative;overflow:hidden}.product-image-container img{object-fit:cover;width:100%;height:100%;transition:opacity .4s;display:block}.image-overlays{pointer-events:none;z-index:3;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:8px;left:8px;right:8px}.product-category-tag{letter-spacing:.6px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);color:#ffffffa6;background:#00000080;border:1px solid #ffffff1a;border-radius:20px;padding:3px 8px;font-size:9px;font-weight:700}.product.legendary .product-category-tag{color:#ffae00;border-color:#ffae0059}.image-placeholder{background-color:#2a2a2a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-placeholder svg{fill:#555;width:48px;height:48px}.product-description{color:#888;-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:72.8px;margin:0 10px 10px;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.price-row{flex-wrap:wrap;align-items:baseline;gap:5px;display:flex}.original-price{color:#555;font-size:11.5px;font-weight:500;text-decoration:line-through}.regular-price{color:#fff;font-size:16px;font-weight:800}.discounted-price{color:#fff;font-size:15px;font-weight:800}.price-amount{letter-spacing:-.0025em;font-variant-numeric:tabular-nums;margin-right:2.4px}.price-currency{opacity:.55;vertical-align:baseline;letter-spacing:0;font-size:.72em;font-weight:600}.discount-badge{background:var(--accent-color);color:#fff;letter-spacing:.2px;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:800;line-height:1.4}.product.legendary .discount-badge{background:linear-gradient(to right, var(--accent-color), #ffae00)}.price-text{color:#aaa;font-size:13px;font-weight:550}.filters-container{margin:19px 0 13px;padding:0}.filters-row{-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;align-items:center;gap:6px;display:flex;overflow-x:auto}.filters-row::-webkit-scrollbar{display:none}.filters-row:active{cursor:grabbing}.sort-controls{flex-shrink:0}.sort-wrapper{background-color:#1e1e1e;border:none;border-radius:9999px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:relative}.sort-wrapper svg{pointer-events:none;opacity:.8}.sort-select{opacity:0;cursor:pointer;appearance:none;width:100%;height:100%;position:absolute;top:0;left:0}.category-filters{flex-shrink:0;gap:6px;display:flex}.filter-pill{color:#ffffffe6;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;backface-visibility:hidden;background-color:#1e1e1e;border:none;border-radius:9999px;align-items:center;height:30px;padding:0 15px;font-size:14px;font-weight:500;transition:background-color .2s,color .2s,padding .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.filter-pill:hover{background-color:#2d2d2de6}.filter-pill.active{background-color:var(--pill-active-bg);color:var(--pill-active-text);padding-right:10px}.remove-icon{opacity:0;justify-content:center;align-items:center;width:0;margin-left:0;transition:opacity .15s,width .3s cubic-bezier(.4,0,.2,1),margin-left .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.remove-icon svg{fill:currentColor;flex-shrink:0;width:14px;height:14px;display:block}.filter-pill.active .remove-icon{opacity:1;width:14px;margin-left:6px;transition:width .3s cubic-bezier(.4,0,.2,1),margin-left .3s cubic-bezier(.4,0,.2,1),opacity .25s .2s}.buy-button{background-color:var(--accent-color);border:2px solid var(--accent-color);color:#fff;cursor:pointer;transition:var(--transition);border-radius:9999px;align-items:center;gap:6px;width:fit-content;margin:0 10px 12px auto;padding:3px 19px;font-weight:800;display:flex;position:relative;overflow:hidden}.buy-button.added{background-color:var(--bg-color);cursor:default;border:2px solid #333}.buy-button .discount-badge{display:none}.buy-button .price-row{white-space:nowrap;flex-wrap:nowrap}.product.legendary .buy-button{background:var(--legendary-gradient) padding-box, var(--legendary-gradient) border-box;border:2px solid #0000}.product.legendary .buy-button.added{background:var(--bg-color);border-color:#333!important}.buy-button.adding:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff80 50%,#fff0 100%);width:100%;height:100%;animation:.7s ease-out shine;position:absolute;top:0;left:-100%}@keyframes shine{0%{left:-100%}to{left:100%}}.cart-icon{cursor:pointer;z-index:90;background-color:var(--accent-color);color:#fff;border:2px solid var(--accent-color);width:50px;height:50px;box-shadow:none;opacity:1;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:opacity .3s,transform .3s;display:none;position:fixed;bottom:100px;right:30px;transform:scale(1)}.cart-icon svg{filter:drop-shadow(0 2px 2px #0000004d);margin-top:2px}.cart-count{color:#1e1e1e;width:22px;height:22px;text-shadow:none;border:2px solid var(--bg-color);background-color:#fc0;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;line-height:1;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 5px #0003}.cart-icon.visible{opacity:1;display:flex;transform:scale(1.1)}.cart-icon.hidden{display:none}.cart-modal{z-index:1000;opacity:0;background:#000000b3;justify-content:center;align-items:flex-end;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.cart-modal.show{opacity:1;display:flex}.cart-content{background-color:var(--card-bg);color:#fff;cursor:grab;border-radius:24px 24px 0 0;width:100%;height:89%;transition:transform .3s;position:relative;overflow:hidden;transform:translateY(100%)}.cart-content.open{transform:translateY(0)}.drag-header{cursor:grab;background-color:#ccc;border-radius:3px;width:40px;height:5px;position:absolute;top:10px;left:50%;transform:translate(-50%)}#cartIframe{border:none;width:100%;height:100%}.notification{color:#fff;z-index:1000;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background-color:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:25px;align-items:center;gap:10px;width:fit-content;max-width:80%;padding:12px 20px;font-size:14px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;top:90px;left:50%;transform:translate(-50%)translateY(-30px);box-shadow:0 4px 20px #0000004d}.notification.show{opacity:1;transform:translate(-50%)translateY(0)}.notification-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:10px;display:inline-flex}.notification-icon svg{width:100%;height:100%}.notification-text{flex:1}.notification-close{color:#fff9;cursor:pointer;pointer-events:auto;margin-left:8px;font-size:16px}.notification.error{background-color:#ff3b30e6;border:1px solid #ff3b304d}.notification.warning{background-color:#ff9500e6;border:1px solid #ff95004d}.notification.success{background-color:#34c759e6;border:1px solid #34c7594d}.notification.error .notification-icon,.notification.warning .notification-icon,.notification.success .notification-icon{color:#fff}.loading-skeleton{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex;position:relative}.skeleton-products{justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.loading-circle{border:6px solid #db0c0c4d;border-top:6px solid var(--accent-color);border-radius:50%;width:80px;height:80px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=600px){.product h3{margin:8px 10px 20px;font-size:16px}}@media (width<=767px){#banner-stories{grid-auto-columns:115px;grid-auto-flow:column;gap:8px;padding-bottom:8px;display:grid}.story-item{border-radius:20px;width:auto}.product-description{display:none}.regular-price,.discounted-price{font-size:14px}.buy-button{justify-content:center;margin-left:10px;padding:1.4px 16px}}@media (width<=768px){.loading-circle{border-width:5px;width:60px;height:60px}}@media (width<=480px){.skeleton-products{min-height:150px}}@media (width<=380px){#banner-stories{grid-auto-columns:92px}}@media (width>=768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=992px){.cart-modal{background:#00000080;justify-content:flex-end;align-items:stretch}.cart-content.desktop{cursor:default;border-radius:0;width:480px;max-width:100%;height:100%;max-height:100%;transition:transform .4s cubic-bezier(.2,.8,.2,1);transform:translate(100%)}.cart-content.desktop.open{transform:translate(0)}.drag-header{display:none}}@media (width>=1200px){.product-grid{grid-template-columns:repeat(4,1fr)}.product-image-container{aspect-ratio:1;height:unset;width:100%}.product-image-container.loading-placeholder{aspect-ratio:1}.product h3{font-size:18px;font-weight:770}}:root{--background-primary:#121212;--background-secondary:#1e1e1e;--background-tertiary:#ffffff1a;--accent-primary:#db0c0c;--accent-secondary:#b71c1c;--text-primary:#f1f1f1;--text-secondary:#b0b0b0;--border-color:#333;--border-radius:15px;--transition:all .3s ease}html{scroll-behavior:smooth;font-size:15px}body{overflow-x:hidden}main.character-page{min-height:70vh}h1,h2,h3,h4,h5,h6{margin-bottom:.6rem;font-weight:600;line-height:1.25}p{margin-bottom:.8rem}a{color:var(--accent-primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--accent-secondary);text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1250px;margin:0 auto;padding:0 1.2rem}.loading-skeleton{width:100%;padding:1rem 0}.skeleton-header{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;display:flex}.skeleton-image{background:var(--background-secondary);border-radius:var(--border-radius);flex-shrink:0;width:180px;height:240px;margin:0}.skeleton-info{text-align:center;flex:1;width:100%}.skeleton-title{background:var(--background-secondary);border-radius:var(--border-radius);width:55%;height:2rem;margin:0 auto 1rem}.skeleton-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.skeleton-tag{background:var(--background-secondary);border-radius:15px;width:70px;height:1.5rem}.skeleton-overview{flex-direction:column;gap:.5rem;width:100%;margin:1rem 0;display:flex}.skeleton-stats{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.8rem;width:100%;margin-top:1rem;display:grid}.skeleton-stat{background:var(--background-secondary);border-radius:var(--border-radius);height:3rem}.skeleton-player{background:var(--background-secondary);border-radius:var(--border-radius);width:100%;height:42px;margin-top:1rem}.skeleton-tabs{-ms-overflow-style:none;scrollbar-width:none;gap:.8rem;width:100%;margin-bottom:1.5rem;display:flex;overflow-x:auto}.skeleton-tabs::-webkit-scrollbar{display:none}.skeleton-tab{background:var(--background-secondary);border-radius:var(--border-radius);flex-shrink:0;width:80px;height:2.5rem}.skeleton-content{flex-direction:column;gap:.8rem;width:100%;display:flex}.skeleton-text{background:var(--background-secondary);border-radius:var(--border-radius);height:1rem}.skeleton-text:first-child{width:100%}.skeleton-text:nth-child(2){width:90%}.skeleton-text:nth-child(3){width:80%}.character-page{padding-top:7rem}.character-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.character-image{object-fit:cover;object-position:center top;width:100%;height:100%}.character-info{text-align:center;flex:1}.character-name{margin-bottom:.8rem;font-size:1.8rem}.character-info-content a{color:var(--accent-primary);transition:var(--transition);border-bottom:1px dashed #db0c0c66;font-weight:500;text-decoration:none}.character-info-content a:hover{color:var(--text-primary);background-color:#db0c0c1a}.character-info-content{word-wrap:break-word;white-space:pre-wrap;-webkit-hyphens:auto;hyphens:auto}.character-info-content>:last-child{margin-bottom:0}.character-info-content ul,.character-info-content ol{margin:0 0 .8rem;padding-left:1.2rem}.character-info-content blockquote{border-left:2px solid var(--border-color);color:var(--text-secondary);margin:0 0 .8rem;padding-left:1rem}.tags{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.tag{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);color:var(--text-primary);border:1px solid var(--border-color);border-radius:12px;padding:.3rem .8rem;font-size:.8rem}.overview-text{color:var(--text-secondary);margin:1rem 0;line-height:1.6}.character-tabs{border-bottom:1px solid var(--background-tertiary);-webkit-tap-highlight-color:transparent;-ms-overflow-style:none;scrollbar-width:none;margin-bottom:1.5rem;display:flex;position:relative;overflow-x:hidden}.character-tabs::-webkit-scrollbar{display:none}.tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:var(--transition);background:0 0;border:none;padding:.8rem 1.2rem;font-size:.95rem;font-weight:500;position:relative}.tab:hover{color:var(--text-primary)}.tab.active{color:var(--accent-primary)}.tab-indicator{background-color:var(--accent-primary);will-change:left, width;border-radius:0;height:3px;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-1px}.tab-content{padding:.5rem 0;display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tab-content.active{display:block}.tab-content p{word-wrap:break-word;white-space:pre-wrap;-webkit-hyphens:auto;hyphens:auto}.stats{flex-wrap:wrap;justify-content:flex-start;gap:.8rem;margin-top:1rem;display:flex}.stat{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);border-radius:var(--border-radius);border:1px solid var(--border-color);min-width:240px;max-width:240px;padding:.4rem .4rem .4rem 11px;font-size:.9rem}.stat span{margin-right:.3rem}.stat strong{font-weight:400}.stat-label{color:var(--text-secondary);font-size:.85rem;display:block}.perks-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.2rem;margin-top:1rem;display:grid}.perk-card{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);border-radius:var(--border-radius);border:1px solid var(--border-color);flex-direction:column;padding:15px;display:flex;overflow:visible}.perk-card img{object-fit:contain;width:70px;height:70px;margin:0 auto 10px;display:block}.perk-card .perk-info{padding:0 10px}.perk-card h3{text-align:center;margin:10px 0 5px;font-size:1.1rem}.perk-card .tier{color:var(--accent-primary);text-align:center;margin-bottom:10px;font-size:.85rem}.perk-card .description{color:var(--text-secondary);white-space:pre-line;margin-bottom:10px;font-size:.9rem;line-height:1.5}.perk-levels{vertical-align:inherit;margin:0;display:inline}.perk-level{letter-spacing:.01em;font-weight:700;line-height:inherit;display:inline}.perk-level:not(:last-child):after{content:"/";color:var(--text-muted);margin:0 .25rem;font-weight:400}.perk-level--1{color:#6aae5d}.perk-level--2{color:#4f78ae}.perk-level--3{color:#9250aa}.perk-level-suffix{color:var(--text-secondary);line-height:inherit;display:inline}.status-effect{--status-effect-color:#9250aa;--status-effect-hover:#ab70c1;--status-effect-decoration:#9250aa66;--status-effect-decoration-hover:#ab70c1a6;color:inherit;cursor:help;outline:none;display:inline;position:relative}.status-effect--haste{--status-effect-color:#58bfb3;--status-effect-hover:#7edbd1;--status-effect-decoration:#58bfb366;--status-effect-decoration-hover:#7edbd1a6}.status-effect--exhaustion{--status-effect-color:#d1904f;--status-effect-hover:#e6ac72;--status-effect-decoration:#d1904f66;--status-effect-decoration-hover:#e6ac72a6}.status-effect-quote{color:inherit}.status-effect-term{color:var(--status-effect-color);text-decoration:underline;-webkit-text-decoration-color:var(--status-effect-decoration);text-decoration-color:var(--status-effect-decoration);text-underline-offset:.12em;font-weight:700;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.status-effect-tooltip{border:1px solid var(--border-color);border-top:2px solid var(--status-effect-color);width:min(320px,100vw - 48px);color:var(--text-primary);opacity:0;visibility:hidden;pointer-events:none;white-space:normal;z-index:30;background:linear-gradient(135deg,#1e1e1efa 0%,#22182afa 100%);border-radius:14px;flex-direction:column;gap:.2rem;padding:.85rem 1rem .95rem;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,8px);box-shadow:0 18px 36px #00000073}.status-effect-tooltip:before{content:"";border-top:1px solid var(--border-color);border-left:1px solid var(--border-color);background:#1f1825fa;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.status-effect:hover .status-effect-term,.status-effect:focus-visible .status-effect-term{color:var(--status-effect-hover);-webkit-text-decoration-color:var(--status-effect-decoration-hover);text-decoration-color:var(--status-effect-decoration-hover)}.status-effect:hover .status-effect-tooltip,.status-effect:focus-visible .status-effect-tooltip{opacity:1;visibility:visible;transform:translate(-50%)}.status-effect-tooltip-title{color:var(--status-effect-color);letter-spacing:.04em;text-transform:uppercase;font-size:1rem;font-weight:800;line-height:1.1}.status-effect-tooltip-category{color:var(--text-secondary);font-size:.8rem;line-height:1.2}.status-effect-tooltip-description{color:var(--text-primary);margin-top:.15rem;font-size:.92rem;line-height:1.45}.perk-card .quote{border-left:2px solid var(--accent-secondary);margin-top:.8rem;padding:.4rem 0 .4rem .8rem;font-size:.85rem;font-style:italic}.power-container{margin-top:1rem}.power-card{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:15px;position:relative}.power-header{border-bottom:1px solid var(--border-color);flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:.6rem;padding-bottom:.6rem;display:flex}.power-icon-tier{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.8rem;display:flex}.power-icon{object-fit:contain;border:1px solid var(--border-color);background:#0006;border-radius:12px;width:70px;height:70px;padding:8px}.power-title{flex:1;min-width:0}.power-title h3{margin:0;font-size:1.3rem;font-weight:600;line-height:1.3}.power-weapon{border-left:2px solid var(--accent-secondary);margin-top:.8rem;padding:.4rem 0 .4rem .8rem;font-size:.85rem;font-style:italic}.power-description{color:var(--text-secondary);word-wrap:break-word;white-space:pre-wrap;-webkit-hyphens:auto;hyphens:auto;padding-bottom:10px;font-size:.9rem;line-height:1.5}.power-description strong{color:var(--text-primary);margin:.2rem 0;display:inline-block}.character-image-container{border-radius:var(--border-radius);background:#161616;width:180px;height:240px;margin:0 auto;display:inline-block;position:relative;overflow:hidden}.character-tier{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;color:#fff;text-shadow:0 1px 3px #000c;background:#000c;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:.8rem;font-weight:900;line-height:23px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0009}.character-tier.tier-s{background:linear-gradient(135deg,#7a4fa8 0%,#5a2d8c 100%);border-color:#8b65b5;box-shadow:0 0 15px #7a4fa8b3,0 2px 8px #0009}.character-tier.tier-a{background:linear-gradient(135deg,#d84343 0%,#a82a2a 100%);border-color:#e57373;box-shadow:0 0 12px #d8434399,0 2px 8px #0009}.character-tier.tier-b{background:linear-gradient(135deg,#e67c22 0%,#bf5a0f 100%);border-color:#f0a35c;box-shadow:0 0 10px #e67c2280,0 2px 8px #0009}.character-tier.tier-c{background:linear-gradient(135deg,#f9a825 0%,#d18900 100%);border-color:#fbc02d;box-shadow:0 0 8px #f9a82580,0 2px 8px #0009}.character-tier.tier-d{background:linear-gradient(135deg,#4caf50 0%,#2e7d32 100%);border-color:#66bb6a;box-shadow:0 0 6px #4caf5080,0 2px 8px #0009}.character-tier.tier-f{background:linear-gradient(135deg,#0288d1 0%,#01579b 100%);border-color:#039be5;box-shadow:0 0 4px #0288d180,0 2px 8px #0009}.character-tier.tier-unknown{background:linear-gradient(135deg,#424242 0%,#2a2a2a 100%);border-color:#616161;box-shadow:0 2px 8px #0009}.loading-container,.error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:1.5rem;display:flex}.loading-spinner{border:3px solid var(--background-tertiary);border-top:3px solid var(--accent-primary);border-radius:50%;width:40px;height:40px;margin-bottom:1.2rem;animation:1s linear infinite spin}.error-icon{color:var(--accent-primary);margin-bottom:1.2rem;font-size:2.5rem}.error-message{max-width:500px;margin-bottom:1.2rem;font-size:.95rem}.footer{background-color:var(--background-secondary);border-top:1px solid var(--background-tertiary);margin-top:2rem;padding:1.5rem 0;font-size:.9rem}#contact-info{background-color:#1e1e1e;border-top:1px solid #ffffff1a;margin-top:45px;padding:20px}#contact-info .contact-wrapper{max-width:1000px;margin:0 auto}#contact-info .contact-inner{flex-direction:column;gap:20px;display:flex}#contact-info .info-card{background-color:#1e1e1eb3;border-radius:15px;padding:20px;box-shadow:0 4px 15px #0006}#contact-info .info-card-content{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}#contact-info .contact-list-section{flex:1;min-width:200px}#contact-info h3{color:#fff;align-items:center;margin-bottom:17px;font-size:16px;font-weight:700;display:flex}#contact-info .contact-icon{margin-right:10px}#contact-info ul{margin:0;padding:0;list-style-type:none}#contact-info li{align-items:center;margin-bottom:12px;font-size:14px;display:flex}#contact-info li svg{margin-right:10px}#contact-info li a{color:inherit;text-decoration:none}#contact-info .buttons-section{flex-direction:column;flex:1;justify-content:center;gap:10px;min-width:200px;display:flex}#contact-info .footer-btn{color:#fff;text-align:center;-webkit-tap-highlight-color:transparent;background-color:#282828cc;border-radius:15px;padding:10px 15px;font-size:14px;text-decoration:none;transition:background-color .3s;display:inline-block}#contact-info .footer-btn:hover{background-color:#3c3c3ccc}#contact-info .copyright-text{text-align:center;color:#aaa;margin:0 0 75px;font-size:12px}.audio-player{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);border-radius:var(--border-radius);border:1px solid var(--border-color);flex-direction:row;align-items:center;gap:.8rem;height:auto;min-height:42px;margin-top:1rem;padding:.4rem .8rem;display:flex}.player-btn{color:var(--text-primary);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.player-btn:hover{color:var(--accent-primary);transform:scale(1.1)}.progress-wrapper{flex:1;align-items:center;gap:.6rem;display:flex}#current-time,#duration{color:var(--text-secondary);text-align:center;font-variant-numeric:tabular-nums;min-width:35px;font-size:.8rem}.volume-wrapper{align-items:center;gap:.5rem;display:flex}input[type=range]{-webkit-appearance:none;cursor:pointer;background:#ffffff1a;border-radius:5px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--text-primary);cursor:pointer;border-radius:50%;width:12px;height:12px;margin-top:-4px;transition:background .2s;box-shadow:0 0 5px #00000080}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:#ffffff1a;border-radius:5px;width:100%;height:4px}input[type=range]:hover::-webkit-slider-thumb{background:var(--accent-primary);transform:scale(1.2)}.volume-slider{width:60px}@media (width>=768px){.skeleton-header{flex-direction:row;align-items:flex-start;gap:1.5rem}.skeleton-image{width:160px;height:240px;margin:0}.skeleton-info{text-align:left}.skeleton-title{margin:0 0 1rem}.skeleton-tags{justify-content:flex-start}.character-header{flex-direction:row;align-items:stretch;gap:1.5rem}.character-image{object-fit:cover;max-width:160px;height:100%;margin:0}.character-info{text-align:left}.tags{justify-content:flex-start}.character-image-container{width:160px;margin:0;display:flex}#contact-info .info-card-content{flex-direction:row;align-items:center}#contact-info ul{margin-bottom:0}#contact-info .copyright-text{margin-bottom:0!important}}@media (width<=768px){.character-header{align-items:center}.character-tabs{justify-content:flex-start}.stat{flex:calc(50% - .4rem);min-width:calc(50% - .4rem);max-width:calc(50% - .4rem)}.perks-grid{grid-template-columns:1fr}#contact-info .info-card-content{flex-direction:column;align-items:stretch}}@media (width<=480px){html{font-size:14px}.tab{padding:.7rem .9rem;font-size:.85rem}.character-name{font-size:1.6rem}.perk-card{max-width:100%;padding:12px}.perk-card img{width:60px;height:60px}.power-header{text-align:center;flex-direction:column;gap:1rem}.power-icon-tier{flex-direction:row;justify-content:center;gap:1rem}.power-icon{width:60px;height:60px}.power-title h3{font-size:1.3rem}.volume-slider{width:60px}.volume-wrapper{display:none!important}.audio-player{padding:.6rem}.progress-wrapper{width:100%;margin-top:0}}:root{--pd-red:#db0c0c;--pd-red-glow:#db0c0c59;--pd-red-dim:#db0c0c1f;--pd-surface:#121212;--pd-surface-2:#1e1e1e;--pd-surface-3:#2a2a2a;--pd-border:#ffffff12;--pd-border-hover:#ffffff2e;--pd-text:#f2f2f2;--pd-text-muted:#888;--pd-text-dim:#555;--pd-radius-xl:20px;--pd-radius-lg:18px;--pd-radius-md:10px;--pd-radius-sm:7px;--pd-transition:cubic-bezier(.4, 0, .2, 1);--pd-font-display:"Syne", "Trebuchet MS", "Segoe UI", sans-serif;--pd-font-body:"Figtree", "Segoe UI", sans-serif}.product-details-page{font-family:var(--pd-font-body);padding-top:5rem}#product-details{min-height:99vh}.pd-skeleton-card-content{flex-direction:column;flex:1;justify-content:flex-start;padding-top:4px;display:flex}.pd-skeleton-line{background:#1e1e1e;border-radius:6px;flex-shrink:0;height:.85rem;margin-bottom:.7rem}.shimmer:after{content:"";animation:shimmer var(--skeleton-shimmer-duration) infinite;background:linear-gradient(105deg,#0000 40%,#ffffff0f 50%,#0000 60%);position:absolute;inset:0}.pd-scroll-container{flex-direction:column;gap:0;width:100%;max-width:100%;margin:0;padding:0;display:flex}.pd-image-container{background-color:#1a1a1a;flex-shrink:0;align-self:flex-start;width:100%;height:56vw;min-height:240px;max-height:460px;position:relative;overflow:hidden}.pd-image-container--loading{background:linear-gradient(#1c1c1c 0%,#161616 100%)}.pd-image-skeleton{z-index:1;pointer-events:none;background:linear-gradient(90deg,#202020 0%,#292929 50%,#202020 100%);position:absolute;inset:0;overflow:hidden}.pd-image-skeleton:after{content:"";animation:pd-image-skeleton-shimmer var(--skeleton-shimmer-duration,1.5s) infinite;background:linear-gradient(105deg,#0000 40%,#ffffff24 50%,#0000 60%);position:absolute;inset:0;transform:translate(-100%)}@keyframes pd-image-skeleton-shimmer{to{transform:translate(100%)}}#pd-image{object-fit:cover;opacity:0;z-index:2;width:100%;height:100%;transition:opacity .6s;position:relative}.pd-steam-btn{z-index:10;position:absolute;top:14px;right:14px}.pd-steam-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background-color:#0a0a0ab3;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:flex}.pd-steam-link:hover{color:#fff;background:#1e1e1ee6;border-color:#ffffff4d}.pd-card{z-index:5;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.pd-card--loading .pd-card-inner{justify-content:flex-start}.pd-card-inner{flex-direction:column;height:100%;padding:20px 20px 0;display:flex;overflow:hidden}.pd-message{border-radius:var(--pd-radius-md);color:var(--pd-text);background:#1e1e1ef0;border:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;margin:-6px 0 14px;padding:10px 12px;font-size:13px;line-height:1.35;display:flex}.pd-message--error{color:#ffd1d1;background:#460e0eb8;border-color:#db0c0c59}.pd-message button{color:currentColor;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;line-height:1;display:inline-flex}.pd-header{border-bottom:1px solid var(--pd-border);flex-shrink:0;justify-content:space-between;align-items:stretch;margin-bottom:18px;display:flex}.pd-tabs{opacity:0;flex:1;justify-content:flex-start;align-self:stretch;align-items:center;gap:20px;min-height:44px;transition:opacity .4s;display:flex;position:relative}.pd-tabs.visible{opacity:1}.pd-tabs-skeleton{gap:20px}.pd-tab-skeleton{background:#ffffff14;border-radius:999px;flex-shrink:0;align-self:center;height:16px}.pd-tab{color:var(--pd-text-muted);min-height:44px;font-size:15px;font-weight:700;font-family:var(--pd-font-body);letter-spacing:.03em;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;padding:0;line-height:1;transition:color .25s;display:inline-flex;position:relative}.pd-tab.active{color:var(--pd-text)}.pd-tab:not(.active):hover{color:#bbb}.pd-tab-indicator{background:var(--pd-red);height:2px;transition:left .3s var(--pd-transition), width .3s var(--pd-transition);opacity:0;box-shadow:0 0 10px var(--pd-red-glow);border-radius:2px 2px 0 0;position:absolute;bottom:-1px;left:0}.pd-back-btn{background:var(--pd-surface-2);border:1px solid var(--pd-border);cursor:pointer;-webkit-tap-highlight-color:transparent;width:32px;height:32px;color:var(--pd-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;padding:0;transition:background .2s,border-color .2s;display:flex}.pd-back-btn:hover{background:var(--pd-surface-3);border-color:var(--pd-border-hover);color:var(--pd-text)}.pd-animate{opacity:0;transition:opacity .45s,transform .45s;transform:translateY(12px)}.pd-animate.visible{opacity:1;transform:translateY(0)}.pd-scrollable{flex-direction:column;flex:1;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.pd-scrollable--loading{justify-content:flex-start}.pd-tab-pane{flex-direction:column;flex:1;min-height:0;display:none;overflow:hidden}.pd-tab-pane.active{display:flex}.pd-tab-pane--loading{justify-content:flex-start}.pd-skeleton-tags{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.pd-skeleton-pill{background:#1e1e1e;border-radius:999px;height:28px}.pd-tags{flex-wrap:wrap;flex-shrink:0;gap:8px;margin-bottom:10px;display:flex}.pd-tag{background-color:var(--pd-surface-2);border:1px solid var(--pd-border);color:var(--pd-text);border-radius:16px;align-items:center;padding:4px 12px;font-size:13px;font-weight:700;display:inline-flex}.pd-legendary{color:#fff;background:linear-gradient(135deg,red,#ffae00);border-radius:16px;flex-shrink:0;margin-bottom:10px;margin-right:0;padding:4px 12px;font-size:13px;font-weight:700;display:block}.pd-title{font-family:var(--pd-font-display);font-size-adjust:.56;letter-spacing:-.02em;color:var(--pd-text);flex-shrink:0;margin-bottom:6px;padding-bottom:3px;font-size:1.65rem;font-weight:700;line-height:1.2;overflow:visible}.pd-category{letter-spacing:.1em;text-transform:uppercase;color:var(--pd-red);flex-shrink:0;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.pd-category:before{content:"";background:var(--pd-red);width:16px;height:2px;box-shadow:0 0 8px var(--pd-red-glow);border-radius:2px;flex-shrink:0;display:inline-block}.pd-price{color:var(--pd-text);flex-shrink:0;align-items:center;gap:8px;margin-bottom:16px;font-size:17px;font-weight:700;display:flex}.pd-price:before{content:"";background:var(--pd-text);border-radius:2px;flex-shrink:0;width:16px;height:2px;display:inline-block}.pd-discount-badge{background:var(--pd-red);color:#fff;box-shadow:0 2px 8px var(--pd-red-glow);border-radius:10px;padding:2px 7px;font-size:13px;font-weight:700}.pd-price>span[style*=line-through]{font-size:.85rem;text-decoration:line-through;color:var(--pd-text-dim)!important}.pd-description{color:var(--pd-text-muted);white-space:pre-line;border-left:2px solid var(--pd-surface-3);scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;max-height:190px;padding-bottom:.5rem;padding-left:14px;font-size:.875rem;line-height:1.7;overflow-y:auto}.pd-description::-webkit-scrollbar{width:4px}.pd-description::-webkit-scrollbar-track{background:0 0}.pd-description::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:20px}.pd-characters-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));align-content:start;gap:10px;min-height:0;padding-top:4px;display:grid;overflow-y:auto}.pd-char-card{background:var(--pd-surface-2);border-radius:var(--pd-radius-lg);border:1px solid var(--pd-border);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;gap:8px;padding:14px;transition:border-color .25s;display:flex;position:relative;overflow:hidden}.pd-char-card:hover{border-color:var(--pd-border-hover)}.pd-char-killer:hover{border-color:#ff444440}.pd-char-survivor:hover{border-color:#44aaff40}.pd-char-card-header{align-items:center;gap:10px;display:flex}.pd-char-icon{object-fit:cover;border:2px solid;border-radius:50%;flex-shrink:0;width:42px;height:42px}.pd-char-killer .pd-char-icon{border-color:#f44;box-shadow:0 0 10px #ff44444d}.pd-char-survivor .pd-char-icon{border-color:#4af;box-shadow:0 0 10px #44aaff4d}.pd-char-badge{letter-spacing:.07em;text-transform:uppercase;border-radius:20px;padding:3px 8px;font-size:9px;font-weight:700}.pd-char-badge.killer{color:#ff7070;background:#ff444426;border:1px solid #f443}.pd-char-badge.survivor{color:#70b8ff;background:#44aaff26;border:1px solid #4af3}.pd-char-name{color:var(--pd-text);letter-spacing:-.01em;font-size:1rem;font-weight:700}.pd-char-desc{color:var(--pd-text-dim);font-size:.78rem;line-height:1.3}.pd-char-hover{opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.pd-char-killer .pd-char-hover{background:radial-gradient(at 0 0,#ff444414 0%,#0000 70%)}.pd-char-survivor .pd-char-hover{background:radial-gradient(at 0 0,#44aaff14 0%,#0000 70%)}.pd-char-card:hover .pd-char-hover{opacity:1}.pd-footer{z-index:10;flex-shrink:0;padding:14px 0 22px;position:relative}.pd-footer--loading{display:none}.pd-divider{background:var(--pd-border);border:none;height:1px;margin:0 0 14px}.pd-help{text-align:center;color:var(--pd-text-dim);margin-bottom:14px;font-size:12px;line-height:1.5}.pd-help p{margin:0}.pd-help-link{color:var(--pd-red);font-weight:600;text-decoration:none;transition:opacity .2s}.pd-help-link:hover{opacity:.75}.pd-buttons{--pd-button-gap:10px;gap:var(--pd-button-gap);display:flex}.pd-btn{flex:0 0 calc((100% - var(--pd-button-gap)) / 2);width:calc((100% - var(--pd-button-gap)) / 2);box-sizing:border-box;border-radius:var(--pd-radius-lg);min-width:0;font-family:var(--pd-font-body);letter-spacing:.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;color:#fff;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:15px 18px;font-size:.99rem;font-weight:600;transition:transform .15s,box-shadow .25s,background .25s;display:flex;position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.pd-btn:active{transform:scale(.97)}.pd-btn-primary{background:var(--pd-red);box-shadow:0 4px 20px var(--pd-red-glow)}.pd-btn-primary:hover{background:#c50b0b;box-shadow:0 6px 28px #db0c0c80}.pd-btn-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.pd-btn-secondary{background:var(--pd-surface-2);border:1px solid var(--pd-border);color:var(--pd-text)}.pd-btn-secondary:hover{background:var(--pd-surface-3);border-color:var(--pd-border-hover)}.pd-btn:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:130%;height:100%;position:absolute;top:0;left:-130%;transform:skew(-18deg)}.pd-btn.clicked:after{animation:1s pdShine}@keyframes pdShine{0%{left:-130%}to{left:130%}}.pd-btn.in-cart{background:var(--pd-surface-2);color:var(--pd-text-dim);border:1px solid var(--pd-border);cursor:default;pointer-events:none;box-shadow:none}@media (width<=1023px){.pd-buttons{--pd-button-gap:6px;z-index:100;gap:var(--pd-button-gap);-webkit-backdrop-filter:blur(14px);background:#121212d9;border:1px solid #ffffff14;border-radius:25px;width:calc(100% - 40px);max-width:430px;padding:6px;display:flex;position:fixed;bottom:88px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #00000080}.pd-btn.in-cart,.pd-btn-secondary{border:none}.pd-help{margin-bottom:0}}.pd-footer.pd-animate{opacity:0;transform:none}.pd-footer.pd-animate.visible{opacity:1;transform:none}@media (width>=1024px){.product-details-page{padding-top:7rem}.pd-scroll-container{flex-direction:row;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;padding:0 2rem 3rem}.pd-image-container{width:520px;height:600px;max-height:600px;min-height:unset;border-radius:var(--pd-radius-xl);flex-shrink:0;position:sticky;top:6rem}.pd-card{border-radius:var(--pd-radius-xl);border:1px solid var(--pd-border);flex:1;height:800px;max-height:800px;margin-top:0;overflow:hidden;box-shadow:0 20px 60px #0006}.pd-card--loading{align-self:flex-start}.pd-card-inner{height:100%;padding:28px 28px 0}.pd-card--loading .pd-card-inner{padding-top:28px}.pd-card--loading .pd-scrollable{flex:0 auto}.pd-card--loading .pd-skeleton-card-content{padding-top:0}.pd-title{font-size:2rem}.pd-characters-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pd-char-icon{width:46px;height:46px}.pd-description{flex:1;min-height:0;max-height:none}}@media (width<=400px){.pd-title{font-size:1.35rem}.pd-tabs,.pd-header{min-height:40px}.pd-tabs-skeleton{gap:16px}.pd-tab-skeleton{height:11px}.pd-tab{min-height:40px;font-size:11px}.pd-tab:first-child{padding-left:0}.pd-btn{padding:13px 12px;font-size:.82rem}}.profile-page{max-width:680px;min-height:70vh;margin:0 auto;padding:7rem 20px 100px}.shimmer{animation:profile-shimmer var(--skeleton-shimmer-duration) infinite;background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1a 50%,#ffffff0a 100%) 0 0/200% 100%}@keyframes profile-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-skeleton{flex-direction:column;gap:12px;display:flex}.profile-skel-card,.profile-skel-hero{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:20px;overflow:hidden}.profile-skeleton--profile{gap:16px}.profile-skel-cover{background:radial-gradient(at 50% 120%,#db0c0c29 0%,#0000 65%),linear-gradient(135deg,#1a1a1a 0%,#2a1a1a 100%);height:155px}.profile-skel-hero-inner{padding:0 20px 20px;position:relative}.profile-skel-avatar{border:3px solid #1e1e1e;border-radius:50%;width:100px;height:100px;margin-top:-52px;margin-bottom:12px}.profile-skel-hero-info{flex-direction:column;gap:8px;display:flex}.profile-skel-name-row{align-items:center;gap:8px;display:flex}.profile-skel-name{border-radius:12px;width:160px;max-width:calc(100% - 32px);height:24px}.profile-skel-badge{border-radius:50%;flex-shrink:0;width:18px;height:18px}.profile-skel-meta{border-radius:8px;width:120px;height:12px}.profile-skel-group{flex-direction:column;gap:6px;display:flex}.profile-skel-group-label{border-radius:7px;width:82px;height:10px;margin-left:12px}.profile-skel-card--rows{overflow:hidden}.profile-skel-row{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.profile-skel-row+.profile-skel-row{border-top:1px solid #ffffff0a}.profile-skel-row-copy{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.profile-skel-row-title{border-radius:8px;width:126px;height:14px}.profile-skel-row-text{border-radius:7px;width:178px;max-width:85%;height:11px}.profile-skel-row-action{border-radius:10px;flex-shrink:0;width:82px;height:34px}.profile-skel-row-action--danger{width:92px}.profile-skel-row-switch{border-radius:13px;flex-shrink:0;width:44px;height:26px}.profile-hero{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:20px;margin-bottom:12px;position:relative;overflow:visible}.profile-cover{background:radial-gradient(at 50% 120%,#db0c0c2e 0%,#0000 65%),linear-gradient(135deg,#1a1a1a 0%,#2a1a1a 100%);border-radius:18px 18px 0 0;flex-shrink:0;height:155px;position:relative;overflow:hidden}.profile-cover-img{object-fit:cover;width:100%;height:100%;display:block}.profile-cover-actions{z-index:2;align-items:center;gap:5px;display:flex;position:absolute;bottom:8px;right:10px}.profile-cover-edit-btn,.profile-cover-delete-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;appearance:none;box-shadow:none;background:#1e1e1e;border-radius:9999px;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:flex}.profile-cover-edit-btn{color:#ffffffbf;border:1px solid #2a2a2a;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;line-height:1}.profile-cover-edit-btn:hover{color:#fff;background:#262626}.profile-cover-delete-btn{color:var(--accent-color);border:1px solid #db0c0c33;padding:7px 10px;line-height:1}.profile-cover-delete-btn:hover{background:#db0c0c38}.profile-hero-inner{border-radius:0 0 18px 18px;padding:0 20px 20px;position:relative}.profile-avatar-wrap{z-index:2;flex-shrink:0;margin-top:-52px;margin-bottom:10px;display:inline-block;position:relative}.profile-avatar{background:#2a2a2a;border:3px solid #1e1e1e;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden}.profile-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-avatar-initials{color:#fff;letter-spacing:-.5px;text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:36px;font-weight:700}.profile-hero-info{flex-direction:column;gap:0;padding-top:0;display:flex}.profile-name-row{align-items:center;gap:8px;line-height:1;display:flex}.profile-username{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:200px;margin:0;font-size:20px;font-weight:700;line-height:1;overflow:hidden}.profile-edit-name-btn{color:#ffffff59;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;line-height:1;transition:color .2s;display:flex}.profile-edit-name-btn:hover{color:#ffffffbf}.profile-member-since{color:#666;font-size:12.5px}.profile-handle{color:#ffffff7a;margin-top:4px;font-size:14px;line-height:1.25}.profile-since{color:#ffffff6b;margin-top:8px;font-size:14px;line-height:1.25}.profile-member-email-row{align-items:center;gap:5px;display:flex}.profile-member-email{color:#444;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.profile-email-eye{cursor:pointer;color:#555;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;line-height:1;transition:color .2s;display:flex}.profile-email-eye:hover{color:#fff9}.profile-email-settings-row{flex-shrink:0;align-items:center;gap:6px;display:flex}.profile-follow-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:var(--accent-color);color:#fff;border:1px solid #0000;border-radius:20px;flex-shrink:0;padding:6px 18px;font-size:13px;font-weight:700;transition:background .2s,color .2s,border-color .2s}.profile-follow-btn--corner{z-index:3;position:absolute;top:16px;right:16px}.profile-follow-btn:hover{background:#ff2020}.profile-follow-btn.following{color:#fff9;background:#ffffff12;border-color:#ffffff24}.profile-follow-btn.following:hover{color:var(--accent-color);background:#db0c0c24;border-color:#db0c0c47}.profile-follow-btn:disabled{opacity:.55;cursor:not-allowed}.profile-inline-editor{border-top:1px solid #ffffff0a;flex-direction:column;gap:10px;padding:12px 16px 14px;animation:.22s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-name-input{color:#fff;box-sizing:border-box;background:#121212;border:1px solid #333;border-radius:12px;outline:none;width:100%;padding:10px 14px;font-size:15px;transition:border-color .2s}.profile-name-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #db0c0c2e}.profile-handle-input-wrap{width:100%;position:relative}.profile-handle-input-prefix{color:#ffffff8c;pointer-events:none;z-index:1;align-items:center;font-family:inherit;font-size:15px;font-weight:400;line-height:1.2;display:flex;position:absolute;top:1px;bottom:1px;left:14px;transform:none}.profile-handle-input{padding-left:31px}.profile-inline-editor-btns{justify-content:flex-end;gap:8px;display:flex}.profile-message{color:#ffffffdb;transform-origin:top;background:#1e1e1e;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 12px;padding:11px 13px;font-size:13px;line-height:1.35;animation:.22s both profileMessageIn;display:flex}.profile-message--error{color:#ffd1d1;background:#460e0eb8;border-color:#db0c0c59}.profile-message button{color:currentColor;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;line-height:1;display:inline-flex}.profile-confirm{z-index:2000;-webkit-backdrop-filter:blur(8px);background:#0000008f;justify-content:center;align-items:center;padding:20px;animation:.18s both profileConfirmBackdropIn;display:flex;position:fixed;inset:0}.profile-confirm-card{background:#1e1e1e;border:1px solid #ffffff1a;border-radius:18px;width:min(100%,360px);padding:18px;animation:.22s cubic-bezier(.2,.8,.2,1) both profileConfirmCardIn;box-shadow:0 20px 60px #00000080}@keyframes profileMessageIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes profileConfirmBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes profileConfirmCardIn{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-confirm-card h2{color:#fff;margin:0 0 8px;font-size:18px;line-height:1.25}.profile-confirm-card p{color:#ffffff94;margin:0;font-size:13px;line-height:1.45}.profile-confirm-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.profile-name-save,.profile-name-cancel{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;padding:8px 18px;font-size:13.5px;font-weight:600;transition:all .2s}.profile-name-save{background:var(--accent-color);color:#fff}.profile-name-save:hover{background:#ff2020}.profile-name-save:disabled{opacity:.6;cursor:not-allowed}.profile-name-save--danger{background:var(--accent-color)}.profile-name-cancel{color:#ffffffb3;background:#2a2a2a}.profile-name-cancel:hover{background:#333}.profile-settings-list{flex-direction:column;gap:16px;display:flex}.profile-settings-group{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:20px;overflow:visible}.profile-settings-group>:first-child{border-radius:20px 20px 0 0;overflow:hidden}.profile-settings-group>:last-child{border-radius:0 0 20px 20px;overflow:hidden}.profile-settings-group>:only-child{border-radius:20px;overflow:hidden}.profile-settings-group-label{color:#555;text-transform:uppercase;letter-spacing:.8px;padding:12px 16px 6px;font-size:11.5px;font-weight:700}.profile-settings-item{justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.profile-settings-item+.profile-settings-item,.profile-inline-editor+.profile-settings-item{border-top:1px solid #ffffff0a}.profile-settings-item.no-action .profile-settings-item-desc{text-align:right;color:#fff6;flex-shrink:0;font-size:13px}.profile-settings-item-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.profile-settings-item-title{color:#fff;font-size:14.5px;font-weight:500}.profile-settings-item-desc{color:#555;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.profile-settings-action{color:#ffffffbf;cursor:pointer;-webkit-tap-highlight-color:transparent;appearance:none;background:#ffffff12;border:1px solid #ffffff14;border-radius:9999px;flex-shrink:0;padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.profile-settings-action:hover{color:#fff;background:#ffffff1f}.profile-settings-action.is-active{color:#fff;background:#ffffff1f;border-color:#ffffff1f}.profile-settings-action.danger{color:var(--accent-color);background:#db0c0c1f;border-color:#db0c0c33}.profile-settings-action.danger:hover{background:#db0c0c38}.profile-auth{flex-direction:column;gap:16px;display:flex}.profile-auth-header{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:28px 20px 8px;display:flex}.profile-auth-icon{width:56px;height:56px;color:var(--accent-color);background:#db0c0c1f;border:1px solid #db0c0c33;border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.profile-auth-title{color:#fff;margin:0;font-size:20px;font-weight:700}.profile-auth-subtitle{color:#666;margin:0;font-size:13px}.profile-auth-tabs-wrap{padding:0 2px}.profile-auth-tabs{box-sizing:border-box;background:#1e1e1e;border:1px solid #2a2a2a;border-radius:16px;grid-template-columns:1fr 1fr;padding:4px;display:grid;position:relative}.profile-auth-tab{color:#fff6;cursor:pointer;z-index:1;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;width:100%;padding:9px 0;font-size:13.5px;font-weight:600;transition:color .25s;position:relative}.profile-auth-tab.active{color:#fff}.profile-auth-tab-indicator{pointer-events:none;background:#ffffff14;border-radius:12px;width:0;height:calc(100% - 8px);transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:0}.profile-auth-pane{animation:.25s fadeInPane}.profile-auth-form{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:20px;flex-direction:column;gap:12px;padding:20px 16px;display:flex}.profile-auth-field{flex-direction:column;gap:6px;display:flex}.profile-auth-label{color:#666;letter-spacing:.3px;text-transform:uppercase;font-size:12px;font-weight:600}.profile-auth-error{color:#f44;text-align:center;min-height:16px;font-size:13px}.profile-auth-submit{background:var(--accent-color);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;width:100%;margin-top:4px;padding:12px;font-size:15px;font-weight:700;transition:background .2s,transform .1s}.profile-auth-submit:hover{background:#ff2020}.profile-auth-submit:active{transform:scale(.98)}.profile-auth-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.profile-turnstile-block{flex-direction:column;gap:8px;display:flex}.profile-turnstile-note{color:#666;font-size:12px;line-height:1.45}.profile-turnstile-note.is-success{color:#78d68ce6}.profile-pw-wrap{align-items:center;display:flex;position:relative}.profile-pw-input{padding-right:42px!important}.profile-pw-eye{color:#555;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:12px}.profile-pw-eye:hover{color:#ffffffb3}.crop-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s fadeInPane;display:flex;position:fixed;inset:0}.crop-modal{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:22px;flex-direction:column;gap:16px;width:100%;max-width:360px;padding:20px;display:flex;box-shadow:0 20px 60px #0009}.crop-modal-title{color:#fff;text-align:center;font-size:16px;font-weight:700}.crop-canvas-wrap{border-radius:14px;justify-content:center;line-height:0;display:flex;overflow:hidden}#crop-canvas{cursor:grab;border-radius:15px;width:300px;max-width:100%;height:300px;display:block}.crop-zoom-row{align-items:center;gap:10px;padding:0 2px;display:flex}.crop-zoom-slider{appearance:none;cursor:pointer;background:#333;border-radius:4px;outline:none;flex:1;height:4px}.crop-zoom-slider::-webkit-slider-thumb{appearance:none;background:var(--accent-color);cursor:pointer;border:2px solid #1e1e1e;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #db0c0c66}.crop-zoom-slider::-moz-range-thumb{background:var(--accent-color);cursor:pointer;border:2px solid #1e1e1e;border-radius:50%;width:16px;height:16px}.crop-modal-btns{justify-content:flex-end;gap:8px;display:flex}@keyframes fadeInPane{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.profile-verified-badge{width:18px;height:18px;color:var(--accent-color);flex-shrink:0;align-self:center;display:block;position:relative;top:1px}@media (width>=480px){.profile-skel-avatar{width:110px;height:110px;margin-top:-58px}.profile-skel-name{width:190px}.profile-username{max-width:260px;font-size:22px}.profile-avatar{width:110px;height:110px}.profile-avatar-initials{font-size:40px}.profile-avatar-wrap{margin-top:-58px}}.profile-char-menu{transform-origin:100% 100%;z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#1e1e1e;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:6px;width:240px;padding:6px;transition:opacity .18s,transform .18s cubic-bezier(.32,.72,0,1),visibility .18s;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(5px);box-shadow:0 10px 32px #000000b3}.profile-char-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.profile-char-menu-loading{text-align:center;color:#555;padding:14px 0;font-size:12px}.profile-char-menu-tabs{background:#151515;border-radius:10px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid;overflow:hidden}.profile-char-menu-tab{color:#ffffff61;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;padding:7px 0;font-size:12px;font-weight:600;transition:color .18s,background .18s}.profile-char-menu-tab.active{color:#fff;background:#ffffff14}.profile-char-menu-pane{max-height:180px;overflow:hidden auto}.profile-char-menu-pane::-webkit-scrollbar{width:4px}.profile-char-menu-pane::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.profile-char-menu-grid{grid-template-columns:repeat(6,1fr);gap:5px;padding:4px 2px;display:grid}.profile-char-menu-item{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#2a2a2a;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:transform .13s,border-color .13s;display:flex;overflow:hidden}.profile-char-menu-item img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.profile-char-menu-item:hover{border-color:#ffffff40;transform:scale(1.12)}.profile-char-menu-footer{border-top:1px solid #ffffff0f;padding-top:6px}.profile-char-menu-upload{color:#ffffff73;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;padding:6px 10px 9px;font-size:12.5px;font-weight:500;transition:background .14s,color .14s;display:flex}.profile-char-menu-upload:hover{color:#fff;background:#ffffff12}.profile-social-links{display:contents}.profile-steam-link{color:#ffffffbf;-webkit-tap-highlight-color:transparent;min-width:34px;box-shadow:none;background:#1e1e1e;border:1px solid #2a2a2a;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:7px 10px;line-height:1;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:flex;overflow:hidden}.profile-steam-link:hover{color:#fff;background:#262626;text-decoration:none}.profile-steam-link:visited,.profile-steam-link:active,.profile-steam-link:focus{color:#fff;text-decoration:none}.profile-steam-link svg{flex-shrink:0;width:14px;height:14px;display:block}.profile-cover-action-wrap{position:relative}.profile-cover-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;opacity:0;transform-origin:100% 100%;pointer-events:none;background:#181818b8;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:176px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(6px)scale(.98);box-shadow:0 18px 45px #0000006b}.profile-cover-menu.is-open{pointer-events:auto;animation:.18s cubic-bezier(.22,.84,.32,1) forwards profile-cover-menu-in}.profile-cover-menu.is-closing{animation:.16s forwards profile-cover-menu-out}@keyframes profile-cover-menu-in{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes profile-cover-menu-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(6px)scale(.98)}}.profile-cover-menu-item{box-sizing:border-box;color:#d0d0d0;text-align:left;letter-spacing:0;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;align-items:center;width:100%;min-height:38px;padding:9px 11px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;transition:background .16s,color .16s;display:flex}.profile-cover-menu-item-label{line-height:1}.profile-cover-menu-item:hover{color:#fff;background:#ffffff12}.profile-cover-menu-divider{background:#ffffff14;border-radius:9999px;height:1px;margin:4px}.profile-cover-menu-item.danger{color:#ff7676}.profile-cover-menu-item.danger .profile-cover-menu-item-label{transform:translateY(-.5px)}.profile-cover-menu-item.danger:hover{color:#ff8f8f;background:#db0c0c24}.profile-toggle{cursor:pointer;flex-shrink:0;width:44px;height:26px;display:inline-flex;position:relative}.profile-toggle input{opacity:0;width:0;height:0;position:absolute}.profile-toggle-track{background:#333;border-radius:13px;transition:background .2s;position:absolute;inset:0}.profile-toggle-track:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px}.profile-toggle input:checked+.profile-toggle-track{background:var(--accent-color)}.profile-toggle input:checked+.profile-toggle-track:before{transform:translate(18px)}:root{--pd-red:#db0c0c;--pd-border:#ffffff12;--pd-text:#f2f2f2;--pd-text-muted:#888;--pd-text-dim:#555;--pd-radius-lg:18px;--pd-radius-md:10px;--pd-font-body:"Figtree", sans-serif}.news-page{font-family:var(--pd-font-body);max-width:1100px;min-height:70vh;margin:0 auto;padding-top:7rem;padding-left:20px;padding-right:20px}.news-header{align-items:baseline;gap:10px;margin-bottom:20px;display:flex}.news-title{color:var(--pd-text);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.news-count{color:var(--pd-text-dim);font-size:.8rem;font-weight:500}.news-loading-skeleton{padding-top:4px}.news-skeleton-header{border-radius:8px;width:120px;height:28px;margin-bottom:20px}.news-grid-skeleton{flex-direction:column;gap:12px;display:flex}.news-card-skeleton{border-radius:var(--pd-radius-lg);width:100%;height:120px}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.news-skeleton-line{height:14px;animation:skeletonShimmer var(--skeleton-shimmer-duration) infinite;background:linear-gradient(90deg,#2a2a2a 25%,#333 50%,#2a2a2a 75%) 0 0/200% 100%;border-radius:6px}.news-list{flex-direction:column;gap:14px;display:flex}.news-card{border:1px solid var(--pd-border);border-radius:var(--pd-radius-lg);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0a;flex-direction:column;display:flex;overflow:hidden}.news-card.has-image{background:0 0;border:none;border-radius:0;flex-direction:row;align-items:flex-start;gap:20px;overflow:visible}.news-card-img-wrap{border:1px solid var(--pd-border);background:#1a1a1a;border-radius:15px;flex:0 0 510px;height:286px;overflow:hidden}@media (width<=700px){.news-card.has-image{flex-direction:column;gap:12px}.news-card-img-wrap{aspect-ratio:16/9;flex:none;width:100%;max-width:100%;height:auto;min-height:0}}.news-card-img{object-fit:cover;width:100%;height:100%;display:block}.news-card-body{flex-direction:column;flex:1;gap:9px;min-width:0;padding:18px 20px;display:flex}.news-card.has-image .news-card-body{gap:8px;padding:3px 0 0}.news-card-title{color:var(--pd-text);letter-spacing:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:760;line-height:1.22;display:-webkit-box;overflow:hidden}.news-card-date{color:#ffffff7a;letter-spacing:.01em;font-size:.9rem;font-weight:650;line-height:1.2}.news-card-arrow{color:var(--pd-red);opacity:0;align-self:flex-end;margin-top:auto;padding-top:10px;transition:opacity .2s}.news-card:hover .news-card-arrow{opacity:1}.news-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:40vh;display:flex}.news-error p{color:var(--pd-text-muted);margin:0;font-size:.9rem}.news-retry-btn{background:var(--pd-red);color:var(--pd-text);border-radius:var(--pd-radius-md);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;margin-top:4px;padding:10px 24px;font-size:.875rem;font-weight:600;transition:opacity .2s}.news-retry-btn:active{opacity:.75}.news-back-btn{border:1px solid var(--pd-border);border-radius:var(--pd-radius-md);color:var(--pd-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0f;align-items:center;gap:7px;padding:8px 14px;font-size:.85rem;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.news-back-btn:hover{color:var(--pd-text);background:#ffffff1a;border-color:#ffffff24}.news-back-btn svg{flex-shrink:0}.news-article{max-width:860px;margin:0 auto}.news-article-topbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.news-share-btn{border:1px solid var(--pd-border);border-radius:var(--pd-radius-md);color:var(--pd-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;white-space:nowrap;background:#ffffff0f;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.news-share-btn:hover{color:var(--pd-text);background:#ffffff1a;border-color:#ffffff24}.news-share-btn svg{flex-shrink:0}.news-share-btn.copied{color:#4caf82;background:#4caf8214;border-color:#4caf8259}.news-article-img-wrap{aspect-ratio:16/9;border-radius:var(--pd-radius-lg);background:#1a1a1a;width:100%;margin-bottom:24px;overflow:hidden}@media (width<=700px){.news-article-img-wrap{box-sizing:border-box;border:1px solid var(--pd-border);aspect-ratio:16/9;border-radius:15px;width:100%;max-width:100%;height:auto;min-height:0}}.news-article-img{object-fit:cover;width:100%;height:100%;display:block}.news-article-date{color:var(--pd-text-dim);letter-spacing:.04em;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.news-article-title,.news-article-text h2{color:#fff;letter-spacing:0;font-variant-numeric:proportional-nums;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:800;line-height:1.25}.news-article-title{margin:0 0 22px;font-size:2rem}.news-article-text{color:#f2f2f2;word-break:break-word;font-size:.92rem;line-height:1.75}.news-article-text h2{margin:1.45em 0 .65em;font-size:1.35rem}.news-article-text ul,.news-article-text ol{margin:.75em 0;padding-left:1.5em}.news-article-text ul{list-style:none}.news-article-text ul li{padding-left:1.1em;position:relative}.news-article-text ul li:before{content:"";background:var(--pd-red);border-radius:50%;flex-shrink:0;width:5px;height:5px;position:absolute;top:.62em;left:0}.news-article-text ol{list-style:decimal}.news-article-text ol li::marker{color:var(--pd-red);font-weight:700}.news-article-text li{margin-bottom:.3em;line-height:1.6}.news-article-text hr{border:none;border-top:1px solid var(--pd-border);margin:1.5em 0}.news-article-text strong{color:#fff;font-weight:700}.news-article-text em{color:var(--pd-text-muted);font-style:italic}.news-article-text figure{margin:1.4em 0}.news-article-text img{object-fit:contain;border-radius:var(--pd-radius-lg);background:#1a1a1a;width:auto;max-width:min(100%,720px);height:auto;max-height:70vh;margin:1.4em 0;display:block}.news-article-text figcaption{color:var(--pd-text-dim);margin-top:8px;font-size:.82rem;line-height:1.45}:root{--background-secondary:#1e1e1e;--background-tertiary:#ffffff1a;--accent-shrine:#ff4a4a;--text-secondary:#b0b0b0;--border-color:#333;--border-radius:15px;--transition:all .3s ease;--card-bg:#1e1e1e}.shrine-page{min-height:70vh;padding-top:7rem}.shrine-page .container{flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.2rem 2rem;display:flex}.columns-container{align-items:flex-start;gap:3rem;width:100%;max-width:1100px;display:flex;position:relative}.columns-container:before{content:"";background:linear-gradient(to bottom, transparent, var(--border-color), transparent);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.column{flex-direction:column;flex:1;align-items:center;width:100%;min-width:0;display:flex}.column-header{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex}.column-title{text-transform:uppercase;letter-spacing:1px;text-align:center;background:linear-gradient(90deg, #fff, var(--accent-shrine));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700}.timer-container{text-transform:uppercase;color:#ccc;justify-content:center;align-items:center;gap:15px;width:100%;max-width:300px;margin:0 auto;font-size:16px;font-weight:600;display:flex}.shrine-timer-slot{justify-content:center;align-items:center;min-height:20px;display:inline-flex}.timer-line{background:#ffffff4d;flex:1;height:1px}#shrine-time-left,.timer-text{text-transform:uppercase;color:#fff;white-space:nowrap;margin:0;font-size:16px;font-weight:700;line-height:20px}.shrine-stage{width:100%}.shrine-stage--perks,.shrine-stage--archive{min-height:410px}.perks-list{flex-direction:column;justify-content:space-between;gap:1.2rem;width:100%;height:410px;display:flex;overflow:hidden}.perk-item{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:var(--transition);cursor:pointer;align-items:center;min-height:88.25px;max-height:88.25px;padding:1.2rem;display:flex;position:relative;overflow:hidden}.perk-item:hover{border-color:var(--accent-shrine);box-shadow:0 8px 20px #0000004d}.perk-header{justify-content:space-between;align-items:center;width:100%;display:flex;overflow:hidden}.perk-main-info{flex-grow:1;align-items:center;gap:12px;min-width:0;margin-right:15px;display:flex;overflow:hidden}.perk-icon{object-fit:contain;border:1px solid var(--border-color);background:#121212;border-radius:8px;flex-shrink:0;width:45px;height:45px;padding:2px}.perk-text-info{flex-direction:column;flex-grow:1;gap:3px;min-width:0;display:flex;overflow:hidden}.perk-name{color:#f1f1f1;white-space:nowrap;text-overflow:ellipsis;font-size:1.2rem;font-weight:600;overflow:hidden}.perk-character{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.shrine-page .tier,.rs-tooltip .tier{text-transform:uppercase;letter-spacing:.5px;border:1px solid;border-radius:12px;flex-shrink:0;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.archive-wrapper{width:100%}.archive-list{flex-direction:column;gap:.6rem;width:100%;height:410px;padding-right:4px;display:flex;overflow-y:auto}.archive-list::-webkit-scrollbar{width:8px}.archive-list::-webkit-scrollbar-track{background:0 0;border-radius:4px}.archive-list::-webkit-scrollbar-thumb{background:#282828cc;border:1px solid #ffffff1a;border-radius:4px}.archive-entry{background:linear-gradient(135deg, var(--background-secondary) 0%, var(--background-tertiary) 100%);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:.85rem 1rem}.archive-entry-meta{margin-bottom:.65rem}.archive-date-range{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;font-size:.72rem;font-weight:600}.archive-perks-row{align-items:center;gap:.9rem;padding-bottom:2px;display:flex;overflow-x:auto}.archive-perks-row::-webkit-scrollbar{height:3px}.archive-perks-row::-webkit-scrollbar-thumb{background:#505050cc;border-radius:2px}.archive-perk{cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;flex-shrink:0;align-items:center;gap:5px;min-width:52px;display:flex}.archive-perk img{object-fit:contain;border:1px solid var(--border-color);background:#121212;border-radius:8px;width:44px;height:44px;padding:2px;transition:border-color .2s}.archive-perk:hover img{border-color:var(--accent-shrine)}.archive-perk-name{color:#f0f0f0;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:52px;font-size:10px;overflow:hidden}.archive-error{color:#f66;text-align:center;font-size:12px}.no-archive-data{text-align:center;color:#ccc;border:1px dashed var(--border-color);border-radius:var(--border-radius);padding:40px;font-size:16px}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";animation:shrine-shimmer var(--skeleton-shimmer-duration) infinite;background:linear-gradient(90deg,#0000,#ffffff0f,#0000);position:absolute;inset:0;transform:translate(-100%)}@keyframes shrine-shimmer{to{transform:translate(100%)}}.shrine-timer-skeleton{background:#ffffff12;border-radius:6px;width:140px;height:16px}.shrine-perks-skeleton{flex-direction:column;justify-content:space-between;width:100%;height:410px;transition:opacity .18s;display:flex}.perk-skeleton{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);align-items:center;gap:12px;min-height:88.25px;max-height:88.25px;padding:1.2rem;display:flex}.perk-sk-icon{background:#ffffff12;border-radius:8px;flex-shrink:0;width:45px;height:45px}.perk-sk-info{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.perk-sk-name{background:#ffffff12;border-radius:6px;width:55%;height:16px}.perk-sk-char{background:#ffffff0d;border-radius:6px;width:38%;height:12px}.perk-sk-tier{background:#ffffff12;border-radius:12px;flex-shrink:0;width:62px;height:28px}.shrine-archive-skeleton{flex-direction:column;gap:.6rem;width:100%;height:410px;transition:opacity .18s;display:flex;overflow:hidden}.archive-skeleton-entry{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;flex:none;gap:.65rem;padding:.85rem 1rem;display:flex}.archive-sk-date{background:#ffffff12;border-radius:4px;width:42%;height:10px}.archive-sk-perks{gap:.9rem;display:flex}.archive-sk-perk{background:#ffffff12;border-radius:8px;flex-shrink:0;width:44px;height:44px}.shrine-page .tier-s,.rs-tooltip .tier-s{color:#ff3232;background-color:#ff323233;border-color:#ff3232}.shrine-page .tier-a,.rs-tooltip .tier-a{color:#ff8c00;background-color:#ff8c0033;border-color:#ff8c00}.shrine-page .tier-b,.rs-tooltip .tier-b{color:gold;background-color:#ffd70033;border-color:gold}.shrine-page .tier-c,.rs-tooltip .tier-c{color:#64c864;background-color:#64c86433;border-color:#64c864}.shrine-page .tier-d,.rs-tooltip .tier-d{color:#6496ff;background-color:#6496ff33;border-color:#6496ff}.shrine-page .tier-f,.rs-tooltip .tier-f{color:#964bc8;background-color:#964bc833;border-color:#964bc8}.rs-tooltip .tooltip-close{color:#ccc;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:20px;line-height:1;transition:all .3s;display:flex;position:absolute;top:15px;right:18px}.rs-tooltip .tooltip-content p{white-space:pre-line;margin:0;font-size:14px;font-weight:400;line-height:1.6}@media (width<=900px){.columns-container{flex-direction:column;gap:3rem}.columns-container:before{display:none}.column{width:100%}.perk-item{width:100%;min-height:78.5px;max-height:78.5px}.perks-list{height:371px}.shrine-stage--perks,.shrine-stage--archive{min-height:371px}.shrine-perks-skeleton{height:371px}.perk-skeleton{min-height:78.5px;max-height:78.5px}.archive-list,.shrine-archive-skeleton{height:371px}}@media (width<=480px){.column-title{font-size:24px}.perk-main-info{gap:10px}.perk-icon{width:40px;height:40px}.perk-name{font-size:1rem}.perk-character{font-size:.8rem}.shrine-page .tier{padding:.25rem .7rem;font-size:.7rem}.archive-perk img{width:38px;height:38px}.rs-tooltip{min-width:280px;max-width:90%;padding:20px 18px 18px}}.randombuilds-page{min-height:92vh;padding-top:7rem}.randombuilds-page .container{flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.2rem 2rem;display:flex}.randombuilds-page .columns-container{gap:3rem;width:100%;max-width:1100px;display:flex;position:relative}.randombuilds-page .columns-container:before{content:"";background:linear-gradient(#0000,#333,#0000);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.randombuilds-page .column{flex-direction:column;flex:1;align-items:center;display:flex}.randombuilds-page .column-header{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:1rem;display:flex}.randombuilds-page .column-header h1.column-title{text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:.6rem;font-size:36px;font-weight:700;position:relative}.randombuilds-page .column-survivor .column-header h1.column-title{background:linear-gradient(90deg,#fff,#4a6bff);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.randombuilds-page .column-killer .column-header h1.column-title{background:linear-gradient(90deg,#fff,#db0c0c);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.randombuilds-page .subtitle-container{text-transform:uppercase;color:#ccc;justify-content:center;align-items:center;gap:15px;width:100%;max-width:424px;margin:0 auto;font-size:16px;font-weight:600;display:flex}.randombuilds-page .subtitle-line{background:#ffffff4d;flex:1;height:1px;margin:0}.randombuilds-page .subtitle-text{text-transform:uppercase;color:#fff;white-space:nowrap;margin:0;font-size:16px;font-weight:700}.randombuilds-page .refresh-button{color:#f1f1f1;cursor:pointer;background:linear-gradient(135deg,#1e1e1e 0%,#ffffff1a 100%);border:1px solid #333;border-radius:15px;min-width:200px;margin-bottom:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.randombuilds-page .refresh-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 20px #0006}.randombuilds-page .column-survivor .refresh-button:hover:not(:disabled){border-color:#4a6bff;box-shadow:0 8px 20px #4a6bff4d}.randombuilds-page .column-killer .refresh-button:hover:not(:disabled){border-color:#db0c0c;box-shadow:0 8px 20px #db0c0c4d}.randombuilds-page .refresh-button:active:not(:disabled){transform:translateY(-1px)}.randombuilds-page .refresh-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.randombuilds-page .refresh-button:hover:not(:disabled):before{left:100%}.randombuilds-page .refresh-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;border-color:#333;transform:none}.randombuilds-page .refresh-button:disabled:before{display:none}.randombuilds-page .filters-warning{color:#c8a96a;text-align:left;background:#c8a96a14;border:1px solid #c8a96a3d;border-radius:14px;width:100%;margin-top:1rem;padding:.9rem 1rem;font-size:.84rem;line-height:1.45}.randombuilds-page .build-filters,.randombuilds-page .filters-fallback{width:100%;margin-top:1rem}.randombuilds-page .filters-layer{width:100%}.randombuilds-page .filters-toggle{color:#f2f2f2;cursor:pointer;text-align:left;background:radial-gradient(circle at 0 0,#ffffff1f,#0000 42%),linear-gradient(135deg,#1c1c1cfa,#0f0f0ff5);border:1px solid #2f2f2f;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.1rem;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.randombuilds-page .filters-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00000047}.randombuilds-page .column-survivor .filters-toggle:hover,.randombuilds-page .column-survivor .filters-toggle.is-open{border-color:#4a6bff8c}.randombuilds-page .column-killer .filters-toggle:hover,.randombuilds-page .column-killer .filters-toggle.is-open{border-color:#db0c0c8c}.randombuilds-page .filters-toggle-title{font-size:1rem;font-weight:700}.randombuilds-page .filters-toggle-summary{color:#bdbdbd;text-align:right;font-size:.85rem}.randombuilds-page .filters-panel,.randombuilds-page .filters-fallback{background:linear-gradient(#ffffff0a,#0000 45%),linear-gradient(135deg,#191919fa,#0e0e0efa);border:1px solid #2b2b2b;border-radius:18px;margin-top:.85rem;padding:1rem}.randombuilds-page .filters-panel-wrap{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .32s,opacity .24s,transform .24s;display:grid;transform:translateY(-8px)}.randombuilds-page .filters-panel-wrap.is-open{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.randombuilds-page .filters-panel-wrap .filters-panel{min-height:0;overflow:hidden}.randombuilds-page .filters-fallback{color:#9c9c9c;font-size:.95rem}.randombuilds-page .filters-section+.filters-section{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem}.randombuilds-page .filters-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.randombuilds-page .filters-section-title{color:#f3f3f3;font-size:.95rem;font-weight:700}.randombuilds-page .filters-section-subtitle{color:#9f9f9f;margin-top:.2rem;font-size:.82rem}.randombuilds-page .filters-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.randombuilds-page .filters-action-button{color:#e8e8e8;cursor:pointer;background:#ffffff0d;border:1px solid #343434;border-radius:999px;padding:.45rem .8rem;font-size:.76rem;font-weight:600;transition:background-color .2s,border-color .2s}.randombuilds-page .filters-action-button:hover{background:#ffffff17}.randombuilds-page .character-chip-list{box-sizing:border-box;flex-wrap:wrap;align-content:flex-start;gap:.65rem;max-height:220px;padding-top:.65rem;padding-bottom:.65rem;padding-right:.15rem;display:flex;overflow:hidden auto}.randombuilds-page .character-chip{color:#d7d7d7;cursor:pointer;background:#ffffff0a;border:1px solid #313131;border-radius:999px;align-items:center;gap:.55rem;padding:.45rem .8rem;transition:transform .2s,border-color .2s,background-color .2s,color .2s;display:inline-flex}.randombuilds-page .character-chip:hover{border-color:#ffffff3d;transform:translateY(-1px)}.randombuilds-page .column-survivor .character-chip.is-selected{color:#eef2ff;background:#4a6bff29;border-color:#4a6bffb3}.randombuilds-page .column-killer .character-chip.is-selected{color:#fff1f1;background:#db0c0c29;border-color:#db0c0cb3}.randombuilds-page .character-chip-icon-shell{background:#121212;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:26px;height:26px;position:relative;overflow:hidden}.randombuilds-page .character-chip-icon-shell.is-loaded{animation:none}.randombuilds-page .character-chip-icon{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .2s;display:block}.randombuilds-page .character-chip-icon-shell.is-loaded .character-chip-icon{opacity:1}.randombuilds-page .filters-search{color:#f1f1f1;background:#ffffff0a;border:1px solid #303030;border-radius:14px;outline:none;width:100%;margin-top:.55rem;padding:.85rem .95rem;font-size:.92rem;transition:border-color .2s,background-color .2s}.randombuilds-page .filters-search:focus{background:#ffffff0f;border-color:#ffffff42}.randombuilds-page .filter-perk-list{flex-direction:column;gap:.55rem;max-height:310px;margin-top:.8rem;padding-right:.15rem;display:flex;overflow-y:auto}.randombuilds-page .filter-perk-item{cursor:pointer;background:#ffffff09;border:1px solid #2d2d2d;border-radius:14px;align-items:flex-start;gap:.75rem;padding:.8rem .9rem;transition:border-color .2s,background-color .2s,opacity .2s;display:flex}.randombuilds-page .filter-perk-item:hover{border-color:#ffffff2e}.randombuilds-page .filter-perk-item.is-selected{background:#ffffff12}.randombuilds-page .filter-perk-item.is-muted{opacity:.6}.randombuilds-page .filter-perk-item input{accent-color:#bdbdbd;margin-top:.15rem}.randombuilds-page .filter-perk-copy{flex-direction:column;gap:.18rem;min-width:0;display:flex}.randombuilds-page .filter-perk-name{color:#f2f2f2;font-size:.94rem;font-weight:600}.randombuilds-page .filter-perk-character{color:#9e9e9e;font-size:.8rem}.randombuilds-page .filter-empty-state{color:#9a9a9a;text-align:center;padding:1rem .5rem}.randombuilds-page .perks-list{flex-direction:column;justify-content:flex-start;gap:1.2rem;width:100%;min-height:450px;display:flex;overflow:visible}.randombuilds-page .perk-item{cursor:pointer;opacity:1;background:linear-gradient(135deg,#1e1e1e 0%,#ffffff1a 100%);border:1px solid #333;border-radius:15px;padding:1.2rem;transition:all .3s;position:relative;overflow:hidden}.randombuilds-page .perks-list.is-animating>.perk-item{opacity:0;will-change:transform, opacity;animation:.4s forwards perkFadeIn}.randombuilds-page .perk-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.randombuilds-page .column-survivor .perk-item:hover{border-color:#4a6bff}.randombuilds-page .column-killer .perk-item:hover{border-color:#db0c0c}.randombuilds-page .perk-header{justify-content:flex-start;align-items:center;display:flex;overflow:hidden}.randombuilds-page .perk-main-info{flex-grow:1;align-items:center;gap:12px;min-width:0;margin-right:15px;display:flex;overflow:hidden}.randombuilds-page .perk-icon{object-fit:contain;background:#121212;border:1px solid #333;border-radius:8px;width:45px;height:45px;padding:2px}.randombuilds-page .perk-text-info{flex-direction:column;flex-grow:1;gap:3px;min-width:0;display:flex;overflow:hidden}.randombuilds-page .perk-name{color:#f1f1f1;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:1.2rem;font-weight:600;overflow:hidden}.randombuilds-page .perk-character{color:#b0b0b0;font-size:.9rem;font-weight:500}.randombuilds-page .tier{text-transform:uppercase;letter-spacing:.5px;border:1px solid;border-radius:12px;flex-shrink:0;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.randombuilds-page .tier-s{color:#ff3232;background-color:#ff323233;border-color:#ff3232}.randombuilds-page .tier-a{color:#ff8c00;background-color:#ff8c0033;border-color:#ff8c00}.randombuilds-page .tier-b{color:gold;background-color:#ffd70033;border-color:gold}.randombuilds-page .tier-c{color:#64c864;background-color:#64c86433;border-color:#64c864}.randombuilds-page .tier-d{color:#6496ff;background-color:#6496ff33;border-color:#6496ff}.randombuilds-page .tier-f{color:#964bc8;background-color:#964bc833;border-color:#964bc8}.randombuilds-page .shimmer{animation:rb-shimmer var(--skeleton-shimmer-duration) infinite linear;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17 50%,#ffffff0a 75%) 0 0/800px 100%}@keyframes rb-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes perkFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.randombuilds-page .perks-list.is-animating>.perk-item:first-child{animation-delay:50ms}.randombuilds-page .perks-list.is-animating>.perk-item:nth-child(2){animation-delay:.15s}.randombuilds-page .perks-list.is-animating>.perk-item:nth-child(3){animation-delay:.25s}.randombuilds-page .perks-list.is-animating>.perk-item:nth-child(4){animation-delay:.35s}.rs-tooltip{color:#fff;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:linear-gradient(135deg,#1e1e1e 0%,#2a2a2a 100%);border:1px solid #444;border-radius:20px;min-width:320px;max-width:450px;padding:25px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 20px 60px #000c}.rs-tooltip.active{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.rs-tooltip .tooltip-header{border-bottom:1px solid #ffffff26;align-items:center;margin-bottom:20px;padding-bottom:15px;padding-right:40px;display:flex}.rs-tooltip .character-icon{object-fit:cover;background:#121212;border:2px solid #fff3;border-radius:50%;width:80px;height:80px;margin-right:12px;padding:2px}.rs-tooltip .tooltip-title-container{flex-direction:column;flex:1;display:flex}.rs-tooltip .tooltip-title{color:#fff;margin:0;font-size:20px;font-weight:700}.rs-tooltip .tooltip-character{color:#d0d0d0;margin-top:3px;font-size:14px;font-weight:400}.rs-tooltip .tooltip-close{color:#ccc;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;font-size:20px;line-height:1;transition:all .3s;display:flex;position:absolute;top:15px;right:18px}.rs-tooltip .tooltip-close:hover{color:#fff;background-color:#fff3}.rs-tooltip .tooltip-content{white-space:normal;text-align:left;word-wrap:break-word;overflow-wrap:break-word;font-size:14px;line-height:1.6}.rs-tooltip .tooltip-content .quote{color:#fffacd;border-left:2px solid #fffacd4d;margin:12px 0;padding-left:10px;font-size:13px;font-style:italic;font-weight:400;line-height:1.5}.rs-tooltip .tooltip-content p{white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:14px;font-weight:400;line-height:1.6}.rs-tooltip .price-tier-row{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;display:flex}.rs-tooltip .price{color:#fffacd;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.rs-tooltip .tier-s{color:#ff3232;background-color:#ff323233;border-color:#ff3232}.rs-tooltip .tier-a{color:#ff8c00;background-color:#ff8c0033;border-color:#ff8c00}.rs-tooltip .tier-b{color:gold;background-color:#ffd70033;border-color:gold}.rs-tooltip .tier-c{color:#64c864;background-color:#64c86433;border-color:#64c864}.rs-tooltip .tier-d{color:#6496ff;background-color:#6496ff33;border-color:#6496ff}.rs-tooltip .tier-f{color:#964bc8;background-color:#964bc833;border-color:#964bc8}@media (width<=768px){.randombuilds-page .columns-container{flex-direction:column;gap:3rem}.randombuilds-page .columns-container:before{display:none}.randombuilds-page .column{min-height:auto}.randombuilds-page .column-header h1.column-title{font-size:28px}.randombuilds-page .subtitle-container{max-width:350px}.randombuilds-page .subtitle-text{font-size:14px}.randombuilds-page .filters-toggle,.randombuilds-page .filters-panel,.randombuilds-page .filters-fallback{border-radius:16px}.randombuilds-page .filters-toggle{flex-direction:column;align-items:flex-start}.randombuilds-page .filters-toggle-summary{text-align:left}.randombuilds-page .filters-section-head{flex-direction:column}.randombuilds-page .filters-actions{justify-content:flex-start}.randombuilds-page .character-chip-list{gap:.55rem}.randombuilds-page .character-chip{border-radius:14px;justify-content:flex-start;width:100%}.randombuilds-page .perks-list{max-width:100%;min-height:365px}.rs-tooltip{min-width:280px;max-width:90%;padding:22px 20px 20px}.rs-tooltip .tooltip-header{margin-bottom:18px;padding-bottom:14px;padding-right:35px}.rs-tooltip .tooltip-close{background:#ffffff1f;width:30px;height:30px;font-size:19px;top:14px;right:16px}.rs-tooltip .tooltip-title{padding-right:8px;font-size:19px;line-height:1.2}.rs-tooltip .tooltip-character{padding-right:8px;font-size:13.5px}.rs-tooltip .tooltip-content .quote{margin:11px 0;font-size:12.5px}.rs-tooltip .tooltip-content p{font-size:13.5px;line-height:1.5}.rs-tooltip .price-tier-row{margin-top:14px;padding-top:14px}.rs-tooltip .price{font-size:14px}.rs-tooltip .tier{padding:.35rem .9rem;font-size:.75rem}}@media (width<=480px){.randombuilds-page .container{padding:0 1rem 1rem}.randombuilds-page .column-header h1.column-title{font-size:24px}.randombuilds-page .subtitle-container{max-width:300px}.randombuilds-page .subtitle-text{font-size:13px}.randombuilds-page .refresh-button{width:100%;max-width:280px;padding:1rem 2rem}.randombuilds-page .filters-panel,.randombuilds-page .filters-fallback{padding:.9rem}.randombuilds-page .filters-action-button{text-align:center;width:100%}.randombuilds-page .filters-actions{width:100%}.randombuilds-page .filter-perk-item{padding:.75rem .8rem}.randombuilds-page .perk-main-info{gap:8px}.randombuilds-page .perk-icon{width:38px;height:38px}.randombuilds-page .perk-name{font-size:1.1rem}.randombuilds-page .perk-character{font-size:.8rem}.rs-tooltip{min-width:260px;padding:20px 18px 18px}.rs-tooltip .tooltip-header{margin-bottom:15px;padding-bottom:12px;padding-right:40px}.rs-tooltip .tooltip-close{background:#ffffff26;width:28px;height:28px;font-size:18px;top:12px;right:12px}.rs-tooltip .tooltip-title{padding-right:10px;font-size:18px;line-height:1.2}.rs-tooltip .tooltip-character{padding-right:10px;font-size:13px}.rs-tooltip .tooltip-content .quote{margin:10px 0;font-size:12px}.rs-tooltip .tooltip-content p{font-size:13px;line-height:1.5}.rs-tooltip .price-tier-row{margin-top:10px;padding-top:10px}.rs-tooltip .price{font-size:13px}.rs-tooltip .tier{padding:.25rem .7rem;font-size:.7rem}}.body-no-scroll{width:100%;position:fixed;height:100vh!important;overflow:hidden!important}#cart-widget{flex:none;justify-content:flex-end;align-items:center;min-width:44px;display:flex}.cart-btn{color:#b0b0b0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff12;border:1px solid #ffffff17;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .18s,color .18s,border-color .18s;display:flex;position:relative}.cart-btn:hover{color:#fff;background:#ffffff1a}.cart-btn-badge{pointer-events:none;background:#db0c0c;border:1.5px solid #121212;border-radius:50%;width:9px;height:9px;position:absolute;top:-2px;right:-2px}.cart-btn-divider-line{background:#ffffff26;flex-shrink:0;width:1px;height:14px;margin:0 9px}.cart-btn-count-wrapper{justify-content:center;align-items:center;height:100%;display:inline-flex;position:relative;overflow:visible}.cart-btn-count-num{will-change:transform, opacity;transition:opacity .2s,transform .2s;display:inline-block}.cart-icon-desktop-arrow{opacity:0;pointer-events:none;will-change:transform, opacity;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translate(-6px)}.cart-btn:hover .cart-btn-count-num{opacity:0;transform:translate(6px)}.cart-btn:hover .cart-icon-desktop-arrow{opacity:1;transform:translate(-50%,-50%)translate(0)}.cart-icon-mobile{width:22px;height:22px;display:block}.cart-btn-desktop-content{display:none}.cart-price-amount{letter-spacing:-.0025em;font-variant-numeric:tabular-nums;margin-right:1.5px}.cart-price-currency{opacity:.55;letter-spacing:0;font-size:.75em;font-weight:600}.cart-overlay{z-index:2000;-webkit-backdrop-filter:blur();background:0 0;justify-content:center;align-items:flex-end;transition:background .32s,-webkit-backdrop-filter .32s,backdrop-filter .32s;display:flex;position:fixed;inset:0}.cart-overlay--visible{-webkit-backdrop-filter:blur(2px);background:#0000008c}.cart-panel{will-change:transform;background:#171717;border:1px solid #ffffff0f;border-bottom:none;border-radius:22px 22px 0 0;flex-direction:column;width:100%;max-width:640px;height:88svh;max-height:88svh;transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;transform:translateY(100%)}.cart-panel--open{transform:translateY(0)}.cart-drag-handle{cursor:grab;background:#ffffff2e;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:12px auto 0;transition:background .2s}.cart-drag-handle:hover{background:#ffffff4d}.cart-drag-handle:active{cursor:grabbing}.cart-panel-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.cart-panel-heading{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.cart-panel-title-row{align-items:center;gap:8px;min-width:0;display:inline-flex}.cart-panel-title{color:#f1f1f1;font-size:20px;font-weight:700;line-height:1.15}.cart-panel-count{color:#888;font-size:13px;font-weight:400}.cart-panel-meta{align-items:center;width:auto;min-width:0;display:inline-flex}.cart-panel-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:14px 16px 18px;overflow-y:auto}.cart-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:244px;padding:54px 24px;display:flex}.cart-loading--inline,.cart-loading--compact{flex-direction:row;justify-content:flex-start;gap:10px;padding:0 0 12px}.cart-loading--compact{padding-top:4px}.cart-status-indicator{opacity:0;pointer-events:none;flex:none;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .18s;display:inline-flex}.cart-panel-title-row .cart-status-indicator{transform:translateY(1px)}.cart-status-indicator.is-visible{opacity:1}.cart-status-spinner{border:2px solid #ffffff24;border-top-color:#ffffffdb;border-radius:50%;width:100%;height:100%;animation:.72s linear infinite cartSpin}@keyframes cartSpin{to{transform:rotate(360deg)}}.cart-items-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}@keyframes cartItemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cartFadeIn{0%{opacity:0}to{opacity:1}}.cart-item{background:#202020;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:12px;padding:11px;transition:background .2s,border-color .2s;animation:.3s forwards cartItemIn;display:flex;position:relative}.cart-item:hover{border-color:#ffffff1a}.cart-item--unavailable{background:#4315158c;border-left:3px solid #ff3b30}.cart-item-img{object-fit:cover;background:#252525;border-radius:12px;flex-shrink:0;width:62px;height:62px}.cart-item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-item-name{color:#f1f1f1;white-space:nowrap;text-overflow:ellipsis;padding-right:24px;font-size:14px;font-weight:600;display:block;overflow:hidden}.cart-item-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cart-item-price{color:#e0e0e0;font-size:13px;font-weight:600}.cart-item-unavailable-badge{color:#fff;background:#ff3b30;border-radius:8px;padding:2px 7px;font-size:11px;font-weight:600}.cart-item-remove{color:#555;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:2px 4px;font-size:14px;font-weight:700;line-height:1;transition:color .2s,opacity .2s;position:absolute;top:8px;right:10px}.cart-item-remove:hover{color:#ccc}.cart-item-remove:disabled{opacity:.25;cursor:default}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:54px 24px;animation:.24s forwards cartFadeIn;display:flex}.cart-empty-title{color:#f1f1f1;margin:0;font-size:18px;font-weight:700}.cart-empty-sub{color:#777;margin:0;font-size:14px}.cart-empty-btn{color:#d3d3d3;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#212121;border:1px solid #ffffff14;border-radius:12px;margin-top:8px;padding:10px 32px;font-size:14px;transition:background .2s,border-color .2s,color .2s}.cart-empty-btn:hover{color:#fff;background:#272727;border-color:#ffffff1f}.cart-recs{border-top:1px solid #ffffff0f;margin-top:20px;padding-top:16px}.cart-recs-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.cart-recs-title{color:#6f6f6f;text-transform:uppercase;letter-spacing:.8px;margin:0;font-size:11px;font-weight:700}.cart-recs-grid{pointer-events:none;grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.cart-recs-grid--visible{pointer-events:auto}.cart-rec-card{color:#f1f1f1;opacity:0;min-width:0;overflow:hidden}.cart-recs-grid--visible .cart-rec-card{animation:.3s forwards cartItemIn}.cart-rec-img-wrap{aspect-ratio:12/9;cursor:pointer;background:#252525;border:1px solid #ffffff0f;border-radius:18px;width:100%;transition:opacity .2s,border-color .2s;position:relative;overflow:hidden}.cart-rec-img-wrap:hover{opacity:.85;border-color:#ffffff1c}.cart-rec-img{object-fit:cover;width:100%;height:100%;display:block}.cart-rec-info{flex-direction:column;gap:5px;padding:7px 2px 0;display:flex}.cart-rec-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;line-height:1.3;overflow:hidden}.cart-rec-footer{justify-content:space-between;align-items:center;gap:6px;display:flex}.cart-rec-price{color:#fff;align-items:baseline;gap:4px;font-size:13px;font-weight:600;display:flex}.cart-rec-old{color:#555;font-size:11px;font-weight:500;text-decoration:line-through}.cart-rec-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.cart-rec-btn .cart-rec-circle{transition:fill .2s}.cart-rec-btn:hover .cart-rec-circle{fill:#c00a0a}.cart-rec-btn--adding{opacity:.5;cursor:default}.cart-panel-footer{background:#171717;border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:8px;padding:14px 14px 20px;display:flex}.cart-unavailable-hint{color:#ff6b6b;text-align:center;margin:0;font-size:12px}.cart-checkout-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#db0c0c;border:none;border-radius:16px;grid-template-columns:1fr auto 1fr;align-items:center;gap:50px;width:100%;padding:14px 18px;font-size:16px;font-weight:700;transition:background .2s;display:grid}.cart-checkout-btn:hover:not(.cart-checkout-btn--disabled){background:#c00a0a}.cart-checkout-btn--disabled{cursor:not-allowed;background:#555}.cart-checkout-count{opacity:.75;white-space:nowrap;text-align:right;font-size:14px}.cart-checkout-label{text-align:center;white-space:nowrap}.cart-checkout-total{opacity:.75;white-space:nowrap;text-align:left;font-size:14px}@media (width>=992px){.cart-btn-badge,.cart-icon-mobile{display:none}.cart-btn-desktop-content{align-items:center;font-size:14px;font-weight:600;display:flex}.cart-btn{color:#b0b0b0;background:#1e1e1e;border-color:#333;width:auto;padding:0 21px;box-shadow:inset 0 1px #ffffff05}.cart-btn:hover{color:#fff;background:#232323;border-color:#db0c0c4d}.cart-overlay{justify-content:flex-end;align-items:stretch}.cart-panel{border-top:none;border-bottom:none;border-right:none;border-radius:0;width:465px;height:100vh;max-height:none;transition:transform .32s cubic-bezier(.4,0,.2,1);transform:translate(100%)}.cart-panel--open{transform:translate(0)}.cart-drag-handle{display:none}}.checkout-page{background:radial-gradient(circle at top,#db0c0c2e,#0000 28%),linear-gradient(#1e1e1ee0,#121212fa);justify-content:center;width:100%;min-height:70vh;padding:7rem 16px 156px;display:flex}.checkout-page--loading{align-items:center}.checkout-shell{flex-direction:column;gap:18px;width:min(100%,1080px);min-height:70vh;display:flex}.checkout-shell--loading{color:#cfcfcf;justify-content:center;align-items:center;min-height:70vh}.checkout-loading-orb{border:3px solid #ffffff1f;border-top-color:#db0c0c;border-radius:50%;width:56px;height:56px;animation:.9s linear infinite checkout-spin}.checkout-loading-orb--inline{border-width:2px;flex:none;width:16px;height:16px}@keyframes checkout-spin{to{transform:rotate(360deg)}}.checkout-header{align-items:center;gap:14px;display:flex}.checkout-header h1{font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.05}.checkout-back{color:#f4f4f4;cursor:pointer;background:#222222e0;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:11px 14px;transition:border-color .2s,transform .2s,background .2s;display:inline-flex}.checkout-back:hover{background:#2c2c2cf5;border-color:#db0c0c4d;transform:translateY(-1px)}.checkout-back svg{width:18px;height:18px}.checkout-message{background:#ffffff0a;border:1px solid #0000;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.checkout-message strong{margin-bottom:4px;display:block}.checkout-message p{color:#cecece;margin:0}.checkout-message--promo{margin-top:12px}.checkout-message--error{background:#7a1d1d52;border-color:#ff6b6b47}.checkout-message--success{background:#174e2d52;border-color:#6cda8d42}.checkout-message--warning,.checkout-message--info{background:#614d1347;border-color:#ffcc002e}.checkout-message-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1rem}.checkout-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:18px;display:grid}.checkout-column{flex-direction:column;gap:18px;display:flex}.checkout-card,.checkout-empty{background:#1e1e1eeb;border-radius:28px;padding:20px}.checkout-card--summary{background:linear-gradient(#292929f0,#1a1a1af5),#1e1e1eeb}.checkout-card--danger{background:#41151575;border-color:#ff6b6b2e}.checkout-card-head,.checkout-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.checkout-card-label{letter-spacing:.12em;text-transform:uppercase;color:#919191;margin:0 0 5px;font-size:.78rem}.checkout-total-head,.checkout-submit-total{color:#fff;font-size:1.4rem;font-weight:800}.checkout-items{flex-direction:column;gap:12px;display:flex}.checkout-item,.checkout-payment,.checkout-submitbar{background:#ffffff08;border-radius:20px;align-items:center;gap:12px;padding:12px;display:grid}.checkout-item{grid-template-columns:74px minmax(0,1fr) auto}.checkout-item--unavailable{background:#7a1d1d2e}.checkout-item img{object-fit:cover;background:#161616;border-radius:18px;width:74px;height:74px}.checkout-item-info{min-width:0}.checkout-item-info strong{margin-bottom:6px;display:block}.checkout-empty p,.checkout-danger-text{color:#bdbdbd;margin:0 0 18px}.checkout-item-prices{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.checkout-item-price{align-items:center;font-size:.88rem;line-height:1;display:inline-flex}.checkout-item-price--old{color:#7e7e7e;font-size:.8rem;font-weight:600;text-decoration:line-through}.checkout-item-price--current{color:#f1f1f1;font-weight:700}.checkout-total-row--grand{color:#fff;font-weight:700}.checkout-badge{color:#fff;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:6px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.checkout-badge--danger{color:#ff8b8b;background:#ff6b6b29}.checkout-total-value--discount{color:#79d68d}.checkout-link-btn,.checkout-help-link{color:#ffcb55;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.checkout-totals{border-top:1px solid #ffffff12;flex-direction:column;gap:10px;margin-top:18px;padding-top:18px;display:flex}.checkout-total-row{color:#d1d1d1;justify-content:space-between;gap:12px;display:flex}.checkout-total-row--muted{color:#a1a1a1}.checkout-promo{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.checkout-input{color:#fff;background:#0a0a0a66;border:1px solid #ffffff14;border-radius:18px;outline:none;width:100%;padding:14px 15px;transition:border-color .2s,box-shadow .2s}.checkout-input:focus{border-color:#db0c0c73;box-shadow:0 0 0 4px #db0c0c1f}.checkout-promo-active{background:#214e3142;border:1px solid #6cda8d29;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:14px 16px;display:flex}.checkout-promo-active p{color:#a9d8b2;margin-top:4px}.checkout-payment{text-align:left;color:#fff;border:1px solid #ffffff0f;grid-template-columns:auto minmax(0,1fr) auto;width:100%;transition:transform .2s,border-color .2s,background .2s}.checkout-payment--single{background:linear-gradient(135deg,#ffe1682e,#ffc60014),#ffffff05;border-color:#ffd6552e}.checkout-payment-icon{background:#0003;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.checkout-payment-icon--logo{background:#ffffffe0;overflow:hidden}.checkout-payment-icon--logo img{object-fit:contain;width:100%;height:100%}.checkout-payment-meta{min-width:0}.checkout-payment-meta strong{margin-bottom:4px;display:block}.checkout-payment-meta small{color:#b1b1b1;display:block}.checkout-field{flex-direction:column;gap:8px;display:flex}.checkout-field span{color:#c8c8c8;font-weight:600}.checkout-checkbox{color:#d0d0d0;cursor:pointer;background:#ffffff08;border-radius:18px;align-items:flex-start;gap:12px;margin-top:16px;padding:16px;display:flex}.checkout-checkbox input{accent-color:#db0c0c;width:18px;height:18px;margin-top:3px}.checkout-submitbar--desktop .checkout-primary{width:100%;min-width:0}.checkout-submitbar--desktop{margin-top:18px}.checkout-primary,.checkout-secondary{cursor:pointer;border:none;border-radius:18px;padding:14px 18px;font-weight:700;transition:transform .2s,opacity .2s,background .2s}.checkout-primary{color:#fff;background:#db0c0c;justify-content:center;align-items:center;min-width:248px;display:inline-flex;position:relative}.checkout-submit-copy{visibility:visible}.checkout-submit-state{opacity:0;pointer-events:none;justify-content:center;align-items:center;gap:10px;transition:opacity .18s;display:inline-flex;position:absolute;inset:0}.checkout-submit-state.is-active{opacity:1}.checkout-primary--submitting .checkout-submit-copy{visibility:hidden}.checkout-primary--submitting,.checkout-primary--submitting:hover,.checkout-primary--submitting:active{background:#db0c0c;transform:none}.checkout-primary--mobile{width:100%;min-width:0}.checkout-secondary{color:#fff;background:#ffffff14}.checkout-primary:hover:not(:disabled),.checkout-secondary:hover:not(:disabled){transform:translateY(-1px)}.checkout-primary:disabled,.checkout-secondary:disabled{opacity:.6;cursor:not-allowed}.checkout-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;display:flex}.checkout-empty-text{color:#bdbdbd;margin:0 0 22px}.checkout-empty-actions{justify-content:center;gap:12px;margin-top:22px;display:flex}@media (width<=920px){.checkout-grid{grid-template-columns:1fr}}@media (width<=640px){.checkout-page{padding-bottom:32px;padding-left:12px;padding-right:12px}.checkout-header{flex-direction:column;align-items:flex-start}.checkout-promo{grid-template-columns:1fr}.checkout-item{border-radius:18px;grid-template-columns:56px minmax(0,1fr);gap:10px;padding:10px}.checkout-item img{border-radius:14px;width:56px;height:56px}.checkout-item-info strong{margin-bottom:4px;font-size:.95rem;line-height:1.2}.checkout-item-info p{font-size:.82rem}.checkout-item-prices{align-items:flex-start;gap:4px}.checkout-badge--danger{grid-column:2;justify-self:start;min-width:0;padding:5px 8px;font-size:.68rem}.checkout-empty-actions{flex-direction:column}.checkout-submitbar--desktop{margin-top:14px}}.success-page{background:radial-gradient(circle at top,#db0c0c29,#0000 30%),linear-gradient(#1a1a1ae0,#121212fa);justify-content:center;width:100%;min-height:70vh;padding:7rem 16px 96px;display:flex}.success-shell{justify-content:center;align-items:flex-start;width:min(100%,760px);min-height:70vh;display:flex}.success-card{background:#1e1e1ef0;border:1px solid #ffffff0f;border-radius:30px;width:100%;padding:28px;box-shadow:0 18px 60px #00000052}.success-card--paid{border-color:#6cda8d2e}.success-card--failed{border-color:#ff6b6b2e}.success-status{border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;display:inline-flex}.success-status--paid{color:#8be1a0;background:#214e3152}.success-status--failed{color:#ff8b8b;background:#7a1d1d4d}.success-status--pending{color:#ffd45f;background:#60490d4d}.success-status svg{width:30px;height:30px}.success-status-orb{border-width:2.5px;width:24px;height:24px}.success-label{letter-spacing:.14em;text-transform:uppercase;color:#919191;margin:0 0 8px;font-size:.78rem}.success-card h1{margin-bottom:12px;font-size:clamp(2rem,4vw,2.7rem);line-height:1.04}.success-description{color:#cecece;max-width:56ch;margin:0}.success-summary,.success-items{background:#ffffff08;border-radius:22px;margin-top:22px;padding:18px}.success-summary{gap:12px;display:grid}.success-summary-row,.success-item{justify-content:space-between;align-items:center;gap:16px;display:flex}.success-summary-row span,.success-item-meta{color:#bcbcbc}.success-item{border-bottom:1px solid #ffffff0f;padding:12px 0}.success-item:first-child{padding-top:0}.success-item:last-child{border-bottom:none;padding-bottom:0}.success-item-name{font-weight:600}.success-actions{gap:12px;margin-top:24px;display:flex}.success-footnote{color:#a8a8a8;margin-top:16px;font-size:.95rem}.success-actions .checkout-primary,.success-actions .checkout-secondary{min-width:0}@media (width<=640px){.success-page{padding-left:12px;padding-right:12px}.success-card{border-radius:26px;padding:22px 18px}.success-summary,.success-items{padding:16px}.success-summary-row,.success-item,.success-actions{flex-direction:column;align-items:flex-start}.success-actions .checkout-primary,.success-actions .checkout-secondary{width:100%}}.legal-page{width:min(100%,980px);margin:0 auto;padding:94px 20px 32px}.legal-hero{background:radial-gradient(58% 92% at 100% 0,#db0c0c2e 0%,#db0c0c1a 28%,#db0c0c00 72%),linear-gradient(#222222fa,#161616fa);border-radius:24px;gap:12px;margin-bottom:18px;padding:28px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f,0 24px 60px #00000040}.legal-eyebrow{color:#ff8a8a;letter-spacing:.04em;text-transform:uppercase;background:#db0c0c24;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.legal-hero h1{color:#fff;font-size:clamp(28px,5vw,42px);line-height:1.1}.legal-subtitle{color:#f1f1f1b8;max-width:720px;font-size:15px}.legal-card{background:#1e1e1eeb;border:1px solid #ffffff0f;border-radius:24px;margin-bottom:18px;padding:28px;box-shadow:0 18px 48px #0003}.legal-card h2{color:#fff;margin-bottom:14px;font-size:24px}.legal-card h3{color:#fff;margin:20px 0 8px;font-size:17px}.legal-card p,.legal-card li{color:#f1f1f1d1}.legal-card p+p,.legal-card ul+p,.legal-card p+ul,.legal-card h2+p,.legal-card h3+p{margin-top:12px}.legal-card ul{margin:12px 0 0;padding-left:22px}.legal-card li+li{margin-top:8px}.legal-card a:not(.legal-button):not(.legal-button--ghost){color:#ff8a8a}.legal-section+.legal-section{border-top:1px solid #ffffff0f;margin-top:24px;padding-top:24px}.legal-highlight{background:#db0c0c14;border:1px solid #db0c0c33;border-radius:18px;margin-top:18px;padding:18px 20px}.legal-meta{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.legal-meta span{color:#f1f1f1b8;background:#ffffff0d;border-radius:999px;padding:9px 14px;font-size:13px}.legal-actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.legal-button,.legal-button--ghost{background:var(--accent-color);color:#fff;cursor:pointer;appearance:none;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex}.legal-button:hover{background:#f11212;transform:translateY(-1px)}.legal-button--ghost{color:#fff;background:#ffffff0a;border-color:#ffffff14}.legal-button--ghost:any-link,.legal-button--ghost:visited,.legal-button--ghost:hover,.legal-button--ghost:focus,.legal-button--ghost:focus-visible,.legal-button--ghost:active{color:#fff;text-decoration:none}.legal-button--ghost:hover,.legal-button--ghost:focus-visible{background:#ffffff14;transform:translateY(-1px)}.legal-tab-panel .legal-highlight{margin-top:14px}.legal-tabs{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.legal-tab{color:#f1f1f1bd;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;min-height:42px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s}.legal-tab:hover{color:#fff;border-color:#ffffff29}.legal-tab.is-active{color:#fff;background:#db0c0c29;border-color:#db0c0c5c}.legal-tab-panel{display:none}.legal-tab-panel.is-active{display:block}.legal-note{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:18px;margin-bottom:18px;padding:18px 20px}.legal-steps{gap:14px;display:grid}.legal-step{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:14px;padding:16px 0;display:grid}.legal-step+.legal-step{border-top:1px solid #ffffff0f}.legal-step-number{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:inline-flex}.legal-step-body h3{margin:0 0 8px}.legal-step-body p{margin-top:0}.legal-image-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;margin-top:14px;padding:10px}.legal-image-card img{border-radius:10px;width:100%;height:auto;display:block}.legal-empty{text-align:center}@media (width<=768px){.legal-page{padding:88px 16px 24px}.legal-hero,.legal-card{border-radius:20px;padding:22px 18px}.legal-card h2{font-size:21px}}.moderator-page{background:linear-gradient(#181818 0%,#101010 100%);justify-content:center;width:100%;min-height:70vh;padding:7rem 16px 156px;display:flex}.moderator-page--loading{align-items:center}.moderator-shell{flex-direction:column;gap:18px;width:min(100%,1120px);min-height:70vh;display:flex}.moderator-shell--loading{color:#cfcfcf;justify-content:center;align-items:center}.moderator-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.moderator-header h1{font-size:clamp(1.9rem,3vw,2.45rem);line-height:1.05}.moderator-kicker{color:#a5a5a5;letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:.76rem;font-weight:800}.moderator-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.moderator-stats div,.moderator-order-card,.moderator-empty{background:#1e1e1eeb;border:1px solid #ffffff0f;border-radius:24px}.moderator-stats div{gap:6px;padding:16px;display:grid}.moderator-stats span,.moderator-order-grid span,.moderator-link-row span,.moderator-muted{color:#a9a9a9}.moderator-stats strong{color:#fff;font-size:1.35rem}.moderator-stat--online strong{color:#8be1a0}.moderator-stat--online strong:before{content:"";vertical-align:.12em;background:currentColor;border-radius:999px;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 12px}.moderator-toolbar{grid-template-columns:minmax(0,1fr) minmax(160px,220px);gap:12px;display:grid}.moderator-toolbar input,.moderator-toolbar select{color:#fff;width:100%;font:inherit;background:#141414f0;border:1px solid #ffffff14;border-radius:18px;outline:none;padding:13px 14px}.moderator-toolbar input:focus,.moderator-toolbar select:focus{border-color:#db0c0c6b;box-shadow:0 0 0 2px #db0c0c1a}.moderator-orders{gap:14px;display:grid}.moderator-order-card{gap:16px;padding:18px;display:grid}.moderator-order-main{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.moderator-order-main h2{font-size:1.25rem;line-height:1.15}.moderator-status{color:#ffd45f;white-space:nowrap;background:#ffcc0024;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.moderator-status--paid{color:#8be1a0;background:#6cda8d26}.moderator-status--failed{color:#ff8b8b;background:#ff6b6b29}.moderator-order-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.moderator-order-grid div,.moderator-order-item,.moderator-link-row{background:#ffffff09;border-radius:16px}.moderator-order-grid div{gap:5px;padding:12px;display:grid}.moderator-order-grid strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.moderator-order-items{gap:8px;display:grid}.moderator-order-item{justify-content:space-between;gap:12px;padding:10px 12px;display:flex}.moderator-order-item span,.moderator-order-item small,.moderator-link-row a,.moderator-link-row code{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.moderator-order-item small{color:#c8c8c8}.moderator-order-items-toggle{color:#fff;width:max-content;font:inherit;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:800}.moderator-order-items-toggle:hover,.moderator-order-items-toggle:focus-visible{background:#ffffff21}.moderator-links{gap:8px;display:grid}.moderator-link-row{grid-template-columns:max-content minmax(0,1fr) auto;align-items:center;gap:6px 12px;padding:10px 12px;display:grid}.moderator-link-row span{white-space:normal;max-width:96px;line-height:1.15}.moderator-link-row a{color:#f77;text-decoration:none}.moderator-link-row a:hover{color:#fff;text-decoration:underline}.moderator-link-row code{color:#f3f3f3}.moderator-link-row button{color:#fff;font:inherit;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;padding:8px 10px;font-size:.82rem;font-weight:800}.moderator-link-row button:hover{background:#ffffff21}.moderator-empty{justify-items:start;gap:10px;padding:28px;display:grid}.moderator-empty p{color:#cfcfcf;max-width:60ch;margin:0}@media (width<=780px){.moderator-header,.moderator-order-main{flex-direction:column}.moderator-stats,.moderator-order-grid,.moderator-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.moderator-link-row{grid-template-columns:1fr}}@media (width<=540px){.moderator-page{padding-left:12px;padding-right:12px}.moderator-stats,.moderator-order-grid,.moderator-toolbar{grid-template-columns:1fr}.moderator-order-card,.moderator-empty{border-radius:22px;padding:16px}}.my-orders-page{background:radial-gradient(circle at 0 0,#db0c0c1f,#0000 30%),linear-gradient(#181818eb,#121212fa);width:100%;min-height:70vh;padding:7rem 16px 96px}.my-orders-shell{width:min(100%,960px);margin:0 auto}.my-orders-header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.my-orders-header h1{margin:0;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.05}.my-orders-back{color:#f4f4f4;cursor:pointer;background:#222222e0;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:11px 14px;transition:border-color .2s,transform .2s,background .2s;display:inline-flex}.my-orders-back svg{width:18px;height:18px}.my-orders-back:hover{background:#2c2c2cf5;border-color:#db0c0c4d;transform:translateY(-1px)}.my-orders-summary{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.my-orders-summary span{color:#c8c8c8;background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;align-items:center;padding:7px 12px;font-size:.9rem;line-height:1;display:inline-flex}.my-orders-message,.my-orders-loading,.my-orders-card{background:#1e1e1ef0;border:1px solid #ffffff12;box-shadow:0 18px 54px #0000003d}.my-orders-message,.my-orders-loading{border-radius:24px;padding:22px}.my-orders-message{border-color:#ff6b6b33;margin-bottom:16px}.my-orders-message p,.my-orders-loading p{color:#c8c8c8;margin:6px 0 0}.my-orders-loading{flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:220px;display:flex}.my-orders-empty{text-align:center;background:#1e1e1eeb;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:20px;display:flex}.my-orders-empty h2{margin:0 0 8px}.my-orders-empty p{color:#bdbdbd;margin:0 0 22px}.my-orders-empty .checkout-primary{margin-top:0}.my-orders-list{gap:14px;display:grid}.my-orders-card{border-radius:22px;padding:20px;position:relative}.my-orders-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.my-orders-id{color:#a9a9a9;margin-bottom:7px;font-size:.9rem;font-weight:700;display:inline-flex}.my-orders-card h2{margin:0;font-size:1.18rem}.my-orders-status{border-radius:999px;flex:none;padding:7px 11px;font-size:.84rem;font-weight:800}.my-orders-status--paid{color:#9be7ad;background:#214e3147}.my-orders-status--failed{color:#ff9a9a;background:#7a1d1d47}.my-orders-status--pending{color:#ffe083;background:#60490d47}.my-orders-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.my-orders-meta div{background:#ffffff09;border-radius:16px;padding:12px}.my-orders-meta span{color:#969696;margin-bottom:5px;font-size:.86rem;display:block}.my-orders-meta strong{color:#fff}.my-orders-items{border-top:1px solid #ffffff12;margin-top:14px}.my-orders-items-inner{overflow:hidden}.my-orders-item{color:#d6d6d6;justify-content:space-between;gap:14px;padding:12px 0 0;display:flex}.my-orders-extra{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.my-orders-extra-inner{opacity:0;min-height:0;transition:opacity .2s,transform .24s;overflow:hidden;transform:translateY(-4px)}.my-orders-items.is-expanded .my-orders-extra{grid-template-rows:1fr}.my-orders-items.is-expanded .my-orders-extra-inner{opacity:1;transform:translateY(0)}.my-orders-item strong{flex:none}.my-orders-more{color:#9c9c9c;cursor:pointer;min-height:32px;font:inherit;background:0 0;border:none;align-items:center;margin-top:10px;padding:0;font-size:.95rem;font-weight:700;transition:color .18s;display:inline-flex}.my-orders-more:hover{color:#fff}@media (width<=720px){.my-orders-page{padding-left:12px;padding-right:12px}.my-orders-header{flex-direction:column;align-items:flex-start}.my-orders-back{width:fit-content}.my-orders-card-head{flex-direction:column;align-items:flex-start}.my-orders-meta{grid-template-columns:1fr}}
