@import url("https://fonts.googleapis.com/css2?family=Revalia&family=Roboto:wght@400;500;700&display=swap");:root{--background-rgb:255,255,255;--foreground-rgb:23,23,23;--background:#ffffff;--foreground:#171717;--primary-color:#0070f3}@media (prefers-color-scheme:dark){:root{--background-rgb:10,10,10;--foreground-rgb:237,237,237;--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.grid-container{text-align:center;margin:20px;position:relative}.grid-container canvas,.grid-container img{width:1000px!important;height:1000px!important;border:1px solid #333}.grid-container canvas{z-index:10}.grid-container img{z-index:5}.success-notification{background:rgba(0,128,0,.8)}.error-notification,.success-notification{position:absolute;top:10px;left:50%;transform:translateX(-50%);color:white;padding:10px 20px;border-radius:5px;z-index:1000}.error-notification{background:rgba(255,0,0,.8)}.popover{position:fixed;z-index:1000;box-shadow:2px 2px 5px rgba(0,0,0,.3);background:white;border:1px solid #ddd;overflow:hidden;display:none}.popover,.popover img{border-radius:8px;max-width:300px;max-height:300px}.popover img{object-fit:contain;border:1px solid #ddd}.header{background-color:rgba(var(--background-rgb),.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(var(--foreground-rgb),.1);padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1100}.header-content-wrapper{justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;height:70px}.header-center,.header-content-wrapper,.header-logo a{display:flex;align-items:center}.header-center{position:absolute;left:50%;transform:translateX(-50%);flex-direction:column;gap:4px}.header-message{color:rgba(var(--foreground-rgb),.6);font-size:.8em;font-weight:500;font-family:Revalia,sans-serif}.header-nav{display:flex;gap:8px;align-items:center}.header-nav a,.nav-button{text-decoration:none;color:var(--foreground);font-weight:500;background:none;border:none;cursor:pointer;font-size:.95em;font-family:Roboto,sans-serif;padding:8px 16px;border-radius:8px;transition:background-color .2s ease,color .2s ease}.header-nav a:hover,.nav-button:hover{background-color:rgba(var(--foreground-rgb),.05)}.header-wallet{margin-left:auto}.referral-marquee{background-color:var(--primary-color);color:white;padding:10px 0;overflow:hidden;white-space:nowrap;width:100%;box-shadow:inset 0 4px 8px rgba(0,0,0,.1)}.marquee-content{display:inline-block;animation:marquee 40s linear infinite;padding-left:100%}.marquee-content span{font-size:.9em;font-weight:500;margin-right:80px;text-transform:uppercase;letter-spacing:1px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;z-index:1201;margin-left:auto}.hamburger-icon{width:24px;height:18px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out}.hamburger-icon span{display:block;position:absolute;height:2.5px;width:100%;background:var(--foreground);border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger-icon span:first-child{top:0}.hamburger-icon span:nth-child(2){top:8px}.hamburger-icon span:nth-child(3){top:16px}.hamburger-icon.open span:first-child{top:8px;transform:rotate(135deg)}.hamburger-icon.open span:nth-child(2){opacity:0;left:-60px}.hamburger-icon.open span:nth-child(3){top:8px;transform:rotate(-135deg)}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1200;display:flex;justify-content:center;align-items:center;padding:20px}.mobile-nav{justify-content:space-between;height:70%;text-align:center}.mobile-nav,.mobile-nav-top{display:flex;flex-direction:column;align-items:center}.mobile-nav-top{gap:30px}.mobile-nav-bottom{display:flex;flex-direction:column;align-items:center;gap:25px}.mobile-nav .nav-button,.mobile-nav a{color:white;font-size:1.8em;font-weight:700}.mobile-socials{display:flex;gap:30px}.mobile-socials .social-icon{color:rgba(255,255,255,.8);transition:color .2s ease,transform .2s ease}.mobile-socials .social-icon:hover{color:white;transform:scale(1.1)}.mobile-socials .social-icon svg{width:30px;height:30px}.faq-modal-content{background:var(--background);padding:20px 40px 40px;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.12);width:90%;max-width:680px;max-height:80vh;overflow-y:auto;position:relative;text-align:left}.faq-modal-content h2{text-align:center;margin-bottom:30px}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{border-bottom:1px solid #ddd;padding-bottom:15px}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:margin .2s ease}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.5em;transition:transform .3s ease}details[open]>.faq-question{margin-bottom:10px}details[open]>.faq-question:after{transform:rotate(45deg)}.faq-answer{color:#555;line-height:1.6}.referral-modal-content{background:var(--background);padding:30px 40px;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.12);width:90%;max-width:550px;position:relative;text-align:center}.referral-modal-content h2{margin-bottom:10px}.referral-modal-content p{color:#555;margin-bottom:25px}.referral-box{text-align:left}.referral-box p{margin-bottom:8px;font-size:.9em;color:var(--foreground)}.input-group{display:flex;align-items:center;gap:10px}.referral-input{flex-grow:1;padding:12px;border:1px solid #ccc;border-radius:8px;background-color:#f8f8f8;color:#333;font-size:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-button{padding:12px 20px;border:none;border-radius:8px;background-color:#0070f3;color:white;font-weight:700;cursor:pointer;transition:background-color .2s ease}.copy-button:hover{background-color:#005bb5}.referral-connect-wallet{font-weight:700;color:var(--foreground)}@media (max-width:768px){.header-center,.header-nav{display:none}.header .header-wallet{display:none!important}.mobile-menu-button{display:block}.header-logo{position:absolute;left:50%;transform:translateX(-50%)}.grid-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.grid-container{padding-bottom:120px}.referral-modal-content p{color:#ccc}.referral-input{background-color:#333;border-color:#444;color:#eee}}@media (prefers-color-scheme:dark){html{color-scheme:dark}.header{background-color:#1a1a1a;border-bottom-color:#333}.header-message,.header-nav a,.nav-button{color:var(--foreground)}.faq-modal-content{background:#222}.faq-item{border-bottom-color:#444}.faq-answer{color:#ccc}}.footer{background-color:rgba(var(--foreground-rgb),.05);border-top:1px solid rgba(var(--foreground-rgb),.1);padding:20px}.footer-content-wrapper{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-text{font-size:.85em;color:rgba(var(--foreground-rgb),.6);text-align:center;flex-grow:1}.footer-links{display:flex;align-items:center;gap:15px;justify-content:center}.footer-links>.footer-link:not(:first-child):before,.footer-links>a:not(:first-child):before{content:"|";color:rgba(var(--foreground-rgb),.3);margin-right:15px}.footer-link{font-size:.9em;font-weight:500;color:var(--foreground);transition:opacity .2s ease}.footer-link:hover{opacity:.7}@media (min-width:768px){.footer-text{text-align:left}.footer-links{justify-content:flex-end}}.legal-page-container{max-width:800px;margin:40px auto;padding:20px}.legal-content h1{font-size:2.5em;margin-bottom:10px;font-family:Revalia,sans-serif}.legal-content h2{font-size:1.8em;margin-top:40px;margin-bottom:15px;border-bottom:1px solid rgba(var(--foreground-rgb),.1);padding-bottom:5px}.legal-content li,.legal-content p{line-height:1.7;color:rgba(var(--foreground-rgb),.8);margin-bottom:15px}.legal-content ul{padding-left:20px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;padding:30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);text-align:center;max-width:400px;width:90%;position:relative}.modal-content h2{margin-bottom:20px;font-size:1.5em;color:#333}.modal-content p{margin:10px 0;font-size:1.1em;color:#555}.modal-content label{display:block;margin:15px 0;font-weight:700;color:#333}.modal-content input[type=file]{margin-top:5px;padding:10px;border:1px solid #ddd;border-radius:4px;width:100%}.modal-content .image-preview{margin:10px 0;max-width:100%;max-height:200px;border:1px solid #ddd;border-radius:4px}.modal-content button{margin-top:10px;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background .3s ease}.modal-content button:first-of-type{background:#0070f3;color:white}.modal-content button:first-of-type:hover{background:#005bb5}.modal-content button:last-of-type{background:#ddd;color:#333;margin-left:10px}.modal-content button:last-of-type:hover{background:#ccc}.modal-content button:disabled{background:#eee;cursor:not-allowed}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5em;cursor:pointer;color:#aaa}.modal-close:hover{color:#777}.modal-status-view{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;min-height:250px}.status-message{margin-top:20px;font-size:1.1em;font-weight:500;color:var(--foreground);text-align:center}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;stroke:#0070f3;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@media (prefers-color-scheme:dark){html{color-scheme:dark}.header{background-color:#222;border-bottom:1px solid #444}.header-message,.header-nav a,.modal-content{color:var(--foreground)}.modal-content{background:#222}.modal-content h2,.modal-content label{color:var(--foreground)}.modal-content p{color:#ccc}.modal-content input[type=file]{border:1px solid #444;background:#333;color:var(--foreground)}.modal-content button:last-of-type{background:#444;color:var(--foreground)}.modal-content button:last-of-type:hover{background:#555}.link-input{background:#333;color:var(--foreground);border:1px solid #444;width:100%;padding:10px;border-radius:4px}html{color-scheme:dark}}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:white}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:white}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1 1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:rgba(255,255,255,1);margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}