@import"https://api.fontshare.com/v2/css?f[]=clash-display@600&display=swap";.header{display:flex;height:100px;justify-content:space-between;align-items:center;font-size:16px;margin:0 132px}.header .header-list{display:flex;gap:20px}.header .header-link a{color:#fff}.header .header-link.active a{background:linear-gradient(45deg,#94e5da,#4986ac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 0px 15px rgba(73,134,172,.7)}.header .header-logo a{max-width:81px;display:inline-block}.header .header-logo-img{height:100%;width:100%}.header .customButtons{display:flex;gap:20px}.header .customButtonStore{display:inline-block;display:flex;justify-content:center;align-items:center;width:121px;height:41px;font-weight:700;color:transparent;text-transform:uppercase;text-decoration:none;border:2px solid transparent;border-radius:50px;background:linear-gradient(45deg,#94e5da,#4986ac),linear-gradient(#000,#000) padding-box,linear-gradient(45deg,#94e5da,#4986ac) border-box;background-clip:text,padding-box,border-box;-webkit-background-clip:text,padding-box,border-box;box-shadow:0 4px 10px #6ec1e480;transition:.3s}.header .customButtonStore:hover{box-shadow:0 0 15px #4986ac;transform:translateY(-2px)}.header .customButtonJoin{display:inline-block;display:flex;justify-content:center;align-items:center;width:121px;height:41px;font-weight:700;color:#fff;text-transform:uppercase;text-decoration:none;border:none;border-radius:30px;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);box-shadow:0 0 10px #4986ac;transition:.3s}.header .customButtonJoin:hover{box-shadow:0 0 15px #4986ac;transform:translateY(-2px)}.header .user-menu{display:flex;align-items:center;gap:1rem}.header .user-menu__profile{display:flex;align-items:center;text-decoration:none;color:inherit}.header .user-menu__avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.header .user-menu__info{display:flex;flex-direction:column;margin-left:.5rem;line-height:1.1}.header .user-menu__name{font-weight:600;font-size:.9rem}.header .user-menu__settings{font-size:.75rem;color:#888}.header .user-menu__logout{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;font-size:1.1rem;background-color:#eb57571a;border-radius:3px}.hamburger-btn{display:none;background:none;border:none;color:#fff;font-size:28px;cursor:pointer}.sidebarmenu-image-btn{display:none}@media (max-width: 992px){.header{margin:0 20px}.hamburger-btn{display:block}.header .header-list{display:none}}@media (max-width: 480px){.header .customButtons{gap:5px}.header .customButtonStore,.header .customButtonJoin{width:auto;padding:0 10px}}.mobile-sidebar-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:997;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-sidebar-backdrop.open{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;left:-300px;width:280px;height:100%;background:linear-gradient(135deg,#1c1c24,#121218);color:#fff;z-index:998;box-shadow:5px 0 25px #0006;transition:transform .4s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column;overflow-y:auto}.mobile-sidebar.open{transform:translate(300px)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:5px 15px;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.sidebar-logo img{height:81px}.sidebar-close-btn{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;transition:transform .2s ease}.sidebar-close-btn:hover{transform:rotate(90deg);color:#ff6b6b}.sidebar-content{padding:20px 15px;flex:1;display:flex;flex-direction:column}.user-profile{display:flex;align-items:center;padding:15px;margin-bottom:20px;background:#ffffff0d;border-radius:12px;transition:background .3s ease}.user-profile:hover{background:#ffffff14}.avatar-container{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:15px;border:2px solid #6c5ce7}.avatar-container img{width:100%;height:100%;object-fit:cover}.user-info h3{margin:0;font-size:18px;font-weight:600}.user-info p{margin:0;font-size:14px;color:#a0a0c0}.sidebar-nav ul{list-style:none;padding:0;margin:0 0 20px}.sidebar-nav li{margin-bottom:5px}.nav-link{display:flex;align-items:center;padding:15px;color:#fff;text-decoration:none;border-radius:10px;transition:all .3s ease;font-weight:500}.nav-link:hover{background:#6c5ce726;color:#6c5ce7;transform:translate(5px)}.nav-icon{font-size:20px;margin-right:15px;min-width:24px}.sidebar-actions{margin-top:auto;padding:15px 0}.action-btn{display:block;width:100%;padding:15px;margin-bottom:12px;border-radius:10px;text-align:center;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.action-btn span{margin-left:8px}.login-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.login-btn:hover{background:#ffffff26;transform:translateY(-2px)}.register-btn{background:linear-gradient(135deg,#6c5ce7,#4b3bdb);color:#fff;box-shadow:0 4px 15px #6c5ce74d}.register-btn:hover{background:linear-gradient(135deg,#5d4dd8,#3a2ac9);transform:translateY(-2px);box-shadow:0 6px 20px #6c5ce766}.profile-btn{background:#ffffff0d;color:#a0a0c0;text-align:left;justify-content:flex-start}.profile-btn:hover{background:#ffffff14;color:#fff}.logout-btn{background:#ff6b6b1a;color:#ff6b6b;text-align:left;justify-content:flex-start}.logout-btn:hover{background:#ff6b6b26;color:#ff5252}.btn-icon{margin-right:12px;font-size:18px}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.sidebar-nav li{animation:slideIn .4s ease forwards;opacity:0}.sidebar-nav li:nth-child(1){animation-delay:.1s}.sidebar-nav li:nth-child(2){animation-delay:.15s}.sidebar-nav li:nth-child(3){animation-delay:.2s}.sidebar-nav li:nth-child(4){animation-delay:.25s}.sidebar-nav li:nth-child(5){animation-delay:.3s}.sidebar-nav li:nth-child(6){animation-delay:.35s}.footer-container{padding:2rem 0;margin:0 132px}.footer-container .footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.footer-container .brand-section{display:flex;justify-content:center;align-items:center;gap:20px}.footer-container .brand-section .span-logo{width:77px;height:77px}.footer-container .brand-section .footer-logo-img{width:100%;height:100%}.footer-container .brand-name{font-size:1.25rem;font-weight:700;letter-spacing:1px}.footer-container .links-section{display:flex;gap:2rem;cursor:pointer}.footer-container .nav-link{color:#fff;text-decoration:none;font-size:.95rem;transition:opacity .3s ease}.footer-container .nav-link:hover{opacity:.8}.footer-container .ip-section{text-align:center;margin:1.5rem 0}.footer-container .ip-address{color:#4f4f4f;font-size:.9rem;margin-bottom:.5rem}.footer-container .footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.footer-container .copyright-text{font-size:1rem;margin-right:auto}.footer-container .legal-links{margin-right:auto;display:flex;gap:2rem}.footer-container .legal-link{display:flex;align-items:center;gap:1rem;color:#828282;text-decoration:none;font-size:.75rem;transition:color .3s ease}.footer-container .legal-link:hover{color:#fff}.footer-container .link-icon{font-size:20px}@media (max-width: 992px){.footer-container{margin:0 20px}.footer-container .ip-address{display:none}}@media (max-width: 767px){.footer-container .footer-top{flex-direction:column;align-items:start;margin:0;gap:0}.footer-container .brand-section{margin-bottom:0}.footer-container .links-section{margin:0;padding:0}.footer-container .ip-section{margin:.5rem 0!important}.footer-container .footer-bottom{margin-top:0;padding-top:20px;width:100%}.footer-container .legal-links{flex-direction:column;gap:10px}}@media (max-width: 576px){.footer-container .links-section{flex-wrap:wrap;gap:18px}.footer-container .nav-link{font-size:.9rem}.footer-container .footer-bottom{flex-direction:column;align-items:start;gap:10px;padding-top:10px}.footer-container .legal-links{flex-direction:row}.footer-container .legal-link{flex-direction:row;gap:.3rem}.footer-container .copyright-text{font-size:.95rem}.footer-container .link-icon{font-size:18px}}@font-face{font-family:Pixeloid Sans;src:url(/assets/PixeloidSans-BrLPhVwP.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Pixeloid Sans;src:url(/assets/PixeloidSans-Bold-DAT9AfCI.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Ruberoid;src:url(../../assets/fonts/Ruberoid-Regular.ttf) format("truetype")}*{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}:root{--bg-main: #0E0E0E}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-main);font-family:Montserrat,sans-serif;color:#fff}a{text-decoration:none;color:#fff;transition:all .3s ease-in-out}ul{padding:0;margin:0}li{list-style:none}p,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0}input:focus,textarea:focus,select:focus{outline:none!important;box-shadow:none!important;border-color:inherit!important}.cursor-pointer{cursor:pointer}.main-color-gradient{background:linear-gradient(to bottom,#94e5da,#4986ac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.main-color-button{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);border:none;height:56px;width:188px;border-radius:50px;color:#fff;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px}.error-message{color:red;font-size:.9rem;font-weight:700;margin-bottom:5px}.success-message{color:green;font-size:.9rem;font-weight:700;margin-top:5px}@media (max-width: 768px){.main-color-button{height:48px;width:160px;font-size:.9rem}}.card-transition-effect{transition:transform .3s ease-in-out}.card-transition-effect:hover{transform:translateY(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}h1{animation:fadeInUp 1s ease forwards;opacity:0}.loader{border:3px solid #f3f3f3;border-top:3 px solid #ffffff;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scroll-smooth{scroll-behavior:smooth}.hero-container{display:flex;justify-content:space-between;padding:2rem 9%;padding-top:10%;background-color:#000;color:#fff;min-height:100vh;position:relative;overflow:hidden;backdrop-filter:blur(250px);-webkit-backdrop-filter:blur(250px)}.hero-container:before,.hero-container:after{content:"";position:absolute;width:100%;height:100%;pointer-events:none;background-repeat:no-repeat}.hero-container:before{top:0;left:0;background-image:radial-gradient(42.63% 42.63% at 0% 0%,#00a3ff40,#00a3ff00)}.hero-container:after{bottom:0;right:0;background-image:radial-gradient(42.63% 42.63% at 100% 100%,#00a3ff40,#00a3ff00)}.hero-container .hero-content{flex-basis:55%}.hero-container .hero-content .hero-content-inner{line-height:1}.hero-container .hero-image-section{flex-basis:45%;background-size:cover;background-position:center;border-radius:10px;position:absolute;right:0;bottom:0}.hero-container .welcome-text{color:#fff;font-size:1.2rem}.hero-container .main-heading{font-size:5.375rem;font-weight:700;font-family:Clash Display,sans-serif;text-transform:uppercase;letter-spacing:0px;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-container .description{color:#d2d2d280;margin-bottom:2rem;line-height:1.5}.hero-container .ip-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.hero-container .copy-ip-btn{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);border:none;height:56px;width:188px;border-radius:50px;color:#fff;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px}.hero-container .plus{font-size:smaller}.hero-container .online-players{color:#fff}.hero-container .online-players .players{color:#37ff00}.hero-container .hero-card{border:2px solid transparent;border-image-source:linear-gradient(155.16deg,rgba(148,229,218,.6) 1.17%,rgba(73,134,172,.6) 84.18%);border-image-slice:1;border-radius:10px;padding:1.5rem 1.5rem 0;margin-bottom:2rem;display:flex;justify-content:space-between;max-width:504px;height:204px;position:relative}.hero-container .discord-content{flex-basis:50%}.hero-container .discord-content h3{font-size:1.5rem;margin:0 0 1.5rem;line-height:1.3;font-weight:700}.hero-container .discord-btn{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%),linear-gradient(0deg,#0003,#0003);border:none;height:43px;width:145px;border-radius:25px;color:#fff;font-weight:700;cursor:pointer;background-blend-mode:multiply}.hero-container .card-image{flex-basis:50%;border-radius:5px;max-width:284px;height:198px;position:absolute;right:-13px;bottom:0}.hero-container .card-image img{width:100%;height:100%}.hero-container .server-info{display:flex;gap:1rem;color:#8a8a8a}.hero-container .server-address{margin-left:1rem}@media (max-width: 1200px){.hero-container{justify-content:center}.hero-container .hero-image-section{display:none}.hero-container .hero-content{flex-basis:60%}.hero-container .main-heading{font-size:4.5rem}.hero-container .description{font-size:.95rem}}@media (max-width: 992px){.hero-container .hero-content{flex-basis:100%;width:100%;text-align:center}.hero-container .hero-content-inner{max-width:800px;margin:0 auto}.hero-container .main-heading{font-size:4rem}.hero-container .ip-section{justify-content:center}.hero-container .hero-card{margin:0 auto 2rem}.hero-container .server-info{justify-content:center}}@media (max-width: 768px){.hero-container .main-heading{font-size:3.5rem}.hero-container .description{font-size:.9rem;margin-bottom:1.5rem}.hero-container .copy-ip-btn{height:48px;width:160px;font-size:.9rem}.hero-container .hero-card{max-width:100%;height:auto;padding-bottom:1.5rem}.hero-container .card-image{position:relative;right:0;bottom:0;max-width:200px;height:auto;margin-top:1rem}}@media (max-width: 576px){.hero-container .hero-card{padding:1rem;position:relative}.hero-container .discord-content{flex-basis:100%;display:flex;flex-direction:column;z-index:2}.hero-container .card-image{position:absolute;right:-12px}.hero-container .main-heading{font-size:2.5rem}.hero-container .welcome-text{font-size:1rem}.hero-container .description{font-size:.85rem}.hero-container .ip-section{flex-direction:column;gap:1rem}.hero-container .discord-btn{width:130px;height:40px;font-size:.9rem}.hero-container .discord-content h3{text-align:left}}.hero-content-wrapper{width:100%!important}@media (max-width: 1200px){.hero-content-wrapper{max-width:800px!important;margin:0 auto!important;display:block!important}}._featuresSection_plzry_1{background-color:#020404;padding:4rem 1rem}._featuresContainer_plzry_11{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1200px;margin:0 auto}._featureCard_plzry_29{border-radius:20px;width:201px;height:172px;padding:1.5rem;text-align:center;position:relative;overflow:hidden;background-color:#0b0b0b}._featureCard_plzry_29:before{content:"";position:absolute;top:0;right:0;width:70%;height:60%;background:linear-gradient(135deg,#0b0b0b1a,#0b0b0b66),var(--bg-url);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;filter:brightness(1.3) saturate(1.5);opacity:1;border-radius:12px;box-shadow:0 4px 12px #0006}._iconWrapper_plzry_127{margin-bottom:1rem;position:relative;z-index:2}._iconWrapper_plzry_127 svg{width:24px;height:24px}._featureTitle_plzry_149{font-weight:800;font-size:1rem;margin-bottom:.5rem;color:#fff;position:relative;z-index:2}._featureText_plzry_167{font-size:.688rem;color:#d2d2d2;line-height:1.4;margin:0;position:relative;z-index:2}@media (max-width: 768px){._featuresSection_plzry_1{padding:1.5rem .5rem}._featuresContainer_plzry_11{gap:1rem;padding:0 10px}._featureCard_plzry_29{width:100%;max-width:180px;min-height:160px;padding:1rem}._featureCard_plzry_29:before{width:65%;height:55%}._featureTitle_plzry_149{font-size:.9rem}._featureText_plzry_167{font-size:.6rem}}@media (max-width: 480px){._featuresSection_plzry_1{padding:1rem 2rem}._featuresContainer_plzry_11{flex-direction:column;align-items:stretch}._featureCard_plzry_29{max-width:none;width:100%;min-height:auto;height:auto;padding:1.2rem;width:100%!important;min-height:140px;box-sizing:border-box}._featureCard_plzry_29:before{width:60%;height:50%;right:-5%}._iconWrapper_plzry_127 svg{width:22px;height:22px}}.our-smp-section{background-color:#0e0e0e;padding:4rem;font-family:Readex Pro}.our-smp-section .our-smp-heading{font-size:1.75rem;font-weight:700;font-family:Pixeloid Sans}.our-smp-section .our-smp-subtext{margin-top:.5rem;margin-bottom:2rem}.our-smp-section .our-smp-subtext a{color:#fff;text-decoration:underline}.our-smp-section .smp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;justify-items:center}.our-smp-section .smp-card{background-color:#070709;min-width:300px;height:370px;border-radius:25px;color:#ffffff80;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease}.our-smp-section .smp-card:hover{transform:scale(1.02)}.our-smp-section .smp-image{width:100%;height:180px;object-fit:cover}.our-smp-section .smp-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.our-smp-section .smp-title{font-size:1.25rem;font-weight:700;font-family:Pixeloid Sans;margin-bottom:.25rem}.our-smp-section .smp-creator{font-size:.75rem;font-weight:400;margin-bottom:.75rem}.our-smp-section .smp-description{font-size:.75rem;flex-grow:1;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2rem;max-height:2.4rem}.our-smp-section .smp-likes{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#fff}.our-smp-section .heart-icon{width:20px;height:20px}@media (max-width: 1200px){.our-smp-section{padding:2rem}}@media (max-width: 992px){.our-smp-section .smp-card{width:100%;height:auto;min-width:250px}.our-smp-section .smp-image{height:200px}.our-smp-section .smp-title{font-size:1.5rem}.our-smp-section .smp-creator,.our-smp-section .smp-description,.our-smp-section .smp-likes{font-size:.85rem}}@media (max-width: 768px) and (min-width: 577px){.our-smp-section .smp-grid{grid-template-columns:repeat(2,minmax(250px,1fr));gap:1}.our-smp-section .our-smp-section{padding:2rem 1.5rem}.our-smp-section .smp-card{width:100%;height:auto}.our-smp-section .smp-image{height:160px}.our-smp-section .smp-title{font-size:1.1rem;text-align:center}.our-smp-section .smp-creator,.our-smp-section .smp-description{text-align:center;font-size:.75rem}.our-smp-section .smp-likes{justify-content:center}}@media (max-width: 576px){.our-smp-section .smp-grid{grid-template-columns:1fr}.our-smp-section .our-smp-section{padding:2rem 1rem}.our-smp-section .our-smp-heading{font-size:1.4rem;text-align:center}.our-smp-section .our-smp-subtext{text-align:center;font-size:.85rem}.our-smp-section .smp-card{width:100%;height:auto}.our-smp-section .smp-image{height:150px}.our-smp-section .smp-title{font-size:1rem;text-align:center}.our-smp-section .smp-creator,.our-smp-section .smp-description{text-align:center;font-size:.75rem}.our-smp-section .smp-likes{justify-content:center}}.store-banner-main .store-banner{position:relative;background-color:#0a0907;opacity:1}.store-banner-main .store-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0a0907;opacity:.9;z-index:0}.store-banner-main .store-border{height:4px}.store-banner-main .top-border{background:linear-gradient(90deg,#ff6b00,#ff6b0000);position:relative}.store-banner-main .bottom-border{background:linear-gradient(90deg,#ff6b0000 3.72%,#ff6b00 51.06%,#ff6b0000 95.6%);position:relative}.store-banner-main .store-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:2rem 4rem;height:170px}.store-banner-main .store-heading{font-size:2.25rem;font-weight:600;background-image:linear-gradient(134.12deg,#ff6b00 16.61%,#ff1f00 77.09%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.store-banner-main .store-text{color:#828282;font-family:Clash Display,sans-serif;font-weight:400;max-width:40%;line-height:1.5}.store-banner-main .store-button{display:flex;align-items:center;justify-content:center;gap:8px;width:149px;height:50px;background:linear-gradient(134.12deg,#ff6b00 16.61%,#ff1f00 77.09%);color:#fff;font-size:.938rem;border-radius:999px;text-decoration:none;box-shadow:0 0 15px #ff3600a8}.store-banner-main .store-icon{width:12px;height:14px}@media (max-width: 768px){.store-banner-main .store-content{align-items:center;justify-content:center;padding:1.5rem 2rem;height:auto;gap:1rem}.store-banner-main .store-heading{font-size:1.75rem}.store-banner-main .store-button{width:auto;padding:.5rem 1rem}}@media (max-width: 576px){.store-banner-main .store-content{flex-direction:column}.store-banner-main .store-text{max-width:100%;text-align:center}}.social-container{background-color:#0d0e0e;padding:3rem;max-width:1400px;margin:0 auto}.social-container .heading-section{text-align:left;margin-bottom:3rem;padding-left:1rem}.social-container .main-heading{font-family:Pixeloid Sans,sans-serif;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.social-container .sub-text{font-family:Readex Pro,sans-serif;font-size:1rem;margin-top:1rem}.social-container .cards-container{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-container .social-card{background:#14191a;width:31%;min-height:145px;padding:1.5rem;position:relative;border-radius:25px;overflow:hidden}.social-container .social-card:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;background:linear-gradient(360deg,#4986ac -26.9%,#0000 111.38%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;border:3px solid transparent;border-top:0;border-radius:0 0 25px 25px}.social-container .card-header,.card-text{position:relative;z-index:1}.social-container .card-icon path{stroke:#4986ac}.social-container .card-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.social-container .card-heading{font-family:Pixeloid Sans,sans-serif;font-size:1.25rem;font-weight:700;margin:0}.social-container .card-text{font-family:Readex Pro,sans-serif;font-size:.9rem;line-height:1.5;margin:0}.social-container .card-icon{width:24px;height:24px;object-fit:contain}@media (max-width: 992px){.social-container .social-card{width:100%}.social-container .main-heading{justify-content:center}.social-container .heading-section{text-align:center}}@media (max-width: 768px){.social-container .social-container{padding:1.5rem}.social-container .main-heading{font-size:1.5rem}.social-container .sub-text{font-size:.9rem}.social-container .cards-container{gap:1rem}.social-container .social-card{min-height:auto;padding:1.2rem}.social-container .card-heading{font-size:1.1rem}.social-container .card-text{font-size:.85rem}.social-container .card-icon{width:22px;height:22px}}@media (max-width: 480px){.social-container .heading-section{margin-bottom:1.5rem}.social-container .main-heading{font-size:1.25rem;gap:.3rem}.social-container .arrow-icon{width:20px;height:20px}.social-container .card-header{gap:.5rem;margin-bottom:.8rem}}.social-container .social-card:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;background:linear-gradient(360deg,#4986ac -26.9%,#0000 111.38%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;border-radius:0 0 25px 25px}.support-container{background-color:#0b0b0b;display:flex;min-height:100vh;padding:2rem 4rem;gap:4rem;align-items:center;justify-content:center}.support-container .image-section{flex:1;max-width:50%;display:flex;align-items:center;justify-content:center}.support-container .support-image{max-width:min(100%,600px);height:auto;object-fit:contain}.support-container .form-section{flex:1;display:flex;justify-content:center}.support-container .form-content{width:min(100%,374px);padding:0 1rem}.support-container .form-heading{font-family:Acrom,sans-serif;font-weight:800;font-size:clamp(1.75rem,4vw,2.5rem);color:#fff;margin-bottom:1rem;line-height:1.2}.support-container .form-subtext{font-family:Acrom,sans-serif;font-weight:500;font-size:clamp(.75rem,1.5vw,.875rem);line-height:1.5;margin-bottom:1.5rem}.support-container .form-group{margin-bottom:1rem}.support-container .form-input{width:100%;height:auto;min-height:50px;padding:.75rem 1.5rem;background:#252525;border:none;border-radius:50px;font-family:Acrom,sans-serif;font-size:clamp(.75rem,1.5vw,.875rem);color:#fff}.support-container .textarea-wrapper{position:relative;width:100%}.support-container .form-textarea{width:100%;height:clamp(150px,30vh,201px);min-height:120px;padding:1rem;background:#252525;border:none;border-radius:20px;resize:none;font-family:Acrom,sans-serif;font-size:clamp(.75rem,1.5vw,.875rem);color:#fff}.support-container .file-icon{position:absolute;bottom:12px;right:12px;height:22px;cursor:pointer;width:22px}.file-name-display{font-size:clamp(.75rem,1.5vw,.875rem);color:#fff;margin-top:-.5rem;margin-bottom:.5rem;font-weight:600}.error-text{color:red;font-size:.875rem;margin-top:4px;font-weight:700}@media (max-width: 1024px){.support-container{gap:2rem;padding:2rem}}@media (max-width: 768px){.support-container{flex-direction:column;min-height:auto;padding:2rem 1rem;gap:1.5rem}.support-container .image-section{display:none}.support-container .form-content{width:100%;max-width:500px;padding:0}.support-container .form-heading{font-size:clamp(1.5rem,6vw,1.75rem);text-align:center}.support-container .form-subtext{text-align:center;font-size:.8rem;margin-bottom:1.5rem}.support-container .form-input{padding:.75rem 1.25rem;min-height:48px}.support-container .form-textarea{height:140px;padding:1rem}.support-container .file-icon{bottom:10px;right:10px;height:20px;width:20px}.support-container .send-button{margin:auto}}@media (max-width: 480px){.support-container{padding:1.5rem .5rem}.support-container .form-heading{font-size:1.4rem}.support-container .form-input{font-size:.8rem;padding:.6rem 1rem}.support-container .form-textarea{height:120px;font-size:.8rem}}.forum-container{display:flex;padding:3rem 9%;gap:20px;background:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf);min-height:100vh;font-family:"Exo 2",sans-serif;flex-direction:row}.forum-container .forum-content{flex:1}.forum-container .forum-title{font-size:2.25rem;font-weight:700;margin-bottom:20px;color:#fff}.forum-container .forum-section{margin-bottom:20px}.forum-container .forum-header{background:#1a2648;padding:15px 20px;border-radius:10px 10px 0 0}.forum-container .forum-header-title{font-size:1.25rem;font-weight:600;margin-bottom:5px}.forum-container .forum-header-description{font-size:.875rem;color:#b4b4b4;font-family:Ruberoid,sans-serif}.forum-container .forum-cards{background:#0d1324;border-radius:0 0 10px 10px;overflow:hidden}.forum-container .forum-card{display:flex;align-items:center;padding:20px;position:relative}.forum-container .forum-card:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#8d8d8d00,#8b8b8b 48.1%,#8d8d8d00 100%,#8d8d8d00)}.forum-container .forum-card-left{display:flex;align-items:center;gap:10px;width:40%;min-width:180px}.forum-container .forum-card-title-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;transition:color .2s ease;overflow:hidden}.forum-container .forum-card-title-link:hover{opacity:.9}.forum-container .forum-card-title-link .forum-card-title{margin:0}.forum-container .forum-card-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.forum-container .forum-card-title{font-size:1.25rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-container .forum-card-threads,.forum-container .forum-card-messages{display:flex;flex-direction:column;align-items:center;width:15%}.forum-container .forum-card-label{font-size:.875rem;color:#b4b4b4}.forum-container .forum-card-count{font-size:.875rem;color:#00a3ff}.forum-container .forum-card-last-post{margin-left:auto;width:30%;text-align:right}.forum-container .forum-card-post-wrapper{display:flex;align-items:center;gap:10px;justify-content:flex-end}.forum-container .forum-card-post-content{text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forum-container .forum-card-post-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.forum-container .forum-card-post-title{font-size:.875rem;color:#fff;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-container .forum-card-post-meta{display:flex;gap:10px;justify-content:flex-end;align-items:center}.forum-container .forum-card-post-time{font-size:.625rem;color:#b4b4b4}.forum-container .forum-card-post-author{font-size:.75rem;color:#b4b4b4}.forum-container .forum-sidebar{width:273px;display:flex;flex-direction:column;gap:20px;flex-shrink:0}.forum-container .staff-online{margin-top:60px}.forum-container .staff-online,.forum-container .members-online{background:#0d1324;border-radius:15px;padding:15px;max-height:360px;overflow:hidden;display:flex;flex-direction:column}.forum-container .sidebar-title{font-size:1rem;font-weight:600;margin-bottom:15px}.forum-container .staff-list,.forum-container .members-list{overflow-y:auto;flex-grow:1;scrollbar-width:thin;scrollbar-color:#2E3341 transparent}.forum-container .staff-list::-webkit-scrollbar,.forum-container .members-list::-webkit-scrollbar{width:5px;border-radius:15px}.forum-container .staff-list::-webkit-scrollbar-track,.forum-container .members-list::-webkit-scrollbar-track{background:transparent}.forum-container .staff-list::-webkit-scrollbar-thumb,.forum-container .members-list::-webkit-scrollbar-thumb{background-color:#2e3341;border-radius:15px}.forum-container .staff-item,.forum-container .member-item{display:flex;align-items:center;gap:10px;margin-bottom:15px}.forum-container .staff-avatar,.forum-container .member-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.forum-container .staff-name,.forum-container .member-name{font-size:.875rem;color:#fff}.forum-container .staff-role,.forum-container .member-role{font-size:.75rem;color:#b4b4b4;font-family:Ruberoid,sans-serif}.forum-container .discord-widget{background:#0b0e1c;border-radius:15px;height:190px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.forum-container .discord-icon{width:57px;height:43px;margin-bottom:15px}.forum-container .discord-text{text-align:center}.forum-container .discord-join{font-size:.875rem;color:#b4b4b4;margin-bottom:5px}.forum-container .discord-title{font-size:2rem;font-weight:900;color:#7289da;font-family:Orbitron,sans-serif}.forum-container .discord-arrow{position:absolute;top:15px;right:15px;width:20px;height:20px}@media screen and (max-width: 1200px){.forum-container{padding:2rem}.forum-container .forum-card-left{width:45%}.forum-container .forum-card-threads,.forum-container .forum-card-messages{width:15%}.forum-container .forum-card-last-post{width:35%}}@media screen and (max-width: 992px){.forum-container{flex-direction:column}.forum-container .forum-sidebar{width:100%;flex-direction:row;flex-wrap:wrap}.forum-container .staff-online{margin-top:0}.forum-container .staff-online,.forum-container .members-online{width:calc(32% - 10px);height:350px}.forum-container .discord-widget{width:calc(32% - 10px);height:auto}}@media screen and (max-width: 768px){.forum-container{padding:1.5rem 1rem}.forum-container .forum-title{font-size:1.75rem}.forum-container .forum-card{flex-wrap:wrap;gap:10px}.forum-container .forum-card-left{width:100%;margin-bottom:10px}.forum-container .forum-card-threads,.forum-container .forum-card-messages{width:auto;flex-direction:row;gap:5px;margin-right:15px}.forum-container .forum-card-post-wrapper{justify-content:flex-start}.forum-container .forum-card-post-content{text-align:left}.forum-container .forum-card-post-avatar{order:-1}.forum-container .forum-card-count{margin-left:5px}.forum-container .forum-card-last-post{width:100%;text-align:left;margin-top:10px}.forum-container .forum-card-post-meta{justify-content:flex-start}.forum-container .staff-online,.forum-container .members-online{width:100%;height:300px}.forum-container .discord-widget{width:100%}}@media screen and (max-width: 576px){.forum-container .forum-title{font-size:1.5rem}.forum-container .forum-header-title,.forum-container .forum-card-title{font-size:1rem}.forum-container .discord-title{font-size:1.5rem}.forum-container .forum-card{padding:12px 15px}}@media screen and (max-width: 480px){.forum-container .forum-card-threads,.forum-container .forum-card-messages{margin-right:10px}.forum-container .forum-card-label,.forum-container .forum-card-count,.forum-container .forum-header-description{font-size:.75rem}.forum-container .discord-widget{height:160px}.forum-container .discord-icon{width:40px;height:40px}}.forum-container .no-online{padding:10px;text-align:center;color:#aaa;font-style:italic}.forum-list-container{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf);font-family:"Exo 2",sans-serif;color:#fff;padding:3rem 9%}.forum-list-container .forum-list-header{display:flex;align-items:center;margin-bottom:20px}.forum-list-container .forum-list-title-container{display:flex;align-items:center;gap:10px}.forum-list-container .forum-list-title{font-size:2.25rem;font-weight:700;margin:0}.forum-list-container .forum-list-breadcrumb{display:flex;align-items:center;gap:10px}.forum-list-container .breadcrumb-separator{color:#b4b4b4}.forum-list-container .breadcrumb-current{color:#fff}.forum-list-container .forum-threads-section{flex-grow:1}.forum-list-container .create-thread-button{background:#1a2648;padding:15px 20px;border-radius:10px 10px 0 0}.forum-list-container .create-thread-button a{color:#fff;font-weight:600;transition:background-color .2s ease;text-decoration:underline;font-size:1.25rem}.forum-list-container .create-thread-button a:hover{opacity:.9}.forum-list-container .forum-threads-list{background:#0d1324;border-radius:0 0 10px 10px;overflow:hidden}.forum-list-container .forum-thread-card{display:flex;padding:20px;position:relative;align-items:center}.forum-list-container .forum-thread-card:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#8d8d8d00,#8b8b8b 48.1%,#8d8d8d00 100%,#8d8d8d00)}.forum-list-container .thread-main-content{flex:1;display:flex;flex-direction:column;gap:10px}.forum-list-container .thread-title{font-size:1.25rem;font-weight:700;color:#00a3ff;text-decoration:none;transition:opacity .2s ease}.forum-list-container .thread-title:hover{opacity:.9}.forum-list-container .thread-author-info{display:flex;align-items:center;gap:10px}.forum-list-container .author-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.forum-list-container .author-details{display:flex;flex-direction:column}.forum-list-container .author-name{font-size:.875rem;color:#fff}.forum-list-container .thread-time{font-size:.75rem;color:#b4b4b4}.forum-list-container .thread-stats{display:flex;gap:30px;margin-right:40px}.forum-list-container .thread-replies,.forum-list-container .thread-views{display:flex;flex-direction:column;align-items:center}.forum-list-container .stats-label{font-size:.875rem;color:#b4b4b4}.forum-list-container .stats-count{font-size:.875rem;color:#00a3ff}.forum-list-container .thread-date-info{display:flex;flex-direction:column;align-items:flex-end;min-width:120px}.forum-list-container .thread-date{font-size:.875rem;color:#fff}.forum-list-container .last-poster{font-size:.75rem;color:#b4b4b4}.forum-list-container .pagination-container{display:flex;justify-content:space-between;padding:20px 0}.forum-list-container .pagination-link{display:flex;align-items:end;gap:8px;text-decoration:none;font-size:.875rem;transition:opacity .2s ease}.pagination-link.disabled-link{color:#b4b4b4;cursor:not-allowed!important}.forum-list-container .prev-page{color:#b4b4b4;display:flex;align-items:end}.forum-list-container .next-page{color:#fff;display:flex;align-items:end}.forum-list-container .pagination-link:hover{opacity:.8}.forum-list-container .pagination-arrow{font-size:12px}.forum-list-container .forum-footer{background-color:#0a0a0a;padding:20px;display:flex;align-items:center;justify-content:space-between;background-position:center;background-size:cover;background-repeat:no-repeat}.forum-list-container .footer-content{width:100%;display:flex;justify-content:space-between;align-items:center}.forum-list-container .server-address{font-size:1rem;font-weight:700;color:#fff}.forum-list-container .copy-ip-button{background:#00a3ff;color:#fff;border:none;padding:10px 25px;border-radius:5px;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.forum-list-container .copy-ip-button:hover{background:#0089d6}.forum-list-container .copy-icon{font-size:1rem}@media screen and (max-width: 992px){.forum-list-container .forum-footer{padding-left:5%;padding-right:5%}}@media screen and (max-width: 768px){.forum-list-container{padding:1.5rem 1rem}.forum-list-container .forum-thread-card{flex-direction:column;align-items:flex-start;gap:15px}.forum-list-container .thread-replies,.forum-list-container .thread-views{flex-direction:row;gap:10px;margin-right:10px}.forum-list-container .thread-stats{width:100%;margin-right:0;justify-content:flex-start}.forum-list-container .thread-date-info{width:100%;align-items:flex-start}}@media screen and (max-width: 576px){.forum-list-container .forum-list-title{font-size:1.5rem}.forum-list-container .forum-list-header{flex-direction:column;align-items:flex-start;gap:10px}.forum-list-container .thread-title,.forum-list-container .create-thread-button a{font-size:1rem}.forum-list-container .forum-thread-card{padding:12px 15px}.forum-list-container .pagination-container{flex-direction:column;gap:15px;align-items:center}.forum-list-container .thread-stats{gap:15px}}@media screen and (max-width: 480px){.forum-list-container .thread-stats{gap:10px;margin-right:10px}.forum-list-container .stats-label,.forum-list-container .stats-count,.forum-list-container .thread-date{font-size:.75rem}.forum-list-container .last-poster{font-size:.7rem}.forum-list-container .pagination-link{font-size:.8rem}}.thread-creation-container{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf);font-family:"Exo 2",sans-serif;color:#fff;padding:3rem 9%}.thread-creation-header{display:flex;align-items:center;margin-bottom:20px}.thread-creation-title-wrapper{display:flex;align-items:center;gap:10px}.thread-creation-heading{font-size:2.25rem;font-weight:700;margin:0}.thread-creation-breadcrumb{display:flex;align-items:center;gap:10px}.thread-breadcrumb-separator{color:#b4b4b4}.thread-breadcrumb-item,.thread-breadcrumb-current{color:#fff}.thread-creation-filters-bar{background:#1a2648;border-radius:10px 10px 0 0;padding:25px 30px;display:flex;justify-content:flex-end}.thread-filters-button{display:flex;align-items:center;gap:8px;cursor:pointer}.thread-filter-icon{color:#fff;font-size:14px}.thread-filters-text{color:#fff;font-size:.875rem;text-decoration:underline}.thread-creation-form-container{flex-grow:1;padding:3rem;border-radius:0 0 10px 10px;background-color:#0d1324}.thread-creation-form-header{margin-bottom:30px}.thread-creation-form-title{font-size:2.5rem;font-weight:700;margin:0 0 5px}.thread-creation-dropdowns-container{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:704px;width:100%}.thread-creation-form-select{height:73px;width:100%;background:#0a0f1b;border:none;border-radius:10px;color:#fff;padding:0 25px;font-size:1rem;font-family:"Exo 2",sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' stroke-width='1.5' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.5rem}.thread-creation-form-category{font-size:1rem;color:#b4b4b4}.thread-creation-form{display:flex;flex-direction:column;gap:20px}.thread-creation-form-group{display:flex;flex-direction:column;gap:10px}.thread-creation-form-label{font-size:1rem;font-weight:500}.thread-creation-form-input{height:73px;max-width:704px;width:100%;background:#0a0f1b;border:none;border-radius:10px;color:#fff;padding:0 25px;font-size:1rem;font-family:"Exo 2",sans-serif}.thread-creation-textarea-container{position:relative;max-width:704px;width:100%}.thread-creation-form-textarea{width:100%}.thread-creation-form-textarea .ql-container{background:#0a0f1b;border:none;border-radius:0 0 10px 10px;color:#fff;font-size:1rem;font-family:"Exo 2",sans-serif;padding:0;height:280px}.thread-creation-form-textarea .ql-editor{padding:25px;color:#fff;font-family:"Exo 2",sans-serif}.thread-creation-form-textarea .ql-container.ql-snow,.thread-creation-form-textarea .ql-toolbar.ql-snow{border:none}.thread-creation-form-textarea .ql-editor.ql-blank:before{color:#ffffff80;font-style:normal;font-family:"Exo 2",sans-serif;left:auto;right:auto}.thread-creation-form-textarea .ql-toolbar{background:#0a0f1b;border:none;border-radius:10px 10px 0 0}.thread-creation-form-textarea .ql-toolbar button{color:#fff}.thread-creation-form-textarea .ql-toolbar button:hover,.thread-creation-form-textarea .ql-toolbar button.ql-active{color:#00a3ff}.thread-creation-form-textarea:focus-within .ql-container.ql-snow,.thread-creation-form-textarea:focus-within .ql-toolbar.ql-snow{border:1px solid #ccc}.thread-creation-file-attachment-button{position:absolute;bottom:35px;right:20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.thread-creation-attachment-icon{font-size:30px;color:#fff}.thread-creation-form-actions{margin-top:20px}.thread-creation-post-button{background:linear-gradient(126.65deg,#00a3ff 39.56%,#0057ff 118.88%);box-shadow:0 0 10px #52b4ff80;border:none;color:#fff;padding:15px 40px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s ease}.thread-creation-post-button:hover{box-shadow:0 0 15px #52b4ffb3}.thread-creation-post-icon{font-size:14px}.thread-creation-selected-file-name{margin-top:8px;font-size:14px}.thread-creation-form-input::placeholder,.thread-creation-form-textarea::placeholder{color:#ffffff80}.thread-creation-form-input:focus-within,.thread-creation-form-textarea:focus{outline:none;border:1px solid #ccc}@media screen and (max-width: 992px){.thread-creation-container{padding:2rem 5%}.thread-creation-form-container{padding:2rem}}@media screen and (max-width: 768px){.thread-creation-container{padding:1.5rem 1rem}.thread-creation-form-title{font-size:2rem}.thread-creation-form-textarea .ql-container{height:220px}.thread-creation-dropdowns-container{grid-template-columns:1fr}}@media screen and (max-width: 576px){.thread-creation-form-container{padding:1rem}.thread-creation-heading{font-size:1.5rem}.thread-creation-header{flex-direction:column;align-items:flex-start;gap:10px}.thread-creation-form-title{font-size:1.75rem}.thread-creation-form-input{height:60px}.thread-creation-post-button{justify-content:center;margin:auto}.thread-creation-attachment-icon{font-size:24px}}@media screen and (max-width: 480px){.thread-creation-form-title{font-size:1.5rem}.thread-creation-form-label{font-size:.875rem}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.view-thread-container{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf);font-family:"Exo 2",sans-serif;color:#fff;padding:3rem 9%}.view-thread-navigation{display:flex;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.view-thread-back-link{display:flex;align-items:center;gap:8px;color:#fed169;text-decoration:none;font-weight:500;font-size:1rem;transition:opacity .2s ease}.view-thread-back-link:hover{opacity:.8}.view-thread-back-icon{font-size:14px}.view-thread-breadcrumb{display:flex;align-items:center;gap:10px}.view-thread-breadcrumb-title{font-size:2.25rem;font-weight:700;margin:0}.view-thread-breadcrumb-separator{color:#b4b4b4;margin:0 5px}.view-thread-breadcrumb-item,.view-thread-breadcrumb-current{color:#fff}.view-thread-content{background:#0d1324;border-radius:10px;overflow:hidden;margin-bottom:30px}.view-thread-header{background:#1a2648;padding:25px 30px}.view-thread-title{font-size:3.75rem;font-weight:700;margin:0}.view-thread-subtitle{font-size:1.125rem;color:#b4b4b4;margin:10px 0}.view-thread-body{padding:30px}.view-thread-banner{margin:30px 0}.view-thread-banner-image{width:100%;height:auto;max-height:400px;border-radius:10px;object-fit:cover}.view-thread-description{margin-bottom:30px}.view-thread-description h1,.view-thread-description h2,.view-thread-description h3,.view-thread-description h4,.view-thread-description h5,.view-thread-description h6{background:linear-gradient(to bottom,#94e5da,#4986ac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:15px 0}.view-thread-description ul{padding-left:20px;margin:10px 0}.view-thread-description li{color:#b4b4b4;line-height:1.8}.view-thread-description p{margin:5px 0;font-size:1rem;line-height:1.6}.view-thread-paragraph{font-size:1rem;line-height:1.6;margin-bottom:20px}.view-thread-section-title{font-size:1.25rem;font-weight:600;margin:30px 0 15px;color:#68e9ff}.view-thread-list{list-style-type:disc;padding-left:20px;margin-bottom:30px}.view-thread-list-item{font-size:1rem;line-height:1.8;color:#b4b4b4}.view-thread-author{display:flex;align-items:center;gap:15px;padding-top:20px;position:relative}.view-thread-author:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#8d8d8d00,#8b8b8b 48.1%,#8d8d8d00 100%,#8d8d8d00)}.view-thread-author-avatar{width:40px;height:40px}.view-thread-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.view-thread-author-info{display:flex;flex-direction:column}.view-thread-author-name{font-size:1rem;font-weight:600}.view-thread-author-meta{display:flex;gap:15px;align-items:center}.view-thread-post-time{font-size:.75rem;color:#b4b4b4}.view-thread-author-role{font-size:.75rem;color:#68e9ff}.view-thread-messages{background:#0d1324;border-radius:10px;overflow:hidden;flex-grow:1}.view-thread-pagination{display:flex;padding:15px 20px;gap:5px;overflow-x:auto;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.view-thread-pagination:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#8d8d8d00,#8b8b8b 48.1%,#8d8d8d00 100%,#8d8d8d00)}.view-thread-page-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#00a3ff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s ease}.view-thread-page-button:hover{background-color:#00a3ff80}.view-thread-page-active{background:#38637f}.view-thread-next-page,.view-thread-prev-page{width:auto;padding:0 15px;background:#00a3ff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;gap:8px}.view-thread-nav-icon{font-size:14px}.view-thread-message-list{padding:20px}.view-thread-message-item{display:flex;gap:15px;padding:15px 0;position:relative;border-bottom:none;border-top:none}.view-thread-message-item:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#8d8d8d00,#8b8b8b 48.1%,#8d8d8d00 100%,#8d8d8d00)}.view-thread-message-avatar{width:40px;height:40px;flex-shrink:0}.view-thread-message-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.view-thread-message-content{flex-grow:1}.view-thread-message-author{display:flex;align-items:center;gap:10px;margin-bottom:5px}.view-thread-message-name{font-size:1rem;font-weight:600}.view-thread-message-time{font-size:.75rem;color:#b4b4b4}.view-thread-message-text{font-size:.875rem;line-height:1.5}.view-thread-reply-form{padding:20px;display:flex;flex-direction:column;gap:20px}.view-thread-user-info{display:flex;align-items:center;gap:15px}.view-thread-user-avatar{width:40px;height:40px}.view-thread-user-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.view-thread-user-details{display:flex;flex-direction:column}.view-thread-username{font-size:1rem;font-weight:500}.view-thread-user-status{display:flex;align-items:center;gap:5px}.view-thread-status-indicator{width:8px;height:8px;background-color:#4caf50;border-radius:50%}.view-thread-status-text{font-size:.75rem;color:#4caf50}.view-thread-textarea-container{width:100%}.view-thread-textarea{width:100%;height:100px;background:#080d1b82;border:none;border-radius:10px;padding:15px;resize:none;color:#fff;font-family:"Exo 2",sans-serif;font-size:1rem}.view-thread-textarea:focus{outline:none;box-shadow:0 0 0 1px #00a3ff80}.view-thread-textarea::placeholder{color:#ffffff80}.view-thread-send-button{align-self:flex-end;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);box-shadow:0 0 10px #94e5da80;border:none;border-radius:5px;padding:10px 25px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s ease}.view-thread-send-button:hover{box-shadow:0 0 15px #94e5dab3}.view-thread-send-icon{font-size:14px}@media screen and (max-width: 992px){.view-thread-container{padding:2rem 5%}.view-thread-title{font-size:3rem}.view-thread-body{padding:20px}}@media screen and (max-width: 768px){.view-thread-container{padding:1.5rem 1rem}.view-thread-navigation{flex-direction:column;align-items:flex-start;gap:10px}.view-thread-breadcrumb{flex-wrap:wrap}.view-thread-title{font-size:2.25rem}.view-thread-subtitle{font-size:1rem}.view-thread-body{padding:15px}.view-thread-author{flex-direction:column;align-items:flex-start}.view-thread-send-button{justify-content:center;margin:auto}}@media screen and (max-width: 576px){.view-thread-header{padding:20px 15px}.view-thread-title{font-size:1.75rem}.view-thread-breadcrumb-title{font-size:1.5rem}.view-thread-section-title{font-size:1.1rem}.view-thread-description h1{font-size:1.3rem}.view-thread-description h2,.view-thread-description h3,.view-thread-description h4,.view-thread-description h5,.view-thread-description h6{font-size:1.1rem}.view-thread-page-button{height:25px;font-size:.75rem}}@media screen and (max-width: 480px){.view-thread-list-item,.view-thread-paragraph,.view-thread-description p,.view-thread-description li{font-size:.875rem}.view-thread-breadcrumb-item,.view-thread-breadcrumb-current,.view-thread-back-link{font-size:.8rem}.view-thread-textarea{height:80px;font-size:.875rem}.view-thread-send-button{font-size:.875rem;padding:8px 20px}.view-thread-pagination{justify-content:space-between;padding:15px}.view-thread-page-button{display:none}.view-thread-prev-page,.view-thread-next-page{display:inline-flex;width:48%;height:40px;font-size:14px}}.profile-settings-container{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf);font-family:"Exo 2",sans-serif;color:#fff;padding:3rem 9%}.profile-settings-navigation{display:flex;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.profile-settings-back-link{display:flex;align-items:center;gap:8px;color:#fed169;text-decoration:none;font-weight:500;font-size:1rem;transition:opacity .2s ease}.profile-settings-back-link:hover{opacity:.8}.profile-settings-back-icon{font-size:14px}.profile-settings-breadcrumb{display:flex;align-items:center;gap:10px}.profile-settings-breadcrumb-title{font-size:2.25rem;font-weight:700;margin:0}.profile-settings-breadcrumb-separator{color:#b4b4b4;margin:0 5px}.profile-settings-breadcrumb-item,.profile-settings-breadcrumb-current{color:#fff}.profile-settings-content{background:#0d1324;border-radius:10px;overflow:hidden;margin-bottom:30px}.profile-settings-header{background:#1a2648;padding:25px 30px}.profile-settings-body{padding:30px;display:flex;flex-wrap:wrap;gap:30px}.profile-settings-info-section{flex:1;min-width:300px;display:flex;flex-direction:column;gap:30px}.profile-settings-user-section{display:flex;align-items:center;gap:15px}.profile-settings-avatar{width:60px;height:60px}.profile-settings-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-settings-user-info{display:flex;flex-direction:column}.profile-settings-username{font-size:1.25rem;font-weight:600}.profile-settings-join-date{font-size:.875rem;color:#b4b4b4;margin-top:4px}.profile-settings-status-section{margin-top:10px}.profile-settings-status{display:flex;align-items:center;gap:10px}.profile-settings-status-label{font-size:.9rem;color:#b4b4b4}.profile-settings-status-value{font-size:.9rem;color:#4caf50;font-weight:500}.profile-settings-messages-section{margin-top:20px}.profile-settings-messages{display:flex;align-items:center;gap:10px}.profile-settings-messages-icon{font-size:20px;color:#4caf50;display:flex;align-items:center}.profile-settings-messages-image{width:100%;height:100%;object-fit:contain}.profile-settings-messages-info{display:flex;flex-direction:column}.profile-settings-messages-count{font-size:1.75rem;font-weight:700;color:#fed169}.profile-settings-messages-label{font-size:1rem;color:#fed169}.profile-settings-form-section{flex:1;min-width:300px;display:flex;flex-direction:column}.profile-settings-form-title{font-size:1.25rem;font-weight:600;margin:0 0 20px}.profile-settings-form-field{display:flex;margin-bottom:20px;gap:15px;align-items:center}.profile-settings-form-label{min-width:120px;color:#b4b4b4;font-size:.9rem}.profile-settings-input-wrapper{flex:1;display:flex;align-items:center;justify-content:space-between;background:#080d1b82;border-radius:5px;padding:0;position:relative}.profile-settings-form-input{flex:1;background:transparent;border:none;color:#fff;font-size:.9rem;padding:8px 15px;width:100%}.profile-settings-form-input:focus{outline:none}.profile-settings-edit-button{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-right:10px}.profile-settings-edit-icon{font-size:16px;opacity:.6;transition:opacity .2s ease}.profile-settings-edit-button:hover .profile-settings-edit-icon{opacity:1}.profile-settings-save-button{margin-top:20px;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);box-shadow:0 0 10px #94e5da80;border:none;border-radius:5px;padding:10px 25px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s ease;align-self:flex-end}.profile-settings-save-button:hover{box-shadow:0 0 15px #94e5dab3}.profile-settings-save-icon{font-size:16px}@media screen and (max-width: 992px){.profile-settings-container{padding:2rem 5%}.profile-settings-body{padding:20px}}@media screen and (max-width: 768px){.profile-settings-container{padding:1.5rem 1rem}.profile-settings-navigation{flex-direction:column;align-items:flex-start;gap:10px}.profile-settings-breadcrumb{flex-wrap:wrap}.profile-settings-breadcrumb-title{font-size:1.75rem}.profile-settings-body{padding:15px;flex-direction:column}.profile-settings-info-section{width:100%}.profile-settings-form-section{width:100%;margin-top:20px}.profile-settings-form-field{flex-direction:column;align-items:flex-start;gap:5px}.profile-settings-form-label{min-width:unset}.profile-settings-input-wrapper{width:100%}.profile-settings-save-button{align-self:center;justify-content:center;margin-top:30px}}@media screen and (max-width: 576px){.profile-settings-header{padding:20px 15px}.profile-settings-breadcrumb-title{font-size:1.5rem}.profile-settings-form-title{font-size:1.1rem}.profile-settings-messages-count{font-size:1.5rem}.profile-settings-messages-label{font-size:.875rem}.profile-settings-username{font-size:1.1rem}}@media screen and (max-width: 480px){.profile-settings-avatar{width:50px;height:50px}.profile-settings-join-date{font-size:.75rem}.profile-settings-status-label,.profile-settings-status-value,.profile-settings-breadcrumb-item,.profile-settings-breadcrumb-current,.profile-settings-back-link,.profile-settings-form-input{font-size:.8rem}.profile-settings-save-button{font-size:.875rem;padding:8px 20px}}.profile-settings-input-wrapper.editing{box-shadow:0 0 0 2px #94e5da80;background:#0f1932b3}.profile-settings-input-wrapper.editing .profile-settings-form-input{background:transparent;color:#68e9ff}.profile-settings-form-input[readonly]{cursor:default}.profile-settings-check-icon{color:#4caf50;opacity:1}.profile-settings-form-input:-webkit-autofill,.profile-settings-form-input:-webkit-autofill:hover,.profile-settings-form-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:0 0 0px 1000px rgba(8,13,27,.51) inset;transition:background-color 5000s ease-in-out 0s;caret-color:#68e9ff;border-radius:5px}.profile-settings-form-input:autofill{background:#080d1b82!important;color:#fff!important;border:none}.profile-settings-form-input:focus,.profile-settings-form-input:active,.profile-settings-form-input::selection{background-color:#0f1932b3!important;color:#fff!important;border-radius:5px}.profile-settings-input-wrapper.editing .profile-settings-form-input:-webkit-autofill,.profile-settings-input-wrapper.editing .profile-settings-form-input:-webkit-autofill:hover,.profile-settings-input-wrapper.editing .profile-settings-form-input:-webkit-autofill:focus{-webkit-text-fill-color:#68E9FF!important;-webkit-box-shadow:0 0 0px 1000px rgba(15,25,50,.7) inset}.delete-icon-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}.delete-icon-btn:hover{background-color:#ff00001a}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay .confirm-modal{background:#fff;color:#000;padding:1.5rem;border-radius:10px;width:90%;max-width:400px;box-shadow:0 10px 25px #0003}.modal-overlay .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:1rem}.modal-overlay .cancel-button{background:#ccc;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.modal-overlay .delete-button{background:red;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.store-login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:#111;color:#fff;position:relative;overflow:hidden;padding:2rem}.store-login-container:before,.store-login-container:after{content:"";position:absolute;width:100%;height:100%;pointer-events:none;background-repeat:no-repeat}.store-login-container:before{top:0;left:0;background-image:radial-gradient(42.63% 42.63% at 0% 0%,#fe9e2340,#00a3ff00)}.store-login-container:after{bottom:0;right:0;background-image:radial-gradient(42.63% 42.63% at 100% 100%,#fe9e2340,#00a3ff00)}.store-login-back-link-container{position:absolute;top:3rem;left:9%;z-index:10}.store-login-back-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-family:Clash Display,sans-serif;font-size:1.25rem;font-weight:500;transition:opacity .2s ease;text-decoration:underline}.store-login-back-link:hover{opacity:.8}.store-login-back-icon{font-size:.875rem}.store-login-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:450px;z-index:10;padding:2rem}.store-login-title{font-size:2rem;font-weight:700;margin-bottom:.75rem;text-align:center}.store-login-subtitle{font-size:.875rem;text-align:center;color:#ffffffb3;margin-bottom:2rem}.store-login-form{width:100%;display:flex;flex-direction:column;gap:2rem}.store-login-input-container{position:relative;width:100%}.store-login-input-gradient{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f86800,#f9d423);border-radius:2px 2px 0 0}.store-login-input{width:100%;padding:1rem;background-color:#2a2320;color:#fff;border:none;border-radius:2px 2px 15px 15px;font-size:.875rem;outline:none}.store-login-input::placeholder{color:#ffffff80}.store-login-actions{display:flex;justify-content:space-between;align-items:center;width:100%}.store-login-back-home-link{color:#fff;text-decoration:none;font-size:.875rem;transition:opacity .2s ease}.store-login-back-home-link:hover{opacity:.8}.store-login-button{background:linear-gradient(90deg,#f86800,#f9d423);color:#fff;border:none;border-radius:10px;padding:.75rem 2.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;display:flex;gap:4px}.store-login-button:hover{opacity:.9}@media screen and (max-width: 768px){.store-login-back-link-container{top:1.5rem;left:1.5rem}.store-login-back-link{font-size:1rem}.store-login-content{padding:1.5rem}.store-login-title{font-size:1.75rem}}@media screen and (max-width: 480px){.store-login-container{padding:1rem}.store-login-back-link-container{top:1rem;left:1rem}.store-login-back-link{font-size:.875rem}.store-login-content{padding:1rem}.store-login-title{font-size:1.5rem}.store-login-subtitle{font-size:.75rem}.store-login-actions{flex-direction:column;gap:1rem}}.store-hero{display:flex;justify-content:space-between;align-items:center;background-color:#181415e5;background-size:cover;background-repeat:no-repeat;background-position:center;border:1px solid #000000;box-shadow:inset 0 0 50px #00000080;padding:3rem;padding-bottom:0;margin-bottom:3rem;overflow:hidden;flex-direction:row}.store-hero .store-left{flex:1;display:flex;justify-content:center;transition:all .3s ease}.store-hero .store-image{max-width:100%;height:auto;transition:transform .3s ease}.store-hero .store-right{flex:1;color:#fff;padding-left:2rem}.store-hero .store-title{font-size:clamp(3rem,8vw,8rem);font-weight:700;margin:0;line-height:1.2}.store-hero .store-description{margin:1rem 0;font-size:clamp(1rem,1.25vw,1.25rem);line-height:1.6;opacity:.9;max-width:90%}.store-hero .store-button{cursor:pointer;box-shadow:0 0 10px #4986ac;transition:all .3s ease;padding:12px 30px;border-radius:10px;font-size:1.1rem}.store-hero .store-button:hover{opacity:.9;transform:translateY(-2px)}.store-hero .basket-button{position:fixed;bottom:20px;right:20px;background:radial-gradient(circle at 30% 30%,#f4a240,#2d2924 80%);box-shadow:-5px 5px 5px #ffffff1a inset,5px -5px 5px #a5a5a51a inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;cursor:pointer;width:80px;height:80px;z-index:10}.store-hero .basket-button:hover{transform:scale(1.05)}.store-hero .basket-icon{width:24px;height:24px;margin-bottom:5px}@media (max-width: 768px){.store-hero{padding:1.5rem;margin-bottom:2rem;border-radius:15px;text-align:center}.store-hero .store-left{width:100%;margin-bottom:1.5rem;max-width:350px;margin-left:auto;margin-right:auto;display:none}.store-hero .store-image{max-width:80%;transform:scale(.9)}.store-hero .store-right{width:100%;padding-left:0}.store-hero .store-title{font-size:clamp(2.5rem,10vw,4rem);line-height:1.1;margin-bottom:.5rem}.store-hero .store-description{font-size:1rem;line-height:1.5;margin:1rem auto;max-width:100%}.store-hero .store-button{width:auto;min-width:180px;margin-top:1rem;padding:12px 24px;font-size:1rem;margin:auto}}@media (max-width: 480px){.store-hero{margin-bottom:1.5rem}.store-hero .store-image{max-width:70%;transform:scale(.8)}.store-hero .store-title{font-size:2.2rem}.store-hero .store-description{font-size:.9rem;line-height:1.4}.store-hero .store-button{min-width:180px;padding:10px 20px}.store-hero .basket-button{height:60px;width:60px;font-size:11px}.store-hero .basket-icon{width:17px;height:17px;stroke-width:2px;margin-bottom:.2rem}}.store-payment-container{display:flex;gap:25px;padding:30px;min-height:80vh}.store-payment-container .left-section{display:flex;flex-direction:column;justify-content:space-between;width:381px;background:#171414;border:5px solid #20282A;border-radius:20px;padding:25px}.store-payment-container .browse-now{font-family:Pixeloid Sans,sans-serif;font-size:24px;margin-bottom:35px;font-weight:600}.store-payment-container .nav-item{width:312px;height:45px;border:1px solid #202A2A;border-radius:5px;margin-bottom:15px;position:relative;display:flex;align-items:center;padding-left:15px;background:#1a1f1f;cursor:pointer}.store-payment-container .nav-item.active{background:linear-gradient(155.16deg,#94e5da1a 1.17%,#4986ac1a 84.18%)}.store-payment-container .nav-item.active .nav-text{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;color:transparent}.store-payment-container .gradient-border{position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);border-radius:5px 0 0 5px}.store-payment-container .recent-payments{color:#fff;margin:40px 0 15px;font-size:18px}.store-payment-container .payment-images{display:flex;gap:12px}.store-payment-container .payment-img{width:65px;height:65px;background:#2d3535;border-radius:50%;border:1px solid #202A2A}.store-payment-container .payment-img img{width:100%;height:100%;border-radius:50%}.store-payment-container .right-section{flex:1;background:#171414;border:5px solid #20282A;border-radius:20px;padding:35px;display:flex;gap:30px}.store-payment-container .content-section{flex:0 0 70%;display:flex;flex-direction:column}.store-payment-container .image-section{flex:1;display:flex;align-items:flex-start;justify-content:center}.store-payment-container .text-content{display:flex;flex-direction:column;justify-content:space-between;flex:1}.store-payment-container .store-title{font-family:Pixeloid Sans,sans-serif;font-size:40px;font-weight:700;margin:15px 0;text-shadow:0px 0px 15px #4986AC}.store-payment-container .welcome-text{color:#4986ac;font-size:20px;margin-bottom:8px}.store-payment-container .first-para{color:#ffffff80;line-height:1.8;opacity:.9;margin-bottom:30px}.store-payment-container .second-para{color:#ffffff80;padding-top:25px;font-size:15px;line-height:1.6}.store-payment-container .bottom-section{margin-top:auto}.store-payment-container .border-line{border-top:3px solid #2E3636;margin:25px 0}.store-payment-container .bottom-content{display:flex;justify-content:space-between;align-items:center}.store-payment-container .paypal-section{margin-top:auto;padding-top:25px;display:flex;align-items:center;gap:15px}.store-payment-container .paypal-logo{width:120px;height:auto;border-radius:5px}.store-payment-container .paypal-logo img{width:100%;height:100%}.store-payment-container .store-image{width:100%;border-radius:10px;background-size:cover;background-position:center}.store-payment-container .store-image img{width:100%;height:100%}@media (max-width: 992px){.store-payment-container{flex-direction:column}.store-payment-container .left-section{width:100%;padding:20px;margin-bottom:20px}.store-payment-container .nav-item{width:100%}.store-payment-container .payment-images{flex-wrap:wrap;justify-content:center}.store-payment-container .right-section{padding:25px}.store-payment-container .content-section,.store-payment-container .image-section{width:100%;flex:none}.store-payment-container .welcome-text{font-size:1.1rem}.store-payment-container .first-para,.store-payment-container .second-para{font-size:.9rem;text-align:justify}.store-payment-container .paypal-section{flex-direction:column;align-items:flex-start;margin-top:25px}}@media (max-width: 768px){.store-payment-container .store-title{font-size:2.5rem!important}.store-payment-container{padding:15px;min-height:auto}.store-payment-container .image-section{display:none!important}.store-payment-container .content-section{width:100%!important;flex:none!important}.store-payment-container .store-image{height:200px;margin-top:25px}}@media (min-width: 769px){.store-payment-container .content-section{flex:0 0 70%;max-width:70%}.store-payment-container .image-section{flex:0 0 28%;max-width:28%;display:flex!important;align-items:center}}@media (max-width: 480px){.store-payment-container .store-title{font-size:2rem!important}.store-payment-container .payment-img{width:50px;height:50px}.store-payment-container .nav-item{height:40px;font-size:.9rem}.store-payment-container .recent-payments{font-size:1rem;margin:25px 0 10px}.store-payment-container .first-para,.store-payment-container .second-para{font-size:.85rem}}.ranks-container{padding:2rem;color:#fff;font-family:Clash Display,sans-serif;background-color:#000}.ranks-container .ranks-title{display:flex;align-items:center;font-size:1.5rem;margin-bottom:2rem;font-weight:600;width:100%;max-width:1200px;margin:0 auto 2rem}.ranks-container .star-icon{margin-right:.5rem}.ranks-container .cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1200px;margin:0 auto;align-items:flex-start}.ranks-container .ranks-card{flex:1 1 374px;min-width:374px;max-width:432px;background-color:#121319;border-radius:8px;overflow:hidden;position:relative;margin-bottom:1.5rem;transition:height .3s ease;align-self:flex-start}.ranks-container .gradient-bar{height:34px;width:100%}.ranks-container .grinder-gradient{background:conic-gradient(from 21.17deg at -52.87% 105.23%,#8a61ff -.5deg,#ff9929 50.3deg,#f4cc58 64.84deg,#ebff00 150deg,#f90 243.91deg,#ffd376 290.16deg,#8a61ff 359.5deg,#ff9929 410.3deg)}.ranks-container .elite-gradient{background:radial-gradient(200.51% 200.51% at 119.03% 124.35%,#50ffff,#49f0d2 15.42%,#45e9e9 22.92%,#12ffff 50.71%,#0fcddc 67.71%,#0ff 89.58%,#00f0ff)}.ranks-container .legend-gradient{background:conic-gradient(from 61.76deg at 6.71% -16.99%,#fdf482,#cee79b 61.87deg,#6ecdcd 148.13deg,#dc9f9f,#ffd3d3 198.45deg,#eabfda 230.91deg,#7a50ff 295.08deg,#fdf482 360deg)}.ranks-container .titan-gradient{background:linear-gradient(90deg,#fd8282,red)}.ranks-container .ranks-card-content{padding:1.5rem;position:relative;z-index:1}.ranks-container .ranks-card-title{font-size:3rem;font-weight:600;margin:.5rem 0;font-family:Clash Display,sans-serif}.ranks-container .grinder-title{background:linear-gradient(90deg,#f4b740 -5.05%,#fb8823);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-shadow:0px 0px 20px #F79C2F}.ranks-container .elite-title{background:linear-gradient(90deg,#10f6f6 -5.05%,#1ce1a8);text-shadow:0px 0px 20px #16EBCD;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.ranks-container .legend-title{background:linear-gradient(90deg,#c8ff00 -5.05%,#70c792);text-shadow:0px 0px 20px #2BEB16;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.ranks-container .titan-title{background:linear-gradient(90deg,red -5.05%,#ff4800);text-shadow:0px 0px 20px #FF3300;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.ranks-container .forever-rank{color:#fff;font-size:1rem;margin:.5rem 0 1.5rem}.ranks-container .forever-rank span{color:#8e8e8e}.ranks-container .ranks-features{margin-bottom:2rem}.ranks-container .ranks-feature{display:flex;align-items:center;margin-bottom:1rem}.ranks-container .feature-icon{margin-right:.75rem;font-size:1.25rem;color:#fff}.ranks-container .feature-text{color:#fff}.ranks-container .and-more{font-size:.9rem;margin:1rem 0 2rem}.ranks-container .price-section{margin-bottom:1.5rem}.ranks-container .discount-tag{display:inline-block;padding:.25rem .5rem;font-size:.8rem;border-radius:4px;margin-bottom:.5rem}.ranks-container .grinder-discount{background-color:#f89a2e;color:#fff}.ranks-container .elite-discount{background-color:#17e9c8;color:#fff}.ranks-container .legend-discount{background-color:#a5e939;color:#fff}.ranks-container .titan-discount{background-color:#ff1f00;color:#fff}.ranks-container .price-label{margin:0;color:#fff;font-size:1.2rem}.ranks-container .price-value{margin:.25rem 0 1.5rem;font-size:1.2rem;text-decoration:line-through;color:#8e8e8e}.ranks-container .action-buttons{display:flex;align-items:center}.ranks-container .buy-button{border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;margin-right:1rem;font-family:Clash Display,sans-serif}.ranks-container .buy-button:hover{opacity:.9}.ranks-container .grinder-buy{background-color:#f89a2e;color:#fff}.ranks-container .elite-buy{background-color:#17e9c8;color:#fff}.ranks-container .legend-buy{background-color:#a5e939;color:#fff}.ranks-container .titan-buy{background-color:#ff1f00;color:#fff}.ranks-container .more-info{padding:.5rem;border-bottom:1px solid;text-decoration:none}.ranks-container .more-info:hover{opacity:.9}.ranks-container .grinder-more{color:#f89a2e}.ranks-container .elite-more{color:#17e9c8}.ranks-container .legend-more{color:#a5e939}.ranks-container .titan-more{color:#ff1f00}.ranks-container .card-image{position:absolute;bottom:0;right:0;width:40%;height:40%;background-size:contain;background-position:bottom right;background-repeat:no-repeat;z-index:0}@media (max-width: 575px){.ranks-container{padding:1rem}.ranks-container .ranks-card{min-width:100%;max-width:100%;flex-basis:100%}.ranks-container .ranks-card-title{font-size:2.5rem}.ranks-container .ranks-card-content{padding:1rem}.ranks-container .action-buttons{align-items:flex-start}.ranks-container .buy-button{padding:.5rem 1rem}}@media (min-width: 576px) and (max-width: 991px){.ranks-container .cards-container{justify-content:space-between}.ranks-container .ranks-card{flex:0 0 calc(50% - .75rem);min-width:0}}@media (max-width: 768px){.ranks-container .ranks-card{min-width:0;min-width:100%;max-width:100%;flex-basis:100%}}@media (min-width: 992px){.ranks-container .cards-container{justify-content:center;gap:1.5rem}.ranks-container .ranks-card{min-width:0;margin:0}.ranks-container .cards-container:after{content:none}}.ranks-container .owned-rank{filter:grayscale(100%);opacity:.7}.ranks-container .owned-rank .buy-button{background-color:gray;cursor:not-allowed;pointer-events:none}.cannot-purchase-rank{opacity:.6}.cannot-purchase-rank .ranks-card-content{filter:grayscale(50%)}.buy-button.cannot-purchase{background-color:#f44!important;color:#fff!important;pointer-events:none}.credits-container{padding:2rem;color:#fff;font-family:Clash Display,sans-serif;background-color:#000}.credits-container .credits-title{display:flex;align-items:center;font-size:1.5rem;margin-bottom:2rem;font-weight:600;max-width:1200px;margin:0 auto 2rem}.credits-container .star-icon{margin-right:.5rem}.credits-container .credits-cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;align-items:flex-start}.credits-container .credits-card{width:100%;max-width:374px;background-color:#121319;border-radius:8px;overflow:hidden;position:relative;margin-bottom:1.5rem}.credits-container .credits-gradient-bar{height:34px;width:100%;background:conic-gradient(from 21.17deg at -52.87% 105.23%,#8a61ff -.5deg,#ff9929 24.84deg,#2986ff 50.3deg,#5877f4 64.84deg,#ebff00 150deg,#000dff 243.91deg,#ffd376 290.16deg,#8a61ff 359.5deg,#ff9929 384.84deg)}.credits-container .credits-card-content{padding:1.5rem;position:relative;z-index:1}.credits-container .credits-card-title{font-size:2.15rem;font-weight:600;margin:.5rem 0;font-family:Clash Display,sans-serif;color:#00a3ff;text-shadow:0px 0px 20px #00A3FF}.credits-container .credits-value{color:#fff;font-size:1rem;margin:.5rem 0 1.5rem}.credits-container .credits-feature{display:flex;align-items:center;margin-bottom:1.5rem}.credits-container .credits-feature-icon{margin-right:.75rem;font-size:1.25rem;color:#fff}.credits-container .credits-feature-text{color:#fff}.credits-container .and-more{color:#fff;font-size:.9rem;margin:1rem 0 2rem}.credits-container .credits-price-section{margin-bottom:1.5rem}.credits-container .credits-discount-tag{display:inline-block;padding:.25rem .5rem;font-size:.8rem;border-radius:4px;margin-bottom:.5rem;background-color:#00a3ff;color:#fff}.credits-container .credits-price-label{margin:0;color:#fff;font-size:1.2rem}.credits-container .credits-price-value{margin:.25rem 0 1.5rem;font-size:1.2rem;text-decoration:line-through;color:#8e8e8e}.credits-container .credits-action-buttons{display:flex;align-items:center}.credits-container .credits-buy-button{border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;margin-right:1rem;font-family:Clash Display,sans-serif;background-color:#00a3ff;color:#fff}.credits-container .credits-buy-button:hover{opacity:.9}.credits-container .credits-more-info{padding:.5rem;border-bottom:1px solid;color:#00a3ff;text-decoration:none}.credits-container .credits-more-info:hover{opacity:.9}.credits-container .credits-card-image{position:absolute;bottom:50px;right:0;width:50%;height:45%;background-size:contain;background-position:bottom right;background-repeat:no-repeat;z-index:0;transition:opacity .4s ease}@media (max-width: 576px){.credits-container{padding:1rem}.credits-container .credits-card{max-width:100%}.credits-container .credits-card-title{font-size:2rem}.credits-container .credits-card-content{padding:1rem;min-height:250px}.credits-container .credits-buy-button{padding:.5rem 1rem}.credits-container .credits-action-buttons{align-items:flex-start}.credits-container .credits-buy-button{text-align:center}.credits-container .credits-card-image{width:40%;height:35%}}@media (min-width: 576px) and (max-width: 767.98px){.credits-container .credits-card{max-width:100%}.credits-container .credits-card-content{min-height:260px}.credits-container .credits-card-image{width:45%;height:40%}}@media (min-width: 768px) and (max-width: 991.98px){.credits-container .credits-cards-container{justify-content:space-around}.credits-container .credits-card{max-width:48%}.credits-container .credits-card-title{font-size:2.2rem}}@media (min-width: 992px){.credits-container .credits-cards-container{max-width:1200px;margin:0 auto}.credits-container .credits-card{flex:0 0 auto}}@media (min-width: 1200px){.credits-container .credits-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;align-items:start}.credits-container .credits-card{width:100%;margin-bottom:0}}.and-more-wrapper{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease}.and-more-wrapper.expanded{max-height:500px;opacity:1}.store-logout-container{background-color:#000}.store-logout-container .store-logout{display:flex;justify-content:center;padding:2rem;padding-top:0}.store-logout-container .store-logout-button{padding:12px 24px;background:linear-gradient(to right,#ff4e50,#f9d423);color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.store-logout-container .store-logout-button:hover{background:linear-gradient(to right,#f12711,#f5af19)}.store-logout-container .logout-icon{margin-right:8px;font-size:18px;vertical-align:middle}@media (max-width: 576px){.store-logout-container .store-logout{padding:1rem;padding-top:0}}.shopping-cart-container{display:flex;flex-direction:column;width:100%;background-color:#000;color:#fff;padding:3rem 9%;min-height:100vh}.shopping-cart-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;font-family:Pixeloid Sans,sans-serif;letter-spacing:1px}.shopping-cart-content{display:flex;gap:1.5rem;width:100%;flex-wrap:wrap}.shopping-cart-products-section{flex:1;min-width:600px;background-color:#171414;border:5px solid #20282A;border-radius:20px;padding:1.5rem}.shopping-cart-section-title{font-size:1.25rem;margin-bottom:1.5rem}.shopping-cart-products-header{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #333}.shopping-cart-product-label,.shopping-cart-price-label{font-size:.875rem;color:#fff}.shopping-cart-products-list{display:flex;flex-direction:column;gap:.5rem}.shopping-cart-product-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;position:relative}.shopping-cart-product-item:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#d9d9d90d,#73737380 50.36%,#7373730d)}.shopping-cart-product-info{display:flex;align-items:center;gap:1rem}.shopping-cart-product-image{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.shopping-cart-product-image img{max-width:100%;max-height:100%;object-fit:contain}.shopping-cart-product-details{display:flex;flex-direction:column;gap:.25rem}.shopping-cart-product-name{font-size:1rem;font-weight:600;margin:0}.shopping-cart-product-type{font-size:.875rem;color:#999;margin:0}.shopping-cart-quantity-control{display:flex;align-items:center;background:#282828;border:1px solid #4A4A4A;border-radius:4px;width:fit-content;margin-top:.5rem}.shopping-cart-quantity-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center}.shopping-cart-quantity{padding:0 .5rem;font-size:.875rem}.shopping-cart-product-price-section{display:flex;align-items:center;gap:1rem}.shopping-cart-product-price{font-size:1.125rem;font-weight:600}.shopping-cart-total-price{text-align:right}.shopping-cart-remove-btn{width:36px;height:36px;background:#332f2f;border:3px solid #474242;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;transition:all .2s ease}.shopping-cart-remove-btn:hover{background:#3f3a3a}.shopping-cart-payment-section{flex:0 0 320px;background-color:#171414;border:5px solid #20282A;border-radius:20px;padding:1.5rem;height:100%}.shopping-cart-payment-title{font-family:Pixeloid Sans,sans-serif;font-size:1.25rem;margin-bottom:1.5rem}.shopping-cart-payment-form{display:flex;flex-direction:column;gap:1.25rem}.shopping-cart-form-group{display:flex;flex-direction:column;gap:.5rem}.shopping-cart-form-label{font-size:.875rem;color:#fff}.shopping-cart-form-input{background:#252525;border:none;border-radius:50px;padding:.75rem 1.25rem;color:#fff;font-size:.875rem}.shopping-cart-form-input:focus{outline:none;box-shadow:0 0 0 1px #5ddefd}.shopping-cart-payment-btn{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);border:none;border-radius:2px;padding:.75rem;color:#fff;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;transition:opacity .2s ease}.shopping-cart-payment-btn:hover{opacity:.9}.shopping-cart-paypal-section{margin-top:1.5rem;max-width:170px}.shopping-cart-paypal-image{max-width:100%;height:auto}@media screen and (max-width: 992px){.shopping-cart-products-section{min-width:100%}.shopping-cart-payment-section{flex:1;min-width:100%}}@media screen and (max-width: 768px){.shopping-cart-container{padding:1.5rem 1rem}.shopping-cart-title{font-size:2rem}.shopping-cart-product-item{flex-direction:column;align-items:flex-start;gap:1rem}.shopping-cart-product-price-section{width:100%;justify-content:space-between}.shopping-cart-total-price{text-align:left}}@media screen and (max-width: 480px){.shopping-cart-title{font-size:1.5rem;margin-bottom:1rem}.shopping-cart-products-section,.shopping-cart-payment-section{padding:1rem}.shopping-cart-product-info{width:100%}}.pp_main_container{position:relative;background-color:#0e0e0e;padding:3rem 9%;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.pp_main_heading{font-family:Pixeloid Sans,sans-serif;font-weight:700;font-size:2.25rem;color:#fff;margin-bottom:2rem;z-index:1}.pp_content_container{width:100%;max-width:1180px;background-color:#030305;border-radius:5px;padding:2rem;z-index:1;position:relative}.pp_subheading_container{display:flex;flex-direction:column;margin-bottom:1.5rem}.pp_subheading{font-weight:700;font-size:1.5rem;margin-bottom:.5rem}.pp_gradient_line{width:75px;height:5px;border-radius:25px;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%)}.pp_text_container{margin-bottom:2rem;max-width:700px}.pp_text{color:#b4b4b4;font-size:.875rem;line-height:1.6;margin-bottom:.5rem}.pp_download_container{width:fit-content;padding:.75rem}.pp_download_content{background-color:#0f0f19;border-radius:5px;padding:1rem;display:flex;align-items:center}.pp_file_icon{width:55px;height:55px;margin-right:1rem}.pp_file_icon img{width:100%;height:100%}.pp_download_text{display:flex;flex-direction:column}.pp_file_text{color:#fff;font-weight:700;font-size:.875rem;margin-bottom:.25rem}.pp_download_link{color:#4986ac;font-size:.75rem;text-decoration:none}.pp_download_link:hover{text-decoration:underline}.pp_cube{position:absolute;width:4rem;height:4rem;z-index:1}.pp_cube_top_right{top:33%;right:16%}.pp_cube_bottom_left{top:34%;left:3%}.pp_cube_top_content{top:0;right:45%;z-index:0}@media (max-width: 1200px){.pp_cube{display:none}}@media (max-width: 768px){.pp_main_container{padding:1.5rem}.pp_main_heading{font-size:1.75rem}.pp_content_container{padding:1.5rem}}@font-face{font-family:Ruberoid;src:url(/assets/Ruberoid-Regular-B_oBQh1L.ttf) format("truetype")}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-container .login-content{width:100%;max-width:380px;padding:2rem;font-family:Ruberoid,sans-serif}.login-container .login-heading{font-family:"Exo 2",Orbitron,sans-serif;font-weight:700;font-size:2.25rem;color:#fff;text-align:center;margin-bottom:2rem}.login-container .input-group input{width:100%;height:70px;margin-bottom:1rem;padding:0 1.5rem;background:#192444;border:none;border-radius:5px;color:#c9c9c9;font-family:Ruberoid,sans-serif;font-size:1rem}.login-container .login-button{width:100%;height:70px;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);border:none;border-radius:5px;color:#fff;font-family:Ruberoid;font-size:1.125rem;font-weight:600;cursor:pointer;margin-top:1rem;display:flex;align-items:center;justify-content:flex-start;padding:0 1.5rem;gap:10px}.login-container .login-button:hover{opacity:.9}.login-container .register-links{text-align:center;margin-top:1.5rem;color:#fff}.login-container .register-links a{text-decoration:none;font-weight:600}.login-container .register-links .signup-link{border-bottom:1px solid #4986AC}.login-container .mobile-text,.login-container .mobile-placeholder,.login-container .mobile-register{display:none}@media (max-width: 768px){.login-container .desktop-placeholder,.login-container .desktop-register{display:none}.login-container .mobile-text{display:block;text-align:center;color:#fff;margin-bottom:1.5rem;line-height:1.4}.login-container .mobile-placeholder,.login-container .mobile-register{display:block}.login-container .login-heading{margin-bottom:1rem}}@media (max-width: 768px){.login-link{border-bottom:1px solid #4986AC}}.thank-you-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background-image:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf),url(/assets/bglogin-kvWvgVW2.jpeg);background-position:center;background-size:cover}.thank-you-content{background:radial-gradient(80.54% 254.24% at 76.35% 73.11%,#10182fe6,#10182fdf);padding:40px;border-radius:12px;box-shadow:0 10px 30px #00000080;text-align:center;max-width:700px;width:100%;border:1px solid rgba(100,255,218,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.thank-you-icon{font-size:80px;margin-bottom:20px;color:#64ffda;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);opacity:.7}70%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:.7}}.thank-you-title{font-size:32px;margin-bottom:20px;font-weight:700;background:linear-gradient(to bottom,#94e5da,#4986ac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.purchase-details{background:#0d1324;border-radius:10px;padding:25px;margin:25px 0;border:1px solid rgba(100,255,218,.1);text-align:left}.detail-row{display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(100,255,218,.2)}.detail-label{font-weight:600;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:16px}.detail-value{color:#e6f1ff;font-size:16px}.purchase-details h3{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;color:transparent;margin-top:20px;margin-bottom:15px;font-size:20px;border-bottom:1px solid rgba(100,255,218,.2);padding-bottom:10px}.purchased-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.05)}.item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;margin-right:20px;background:#0003;border:1px solid rgba(100,255,218,.1)}.item-image img{width:100%;height:100%;object-fit:cover}.item-details h4{margin:0 0 8px;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:18px}.item-details p{margin:5px 0;color:#ccd6f6;font-size:14px}.detail-total{display:flex;justify-content:space-between;margin-top:25px;padding-top:15px;border-top:2px solid rgba(100,255,218,.3);font-size:20px}.total-label{font-weight:700;background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;color:transparent}.total-value{background:linear-gradient(155.16deg,#94e5da 1.17%,#4986ac 84.18%);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.thank-you-actions{display:flex;justify-content:center;margin-top:30px}.thank-you-btn{padding:14px 40px;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;background:linear-gradient(to bottom,#94e5da,#4986ac);color:#fff;position:relative;overflow:hidden}.thank-you-btn:hover{transform:translateY(-3px);box-shadow:0 5px 20px #64ffda66}.thank-you-btn:active{transform:translateY(1px)}.thank-you-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.thank-you-btn:hover:before{left:100%}@media (max-width: 768px){.thank-you-content{padding:25px 20px;max-width:95%}.thank-you-title{font-size:26px}.purchase-details{padding:15px}.detail-row{flex-direction:column;gap:5px}.purchased-item{flex-direction:column;align-items:flex-start}.item-image{margin-right:0;margin-bottom:15px}.thank-you-btn{padding:12px 30px;font-size:15px}}@media (max-width: 480px){.thank-you-content{padding:20px 15px}.thank-you-title{font-size:22px}.detail-label,.detail-value{font-size:14px}.item-details h4{font-size:16px}.item-details p{font-size:13px}.detail-total{font-size:18px}}
