@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";body,html{max-width:100vw;overflow-x:hidden;background-color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}section{padding-top:4rem 0;position:relative;z-index:999}@media (max-width:768px){section{padding:3rem 0}}.banner{height:100%}.banner,.header{background-color:#000}.header{padding:.6rem 0}.counter{background-color:#000}.main-heading{font-family:Inter,sans-serif;font-weight:900;font-size:3.5rem;background:linear-gradient(135deg,#f3d598,#ffd700 50%,#f3d598);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-transform:uppercase;letter-spacing:3px;line-height:1.1;position:relative;animation:shimmer 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(243,213,152,.5));-webkit-text-stroke:1px rgba(243,213,152,.3);transition:all .3s ease;cursor:default}.main-heading:hover{transform:translateY(-2px);filter:drop-shadow(0 0 30px rgba(243,213,152,.8));letter-spacing:4px}@media (max-width:1200px){.main-heading{font-size:4.5rem;letter-spacing:2px}.main-heading:hover{letter-spacing:3px}}@media (max-width:768px){.main-heading{font-size:2.5rem;letter-spacing:2px}.main-heading:hover{letter-spacing:3px}}@media (max-width:480px){.main-heading{font-size:2rem;letter-spacing:1px}.main-heading:hover{letter-spacing:2px}}@media (max-width:360px){.main-heading{font-size:1.7rem;letter-spacing:1px}}@keyframes shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.logo{max-width:200px}.countdown-container{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #f3d598;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 30px rgba(243,213,152,.3);margin-top:2rem}.countdown-container h2{color:#f3d598;font-size:2rem;font-weight:700;margin-bottom:3rem;text-transform:uppercase;letter-spacing:2px}.countdown-container.expired{background:linear-gradient(135deg,#2d1810,#4a2c1a);border-color:#ff6b6b}.countdown-container.expired h2{color:#ff6b6b;font-size:2.5rem}.countdown-container.expired p{color:#fff;font-size:1.2rem;margin-top:1rem}.countdown-display{display:flex;justify-content:space-around;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width:480px){.countdown-display{gap:.5rem}}.time-unit{display:flex;flex-direction:column;align-items:center;background:rgba(243,213,152,.1);border-radius:15px;padding:2rem 1rem;min-width:200px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(243,213,152,.2);transition:all .3s ease}.time-unit:hover{transform:translateY(-5px);box-shadow:0 15px 25px rgba(243,213,152,.4);background:rgba(243,213,152,.15)}@media (max-width:480px){.time-unit{min-width:70px;padding:1rem .5rem}}.time-unit .number{font-size:3rem;font-weight:800;color:#f3d598;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width:480px){.time-unit .number{font-size:2rem}}.time-unit .label{font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.8);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}@media (max-width:480px){.time-unit .label{font-size:.7rem}}.pepe-image{max-height:70vh;margin-top:3rem}@media (max-width:768px){.pepe-image{max-height:60vh}}.twitter-feed-section{background-color:#000}.twitter-feed-section .section-title{color:#f3d598;font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width:768px){.twitter-feed-section .section-title{font-size:2rem;margin-bottom:2rem}}.twitter-feed-container{margin-top:2rem}.twitter-feed-container .twitter-feed-wrapper{max-height:700px;overflow-y:auto;background:rgba(243,213,152,.05);border-radius:15px;padding:2rem;border:1px solid rgba(243,213,152,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:768px){.twitter-feed-container .twitter-feed-wrapper{padding:1rem;max-width:unset}}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline{border-radius:10px!important}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container{width:100%;min-height:600px}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#f3d598;font-size:1.1rem;text-align:center}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-loading p{margin:0 0 1rem;opacity:.8}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-loading .loading-spinner .spinner{width:40px;height:40px;border:3px solid rgba(243,213,152,.3);border-top-color:#f3d598;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:hsla(0,0%,100%,.7);font-size:1rem;text-align:center}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-error p{margin:.5rem 0}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-error p a{color:#f3d598;text-decoration:underline}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-error p a:hover{opacity:.8}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-no-tweets{display:flex;align-items:center;justify-content:center;min-height:300px}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-no-tweets .no-tweets-content{text-align:center;color:hsla(0,0%,100%,.8)}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-no-tweets .no-tweets-content h3{color:#f3d598;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-no-tweets .no-tweets-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-no-tweets .no-tweets-content .follow-button{display:inline-block;background:linear-gradient(135deg,#f3d598,rgba(243,213,152,.8));color:#000;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-container .twitter-no-tweets .no-tweets-content .follow-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(243,213,152,.3);color:#000;text-decoration:none}.twitter-feed-container .twitter-feed-wrapper iframe{border-radius:10px!important;border:1px solid rgba(243,213,152,.3)!important}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-rendered{min-height:500px!important;width:100%!important}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline-rendered iframe{position:relative!important;visibility:visible!important;width:100%!important;height:500px!important;min-height:500px!important;display:block!important;flex-grow:1!important}.twitter-feed-container .twitter-feed-wrapper .twitter-timeline{width:100%!important;height:auto!important}.production-twitter-display{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;padding:1.5rem;border:1px solid rgba(243,213,152,.2)}.production-twitter-display .twitter-header{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(243,213,152,.2);margin-bottom:1.5rem}.production-twitter-display .twitter-header .twitter-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f3d598;border-radius:50%;color:#000}.production-twitter-display .twitter-header .twitter-logo svg{width:24px;height:24px}.production-twitter-display .twitter-header .account-details h4{color:#f3d598;margin:0;font-size:1.4rem;font-weight:700}.production-twitter-display .twitter-header .account-details p{margin:0;color:hsla(0,0%,100%,.7);font-size:.9rem}.production-twitter-display .featured-content .content-card{background:rgba(243,213,152,.05);border-radius:8px;padding:1rem;margin-bottom:1rem;border-left:3px solid #f3d598}.production-twitter-display .featured-content .content-card .card-header{color:#f3d598;font-weight:600;margin-bottom:.5rem;font-size:1rem}.production-twitter-display .featured-content .content-card p{color:hsla(0,0%,100%,.9);line-height:1.5;margin:0}.production-twitter-display .twitter-cta{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(243,213,152,.2);margin-top:1.5rem}.production-twitter-display .twitter-cta p{color:hsla(0,0%,100%,.8);margin-bottom:1rem;font-size:.95rem}.production-twitter-display .twitter-cta .follow-twitter-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f3d598,rgba(243,213,152,.9));color:#000;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.production-twitter-display .twitter-cta .follow-twitter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(243,213,152,.4);color:#000;text-decoration:none}.production-twitter-display .twitter-cta .follow-twitter-btn:before{content:"🐦";margin-right:.5rem}.nitter-feed{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;padding:1.5rem;border:1px solid rgba(243,213,152,.2);color:#fff;overflow-y:auto}.nitter-feed .nitter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(243,213,152,.2);margin-bottom:1.5rem}.nitter-feed .nitter-header h3{color:#f3d598;margin:0;font-size:1.4rem;font-weight:700}.nitter-feed .nitter-header .follow-link{color:#f3d598;text-decoration:none;font-size:.9rem;font-weight:500}.nitter-feed .nitter-header .follow-link:hover{text-decoration:underline}.nitter-feed .nitter-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.nitter-feed .nitter-loading p{color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;font-size:1.1rem}.nitter-feed .nitter-loading .loading-spinner .spinner{width:40px;height:40px;border:3px solid rgba(243,213,152,.3);border-top-color:#f3d598;border-radius:50%;animation:spin 1s linear infinite}.nitter-feed .nitter-error{text-align:center;padding:2rem;background:rgba(243,213,152,.05);border-radius:8px;border:1px solid rgba(243,213,152,.2)}.nitter-feed .nitter-error h3{color:#f3d598;margin-bottom:1rem;font-size:1.3rem}.nitter-feed .nitter-error p{color:hsla(0,0%,100%,.8);margin-bottom:1rem}.nitter-feed .nitter-error .twitter-link{color:#f3d598;text-decoration:none;font-weight:600}.nitter-feed .nitter-error .twitter-link:hover{text-decoration:underline}.nitter-feed .nitter-tweets{display:flex;flex-direction:column;gap:1rem}.nitter-feed .nitter-tweet{background:rgba(243,213,152,.05);border-radius:8px;padding:1rem;border:1px solid rgba(243,213,152,.1);transition:all .3s ease}.nitter-feed .nitter-tweet:hover{border-color:rgba(243,213,152,.3);background:rgba(243,213,152,.08)}.nitter-feed .nitter-tweet .tweet-content{margin-bottom:.75rem}.nitter-feed .nitter-tweet .tweet-content p{margin:0;line-height:1.5;color:hsla(0,0%,100%,.9);font-size:.95rem}.nitter-feed .nitter-tweet .tweet-meta{display:flex;gap:1rem;align-items:center;font-size:.8rem;color:hsla(0,0%,100%,.6)}.nitter-feed .nitter-tweet .tweet-meta .tweet-date,.nitter-feed .nitter-tweet .tweet-meta .tweet-time{color:hsla(0,0%,100%,.5)}.nitter-feed .nitter-tweet .tweet-meta .tweet-link{color:#f3d598;text-decoration:none;margin-left:auto;font-weight:500}.nitter-feed .nitter-tweet .tweet-meta .tweet-link:hover{text-decoration:underline}.nitter-feed .no-tweets{text-align:center;padding:2rem;color:hsla(0,0%,100%,.6);font-style:italic}.enhanced-twitter-feed .feed-controls{margin-top:1rem;padding:1rem;background:rgba(243,213,152,.05);border-radius:8px;border:1px solid rgba(243,213,152,.2)}.enhanced-twitter-feed .feed-controls .feed-status{margin-bottom:1rem;text-align:center}.enhanced-twitter-feed .feed-controls .feed-status .status-indicator{color:hsla(0,0%,100%,.8);font-size:.9rem;font-style:italic}.enhanced-twitter-feed .feed-controls .feed-options{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.enhanced-twitter-feed .feed-controls .feed-options .feed-option{background:rgba(243,213,152,.1);border:1px solid rgba(243,213,152,.3);color:hsla(0,0%,100%,.8);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.enhanced-twitter-feed .feed-controls .feed-options .feed-option:hover{background:rgba(243,213,152,.2);color:#fff}.enhanced-twitter-feed .feed-controls .feed-options .feed-option.active{background:#f3d598;color:#000;border-color:#f3d598;font-weight:600}.enhanced-twitter-feed .feed-controls .feed-options .feed-option:disabled{opacity:.5;cursor:not-allowed;background:hsla(0,0%,100%,.1)}.banner-social-links{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap;background-color:#17150f;width:100%;padding:1rem;border-radius:10px;margin-bottom:1rem;border:1px solid rgba(243,213,152,.2)}@media (max-width:768px){.banner-social-links{margin-top:1.5rem;gap:.75rem}}.banner-social-link{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,rgba(243,213,152,.1),rgba(243,213,152,.05));border:2px solid rgba(243,213,152,.3);border-radius:50%;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.banner-social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(243,213,152,.2),transparent);transform:translateX(-100%);transition:transform .6s ease}.banner-social-link:hover{transform:translateY(-5px) scale(1.05);border-color:#f3d598;box-shadow:0 15px 30px rgba(243,213,152,.4);color:#fff}.banner-social-link:hover:before{transform:translateX(100%)}.banner-social-link:hover svg{transform:scale(1.1)}.banner-social-link.twitter:hover{background:linear-gradient(135deg,rgba(29,155,240,.3),rgba(29,155,240,.1));border-color:#1d9bf0;box-shadow:0 15px 30px rgba(29,155,240,.4)}.banner-social-link.telegram:hover{background:linear-gradient(135deg,rgba(0,136,204,.3),rgba(0,136,204,.1));border-color:#08c;box-shadow:0 15px 30px rgba(0,136,204,.4)}.banner-social-link svg{width:28px;height:28px;transition:all .3s ease}@media (max-width:768px){.banner-social-link svg{width:24px;height:24px}.banner-social-link{width:50px;height:50px}}@media (max-width:480px){.banner-social-link{width:45px;height:45px}}