@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:100%;ascent-override:90%;descent-override:22%;line-gap-override:10%}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:100%;ascent-override:90%;descent-override:22%;line-gap-override:10%}:root{--color-primary:#00FFA3;--color-dark-bg:#111317;--color-dark-text:#EAEBEF;--color-dark-border:#333842}html{scroll-behavior:smooth}body{background-color:var(--color-dark-bg);color:var(--color-dark-text);font-family:'Inter',sans-serif;margin:0;padding:0;line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1100px;margin:0 auto;padding:80px 0;text-align:center}h1,h2,h3,h4{font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}h1{font-size:3rem}h2{font-size:2.2rem}h3{font-size:1.5rem}h4{font-size:1.2rem;color:var(--color-primary);text-transform:none;margin-top:30px}p{max-width:70ch;margin:0 auto 20px auto}.cta-button{display:inline-block;background-color:var(--color-primary);color:var(--color-dark-bg);padding:15px 35px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 20px 0 rgba(0,255,163,0.4)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 0 35px 5px rgba(0,255,163,0.6)}.header{display:flex;justify-content:center;align-items:center;padding:20px 5%;position:absolute;width:90%;top:0;left:0;z-index:10}.header__logo{font-size:1.8rem;font-weight:700;text-decoration:none;color:var(--color-dark-text)}.header__logo span{color:var(--color-primary)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__content{position:relative;z-index:2}.hero__subtitle{font-size:1.2rem;margin-top:20px;margin-bottom:40px;opacity:.9}.animated-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.animated-bg li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(0,255,163,0.1);animation:animate-bg 25s linear infinite;bottom:-150px}.animated-bg li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.animated-bg li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.animated-bg li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.animated-bg li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.animated-bg li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.animated-bg li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.animated-bg li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.animated-bg li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.animated-bg li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.animated-bg li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate-bg{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}100%{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.showcase__container{display:flex;gap:40px;align-items:center}.showcase__card{flex:1;border:1px solid var(--color-dark-border);border-radius:15px;padding:30px;height:500px;position:relative;overflow:hidden;transition:all .3s ease}.showcase__card h3{margin-top:0;color:var(--color-primary)}.showcase__card--before .article-content{filter:blur(5px);opacity:.5}.showcase__paywall{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(17,19,23,0.8);display:flex;align-items:center;justify-content:center;text-align:center;color:white;z-index:5;backdrop-filter:blur(2px)}.paywall-box{background:var(--color-dark-bg);padding:40px;border-radius:10px;border:1px solid var(--color-dark-border)}.paywall-box h4{margin-top:0;color:var(--color-dark-text)}.paywall-box button{background:var(--color-primary);color:var(--color-dark-bg);border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:bold}.article-content h4{text-align:left;text-transform:none;letter-spacing:normal}.article-content p{text-align:left;font-size:.9rem;line-height:1.5;margin:0 0 15px 0;max-width:100%}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}.feature-card{background-color:transparent;border:1px solid var(--color-dark-border);padding:40px 30px;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 0 25px rgba(0,255,163,0.1);border-color:var(--color-primary)}.feature-card__icon{color:var(--color-primary);margin-bottom:20px}.feature-card h3{margin-bottom:10px}.sites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px 40px;text-align:left;margin-top:50px}.sites-category{break-inside:avoid}.sites-category ul{list-style:none;padding:0;margin:0}.sites-category li a{color:var(--color-dark-text);text-decoration:none;transition:color .3s ease;display:block;padding:4px 0;font-size:.95rem}.sites-category li a:hover{color:var(--color-primary)}.sites-category small,.category-description{font-style:italic;opacity:.7;display:block;margin-bottom:10px}.sites-category h3{border-bottom:1px solid var(--color-dark-border);padding-bottom:10px;margin-bottom:15px}.cta-section{background-color:#000}.footer{padding:40px 0;border-top:1px solid var(--color-dark-border)}.footer__content{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1100px;margin:0 auto}.footer__socials a{color:var(--color-dark-text);margin-left:20px;transition:color .3s ease}.footer__socials a:hover{color:var(--color-primary)}@media(max-width:992px){h1{font-size:2.5rem}h2{font-size:2rem}.features__grid{grid-template-columns:1fr}.showcase__container{flex-direction:column}.showcase__card{width:100%;box-sizing:border-box}}@media(max-width:768px){.container{padding:60px 0}h1{font-size:2rem}h2{font-size:1.8rem}.header{justify-content:center}.footer__content{flex-direction:column;gap:20px}}