@charset "UTF-8";:root{--primary-color: #FCBE03;--background-color: #0a0a0a;--card-background-color: #1a1a1a;--input-background-color: #2a2a2a;--text-color: #ffffff;--text-color-secondary: #a0a0a0;--border-color: #333333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--background-color);color:var(--text-color)}a{color:var(--primary-color);text-decoration:none}.btn{padding:12px 24px;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.btn-primary{background-color:var(--primary-color);color:#000}.btn-primary:hover{background-color:#eab503;box-shadow:0 0 15px #fcbe0399}.btn-secondary{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#000}main{padding-top:0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.home-page{--text-color: #ffffff;--text-color-secondary: #a0a0a0;--brand-color: #FCBE03}.home-page .animated-section{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.home-page .animated-section.in-view{opacity:1;transform:translateY(0)}.home-page .btn{padding:12px 24px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-block;transition:transform .3s ease,background-color .3s ease}.home-page .btn:hover{transform:translateY(-3px)}.home-page .btn.btn-primary{background-color:var(--brand-color);color:#000}.home-page .btn.btn-primary:hover{background-color:#e0a800}.home-page .btn.btn-secondary{background-color:transparent;color:var(--text-color);border:1px solid var(--text-color-secondary)}.home-page .btn.btn-secondary:hover{background-color:#ffffff1a;border-color:#fff}.home-page .btn.btn-dark{background-color:#000;color:#fff;padding:15px 30px;font-size:18px;border-radius:50px;text-decoration:none}.home-page .btn.btn-lg{font-size:18px;padding:15px 30px}.home-page .hero-section{display:flex;justify-content:center;align-items:center;text-align:center;padding:120px 40px;background-color:#000;position:relative}.home-page .hero-section .hero-content{max-width:800px;width:100%}.home-page .hero-section .hero-content h1{font-size:56px;font-weight:700;color:var(--text-color);margin-bottom:20px;animation:fadeInUp 1s ease-out .2s forwards;opacity:0}.home-page .hero-section .hero-content p{font-size:20px;color:var(--text-color-secondary);margin-bottom:40px;animation:fadeInUp 1s ease-out .5s forwards;opacity:0}.home-page .hero-section .hero-content .hero-actions{animation:fadeInUp 1s ease-out .8s forwards;opacity:1;display:flex;justify-content:center;gap:20px}.home-page .secret-sauce-section{background-color:var(--brand-color);color:#000;padding:100px 40px}.home-page .secret-sauce-section .secret-sauce-content{max-width:1200px;margin:0 auto}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-header{text-align:left;margin-bottom:60px}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-header h2{font-size:70px;font-weight:700;margin-bottom:10px}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-header p{font-size:20px}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-grid .secret-sauce-item{background-color:#0000000d;padding:30px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-grid .secret-sauce-item .item-icon{font-size:32px;margin-bottom:20px;display:inline-block;animation:pulse 2s ease-in-out infinite 1s}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-grid .secret-sauce-item h3{font-size:22px;font-weight:700;margin-bottom:15px}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-grid .secret-sauce-item p{font-size:17px;line-height:1.6}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-grid .secret-sauce-item:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0000001a}.home-page .secret-sauce-section .secret-sauce-content .secret-sauce-cta{text-align:left}.home-page .feature-section{padding:100px 40px;background-color:#000}.home-page .feature-section .feature-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;max-width:1200px;margin:0 auto;align-items:center}.home-page .feature-section .feature-content .feature-text h2{font-size:40px;font-weight:700;color:var(--text-color);margin-bottom:20px}.home-page .feature-section .feature-content .feature-text p{font-size:18px;color:var(--text-color-secondary);margin-bottom:30px;line-height:1.6}.home-page .feature-section .feature-content .feature-text .feature-actions{display:flex;gap:20px}.home-page .feature-section .feature-content .feature-image-placeholder{background-color:#1a1a1a;border-radius:20px;width:100%;height:400px;transition:transform .4s ease,box-shadow .4s ease}.home-page .feature-section .feature-content .feature-image-placeholder:hover{transform:scale(1.05);box-shadow:0 10px 30px #fcbe031a}.home-page .feature-section.feature-section--reversed .feature-content .feature-text{order:2}.home-page .feature-section.feature-section--reversed .feature-content .feature-image-placeholder{order:1}.home-page .for-creators-section{background-color:#121212;padding:100px 40px;text-align:center}.home-page .for-creators-section .for-creators-content{max-width:700px;margin:0 auto}.home-page .for-creators-section .for-creators-content .for-creators-text h2{font-size:40px;font-weight:700;color:var(--text-color);margin-bottom:20px}.home-page .for-creators-section .for-creators-content .for-creators-text p{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px;line-height:1.6}.home-page .testimonials-section{background-color:#000;padding:100px 40px;text-align:center}.home-page .testimonials-section .testimonials-header{margin-bottom:60px}.home-page .testimonials-section .testimonials-header h2{font-size:48px;font-weight:700}.home-page .testimonials-section .testimonials-header h2 span{background-color:var(--brand-color);color:#000;padding:0 10px;border-radius:8px}.home-page .testimonials-section .testimonial-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.home-page .testimonials-section .testimonial-list .testimonial-item{background-color:#1a1a1a;padding:40px;border-radius:12px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.home-page .testimonials-section .testimonial-list .testimonial-item p{font-size:18px;line-height:1.7;margin-bottom:30px}.home-page .testimonials-section .testimonial-list .testimonial-item .testimonial-author span{display:block;font-weight:700}.home-page .testimonials-section .testimonial-list .testimonial-item .testimonial-author small{color:var(--text-color-secondary)}.home-page .testimonials-section .testimonial-list .testimonial-item:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0006}.home-page .cta-section{background-color:#000;padding:100px 40px;text-align:center}.home-page .cta-section .cta-content{max-width:600px;margin:0 auto}.home-page .cta-section .cta-content h2{font-size:40px;font-weight:700;color:var(--text-color);margin-bottom:20px}.home-page .cta-section .cta-content p{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px}@keyframes typeform-fade-in{0%{opacity:0}to{opacity:1}}@keyframes typeform-slide-up{0%{transform:translateY(20px);opacity:.8}to{transform:translateY(0);opacity:1}}.typeform-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;animation:typeform-fade-in .3s ease}.typeform-modal-content{position:relative;width:90%;max-width:800px;background:#fff;border-radius:12px;box-shadow:0 5px 25px #0003;padding:0;overflow:hidden;display:flex;flex-direction:column;animation:typeform-slide-up .4s ease-out}.close-typeform-btn{position:absolute;top:15px;right:15px;background:#0000001a;color:#000;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;line-height:30px;text-align:center;cursor:pointer;z-index:1010;transition:all .2s ease}.close-typeform-btn:hover{background:#0003;transform:rotate(90deg)}.typeform-widget-container{width:100%;height:650px}.watermark-cover{position:absolute;bottom:0;left:0;width:100%;height:40px;background-color:#fff;z-index:5}.auth-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.auth-modal{background-color:#1a1a1a;padding:2rem;border-radius:8px;width:100%;max-width:400px;position:relative;border:1px solid #333}.auth-modal .close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#888;font-size:1.5rem;cursor:pointer}.auth-modal .close-button:hover{color:#fff}.auth-modal h2{text-align:center;margin-bottom:1.5rem;color:#fff}.auth-modal .social-logins{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.auth-modal .social-logins .social-btn{display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:4px;border:1px solid #444;background-color:#2a2a2a;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s}.auth-modal .social-logins .social-btn .icon{margin-right:.75rem;font-size:1.2rem}.auth-modal .social-logins .social-btn.google .icon{color:#db4437}.auth-modal .social-logins .social-btn.google:hover{background-color:#3a3a3a}.auth-modal .social-logins .social-btn.discord .icon{color:#7289da}.auth-modal .social-logins .social-btn.discord:hover{background-color:#3a3a3a}.auth-modal .divider{display:flex;align-items:center;text-align:center;color:#888;margin-bottom:1.5rem;font-size:.8rem}.auth-modal .divider:before,.auth-modal .divider:after{content:"";flex:1;border-bottom:1px solid #444}.auth-modal .divider:not(:empty):before{margin-right:.5em}.auth-modal .divider:not(:empty):after{margin-left:.5em}.auth-modal .auth-form{display:flex;flex-direction:column;gap:1rem}.auth-modal .auth-form .input-group{display:flex;flex-direction:column}.auth-modal .auth-form .input-group label{margin-bottom:.5rem;font-size:.9rem;color:#aaa}.auth-modal .auth-form .input-group input{padding:.75rem;border-radius:4px;border:1px solid #444;background-color:#2a2a2a;color:#fff;font-size:1rem}.auth-modal .auth-form .input-group input:focus{outline:none;border-color:#fcbe03}.auth-modal .auth-form .input-group .error-message{color:#e57373;font-size:.8rem;margin-top:.5rem;min-height:1rem}.auth-modal .auth-form .input-group .password-criteria-list{list-style:none;padding:0;margin:.5rem 0 0;font-size:.8rem;display:flex;flex-direction:column;gap:.25rem}.auth-modal .auth-form .input-group .password-criteria-list li{display:flex;align-items:center;transition:color .2s}.auth-modal .auth-form .input-group .password-criteria-list li svg{margin-right:.5rem}.auth-modal .auth-form .input-group .password-criteria-list .invalid{color:#e57373}.auth-modal .auth-form .input-group .password-criteria-list .valid{color:#81c784}.auth-modal .auth-form .submit-btn{padding:.85rem;border:none;border-radius:4px;background-color:#fcbe03;color:#111;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s}.auth-modal .auth-form .submit-btn:hover{background-color:#e0a800}.auth-modal .auth-form .submit-btn:disabled{background-color:#444;color:#888;cursor:not-allowed}.auth-modal .turnstile-widget-container{display:flex;justify-content:center;margin:.5rem 0}.auth-modal .toggle-mode{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#aaa}.auth-modal .toggle-mode button{background:none;border:none;color:#fcbe03;cursor:pointer;font-weight:700;padding:0;margin-left:.25rem}.auth-modal .toggle-mode button:hover{text-decoration:underline}.user-dropdown-container{position:absolute;top:calc(100% + 10px);right:0;z-index:1001;background-color:#1c1c1c;border-radius:12px;border:1px solid #2e2e2e;width:250px;padding:8px;box-shadow:0 10px 25px #0000004d;font-family:Inter,sans-serif}.user-dropdown-container .dropdown-menu{list-style:none;padding:0;margin:0}.user-dropdown-container .dropdown-menu li a{display:flex;align-items:center;gap:14px;padding:12px 16px;text-decoration:none;color:#a0a0a0;font-size:15px;font-weight:500;border-radius:8px;transition:background-color .2s,color .2s;cursor:pointer}.user-dropdown-container .dropdown-menu li a svg{font-size:16px;width:20px;text-align:center}.user-dropdown-container .dropdown-menu li a:hover{background-color:#2e2e2e;color:#fff}.user-dropdown-container .dropdown-menu .separator{height:1px;background-color:#2e2e2e;margin:8px 4px}.user-dropdown-container .dropdown-menu .logout-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:8px;color:#ff4d4f;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s}.user-dropdown-container .dropdown-menu .logout-item svg{font-size:16px;width:20px;text-align:center}.user-dropdown-container .dropdown-menu .logout-item:hover{background-color:#ff4d4f1a}:root{--brand-color: #FCBE03;--discord-blue: #5865F2;--header-bg: #000;--header-text: #fff;--nav-link-color: #a0a0a0}.main-header{background-color:var(--header-bg);color:var(--header-text);padding:0 30px;height:80px;display:flex;align-items:center;justify-content:space-between;width:100%;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 2px 10px #00000080}.logo-container .logo{font-size:28px;font-weight:700;letter-spacing:2px;text-decoration:none;color:var(--header-text)}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:35px}.main-nav a{text-decoration:none;color:var(--nav-link-color);font-weight:600;font-size:16px;transition:color .3s ease}.main-nav a:hover,.main-nav a.active{color:var(--header-text)}.auth-links{position:relative;display:flex;align-items:center;gap:15px}.auth-links .auth-btn{background:none;border:1px solid var(--nav-link-color);color:var(--nav-link-color);font-weight:600;font-size:16px;text-decoration:none;padding:8px 18px;border-radius:8px;transition:all .3s ease;cursor:pointer}.auth-links .auth-btn:hover{color:var(--header-text);border-color:var(--header-text)}.auth-links .signup{background-color:var(--brand-color);border-color:var(--brand-color);color:var(--header-bg);font-weight:700}.auth-links .signup:hover{background-color:#e0a800;border-color:#e0a800;color:var(--header-bg)}.user-info-container{position:relative}.user-info-container .user-info-button{background:none;border:none;color:var(--header-text);display:flex;align-items:center;gap:12px;cursor:pointer;padding:5px 10px;border-radius:8px;transition:background-color .2s ease}.user-info-container .user-info-button:hover{background-color:#ffffff1a}.user-info-container .user-info-button .username{font-weight:600;font-size:16px}.user-info-container .user-info-button .user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--brand-color)}.menu-toggle{display:none;font-size:24px;cursor:pointer}@media (max-width: 1024px){.main-nav{position:absolute;top:80px;left:0;width:100%;background-color:#111;flex-direction:column;transform:translate(-100%);transition:transform .3s ease-in-out;padding:20px 0}.main-nav ul{flex-direction:column;align-items:center;gap:20px}.main-nav.open{transform:translate(0)}.auth-links{display:none}.menu-toggle{display:block}}.custom-select-container{position:relative;width:200px;font-family:gg sans,Helvetica Neue,Helvetica,Arial,sans-serif}.custom-select-label{display:block;color:#8e9297;font-size:12px;font-weight:600;margin-bottom:8px;text-transform:uppercase}.custom-select{position:relative;cursor:pointer;background-color:#2f3136;border-radius:5px;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.custom-select:hover{background-color:#3a3d42}.custom-select .select-selected{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;color:#dcddde;font-size:16px}.custom-select .select-selected .select-arrow{transition:transform .2s ease}.custom-select.open .select-arrow{transform:rotate(180deg)}.custom-select .select-items{position:absolute;top:calc(100% + 5px);left:0;right:0;background-color:#2f3136;border-radius:5px;border:1px solid #202225;z-index:10;max-height:220px;overflow-y:auto;padding:5px}.custom-select .select-items::-webkit-scrollbar{display:none}.custom-select .select-items{-ms-overflow-style:none;scrollbar-width:none}.custom-select .select-item{padding:10px 12px;color:#dcddde;border-radius:3px}.custom-select .select-item:hover{background-color:#40444b}.custom-select .select-item.selected{background-color:#4854a0;font-weight:500}.footer{background-color:#000;color:var(--text-color-secondary);padding:80px 40px 20px;border-top:1px solid var(--border-color)}.footer .footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1400px;margin:0 auto 60px}.footer .footer-container .footer-column h3,.footer .footer-container .footer-column h4{font-size:20px;font-weight:700;color:var(--text-color);margin-bottom:20px}.footer .footer-container .footer-column p{margin-bottom:20px;line-height:1.6}.footer .footer-container .footer-brand .language-container{margin-top:30px}.footer .footer-container .footer-brand .language-container label{display:block;font-size:14px;margin-bottom:8px}.footer .footer-container .footer-brand .language-container .language-selector{position:relative;width:200px}.footer .footer-container .footer-brand .language-container .language-selector select{width:100%;padding:12px 40px 12px 20px;border:none;background-color:var(--input-background-color);color:var(--text-color);border-radius:12px;appearance:none;font-size:16px;cursor:pointer}.footer .footer-container .footer-brand .language-container .language-selector select:focus{outline:none;box-shadow:0 0 0 2px var(--primary-color)}.footer .footer-container .footer-brand .language-container .language-selector:after{content:"▼";position:absolute;top:50%;right:20px;transform:translateY(-50%);color:var(--text-color-secondary);pointer-events:none}.footer .footer-container .footer-brand .social-icons{margin-top:20px;display:flex;gap:15px}.footer .footer-container .footer-brand .social-icons a{color:var(--text-color-secondary);font-size:24px;transition:color .3s ease}.footer .footer-container .footer-brand .social-icons a:hover{color:var(--primary-color)}.footer .footer-container .footer-links ul{list-style:none}.footer .footer-container .footer-links ul li{margin-bottom:10px}.footer .footer-container .footer-links ul li a{color:var(--text-color-secondary);text-decoration:none;transition:color .3s ease}.footer .footer-container .footer-links ul li a:hover{color:var(--primary-color)}.footer .footer-container .footer-newsletter .newsletter-form{display:flex}.footer .footer-container .footer-newsletter .newsletter-form input{flex-grow:1;padding:12px;border:1px solid var(--border-color);background-color:var(--input-background-color);color:var(--text-color);border-radius:8px 0 0 8px;font-size:16px}.footer .footer-container .footer-newsletter .newsletter-form input:focus{outline:none;border-color:var(--primary-color)}.footer .footer-container .footer-newsletter .newsletter-form .btn-primary{border-radius:0 8px 8px 0;white-space:nowrap}.footer .footer-bottom{border-top:1px solid var(--border-color);padding-top:20px;text-align:center;font-size:14px}.brands-page{--text-color: #ffffff;--text-color-secondary: #a0a0a0;--brand-color: #FCBE03;--card-background-color: #1a1a1a;--background-color: #000000;--section-background-color: #121212}.brands-page .animated-section{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.brands-page .animated-section.in-view{opacity:1;transform:translateY(0)}.brands-page .btn{padding:12px 24px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-block;transition:transform .3s ease,background-color .3s ease,border-color .3s ease;cursor:pointer}.brands-page .btn:hover{transform:translateY(-3px)}.brands-page .btn.btn-primary{background-color:var(--brand-color);color:#000;border:1px solid var(--brand-color)}.brands-page .btn.btn-primary:hover{background-color:#e0a800}.brands-page .btn.btn-secondary{background-color:transparent;color:var(--text-color);border:1px solid var(--text-color-secondary)}.brands-page .btn.btn-secondary:hover{background-color:#ffffff0d;border-color:var(--text-color)}.brands-page .section-subtitle{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px;font-weight:500;text-align:center}.brands-page .hero-section{display:flex;justify-content:center;align-items:center;padding:150px 40px;background-color:var(--background-color);min-height:100vh;box-sizing:border-box}.brands-page .hero-section .hero-content{display:flex;justify-content:space-around;align-items:center;width:100%;max-width:1400px;gap:40px}.brands-page .hero-section .hero-content .hero-text-content{text-align:center;max-width:600px}.brands-page .hero-section .hero-content .hero-text-content h1{font-size:64px;font-weight:900;color:var(--text-color);margin-bottom:20px;line-height:1.2}.brands-page .hero-section .hero-content .hero-text-content h1 span{background-color:var(--brand-color);color:#000;padding:5px 15px;border-radius:10px;display:inline-block}.brands-page .hero-section .hero-content .hero-text-content p{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px;line-height:1.6;max-width:450px;margin-left:auto;margin-right:auto}.brands-page .hero-section .hero-content .left-image-placeholder,.brands-page .hero-section .hero-content .right-image-placeholder{width:300px;height:300px;background-color:var(--card-background-color);border-radius:20px}.brands-page .stats-section{background-color:var(--background-color);padding:60px 40px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.brands-page .stats-section .stats-container{display:flex;justify-content:space-around;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:20px}.brands-page .stats-section .counter-item{text-align:center;min-width:250px;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.brands-page .stats-section .counter-item .counter-number{font-size:54px;font-weight:900;color:var(--text-color);margin-bottom:10px}.brands-page .stats-section .counter-item .counter-label{font-size:16px;color:var(--text-color-secondary)}.brands-page .stats-section .counter-item:nth-child(1){animation-delay:.2s}.brands-page .stats-section .counter-item:nth-child(2){animation-delay:.4s}.brands-page .stats-section .counter-item:nth-child(3){animation-delay:.6s}.brands-page .how-we-do-it-section{background-color:var(--section-background-color);padding:100px 40px;color:#fff}.brands-page .how-we-do-it-section .how-content{display:grid;grid-template-columns:1fr 2fr;gap:80px;max-width:1200px;margin:0 auto;align-items:center}.brands-page .how-we-do-it-section .how-title-container{text-align:left}.brands-page .how-we-do-it-section .how-title-container h2{font-size:70px;font-weight:900;line-height:1.1;margin-bottom:40px}.brands-page .how-we-do-it-section .how-features-list{display:grid;grid-template-columns:1fr;gap:30px}.brands-page .how-we-do-it-section .how-features-list .feature-item{background-color:var(--card-background-color);padding:30px;border-radius:12px;border:1px solid #2a2a2a;display:flex;gap:25px;align-items:flex-start;transition:transform .3s ease,border-color .3s ease}.brands-page .how-we-do-it-section .how-features-list .feature-item:hover{transform:translateY(-5px);border-color:var(--brand-color)}.brands-page .how-we-do-it-section .how-features-list .feature-item .feature-icon{color:var(--brand-color);font-size:32px;margin-top:5px}.brands-page .how-we-do-it-section .how-features-list .feature-item .feature-text h3{font-size:20px;font-weight:700;margin-bottom:10px}.brands-page .how-we-do-it-section .how-features-list .feature-item .feature-text p{font-size:16px;line-height:1.6;color:var(--text-color-secondary)}.brands-page .logo-ticker-section{background-color:var(--background-color);padding:80px 0;overflow:hidden}.brands-page .logo-ticker-section .logo-ticker-container{width:100%;overflow:hidden;position:relative}.brands-page .logo-ticker-section .logo-ticker-container:before,.brands-page .logo-ticker-section .logo-ticker-container:after{content:"";position:absolute;top:0;width:15%;height:100%;z-index:2;pointer-events:none}.brands-page .logo-ticker-section .logo-ticker-container:before{left:0;background:linear-gradient(to right,var(--background-color) 10%,transparent)}.brands-page .logo-ticker-section .logo-ticker-container:after{right:0;background:linear-gradient(to left,var(--background-color) 10%,transparent)}.brands-page .logo-ticker-section .logo-track{display:flex;width:4000px;animation:scroll-left 45s linear infinite}.brands-page .logo-ticker-section .logo-track:hover{animation-play-state:paused}.brands-page .logo-ticker-section .logo-item{width:250px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:50px;transition:color .3s ease,transform .3s ease}.brands-page .logo-ticker-section .logo-item:hover{color:var(--logo-hover-color);transform:scale(1.1)}.brands-page .campaign-process-section,.brands-page .faq-section{padding:100px 40px 0;text-align:center;background-color:var(--background-color)}.brands-page .campaign-process-section .section-title,.brands-page .faq-section .section-title{font-size:80px;font-weight:900;color:var(--text-color);line-height:1.1;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:80px}.brands-page .campaign-process-section .section-title .highlighted-block,.brands-page .faq-section .section-title .highlighted-block{background-color:var(--brand-color);color:#000;padding:5px 30px;border-radius:12px;display:inline-block}.brands-page .faq-section{padding-bottom:100px}.brands-page .feature-showcase-section{background-color:var(--background-color);padding:80px 40px;display:flex;flex-direction:column;gap:50px}.brands-page .feature-showcase-section .feature-block{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;border:1px solid #2a2a2a;padding:50px;border-radius:24px;opacity:.8;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out,border-color .3s ease}.brands-page .feature-showcase-section .feature-block.in-view{opacity:1;transform:scale(1)}.brands-page .feature-showcase-section .feature-block:hover{border-color:var(--brand-color)}.brands-page .feature-showcase-section .feature-block.layout-reversed .feature-text-content{order:2}.brands-page .feature-showcase-section .feature-block.layout-reversed .feature-image-placeholder{order:1}.brands-page .feature-showcase-section .feature-block .feature-text-content{color:var(--text-color);max-width:450px}.brands-page .feature-showcase-section .feature-block .feature-text-content .feature-number{font-size:24px;font-weight:700;color:var(--brand-color);margin-bottom:10px}.brands-page .feature-showcase-section .feature-block .feature-text-content .feature-title{font-size:48px;font-weight:900;text-transform:uppercase;margin-bottom:20px;line-height:1.2}.brands-page .feature-showcase-section .feature-block .feature-text-content .feature-description{font-size:16px;color:var(--text-color-secondary);line-height:1.8}.brands-page .feature-showcase-section .feature-block .feature-image-placeholder{width:100%;height:400px;background-color:var(--card-background-color);border-radius:20px}.brands-page .key-features-section{padding:100px 40px;background-color:var(--background-color);text-align:center}.brands-page .key-features-section .section-title{margin-bottom:80px}.brands-page .key-features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto}.brands-page .key-features-section .feature-card{background-color:var(--card-background-color);padding:40px;border-radius:16px;border:1px solid #2a2a2a;text-align:left;opacity:0;transform:translateY(40px);transition:transform .4s ease-out,border-color .4s ease-out,opacity .4s ease-out}.brands-page .key-features-section .feature-card.in-view{opacity:1;transform:translateY(0)}.brands-page .key-features-section .feature-card:hover{transform:translateY(-8px);border-color:var(--brand-color)}.brands-page .key-features-section .feature-card .card-icon{font-size:36px;color:var(--brand-color);margin-bottom:25px}.brands-page .key-features-section .feature-card .card-title{font-size:22px;font-weight:700;color:var(--text-color);margin-bottom:15px}.brands-page .key-features-section .feature-card .card-description{font-size:16px;color:var(--text-color-secondary);line-height:1.7}.brands-page .key-features-section .feature-card .animated-text-description span{opacity:0;display:inline-block;animation:textFadeInUp .5s ease-out forwards}.brands-page .faq-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto}.brands-page .faq-column{display:flex;flex-direction:column;gap:20px}.brands-page .faq-item{background-color:var(--card-background-color);border:1px solid #2a2a2a;border-radius:12px;cursor:pointer;transition:border-color .3s ease}.brands-page .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;color:var(--text-color);text-align:left}.brands-page .faq-item .faq-question h5{font-size:18px;font-weight:700;margin:0;padding-right:15px}.brands-page .faq-item .faq-question .faq-arrow{color:var(--text-color-secondary);transition:transform .3s ease,color .3s ease;flex-shrink:0}.brands-page .faq-item .faq-answer{max-height:0;overflow:hidden;color:var(--text-color-secondary);text-align:left;transition:max-height .4s ease-out,padding .4s ease-out}.brands-page .faq-item .faq-answer p{margin:0;padding:0 25px;line-height:1.7}.brands-page .faq-item.active{border-color:var(--brand-color)}.brands-page .faq-item.active .faq-question .faq-arrow{transform:rotate(90deg);color:var(--brand-color)}.brands-page .faq-item.active .faq-answer{max-height:200px}.brands-page .faq-item.active .faq-answer p{padding-bottom:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes textFadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.brands-page .hero-section .hero-content{flex-direction:column;gap:60px}.brands-page .hero-section .hero-content .left-image-placeholder,.brands-page .hero-section .hero-content .right-image-placeholder{width:250px;height:250px}.brands-page .hero-section .hero-content .hero-text-content h1{font-size:50px}.brands-page .feature-showcase-section .feature-block{gap:40px;padding:40px}.brands-page .feature-showcase-section .feature-block .feature-text-content .feature-title{font-size:40px}}@media (max-width: 992px){.brands-page .how-we-do-it-section .how-content{grid-template-columns:1fr;gap:60px}.brands-page .how-we-do-it-section .how-content .how-title-container{text-align:center}.brands-page .how-we-do-it-section .how-content .how-title-container h2,.brands-page .campaign-process-section .section-title,.brands-page .faq-section .section-title{font-size:60px}.brands-page .feature-showcase-section .feature-block{grid-template-columns:1fr;text-align:center}.brands-page .feature-showcase-section .feature-block .feature-text-content{max-width:100%;margin-bottom:40px}.brands-page .feature-showcase-section .feature-block.layout-reversed .feature-text-content{order:1}.brands-page .feature-showcase-section .feature-block.layout-reversed .feature-image-placeholder{order:2}.faq-container{grid-template-columns:1fr}}@media (max-width: 768px){.brands-page .hero-section{padding:120px 20px}.brands-page .hero-section .hero-content .left-image-placeholder,.brands-page .hero-section .hero-content .right-image-placeholder{display:none}.brands-page .hero-section .hero-content .hero-text-content h1{font-size:44px}.brands-page .hero-section .hero-content .hero-text-content p{font-size:16px}.brands-page .stats-section .stats-container{flex-direction:column;gap:40px}.brands-page .stats-section .counter-item .counter-number{font-size:44px}.brands-page .how-we-do-it-section{padding:80px 20px}.brands-page .logo-ticker-section{padding:60px 0}.brands-page .logo-ticker-section .logo-item{font-size:40px;width:200px}.brands-page .logo-ticker-section .logo-track{width:3200px}.brands-page .campaign-process-section .section-title,.brands-page .faq-section .section-title{font-size:44px}.brands-page .campaign-process-section .section-title .highlighted-block,.brands-page .faq-section .section-title .highlighted-block{padding:5px 20px}.brands-page .feature-showcase-section{padding:60px 20px;gap:40px}.brands-page .feature-showcase-section .feature-block{padding:30px}.brands-page .feature-showcase-section .feature-block .feature-text-content .feature-title{font-size:36px}.brands-page .key-features-section{padding:80px 20px}.brands-page .key-features-section .section-title{margin-bottom:60px}.brands-page .key-features-section .features-grid{grid-template-columns:1fr}}.server-card{background-color:#1a1a1a;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid #2e2e2e;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.server-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000080;border-color:#fcbe03}.server-card-header{position:relative;height:120px}.server-card-banner{width:100%;height:100%;object-fit:cover}.acceptance-rate-badge{position:absolute;top:10px;right:10px;padding:5px 10px;border-radius:20px;font-size:.8rem;font-weight:700;color:#000;z-index:2;box-shadow:0 2px 5px #0003}.acceptance-rate-badge.high{background-color:#4caf50}.acceptance-rate-badge.medium{background-color:#ffc107}.acceptance-rate-badge.low{background-color:#f44336}.server-card-icon-wrapper{position:absolute;bottom:-30px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#1a1a1a;display:flex;justify-content:center;align-items:center;z-index:2;border:3px solid #FCBE03}.server-card-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.server-card-body{padding:45px 20px 20px}.server-card-name{display:flex;align-items:center;gap:8px;margin-bottom:8px}.server-card-name h3{margin:0;font-size:1.3rem;font-weight:700}.server-card-name .verified-icon{color:#fcbe03;font-size:1.2rem}.server-card-members{font-size:.9rem;color:#a0a0a0;margin-bottom:15px}.server-card-description{font-size:.95rem;color:#fff;line-height:1.5}.server-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px 20px}.server-card-stats{display:flex;align-items:center;gap:15px}.stat-item{display:flex;align-items:center;gap:6px;color:#a0a0a0;font-size:.9rem}.stat-item .stat-icon{color:#fcbe03}.server-card-category span{background-color:#2e2e2e;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;color:#fcbe03}.custom-selector-container{position:relative;min-width:150px;font-family:gg sans,Helvetica Neue,Helvetica,Arial,sans-serif}.custom-selector-label{display:block;color:#8e9297;font-size:12px;font-weight:600;margin-bottom:8px;text-transform:uppercase}.custom-selector{position:relative;cursor:pointer;background-color:#2f3136;border-radius:5px;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.custom-selector:hover{background-color:#3a3d42}.custom-selector.is-placeholder .select-selected span{color:#9d9d9d;font-weight:500}.custom-selector .select-selected{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;color:#dcddde;font-size:15px}.custom-selector .select-selected .select-arrow{transition:transform .2s ease;margin-left:8px}.custom-selector.open .select-arrow{transform:rotate(180deg)}.custom-selector .select-items{position:absolute;top:calc(100% + 5px);left:0;right:0;background-color:#2b2d31;border-radius:5px;border:1px solid #202225;z-index:10;max-height:220px;overflow-y:auto;padding:5px}.custom-selector .select-items::-webkit-scrollbar{display:none}.custom-selector .select-items{-ms-overflow-style:none;scrollbar-width:none}.custom-selector .select-item{padding:10px 12px;color:#dcddde;border-radius:3px}.custom-selector .select-item:hover{background-color:#40444b}.custom-selector .select-item.selected{background-color:#4854a0;font-weight:500}.network-page{padding:0 40px 40px}.network-hero{text-align:center;padding:120px 0 60px}.network-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.network-hero p{font-size:1.25rem;color:#a0a0a0;max-width:600px;margin:0 auto}.search-controls-container{background-color:#1a1a1a;border:1px solid #2e2e2e;border-radius:12px;padding:20px;margin-bottom:40px}.main-filters{display:flex;align-items:center;gap:15px}.search-input{flex:0 1 400px;background-color:#121212;border:1px solid #2e2e2e;border-radius:8px;padding:12px 15px;font-size:1rem;color:#fff;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#fcbe03}.sort-selectors{display:flex;flex:1;gap:10px}.sort-selectors select{background-color:#121212;border:1px solid #2e2e2e;padding:11px 10px;border-radius:8px;cursor:pointer;width:100%;font-size:.95rem;font-weight:700;transition:all .2s ease}.sort-selectors select.is-placeholder{color:#a0a0a0}.sort-selectors select.active{color:#fff;border-color:#fcbe03}.sort-selectors select:focus{outline:none;border-color:#fcbe03}.sort-selectors select option{color:#fff;background-color:#121212}.sort-selectors select option[disabled][hidden]{display:none}.advanced-filter-btn{background-color:#121212;border:1px solid #FCBE03;color:#fcbe03;padding:10px 20px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;transition:all .3s ease}.advanced-filter-btn:hover,.advanced-filter-btn.active{background-color:#fcbe03;color:#000}.advanced-filters{border-top:1px solid #2e2e2e;margin-top:20px;padding-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:0 30px}.filter-column-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:20px}.filter-row{display:flex;gap:20px;margin-bottom:20px}.filter-row .filter-group{flex:1;margin-bottom:0}.filter-group{margin-bottom:20px}.filter-group label{display:block;color:#a0a0a0;font-weight:500;margin-bottom:10px}.filter-group select{width:100%;background-color:#121212;border:1px solid #2e2e2e;color:#fff;padding:10px;border-radius:8px;cursor:pointer}.advanced-filters-checkbox-row{grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:40px;border-top:1px solid #2e2e2e;margin-top:20px;padding-top:20px}.range-group .range-inputs{display:flex;align-items:center;gap:10px;margin-bottom:15px}.range-group .range-inputs input[type=text]{width:100%;background-color:#121212;border:1px solid #2e2e2e;border-radius:8px;padding:10px;font-size:.95rem;font-weight:700;color:#fff;text-align:center;transition:border-color .3s ease}.range-group .range-inputs input[type=text]:focus{outline:none;border-color:#fcbe03}.range-group .range-inputs span{color:#a0a0a0;font-weight:700}.range-slider{position:relative;height:20px;display:flex;align-items:center}.range-slider .slider-track,.range-slider .slider-range{position:absolute;height:6px;border-radius:3px;left:0;right:0}.range-slider .slider-track{background-color:#121212;width:100%;z-index:1}.range-slider .slider-range{background-color:#fcbe03;z-index:2}.range-slider .thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;width:100%;height:100%;background:transparent;pointer-events:none;z-index:3}.range-slider .thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fcbe03;cursor:pointer;border-radius:50%;pointer-events:auto}.range-slider .thumb::-moz-range-thumb{-moz-appearance:none;appearance:none;width:20px;height:20px;background:#fcbe03;cursor:pointer;border-radius:50%;pointer-events:auto;border:0}.slider-group label{font-size:.9rem}.slider-group input[type=range]{flex:1;-webkit-appearance:none;appearance:none;width:100%;height:6px;background:#121212;border-radius:3px;outline:none}.slider-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fcbe03;cursor:pointer;border-radius:50%;margin-top:-7px}.slider-group input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#fcbe03;cursor:pointer;border-radius:50%}.filter-group-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer}.filter-group-checkbox label{margin-bottom:0;color:#fff;font-weight:500}.custom-checkbox{width:22px;height:22px;background-color:#121212;border:2px solid #2e2e2e;border-radius:6px;display:flex;justify-content:center;align-items:center;transition:all .2s ease}.custom-checkbox.checked{background-color:#fcbe03;border-color:#fcbe03}.custom-checkbox.checked svg{color:#000}.filter-label-with-tooltip{display:flex;align-items:center;gap:8px;margin-bottom:10px}.filter-label-with-tooltip label{margin-bottom:0}.tooltip-container{position:relative;display:flex;align-items:center;color:#a0a0a0}.tooltip-container .tooltip-content{visibility:hidden;opacity:0;position:absolute;bottom:150%;left:50%;transform:translate(-50%);background-color:#000;color:#fff;padding:10px;border-radius:8px;border:1px solid #2e2e2e;width:200px;z-index:10;transition:opacity .3s ease,visibility .3s ease;font-size:.9rem;display:flex;flex-direction:column;gap:5px}.tooltip-container .tooltip-content span b{color:#fcbe03}.tooltip-container:hover .tooltip-content{visibility:visible;opacity:1}.button-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.activity-btn{background-color:#121212;border:1px solid #2e2e2e;color:#a0a0a0;padding:10px;border-radius:8px;cursor:pointer;font-weight:500;text-align:center;transition:all .2s ease}.activity-btn:hover{border-color:#b08502;color:#fff}.activity-btn.active{background-color:#fcbe03;border-color:#fcbe03;color:#000;font-weight:700}.network-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.server-profile-page{background-color:#121212;color:#fff;min-height:100vh}.server-profile-page.not-found{text-align:center;padding-top:50px}.server-profile-page.not-found h2{color:#fcbe03}.profile-header-banner{height:250px;background-size:cover;background-position:center;position:relative}.profile-header-banner .back-link{position:absolute;top:20px;left:20px;background:#0009;padding:8px 12px;border-radius:20px;color:#fff;text-decoration:none;display:flex;align-items:center;gap:8px;transition:background .2s}.profile-header-banner .back-link:hover{background:#000000e6}.profile-content{max-width:1200px;margin:0 auto;padding:0 20px 40px}.profile-details-header{display:flex;align-items:flex-end;gap:20px;margin-top:-80px;position:relative;z-index:2}.profile-icon-wrapper{width:140px;height:140px;border-radius:50%;background-color:#121212;border:5px solid #FCBE03;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:0 4px 15px #0006;flex-shrink:0}.profile-icon-wrapper .profile-icon{width:100%;height:100%;object-fit:cover}.profile-name-actions{padding-bottom:10px}.profile-name-actions .profile-name{display:flex;align-items:center;gap:15px}.profile-name-actions .profile-name h1{font-size:2.5rem;margin:0}.profile-name-actions .profile-name .verified-icon{font-size:2rem;color:#fcbe03}.profile-meta-container{display:flex;align-items:center;gap:20px;margin-top:15px}.profile-category{display:flex;align-items:center;gap:8px;color:#a0a0a0;font-size:1.1rem}.profile-category .fa-globe,.profile-category .fa-palette,.profile-category .fa-code,.profile-category .fa-music,.profile-category .fa-users{color:#fcbe03}.profile-socials{display:flex;gap:15px}.profile-socials .social-link{color:#a0a0a0;font-size:1.5rem;transition:color .2s ease-in-out,transform .2s ease-in-out}.profile-socials .social-link:hover{transform:translateY(-2px)}.profile-socials .social-link.twitter:hover{color:#1da1f2}.profile-socials .social-link.discord:hover{color:#5865f2}.profile-socials .social-link.youtube:hover{color:red}.profile-socials .social-link.twitch:hover{color:#9146ff}.profile-socials .social-link.reddit:hover{color:#ff4500}.profile-socials .social-link.kick:hover{color:#53fc18}.profile-tabs{border-bottom:1px solid #2e2e2e;margin:40px 0 30px}.profile-tabs .tab-btn{background:none;border:none;color:#a0a0a0;font-size:1.1rem;padding:15px 25px;cursor:pointer;position:relative;transition:color .2s}.profile-tabs .tab-btn.active{color:#fff;font-weight:600}.profile-tabs .tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#fcbe03;border-radius:3px 3px 0 0}.profile-tabs .tab-btn:hover:not(.active){color:#fff}.server-profile-overview h3{font-size:1.5rem;color:#fcbe03;border-bottom:1px solid #2e2e2e;padding-bottom:10px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.server-profile-overview .overview-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}.server-profile-overview .overview-section{margin-bottom:40px}.server-profile-overview .overview-section:last-child{margin-bottom:0}.server-profile-overview .overview-section>p{font-size:1.1rem;line-height:1.7;color:#dcdcdc}.server-profile-overview .staff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.server-profile-overview .staff-card{background-color:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;padding:15px;display:flex;align-items:center;gap:15px;transition:transform .2s,box-shadow .2s}.server-profile-overview .staff-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #fcbe031a}.server-profile-overview .staff-card .staff-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.server-profile-overview .staff-card .staff-info{display:flex;flex-direction:column}.server-profile-overview .staff-card .staff-name{font-weight:700;color:#fff}.server-profile-overview .staff-card .staff-role{font-size:.9rem;color:#a0a0a0}.server-profile-overview .overview-sidebar .overview-stats-list{display:flex;flex-direction:column;gap:18px;background-color:#1a1a1a;padding:20px;border-radius:8px;border:1px solid #2e2e2e}.server-profile-overview .overview-sidebar .stat-item{display:flex;align-items:center;gap:15px;font-size:1rem}.server-profile-overview .overview-sidebar .stat-item .stat-icon{color:#fcbe03;font-size:1.2rem}.server-profile-overview .overview-sidebar .stat-item strong{color:#fff}.server-profile-overview .info-card{background-color:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;padding:20px}.server-profile-overview .info-card p{font-size:1.1rem;color:#dcdcdc;margin:0}.server-profile-overview .info-card .collab-list{list-style-type:none;padding:0;margin:0}.server-profile-overview .info-card .collab-list li{background-color:#2a2a2a;margin-bottom:8px;padding:8px 12px;border-radius:5px;color:#dcdcdc}.server-profile-overview .info-card .collab-list li:last-child{margin-bottom:0}.server-profile-overview .faq-container{border-top:1px solid #2e2e2e}h3+.server-profile-overview .faq-container{border-top:none}.server-profile-overview .faq-item{border-bottom:1px solid #2e2e2e}.server-profile-overview .faq-question{background:none;border:none;color:#fff;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.1rem;text-align:left;cursor:pointer}.server-profile-overview .faq-question span{font-weight:500}.server-profile-overview .faq-question svg{color:#fcbe03;font-size:1.2rem}.server-profile-overview .faq-answer{padding:0 5px 20px;color:#dcdcdc;line-height:1.7}.server-profile-overview .faq-answer p{margin:0}.server-profile-campaigns h3,.server-profile-campaigns h4{color:#fcbe03;border-bottom:1px solid #2e2e2e;padding-bottom:10px;margin-bottom:20px}.server-profile-campaigns h3{font-size:1.5rem}.server-profile-campaigns h4{font-size:1.2rem;margin-top:40px}.server-profile-campaigns .no-campaigns-data{padding:20px;background-color:#1a1a1a;border-radius:8px;text-align:center;color:#a0a0a0}.server-profile-campaigns .campaign-summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.server-profile-campaigns .summary-stat-card{background-color:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;padding:25px;text-align:center}.server-profile-campaigns .summary-stat-card .stat-value{font-size:2.5rem;font-weight:700;color:#fcbe03}.server-profile-campaigns .summary-stat-card .stat-label{font-size:1rem;color:#a0a0a0;margin-top:5px}.server-profile-campaigns .campaign-table-container{overflow-x:auto}.server-profile-campaigns .campaign-table{width:100%;border-collapse:collapse;margin-top:20px;font-size:.95rem}.server-profile-campaigns .campaign-table thead th{background-color:#2e2e2e;color:#fcbe03;padding:12px 15px;text-align:left}.server-profile-campaigns .campaign-table tbody tr{border-bottom:1px solid #2e2e2e}.server-profile-campaigns .campaign-table tbody tr:hover{background-color:#222}.server-profile-campaigns .campaign-table tbody td{padding:12px 15px}.communities-page{--text-color: #ffffff;--text-color-secondary: #a0a0a0;--brand-color: #FCBE03;--card-background-color: #1a1a1a;--background-color: #000000;--section-background-color: #121212;--status-complete-color: #04BD04;--status-complete-bg: rgba(4, 189, 4, .2);--status-ongoing-color: var(--brand-color);--status-ongoing-bg: rgba(252, 190, 3, .2)}.communities-page .btn{padding:12px 28px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .3s ease,background-color .3s ease,border-color .3s ease;cursor:pointer}.communities-page .btn:hover{transform:translateY(-3px)}.communities-page .btn.btn-primary{background-color:var(--brand-color);color:#000}.communities-page .btn.btn-primary:hover{background-color:#e0a800}.communities-page .btn.btn-dark{background-color:#222;color:var(--text-color);border:1px solid #444}.communities-page .btn.btn-dark:hover{background-color:#333;border-color:#666}.communities-page .section-subtitle{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px;font-weight:500;text-align:center}.communities-page .hero-section{display:flex;justify-content:center;align-items:center;padding:150px 40px;background-color:var(--background-color);min-height:100vh;box-sizing:border-box;overflow:hidden}.communities-page .hero-section .hero-content{position:relative;width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center}.communities-page .hero-section .hero-text-content{text-align:center;max-width:650px;z-index:5}.communities-page .hero-section .hero-text-content h1{font-size:64px;font-weight:900;color:var(--text-color);margin-bottom:20px;line-height:1.2;text-transform:uppercase}.communities-page .hero-section .hero-text-content h1 .highlight{background-color:var(--brand-color);color:#000;padding:5px 15px;border-radius:10px;display:inline-block}.communities-page .hero-section .hero-text-content p{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px;line-height:1.6;max-width:450px;margin-left:auto;margin-right:auto}.communities-page .hero-section .placeholder{position:absolute;background-color:var(--card-background-color);border-radius:16px;z-index:1}.communities-page .hero-section .graph-placeholder{width:280px;height:180px;top:50%;left:0;transform:translateY(-90%) rotate(-10deg);padding:15px;box-sizing:border-box}.communities-page .hero-section .graph-placeholder .graph-header span{color:var(--text-color);font-weight:700;font-size:20px}.communities-page .hero-section .graph-placeholder .graph-body{margin-top:10px;height:80%}.communities-page .hero-section .graph-placeholder .graph-body path{stroke:var(--text-color)}.communities-page .hero-section .megaphone-placeholder{width:120px;height:120px;background-color:transparent;top:35%;right:25%;transform:rotate(20deg);background-image:url(https://i.imgur.com/T2xYqW8.png);background-size:contain;background-repeat:no-repeat}.communities-page .hero-section .discord-placeholder{width:130px;height:130px;top:20%;right:15%;transform:rotate(15deg);display:flex;justify-content:center;align-items:center;font-size:70px;color:#7289da}.communities-page .hero-section .influencers-placeholder{width:300px;bottom:-20%;right:5%;transform:rotate(5deg);padding:20px;box-sizing:border-box}.communities-page .hero-section .influencers-placeholder .influencers-title{font-size:14px;color:var(--text-color-secondary);margin-bottom:15px}.communities-page .hero-section .influencers-placeholder .influencer-item{display:flex;align-items:center;margin-bottom:15px}.communities-page .hero-section .influencers-placeholder .influencer-item:last-child{margin-bottom:0}.communities-page .hero-section .influencers-placeholder .influencer-avatar{width:40px;height:40px;border-radius:50%;background-color:#333;margin-right:15px}.communities-page .hero-section .influencers-placeholder .influencer-details{flex-grow:1}.communities-page .hero-section .influencers-placeholder .influencer-details .name{font-weight:700;font-size:16px;margin-bottom:2px}.communities-page .hero-section .influencers-placeholder .influencer-details .handle{color:var(--text-color-secondary);font-size:14px}.communities-page .hero-section .influencers-placeholder .status{font-size:12px;padding:4px 8px;border-radius:6px;font-weight:700}.communities-page .hero-section .influencers-placeholder .status.complete{background-color:var(--status-complete-bg);color:var(--status-complete-color)}.communities-page .hero-section .influencers-placeholder .status.ongoing{background-color:var(--status-ongoing-bg);color:var(--status-ongoing-color)}.communities-page .logo-ticker-section{background-color:var(--background-color);padding:80px 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.1)}.communities-page .logo-ticker-section .logo-ticker-container{width:100%;overflow:hidden;position:relative}.communities-page .logo-ticker-section .logo-ticker-container:before,.communities-page .logo-ticker-section .logo-ticker-container:after{content:"";position:absolute;top:0;width:15%;height:100%;z-index:2;pointer-events:none}.communities-page .logo-ticker-section .logo-ticker-container:before{left:0;background:linear-gradient(to right,var(--background-color) 10%,transparent)}.communities-page .logo-ticker-section .logo-ticker-container:after{right:0;background:linear-gradient(to left,var(--background-color) 10%,transparent)}.communities-page .logo-ticker-section .logo-ticker-container:hover .logo-track{animation-play-state:paused}.communities-page .logo-ticker-section .logo-track{display:flex;width:4000px;animation:scroll-left 45s linear infinite}.communities-page .logo-ticker-section .logo-item{width:250px;display:flex;justify-content:center;align-items:center}.communities-page .logo-ticker-section .logo-item img{max-width:150px;height:auto;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease,transform .3s ease}.communities-page .logo-ticker-section .logo-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.communities-page .secret-sauce-section{background-color:var(--background-color);padding:100px 40px;border-top:1px solid rgba(255,255,255,.1)}.communities-page .secret-sauce-section .secret-sauce-content{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;max-width:1200px;margin:0 auto;align-items:center}.communities-page .secret-sauce-section .title-column .title-content h2{font-size:70px;font-weight:900;line-height:1.1;margin-bottom:20px;text-transform:uppercase}.communities-page .secret-sauce-section .title-column .title-content h2 .highlight{background-color:var(--brand-color);color:#000;padding:0 12px;border-radius:8px}.communities-page .secret-sauce-section .title-column .title-content .subtitle{font-size:18px;color:var(--text-color-secondary);margin-bottom:40px;max-width:300px}.communities-page .secret-sauce-section .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.communities-page .secret-sauce-section .feature-card{background-color:var(--card-background-color);padding:30px;border-radius:16px;border:1px solid #2a2a2a;transition:transform .3s ease,border-color .3s ease}.communities-page .secret-sauce-section .feature-card:hover{transform:translateY(-5px);border-color:var(--brand-color)}.communities-page .secret-sauce-section .feature-icon-wrapper{width:60px;height:60px;border-radius:50%;background:linear-gradient(145deg,var(--brand-color) 0%,#e0a800 100%);display:flex;justify-content:center;align-items:center;margin-bottom:25px;box-shadow:0 4px 15px #fcbe034d}.communities-page .secret-sauce-section .feature-icon-wrapper .feature-icon{color:#000;font-size:24px}.communities-page .secret-sauce-section .feature-title{font-size:20px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.communities-page .secret-sauce-section .feature-description{font-size:16px;color:var(--text-color-secondary);line-height:1.7}.communities-page .how-it-works-section{background-color:var(--background-color);padding:120px 40px;border-top:1px solid rgba(255,255,255,.1)}.communities-page .timeline-container{max-width:650px;margin:0 auto;position:relative}.communities-page .timeline-progress-bar-track{position:absolute;top:0;left:20px;transform:translate(-50%);width:2px;height:100%;background-color:#2a2a2a;z-index:1}.communities-page .timeline-progress-bar-fill{position:absolute;top:0;left:20px;transform:translate(-50%);width:2px;background-color:var(--brand-color);z-index:2;transition:height .2s ease-out}.communities-page .timeline-steps-container{position:relative;z-index:3}.communities-page .timeline-step{display:grid;grid-template-columns:40px 1fr;gap:40px;align-items:flex-start}.communities-page .timeline-step:not(:last-child){min-height:300px}.communities-page .timeline-step-number{font-size:24px;font-weight:800;color:#555;background-color:var(--background-color);padding:2px 0;z-index:4;position:relative;transition:color .4s ease}.communities-page .timeline-step-content{opacity:.3;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.communities-page .timeline-step-content .timeline-step-title{font-size:24px;font-weight:800;margin-bottom:15px;text-transform:uppercase;color:var(--text-color)}.communities-page .timeline-step-content .timeline-step-description{font-size:17px;color:var(--text-color-secondary);line-height:1.7}.communities-page .timeline-step.is-active .timeline-step-number{color:var(--text-color)}.communities-page .timeline-step.is-active .timeline-step-content{opacity:1;transform:translateY(0)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 992px){.communities-page .secret-sauce-section .secret-sauce-content{grid-template-columns:1fr;gap:60px;text-align:center}.communities-page .secret-sauce-section .secret-sauce-content .title-column .title-content .subtitle{margin:0 auto 40px}}@media (max-width: 768px){.communities-page .hero-section{padding-top:120px;align-items:flex-start}.communities-page .hero-section .hero-text-content h1{font-size:44px}.communities-page .hero-section .placeholder{display:none}.communities-page .logo-ticker-section{padding:60px 0}.communities-page .logo-ticker-section .logo-item{width:200px}.communities-page .logo-ticker-section .logo-track{width:3200px}.communities-page .secret-sauce-section{padding:80px 20px}.communities-page .secret-sauce-section .title-column .title-content h2{font-size:60px}.communities-page .secret-sauce-section .features-grid{grid-template-columns:1fr}.communities-page .how-it-works-section{padding:80px 20px}.communities-page .timeline-step{gap:20px;grid-template-columns:30px 1fr}.communities-page .timeline-progress-bar-track,.communities-page .timeline-progress-bar-fill{left:15px}}.company-page{background-color:#000;color:#fff;padding-bottom:100px;overflow-x:hidden}.company-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:60vh;padding:40px}.company-hero h1{font-size:4.5rem;font-weight:700;margin-bottom:20px;animation:fadeInUp 1s ease-out forwards}.company-hero p{font-size:1.5rem;color:var(--text-color-secondary);max-width:700px;animation:fadeInUp 1s ease-out .3s forwards}.timeline-container{position:relative;max-width:900px;margin:0 auto;padding:0 40px}.timeline-container .timeline-line{position:absolute;left:50%;top:0;width:2px;background:var(--primary-color);transition:height .1s linear;box-shadow:0 0 10px var(--primary-color)}.timeline-container .timeline-content{position:relative}.timeline-section,.team-section,.future-section{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.timeline-section.in-view,.team-section.in-view,.future-section.in-view{opacity:1;transform:translateY(0)}.timeline-section{position:relative;padding:80px 0}.timeline-section:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);width:15px;height:15px;border-radius:50%;background-color:var(--primary-color);border:3px solid #000;z-index:2;transition:transform .5s ease}.timeline-section.in-view:before{transform:translate(-50%,-50%) scale(1)}.timeline-section .content-wrapper{width:50%;padding:20px 40px;text-align:left}.timeline-section .content-wrapper h2{font-size:2.5rem;margin-bottom:15px}.timeline-section .content-wrapper p{font-size:1.1rem;line-height:1.7;color:var(--text-color-secondary)}.timeline-section:nth-child(odd) .content-wrapper{margin-left:auto;padding-left:80px}.timeline-section:nth-child(2n) .content-wrapper{margin-right:auto;text-align:right;padding-right:80px}.timeline-section.image-section img{width:100%;border-radius:10px;transition:transform .4s ease,box-shadow .4s ease}.timeline-section.image-section img:hover{transform:scale(1.05);box-shadow:0 10px 30px #ffc4004d}.timeline-section.image-section .image-caption{font-size:.9rem;margin-top:15px;color:var(--text-color-secondary)}.section-title{text-align:center;font-size:3rem;margin-bottom:60px;font-weight:600}.section-title .highlight{display:inline-block;background-color:var(--primary-color);color:#000;padding:2px 10px;border-radius:5px;transform:skew(-10deg)}.team-section,.future-section{padding:100px 40px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto}.team-member{text-align:center;background-color:#111;padding:20px;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.team-member img{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:3px solid var(--primary-color)}.team-member .member-info h3{font-size:1.5rem;margin-bottom:5px}.team-member .member-info p{font-size:1rem;color:var(--text-color-secondary)}.team-member:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0006}.future-cards{display:flex;justify-content:center;gap:30px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.future-card{background-color:#1a1a1a;border-radius:10px;padding:40px;flex:1;min-width:300px;max-width:350px;text-align:center;border:1px solid var(--border-color);transition:transform .3s ease,border-color .3s ease}.future-card .card-icon{width:50px;height:50px;border-radius:50%;background-color:var(--primary-color);margin:0 auto 30px}.future-card h3{font-size:1.8rem;margin-bottom:15px}.future-card p{font-size:1rem;line-height:1.6;color:var(--text-color-secondary)}.future-card:hover{transform:translateY(-10px);border-color:var(--primary-color)}@media (max-width: 768px){.timeline-container{padding:0 20px}.timeline-container .timeline-line,.timeline-container .timeline-section:before{left:20px}.timeline-section .content-wrapper,.timeline-section:nth-child(2n) .content-wrapper,.timeline-section:nth-child(odd) .content-wrapper{width:100%;text-align:left;padding-left:60px;padding-right:0;margin-left:0}.section-title{font-size:2.5rem}.team-section,.future-section{padding:60px 20px}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.careers-page{padding:60px 20px;text-align:center;background-color:#000;color:#fff}.careers-page h1{font-size:48px;margin-bottom:20px}.careers-page p{font-size:18px;max-width:800px;margin:0 auto 40px;line-height:1.6}.careers-page .job-listings{max-width:800px;margin:0 auto;text-align:left}.careers-page .job-listings h2{font-size:32px;margin-bottom:20px;border-bottom:1px solid #333;padding-bottom:10px}.careers-page .job-listings .job-item{margin-bottom:30px}.careers-page .job-listings .job-item h3{font-size:24px;margin-bottom:10px;color:var(--brand-color)}.careers-page .job-listings .job-item p{font-size:16px;margin-left:0}.legal-page{background-color:#000;color:var(--text-color-primary);padding:100px 40px;max-width:900px;margin:0 auto;line-height:1.8}.legal-page h1{font-size:3rem;color:var(--primary-color);margin-bottom:40px;text-align:center}.legal-page h2{font-size:2rem;margin-top:40px;margin-bottom:20px;border-bottom:1px solid var(--border-color);padding-bottom:10px}.legal-page p,.legal-page ul,.legal-page li{font-size:1.1rem;color:var(--text-color-secondary)}.legal-page ul{padding-left:20px}.legal-page a{color:var(--primary-color);text-decoration:none}.legal-page a:hover{text-decoration:underline}.chat-widget-container{position:fixed;bottom:25px;right:25px;z-index:1000}.launcher-button{width:60px;height:60px;background-color:#fcbe03;color:#121212;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease,background-color .3s ease}.launcher-button .launcher-icon{font-size:24px;transition:opacity .2s ease}.launcher-button .close-icon{font-size:28px}.launcher-button:hover{transform:scale(1.1);background-color:#e3ab03}.chat-main-container{position:absolute;bottom:80px;right:0;width:370px;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.chat-main-container.visible{opacity:1;transform:translateY(0);pointer-events:auto}.launcher-selector-window{background-color:#1c1c1c;border-radius:16px;box-shadow:0 10px 30px #0003;overflow:hidden;border:1px solid #2e2e2e}.launcher-selector-window .launcher-header{padding:20px;text-align:center;position:relative;border-bottom:1px solid #2e2e2e;background-color:#121212}.launcher-selector-window .launcher-header h4{font-size:18px;margin:0 0 5px;color:#fff}.launcher-selector-window .launcher-header p{color:#a0a0a0;margin:0}.launcher-selector-window .launcher-header .close-launcher-button{position:absolute;top:10px;right:10px;background:none;border:none;color:#a0a0a0;cursor:pointer;font-size:18px}.launcher-selector-window .launcher-header .close-launcher-button:hover{color:#fff}.launcher-selector-window .launcher-option{display:flex;align-items:center;padding:20px;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background-color .2s ease}.launcher-selector-window .launcher-option:hover{background-color:#292929}.launcher-selector-window .launcher-option .option-icon{font-size:24px;color:#fcbe03;margin-right:20px}.launcher-selector-window .launcher-option .option-text h5{font-size:16px;margin:0 0 4px;color:#fff}.launcher-selector-window .launcher-option .option-text p{font-size:14px;margin:0;color:#a0a0a0}.launcher-selector-window .launcher-separator{height:1px;background-color:#2e2e2e}.chat-window-container{width:100%;background-color:#1c1c1c;border-radius:16px;box-shadow:0 10px 30px #0003;border:1px solid #2e2e2e;display:flex;flex-direction:column;height:500px}.chat-window-container .chat-header{display:flex;align-items:center;padding:20px;border-bottom:1px solid #2e2e2e;background-color:#121212}.chat-window-container .chat-header .brand-icon{font-size:24px;color:#fcbe03;margin-right:15px}.chat-window-container .chat-header .header-text h3{margin:0 0 4px;font-size:16px;color:#fff;font-weight:700}.chat-window-container .chat-header .header-text p{margin:0;color:#a0a0a0;font-size:14px}.chat-window-container .chat-header .close-chat-button{margin-left:auto;background:none;border:none;color:#a0a0a0;font-size:20px;cursor:pointer}.chat-window-container .chat-header .close-chat-button:hover{color:#fff}.chat-window-container .chat-body{flex:1;padding:20px;overflow-y:auto}.chat-window-container .message-reply{display:flex;gap:10px}.chat-window-container .message-reply .brand-icon-reply{font-size:20px;color:#fcbe03}.chat-window-container .message-reply p{background-color:#121212;padding:12px;border-radius:10px;margin:0;line-height:1.6;color:#fff}.chat-window-container .chat-footer{display:flex;padding:15px;border-top:1px solid #2e2e2e}.chat-window-container .chat-footer input{flex:1;background-color:#000;border:1px solid #2e2e2e;border-radius:8px;padding:10px;color:#fff;margin-right:10px}.chat-window-container .chat-footer .send-button{background:#fcbe03;border:none;border-radius:8px;width:40px;height:40px;color:#121212;font-size:16px;cursor:pointer}.typeform-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1100}.typeform-popup-content{position:relative;width:90%;max-width:800px;height:80%;max-height:700px;background-color:#1c1c1c;border-radius:16px;box-shadow:0 10px 40px #00000080}.typeform-popup-content .close-popup-button{position:absolute;top:-15px;right:-15px;width:35px;height:35px;background-color:#000;color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;font-size:18px;display:flex;justify-content:center;align-items:center;z-index:10}.typeform-widget{width:100%;height:100%;border-radius:16px}.contact-page{background:var(--dark-bg-color);color:var(--light-text-color);padding:80px 0}.contact-hero-section{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.contact-info .contact-title{font-size:48px;font-weight:800;margin-bottom:20px}.contact-info .contact-title .highlight{color:var(--brand-color)}.contact-info .contact-title .title-icon{margin-left:15px;color:var(--brand-color)}.contact-info .contact-subtitle{font-size:18px;color:var(--secondary-text-color);max-width:400px;margin-bottom:40px}.info-blocks{display:flex;flex-direction:column;gap:30px}.info-blocks .info-block{display:flex;align-items:flex-start;gap:20px}.info-blocks .info-block .info-icon{font-size:24px;color:var(--brand-color);margin-top:5px}.info-blocks .info-block h4{font-size:20px;font-weight:600;margin-bottom:5px}.info-blocks .info-block p{line-height:1.6;color:var(--secondary-text-color)}.contact-form-container{background-color:var(--card-bg-color);padding:40px;border-radius:12px;box-shadow:0 10px 30px #0003}.form-toggle-container{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:30px;font-weight:600}.form-toggle-container span{color:var(--secondary-text-color);transition:color .3s ease}.form-toggle-container span.active{color:var(--light-text-color)}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#333;border-radius:34px;transition:.4s}.toggle-switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.4s}.toggle-switch input:checked+.slider:before{transform:translate(22px)}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form .form-row{display:flex;gap:20px}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{width:100%;padding:15px;background-color:#2c2c31;border:1px solid #444;border-radius:8px;color:var(--light-text-color);font-size:16px}.contact-form input[type=text]::placeholder,.contact-form input[type=email]::placeholder,.contact-form textarea::placeholder{color:#888}.contact-form textarea{resize:vertical}.btn.btn-primary{background-color:var(--brand-color);color:#111;padding:15px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s}.btn.btn-primary:hover{background-color:#ffca28}.faq-section{max-width:1200px;margin:80px auto 0;padding:40px;background-color:var(--card-bg-color);border-radius:12px;box-shadow:0 10px 30px #0003}.faq-section .faq-title{text-align:center;font-size:40px;margin-bottom:50px}.faq-section .faq-title .highlight{color:var(--brand-color)}.faq-section .faq-title .title-icon{margin-left:10px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.faq-item{background-color:transparent;padding:0;border-radius:0}.faq-item h4{font-size:18px;margin-bottom:15px;color:var(--brand-color)}.faq-item p{color:var(--secondary-text-color);line-height:1.7}@media (max-width: 992px){.contact-hero-content{grid-template-columns:1fr}}@media (max-width: 768px){.faq-grid{grid-template-columns:1fr}.contact-hero-content{gap:40px}.contact-form-container{padding:30px}}.dashboard-layout{display:flex;min-height:100vh}.dashboard-sidebar{width:240px;background-color:#0a0a0a;border-right:1px solid #222;padding:30px 20px;display:flex;flex-direction:column}.dashboard-nav{display:flex;flex-direction:column;gap:10px}.nav-item{display:flex;align-items:center;padding:12px 15px;border-radius:8px;text-decoration:none;color:#a0a0a0;font-weight:500;transition:background-color .2s ease,color .2s ease}.nav-item svg{margin-right:15px;font-size:18px}.nav-item:hover{background-color:#1a1a1a;color:#fff}.nav-item.active{background-color:#1f1f1f;color:#fff}.dashboard-main-content{flex:1;padding:40px;overflow-y:auto}.dashboard-header{margin-bottom:40px}.dashboard-header h1{font-size:28px;font-weight:700}.dashboard-section{margin-bottom:50px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.section-header h2{font-size:22px}.btn-add-community{background-color:var(--primary-color);color:#000;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:background-color .3s ease}.btn-add-community:hover{background-color:#eab503}.communities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.community-card{background-color:#1a1a1a;border-radius:12px;padding:25px;border:1px solid #333}.community-card .community-icon{width:50px;height:50px;background-color:#2a2a2a;border-radius:10px;margin-bottom:15px}.community-card h3{font-size:18px;margin-bottom:8px}.community-card p{color:#a0a0a0;margin-bottom:20px}.community-card .btn-manage{display:inline-block;background-color:#2a2a2a;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none}.community-card .btn-manage:hover{background-color:#3a3a3a}.campaigns-table{background-color:#1a1a1a;border-radius:12px;border:1px solid #333;overflow:hidden}.campaigns-table .table-header,.campaigns-table .table-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 1fr 1fr 1fr 1fr;align-items:center;padding:15px 20px;gap:15px}.campaigns-table .table-header{background-color:#202020;font-weight:600;color:#a0a0a0;font-size:14px;border-bottom:1px solid #333}.campaigns-table .table-body .table-row{border-bottom:1px solid #2a2a2a}.campaigns-table .table-body .table-row:last-child{border-bottom:none}.campaigns-table .status-badge{padding:5px 12px;border-radius:15px;font-size:12px;font-weight:700;text-transform:capitalize;display:inline-block}.campaigns-table .status-pending-approval{background-color:#4b2a00;color:#ff9d00}.campaigns-table .status-pending{background-color:#3b3b3b;color:#d1d1d1}.campaigns-table .status-active{background-color:#003b0d;color:#00ff4c}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background-color:#1a1a1a;padding:2rem;border-radius:12px;width:400px;position:relative;text-align:center}.popup-content h2{color:#fff;margin-bottom:1.5rem}.popup-content .close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#888;font-size:1.2rem;cursor:pointer}.popup-content .close-button:hover{color:#fff}.popup-content .input-wrapper{position:relative;margin-bottom:1.5rem}.popup-content .input-wrapper input{width:100%;padding:.75rem 2.5rem .75rem 1rem;background-color:#101113;border:1px solid #d4a017;border-radius:6px;color:#fff;font-size:1rem}.popup-content .input-wrapper .validation-icon{position:absolute;top:50%;right:1rem;transform:translateY(-50%);display:flex;align-items:center}.popup-content .input-wrapper .validation-icon .icon-valid{color:#28a745;font-size:1.2rem}.popup-content .input-wrapper .validation-icon .icon-invalid{color:#dc3545;font-size:1.2rem}.popup-content .input-wrapper .validation-icon .loader{border:2px solid #f3f3f3;border-top:2px solid #d4a017;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite}.popup-content .submit-button{width:100%;padding:.75rem;background-color:#d4a017;border:none;border-radius:6px;color:#1a1a1a;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s}.popup-content .submit-button:disabled{background-color:#555;cursor:not-allowed}.analytics-container{background-color:#121212;color:#fff;padding:40px;min-height:100vh;font-family:Inter,sans-serif}.analytics-container .back-link{display:inline-flex;align-items:center;gap:8px;color:#fcbe03;text-decoration:none;margin-bottom:24px;font-weight:600}.analytics-container .back-link:hover{text-decoration:underline}.analytics-container .analytics-header-redesigned{display:flex;align-items:center;gap:20px;margin-bottom:30px}.analytics-container .analytics-header-redesigned .community-icon{width:72px;height:72px;border-radius:16px;object-fit:cover;border:2px solid #2e2e2e}.analytics-container .analytics-header-redesigned .community-info h1{font-size:32px;font-weight:700;margin:0 0 4px}.analytics-container .analytics-header-redesigned .community-info p{color:#a0a0a0;font-size:18px;margin:0;font-weight:500}.analytics-container .analytics-controls{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #2e2e2e}.analytics-container .analytics-controls .tabs-nav{display:flex;gap:8px}.analytics-container .analytics-controls .tabs-nav .tab-button{background:none;border:none;color:#a0a0a0;font-size:15px;font-weight:600;padding:14px 16px;cursor:pointer;position:relative;white-space:nowrap;border-bottom:3px solid transparent}.analytics-container .analytics-controls .tabs-nav .tab-button.active{color:#fff;border-bottom-color:#fcbe03}.analytics-container .analytics-controls .tabs-nav .tab-button:hover:not(.active){color:#fff}.analytics-container .key-metrics-grid{display:grid;gap:20px;margin-bottom:40px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (min-width: 1200px){.analytics-container .key-metrics-grid.four-cols{grid-template-columns:repeat(4,1fr)}}.analytics-container .key-metrics-grid .metric-card{background-color:#1c1c1c;border:1px solid #2e2e2e;border-radius:12px;padding:24px}.analytics-container .key-metrics-grid .metric-card .metric-header{display:flex;align-items:center;gap:12px;color:#a0a0a0;font-size:16px;margin-bottom:8px}.analytics-container .key-metrics-grid .metric-card h2{font-size:32px;font-weight:700;margin:0}.analytics-container .key-metrics-grid .metric-card .trend-indicator{display:flex;align-items:center;gap:4px;font-weight:600;margin-top:4px}.analytics-container .key-metrics-grid .metric-card .trend-indicator.trend-positive{color:#2dd36f}.analytics-container .key-metrics-grid .metric-card .trend-indicator.trend-negative{color:#ff4d4f}.analytics-container .charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px}@media (max-width: 900px){.analytics-container .charts-grid{grid-template-columns:1fr}}.analytics-container .chart-card{background-color:#1c1c1c;border:1px solid #2e2e2e;border-radius:12px;padding:24px}.analytics-container .chart-card.full-width{grid-column:span 1}@media (min-width: 901px){.analytics-container .chart-card.full-width{grid-column:span 2}}.analytics-container .chart-card h3{font-size:18px;font-weight:600;margin-bottom:24px}.analytics-container .chart-card .recharts-legend-item-text,.analytics-container .chart-card .recharts-label{fill:#fff!important}.analytics-container .table-card{background-color:#1c1c1c;border:1px solid #2e2e2e;border-radius:12px;padding:24px;margin-bottom:20px;grid-column:span 2}.analytics-container .table-card h3{font-size:18px;font-weight:600;margin:0 0 20px}.analytics-container .table-card table{width:100%;border-collapse:collapse}.analytics-container .table-card table th,.analytics-container .table-card table td{padding:14px 10px;text-align:left;border-bottom:1px solid #2e2e2e;vertical-align:middle}.analytics-container .table-card table th{color:#a0a0a0;font-size:13px;font-weight:600;text-transform:uppercase}.analytics-container .table-card table td{font-size:15px}.analytics-container .table-card table tr:last-child td{border-bottom:none}.analytics-container .table-card .status-badge{padding:4px 10px;border-radius:12px;font-weight:600;font-size:13px;display:inline-block;text-align:center}.analytics-container .table-card .status-badge.completed{background-color:#2dd36f26;color:#2dd36f}.analytics-container .table-card .status-badge.pending{background-color:#f4b40026;color:#f4b400}.analytics-container .table-card .status-badge.active{background-color:#4285f426;color:#4285f4}.analytics-container .table-card .action-button{background:#40444b;border:none;color:#fff;padding:8px 12px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-weight:600}.analytics-container .table-card .action-button:hover{background:#5865f2}.date-filter-container{display:flex;gap:1rem;align-items:flex-end;position:relative}.date-filter-container .filter-group label{display:block;font-size:.75rem;font-weight:700;color:#8e9297;margin-bottom:.5rem;text-transform:uppercase}.date-filter-container .custom-select-wrapper{position:relative;width:130px}.date-filter-container .custom-select-wrapper .custom-select-trigger{background-color:#202225;border:1px solid #101113;border-radius:3px;padding:8px 12px;color:#dcddde;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease}.date-filter-container .custom-select-wrapper .custom-select-trigger:hover{border-color:#040405}.date-filter-container .custom-select-wrapper .custom-select-trigger .chevron-icon{color:#b9bbbe;font-size:.9rem}.date-filter-container .custom-select-wrapper .custom-options{position:absolute;top:calc(100% + 5px);left:0;right:0;background-color:#2f3136;border:1px solid #1a1a1a;border-radius:4px;z-index:20;overflow:hidden}.date-filter-container .custom-select-wrapper .custom-options .custom-option{padding:.5rem .75rem;color:#b9bbbe;cursor:pointer;transition:background-color .1s ease}.date-filter-container .custom-select-wrapper .custom-options .custom-option:hover{background-color:#40444b;color:#fff}.date-filter-container .custom-select-wrapper .custom-options .custom-option.selected{background-color:#5865f2;color:#fff}.date-filter-container .date-range-picker{position:relative;background-color:#202225;border:1px solid #101113;border-radius:3px;padding:8px 12px;color:#dcddde;display:flex;align-items:center;justify-content:space-between;min-width:260px;cursor:pointer}.date-filter-container .date-range-picker:hover{border-color:#040405}.date-filter-container .date-range-picker .calendar-icon{color:#b9bbbe;font-size:1.1rem}.date-filter-container .calendar-dropdown{position:absolute;top:calc(100% + 5px);right:0;background-color:#2b2d31;border:1px solid #1f2124;border-radius:4px;z-index:20;padding:1rem;width:320px}.date-filter-container .calendar-dropdown .calendar-header{display:flex;justify-content:space-between;align-items:center;color:#f2f3f5;padding:0 .5rem}.date-filter-container .calendar-dropdown .calendar-header button{background:none;border:none;color:#d4d7dc;cursor:pointer;font-size:1rem;padding:.5rem;border-radius:3px}.date-filter-container .calendar-dropdown .calendar-header button:hover{background-color:#4f545c4d;color:#fff}.date-filter-container .calendar-dropdown .calendar-header .calendar-title{font-weight:600;padding:.25rem .5rem;border-radius:3px;cursor:pointer}.date-filter-container .calendar-dropdown .calendar-header .calendar-title:hover{background-color:#4f545c4d}.date-filter-container .calendar-dropdown .calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;color:#8e9297;font-weight:700;font-size:.75rem;margin-top:1rem;padding:0}.date-filter-container .calendar-dropdown .calendar-divider{border:none;border-top:1px solid #3a3d42;margin:.5rem 0}.date-filter-container .calendar-dropdown .calendar-grid{display:grid}.date-filter-container .calendar-dropdown .calendar-grid.days-grid{grid-template-columns:repeat(7,1fr);border-top:1px solid #3a3d42;border-left:1px solid #3a3d42}.date-filter-container .calendar-dropdown .calendar-grid.months-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem}.date-filter-container .calendar-dropdown .calendar-grid.months-grid .month-cell{height:50px;border-radius:4px}.date-filter-container .calendar-dropdown .calendar-grid.months-grid .month-cell:hover{background-color:#40444b}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell{color:#b9bbbe;text-align:center;cursor:pointer;position:relative;height:40px;display:flex;align-items:center;justify-content:center;border-right:1px solid #3a3d42;border-bottom:1px solid #3a3d42}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell .day-number{z-index:1}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.disabled{color:#4f545c;cursor:default}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell:not(.disabled):not(.in-range):hover{box-shadow:inset 0 -3px #5865f2}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.in-range{background-color:#404791;color:#fff;border-radius:0}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.start-date,.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.end-date{background-color:#5865f2;color:#fff}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.start-date{border-top-left-radius:4px;border-bottom-left-radius:4px}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.end-date{border-top-right-radius:4px;border-bottom-right-radius:4px}.date-filter-container .calendar-dropdown .calendar-grid .calendar-cell.start-date.end-date{border-radius:4px}.payment-settings-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.payment-settings-container .payment-configuration,.payment-settings-container .payment-history{background-color:#1a1a1a;padding:2rem;border-radius:8px}.payment-settings-container .payment-configuration h2,.payment-settings-container .payment-history h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#fff;border-bottom:1px solid #333;padding-bottom:1rem}.payment-settings-container .payment-methods{display:flex;gap:1rem;margin-bottom:1.5rem}.payment-settings-container .payment-methods .method-button{display:flex;align-items:center;gap:.5rem;background-color:#333;color:#fff;border:1px solid #555;padding:.75rem 1.25rem;border-radius:25px;cursor:pointer;font-size:1rem;transition:all .2s ease}.payment-settings-container .payment-methods .method-button:hover{background-color:#444;border-color:#777}.payment-settings-container .payment-methods .method-button.active{background-color:#fcbe03;color:#111;border-color:#fcbe03}.payment-settings-container .payment-methods .method-button svg{font-size:1.2rem}.payment-settings-container .method-details h3{color:#fcbe03;margin-bottom:.5rem}.payment-settings-container .method-details p{font-size:.9rem;color:#aaa;margin-top:0;margin-bottom:1.5rem}.payment-settings-container .method-details input[type=email],.payment-settings-container .method-details input[type=text]{width:100%;padding:.75rem;background-color:#222;border:1px solid #444;border-radius:4px;color:#fff;margin-bottom:1rem;font-size:1rem}.payment-settings-container .method-details .card-details-row{display:flex;gap:1rem}.payment-settings-container .method-details .card-details-row input{width:100%}.payment-settings-container .method-details .save-button{background-color:#fcbe03;color:#111;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .2s ease}.payment-settings-container .method-details .save-button:hover{background-color:#ca9802}.payment-settings-container .payment-history table{width:100%;border-collapse:collapse}.payment-settings-container .payment-history table th,.payment-settings-container .payment-history table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #333}.payment-settings-container .payment-history table th{color:#aaa;font-size:.9rem;text-transform:uppercase}.payment-settings-container .payment-history table td{color:#fff}.payment-settings-container .payment-history table .status-badge{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700;text-transform:capitalize}.payment-settings-container .payment-history table .status-badge.paid{background-color:#04bd0433;color:#04bd04}.payment-settings-container .payment-history table .status-badge.pending{background-color:#fcbe0333;color:#fcbe03}.profile-container{padding:40px;color:#fff;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif}.profile-header-title{font-size:36px;font-weight:700;color:#fcbe03;margin-bottom:40px}.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:60px}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:20px}.profile-avatar-section .avatar-image{width:200px;height:200px;border-radius:50%;border:4px solid #2e2e2e;object-fit:cover}.profile-avatar-section .btn-upload{background-color:#121212;border:1px solid #2e2e2e;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;transition:background-color .2s}.profile-avatar-section .btn-upload:hover{background-color:#1f1f1f}.profile-avatar-section .btn-upload:disabled{cursor:not-allowed;opacity:.5}.profile-details-section{background-color:#121212;border-radius:16px;padding:10px;border:1px solid #2e2e2e}.tabs{display:flex;border-bottom:1px solid #2e2e2e;padding:10px 20px}.tabs button{background:none;border:none;color:#a0a0a0;padding:10px 20px;cursor:pointer;font-size:16px;font-weight:600;position:relative;transition:color .2s}.tabs button.active{color:#fff}.tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#fcbe03}.tabs button:hover:not(.active){color:#fff}.tab-content{padding:30px}.tab-content .tab-pane>h3{font-size:22px;margin-bottom:25px;font-weight:600}.tab-content .tab-pane>p{font-size:15px;color:#a0a0a0;margin-bottom:30px;max-width:90%}.btn-primary{background-color:#fcbe03;color:#000;border:none;padding:12px 20px;font-weight:700;cursor:pointer;border-radius:8px;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.separator{height:1px;background-color:#2e2e2e;margin:20px 0}.connection-item{display:flex;justify-content:space-between;align-items:center;padding:20px;border:1px solid #2e2e2e;border-radius:12px;margin-bottom:20px;transition:background-color .2s}.connection-item:hover{background-color:#1a1a1a}.connection-item .connection-info{display:flex;align-items:center;gap:18px}.connection-item .connection-info .icon{font-size:24px}.connection-item .connection-info .google{color:#4285f4}.connection-item .connection-info .discord{color:#5865f2}.connection-item .connection-info .email{color:#a0a0a0}.connection-item .connection-info h4{margin:0;font-size:18px;font-weight:600}.connection-item .btn-connect{border:none;padding:9px 20px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s}.connection-item .btn-connect.google{background-color:#4285f4;color:#fff}.connection-item .btn-connect.discord{background-color:#5865f2;color:#fff}.connection-item .btn-connect.email{background-color:#333;color:#fff}.connection-item .btn-connect.btn-disconnect{background-color:#ff4d4f;color:#fff}.connection-item .btn-connect:disabled{cursor:not-allowed;opacity:.5;background-color:#333}.notification-group{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.notification-group .info h4{margin:0 0 8px;font-size:17px;font-weight:600}.notification-group .info .email-address{display:flex;align-items:center;color:#a0a0a0;font-size:15px}.notification-group .info .email-address .edit-icon{margin-left:12px;cursor:pointer;transition:color .2s}.notification-group .info .email-address .edit-icon:hover{color:#fff}.notification-group .info .btn-add-phone{background:none;border:1px solid #2e2e2e;color:#fff;padding:8px 15px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:500;font-size:14px;transition:background-color .2s}.notification-group .info .btn-add-phone:hover{background-color:#1f1f1f}.notification-group .action{display:flex;align-items:center;gap:16px}.notification-group .action .switch-label{color:#fff;font-size:15px;font-weight:500;cursor:pointer}.advanced-group{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.advanced-group .info h4{font-size:17px;margin:0 0 5px}.advanced-group .info p{margin:0;font-size:14px;color:#a0a0a0}.user-id-box{display:flex;align-items:center;background-color:#000;border:1px solid #2e2e2e;border-radius:8px;padding:10px 15px}.user-id-box span{font-family:"monospace";font-size:15px;color:#a0a0a0;letter-spacing:1.5px}.user-id-box button{background:none;border:none;color:#a0a0a0;font-size:16px;margin-left:15px;cursor:pointer}.user-id-box button:hover{color:#fff}.danger-zone-separator{border-top:1px solid rgba(255,77,79,.4);margin-top:30px}.danger-zone-content{padding-top:20px}.danger-zone-content h4{color:#ff4d4f;font-size:17px}.danger-zone-content p{color:#a0a0a0;font-size:14px;max-width:100%;margin-bottom:20px}.danger-zone-content .btn-danger{background-color:#ff4d4f;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s;display:inline-flex;align-items:center;gap:8px}.danger-zone-content .btn-danger:hover{background-color:#ff1a1d}.danger-zone-content .btn-danger:disabled{cursor:not-allowed;opacity:.5}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;color:#a0a0a0;font-weight:500}.form-group input{width:100%;background-color:#000;border:1px solid #2e2e2e;color:#fff;padding:12px;border-radius:8px;font-size:15px}.form-group input:focus{border-color:#fcbe03;outline:none}.form-group input:disabled{cursor:not-allowed;opacity:.6}.input-with-icon{position:relative}.input-with-icon .edit-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#a0a0a0;cursor:pointer}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#333;transition:.4s}.switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.switch input:checked+.slider{background-color:#fcbe03}.switch input:checked+.slider:before{transform:translate(22px)}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.toast-container{position:fixed;bottom:20px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:15px}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#121212;padding:35px 40px;border-radius:20px;width:100%;max-width:480px;position:relative;border:1px solid #2e2e2e;font-family:Inter,sans-serif}.modal-content h2{text-align:center;font-size:24px;font-weight:600;margin-bottom:25px}.close-btn{position:absolute;top:20px;right:20px;background:none;border:none;color:#a0a0a0;font-size:20px;cursor:pointer;transition:color .2s}.close-btn:hover{color:#fff}.auth-tabs{display:flex;justify-content:center;background-color:#000;border-radius:12px;padding:5px;margin-bottom:30px}.auth-tabs .tab-btn{flex:1;background:none;border:none;color:#a0a0a0;padding:10px 15px;border-radius:9px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease}.auth-tabs .tab-btn.active{background-color:#333;color:#fff;box-shadow:0 2px 5px #0003}.auth-form .form-group{margin-bottom:20px}.auth-form .form-group label{display:block;margin-bottom:8px;color:#a0a0a0;font-size:14px}.auth-form .form-group input{width:100%;background-color:#000;border:1px solid #2e2e2e;color:#fff;padding:14px;border-radius:10px;font-size:15px}.auth-form .form-group input:focus{border-color:#fcbe03;outline:none}.auth-form .input-with-icon{position:relative}.auth-form .input-with-icon .icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#a0a0a0;cursor:pointer}.captcha-placeholder{display:flex;align-items:center;background-color:#000;border-radius:10px;padding:15px;margin:25px 0;border:1px solid #2e2e2e;color:#a0a0a0}.captcha-placeholder .spinner{border:3px solid rgba(243,243,243,.2509803922);border-top:3px solid #FCBE03;border-radius:50%;width:25px;height:25px;animation:spin 1s linear infinite;margin-right:15px}.captcha-placeholder span{flex-grow:1;font-weight:500}.captcha-placeholder .captcha-logo{font-size:14px;font-weight:700}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-submit{width:100%;background-color:#fcbe03;color:#000;border:none;padding:15px;font-size:16px;font-weight:700;border-radius:10px;cursor:pointer;transition:opacity .2s}.btn-submit:hover{opacity:.85}@keyframes slideInRight{0%{transform:translate(calc(100% + 20px));opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100% + 20px));opacity:0}}.toast-item{display:flex;align-items:stretch;width:350px;max-width:90vw;background-color:#1a1d21;border-radius:10px;border:1px solid #2e2e2e;box-shadow:0 4px 15px #00000080;color:#e6e6e6;font-family:Inter,sans-serif;overflow:hidden;animation-name:slideInRight;animation-fill-mode:forwards;animation-timing-function:ease-out}.toast-item.exiting{animation-name:slideOutRight;animation-timing-function:ease-in}.toast-icon{display:flex;align-items:center;justify-content:center;padding:0 18px;font-size:20px}.toast-success .toast-icon{color:#28a745}.toast-error .toast-icon{color:#ff4d4f}.toast-info .toast-icon{color:#17a2b8}.toast-content{padding:14px 0;flex-grow:1}.toast-content .toast-title{margin:0;font-weight:700;font-size:16px}.toast-content .toast-message{margin:4px 0 0;font-size:14px;color:#a0a0a0}.toast-close{align-self:flex-start;background:none;border:none;color:#a0a0a0;font-size:24px;padding:10px 15px;cursor:pointer;transition:color .2s}.toast-close:hover{color:#e6e6e6}.statistic-page-background{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:40px;box-sizing:border-box}.statistic-content-wrapper{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center}.login-prompt-container{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.login-prompt-card{background-color:#1a1a1a;padding:40px 50px;border-radius:12px;border:1px solid #333;width:100%}.login-prompt-card h2{font-size:24px;margin-bottom:15px}.login-prompt-card p{color:#a0a0a0;margin-bottom:30px;line-height:1.6}.login-prompt-card .btn-discord{background-color:#5865f2;color:#fff;padding:15px 25px;border-radius:8px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;gap:12px;text-decoration:none;transition:background-color .3s ease}.login-prompt-card .btn-discord:hover{background-color:#4a56d9}.login-prompt-card .btn-discord svg{font-size:20px}.statistic-card{width:100%;background-color:#0c0c0c;border-radius:12px;border:1px solid #222;overflow:hidden}.logged-in-as{display:flex;align-items:center;padding:20px;background-color:#111}.logged-in-as img{width:40px;height:40px;border-radius:50%;margin-right:15px}.logged-in-as span{font-size:16px;color:#a0a0a0}.logged-in-as span strong{color:#fff;font-weight:600}.server-list-container{padding:10px 0}.server-list .server-item{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;text-decoration:none;color:#fff;transition:background-color .2s ease}.server-list .server-item:hover{background-color:#1a1a1a}.server-info{display:flex;align-items:center;gap:15px}.server-icon{width:36px;height:36px;border-radius:8px}.server-name{font-size:16px;font-weight:500}.action-icon{color:#a0a0a0;font-size:16px}.separator{height:1px;background-color:#222;margin:10px 20px}.statistic-footer{margin-top:30px;text-align:center}.statistic-footer p{font-size:14px;color:#a0a0a0}.statistic-footer a{color:#a0a0a0;text-decoration:none;transition:color .2s ease}.statistic-footer a:hover{color:#fff}.statistic-footer .separator-dot{margin:0 8px}.features-page{--text-color: #ffffff;--text-color-secondary: #a0a0a0;--brand-yellow: #FFC700}.features-page .hero-section{display:flex;justify-content:center;align-items:center;text-align:center;padding:100px 40px 20px;background-color:#000;position:relative}.features-page .hero-section .hero-content{max-width:800px;width:100%}.features-page .hero-section .hero-content h1{font-size:56px;font-weight:700;color:var(--text-color);margin-bottom:20px}.features-page .hero-section .hero-content p{font-size:20px;color:var(--text-color-secondary);margin-bottom:0}.features-page .video-section{padding:60px 40px;background-color:#000;display:flex;justify-content:center;align-items:center}.features-page .video-player-container{position:relative;width:960px;height:540px;max-width:90vw;max-height:50.625vw;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 0 15px 5px #ffc7004d,0 0 5px 1px #ffc70033}.features-page .video-player-container:hover .video-controls-container{opacity:1}.features-page .video-preview,.features-page .video-wrapper{position:absolute;width:100%;height:100%;border-radius:8px;overflow:hidden;background-color:#000}.features-page .video-preview{cursor:pointer;display:flex;justify-content:center;align-items:center}.features-page .video-preview .preview-gif{width:100%;height:100%;object-fit:cover}.features-page .video-preview .play-icon{position:absolute;font-size:6rem;color:#fffc;transition:transform .2s ease,color .2s ease;z-index:2}.features-page .video-preview:hover .play-icon{transform:scale(1.1);color:#fff}.features-page .video-wrapper .main-video{width:100%;height:100%;object-fit:cover;border-radius:8px}.features-page .info-section,.features-page .community-section{padding:80px 40px;background-color:#000;overflow-x:hidden}.features-page .info-content,.features-page .community-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}.features-page .info-section .text-content,.features-page .info-section .image-content,.features-page .community-section .text-content,.features-page .community-section .image-content{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.features-page .info-section .text-content{transform:translate(-50px)}.features-page .info-section .image-content{transform:translate(50px)}.features-page .info-section.is-visible .text-content{transform:translate(0);opacity:1;transition-delay:.2s}.features-page .info-section.is-visible .image-content{transform:translate(0);opacity:1;transition-delay:.4s}.features-page .community-section .image-content{grid-column:1;grid-row:1;transform:translate(-50px)}.features-page .community-section .text-content{grid-column:2;grid-row:1;transform:translate(50px)}.features-page .community-section.is-visible .image-content{transform:translate(0);opacity:1;transition-delay:.2s}.features-page .community-section.is-visible .text-content{transform:translate(0);opacity:1;transition-delay:.4s}.features-page .text-content h2{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.features-page .text-content h2 span{display:block}.features-page .text-content h2 .highlight{background-color:var(--brand-yellow);color:#000;padding:4px 12px;border-radius:6px;display:inline-block;margin-bottom:10px}.features-page .text-content p{font-size:18px;color:var(--text-color-secondary);line-height:1.6;margin-bottom:32px}.features-page .text-content .learn-more-btn{background-color:#2f3136;color:#fff;border:none;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:background-color .2s}.features-page .text-content .learn-more-btn:hover{background-color:#40444b}.features-page .image-placeholder{width:100%;height:350px;background-color:#202225;border-radius:12px}.features-page .community-section .image-placeholder{height:450px}.features-page .benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.features-page .benefits-list li{display:flex;align-items:center;gap:16px;background-color:#202225;padding:16px;border-radius:8px;font-size:16px;font-weight:600;color:var(--text-color);transition:background-color .2s,transform .2s}.features-page .benefits-list li svg:first-child{color:var(--brand-yellow);font-size:20px}.features-page .benefits-list li svg:last-child{margin-left:auto;color:var(--text-color-secondary);transition:transform .2s}.features-page .benefits-list li:hover{background-color:#2f3136;transform:translateY(-2px)}.features-page .benefits-list li:hover svg:last-child{transform:translate(5px)}@media (max-width: 900px){.features-page .info-content,.features-page .community-content{grid-template-columns:1fr;text-align:center}.features-page .community-section .image-content{grid-row:1}.features-page .community-section .text-content{grid-row:2}.features-page .text-content h2{font-size:36px}.features-page .text-content,.features-page .image-content{transform:translateY(20px)}.features-page .info-section.is-visible .text-content,.features-page .info-section.is-visible .image-content,.features-page .community-section.is-visible .text-content,.features-page .community-section.is-visible .image-content{transform:translateY(0)}}.features-page .feature-cards-section{padding:80px 40px;background-color:#0c0c0c}.features-page .feature-cards-section .section-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.features-page .feature-cards-section .section-header h2{font-size:42px;font-weight:700;color:var(--text-color);margin-bottom:16px}.features-page .feature-cards-section .section-header p{font-size:18px;color:var(--text-color-secondary);max-width:500px;margin:0 auto}.features-page .feature-cards-section .cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.features-page .feature-cards-section .feature-card{background-color:#1a1b1e;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(30px)}.features-page .feature-cards-section .feature-card .card-image-placeholder{height:180px;background-color:#2c2f33}.features-page .feature-cards-section .feature-card .card-content{padding:24px}.features-page .feature-cards-section .feature-card .card-icon{font-size:32px;color:var(--brand-yellow);margin-bottom:16px}.features-page .feature-cards-section .feature-card .card-title{font-size:22px;font-weight:600;color:var(--text-color);margin-bottom:0}.features-page .feature-cards-section .feature-card .card-hover-content{position:absolute;bottom:0;left:0;right:0;background-color:#1a1b1ee6;padding:24px;transform:translateY(100%);transition:transform .35s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.features-page .feature-cards-section .feature-card .card-hover-content p{font-size:15px;color:var(--text-color-secondary);margin:0 0 20px}.features-page .feature-cards-section .feature-card .card-hover-content button{background-color:var(--brand-yellow);color:#000;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.features-page .feature-cards-section .feature-card .card-hover-content button:hover{background-color:#e0b000}.features-page .feature-cards-section .feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #00000080}.features-page .feature-cards-section .feature-card:hover .card-hover-content{transform:translateY(0)}.features-page .feature-cards-section.is-visible .feature-card{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.features-page .feature-cards-section .cards-container{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.features-page .feature-cards-section .feature-cards-section .section-header h2{font-size:36px}}.video-controls-container{position:absolute;bottom:0;left:0;right:0;padding:0 12px 8px;background-image:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#b9bbbe;display:flex;flex-direction:column;opacity:0;transition:opacity .3s ease-in-out}.video-controls-container:hover .progress-bar::-webkit-slider-thumb{opacity:1}.progress-bar-wrapper{position:relative;width:100%;height:16px;display:flex;align-items:center;cursor:pointer;margin-bottom:-2px}.progress-bar-buffered{position:absolute;left:0;top:50%;transform:translateY(-50%);height:3px;background-color:#a7a9ac;border-radius:3px;z-index:1;pointer-events:none}.progress-bar{-webkit-appearance:none;appearance:none;background-color:transparent;width:100%;cursor:pointer;position:relative;z-index:2;height:100%;margin:0}.progress-bar::-webkit-slider-runnable-track{background:linear-gradient(to right,#fff,#fff) no-repeat;background-color:#4f545c4d;height:3px;border-radius:3px;background-size:0% 100%}.progress-bar::-moz-range-track{background-color:#4f545c4d;height:3px;border-radius:3px}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;border-radius:50%;background:#fff;border:none;opacity:0;transition:opacity .2s ease;margin-top:-4.5px}.controls-bottom-bar{display:flex;justify-content:space-between;align-items:center;width:100%}.controls-left,.controls-right{display:flex;align-items:center;gap:16px}.control-btn{background:none;border:none;color:#b9bbbe;font-size:16px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:color .2s ease}.control-btn:hover{color:#fff}.seek-btn{position:relative;font-size:18px}.seek-btn span{position:absolute;font-size:8px;font-weight:600;color:#b9bbbe;top:50%;left:50%;transform:translate(-50%,-50%)}.volume-control{display:flex;align-items:center}.volume-control .volume-slider{-webkit-appearance:none;appearance:none;background-color:transparent;width:100%;cursor:pointer;position:relative;z-index:2;height:100%;margin:0}.volume-control .volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,#fff,#fff) no-repeat;background-color:#4f545c4d;height:3px;border-radius:3px;background-size:0% 100%}.volume-control .volume-slider::-moz-range-track{background-color:#4f545c4d;height:3px;border-radius:3px}.volume-control .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;border-radius:50%;background:#fff;border:none;opacity:0;transition:opacity .2s ease;margin-top:-4.5px}.volume-control .volume-slider{width:0;opacity:0;transition:width .3s ease,opacity .3s ease;margin-left:8px;height:auto}.volume-control .volume-slider::-webkit-slider-thumb{opacity:1}.volume-control:hover .volume-slider{width:70px;opacity:1}.time-display{font-size:12px;font-weight:500;-webkit-user-select:none;user-select:none;min-width:75px;text-align:left;padding-left:4px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}h1{font-size:3.2em;line-height:1.1}
