@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--backgroundbackground: rgba(0, 0, 0, 1);--blockdark: rgba(10, 10, 10, 1);--blocklight: rgba(27, 27, 27, 1);--blockmedium: rgba(20, 20, 20, 1);--dividerdark: rgba(27, 27, 27, 1);--dividermedium: rgba(38, 38, 38, 1);--textdark: rgba(102, 102, 102, 1);--textlight: rgba(206, 206, 206, 1);--textmedium: rgba(161, 161, 161, 1);--textplaceholder: rgba(91, 91, 91, 1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.shop-modal__backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:#000000b3;animation:fadeIn .2s ease-out}.shop-modal{position:relative;max-height:90vh;overflow:auto;width:600px;padding:24px;background-color:var(--blockmedium);border-radius:14px;border:1.2px solid var(--dividermedium);animation:slideIn .3s ease-out}.shop-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--blocklight);color:var(--textlight);border:none;cursor:pointer;transition:background-color .2s}.shop-modal__close:hover{background-color:var(--dividerdark)}.shop-modal__header{margin-bottom:24px}.shop-modal__title{font-family:Manrope,Helvetica;font-weight:700;font-size:1.2rem;color:var(--textlight);margin-bottom:8px}.shop-modal__description{font-family:Manrope,Helvetica;font-size:13px;color:var(--textmedium);line-height:1.4}.shop-form{display:flex;flex-direction:column;gap:20px}.form-field{display:flex;align-items:flex-start;gap:12px}.form-field__label{min-width:140px}.form-field__title{font-family:Manrope,Helvetica;font-weight:500;color:var(--textlight)}.form-field__description{font-family:Manrope,Helvetica;font-size:12px;color:var(--textmedium);margin-top:4px}.form-field__input{flex:1}.shop-input{width:100%;height:45px;padding:0;text-align:center;background-color:var(--dividerdark);border-radius:9px;border:1.2px solid var(--dividermedium);font-family:Manrope,Helvetica;font-weight:500;font-size:16px;color:var(--textlight);outline:none;transition:border-color .2s}.shop-input:focus{border-color:var(--textmedium)}.shop-input::placeholder{color:var(--textplaceholder)}.shop-textarea{width:100%;min-height:80px;padding:12px;background-color:var(--dividerdark);border-radius:9px;border:1.2px solid var(--dividermedium);font-family:Manrope,Helvetica;font-weight:500;font-size:16px;color:var(--textlight);outline:none;resize:vertical;transition:border-color .2s}.shop-textarea:focus{border-color:var(--textmedium)}.shop-textarea::placeholder{color:var(--textplaceholder)}.select-wrapper{position:relative}.shop-select{width:100%;height:45px;padding:0 12px;background-color:var(--dividerdark);border-radius:9px;border:1.2px solid var(--dividermedium);font-family:Manrope,Helvetica;font-weight:500;font-size:16px;color:var(--textlight);outline:none;appearance:none;transition:border-color .2s}.shop-select:focus{border-color:var(--textmedium)}.select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--textmedium);pointer-events:none}.form-actions{display:flex;gap:12px;margin-top:8px}.shop-button{text-align:center;padding:10px 16px;border-radius:9px;font-weight:600;font-size:16px;border:none;cursor:pointer;transition:background-color .2s}.shop-button--primary{background-color:var(--blocklight);color:var(--textlight)}.shop-button--primary:hover{background-color:var(--dividerdark)}.shop-button--secondary{background-color:var(--dividerdark);color:var(--textmedium)}.shop-button--secondary:hover{background-color:var(--blocklight)}.shop-layout-flex{display:flex;min-height:100vh;background-color:var(--backgroundbackground)}.shop-sidebar{display:flex;flex-direction:column;width:280px;background-color:var(--blockmedium);border-right:1.2px solid var(--dividermedium);padding:24px 0;transition:transform .3s ease,width .3s ease}.shop-sidebar.closed{transform:translate(-100%);position:absolute;height:100%;z-index:10}.shop-sidebar__header{padding:0 24px;margin-bottom:32px}.shop-sidebar__title{font-family:Manrope,Helvetica;font-weight:700;font-size:22px;color:var(--textlight)}.shop-sidebar__user{padding:0 24px;margin-bottom:32px;display:flex;align-items:center;flex-wrap:wrap}.shop-sidebar__email{font-family:Manrope,Helvetica;font-weight:500;font-size:14px;color:var(--textmedium);margin-right:12px;margin-bottom:8px}.shop-sidebar__user:has(.shop-sidebar__avatar) .shop-sidebar__email{display:none}.shop-sidebar__logout{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:var(--blocklight);border:none;border-radius:6px;color:var(--textlight);font-family:Manrope,Helvetica;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s}.shop-sidebar__logout:hover{background-color:var(--dividerdark)}.shop-sidebar__nav{display:flex;flex-direction:column;padding:0 12px}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:4px;border-radius:9px;color:var(--textmedium);font-family:Manrope,Helvetica;font-weight:500;font-size:16px;text-decoration:none;transition:background-color .2s,color .2s}.sidebar-link:hover{background-color:var(--dividerdark);color:var(--textlight)}.sidebar-link.active{background-color:var(--blocklight);color:var(--textlight)}.sidebar-link__icon{display:flex;align-items:center;justify-content:center}.shop-sidebar__footer{margin-top:auto;padding:24px;font-family:Manrope,Helvetica;font-size:12px;color:var(--textdark)}.shop-content{flex:1;display:flex;flex-direction:column;min-width:0}.shop-header{display:flex;align-items:center;height:64px;padding:0 24px;background-color:var(--blockmedium);border-bottom:1.2px solid var(--dividermedium)}.shop-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;border-radius:9px;color:var(--textlight);cursor:pointer;margin-right:16px;transition:background-color .2s}.shop-header__menu-toggle:hover{background-color:var(--dividerdark)}.shop-header__title{font-family:Manrope,Helvetica;font-weight:700;font-size:22px;color:var(--textlight)}.shop-main{flex:1;padding:24px;background-color:var(--blockdark);color:var(--textlight);font-family:Manrope,Helvetica}.shop-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.shop-page-header__title{font-family:Manrope,Helvetica;font-weight:700;font-size:24px;color:var(--textlight)}.shop-list{margin-top:16px}.shop-empty-state{padding:32px;text-align:center;background-color:var(--blockmedium);border-radius:9px;color:var(--textmedium);font-family:Manrope,Helvetica;font-size:16px}@media (max-width: 900px){.shop-main{flex-direction:column!important;gap:16px!important;padding:12px!important;min-height:unset!important}.shop-main>div{width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 18px!important;border-radius:10px!important;box-shadow:0 1px 6px #0002!important;padding:14px!important}.shop-main>div:first-child{margin-bottom:12px!important}.shop-button.shop-button--primary{width:auto!important;float:right;margin-bottom:10px!important;margin-top:2px!important}.shop-card,.shop-card--selected{margin-bottom:14px!important;padding:10px!important;border-radius:8px!important}.shop-card .shop-button{width:100%!important;margin-top:8px!important}.shop-section{margin-bottom:18px!important}}@media (max-width: 600px){.shop-stats-row{display:block!important}.shop-stats-row>div{width:100%!important;margin-bottom:10px!important;display:block!important}.shop-main>div{padding-top:18px!important;padding-bottom:18px!important}.shop-section-title,.shop-main h2{display:block!important;margin-bottom:0!important;font-size:20px!important;text-align:left!important}.shop-main>div>div:first-child{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;margin-bottom:0!important}.shop-button.shop-button--primary{width:100%!important;display:block!important;float:none!important;margin-top:10px!important;margin-bottom:16px!important}.shop-card,.shop-card--selected{padding:14px!important;border-radius:10px!important;box-shadow:0 2px 8px #0003!important;margin-bottom:16px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important}.shop-card .shop-button{align-self:flex-end!important;margin-left:8px!important;min-width:36px!important;min-height:36px!important;padding:0!important}form[style*="background: var(--blockdark)"]{padding:10px 8px!important;border-radius:6px!important;margin-top:10px!important;margin-bottom:14px!important;box-shadow:0 1px 4px #0004!important}form[style*="background: var(--blockdark)"] input,form[style*="background: var(--blockdark)"] .shop-input{height:38px!important;font-size:15px!important;margin-bottom:10px!important;border-radius:6px!important}form[style*="background: var(--blockdark)"] button{margin-top:6px!important;border-radius:6px!important;font-size:15px!important;height:38px!important}}@media (max-width: 768px){.shop-main{flex-direction:column!important;gap:12px!important;padding:8px!important}.shop-main>div{width:100%!important;min-width:0!important;max-width:100%!important;padding:12px!important;border-radius:8px!important}.shop-list,.shop-card,.shop-card--selected{flex-direction:column!important;align-items:stretch!important;padding:12px!important;font-size:15px!important}.shop-card{margin-bottom:8px!important}.shop-card .shop-button{width:100%!important;margin-top:8px!important}}@media (max-width: 480px){.shop-main{padding:2px!important;gap:6px!important}.shop-main>div{padding:6px!important;border-radius:6px!important;margin-bottom:10px!important}.shop-card,.shop-card--selected{font-size:14px!important;padding:7px!important;border-radius:6px!important}.shop-button{font-size:15px!important;padding:8px!important}.shop-section{margin-bottom:12px!important}.shop-section-title,.shop-main h2{font-size:17px!important}.shop-card,.shop-card--selected{padding:9px!important;font-size:13px!important}form[style*="background: var(--blockdark)"]{font-size:14px!important;padding:7px 5px!important}form[style*="background: var(--blockdark)"] input,form[style*="background: var(--blockdark)"] .shop-input,form[style*="background: var(--blockdark)"] button{font-size:14px!important;height:34px!important}}.shop-sidebar__user-info{display:flex;align-items:center;gap:12px;margin-right:12px;margin-bottom:8px;flex:1}.shop-sidebar__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--blocklight);box-shadow:0 2px 8px #0000004d}.shop-sidebar__username{font-family:Manrope,Helvetica;font-weight:600;font-size:14px;color:var(--textlight);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.shop-sidebar__user-info{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.shop-sidebar__username{max-width:100%;font-size:13px}.shop-sidebar__avatar{width:28px;height:28px}}.divider-wrapper{display:flex;align-items:center;gap:16px;margin:24px 0}.divider-wrapper .line{background-color:#ffffff0d;height:1px;flex:1;border-radius:2px}.divider-wrapper .text{color:#888;font-size:14px;margin:0;white-space:nowrap;font-family:Manrope,Helvetica;font-weight:500}:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5% 64.9%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 85.7% 97.3%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}*{border-color:hsl(var(--border))}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#fff;background:#141414;font-feature-settings:"rlig" 1,"calt" 1;font-synthesis-weight:none;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#404040;border-radius:6px;border:2px solid #1A1A1A}::-webkit-scrollbar-thumb:hover{background:#525252}::-webkit-scrollbar-corner{background:#1a1a1a}::selection{background:#525252;color:#fff;text-shadow:none}::-moz-selection{background:#525252;color:#fff;text-shadow:none}.landing-header{border-bottom:1px solid #262626;position:relative;z-index:100000}.header-content{margin:0 auto;padding:0 24px;height:70px;display:flex;align-items:center;justify-content:space-between;position:relative}.header-logo{display:flex;align-items:center;gap:12px;color:#fff;font-weight:600;font-size:18px;letter-spacing:.5px}.logo-icon{width:32px;height:32px;color:#fff}.logo-text{font-weight:700;letter-spacing:1px}.header-social{display:flex;align-items:center;gap:16px;margin-left:32px}.header-social a{color:#fff;opacity:.8;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.header-social a:hover{opacity:1}.header-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:30px;list-style:none;z-index:100001}.nav-link{color:#fff;text-decoration:none;font-size:18px;font-weight:500;letter-spacing:.5px;transition:color .2s ease}.nav-link:hover{opacity:.5}@media (max-width: 768px){.nav-link{font-size:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);width:100%;text-align:center}.nav-link:last-child{border-bottom:none}.nav-link:hover{background:#ffffff0d;opacity:1}}.header-login-btn{display:flex;align-items:center;gap:10px;padding:11px 19px;background:transparent;border:1px solid #404040;border-radius:5px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:18px;font-weight:500;letter-spacing:.5px}.header-login-btn:hover{background:#262626;border-color:#525252}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{width:24px;height:2px;background:#fff;border-radius:1px;transition:all .3s ease}@media (max-width: 768px){.header-social{display:none}.header-nav{position:fixed;top:70px;left:0;right:0;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);flex-direction:column;padding:24px;gap:20px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.header-nav.mobile-open{transform:translateY(0);opacity:1;visibility:visible;box-shadow:0 4px 20px #0000004d}.nav-dot{display:none}.mobile-menu-btn{display:flex}.header-login-btn{display:none}}.landing-container{min-height:calc(100vh - 70px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;position:relative}.landing-card{max-width:1000px;width:100%;background:transparent;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;text-align:center;position:relative;overflow:hidden}.landing-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border-radius:var(--radius);font-size:.875rem;font-weight:500;margin-bottom:1.5rem;position:relative;z-index:1}.landing-title{font-size:1.5rem;font-weight:600;color:#fff;text-align:center;border-bottom:4px solid;font-size:36px;padding-bottom:4px;text-transform:uppercase;display:inline-block}.landing-description{font-size:1.125rem;line-height:1.6;color:hsl(var(--muted-foreground));margin-bottom:2rem;margin-left:auto;margin-right:auto}.landing-subtitle{text-align:center;font-size:40px;font-weight:900;-webkit-text-fill-color:transparent;background:radial-gradient(circle,#f2f2f2 40%,#b6b6b6) text}.landing-text{font-size:1rem;line-height:1.6;color:hsl(var(--muted-foreground));margin-bottom:1.5rem;text-align:left;max-width:700px;margin-left:auto;margin-right:auto}.landing-h3{font-size:1.25rem;font-weight:600;color:#fff;margin:1.5rem 0 1rem;text-align:center}.landing-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;max-width:600px;margin-left:auto;margin-right:auto}.comparison-item{border-radius:var(--radius);padding:1.5rem;text-align:left;background:#1a1a1a;border:1px solid #262626}.comparison-item h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.comparison-item ul{list-style:none;padding:0;margin:0}.comparison-item li{color:hsl(var(--muted-foreground));position:relative;padding:.5rem 0 .5rem 1.5rem}.comparison-item li:before{content:"ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";position:absolute;left:0;color:#fff;font-weight:700}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0;max-width:700px;margin-left:auto;margin-right:auto}.feature-item{border-radius:var(--radius);padding:1.5rem;text-align:center;transition:all .2s ease;background:#1a1a1a;border:1px solid #262626}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-item h4{font-size:1rem;font-weight:600;margin:.5rem 0;color:#fff}.feature-item p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.landing-feature{background:#1a1a1a;border:1px solid #262626;border-radius:12px;padding:1.5rem;text-align:left;transition:all .2s ease}.landing-feature:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.landing-feature-header{align-items:center;display:inline-flex;gap:14px;margin-bottom:.75rem}.landing-feature svg,.landing-feature-header svg{flex-shrink:0;width:24px;height:24px}.landing-feature h3{font-size:1.125rem;font-weight:600;margin:0;color:#fff}.landing-feature p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0}.landing-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-primary{background:#fff;color:#000;margin:10px}.btn-primary:hover{background:#ffffffe6;transform:translateY(-1px)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border))}.btn-secondary:hover{background:hsl(var(--secondary) / .8);transform:translateY(-1px)}.landing-features{font-size:.875rem;color:hsl(var(--muted-foreground));margin:2rem 0;line-height:1.6}.landing-domain{color:#fff;font-weight:600}.landing-stats{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:2rem}@media (max-width: 768px){.landing-container{padding:5rem .5rem .5rem}.landing-card-content{padding:1.5rem}.landing-title{font-size:1.75rem}.landing-description{font-size:.9rem}.landing-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.landing-grid{grid-template-columns:1fr}.landing-comparison{grid-template-columns:1fr;gap:1rem}.landing-features-grid{grid-template-columns:1fr}.landing-subtitle{font-size:1.25rem}.landing-h3{font-size:1.125rem}}@media (max-width: 480px){.landing-container{padding-top:.5rem}.landing-card-content{padding:1rem}.landing-title{font-size:1.5rem}.landing-description{font-size:.8rem}.landing-subtitle{font-size:1.125rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-card{animation:fadeInUp .6s ease-out}.landing-buttons{animation:fadeInUp .8s ease-out}.landing-features{animation:fadeInUp 1s ease-out}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.landing-navigation{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.75rem;z-index:1000;align-items:flex-end;transform:none!important;transition:none!important;animation:none!important}.nav-buttons{display:flex;gap:.5rem}.nav-login-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#000;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.nav-login-btn:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsl(var(--border))}.social-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.social-link.telegram{background:linear-gradient(135deg,#08c,#0077b3);color:#fff}.social-link.telegram:hover{background:linear-gradient(135deg,#0077b3,#069)}.social-link.vk{background:linear-gradient(135deg,#4a76a8,#3d5a80);color:#fff}.social-link.vk:hover{background:linear-gradient(135deg,#3d5a80,#2c3e50)}.social-link.discord{background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff}.social-link.discord:hover{background:linear-gradient(135deg,#4752c4,#3c45a5)}@media (max-width: 768px){.landing-navigation{position:fixed!important;top:.75rem!important;right:.75rem!important;gap:.5rem;flex-direction:row;align-items:center;z-index:9999!important;transform:none!important}.nav-buttons{order:2}.social-links{flex-direction:row;order:1}.nav-login-btn{padding:.5rem .75rem;font-size:.75rem;background:#fff;color:#000;border-radius:50px;min-width:auto}.social-link{padding:.5rem;font-size:.75rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;min-width:40px}.social-link span{display:none}.social-link svg{width:18px;height:18px}}@media (max-width: 480px){.landing-navigation{position:fixed!important;top:.5rem!important;right:.5rem!important;gap:.375rem;z-index:9999!important;transform:none!important}.nav-login-btn{padding:.375rem .625rem;font-size:.7rem;border-radius:50px}.social-link{padding:.375rem;width:36px;height:36px;min-width:36px}.social-link svg{width:16px;height:16px}}@media (max-width: 360px){.landing-navigation{position:fixed!important;top:.375rem!important;right:.375rem!important;gap:.25rem;z-index:9999!important;transform:none!important}.nav-login-btn{padding:.25rem .5rem;font-size:.65rem}.social-link{padding:.25rem;width:32px;height:32px;min-width:32px}.social-link svg{width:14px;height:14px}}.landing-seo-section{margin:1rem 0;border-radius:12px;overflow:hidden;background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.landing-seo-section:hover{transform:translateY(-1px);box-shadow:0 4px 20px #00000026;border-color:#ffffff26}.seo-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;cursor:pointer;background:#ffffff05;transition:all .3s ease;position:relative;z-index:1}.seo-header:hover{background:#ffffff0a}.seo-header .landing-subtitle{margin:0;font-size:1.125rem;color:#fff;font-weight:600}.seo-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.seo-icon:hover{transform:scale(1.05);background:#ffffff26;border-color:#fff3}.seo-icon.rotated{transform:rotate(180deg) scale(1.05)}.seo-content{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0 1.25rem;background:#ffffff03}.seo-content.expanded{max-height:500px;padding:1.25rem}.seo-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.seo-feature{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#ffffff05;border-radius:8px;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.seo-feature:hover{background:#ffffff0a;transform:translate(3px);border-color:#ffffff1a}.seo-feature svg{color:#22c55e;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(34,197,94,.2))}.seo-feature span{font-size:.9rem;color:#fff;line-height:1.4;font-weight:500}@media (max-width: 768px){.landing-seo-section{margin:.75rem 0;border-radius:10px}.seo-header{padding:1rem}.seo-header .landing-subtitle{font-size:1rem}.seo-icon{width:32px;height:32px}.seo-content.expanded{padding:1rem}.seo-feature{padding:.75rem;gap:.5rem}.seo-feature span{font-size:.85rem}}@media (max-width: 480px){.seo-header{padding:.875rem}.seo-header .landing-subtitle{font-size:.95rem}.seo-icon{width:28px;height:28px}.seo-content.expanded{padding:.875rem}.seo-feature{padding:.625rem}.seo-feature span{font-size:.8rem}}.review{display:flex;flex-direction:column;gap:24px}.review-head{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:20px}.review-head h2{color:#fff;font-size:28px;font-weight:500;line-height:40px;letter-spacing:-.14px;text-align:center;font-style:normal;margin:0}.review-head p{color:#7c7c7e;font-size:16px;font-weight:400;line-height:26px;letter-spacing:-.08px;text-align:center;font-style:normal;margin:0}.review-body{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.review-content{width:auto;height:500px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;position:relative}.review-content:before,.review-content:after{content:"";position:absolute;left:0;right:0;height:60px;z-index:10;pointer-events:none}.review-content:before{top:0;background:linear-gradient(180deg,#1a1a1a,#09090d00)}.review-content:after{bottom:0;background:linear-gradient(0deg,#1a1a1a,#09090d00)}.review-column{height:100%;overflow:hidden;position:relative}.review-column .swiper-slide{height:auto!important}.review-column .swiper-wrapper{transition-timing-function:linear}.review-slide{margin-bottom:24px;height:auto!important}.review-item{display:flex;flex-direction:column;gap:24px;padding:20px;border-radius:8px;background:#1a1a1a;border:1px solid #262626;min-height:200px;height:auto;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 8px;position:relative;z-index:1}.review-item:hover{border-color:#ffffff1a;transform:translateY(-1px)}.review-item-text p{color:#c3c3ca;font-size:16px;font-weight:500;line-height:26px;letter-spacing:-.08px;font-style:normal}.review-item-text p span{color:#7c7c7e}.review-item-user{margin-top:auto;display:flex;align-items:center;gap:16px}.review-avatar{width:40px;height:40px;border-radius:50%;background:#17171d;color:#c3c3ca;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0;border:1px solid #1c1c25;overflow:hidden;position:relative}.review-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.review-avatar .fallback{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#17171d;color:#c3c3ca;font-weight:600;font-size:14px}.review-user-info p{color:#fff;font-size:16px;font-weight:500;line-height:26px;font-style:normal;margin:0}.review-user-info span{color:#7c7c7e;font-size:14px;font-weight:400;line-height:22px;font-style:normal}.review-content-min{display:none;width:100%;position:relative}.review-row{position:relative}.review-row:after,.review-row:before{position:absolute;content:"";width:50px;height:100%;background:#fff;z-index:2;inset-block:0}.review-row:before{left:-10px;background:linear-gradient(90deg,#09090d 16.73%,#09090d00)}.review-row:after{right:-10px;background:linear-gradient(270deg,#09090d 16.73%,#09090d00)}.review-content-min:before,.review-content-min:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:10;pointer-events:none}.review-content-min:before{left:0;background:linear-gradient(90deg,#09090d,#09090d00)}.review-content-min:after{right:0;background:linear-gradient(270deg,#09090d,#09090d00)}.review-row .swiper-wrapper{transition-timing-function:linear}@media (max-width: 1064px){.review-content{display:none}.review-content-min{display:flex}}@media (max-width: 768px){.review-head h2{font-size:24px;line-height:32px}.review-head p{font-size:14px;line-height:22px}}.footer{width:100%;max-width:1000px;margin:4rem auto 0;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;color:#ffffffb3;box-sizing:border-box}.footer__copyright{display:flex;align-items:center;gap:1.5rem;color:#ffffffb3;font-size:14px;font-weight:400}.footer__media{display:flex;gap:.75rem}.footer__media a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#ffffffb3;transition:all .3s ease;text-decoration:none}.footer__media a svg{width:20px;height:20px;transition:all .3s ease}.footer__media a:hover{color:#fff;transform:translateY(-1px)}.footer__media a:hover svg{transform:scale(1.1)}.footer__links{display:flex;gap:2rem;flex-wrap:wrap}.footer__links a{color:#ffffffb3;text-decoration:none;font-size:14px;font-weight:400;transition:color .3s ease;cursor:pointer}.footer__links a:hover{color:#fff}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{background:#1a1a1a;border:1px solid #262626;border-radius:1rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;animation:modalSlideIn .4s ease;position:relative}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#262626;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#525252}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05;border-radius:1rem 1rem 0 0}.modal-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3)}.modal-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);font-size:1.5rem;color:#ffffffb3;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#ffffff26;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.modal-body{padding:2rem;color:#fffc}.modal-body h4{margin:2rem 0 1rem;font-size:1.1rem;font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3)}.modal-body h4:first-child{margin-top:0}.modal-body p{margin:0 0 1.5rem;line-height:1.7;color:#fffc;font-size:14px}.modal-body a{color:#ffffffe6;text-decoration:none;font-weight:500;transition:all .3s ease}.modal-body a:hover{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.modal-social-links{display:flex;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.modal-social-link{display:flex;align-items:center;justify-content:center;border-radius:8px;background:#262626;border:1px solid #404040;color:#fff;text-decoration:none;transition:all .3s ease;width:60px;height:60px}.modal-social-link:hover{background:#404040;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.modal-social-link svg{width:24px;height:24px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.footer{flex-direction:column;text-align:center;gap:2rem;padding:2rem 1rem;margin:3rem auto 0;width:calc(100% - 2rem);max-width:100%}.footer__copyright{flex-direction:column;gap:1.5rem;align-items:center}.footer__media{justify-content:center;display:flex}.footer__links{justify-content:center;gap:1.5rem;display:flex;flex-wrap:wrap}.modal-content{width:95%;max-height:90vh;margin:1rem}.modal-header,.modal-body{padding:1.5rem}}@media (max-width: 480px){.footer{padding:1.5rem 1rem;gap:1.5rem;margin:2rem auto 0;width:calc(100% - 2rem);max-width:100%}.footer__copyright{width:100%;text-align:center}.footer__media{width:100%;justify-content:center}.footer__links{flex-direction:column;align-items:center;gap:1rem;width:100%}.footer__media a{width:28px;height:28px}.footer__media a svg{width:18px;height:18px}.modal-header,.modal-body{padding:1rem}.modal-header h3{font-size:1.25rem}}.group{position:relative;display:inline-block;margin-top:2.5rem;text-align:center}.group-button{display:block;text-decoration:none;border:1px solid rgba(255,255,255,.08);outline:none;cursor:pointer;background:#ffffff08;border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);padding:1rem .25rem;font-size:1.125rem;font-weight:600;color:#fff;text-align:center;min-width:200px;box-shadow:0 1px 3px #0000001a}.group-button:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.group{position:relative}.group img{position:absolute;width:64px;height:64px;border-radius:8px;object-fit:cover;pointer-events:none;opacity:0;transition:all .5s ease-out;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.group-button{position:relative;z-index:10}.group:hover img:nth-child(2){opacity:1;top:-2rem;left:-5rem;transform:translate(0)}.group:hover img:nth-child(3){opacity:1;top:-2rem;left:14rem;transform:translate(0)}.group:hover img:nth-child(4){opacity:1;top:5rem;left:5rem;transform:translate(0)}.font-sf-pro-display{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.nav-dropdown{position:relative;display:inline-block;z-index:100002}.dropdown-toggle{display:flex;align-items:center;gap:4px;cursor:pointer}.dropdown-toggle svg{transition:transform .2s ease}.dropdown-toggle svg.rotated{transform:rotate(180deg)!important}.dropdown-menu{position:absolute;top:100%;left:50%;background:#1a1a1a;border:1px solid #262626;border-radius:8px;padding:8px 0;min-width:140px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .2s ease;z-index:99999;box-shadow:0 4px 20px #0000004d;margin-top:8px}.dropdown-menu.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{display:block;padding:10px 16px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s ease;white-space:nowrap}.dropdown-item:hover{background:#262626;color:#fff}@media (max-width: 768px){.nav-dropdown{width:100%}.dropdown-toggle{justify-content:center;width:100%;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-menu{position:static;transform:none;background:#262626;border:none;border-radius:8px;margin-top:8px;margin-left:0;box-shadow:0 2px 10px #0003;opacity:1;visibility:visible;display:none;padding:8px 0;border-left:none}.dropdown-menu.show{display:block;transform:none}.dropdown-item{text-align:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffffe6;font-size:14px;font-weight:400;margin-left:0}.dropdown-item:hover{background:#ffffff0d;color:#fff}.dropdown-item:last-child{border-bottom:none}}.landing-hero-section{display:flex;flex-direction:row;align-items:center;gap:4rem;margin:3rem 0;padding:2rem 0;background:#1a1a1a;border:1px solid #262626;border-radius:8px}.landing-hero-left{flex:1;display:flex;flex-direction:column;gap:1rem}.landing-feature-card{border-radius:12px;padding:1.5rem;transition:all .3s ease}.landing-feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.landing-feature-card h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;line-height:1.3;text-align:left;margin-top:0}.landing-feature-card p{color:#a0aec0;font-size:.95rem;line-height:1.6;margin:0;text-align:left}.landing-hero-right{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{position:relative;z-index:2}.phone-image{width:100%;height:auto;max-width:400px;border-radius:20px;transition:transform .3s ease}.floating-info{position:absolute;right:-120px;top:50%;transform:translateY(-50%);z-index:1}.info-box{background:#000c;border-radius:12px;padding:20px;text-align:center;color:#fff;max-width:200px}.info-box h4{font-size:16px;font-weight:600;margin:0 0 8px}.info-box p{font-size:12px;opacity:.8;margin:0 0 16px}.info-button{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;width:100%}.info-button:hover{background:#7c3aed}@media (max-width: 1024px){.landing-hero-section{flex-direction:column;gap:3rem;text-align:center}.landing-hero-left{order:2}.landing-hero-right{order:1}.phone-image{max-width:350px}.floating-info{position:static;transform:none;margin-top:2rem;right:auto}.info-box{max-width:300px;margin:0 auto}}@media (max-width: 768px){.phone-image{max-width:300px}}@media (max-width: 480px){.phone-image{max-width:250px}}.landing-hero-content{display:flex}.landing-feature-content{display:flex;align-items:flex-start;gap:1rem}.landing-feature-icon{flex-shrink:0;width:48px;height:48px;background:#404040;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.shop-features-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;padding:0 2rem}.shop-features-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;background:#bfbfbf;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shop-features-subtitle{font-size:1.1rem;color:#ccc;line-height:1.6;margin:0}.shop-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.shop-feature-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:.5rem 2rem 0rem;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer}.shop-feature-card:hover{border-color:#737373;transform:translateY(-8px);box-shadow:0 20px 40px #e1e1e133}.shop-feature-content h3{font-size:1.25rem;font-weight:600;color:#ccc;margin-bottom:1rem;transition:all .3s ease}.shop-feature-card:hover .shop-feature-content h3{color:#fff}.shop-feature-preview{margin-top:1.5rem}.shop-preview-card{background:#262626;border:1px solid #404040;border-radius:12px;padding:1.5rem;transition:all .3s ease;opacity:.7;transform:scale(.95)}.shop-feature-card:hover .shop-preview-card{opacity:1;transform:scale(1);border-color:#8b5cf6;background:#2a2a2a}.shop-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.shop-preview-title{font-size:1rem;font-weight:600;color:#999;transition:all .3s ease}.shop-feature-card:hover .shop-preview-title{color:#fff}.shop-preview-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.shop-preview-feature{font-size:.875rem;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-preview-feature{color:#ccc}.shop-preview-price{font-size:1rem;font-weight:600;color:#999;transition:all .3s ease}.shop-feature-card:hover .shop-preview-price{color:#8b5cf6}.shop-preview-image{display:flex;justify-content:center;margin-bottom:1rem}.shop-preview-image-real{width:48px;height:48px;border-radius:8px;object-fit:cover;transition:all .3s ease;filter:grayscale(100%) brightness(.5)}.shop-feature-card:hover .shop-preview-image-real{filter:grayscale(0%) brightness(1);transform:scale(1.1)}.shop-product-image{width:24px;height:24px;border-radius:6px;object-fit:cover;transition:all .3s ease;filter:grayscale(100%) brightness(.5);margin-right:.5rem}.shop-feature-card:hover .shop-product-image{filter:grayscale(0%) brightness(1);transform:scale(1.1)}.shop-preview-platforms{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.shop-platform-icon{width:16px;height:16px;background:#404040;border-radius:4px;transition:all .3s ease}.shop-feature-card:hover .shop-platform-icon{background:#8b5cf6}.shop-preview-user{display:flex;align-items:center;gap:.5rem}.shop-user-avatar{width:20px;height:20px;background:#404040;border-radius:50%;transition:all .3s ease}.shop-feature-card:hover .shop-user-avatar{background:#8b5cf6}.shop-preview-cart{display:flex;align-items:center}.shop-cart-icon{width:20px;height:20px;background:#404040;border-radius:4px;transition:all .3s ease}.shop-feature-card:hover .shop-cart-icon{background:#8b5cf6}.shop-preview-products{display:flex;flex-direction:column;gap:.75rem}.shop-preview-product{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#333;border-radius:8px;transition:all .3s ease}.shop-product-info{display:flex;align-items:center;flex:1}.shop-feature-card:hover .shop-preview-product{background:#404040}.shop-product-title{font-size:.875rem;color:#999;transition:all .3s ease}.shop-feature-card:hover .shop-product-title{color:#fff}.shop-product-price{font-size:.875rem;font-weight:600;color:#999;transition:all .3s ease}.shop-feature-card:hover .shop-product-price{color:#efefef}.shop-old-price{text-decoration:line-through;color:#666;margin-right:.5rem}.shop-product-icon{width:24px;height:24px;background:#404040;border-radius:6px;transition:all .3s ease}.shop-feature-card:hover .shop-product-icon{background:#8b5cf6}.shop-preview-notification{background:#404040;color:#999;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;transition:all .3s ease}.shop-feature-card:hover .shop-preview-notification{background:#8b5cf6;color:#fff}.shop-preview-sidebar{display:flex;flex-direction:column;gap:1rem}.shop-sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.shop-nav-item{font-size:.75rem;color:#666;padding:.25rem .5rem;border-radius:4px;transition:all .3s ease}.shop-nav-item.active{background:#404040;color:#999}.shop-feature-card:hover .shop-nav-item{color:#ccc}.shop-feature-card:hover .shop-nav-item.active{background:#8b5cf6;color:#fff}.shop-sidebar-games{display:flex;flex-direction:column;gap:.25rem}.shop-game-item{font-size:.75rem;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-game-item{color:#ccc}.shop-preview-main{display:flex;justify-content:flex-end;margin-top:1rem}.shop-main-settings{display:flex;align-items:center}.shop-settings-icon{width:20px;height:20px;background:#404040;border-radius:4px;transition:all .3s ease}.shop-feature-card:hover .shop-settings-icon{background:#8b5cf6}.shop-preview-skins{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}.shop-skin-image{width:32px;height:32px;border-radius:6px;object-fit:cover;transition:all .3s ease;filter:grayscale(100%) brightness(.5);border:1px solid #404040}.shop-feature-card:hover .shop-skin-image{filter:grayscale(0%) brightness(1);transform:scale(1.1);border-color:#8b5cf6}.shop-preview-trade{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem;background:#333;border-radius:8px;transition:all .3s ease}.shop-feature-card:hover .shop-preview-trade{background:#404040}.shop-trade-arrow{font-size:1.5rem;color:#666;font-weight:700;transition:all .3s ease}.shop-trade-balance{font-size:1.1rem;font-weight:600;color:#999;transition:all .3s ease}.shop-feature-card:hover .shop-trade-balance{color:#8b5cf6}.shop-preview-dashboard{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#1a1a1a;border-radius:12px}.shop-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #333}.shop-dashboard-title{font-size:.9rem;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.shop-feature-card:hover .shop-dashboard-title{color:#fff}.shop-dashboard-save-btn{background:#4a90e2;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.shop-feature-card:hover .shop-dashboard-save-btn{background:#357abd;transform:translateY(-1px);box-shadow:0 4px 12px #4a90e24d}.shop-dashboard-instructions{font-size:.7rem;color:#666;margin-bottom:1rem;transition:all .3s ease}.shop-feature-card:hover .shop-dashboard-instructions{color:#d2d1d5}.shop-dashboard-sort-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.shop-sort-item{background:#2a2a2a;border:2px solid #333;border-radius:8px;padding:.75rem;cursor:grab;transition:all .3s ease;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.shop-feature-card:hover .shop-sort-item{border-color:#bfbfbf;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.shop-feature-card:hover .shop-sort-item:active{cursor:grabbing;opacity:.8;transform:scale(1.05) rotate(2deg);z-index:1000;box-shadow:0 15px 35px #359eff4d;border-color:#359eff;background:#359eff1a}.shop-sort-img{width:48px;height:48px;object-fit:contain;border-radius:6px;background:#1a1a1a;border:1px solid #333;transition:all .3s ease;filter:grayscale(100%) brightness(.7)}.shop-feature-card:hover .shop-sort-img{filter:none;transform:scale(1.1)}.shop-sort-name{font-size:.7rem;font-weight:600;color:#ccc;text-align:center;line-height:1.2;word-break:break-word;transition:all .3s ease}.shop-feature-card:hover .shop-sort-name{color:#fff}.shop-sort-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;opacity:0;transition:opacity .3s ease}.shop-feature-card:hover .shop-sort-item:before{opacity:1}.shop-feature-card:hover .shop-sort-item-dragging{opacity:.8!important;transform:scale(1.05) rotate(2deg)!important;z-index:1000!important;box-shadow:0 15px 35px #359eff4d!important;border-color:#359eff!important;background:#359eff1a!important;cursor:grabbing!important}.shop-feature-card:hover .shop-sort-item-dropzone{background:#00d97e1a!important;border-color:#00d97e!important;transform:scale(1.02)!important;box-shadow:0 8px 25px #00d97e33!important;position:relative!important;animation:dropzone-pulse 1.5s ease-in-out infinite!important}.shop-feature-card:hover .shop-sort-item-dropzone:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(0,217,126,.1) 50%,transparent 70%);animation:shimmer 1.5s infinite;border-radius:8px;opacity:1!important}.shop-feature-card:hover .shop-sort-item-dropzone:after{content:"ÐœÐµÑÑ‚Ð¾ Ð·Ð°Ð¼ÐµÐ½Ñ‹";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#00d97ee6;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;z-index:10}.shop-sort-drop-indicator{width:100%;height:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#00d97e;font-size:12px;font-weight:500;animation:dropzone-pulse 1.5s ease-in-out infinite}@keyframes dropzone-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.shop-slider-container{display:flex;align-items:center;justify-content:center;position:relative;perspective:1000px}.shop-slider-card{background:#2a2a2a;border:1px solid #333;border-radius:12px;padding:1rem;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.shop-feature-card:hover .shop-slider-card{background:#333;border-color:#bfbfbf}.shop-slider-card-left{transform:scale(.8) translate(-20px);opacity:.6;z-index:1}.shop-feature-card:hover .shop-slider-card-left{transform:scale(.85) translate(-15px);opacity:.8}.shop-slider-card-center{transform:scale(1.1);z-index:3;box-shadow:0 10px 30px #0000004d}.shop-feature-card:hover .shop-slider-card-center{transform:scale(1.15);box-shadow:0 15px 40px #ededed33}.shop-slider-card-right{transform:scale(.8) translate(20px);opacity:.6;z-index:1}.shop-feature-card:hover .shop-slider-card-right{transform:scale(.85) translate(15px);opacity:.8}.shop-slider-card-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.7rem;font-weight:600;z-index:10}.shop-slider-card-image{width:60px;height:60px;border-radius:8px;background:#1a1a1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease;filter:grayscale(100%) brightness(.7)}.shop-feature-card:hover .shop-slider-card-image{filter:none;transform:scale(1.1)}.shop-slider-image{width:100%;height:100%;object-fit:contain;border-radius:6px}.shop-slider-card-title{font-size:.8rem;font-weight:600;color:#ccc;text-align:center;transition:all .3s ease}.shop-feature-card:hover .shop-slider-card-title{color:#fff}.shop-slider-card-features{display:flex;flex-direction:column;gap:.25rem;margin:.5rem 0}.shop-slider-feature{font-size:.65rem;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-slider-feature{color:#bfbfbf}.shop-slider-card-price{font-size:.9rem;font-weight:700;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-slider-card-price{color:#ededed}.shop-slider-card-button{background:#404040;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.shop-feature-card:hover .shop-slider-card-button{background:#4f4f4f;transform:translateY(-2px);box-shadow:0 4px 12px #4141414d}@media (max-width: 1024px){.shop-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.shop-features-title{font-size:2rem}}@media (max-width: 768px){.shop-features-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.shop-feature-card{padding:1.5rem}.shop-features-title{font-size:1.75rem}.shop-features-subtitle{font-size:1rem}}.shop-game-stats-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:10px}.shop-game-profile{display:flex;flex-direction:column;gap:1rem;width:100%;background:#262626;border:1px solid #333;border-radius:8px;padding:1rem;transition:all .3s ease;margin-left:-15px}.shop-feature-card:hover .shop-game-profile{background:#2a2a2a;border-color:#bfbfbf}.shop-game-profile-header{display:flex;align-items:center;gap:.75rem}.shop-game-avatar{width:48px;height:48px;border-radius:50%;background:#333;transition:all .3s ease;filter:grayscale(100%) brightness(.7)}.shop-feature-card:hover .shop-game-avatar{filter:none;transform:scale(1.1)}.shop-game-profile-info{display:flex;flex-direction:column;gap:.25rem}.shop-game-username{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#ccc;transition:all .3s ease}.shop-feature-card:hover .shop-game-username{color:#fff}.shop-game-steam-icon{width:16px;height:16px;background:#333;border-radius:2px;transition:all .3s ease}.shop-feature-card:hover .shop-game-steam-icon{background:#8b5cf6}.shop-game-online{font-size:.7rem;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-game-online{color:#ccc}.shop-game-online-time{color:#22c55e;font-weight:600;transition:all .3s ease}.shop-feature-card:hover .shop-game-online-time{color:#16a34a}.shop-game-stats{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.shop-game-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;background:#333;border-radius:4px;transition:all .3s ease}.shop-feature-card:hover .shop-game-stat{background:#404040;transform:translateY(-1px)}.shop-game-stat-label{font-size:.6rem;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-game-stat-label{color:#ccc}.shop-game-stat-value{font-size:.8rem;font-weight:600;color:#ccc;transition:all .3s ease}.shop-feature-card:hover .shop-game-stat-value{color:#fff}.shop-game-resources{display:flex;flex-direction:column;gap:.75rem;width:100%;background:#262626;border:1px solid #333;border-radius:8px;padding:1rem;transition:all .3s ease;margin-left:-15px}.shop-feature-card:hover .shop-game-resources{background:#2a2a2a;border-color:#bfbfbf}.shop-game-resources-header{display:flex;align-items:center;justify-content:space-between}.shop-game-resources-title{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#ccc;transition:all .3s ease}.shop-feature-card:hover .shop-game-resources-title{color:#fff}.shop-game-info-icon{width:16px;height:16px;background:#333;border-radius:50%;transition:all .3s ease}.shop-feature-card:hover .shop-game-info-icon{background:#8b5cf6}.shop-game-resources-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.shop-game-resource{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:#333;border-radius:4px;transition:all .3s ease}.shop-feature-card:hover .shop-game-resource{background:#404040;transform:translateY(-1px)}.shop-game-resource-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.shop-game-resource-count{font-size:.7rem;font-weight:600;color:#ccc;transition:all .3s ease}.shop-feature-card:hover .shop-game-resource-count{color:#fff}.shop-game-resource-multiplier{font-size:.6rem;color:#22c55e;font-weight:600;transition:all .3s ease}.shop-feature-card:hover .shop-game-resource-multiplier{color:#16a34a}.shop-game-resource-img{width:32px;height:32px;border-radius:2px;background:#1a1a1a;transition:all .3s ease;filter:grayscale(100%) brightness(.7)}.shop-feature-card:hover .shop-game-resource-img{filter:none;transform:scale(1.1)}.shop-game-resource-title{font-size:.6rem;color:#666;text-align:center;transition:all .3s ease}.shop-feature-card:hover .shop-game-resource-title{color:#f1f1f1}.shop-skins-container{display:flex;flex-direction:column;gap:1rem}.shop-skins-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1}.shop-skin-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;background:#262626;border:1px solid #333;border-radius:8px;transition:all .3s ease}.shop-feature-card:hover .shop-skin-card{background:#2a2a2a;border-color:#bfbfbf;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf626}.shop-skin-card-image{width:48px;height:48px;border-radius:6px;background:#1a1a1a;transition:all .3s ease;filter:grayscale(100%) brightness(.7)}.shop-feature-card:hover .shop-skin-card-image{filter:none;transform:scale(1.1)}.shop-skin-card-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.shop-skin-card-name{font-size:.7rem;font-weight:600;color:#ccc;text-align:center;transition:all .3s ease}.shop-feature-card:hover .shop-skin-card-name{color:#fff}.shop-skin-card-price{font-size:.8rem;font-weight:700;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-skin-card-price{color:#22c55e}.shop-skins-trade{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem;background:#262626;border:1px solid #333;border-radius:8px;transition:all .3s ease;margin-bottom:10px}.shop-feature-card:hover .shop-skins-trade{background:#2a2a2a;border-color:#bfbfbf}.shop-trade-balance{font-size:.9rem;font-weight:700;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-trade-balance{color:#22c55e;transform:scale(1.1)}.shop-promo-section{margin-top:.75rem;padding:.75rem;background:#262626;border:1px solid #333;border-radius:8px;transition:all .3s ease}.shop-feature-card:hover .shop-promo-section{background:#2a2a2a;border-color:#8b5cf6}.shop-promo-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.shop-promo-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#333;border-radius:4px;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-promo-icon{background:#8b5cf6;color:#fff}.shop-promo-title{font-size:.8rem;font-weight:600;color:#ccc;transition:all .3s ease}.shop-feature-card:hover .shop-promo-title{color:#fff}.shop-promo-codes{display:flex;flex-direction:column;gap:.5rem}.shop-promo-code{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#333;border-radius:6px;transition:all .3s ease}.shop-feature-card:hover .shop-promo-code{background:#404040;transform:translateY(-1px)}.shop-promo-code-text{font-size:.7rem;font-weight:600;color:#ccc;letter-spacing:.5px;transition:all .3s ease}.shop-feature-card:hover .shop-promo-code-text{color:#fff}.shop-promo-code-discount{font-size:.7rem;font-weight:700;color:#22c55e;transition:all .3s ease}.shop-feature-card:hover .shop-promo-code-discount{color:#16a34a}.shop-trade-container{border-radius:12px;transition:all .3s ease;margin-bottom:20px}.shop-trade-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #333}.shop-trade-user,.shop-trade-bot{display:flex;align-items:center;gap:.5rem}.shop-trade-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #333;transition:all .3s ease;filter:grayscale(100%) brightness(.6)}.shop-feature-card:hover .shop-trade-avatar{border-color:#cfcfcf;transform:scale(1.1);box-shadow:0 0 10px #e1e1e17f;filter:grayscale(0%) brightness(1)}.shop-trade-user-info{display:flex;flex-direction:column;gap:.25rem}.shop-trade-username{font-size:.75rem;font-weight:600;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-trade-username{color:#cfcfcf;text-shadow:0 0 10px rgb(225 225 225 / 50%)}.shop-trade-status{font-size:.65rem;color:#555;transition:all .3s ease}.shop-feature-card:hover .shop-trade-status{color:#22c55e}.shop-trade-exchange{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#262626;border-radius:8px;border:1px solid #333;transition:all .3s ease;flex-direction:column}.shop-feature-card:hover .shop-trade-exchange{background:#2a2a2a;border-color:#cfcfcf;box-shadow:0 0 15px #8b5cf633}.shop-trade-items-given,.shop-trade-balance-received{flex:1;display:flex;flex-direction:column;gap:.5rem}.shop-trade-label{font-size:.7rem;font-weight:600;color:#666;text-align:center;transition:all .3s ease}.shop-feature-card:hover .shop-trade-label{color:#cfcfcf}.shop-trade-items-list{display:flex;gap:.5rem;justify-content:center}.shop-trade-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;background:#333;border:1px solid #404040;border-radius:6px;transition:all .3s ease;min-width:60px}.shop-feature-card:hover .shop-trade-item{background:#404040;border-color:#cfcfcf;transform:translateY(-3px);box-shadow:0 5px 10px #dedddf4d}.shop-trade-item-image{width:24px;height:24px;object-fit:contain;border-radius:3px;transition:all .3s ease;filter:grayscale(100%) brightness(.6)}.shop-feature-card:hover .shop-trade-item-image{transform:scale(1.2);filter:grayscale(0%) brightness(1)}.shop-trade-item-name{font-size:.6rem;font-weight:600;color:#666;text-align:center;transition:all .3s ease}.shop-feature-card:hover .shop-trade-item-name{color:#fff}.shop-trade-balance{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#333;border:1px solid #404040;border-radius:6px;transition:all .3s ease}.shop-feature-card:hover .shop-trade-balance{background:#404040;transform:translateY(-3px)}.shop-trade-balance-amount{font-size:.8rem;font-weight:700;color:#666;transition:all .3s ease}.shop-feature-card:hover .shop-trade-balance-amount{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}.shop-trade-balance-icon{font-size:1rem;transition:all .3s ease;opacity:.7}.shop-feature-card:hover .shop-trade-balance-icon{transform:scale(1.2);opacity:1}.shop-trade-footer{display:flex;flex-direction:column;gap:.75rem;padding-top:.75rem;border-top:1px solid #333}.shop-trade-message{font-size:.7rem;color:#666;text-align:center;line-height:1.4;transition:all .3s ease}.shop-feature-card:hover .shop-trade-message{color:#ccc}.shop-trade-item,.shop-trade-balance{animation:shop-trade-item-appear .5s ease-out}@keyframes shop-trade-item-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shop-trade-items-list .shop-trade-item:nth-child(1){animation-delay:.1s}.shop-trade-items-list .shop-trade-item:nth-child(2){animation-delay:.2s}.shop-trade-balance{animation-delay:.3s}.shop-stats-header{margin-bottom:12px}.shop-stats-title{color:#6b7280;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.shop-stats-servers{display:flex;gap:8px;margin-bottom:16px}.shop-server-tab{padding:8px 16px;background:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.shop-server-tab.shop-server-active{color:#9ca3af;border-bottom-color:#ffffff4d}.shop-killfeed{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.shop-kill-item{display:flex;align-items:flex-start;gap:8px;padding:10px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px;font-size:12px;transition:all .2s ease}.shop-kill-content{display:flex;flex-direction:column;gap:4px;flex:1;align-items:flex-start}.shop-kill-main{display:flex;align-items:center;gap:6px}.shop-kill-weapon{width:32px;height:32px;filter:grayscale(100%) brightness(.6);transition:filter .2s ease}.shop-kill-killer{color:#6b7280;font-weight:500;min-width:40px}.shop-kill-action{color:#6b7280;font-weight:400}.shop-kill-victim{color:#6b7280;font-weight:500}.shop-kill-distance{color:#4b5563;font-size:11px}.shop-stats-footer{display:flex;justify-content:center;margin-top:16px}.shop-stats-button{padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.shop-feature-card:hover .shop-stats-title{color:#fff}.shop-feature-card:hover .shop-server-tab{color:#e3e3e3}.shop-feature-card:hover .shop-server-tab:hover{color:#c4b5fd;border-bottom-color:#8b5cf666}.shop-feature-card:hover .shop-server-tab.shop-server-active{color:#fff;border-bottom-color:#efefefcc}.shop-feature-card:hover .shop-kill-item{background:#ebebeb0d;border-color:#fff3}.shop-feature-card:hover .shop-kill-weapon{filter:none}.shop-feature-card:hover .shop-kill-killer{color:#fbbf24}.shop-feature-card:hover .shop-kill-action{color:#fff}.shop-feature-card:hover .shop-kill-victim{color:#bbdf94}.shop-feature-card:hover .shop-kill-distance{color:#d8d7dd}.shop-feature-card:hover .shop-stats-button{background:#ebebeb0d;border-color:#f5f5f566;color:#ebeaeb}.shop-feature-card:hover .shop-stats-button:hover{background:#8b5cf64d;transform:translateY(-1px)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
