body{margin:100;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navigation{background-color:#fffefe;height:7vh;display:flex;align-items:center;justify-content:space-between;padding:0 3vh;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:2px solid #000}.left-container{display:flex;align-items:center}.header-image{margin-left:2vw;width:10vh;height:auto}.right-container{display:flex;align-items:center;justify-content:flex-end}@media (max-width: 800px){.right-container{display:none}}@media (max-height: 800px){.right-container{display:none}}.login-container{display:flex;align-items:center;justify-content:space-between;gap:1vw}@media (max-width: 768px){.login-container{display:none}}.network-selector{flex:1}.network-select{padding:10px 30px;font-size:16px;cursor:pointer;border:2px solid #000;border-radius:5px;background-color:#fffefe;color:#000;transition:background-color .3s,transform .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/assets/arrow-DApLvyc2.png);background-repeat:no-repeat;background-position:right 10px center;background-size:20px;max-height:5vh;width:250px}.network-select:hover{background-color:#000;color:#fff;transform:scale(1.05)}.wallet-info-container{flex:1;width:150px}.wallet-info,.wallet-display{display:flex;align-items:center}.dropdown-menu{position:absolute;top:calc(100% + .5vh);right:1vw;background-color:#fff;border:2px solid #000;border-radius:5px;z-index:1000;padding:10px 30px;text-align:right}.nav-button{flex:1;align-items:center;justify-content:flex-end;padding:10px 20px;height:45px;font-size:16px;cursor:pointer;border:2px solid #000;border-radius:5px;background-color:#fffefe;color:#000;transition:background-color .3s,transform .3s}.nav-button:hover{background-color:#000;color:#fff;transform:scale(1.05)}.nav-button.disabled-button{background-color:#d3d3d3;color:#000;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.nav-button{font-size:13px;height:6vh}}.footer{background-color:#fffefe;text-align:center;position:fixed;bottom:0;left:0;right:0;height:7vh;display:flex;align-items:center;justify-content:center;z-index:1000;border-top:2px solid #000}.footer-image{width:30px;height:auto;margin:0 30px}@media (max-width: 768px){.footer{position:relative}}.main{text-align:center;align-items:center;display:flex;position:relative;flex-direction:column;justify-content:center;min-height:100vh}.generate{background-color:#ffcccb;position:relative}.banner{background-color:#000;color:#ffcccb;display:flex;text-align:center;justify-content:center;align-items:center;padding:10px;font-size:20px;font-weight:700;position:fixed;top:7vh;left:0;width:100%;z-index:950}@media (max-width: 768px){.banner{top:6vh;font-size:13px;position:relative}}@media (max-width: 768px){.banner-text{text-align:center;width:100%}}@media (max-height: 400px){.banner{display:none}}.ticker-container{position:fixed;top:8vh;left:0;width:100%;height:25px;overflow:hidden;background:#fff;padding:10px 0;z-index:900;animation:borderGlow .5s infinite alternate}.ticker{display:flex;flex-direction:row;min-width:100%;white-space:nowrap;animation:scrollText 150s linear infinite;will-change:transform}.ticker-item{margin-right:50px;font-size:20px;white-space:nowrap}.ticker-link{text-decoration:none;color:inherit}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-1000%)}}@media (max-width: 768px){.ticker-container{top:8vh}.ticker{animation:scrollText 30s linear infinite}.ticker-item{font-size:15px}}@media (max-height: 400px){.ticker{display:none}}.mobile-message{display:none}@media screen and (max-width: 768px){.mobile-message{background-color:#ffcccb;color:#000;border:2px solid #fff;display:flex;text-align:center;justify-content:center;align-items:center;padding:10px;font-size:13px;font-weight:700;position:relative;top:7vh;left:0;width:100%;z-index:900}}.popupbanner{background-color:red;color:#fff;text-align:center;padding:20px;font-size:40px;font-weight:700;position:fixed;top:50%;left:0;width:100%;z-index:1000;box-shadow:0 0 15px #00000080}@media (max-width: 768px){.popupbanner{left:-20px}}.section{height:100vh;width:98vw;position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media (max-width: 768px){.section{width:95vw}}@media (max-height: 400px){.section{display:none}}@media (max-width: 768px){.loading{display:none}}.video-fullscreen{width:100%;height:100%;object-fit:cover;position:relative;max-height:100vh;max-width:100vw}@media (max-width: 768px){.video-fullscreen{display:none}}.video-mobilescreen{display:none}@media screen and (max-width: 768px){.video-mobilescreen{display:block;width:100%;height:100%;object-fit:cover;position:relative;max-height:100vh;max-width:100vw}}.mobile-loading{display:none}@media screen and (max-width: 768px){.mobile-loading{display:block}}.floating-button{position:absolute;bottom:18vh;left:50%;width:30vw;transform:translate(-50%);background-color:#000;color:#fff;padding:15px 30px;font-size:20px;border:2px solid #fff;border-radius:15px;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:500;transition:background-color .3s ease}.floating-button:hover{background-color:#fff;color:#000}@media (max-width: 1000px){.floating-button{width:70vw;bottom:19vh;font-size:16px}}.bloating-button{position:absolute;bottom:10vh;left:50%;width:30vw;transform:translate(-50%);background-color:#fff;color:#000;padding:15px 30px;font-size:20px;border:4px solid black;border-radius:15px;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:500;transition:background-color .3s ease}.bloating-button:hover{background-color:#fff;color:#000}@media (max-width: 1000px){.bloating-button{width:70vw;bottom:9vh;font-size:16px;border:3px solid black}}.section2{min-height:100vh;align-items:center;display:flex;flex-direction:column;margin-bottom:5vh}@media (max-height: 400px){.section2{display:none}}.kol{margin-top:10vh;align-items:center;display:flex;flex-direction:column}@media (max-width: 768px){.kol{margin-top:5vh;align-items:center}}.tabs{display:flex;justify-content:space-between;margin-top:15vh;margin-bottom:5vh;border-radius:10px;width:40vw;height:8vh;font-size:20px;overflow:hidden;background-color:#fff;border:2px solid black}@media (max-width: 1000px){.tabs{width:60vw;font-size:16px}}.tab{flex:1;padding:15px;display:flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;color:#000;position:relative;transition:color .3s ease,background-color .3s ease;font-weight:400;z-index:1}.tab.active{font-weight:700;color:#fff;background-color:#fff;position:relative;z-index:1}.tab:hover{background-color:#f8c8d6;color:#fff;font-weight:700;z-index:1}.tab.active:before{content:"";position:absolute;width:95%;height:90%;background-color:#ffb6c1;border-radius:5px;z-index:-1;pointer-events:none}.tab:hover:before{content:"";position:absolute;top:10%;left:10%;width:90%;height:80%;background-color:#f8c8d6;border-radius:5px;z-index:-1;pointer-events:none}.data-container{display:flex;flex-direction:column;align-items:center;margin-top:5vh;width:60vw}.data-box{border-radius:10px;border:2px solid #000;background-color:#fff;color:#000;width:600px;height:600px;display:flex;text-align:center;justify-content:center;position:relative;align-items:center;margin-bottom:5vh}@media (max-width: 768px){.data-box{width:75vw;height:600px;margin-bottom:8vh}}.data-section{display:flex;flex-direction:column;align-items:left;justify-content:center;width:80%;text-align:left}@media (max-width: 768px){.data-section{width:65vw}}.styled-input{border-radius:5px;padding:10px;border:2px solid #000;background-color:#fff;font-size:16px;text-align:left;line-height:2;margin-top:1vh;margin-bottom:1vh;width:450px}@media (max-width: 768px){.styled-input{width:55vw}}.dropdown{width:600px;text-align:center;height:50px;border:2px solid black;border-radius:10px;font-size:16px}@media (max-width: 768px){.dropdown{width:75vw}}.user-container{display:flex;flex-direction:column;align-items:center;margin-top:5vh;width:60vw;margin-bottom:5vh}.user-box{border-radius:10px;border:2px solid #000;background-color:#fff;color:#000;width:600px;height:600px;display:flex;text-align:center;justify-content:center;position:relative;align-items:center}@media (max-width: 768px){.user-box{width:75vw;height:600px}}.user-section{display:flex;flex-direction:column;align-items:left;justify-content:center;width:80%;text-align:left}@media (max-width: 768px){.user-section{width:65vw}}.projectInfo{width:600px;margin-bottom:50px}@media (max-width: 768px){.projectInfo{width:70vw}}.kol-container{display:flex;flex-direction:column;align-items:center;width:60vw}@media (max-width: 768px){.kol-box{margin-top:.5vh}}.kol-box{border-radius:10px;background-color:#fff;color:#000;width:600px;height:600px;display:flex;text-align:center;justify-content:center;position:relative;align-items:center;animation:borderGlow .5s infinite alternate}@media (max-width: 768px){.kol-box{width:75vw;height:600px}}@keyframes borderGlow{0%{box-shadow:0 0 5px #ffffff80,0 0 15px #ffffff80,0 0 20px #ffffff80}to{box-shadow:0 0 15px #fff,0 0 30px #fff,0 0 40px #fff}}.kol-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;text-align:center}@media (max-width: 768px){.kol-section{width:65vw}}.unleash-button{width:400px;background-color:#000;color:#fff;padding:15px 30px;font-size:20px;border:4px solid #ffcccb;border-radius:15px;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:500;transition:background-color .3s ease}.unleash-button:hover{background-color:#ffcccb;color:#000;font-weight:700}@media (max-width: 1000px){.unleash-button{width:70vw;font-size:16px}}.sug-link{color:#000;text-decoration:underline}.sug-link:hover{color:#fff}.sug-link:visited{color:#000}.bug-link{color:#000;text-decoration:underline}.bug-link:hover{color:pink}.bug-link:visited{color:#000}.half-height-gif{height:15vh}.bottom-text{position:absolute;bottom:5px;width:100%;text-align:center}.console-wrapper{display:flex;flex-direction:column;position:relative;bottom:10px}.console{position:relative;width:100%;height:100%;overflow:auto}@media (max-width: 768px){.console{width:60vw}}.console-textarea{display:flex;width:400px;height:250px;background-color:#1e1e1e;color:#ffcccb;font-family:Gloria Hallelujah,sans-serif;font-size:16px;border-radius:5px;border:10px double #ffcccb;padding:120px 10px 10px;box-shadow:0 0 15px #00000080;overflow-y:auto;overflow-x:auto;position:relative;resize:none}@media (max-width: 768px){.console-textarea{width:100%;max-width:100%;height:400px;padding:100px 10px 10px;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}}.console-header{position:absolute;top:20px;left:20px;width:80%;height:100px;background-color:#fff;display:flex;align-items:center;z-index:3;border-radius:3px;box-shadow:0 2px 5px #0003}@media (max-width: 768px){.console-header{height:80px}}.console-header img{width:100%}.console-header span{font-weight:700;color:#000;font-size:20px}.console-textarea::-webkit-scrollbar{width:12px}.console-textarea::-webkit-scrollbar-track{background:#333;border-radius:10px}.console-textarea::-webkit-scrollbar-thumb{background-color:#ffcccb;border-radius:10px;border:2px solid #1e1e1e}.console-textarea::-webkit-scrollbar-thumb:hover{background-color:#ffcccb}.console-textarea::-webkit-scrollbar-corner{background-color:#333}.program{margin-top:.5vh}.mini-button{width:30vw;background-color:#000;color:#fff;padding:15px 30px;font-size:20px;border:2px solid white;border-radius:15px;cursor:pointer;z-index:500;transition:background-color .3s ease;margin-bottom:5vh}.mini-button:hover{background-color:#fff;color:#000}@media (max-width: 1000px){.mini-button{width:70vw;font-size:16px}}.bug-button{width:30vw;background-color:#fff;color:#000;padding:15px 30px;font-size:20px;border:2px solid #000;border-radius:15px;cursor:pointer;z-index:500;transition:background-color .3s ease;margin-top:5vh;margin-bottom:5vh}.bug-button:hover{background-color:#000;color:#fff}@media (max-width: 1000px){.bug-button{width:70vw;font-size:16px;margin-bottom:10vh}}.sug-button{width:30vw;background-color:#fff;color:#000;padding:15px 30px;font-size:20px;border:2px solid #000;border-radius:15px;cursor:pointer;z-index:500;transition:background-color .3s ease}.sug-button:hover{background-color:#000;color:#fff}@media (max-width: 1000px){.sug-button{width:70vw;font-size:16px}}.section3{height:100vh;width:98vw;position:relative;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden}@media (max-width: 768px){.section3{width:95vw;margin-bottom:0vh}}@media (max-height: 400px){.section3{display:none}}.image-fullscreen{width:100%;height:100%;object-fit:cover;position:relative;max-height:100vh;max-width:100vw}.teambanner{background-color:#fff;color:#ffcccb;text-align:center;padding:20px;font-size:40px;font-weight:700;position:fixed;top:50%;left:-20px;width:100%;z-index:1000;box-shadow:0 0 15px #ffcccb;border:2px solid #ffcccb}.beambanner{background-color:#000;color:#fff;text-align:center;padding:20px;font-size:20px;font-weight:700;position:fixed;top:calc(50% + 100px);left:-20px;width:100%;z-index:1000}@media (max-width: 768px){.teambanner{left:-20px}}@media (max-width: 768px){.beambanner{font-size:12px;left:-20px}}.section4{min-height:90vh;width:98vw;position:relative;display:flex;flex-direction:column;justify-content:center;text-align:center;margin-bottom:15vh;margin-top:50px}@media (max-width: 768px){.section4{margin-bottom:5vh}}.description{text-align:left;margin:25px auto 0;width:650px;padding:50px;background-color:#fff;border-radius:10px;animation:borderGlow .5s infinite alternate}@media (max-width: 768px){.description{width:70vw;padding:20px;margin-top:10px}}.affiliates{display:grid;gap:40px;max-width:70vw;margin:0 auto;place-content:center}@media (min-width: 768px){.affiliates{grid-template-columns:repeat(2,1fr);margin-top:0;margin-bottom:0}.box{height:250px;width:250px}.logo{width:175px;height:175px;object-fit:contain}.text{margin-top:10px}}@media (max-width: 767px){.section4{margin-top:75px}.affiliates{grid-template-columns:1fr;margin-bottom:20px;gap:25px}.box{height:200px;width:200px}.logo{width:125px;height:125px;object-fit:contain}.text{margin-top:5px}}.box{display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;background-color:#fff;border:2px solid #fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease-in-out}.box:hover{border-color:#000;box-shadow:0 6px 12px #000}.logo{object-fit:contain;margin-bottom:.5rem}.text{font-size:16px;color:#333}.dashed-table{width:100%;border-collapse:collapse;margin-top:3vh;margin-bottom:5vh}.dashed-table th,.dashed-table td{border:2px dashed #000;padding:10px;text-align:left}.dashed-table th{text-align:center;font-weight:700;background-color:#f0f0f0;width:200px;height:50px}.dashed-table td{text-align:center;background-color:#fff;width:200px;height:100px;overflow:hide}@media (max-width: 768px){.dashed-table{width:100%}}.dashed-table a{color:#007bff;text-decoration:none}.dashed-table a:hover{text-decoration:underline}.leaderboard{padding:10vh;width:80%;max-width:1000px}.leaderboard-header{background-color:#000;color:#fff;padding:10px 0;width:100%;text-align:center}.feature-wrapper{--primary: #ffcccb;--primary-light: rgba(110, 69, 226, .1);--primary-dark: #ffcccb;--secondary: #d10081;--text: #1A1A1A;--text-light: #666666;--bg: #FFFFFF;--bg-light: #F9F9FF;--border: rgba(0, 0, 0, .08);--radius: 16px;--shadow: 0 12px 40px rgba(0, 0, 0, .08);--transition: all .4s ease-out;margin-top:50px;margin-bottom:100px}.container{max-width:1200px;margin:0 auto;padding:80px 40px;background-color:var(--bg);border-radius:10px;animation:borderGlow .5s infinite alternate}.feature-section{display:flex;flex-wrap:wrap;gap:60px;align-items:stretch}.feature-section .content-side{flex:1.1;display:flex;flex-direction:column;gap:40px;position:relative;z-index:2;text-align:left}.feature-section .image-side{flex:1.1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;position:relative;z-index:2;text-align:center}.feature-section .header{display:flex;flex-direction:column;gap:8px}.feature-section .badge{background:var(--text);color:var(--primary);padding:8px 16px;border-radius:100px;font-size:14px;font-weight:600;width:fit-content;display:flex;align-items:center;gap:8px}.feature-section .header h1{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;line-height:1.2;background:linear-gradient(90deg,var(--secondary),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent;max-width:600px;margin-bottom:10px}.feature-section .header p{font-size:18px;color:var(--text-light);max-width:500px}.feature-section .features{display:flex;flex-direction:column;gap:30px}.feature-section .feature-card{background:var(--bg);border-radius:var(--radius);padding:28px;transition:var(--transition);border:1px solid var(--border);position:relative;overflow:hidden}.feature-section .feature-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--primary),var(--secondary));transition:width .3s ease-in-out}.feature-section .feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.feature-section .feature-card:hover:before{width:8px}.feature-section .feature-title{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--text);display:flex;align-items:center;gap:10px}.feature-section .feature-icon{width:36px;height:36px;background:var(--primary-light);border-radius:8px;display:flex;align-items:center;justify-content:center}.feature-icon-img{width:36px;height:36px;background:#6e45e21a;border-radius:8px;display:flex;align-items:center;justify-content:center}.feature-icon-img img{width:22px;height:22px}.feature-section .feature-desc{font-size:16px;color:var(--text-light);padding-left:46px}.feature-section .cta-button{background:linear-gradient(90deg,var(--primary),var(--primary-dark));color:#fff;border:none;padding:16px 32px;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;transition:var(--transition);align-self:flex-start;display:flex;align-items:center;gap:10px;box-shadow:0 8px 24px #6e45e24d}.feature-section .cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #6e45e266}@keyframes float{0%{transform:translate(0) rotate(0)}50%{transform:translate(20px,20px) rotate(180deg)}to{transform:translate(0) rotate(360deg)}}@media (max-width: 1200px){.feature-section .header h1{font-size:42px}}@media (max-width: 992px){.feature-wrapper{margin-top:5px}.container{margin-top:25px}.feature-section{gap:20px}.feature-section .image-side{width:100%;max-width:100%;padding:0 20px;box-sizing:border-box}.feature-section .image-side img{max-width:100%;height:auto}.feature-section .header h1,.header p{max-width:100%}}@media (max-width: 768px){.container{padding:60px 20px;width:80vw}.feature-section .header h1{font-size:36px}.feature-section .feature-card{padding:24px}}@media (max-width: 576px){.container{padding:50px 16px;width:80vw}.feature-section .header h1{font-size:32px}.feature-section .badge{font-size:12px}.feature-section .header p{font-size:16px}.feature-section .feature-title{font-size:18px}.feature-section .feature-desc{font-size:15px;padding-left:0;margin-top:10px}.feature-section .feature-icon{width:32px;height:32px}.feature-section .image-placeholder{height:350px;font-size:18px}}.full-doc{margin-top:5vh}.glaze-button{flex:1;padding:.5rem;font-size:1rem;font-weight:700;border:1px solid black;border-radius:0;background-color:#fff;text-align:center;transition:all .2s ease;cursor:pointer}.glaze-button:hover{background-color:#e5e7eb}.glaze-button.active{background-color:#000;color:#fff;font-size:1.25rem}@media (max-width: 768px){.glaze-button{font-size:.75rem}.glaze-button.active{font-size:1rem}}
