@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";._paragraph_79v04_1{font-size:.9rem;color:rgb(var(--secondary-text));margin:0;font-weight:600;transition:color .23s ease-in-out}._paragraph_79v04_1._small_79v04_8{font-size:.7rem}._title_5i07k_1{display:flex;font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:600;color:rgb(var(--primary-text));cursor:text;align-items:center;gap:.34rem;margin:0;transition:color .23s ease-in-out}._title_5i07k_1._small_5i07k_13{font-size:1.05rem}._title_5i07k_1._themed_5i07k_16{color:rgb(var(--title-highlight));cursor:pointer}._withParagraph_5i07k_21{display:flex;flex-direction:column;gap:.1rem}._loading_188xw_1{color:currentColor;font-size:1em;width:1em;height:1em;animation:_rotate_188xw_1 .9s linear infinite}@keyframes _rotate_188xw_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.layout-container{position:relative;overflow:visible}.layout-header,.layout-footer{position:relative;z-index:10}.navbar{position:fixed;top:0;left:0;right:0;height:50px;line-height:50px;background-color:#fff;z-index:1000;border-bottom:none;box-shadow:none;display:flex;align-items:center;padding:0 16px}.navbar-left,.navbar-right{flex:1;display:flex}.navbar-center{flex:2;display:flex;justify-content:center}.navbar-right{justify-content:flex-end}.navbar-links{display:flex;list-style:none;margin:0;padding:0;justify-content:center}.navbar-links li{margin:0 15px}.navbar-link{text-decoration:none;color:#000;font-weight:700;transition:color .3s ease}.navbar-link:hover{color:#737373a8}.theme-toggle-button{background:none;border:none;cursor:pointer;color:#333;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;background-color:#f0f0f0;margin-left:15px}.theme-toggle-button:hover{background-color:#e0e0e0;transform:scale(1.1)}.theme-toggle-button i{font-size:18px}.dark-mode .navbar{background-color:#222}.dark-mode .navbar-link{color:#fff!important;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.dark-mode .navbar-link:hover{color:#ccc!important}.dark-mode .theme-toggle-button{background-color:#444;color:#fff}.dark-mode .theme-toggle-button:hover{background-color:#555}.wallet-connect-desktop{display:flex;align-items:center}.wallet-connect-mobile{display:none}.hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;margin-left:16px;z-index:1100}.hamburger-bar{width:28px;height:3px;background:#333;margin:3px 0;border-radius:2px;transition:background .3s}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0000004d;z-index:1099}.mobile-menu{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#fff;box-shadow:-2px 0 8px #0000001a;z-index:1200;display:flex;flex-direction:column;align-items:flex-start;padding:32px 24px 24px;transition:right .3s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{right:0}.close-mobile-menu{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;color:#333;cursor:pointer}.mobile-navbar-links{list-style:none;padding:0;margin:40px 0 0;width:100%}.mobile-navbar-links li{margin-bottom:24px;width:100%}.mobile-navbar-links .navbar-link{font-size:1.2rem;color:#222;text-decoration:none;font-weight:700;display:block;width:100%;padding:8px 0}.wallet-connect-mobile{display:flex;justify-content:center;width:100%;margin-top:24px}@media (max-width: 900px){.navbar-center,.wallet-connect-desktop{display:none}.wallet-connect-mobile,.hamburger-menu{display:flex}}@media (min-width: 901px){.mobile-menu,.mobile-menu-overlay,.hamburger-menu{display:none!important}}.dark-mode .mobile-menu{background:#222}.dark-mode .mobile-navbar-links .navbar-link,.dark-mode .close-mobile-menu{color:#fff}.wallet-connect-button{transform:scale(.85);display:block;margin-left:auto;margin-right:auto}.wallet-connect-button :global(.arweave-wallet-kit-connect-button){padding:6px 12px;font-size:14px;height:32px;min-width:120px}.dark-mode .hamburger-bar{background:#fff!important}.footer-container{background-color:#fff;padding:20px;text-align:center;width:100%;border-top:1px solid #999999;z-index:20;position:relative;transition:background-color .3s ease}.social-icons{display:flex;justify-content:center;gap:15px}.social-icons a{font-size:24px;color:#333;text-decoration:none;transition:color .3s ease}.social-icons a:hover{color:#737373a8}.dark-mode .footer-container{background-color:#222;border-top-color:#444}.glossary-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.glossary-panel{position:fixed;bottom:-100%;left:0;width:100%;height:70vh;background-color:#fff;box-shadow:0 -2px 10px #0003;transition:bottom .3s ease-in-out;z-index:1000;display:flex;flex-direction:column;border-top-left-radius:15px;border-top-right-radius:15px;overflow:hidden}.glossary-panel.open{bottom:0}.glossary-panel-handle{width:100%;height:20px;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;cursor:grab}.handle-bar{width:50px;height:5px;background-color:#ccc;border-radius:10px}.glossary-panel-content{display:flex;flex-direction:column;height:calc(100% - 20px);overflow:hidden}.glossary-panel-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0;background-color:#fff}.glossary-panel-header h3{margin:0;font-size:1.5rem;color:#333}.glossary-panel-controls{display:flex;gap:10px}.close-button,.theme-toggle-button{background:none;border:none;cursor:pointer;color:#333;padding:0;margin:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;background-color:#f0f0f0}.close-button:hover,.theme-toggle-button:hover{background-color:#e0e0e0;transform:scale(1.1)}.close-button i,.theme-toggle-button i{font-size:18px}.glossary-panel-body{flex:1;overflow:auto;padding:0;-webkit-overflow-scrolling:touch}.glossary-iframe{width:100%;height:100%;border:none;min-height:500px}.glossary-button-container{position:fixed;bottom:20px;right:20px;z-index:999}.glossary-toggle-button{background-color:#333;color:#fff;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0003;transition:all .3s ease}.glossary-toggle-button:hover{background-color:#555;transform:translateY(-5px)}.glossary-toggle-button i{font-size:24px}.glossary-tooltip{position:absolute;bottom:70px;right:0;background-color:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;white-space:nowrap;box-shadow:0 2px 5px #0003;animation:fadeIn .3s ease-in-out;z-index:10000;pointer-events:none}.glossary-tooltip:after{content:"";position:absolute;top:-5px;right:25px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #333}.glossary-panel.dark-mode{background-color:#222;color:#fff}.glossary-panel.dark-mode .glossary-panel-handle{background-color:#333}.glossary-panel.dark-mode .handle-bar{background-color:#555}.glossary-panel.dark-mode .glossary-panel-header{background-color:#222;border-bottom-color:#444}.glossary-panel.dark-mode .glossary-panel-header h3{color:#fff}.glossary-panel.dark-mode .close-button,.glossary-panel.dark-mode .theme-toggle-button{background-color:#444;color:#fff}.glossary-panel.dark-mode .close-button:hover,.glossary-panel.dark-mode .theme-toggle-button:hover{background-color:#555}.glossary-panel.dark-mode .glossary-iframe{filter:invert(1) hue-rotate(180deg)}@media (max-width: 768px){.glossary-panel{width:100%;max-width:none;height:90vh}.glossary-panel-body{-webkit-overflow-scrolling:touch;overflow-y:scroll}.glossary-iframe{height:120%;min-height:600px}.glossary-tooltip{bottom:75px;right:10px;font-size:16px;padding:10px 15px;z-index:10000;box-shadow:0 4px 10px #0000004d}.glossary-button-container{bottom:15px;right:15px}}.layout-container{position:relative;width:100%;min-height:100vh;background-color:#fff;color:#333;transition:background-color .3s ease,color .3s ease}.layout-header{position:fixed;top:0;left:0;right:0;height:50px;background:#000c;z-index:9999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;transition:background-color .3s ease,box-shadow .3s ease}.layout-content{margin-top:50px;margin-bottom:50px;height:calc(100vh - 95px);overflow-y:auto;width:100%;background-color:transparent;position:relative;transition:background-color .3s ease}.container{width:100%;max-width:none;margin:0 auto;padding:0;box-sizing:border-box}.layout-footer{position:fixed;bottom:0;left:0;right:0;height:60px;background-color:#000c;color:#fff;z-index:9999;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.layout-container.dark-mode{background-color:#121212;color:#f5f5f5}.dark-mode .corner-image,.dark-mode .corner-image2{opacity:.5;filter:brightness(.8)}.dark-mode .layout-header{background:#000000e6;box-shadow:0 4px 6px #0000004d}.dark-mode .layout-content{background-color:transparent}.dark-mode .layout-footer{background-color:#000000e6}.dark-mode h1:not(.blog-preview *):not(.hero-title):not(.more-hero-title):not(.mainnet-title),.dark-mode h2:not(.blog-preview *):not(.hero-section *):not(.more-hero-section *),.dark-mode h3:not(.blog-preview *):not(.hero-section *):not(.more-participation-section *):not(.more-runtime-section *),.dark-mode h4:not(.blog-preview *):not(.hero-section *),.dark-mode h5:not(.blog-preview *):not(.hero-section *),.dark-mode h6:not(.blog-preview *):not(.hero-section *),.dark-mode p:not(.blog-preview *):not(.hero-text):not(.more-hero-text):not(.more-fair-launch-text),.dark-mode span:not(.blog-preview *):not(.hero-section *):not(.more-hero-section *),.dark-mode div:not(.blog-preview):not(.blog-preview *):not(.hero-section):not(.hero-section *):not(.more-hero-section):not(.more-hero-section *){color:#fff}.dark-mode a:not(.blog-preview a):not(.social-icons a){color:#90caf9}.dark-mode a:not(.blog-preview a):not(.social-icons a):hover{color:#bbdefb}.dark-mode .blog-preview{background-color:#fff;color:#333;box-shadow:0 4px 15px #0000004d}.dark-mode .blog-preview a{color:#a13d27}.dark-mode .blog-preview a:hover{color:#c04f36}.dark-mode .social-icons a{color:#fff}.dark-mode .social-icons a:hover{color:#ccc}.dark-mode .footer-container{background-color:#222}.dark-mode button:not(.theme-toggle-button):not(.close-button):not(.glossary-toggle-button){background-color:#333;color:#fff;border-color:#555}.dark-mode button:not(.theme-toggle-button):not(.close-button):not(.glossary-toggle-button):hover{background-color:#444;box-shadow:0 0 10px 2px #fff3}.dark-mode .glossary-toggle-button:hover{background-color:#555;transform:translateY(-5px)}.dark-mode .glossary-tooltip{display:block;color:#fff;background-color:#333;z-index:9999}.home-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff1a;pointer-events:none;z-index:2;transition:background-color .3s ease}.dark-mode .home-container:before{background-color:#000000b3}.video-background-container{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:1}.video-background{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;aspect-ratio:16 / 9}@media (min-aspect-ratio: 16/9){.video-background{width:100%;height:auto}}@media (max-aspect-ratio: 16/9){.video-background{width:auto;height:100%}}.hero-section{padding-top:50px;text-align:center;font-family:Arial,sans-serif;position:relative;z-index:10;transition:all .3s ease;max-width:1200px;margin:0 auto}@media (max-width: 768px){.hero-section{padding-top:30px}}.hero-title{font-size:5rem;font-weight:700;font-family:"Press Start 2P",monospace;color:#000;text-shadow:2px 2px 4px rgba(255,255,255,.3);margin-bottom:30px;transition:color .3s ease,text-shadow .3s ease}.hero-untext{font-size:3rem;font-weight:700;font-family:"Press Start 2P",monospace;color:#000;text-shadow:2px 2px 4px rgba(255,255,255,.3);margin-bottom:30px;transition:color .3s ease,text-shadow .3s ease}@media (max-width: 470px){.hero-title{font-size:2.5rem}}.hero-text{font-size:1.1rem;font-family:"Press Start 2P",monospace;color:#000;text-shadow:2px 2px 4px rgba(255,255,255,.3);margin-bottom:100px;padding-top:0;transition:color .3s ease,text-shadow .3s ease}.dark-mode .hero-title,.dark-mode .hero-untext,.dark-mode .hero-text{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.dark-mode .hero-section{background-color:transparent;border-radius:10px;padding:30px;margin:270px auto 0;max-width:80%}@media (max-width: 768px){.dark-mode .hero-section{margin-top:90px}}.explore-button{padding:21px 34px!important;font-size:1.2rem;font-weight:700;color:#fff;background-color:#000;border:2px solid white;box-shadow:0 4px 15px #737373a8;border-radius:10px;cursor:pointer;transition:all .3s ease-in-out;position:relative;z-index:20}.explore-button:hover{background-color:#fff;color:#000}.fair-launch-section,.season-section,.participation-section,.runtime-section{padding:52px 5px;text-align:center;color:#000;width:100%}h2,h3{font-size:2rem}p{font-size:1.3rem;max-width:1062px;margin:0 auto;font-weight:700}.runtime-section{margin-top:60px;margin-bottom:20px;padding-bottom:30px}.runtime-section h3{margin-bottom:20px}.fair-launch-text{font-size:.8rem;color:#444;font-style:italic;line-height:1.4;max-width:600px;margin:0 auto;padding-bottom:20px}.fair-launch-text p{color:#84ea1d}.fair-launch-section{padding-top:10px}.season-section h2{padding-bottom:12px;margin-bottom:-10px;padding-top:20px}.season-section h3{padding-bottom:10px;padding-top:60px}.cta-text{padding-top:20px}.prize-distribution{font-size:1.6rem;font-weight:700;padding-bottom:40px}.prize-distribution h3{text-align:center!important;font-size:1.6rem;font-weight:700;padding:0 0 40px}.guidelines-section h2{text-align:center;width:100%}.event-dates{text-align:center;font-size:1.4rem;font-family:sans-serif;font-weight:700;margin-bottom:20px;padding:15px 10px;background:transparent;border-radius:8px}.event-dates p{padding-top:0}.guidelines-section h3{font-size:1.5rem;padding:10px}.guidelines-section p,h3{text-align:center}.section-with-background-3{background-color:#ffffff0d;border-radius:10px;padding:20px;margin-top:40px}.section-with-background-4{background-color:#83838388;border-radius:2%}.discord-button{display:inline-block;margin-top:10px;padding:10px 20px;background:#5865f2;color:#fff;text-decoration:none;font-weight:700;border-radius:5px;transition:all .3s ease-in-out}.discord-button:hover{background:#4752c4;text-decoration:none}.buttons-container{display:flex;justify-content:center;gap:20px;margin-top:15px}.explore-button,.guideline-button{padding:15px 30px;font-size:2rem;font-weight:700;color:#fff;background-color:#000;border:2px solid white;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;position:relative;z-index:20}.explore-button:hover,.guideline-button:hover{background-color:#fff;color:#000}.disclaimer-section{background-color:#81818175;padding:10px;border-radius:10px;border-left:5px solid rgb(0,0,0);margin-top:20px}.disclaimer-section h3{color:#000;font-size:.8rem;text-decoration:underline;text-align:center}.disclaimer-section p{font-size:.6rem;line-height:1.5;color:#444;font-style:italic;margin-bottom:10px}.featured-games-section{max-width:1200px;margin:4rem auto;padding:2rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;background:linear-gradient(to right,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.game-card{background:#ffffff0d;border-radius:1rem;padding:1.5rem;transition:transform .3s ease;text-align:center}.game-card:hover{transform:translateY(-5px)}.game-card h3{font-size:1.5rem;margin-bottom:1rem;color:#4ecdc4}.game-card p{color:#ccc;line-height:1.6}.home-container{min-height:100vh;padding:2rem;background-color:transparent;color:#fff;position:relative;overflow:hidden}.blog-background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-10;opacity:.8;pointer-events:none}.no-scroll-wrapper{width:100%;max-width:100%;overflow:visible;text-align:center;padding-bottom:20px;position:relative;z-index:10}.heading-container{margin-top:30px;margin-bottom:15px;position:relative;z-index:20}.carousel-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:10}.runtime-section{margin-top:30px;margin-bottom:10px;padding-bottom:15px;text-align:center;color:#000;width:100%;position:relative;z-index:10}.section-with-background-3{background-color:#ffffff0d;border-radius:10px;padding:20px;margin-top:20px}@media (max-width: 768px){.mainnet-title{font-size:2.5rem}.heading-container{margin-top:20px;margin-bottom:10px}}.bites-background{background-image:url(../permabites.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;width:100%;position:relative}.carousel-container{position:relative;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px}.blog-background-video,.topic-background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-10;opacity:.8;pointer-events:none}.topic-buttons{display:flex;gap:15px;justify-content:center;width:100%;max-width:600px;margin:10px auto;padding:5px 0;position:relative;z-index:20}.topic-button{padding:12px 24px;font-size:18px;font-weight:700;background-color:#000c;color:#fff;border:2px solid white;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;position:relative;z-index:20}.topic-button:hover{background-color:#fff;color:#000;border:2px solid black}.topic-button.active{background-color:#74e071;color:#000;border:2px solid #000000}.dark-mode .topic-button{background-color:#000c;color:#fff;border:2px solid white}.dark-mode .topic-button:hover{background-color:#ffffffe6;color:#000;border:2px solid #333}.dark-mode .topic-button.active{background-color:#5cb85c;color:#fff;border:2px solid #5cb85c}.blog-preview-container{width:100%;max-width:1200px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap;padding:10px;text-align:center;margin:10px auto;position:relative;z-index:10}.blog-preview{display:flex;flex-direction:column;align-items:center;width:350px;background-color:#ffffffe6;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease;position:relative;margin:10px;cursor:pointer}.blog-preview:hover{transform:scale(1.05)}.dark-mode .blog-preview{background-color:#ffffffe6;box-shadow:0 4px 15px #0000004d}.dark-mode .blog-preview h1,.dark-mode .blog-preview h2,.dark-mode .blog-preview h3,.dark-mode .blog-preview h4,.dark-mode .blog-preview h5,.dark-mode .blog-preview h6,.dark-mode .blog-preview p,.dark-mode .blog-preview span,.dark-mode .blog-preview div{color:#333}.blog-preview img{width:100%;height:200px;object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px}.blog-info{padding:15px;text-align:left;width:100%}.blog-info h3{font-size:1.2rem;margin-bottom:10px;color:#333}.blog-info p{font-size:.9rem;color:#666;margin-bottom:10px}.read-more{color:#a13d27;font-weight:700;font-size:.9rem}.blog-preview a{display:block;margin-top:10px;color:#a13d27;font-weight:700;text-decoration:none}.blog-preview a:hover{text-decoration:underline}.carousel{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:10}@media (max-width: 768px){.blog-preview-container{flex-direction:column;align-items:center;justify-content:center;padding:10px;width:100%;text-align:center}.blog-preview{width:90%;max-width:400px;margin:10px auto}}.buttons-container{display:flex;justify-content:center;gap:15px;margin:10px auto;width:100%;max-width:800px;position:relative;z-index:20}.submit-entry-button,.send-email-button{padding:12px 24px;font-size:16px;cursor:pointer;background-color:#1e3c45;color:#fff;border:none;border-radius:5px;transition:all .3s ease;min-width:200px;position:relative;z-index:20}.submit-entry-button:hover,.send-email-button:hover{background-color:#0056b3}.dark-mode .submit-entry-button,.dark-mode .send-email-button{background-color:#2c5282;color:#fff;border:1px solid #4299e1;box-shadow:0 0 10px #4299e14d}.dark-mode .submit-entry-button:hover,.dark-mode .send-email-button:hover{background-color:#3182ce}.wallet-address{position:absolute;top:10px;right:10px;background-color:#000000b3;color:#fff;padding:5px 10px;border-radius:5px;font-size:.8rem;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.2)}.dark-mode .wallet-address{background-color:#ffffffe6;color:#333;border:1px solid rgba(255,255,255,.2)}.corner-image,.corner-image2{position:absolute;width:200px;height:200px;background-size:contain;background-repeat:no-repeat;opacity:.1}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.featured-blog-preview{width:700px;max-width:100%;margin-left:auto;margin-right:auto;background:linear-gradient(90deg,#fffbe6,#e0ffe6);box-shadow:0 8px 24px #00000026;border:2px solid #74e071;padding:32px 32px 24px;margin-bottom:24px;display:flex;flex-direction:row;align-items:center;gap:32px;position:relative}.featured-blog-preview img{width:350px;height:220px;object-fit:cover;border-radius:12px}.featured-blog-info{flex:1;text-align:left}.featured-blog-info h3{font-size:2rem;margin-bottom:12px;color:#222}.featured-blog-info p{font-size:1.1rem;color:#444;margin-bottom:12px}.featured-read-more{color:#a13d27;font-weight:700;font-size:1.1rem}.featured-blog-preview .wallet-address{position:absolute;top:10px;right:10px;background-color:#000000b3;color:#fff;padding:5px 10px;border-radius:5px;font-size:.8rem;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.2)}@media (max-width: 900px){.featured-blog-preview{width:95%;max-width:100%;flex-direction:column;padding:20px;gap:16px}}.permabites-green-bg{background:linear-gradient(90deg,#fffbe6,#e0ffe6)!important;border:2px solid #74e071!important}.blog-post-container{max-width:800px;margin:60px auto;padding:20px;background:#fffffff2;border-radius:10px;box-shadow:0 4px 15px #0000001a;text-align:left}.blog-header-image{display:block;max-width:100%;height:auto;margin:0 auto 20px;border-radius:10px}.blog-post-container h1{color:#000;font-size:28px;font-weight:700;text-align:center}.blog-meta{font-size:14px;color:gray;margin-bottom:10px;text-align:center}.blog-content h2,.blog-content h3{color:#000;margin-top:20px}.blog-content p{line-height:1.6;font-size:18px;color:#000}.blog-content ul,.blog-content ol{margin-left:20px;padding-left:20px}.blog-content a{color:#007bff;font-weight:700;text-decoration:none}.blog-content a:hover{text-decoration:underline}.back-link{display:block;margin-top:20px;font-weight:700;color:#007bff;text-align:center}.back-link:hover{text-decoration:underline}.grid-motion-container{height:100vh;width:100%;overflow:hidden;position:fixed;top:0;left:0}.grid-motion-section{position:relative;display:flex;height:100vh;width:100%;align-items:center;justify-content:center;overflow:hidden}.grid-motion-wrapper{position:relative;z-index:2;flex:none;display:grid;height:130vh;width:120vw;gap:.5rem;grid-template-rows:repeat(4,1fr);grid-template-columns:100%;transform:rotate(-15deg);transform-origin:center;margin-top:-5vh}.grid-motion-row{display:flex;gap:.75rem;align-items:center;will-change:transform;padding:.5rem 0}.grid-motion-item{flex:none;width:280px;height:380px;border-radius:.75rem;background-color:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 4px 20px #0000004d;box-shadow:0 4px 20px #0000004d,inset 0 0 15px #ffffff0d;border:1px solid rgba(255,255,255,.15);outline:1px solid rgba(255,255,255,.05);outline-offset:1px}.grid-motion-item:hover{transform:scale(1.05);box-shadow:0 8px 30px #0006,inset 0 0 20px #ffffff1a;border:1px solid rgba(255,255,255,.25);outline:1px solid rgba(255,255,255,.1);outline-offset:1px}.grid-motion-image{width:100%;height:100%;object-fit:cover}.grid-motion-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;font-size:1rem;color:#ffffffe6;text-shadow:0 1px 3px rgba(0,0,0,.5)}.card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#00000080);border-radius:.75rem;position:relative;z-index:1}.card-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff0d,#fff0);border-radius:.75rem;z-index:-1}.card-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.5px}.card-content p{font-size:1rem;color:#fffc;text-shadow:0 1px 2px rgba(0,0,0,.5);margin-top:.5rem}.grid-motion-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;opacity:0;transition:opacity .3s ease;background:linear-gradient(to bottom,#0003,#0006,#0009)}.grid-motion-item:hover .grid-motion-overlay{opacity:1}.input-row{display:flex;flex-direction:column;gap:18px;width:100%;max-width:400px;margin:0 auto}.input-field{width:100%;min-width:0}.input-field input,.input-field textarea{width:100%;box-sizing:border-box}.input-row+.mt-6{margin-top:24px!important}.PermabitesForm-card{max-width:420px;margin:0 auto}@media (max-width: 640px){.input-row{flex-direction:column}}.input-row .flex{display:flex;flex-direction:row;gap:12px;align-items:flex-end}.input-row .flex .input-field{width:50%;margin-bottom:0;display:flex;flex-direction:column}@media (max-width: 640px){.input-row .flex{flex-direction:column;gap:12px}.input-row .flex .input-field{width:100%}}.share-permabite-btn{font-size:1.25rem;font-weight:700;padding:1rem 2.5rem;background:linear-gradient(90deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:.75rem;box-shadow:0 6px 24px #00000024;text-transform:uppercase;letter-spacing:.06em;transition:all .18s;cursor:pointer;margin-top:1.5rem}.share-permabite-btn:hover{box-shadow:0 10px 32px #0000002e;transform:translateY(-2px) scale(1.04);background:linear-gradient(90deg,#fbbf24,#f59e0b)}.input-field label,label[for=content]{color:#18181b;font-weight:600}.permabite-input-bubble{background:#fff!important;border-radius:1.5rem!important;box-shadow:0 4px 32px #0000001a,0 1.5px 4px #00000017!important;border:1.5px solid #e5e7eb!important;padding:1.5rem!important;max-width:420px;margin:2rem auto;display:flex;align-items:flex-end;gap:.5rem}.permabite-input-bubble textarea{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;color:#222!important;font-size:1.1rem;padding:.5rem .75rem!important;min-height:44px;flex:1 1 auto;resize:none}.permabite-input-bubble--small{background:#fff!important;border-radius:1.5rem!important;box-shadow:0 4px 32px #0000001a,0 1.5px 4px #00000017!important;border:1.5px solid #e5e7eb!important;padding:.5rem 1.25rem!important;max-width:420px;margin:.5rem auto;display:flex;align-items:center;gap:.5rem}.permabite-input-bubble--small input{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;color:#222!important;font-size:1.1rem;padding:.5rem .75rem!important;height:2.2rem;flex:1 1 auto}.permabite-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fffffff2,#f0f0faf2);transition:transform .3s ease,box-shadow .3s ease;border-radius:12px;border:1px solid rgba(226,232,240,.6)}.permabite-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.permabite-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#f59e0b,#d97706);opacity:.8;border-radius:8px 8px 0 0}.permabite-card-content{overflow:hidden;position:relative}.permabite-detail-card{position:relative;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a;max-width:800px;margin:40px auto}.permabite-detail-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#f59e0b,#d97706);opacity:.8;border-radius:16px 16px 0 0}.permabite-content{line-height:1.8}.permabite-card:after{content:"";position:absolute;bottom:12px;right:12px;width:8px;height:8px;background-color:#818cf8;border-radius:50%;opacity:.7;transition:transform .3s ease,opacity .3s ease}.permabite-card:hover:after{transform:scale(1.5);opacity:1}.permabite-card-footer{border-top:1px solid rgba(226,232,240,.8);background-color:#f7fafce6;padding:12px 16px;display:flex;justify-content:space-between;font-size:.75rem;color:#4a5568}.no-permabites-message{color:#18181b;font-size:1.25rem;font-weight:600;text-align:center}.dark .no-permabites-message{color:#e5e7eb}.shadow-input{box-shadow:0 2px 12px #0000005c,0 1.5px 4px #00000017}.hero-buttontx{margin-top:20px;padding:15px 30px;font-size:1.2rem;font-weight:700;color:#070707;background-color:#000;border:2px solid white;border-radius:8px;box-shadow:0 4px 15px #737373a8;cursor:pointer;transition:all .3s}.hero-title{font-size:5rem;font-weight:700;font-family:"Press Start 2P",monospace;color:#000;text-shadow:2px 2px 4px rgba(255,255,255,.3);margin-bottom:10px;transition:color .3s ease,text-shadow .3s ease}.hero-subtext{font-size:1.4rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7);margin-top:.5rem}.bites-background{background-image:url(../permabites.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;width:100%;position:relative;margin:0;padding:0;overflow:hidden}.bites-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:0;pointer-events:none}.bites-background>*{position:relative;z-index:1}.bites-content{margin-top:60px}.permabites-grid{margin-top:2rem}.permabite-card{transition:transform .3s ease,box-shadow .3s ease;height:100%;will-change:transform}.permabite-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0003}.permabite-card-content{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;position:relative}.permabite-card-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(to top,#ffffffe6,#fff0);pointer-events:none}.dark .permabite-card-content:after{background:linear-gradient(to top,#18181be6,#18181b00)}@media (max-width: 640px){.permabites-grid{grid-template-columns:1fr}}@media (min-width: 641px) and (max-width: 1024px){.permabites-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.permabites-grid{grid-template-columns:repeat(3,1fr)}}.hero-button{font-size:1rem;font-weight:700;margin:15px;padding:1.25rem 3rem;background:linear-gradient(90deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:1rem;box-shadow:0 8px 32px #0000002e;text-transform:uppercase;letter-spacing:.08em;transition:all .2s;cursor:pointer}.hero-button:hover{box-shadow:0 12px 36px #00000038;transform:translateY(-2px) scale(1.03);background:linear-gradient(90deg,#fbbf24,#f59e0b)}.PermabitesForm-card{max-width:420px;margin:0 auto;margin-bottom:1.5rem!important}.recent-permabites-heading{font-size:2.8rem;font-weight:700;margin-top:2.2rem;margin-bottom:2.5rem;text-align:center;color:#fff}@media (min-width: 768px){.recent-permabites-heading{font-size:3.5rem;margin-top:3.2rem}}.cast-page{max-width:1200px;margin:0 auto;padding:2rem}.cast-header{text-align:center;margin-bottom:3rem}.cast-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.cast-header p{font-size:1.2rem;color:#666}.series-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.series-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.series-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.series-cover{width:100%;height:200px;object-fit:cover}.series-info{padding:1.5rem}.series-info h2{margin:0 0 .5rem;color:#333;font-size:1.5rem}.series-info p{margin:0;color:#666;line-height:1.5}.series-header{margin-bottom:3rem}.back-button{background:none;border:none;color:#06c;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem}.back-button:hover{text-decoration:underline}.series-header .series-info{display:flex;gap:2rem;align-items:flex-start}.series-header .series-cover{width:200px;height:200px;border-radius:8px}.series-header h1{margin:0 0 1rem;color:#333;font-size:2rem}.episodes-list{display:flex;flex-direction:column;gap:2rem}.episode-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.episode-card h2{margin:0 0 .5rem;color:#333}.episode-card p{margin:.5rem 0;color:#666;line-height:1.6}.episode-card a{display:inline-block;margin-top:1rem;color:#06c;text-decoration:none}.episode-card a:hover{text-decoration:underline}.episode-card .rhap_container{min-height:48px;padding:.5rem;margin:.5rem 0;box-shadow:none;background:transparent}.episode-card .rhap_controls-section{margin-top:0;margin-bottom:0}.episode-card .rhap_main-controls-button{margin:0 8px}.episode-card .rhap_volume-controls{margin-left:8px}.episode-card .rhap_progress-section{display:none!important}.episode-card .rhap_time{font-size:.95rem}.episode-card .rhap_download-progress,.episode-card .rhap_progress-indicator{display:none!important}.loading-state{text-align:center;padding:4rem 2rem}.loading-state h2{color:#666;margin-bottom:1rem}.error-state{text-align:center;padding:4rem 2rem;background:#fff3f3;border-radius:12px;border:1px solid #ffcdd2}.error-state h2{color:#d32f2f;margin-bottom:1rem}.error-state p{color:#666;margin:.5rem 0}.error-state button{margin-top:1rem;padding:.5rem 1rem;background:#06c;color:#fff;border:none;border-radius:4px;cursor:pointer}.error-state button:hover{background:#0052a3}.no-episodes{text-align:center;padding:4rem 2rem;background:#f5f5f5;border-radius:12px}.no-episodes h2{color:#666;margin-bottom:1rem}.no-episodes p{color:#666;margin:.5rem 0}.dark-mode .cast-header h1,.dark-mode .series-header h1,.dark-mode .mainnet-title{color:#fff}.dark-mode .cast-header p,.dark-mode .series-header p{color:#e0e0e0}.dark-mode .series-card,.dark-mode .episode-card{background:#1a1a1a}.dark-mode .series-info h2,.dark-mode .episode-card h2{color:#fff}.dark-mode .series-info p,.dark-mode .episode-card p{color:#e0e0e0}.dark-mode .error-state{background:#2a1a1a;border-color:#4a2a2a}.dark-mode .error-state h2{color:#ff6b6b}.dark-mode .no-episodes{background:#2a2a2a}.dark-mode .no-episodes h2,.dark-mode .no-episodes p{color:#ccc}.dark-mode .back-button,.dark-mode .episode-card a{color:#4dabf7}.mainnet-title{font-size:3.5rem;font-weight:700;font-family:"Press Start 2P",monospace;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin:0;padding:0;position:relative;z-index:20}@media (max-width: 768px){.mainnet-title{font-size:2.5rem}}.episodes-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-top:2rem}.episode-card-grid{background:#fff;padding:1.5rem 1.5rem 2.5rem;border-radius:14px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;align-items:flex-start;position:relative;min-width:0}.dark-mode .episode-card-grid{background:#1a1a1a;color:#fff}.episode-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;width:100%;position:relative}.episode-badge{background:#4dabf7;color:#fff;font-weight:700;border-radius:999px;padding:.3em 1em;font-size:1rem;letter-spacing:.02em;box-shadow:0 1px 4px #4dabf71f;margin-right:.7rem;display:flex;align-items:center;height:2.2rem}.episode-title{font-size:1.15rem;font-weight:600;color:#222;flex:1;white-space:normal;overflow:visible;text-overflow:unset;display:flex;align-items:center}.dark-mode .episode-title{color:#fff}.episode-meta{display:flex;gap:.5rem;margin-bottom:.5rem}.episode-pill{background:#f0f4f8;color:#4dabf7;border-radius:999px;padding:.2em .9em;font-size:.95rem;font-weight:500}.dark-mode .episode-pill{background:#2a2a2a;color:#fff}.episode-description{margin:.5rem 0;color:#666;font-size:1rem;line-height:1.5;word-break:break-word;white-space:pre-line;max-width:100%}.dark-mode .episode-description{color:#e0e0e0}.episode-link{position:absolute;bottom:1rem;right:1rem;background:#e3f2fd;color:#1976d2;border-radius:6px;padding:.2em .8em;font-size:.95rem;text-decoration:none;font-weight:500;transition:background .15s;z-index:2}.episode-link:hover{background:#bbdefb;color:#0d47a1}.episode-card-grid .rhap_container{min-height:48px;padding:.5rem;margin:.5rem 0;box-shadow:none;background:transparent}.episode-card-grid .rhap_controls-section{margin-top:0;margin-bottom:0}.episode-card-grid .rhap_main-controls-button{margin:0 16px;font-size:2.2rem;color:#4dabf7}.episode-card-grid .rhap_volume-controls{margin-left:8px}.episode-card-grid .rhap_progress-section{display:none!important}.episode-card-grid .rhap_time{font-size:.95rem}.episode-card-grid .rhap_download-progress,.episode-card-grid .rhap_progress-indicator{display:none!important}@media (max-width: 700px){.episodes-list-grid{grid-template-columns:1fr;gap:1.2rem}.episode-card-grid{padding:1rem .7rem 2.2rem}.episode-title{font-size:1rem}.episode-link{bottom:.7rem;right:.5rem;font-size:.92rem;padding:.15em .6em}}.series-card-grid{background:#fff;padding:1.5rem 1.5rem 2.5rem;border-radius:14px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;align-items:flex-start;position:relative;min-width:0;transition:box-shadow .15s}.series-card-grid:hover{box-shadow:0 4px 16px #4dabf72e}.dark-mode .series-card-grid{background:#1a1a1a;color:#fff}.series-title{font-size:1.3rem;font-weight:700;margin:0;white-space:normal;text-align:left}.series-link{position:absolute;bottom:1rem;right:1rem;background:#e3f2fd;color:#1976d2;border-radius:6px;padding:.2em .8em;font-size:.95rem;text-decoration:none;font-weight:500;transition:background .15s;z-index:2}.series-link:hover{background:#bbdefb;color:#0d47a1}@media (max-width: 700px){.series-card-grid{padding:1rem .7rem 2.2rem}.series-link{bottom:.7rem;right:.5rem;font-size:.92rem;padding:.15em .6em}}.dark-mode .series-header,.dark-mode .series-header *,.dark-mode .series-title,.dark-mode .series-info,.dark-mode .series-info *,.dark-mode .episode-title,.dark-mode .episode-card-grid,.dark-mode .episode-card-grid *,.dark-mode .mainnet-title{color:#fff!important}.dark-mode .series-header p,.dark-mode .series-info p,.dark-mode .episode-description,.dark-mode .episode-meta,.dark-mode .episode-pill{color:#e0e0e0!important}.dark-mode .back-button{background:#222!important;color:#fff!important;border:1px solid #444!important}.dark-mode .back-button:hover{background:#333!important;color:#4dabf7!important}.dark-mode a,.dark-mode .series-link,.dark-mode .episode-link{color:#fff!important;text-decoration:underline}.dark-mode .series-link,.dark-mode .episode-link{background:#222!important}.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px #0003}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#ddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#ddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:#86868680 0 0 5px}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:#86868680 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}.glowing-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5rem;padding:2px;background:linear-gradient(45deg,#f80,#f50);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.content{border-radius:1.25rem;background:#fff;transition:all .3s ease}.content:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.dark .content{background:#1a1a1a}.dark .glowing-border{background:linear-gradient(45deg,#000,#fff);opacity:.8}.campaign-badge{background:linear-gradient(45deg,#dd7bbb,#7b7bdd);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.date-text{color:#666;font-size:.75rem;font-weight:500}.dark .date-text{color:#999}.prompt-input-bubble{background:#fff!important;border-radius:1.5rem!important;box-shadow:0 4px 32px #0000001a,0 1.5px 4px #00000017!important;border:1.5px solid #e5e7eb!important;padding:1.5rem!important;max-width:420px;margin:2rem auto;display:flex;align-items:flex-end;gap:.5rem}.prompt-input-bubble textarea{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;color:#222!important;font-size:1.1rem;padding:.5rem .75rem!important;min-height:44px;flex:1 1 auto;resize:none}.prompt-input-bubble button{margin-left:.5rem;background:#18181b!important;color:#fff!important;border-radius:9999px!important;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:background .2s}.prompt-input-bubble button:hover{background:#333!important}@font-face{font-family:VT323;src:url(../fonts/VT323-Regular.ttf) format("truetype");font-weight:400;font-style:normal}.hackathon-page-wrapper{background:#e60012!important;color:#fff!important;font-family:VT323,monospace!important;min-height:100vh;width:100%;position:relative;overflow-x:hidden;overflow-y:auto;height:auto}.hackathon-page-wrapper .hackathon-container{background:#e60012!important;color:#fff!important;font-family:VT323,monospace!important;padding-top:80px;max-width:100vw;width:100%;min-height:5190px;overflow-x:hidden;height:auto;padding-left:2rem;padding-right:2rem;padding-bottom:0rem;margin:0 auto;position:relative;z-index:1;box-sizing:border-box}.hackathon-page-wrapper .hackathon-container,.hackathon-page-wrapper .hackathon-container *{font-family:VT323,monospace!important}.hackathon-page nav:not(.retro-nav),.hackathon-page-wrapper nav:not(.retro-nav){display:none!important}.hackathon-page-wrapper .retro-nav{display:flex!important;visibility:visible!important;align-items:center;padding:1rem 2rem;font-size:16px;line-height:20px;letter-spacing:0;color:#fff;font-family:VT323,monospace;font-weight:400;position:fixed;top:0;left:0;right:0;width:100%;background:#e60012;z-index:9999;pointer-events:auto}.hackathon-page-wrapper .nav-links-center{display:flex;gap:34.97px;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%)}.hackathon-page-wrapper .ao-logo{width:103px;height:53.8px;margin-right:40px;flex-shrink:0}.hackathon-page-wrapper .retro-nav-item{color:#fff;font-size:32.86px;line-height:20px;letter-spacing:0;font-family:VT323,monospace;font-weight:400;margin-right:20px;text-align:center;text-decoration:none;display:flex;flex-direction:column;justify-content:center;pointer-events:auto;z-index:10000;position:relative}.hackathon-page-wrapper .retro-nav-item:hover{color:#ffe4e1;text-decoration:none}.retro-nav-item.active{border-bottom:2px dotted #fff;padding-bottom:.2em}.hackathon-page-wrapper .floating-element{position:absolute;pointer-events:none;z-index:2}.hackathon-page-wrapper .ufo-1{top:80px;left:50px;width:80px;height:auto}.hackathon-page-wrapper .ufo-2{top:200px;right:80px;width:70px;height:auto}.hackathon-page-wrapper .ufo-3{top:400px;left:100px;width:65px;height:auto}.hackathon-page-wrapper .ufo-4{top:600px;right:60px;width:75px;height:auto}.hackathon-page-wrapper .runner-1{top:300px;left:200px;width:30px;height:auto}.hackathon-page-wrapper .runner-2{top:500px;right:150px;width:25px;height:auto}.hackathon-page-wrapper .runner-3{top:800px;left:50px;width:28px;height:auto;z-index:1;position:fixed}@media (min-width: 1500px){.hackathon-page-wrapper .runner-3{display:none!important;visibility:hidden!important;opacity:0!important}}.hackathon-page-wrapper .runner-4{top:150px;right:200px;width:32px;height:auto}.hackathon-page-wrapper .runner-5{top:450px;left:300px;width:30px;height:auto}.hackathon-page-wrapper .runner-6{top:650px;right:120px;width:26px;height:auto}.hackathon-page-wrapper .retro-hero-box{background:#e60012;border:6px solid #fff;padding:3rem 2rem;text-align:center;position:relative;margin:2rem 0;outline:4px solid #000;outline-offset:4px}.hackathon-page-wrapper .border-alien{position:absolute;width:40px;height:40px;z-index:10}.hackathon-page-wrapper .alien-top-left{top:-20px;left:-20px}.hackathon-page-wrapper .alien-top-right{top:-20px;right:-20px}.hackathon-page-wrapper .alien-bottom-left{bottom:-20px;left:-20px}.hackathon-page-wrapper .alien-bottom-right{bottom:-20px;right:-20px}.hackathon-page-wrapper .retro-icons-row{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.hackathon-page-wrapper .pixel-icon-img{width:48px;height:48px;display:inline-block}.hackathon-page-wrapper .retro-title-box{margin:2rem 0}.hackathon-page-wrapper .retro-title{font-family:VT323,monospace;font-size:72px;line-height:64px;color:#fff;font-weight:400;text-align:center;margin:0}.hackathon-page-wrapper .retro-register-row{margin-top:2rem}.hackathon-page-wrapper .retro-register-btn{background:#fff;color:#e60012;border:4px solid #000;padding:1rem 2rem;font-family:VT323,monospace;font-size:24px;text-decoration:none;display:inline-block;font-weight:400;cursor:pointer}.hackathon-page-wrapper .retro-register-btn:hover{background:#f0f0f0;color:#e60012;text-decoration:none}.full-width-ribbons .ribbon-1{top:176px;transform:rotate(-11deg);z-index:4}.full-width-ribbons .ribbon-2{top:100px;transform:rotate(4.5deg);z-index:3}.hackathon-page-wrapper .ribbon-text{display:flex;white-space:nowrap;overflow:hidden;width:100vw;min-width:100vw;font-size:2rem;line-height:40px;font-family:VT323,monospace;color:#e60012;background:#fff;padding:0 2rem;position:relative;height:40px}.ribbon-text span{display:inline-block;flex-shrink:0}.ribbon-text-left{animation:scroll-ribbon-left 25s linear infinite}.ribbon-text-right{animation:scroll-ribbon-right 25s linear infinite}@keyframes scroll-ribbon-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-ribbon-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.hackathon-page-wrapper .main-description{text-align:center;margin:3rem 0 2rem;z-index:3;position:relative}.hackathon-page-wrapper .main-description h2{font-size:55.83px;line-height:64px;color:#fff;font-family:VT323,monospace;font-weight:400;letter-spacing:-1.28px;padding-bottom:65px}.hackathon-page-wrapper .prize-pool-highlight{text-align:center;margin:-2.5rem 0 3rem;z-index:3;position:relative}.hackathon-page-wrapper .prize-box{display:inline-block;background:#e60012;color:#fff;border:1px solid #fff;padding:.2rem .88rem;font-family:VT323,monospace;font-size:120px;line-height:120px;font-weight:400;letter-spacing:-2.4px;position:relative}.hackathon-page-wrapper .corner-square{position:absolute;width:13px;height:13px;background:#000;z-index:10}.hackathon-page-wrapper .corner-top-left{top:-10px;left:-10px}.hackathon-page-wrapper .corner-top-right{top:-10px;right:-10px}.hackathon-page-wrapper .corner-bottom-left{bottom:-10px;left:-10px}.hackathon-page-wrapper .corner-bottom-right{bottom:-10px;right:-10px}.hackathon-page-wrapper .retro-prizes-section{margin:3rem 0}.hackathon-page-wrapper .retro-prizes-grid{display:flex;justify-content:center;gap:3.2rem;flex-wrap:wrap;margin-top:82px}.hackathon-page-wrapper .prize-card-container{display:flex;flex-direction:column;align-items:center;position:relative}.hackathon-page-wrapper .prize-trophy{margin-bottom:2rem;z-index:10;position:relative;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hackathon-page-wrapper .trophy-grand{width:120px;height:85px}.hackathon-page-wrapper .trophy-track{width:144px;height:85px}.hackathon-page-wrapper .trophy-special,.hackathon-page-wrapper .trophy-astro{width:101px;height:85px}.hackathon-page-wrapper .bonus-plus{display:flex;align-items:center;justify-content:center;font-family:VT323,monospace;font-size:64px;font-weight:700;color:#fff;width:80px;height:80px;margin:0 auto 2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hackathon-page-wrapper .retro-prize-card{background:#fff;border:4px solid #E60012;outline:1px solid #fff;outline-offset:4px;padding:1.1rem 1.5rem 2rem;text-align:center;position:relative;width:296px;height:303px;display:flex;flex-direction:column;justify-content:flex-start}.hackathon-page-wrapper .retro-prize-card h3{font-family:VT323,monospace;font-size:50px;line-height:41px;color:#000;margin:-.5rem 0px;font-weight:400}.hackathon-page-wrapper .retro-prize-card .prize-amount{font-family:VT323,monospace;font-size:64px;line-height:46px;color:#d50100;margin:1.4rem 0 .25rem;font-weight:400}.hackathon-page-wrapper .retro-prize-card .prize-amount-note{font-family:VT323,monospace;font-size:24px;line-height:22px;color:#d50100;margin:0 0 .75rem;font-weight:400}.hackathon-page-wrapper .retro-prize-card .prize-desc{font-family:VT323,monospace;font-size:25px;line-height:27px;color:#000;margin:1.5rem 0;font-weight:400}.hackathon-page-wrapper .retro-prize-card .grand-prize-desc{font-family:VT323,monospace;font-size:22px;line-height:24px;color:#000;margin:.5rem 0;font-weight:400}.hackathon-page-wrapper .retro-prize-card .track-winner-desc{font-family:VT323,monospace;font-size:23.3px;line-height:27px;color:#000;margin:.5rem -6px;font-weight:400;text-align:left}.hackathon-page-wrapper .retro-prize-card.special .special-awards{text-align:left;margin:1rem 0;flex:1;display:flex;flex-direction:column;gap:.5rem}.hackathon-page-wrapper .retro-prize-card.special .award-item{display:flex;flex-direction:column;align-items:flex-start;margin:.5rem 0;font-family:VT323,monospace}.hackathon-page-wrapper .retro-prize-card.special .award-label{color:#000;font-size:22px;line-height:20px;margin-bottom:.25rem}.hackathon-page-wrapper .retro-prize-card.special .award-amount{color:#d50100;font-weight:400;font-size:29px;line-height:15px;margin-left:1rem}.hackathon-page-wrapper .retro-prize-card.astro .astro-bonus{text-align:center;margin:1rem 0;flex:1;display:flex;flex-direction:column;justify-content:center}.hackathon-page-wrapper .retro-prize-card.astro .bonus-amount{font-family:VT323,monospace;font-size:48px;line-height:46px;color:#d50100;margin:1rem 0 .5rem;font-weight:400}.hackathon-page-wrapper .retro-prize-card.astro .bonus-desc{font-family:VT323,monospace;font-size:22px;line-height:24px;color:#000;margin:.5rem 0;font-weight:400}.hackathon-page-wrapper .retro-timeline-section{margin:4rem 0}.hackathon-page-wrapper .retro-section-title{font-family:VT323,monospace;font-size:84px;line-height:64px;color:#fff;text-align:center;margin:9rem 0px 6rem;font-weight:400}.hackathon-page-wrapper .timeline-container{position:relative;display:flex;flex-direction:column;margin-top:3rem;width:100vw;margin-left:calc(-50vw + 50%)}.hackathon-page-wrapper .timeline-row{display:flex;justify-content:center;gap:2.5rem;align-items:flex-end;margin:3rem 0;position:relative;padding:0 2rem}.hackathon-page-wrapper .timeline-full-line{position:absolute;height:3px;background:#fff;width:110vw;left:-5vw;z-index:1}.hackathon-page-wrapper .timeline-line-top,.hackathon-page-wrapper .timeline-line-bottom{bottom:0}.hackathon-page-wrapper .retro-timeline-item{border:3px solid #fff;padding:1rem;text-align:center;min-width:220px;max-width:230px;position:relative;z-index:2;background:#e60012;height:132px}.hackathon-page-wrapper .retro-timeline-item .timeline-date{font-family:VT323,monospace;font-size:36px;line-height:22px;color:#fff;font-weight:400;text-align:center;position:absolute;top:-49px;left:37%;transform:translate(-50%);white-space:nowrap;z-index:10}.hackathon-page-wrapper .timeline-status{font-family:VT323,monospace;font-size:40px;line-height:32px;color:#fff;font-weight:400;text-align:left;margin:.1rem 0}.hackathon-page-wrapper .timeline-desc{font-family:VT323,monospace;font-size:20px;line-height:16px;color:#000;font-weight:400;text-align:left;margin-top:.5rem}.hackathon-page-wrapper .timeline-arrow{color:#fff;font-size:16px;font-weight:700;margin-left:4px}.hackathon-page-wrapper .timeline-runner{width:190.02px;height:106.88px;position:absolute;left:2rem;bottom:-14px;transform:rotate(13deg) scaleX(1);z-index:2}.hackathon-page-wrapper .timeline-runner.runner-middle{width:190.02px;height:106.88px;position:absolute;left:70%;bottom:-13px;transform:translate(50%) rotate(8deg) scaleX(1);z-index:2}.hackathon-page-wrapper .timeline-finish{width:168px;height:auto;position:absolute;right:5.5rem;bottom:-23px;z-index:2}.hackathon-page-wrapper .runner-left{align-self:flex-end}.hackathon-page-wrapper .finish-right{position:absolute;right:5px}.hackathon-page-wrapper .retro-participation-section{margin:4rem 0;position:relative}.hackathon-page-wrapper .participation-step{display:flex;align-items:flex-start;margin:2rem 0;background:transparent;padding:0 0 26px;border:none}.hackathon-page-wrapper .step-alien-icon{width:60px;height:auto;margin-right:.5rem;margin-top:.5rem;flex-shrink:0;position:relative;top:-9px;left:59px}.hackathon-page-wrapper .step-content{flex:1;max-width:100%;width:100%}.hackathon-page-wrapper .step-content h3{font-family:VT323,monospace;font-size:55px;line-height:32px;color:#fff;margin:0px 0px 1rem 67px;font-weight:400;text-align:left}.hackathon-page-wrapper .step-content p{font-family:VT323,monospace;font-size:45px;line-height:40px;color:#000;margin:.5rem 67px;font-weight:400;text-align:left}.hackathon-page-wrapper .step-details p{font-family:VT323,monospace;font-size:44.36px;line-height:39px;color:#000;margin:.27rem 68px;font-weight:400;text-align:left;padding-top:5px}.hackathon-page-wrapper .step-buttons{display:flex;gap:0!important;align-items:center;margin-top:5rem;margin-left:4rem}.hackathon-page-wrapper .step-buttons .x-button-container,.hackathon-page-wrapper .step-buttons .discord-button-container{margin-right:2rem}.hackathon-page-wrapper .discord-button-container{position:relative;cursor:pointer;transition:transform .2s;display:flex;gap:2rem}.hackathon-page-wrapper .discord-button-container:hover{transform:scale(1.05)}.hackathon-page-wrapper .discord-bg{width:60px;height:auto;display:block}.hackathon-page-wrapper .discord-alien{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px}.hackathon-page-wrapper .discord-btn-img{margin-left:1rem!important}.hackathon-page-wrapper .retro-register-btn-image-large{position:relative;display:inline-block;border:2px solid #fff;padding:6px;background:transparent;margin-bottom:84px}.hackathon-page-wrapper .retro-register-btn-image-large:before,.hackathon-page-wrapper .retro-register-btn-image-large:after{content:"";position:absolute;width:7px;height:8px;background:#fff;top:-6px;z-index:1}.hackathon-page-wrapper .retro-register-btn-image-large:before{left:-6px}.hackathon-page-wrapper .retro-register-btn-image-large:after{right:-6px}.hackathon-page-wrapper .retro-register-btn-image-large:hover{border-color:#ffe4e1}.hackathon-page-wrapper .retro-register-btn-image-large:hover:before,.hackathon-page-wrapper .retro-register-btn-image-large:hover:after{background:#ffe4e1}.hackathon-page-wrapper .retro-footer-cta{margin:3rem 0 0;padding:2.5rem 0 2rem;background:#e60012;border:none;text-align:center}.hackathon-page-wrapper .retro-register-cta-row{margin-bottom:6rem}.hackathon-page-wrapper .retro-register-btn-large{font-size:2.5rem;padding:2rem 4.5rem;border-width:8px;box-shadow:0 0 0 10px #fff,0 0 0 15px #000}.hackathon-page-wrapper .retro-footer-message{color:#fff;font-family:VT323,monospace;font-size:1.5rem;margin-bottom:1.5rem}.hackathon-page-wrapper .retro-footer-big-text{font-size:100px!important;margin:0 69px!important;color:#fff;font-family:VT323,monospace;line-height:1.1;text-align:left;font-weight:400!important}.hackathon-page-wrapper .retro-footer-follow{font-size:47px;color:#fff;margin:1.2rem 0 1.2rem 69px;text-align:left;font-weight:lighter}.hackathon-page-wrapper .retro-footer-icons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.hackathon-page-wrapper .socials-img{max-width:200px;height:auto}.hackathon-page-wrapper .retro-footer-pixelart{margin-top:2rem;display:flex;justify-content:center}.hackathon-page-wrapper .alien-pixelart{width:230px;height:auto}.alien-pixelart-bottom{margin-top:-40px;position:relative;z-index:2}.hackathon-page-wrapper .features-section{margin:4rem 0}.hackathon-page-wrapper .features-section h2{font-family:VT323,monospace;font-size:48px;line-height:44px;color:#fff;text-align:center;margin:2rem 0;font-weight:400}.hackathon-page-wrapper .features-section .section-intro{font-family:VT323,monospace;font-size:24px;line-height:26px;color:#fff;text-align:center;margin:1rem 0 2rem;font-weight:400}.hackathon-page-wrapper .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.hackathon-page-wrapper .feature-card{background:#ffffff1a;border:2px solid #fff;padding:2rem;text-align:center}.hackathon-page-wrapper .feature-card h3{font-family:VT323,monospace;font-size:24px;line-height:22px;color:#fff;margin:0 0 1rem;font-weight:400}.hackathon-page-wrapper .feature-card p{font-family:VT323,monospace;font-size:18px;line-height:20px;color:#fff;margin:0;font-weight:400}@media (max-width: 768px){.hackathon-page-wrapper .retro-title{font-size:48px;line-height:44px}.hackathon-page-wrapper .main-description h2{font-size:36px;line-height:32px}.hackathon-page-wrapper .prize-box{font-size:72px;line-height:72px}.hackathon-page-wrapper .retro-prizes-grid{flex-direction:column;align-items:center}.hackathon-page-wrapper .timeline-row{flex-direction:column;gap:3rem;margin:4rem 0;transform:none!important}.hackathon-page-wrapper .timeline-line-top,.hackathon-page-wrapper .timeline-line-bottom{display:none}}.hackathon-page .navbar,.hackathon-page .layout-container,.hackathon-page .layout-content{position:static;width:auto;height:auto;margin:0;padding:0}.hackathon-page-wrapper{transform:none!important;zoom:1!important;scale:1!important}.hero-title-outline{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:160px auto 2.5rem;padding:0rem;border:2px solid #fff;background:transparent;max-width:948px;min-width:286px;box-sizing:border-box}.hero-title-outline .corner-square{position:absolute;width:13px;height:18px;background:#000;z-index:2}.hero-title-outline .corner-top-left{top:-9px;left:-9px}.hero-title-outline .corner-top-right{top:-9px;right:-9px}.hero-title-outline .corner-bottom-left{bottom:-9px;left:-9px}.hero-title-outline .corner-bottom-right{bottom:-9px;right:-9px}.hero-title-outline .retro-title{position:relative;z-index:3;color:#fff;font-size:149.78px;line-height:1;text-align:center;font-family:VT323,monospace;font-weight:400;margin:0}.hero-alien-left{position:absolute;top:-91px;left:11%;width:190.02px;height:106.88px;z-index:4;transform:rotate(4deg)}.hero-alien-right{position:absolute;top:-104px;left:14%;width:224.79px;height:122.88px;z-index:4;transform:scaleX(1) rotate(2deg)}.hero-register-row{display:flex;justify-content:center;align-items:center;gap:2rem}.hero-register-row .retro-register-btn{background:#fff;color:#e60012;border:3px solid #E60012;padding:1.2rem 3.5rem;font-family:VT323,"Press Start 2P",monospace;font-size:2.2rem;letter-spacing:.04em;border-radius:.25rem;box-shadow:none;text-transform:uppercase;font-weight:700;text-decoration:none;display:inline-block;cursor:pointer;transition:background .2s,color .2s}.hero-register-row .retro-register-btn:hover{background:#e60012;color:#fff;text-decoration:none}.hero-register-row .retro-register-btn-image{display:inline-block;text-decoration:none;transition:transform .2s,opacity .2s}.hero-register-row .retro-register-btn-image:hover{transform:scale(1.05);opacity:.9}.hero-register-row .register-btn-img{height:80px;width:auto;display:block;object-fit:contain;vertical-align:middle}.retro-register-btn-image-small{display:inline-block;text-decoration:none;transition:transform .2s,opacity .2s}.retro-register-btn-image-small:hover{transform:scale(1.05);opacity:.9}.register-btn-img-small{height:auto;max-width:360px;display:block;width:360px}.retro-register-btn-image-large{display:inline-block;text-decoration:none;transition:transform .2s,opacity .2s}.retro-register-btn-image-large:hover{transform:scale(1.02);opacity:.9}.register-btn-img-large{height:auto;max-width:723px;display:block}.spaceship{position:absolute;z-index:2;width:80px;height:56px}.spaceship-1{top:244.22px;left:22.38px;width:209px;height:117px}.spaceship-2{top:100px;left:141px;width:209px;height:117px}.spaceship-3{top:100px;right:79px;width:209px;height:117px}.spaceship-4{top:281px;right:30px;width:209px;height:117px}.hackathon-page-wrapper .reward-tape-section{margin:0rem 0px -15px;position:relative;height:400px;overflow:hidden;z-index:3;width:100vw;margin-left:calc(-50vw + 50%)}.full-width-ribbons .ribbon-container{position:absolute;width:100vw;height:40px;background:#fff;border:none;display:flex;align-items:center;overflow:hidden;left:0;right:0}.full-width-ribbons .ribbon-1{top:220px;transform:rotate(-6.5deg);z-index:4}.full-width-ribbons .ribbon-2{top:170px;transform:rotate(6deg);z-index:3}@media (min-width: 1920px){.hackathon-page-wrapper .reward-tape-section{height:450px}}@media (min-width: 2560px){.hackathon-page-wrapper .reward-tape-section{height:450px}}@media (max-width: 1210px){.nav-links-center{display:none!important}.retro-hamburger-menu{display:flex!important;position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:10001}.retro-nav{justify-content:center!important;position:relative}.ao-logo{display:block;margin:0 auto!important;position:relative;left:0;right:0;width:40px}.hero-alien-left,.hero-alien-right,.hackathon-page-wrapper .alien-1,.hackathon-page-wrapper .alien-2,.hackathon-page-wrapper .alien-3,.finish-right,.timeline-runner{display:none!important}}@media (min-width: 1211px){.retro-mobile-menu,.retro-mobile-menu-overlay,.retro-hamburger-menu{display:none!important}}@media (max-width: 700px){.retro-nav{flex-direction:column;align-items:center}.ao-logo{margin:0 0 8px}}.retro-hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;margin-left:auto;margin-right:16px;z-index:10001}.retro-hamburger-bar{width:28px;height:3px;background:#fff;margin:3px 0;border-radius:2px;transition:background .3s}.retro-mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:19999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.retro-mobile-menu-overlay.active{opacity:1;visibility:visible}.retro-mobile-menu{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#e60012;border-left:4px solid #000;z-index:20000;display:flex;flex-direction:column;align-items:flex-start;padding:32px 24px 24px;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 12px #0000004d}.retro-mobile-menu.open{right:0}.retro-close-mobile-menu{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;font-family:VT323,monospace;font-weight:700}.retro-mobile-navbar-links{list-style:none;padding:0;margin:40px 0 0;width:100%}.retro-mobile-navbar-links li{margin-bottom:24px;width:100%}.retro-navbar-link{font-size:1.5rem;color:#fff;text-decoration:none;font-weight:700;display:block;width:100%;padding:8px 0;font-family:VT323,monospace;text-transform:uppercase;transition:color .2s}.retro-navbar-link:hover{color:gold}@media (max-width: 900px){.hackathon-page-wrapper .nav-links-center{display:none}.retro-hamburger-menu{display:flex;margin-left:auto}}@media (max-width: 1200px){.hero-title-outline{max-width:948px;margin:80px auto 1.5rem;padding:2.5rem 1rem 2rem}}@media (max-width: 1104px){.hero-title-outline{max-width:98vw;margin:40px auto 1.5rem;padding:1.5rem .5rem}}@media (max-width: 769px){.hero-alien-left{left:0;top:10px;width:40px;height:40px}.hero-alien-right{right:0;top:10px;width:40px;height:40px}.hero-title-outline{padding-top:2.5rem}}@media (max-width: 760px){.hero-register-row{flex-direction:column;gap:1rem;align-items:center}.hero-register-row .register-btn-img{height:80px;width:auto}}@media (max-width: 900px){.retro-prizes-grid{flex-direction:column;align-items:center;gap:2rem}.prize-card-container{min-width:180px;max-width:90vw;margin-bottom:2rem}.retro-prize-card{font-size:1.2rem;padding:1rem}.prize-trophy{width:80px;height:auto}.retro-section-title{font-size:2rem!important;margin:2rem 0}.timeline-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1rem;justify-items:center;margin:0 auto;width:100%}.timeline-row,.timeline-row.timeline-top,.timeline-row.timeline-bottom{display:contents}.retro-timeline-item{width:90%;margin:0 auto 2rem;float:none;text-align:center}.timeline-full-line,.timeline-line-top,.timeline-line-bottom,.timeline-runner,.timeline-finish{display:none!important}.retro-section-title{text-align:center;margin-bottom:2rem}}.hackathon-page-wrapper .ribbon-alien{position:absolute;width:60px;height:auto;z-index:50}.hackathon-page-wrapper .alien-1,.hackathon-page-wrapper .alien-2,.hackathon-page-wrapper .alien-3{z-index:2!important;position:absolute}.ribbon-container{z-index:10!important;position:absolute}.hackathon-page-wrapper .alien-1{left:23%;top:200px;transform:rotate(2deg);height:106.88px;width:190.02px}.hackathon-page-wrapper .alien-2{left:33%;top:74px;height:106.88px;transform:rotate(-4deg) scaleX(-1);width:190.02px}.hackathon-page-wrapper .alien-3{left:74%;top:88px;height:106.88px;transform:rotate(8deg) scaleX(1);width:190.02px}.retro-participation-section{position:relative}.participation-ufo{position:absolute;width:209.02px;height:117.89px;z-index:2;pointer-events:none;opacity:.95}.participation-ufo-1{top:40px;right:80px}.participation-ufo-2{top:250px;right:35px}.participation-ufo-3{bottom:330px;right:120px}.participation-ufo-4{bottom:0;right:0}.retro-mobile-menu,.retro-mobile-navbar-links,.retro-mobile-navbar-links li,.retro-navbar-link,.retro-close-mobile-menu{font-family:VT323,monospace!important}.ribbon-runner{position:absolute;bottom:0;width:48px;height:auto;z-index:10}.runner-1{left:10%}.runner-2{left:50%;transform:translate(-50%)}.runner-3{right:10%;left:auto;top:600px}.hackathon-page-wrapper .retro-prize-card.apus{background:#fff;border:2px solid #4a5568;color:#000}.hackathon-page-wrapper .apus-bonus{text-align:center;margin:1rem 0;flex:1;display:flex;flex-direction:column;justify-content:center}.hackathon-page-wrapper .apus-bonus .bonus-amount{font-family:VT323,monospace;font-size:48px;line-height:46px;color:#d50100;margin:1rem 0 .5rem;font-weight:400}.hackathon-page-wrapper .apus-bonus .bonus-desc{font-family:VT323,monospace;font-size:22px;line-height:24px;color:#000;margin:.5rem 0;font-weight:400}.hackathon-page-wrapper .retro-prize-card.randao{background:#fff;border:2px solid #4a5568;color:#000}.hackathon-page-wrapper .randao-bonus{text-align:center;margin:1rem 0;flex:1;display:flex;flex-direction:column;justify-content:center}.hackathon-page-wrapper .randao-bonus .bonus-amount{font-family:VT323,monospace;font-size:48px;line-height:46px;color:#d50100;margin:1rem 0 .5rem;font-weight:400}.hackathon-page-wrapper .randao-bonus .bonus-desc{font-family:VT323,monospace;font-size:22px;line-height:24px;color:#000;margin:.5rem 0;font-weight:400}@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto}#root{display:flex;flex-direction:column;min-height:100vh}.mainnet-title{font-family:"Press Start 2P",monospace;letter-spacing:2px;font-size:2rem;color:#000;text-transform:uppercase;font-weight:700}.heading-container{width:100%;margin-top:50px;background-color:transparent}.heading-container h1{font-size:5rem;margin:0}h2{display:block!important;opacity:1!important;visibility:visible!important}.nav-button{text-decoration:none;color:#000;font-weight:700;padding:4px 15px;border-radius:5px;transition:all .3s ease-in-out}.nav-button:hover{background:#000;color:#fff}.dark-mode .wallet-connect-btn{background:#fff!important;color:#111!important;border:1.5px solid #444!important;font-weight:700!important;opacity:1!important;box-shadow:0 2px 8px #0000001a}.dark-mode .wallet-connect-btn:hover{background:#f3f3f3!important}.force-black-text{color:#111!important}.force-white-text{color:#fff!important}.berlin-tile-img{width:100%;height:70%;object-fit:cover;border-radius:12px;flex-shrink:0;box-sizing:border-box}.berlin-main-img{max-width:120px;max-height:120px;width:100%;height:auto;object-fit:contain;display:block;margin-left:auto;margin-right:auto}.berlin-tiles-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:15px;margin-top:32px;margin-bottom:0;overflow-x:auto;padding-bottom:24px;box-sizing:border-box;padding-left:24px;padding-right:24px}.berlin-tiles-row>.berlin-tile-card:first-child{margin-left:0}.berlin-tiles-row>.berlin-tile-card:last-child{margin-right:0}.berlin-tile-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;border:1.5px solid #e5e7eb;min-width:270px;max-width:270px;min-height:300px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 16px;transition:box-shadow .2s;height:320px;justify-content:flex-start;box-sizing:border-box}.berlin-tile-card:hover{box-shadow:0 4px 16px #0000002e;border-color:#a5b4fc}.berlin-tile-label{font-size:1.25rem;font-weight:700;margin-top:8px;color:#222;text-align:center}.berlin-tile-question{font-size:.85rem;color:#666;margin-top:2px;text-align:center}@media (max-width: 900px){.berlin-tiles-row{gap:16px;padding-bottom:16px;padding-left:16px;padding-right:16px}.berlin-tiles-row>.berlin-tile-card:first-child{margin-left:0}.berlin-tiles-row>.berlin-tile-card:last-child{margin-right:0}.berlin-tile-card{min-width:220px;max-width:220px;min-height:220px;height:220px;padding:0 0 12px}.berlin-tile-img{height:60%;min-height:100px}}@media (max-width: 600px){.berlin-tiles-row{gap:12px;padding-bottom:12px;margin-top:18px;padding-left:8px;padding-right:8px}.berlin-tiles-row>.berlin-tile-card:first-child{margin-left:0}.berlin-tiles-row>.berlin-tile-card:last-child{margin-right:0}.berlin-tile-card{min-width:90%;max-width:340px;min-height:180px;height:180px;padding:0 0 10px;margin-left:auto;margin-right:auto}.berlin-tile-img{height:80%;min-height:80px}}.berlin-banner-img{width:100%;max-width:100%;height:clamp(180px,36vw,360px);min-height:180px;max-height:290px;object-fit:cover;border-radius:0;box-shadow:0 2px 8px #0000001a;display:block;margin:0;padding:0;transition:height .3s,max-height .3s}.dark-mode .berlin-tile-card{background:#18181b;border-color:#333}.dark-mode .berlin-tile-label{color:#fff}.dark-mode .berlin-tile-question{color:#bbb}@font-face{font-family:Bebas Neue;src:url(../fonts/BebasNeue-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(../fonts/SpaceGrotesk-VariableFont_wght.ttf) format("truetype");font-weight:400 700;font-style:normal;font-display:swap}.font-bebas{font-family:Bebas Neue,Arial,sans-serif!important;letter-spacing:.04em;text-transform:uppercase}.font-grotesk{font-family:Space Grotesk,Arial,sans-serif!important}.berlin-campaign-page h1{margin-bottom:.25rem!important;margin-top:.5rem!important}.berlin-campaign-page .font-bebas{margin-bottom:.5rem!important}.berlin-campaign-page .berlin-tiles-row{margin-top:0!important;margin-bottom:.2rem!important}.berlin-campaign-page .text-center.text-base.font-grotesk.font-bold.mt-8.mb-2{margin-top:13.7rem!important}@media (max-width: 1170px){.berlin-banner-img{height:clamp(120px,28vw,240px);max-height:240px}}.grid-item{position:relative;transition:all .3s ease}.grid-item:hover{transform:translateY(-2px)}.glowing-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:2px solid #fff!important;box-shadow:0 0 24px 4px #fff8,0 0 0 2px #fff;pointer-events:none;z-index:2}.grid-item .content{position:relative;z-index:1;height:100%;border-radius:inherit;background:var(--background);padding:1.5rem}.grid-item .icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:var(--muted);color:var(--muted-foreground)}.grid-item .title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-top:1rem}.grid-item .description{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.dark-mode .grid-item .glowing-border{background:linear-gradient(45deg,#ffffff0d,#ffffff1a)}.glow{background:repeating-conic-gradient(from 0deg,#ff0,#ff0 10deg,#000 10deg,#000 20deg)!important;opacity:.5!important}.glow-title{color:var(--foreground, #222)!important;font-weight:600;font-size:1.25rem;margin-top:1rem;letter-spacing:-.04em}.glow-description{color:var(--muted-foreground, #666)!important;font-size:.95rem;margin-top:.5rem}.dark-mode .glow-title{color:#fff!important}.dark-mode .glow-description{color:#bbb!important}.glow-demo-isolated{all:revert;box-sizing:border-box;font-family:inherit;width:100%;max-width:80%;margin-left:auto;margin-right:auto;padding:2rem 0}.glow-demo-isolated ul{display:grid!important;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 640px){.glow-demo-isolated ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.glow-demo-isolated ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1536px){.glow-demo-isolated ul{grid-template-columns:repeat(3,minmax(0,1fr))}}*{font-family:sans-serif;margin:0;padding:0;box-sizing:border-box}#root{width:100%;max-width:none;margin:0 auto;padding:0;text-align:center;position:relative}.corner-image{position:fixed;width:143px;height:134px;z-index:1;pointer-events:none}.corner-image2{position:fixed;width:184px;height:224px;z-index:2;pointer-events:none}.heading-container{margin-top:30px;padding:0 1rem}.mainnet-title{font-size:2rem;color:#000;text-transform:uppercase;font-weight:700;text-shadow:5px 5px 3px #737373a8;text-align:center;transition:color .3s ease,text-shadow .3s ease,background-color .3s ease}.dark-mode .mainnet-title{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);background-color:transparent}button{transition:box-shadow .3s ease-in-out}button:hover{box-shadow:0 0 10px 2px #737373a8}@media (max-width: 768px){.corner-image{width:100px;height:94px;transform:scale(.8);transform-origin:top left}.corner-image2{width:129px;height:157px;transform:scale(.8);transform-origin:top right}}@media (max-width: 480px){.corner-image{width:72px;height:67px;transform:scale(.7)}.corner-image2{width:92px;height:112px;transform:scale(.7)}}.prompt-input-bubble{background:#fff!important;border-radius:1.5rem!important;box-shadow:0 4px 32px #0000001a,0 1.5px 4px #00000017!important;border:1.5px solid #e5e7eb!important;padding:1.5rem!important;max-width:420px;margin:2rem auto}
