:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.landing{background:var(--background-image) no-repeat center top;background-attachment:fixed;background-size:cover;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.landing__header{align-items:flex-start;display:flex;justify-content:space-between;left:0;padding:20px;position:fixed;right:0;top:0;z-index:3}.landing__header-right{align-items:flex-end;display:flex;flex-direction:column;gap:10px;position:relative}.landing__header-mascot{position:absolute;right:150px;top:10px;z-index:10}.landing__wallet-connect{margin-top:10px}.landing__wallet-connect button{margin-bottom:0!important}.landing__wallet-connect div{color:#fff!important;margin-bottom:0!important;text-align:right}.landing__header-block-notifier{margin-top:15px;position:absolute;right:0;transform:scale(.8);transform-origin:top right;width:220px;z-index:10}.landing__header-block-notifier .block-notifier{align-items:center;background:#232a38e6;box-shadow:0 4px 12px #0006;display:flex;flex-direction:row;gap:.8rem;margin:0;padding:.6rem}.landing__header-block-notifier .block-notifier__animation{height:60px;margin:0;width:60px}.landing__header-block-notifier .block-notifier__animation .block-notifier__block-icon{font-size:.9rem;height:40px;width:40px}.landing__header-block-notifier .block-notifier__animation .block-notifier__ripple{height:60px;width:60px}.landing__header-block-notifier .block-notifier__info{flex:1 1;padding:0;text-align:left}.landing__header-block-notifier .block-notifier__info .block-notifier__title{font-size:.9rem;margin-bottom:.3rem}.landing__header-block-notifier .block-notifier__info .block-notifier__current-round{margin-bottom:.3rem}.landing__header-block-notifier .block-notifier__info .block-notifier__current-round .block-notifier__value{font-size:1.1rem}.landing__header-block-notifier .block-notifier__recent-blocks{display:none}.landing__header-block-notifier .block-notifier__alert{font-size:.8rem;margin:.3rem 0;padding:.3rem}.landing__audio-controls{color:#fff;display:flex;flex-direction:column;gap:8px}.landing__song-title{font-size:.9rem;margin:0;opacity:.8}.landing__credit-link{color:#2cbcaa;text-decoration:none;transition:color .2s ease}.landing__credit-link:hover{color:#f7c948;text-decoration:underline}.landing__volume-controls{align-items:center;display:flex;gap:10px}.landing__mute-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;padding:5px;transition:opacity .2s ease}.landing__mute-button:hover{opacity:.8}.landing__volume-slider{-webkit-appearance:none;appearance:none;background:#ffffff4d;border-radius:2px;height:4px;outline:none;width:100px}.landing__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;cursor:pointer;height:12px;width:12px}.landing__volume-slider::-moz-range-thumb{background:#fff;border:none;border-radius:50%;cursor:pointer;height:12px;width:12px}.landing:before{background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.landing__content{color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 auto;max-width:100%;padding:100px 2rem 2rem;position:relative;text-align:center;width:100%;z-index:2}.landing__content h1{-webkit-text-fill-color:#0000;animation:titleGlow 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#f7c948,#2cbcaa 50%,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;letter-spacing:2px;margin-bottom:1.5rem;text-shadow:0 4px 20px #f7c9484d}@media(max-width:768px){.landing__content h1{font-size:2.5rem;letter-spacing:1px}}@media(max-width:480px){.landing__content h1{font-size:2rem;letter-spacing:.5px}}.landing__content>p{color:#fffffff2;font-size:1.4rem;font-weight:500;letter-spacing:1px;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;position:relative;text-shadow:0 2px 10px #00000080}.landing__content>p:before{background:linear-gradient(90deg,#0000,#2cbcaa,#0000);border-radius:2px;bottom:-10px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:80px}@media(max-width:768px){.landing__content>p{font-size:1.1rem;letter-spacing:.5px}}@media(max-width:480px){.landing__content>p{font-size:1rem;letter-spacing:0}}.landing__warning{background:#000000b3;border:2px solid #ff9800;border-radius:8px;margin:1rem auto 2rem;max-width:600px;padding:1rem}.landing__warning h3{color:#ff9800;margin:0 0 .5rem}.landing__warning p{font-size:1.1rem;margin:0}.landing__navigation{margin-bottom:2rem}.landing__buttons-container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.landing__nav-button{border:none;border-radius:30px;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:200px;padding:1rem 2rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.landing__nav-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.landing__nav-button:active{transform:translateY(0)}.landing__nav-button--primary{background-color:#2cbcaa;color:#fff}.landing__nav-button--secondary{background-color:#f7c948;color:#232a38}.landing__nav-button--tertiary{background-color:#6c5ce7;color:#fff}.landing__nav-button--explorer{background-color:#3498db;color:#fff}.landing__section-title{color:#f7c948;font-size:1.8rem;margin:2.5rem 0 1.5rem;position:relative;text-align:center}.landing__section-title:after{background-color:#2cbcaa;border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@media(max-width:768px){.landing__section-title{font-size:1.4rem;margin:1.5rem 0 1rem}}@media(max-width:480px){.landing__section-title{font-size:1.2rem;margin:1.2rem 0 .8rem}}.landing__market-section{margin:1.5rem 0;padding-bottom:.5rem}.landing__swap-button-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:.5rem 0 2rem}.landing__reti-section{background:#232a3899;border-radius:12px;margin:3rem auto;max-width:600px;padding:1.5rem}.landing__reti-description{color:#ffffffe6;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.landing__reti-button-container{display:flex;justify-content:center;margin:1.5rem 0 .5rem}.landing__nav-button--reti{align-items:center;background-color:#e74c3c;box-sizing:border-box;color:#232a38;display:inline-flex;font-weight:600;gap:.5rem;height:60px;justify-content:center;text-decoration:none;width:200px}.landing__nav-button--reti:hover{background-color:#c0392b;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.landing__nav-button--slug-swap{align-items:center;background-color:#2cbcaa;box-sizing:border-box;color:#232a38;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;height:60px;justify-content:center;text-decoration:none;width:200px}.landing__nav-button--slug-swap:before{content:"🤝";filter:brightness(1.2) contrast(1.1);font-size:1.3rem;margin-right:.3rem;text-shadow:0 1px 2px #ffffff4d}.landing__nav-button--slug-swap:hover{background-color:#26a69a;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.landing__nav-button--slug-swap:hover:before{filter:brightness(1.3) contrast(1.2);text-shadow:0 1px 3px #fff6}.landing__nav-button--grass{align-items:center;background-color:#4caf50;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;text-decoration:none}.landing__nav-button--grass:hover{background-color:#388e3c;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.landing__footer{background:#0000004d;border-top:1px solid #ffffff1a;box-sizing:border-box;margin-top:2rem;padding:1.5rem 0;position:relative;width:100%;z-index:10}.landing__footer-content{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 1rem;text-align:center;width:100%}.landing__footer-copyright,.landing__footer-credit{color:#fffc;font-size:.9rem;margin:.5rem 0;position:relative;z-index:11}.landing__footer-copyright a,.landing__footer-credit a{color:#00d4ff;position:relative;text-decoration:none;transition:color .3s ease;z-index:12}.landing__footer-copyright a:hover,.landing__footer-credit a:hover{color:#fff;text-decoration:underline}@media(max-width:768px){.landing__header{align-items:center;flex-direction:column;justify-content:center;padding:15px}.landing__header-right{align-items:center;margin-top:10px}.landing__header-mascot{margin:10px 0;position:static}.landing__header-block-notifier{margin:10px 0;max-width:300px;position:static;transform:none;width:100%}.landing__wallet-connect{text-align:center}.landing__wallet-connect div{text-align:center!important}.landing__audio-controls{align-items:center;text-align:center}.landing__content{padding:80px 1rem 1rem;text-align:center}.landing__buttons-container{align-items:center;flex-direction:column;gap:1rem;justify-content:center}.landing__nav-button{margin:0 auto;max-width:280px;width:100%}.landing__swap-button-container{justify-content:center}.landing__reti-section{margin:2rem auto;text-align:center}.landing__reti-button-container{justify-content:center}.landing__news-container{align-items:flex-start;flex-direction:column;padding:0 1rem}.landing__community-news,.landing__news{margin:0 0 1rem;max-width:100%;width:100%}.landing__footer{padding:1rem 0}.landing__footer,.landing__footer-content{text-align:center}.landing__footer-copyright,.landing__footer-credit{font-size:.8rem;text-align:center}}@media(max-width:480px){.landing__header{padding:10px}.landing__content{padding:70px .5rem .5rem}.landing__nav-button{font-size:1rem;max-width:250px;padding:.8rem 1.5rem}.landing__reti-section{margin:1.5rem auto;padding:1rem}.landing__news-container{padding:0 .5rem}.landing__community-news,.landing__news{padding:1rem}}.landing__weekly-challenge{background:#232a38d9;border-radius:12px;box-shadow:0 6px 18px #0003,0 2px 6px #2cbcaa1a;color:#fff;margin:1.5rem auto 2rem;max-width:1200px;padding:1.5rem 1rem 1rem;text-align:center;transition:box-shadow .3s ease;width:100%}.landing__weekly-challenge:hover{box-shadow:0 8px 22px #00000040,0 3px 8px #2cbcaa26}.landing__weekly-challenge h2{color:#f7c948;display:inline-block;font-size:1.4rem;margin-bottom:.8rem;position:relative;text-shadow:0 1px 3px #0000004d}.landing__weekly-challenge h2:after{background-color:#2cbcaa;border-radius:2px;bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:30px}.landing__weekly-challenge p{color:#ddd;font-size:1rem;line-height:1.3;margin-bottom:.8rem;margin-left:auto;margin-right:auto;max-width:80%}.landing__weekly-challenge-riddle{background:#232a38;border-radius:8px;box-shadow:0 3px 10px #00000026;color:#2cbcaa;display:inline-block;font-size:1.2rem;font-weight:500;margin:0 auto 1rem;max-width:900px;padding:1rem}.landing__weekly-challenge-input{display:flex;gap:1rem;justify-content:center;margin:0 auto 1.5rem;max-width:600px}.landing__weekly-challenge-input input{background:#181c27;border:2px solid #2cbcaa;border-radius:30px;color:#fff;flex:1 1;font-size:1.1rem;min-width:300px;outline:none;padding:.8rem 1.2rem;transition:all .2s ease}.landing__weekly-challenge-input input:focus{background:#1e2432;border-color:#f7c948;box-shadow:0 0 0 3px #f7c94840}.landing__weekly-challenge-input button{background:#2cbcaa;border:none;border-radius:30px;box-shadow:0 4px 12px #0003;color:#232a38;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.8rem 2rem;transition:all .2s ease}.landing__weekly-challenge-input button:hover:enabled{background:#1fa390;box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.landing__weekly-challenge-input button:active:enabled{transform:translateY(0)}.landing__weekly-challenge-input button:disabled{cursor:not-allowed;opacity:.6}.landing__weekly-challenge-success{background:#2cbcaa26;border:1px solid #2cbcaa4d;border-radius:8px;color:#2cbcaa;font-size:1.2rem;font-weight:700;margin:.5rem 0 1rem;padding:.8rem}.landing__weekly-challenge-warning{background:#e74c3c26;border:1px solid #e74c3c4d;border-radius:8px;color:#e74c3c;font-size:1.05rem;margin:.5rem 0;padding:.7rem}.landing__weekly-challenge-message{background:#f7c94826;border:1px solid #f7c9484d;border-radius:8px;color:#f7c948;font-size:1.05rem;margin:.5rem 0;padding:.7rem}@keyframes ellipsis{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:""}}@keyframes titleGlow{0%{text-shadow:0 4px 20px #f7c9484d,0 0 30px #2cbcaa33}to{text-shadow:0 4px 25px #f7c94880,0 0 40px #2cbcaa66,0 0 60px #00d4ff33}}.landing__news-container{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2.5rem auto;max-width:100%;padding:0 1rem;width:100%}.landing__news{background:#232a38bf;border-radius:16px;box-shadow:0 8px 24px #00000040;display:flex;flex:1 1;flex-direction:column;height:500px;max-width:35%;min-width:300px;overflow:auto;padding:2rem 1.5rem;position:relative}@media(max-width:768px){.landing__news{height:auto;margin-left:0;margin-right:auto;max-width:90%;min-height:320px;padding:.8rem .6rem}}@media(max-width:480px){.landing__news{margin-left:0;margin-right:auto;max-width:85%;min-height:280px;padding:.6rem .4rem}}.landing__news-carousel{cursor:grab;margin:1.5rem 0;min-height:220px;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none}.landing__news-carousel:active{cursor:grabbing}@media(max-width:768px){.landing__news-carousel{margin:.8rem 0;min-height:180px}}@media(max-width:480px){.landing__news-carousel{margin:.6rem 0;min-height:160px}}.landing__news-item{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .5s ease;width:100%;z-index:1}.landing__news-item.active{opacity:1;pointer-events:auto;z-index:2}.landing__news-title{word-wrap:break-word;color:#f7c948;font-size:1.4rem;line-height:1.3;margin-bottom:.8rem;overflow-wrap:break-word;text-shadow:0 1px 2px #0000004d}@media(max-width:768px){.landing__news-title{font-size:1.1rem;line-height:1.3;margin-bottom:.8rem}}@media(max-width:480px){.landing__news-title{font-size:1rem;line-height:1.4;margin-bottom:.6rem}}.landing__news-link{color:#f7c948;text-decoration:none;transition:color .2s ease}.landing__news-link:hover{color:#2cbcaa;text-decoration:underline}.landing__news-content{word-wrap:break-word;color:#fff;font-size:1.1rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;margin-bottom:1rem;overflow-wrap:break-word}@media(max-width:768px){.landing__news-content{font-size:.9rem;line-height:1.5;margin-bottom:.8rem}}@media(max-width:480px){.landing__news-content{font-size:.85rem;line-height:1.5;margin-bottom:.6rem}}.landing__news-date{color:#ffffffb3;font-size:.9rem;font-style:italic}.landing__news-source{margin-left:8px}.landing__news-source-link{color:#2cbcaa;text-decoration:none;transition:color .2s ease}.landing__news-source-link:hover{color:#f7c948;text-decoration:underline}.landing__news-community-post-meta{color:#ffffffb3;font-size:.9rem;margin-bottom:.8rem}.landing__news-community-post-author{font-weight:500}.landing__news-community-post-likes{color:#fffc;margin-left:8px}.landing__news-navigation{align-items:center;display:flex;justify-content:center;margin-top:1.5rem}@media(max-width:768px){.landing__news-navigation{margin-top:1rem}}@media(max-width:480px){.landing__news-navigation{margin-top:.8rem}}.landing__news-navigation:before{color:#ffffff80;content:"← Swipe →";font-size:.7rem;left:50%;opacity:0;position:absolute;top:-25px;transform:translateX(-50%);transition:opacity .3s ease}@media(max-width:768px){.landing__news-navigation:before{opacity:1}}.landing__news-dots{display:flex;gap:8px}.landing__news-dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .3s ease,transform .3s ease;width:10px}.landing__news-dot:hover{background:#ffffff80;transform:scale(1.2)}.landing__news-dot.active{background:#2cbcaa}.landing__news-loading{color:#ffffffb3;font-size:1.1rem;font-style:italic;padding:2rem 0;text-align:center}.landing__news-loading:after{animation:ellipsis 1.5s infinite;content:"..."}.landing__news-error{background:#e74c3c26;border:1px solid #e74c3c4d;border-radius:8px;color:#e74c3c;font-size:1rem;margin:1rem 0;padding:1rem;text-align:center}.landing__community-news{background:#232a38bf;border-radius:16px;box-shadow:0 8px 24px #00000040;display:flex;flex:1 1;flex-direction:column;height:500px;max-width:35%;min-width:300px;overflow:auto;padding:2rem 1.5rem;position:relative;z-index:1}.landing__community-news-posts{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.landing__community-news-post{background:#232a3899;border-radius:12px;cursor:pointer;padding:1.2rem;transition:transform .3s ease,box-shadow .3s ease}.landing__community-news-post:hover{box-shadow:0 6px 16px #0000004d;transform:translateY(-3px)}.landing__community-news-post.active{background:#2cbcaa1a;border:1px solid #2cbcaa66}.landing__community-news-post-header{margin-bottom:.8rem}.landing__community-news-post-title{color:#f7c948;font-size:1.2rem;margin:0 0 .5rem;text-shadow:0 1px 2px #0000004d}.landing__community-news-post-meta{color:#ffffffb3;display:flex;font-size:.85rem;justify-content:space-between}.landing__community-news-post-author{font-weight:500}.landing__community-news-post-date{font-style:italic}.landing__community-news-post-content{color:#fff;font-size:1rem;line-height:1.5;margin-bottom:1rem}.landing__community-news-post-content p{margin:0}.landing__community-news-post-footer{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.landing__community-news-post-likes{color:#fffc}.landing__community-news-post-expand{background:#0000;border:none;color:#2cbcaa;cursor:pointer;font-size:.85rem;padding:.3rem .6rem;transition:color .2s ease}.landing__community-news-post-expand:hover{color:#f7c948;text-decoration:underline}.landing__community-news-action{margin-top:1.5rem;text-align:center}.landing__community-news-action-button{background:#0000;border:1px solid #2cbcaa;border-radius:20px;color:#2cbcaa;cursor:pointer;font-size:.9rem;padding:.5rem 1.2rem;transition:background .3s ease,color .3s ease}.landing__community-news-action-button:hover{background:#2cbcaa1a;color:#fff}.disclaimer{margin:2rem auto;max-width:800px;position:relative;width:100%;z-index:1}.disclaimer__container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 20px 40px #0000004d,inset 0 1px 0 #ffffff1a;overflow:visible;padding:2rem;position:relative;transition:all .3s ease}.disclaimer__container:before{background:linear-gradient(135deg,#ef444433,#f5656533);border-radius:24px;bottom:-1px;content:"";left:-1px;opacity:0;position:absolute;right:-1px;top:-1px;transition:opacity .3s ease;z-index:-1}.disclaimer__container:hover:before{opacity:1}.disclaimer__container:hover{background:#ffffff1a;border-color:#ef44444d}.disclaimer__header{border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1rem}.disclaimer__title{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#ef4444,#f56565);-webkit-background-clip:text;background-clip:text;color:#ffffffe6;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;letter-spacing:-.02em;margin:0}.disclaimer__content{display:flex;flex-direction:column;gap:1rem}.disclaimer__text{color:#ffffffd9;font-size:1rem;font-weight:500;line-height:1.6;margin:0}.disclaimer__text--small{color:#ffffffb3;font-size:.9rem;font-style:italic;margin-top:.5rem;text-align:center}.disclaimer__actions,.disclaimer__text--small{border-top:1px solid #ffffff1a;padding-top:1rem}.disclaimer__actions{display:flex;justify-content:center;margin-top:1.5rem}.disclaimer__button{background:linear-gradient(135deg,#ef4444,#f56565);border:none;border-radius:12px;box-shadow:0 4px 15px #ef444466;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:.75rem 2rem;position:relative;transition:all .3s ease}.disclaimer__button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.disclaimer__button:hover{box-shadow:0 6px 20px #ef444499;transform:translateY(-2px)}.disclaimer__button:hover:before{left:100%}.disclaimer__button:active{transform:translateY(-1px)}@media(max-width:768px){.disclaimer{margin:1.5rem auto;max-width:95%}.disclaimer__container{border-radius:20px;padding:1.5rem}.disclaimer__title{font-size:1.3rem}.disclaimer__text{font-size:.95rem}.disclaimer__text--small{font-size:.85rem}}@media(max-width:480px){.disclaimer{margin:1rem auto}.disclaimer__container{border-radius:16px;padding:1.25rem}.disclaimer__title{font-size:1.2rem}.disclaimer__text{font-size:.9rem;line-height:1.5}.disclaimer__text--small{font-size:.8rem}}.swap{align-items:center;animation:gradientShift 20s ease-in-out infinite;background:linear-gradient(135deg,#0f1419,#1a1f2e 25%,#2a2f3e 50%,#1a1f2e 75%,#0f1419);background-size:400% 400%;color:#fff;display:flex;flex-direction:column;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;overflow-x:hidden;padding:2rem;position:relative}.swap:before{animation:patternFloat 30s ease-in-out infinite;background-image:radial-gradient(circle at 25% 25%,#7877c61a 0,#0000 50%),radial-gradient(circle at 75% 75%,#ff76751a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes patternFloat{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(10px) rotate(-1deg)}}.swap>*{position:relative;z-index:1}.swap__header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000004d,inset 0 1px 0 #ffffff1a;display:flex;flex-direction:column;margin-bottom:3rem;max-width:1200px;padding:2.5rem 2rem;position:relative;width:100%}.swap__back-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;left:1.5rem;padding:.75rem 1.25rem;position:absolute;top:1.5rem;transition:all .3s ease}.swap__back-button:hover{background:#ffffff26;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.swap__back-button:active{transform:translateY(0)}.swap__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.2rem;font-weight:700;letter-spacing:-.02em;margin:1rem 0 2rem;position:relative;text-align:center}.swap__title:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.swap__wallet-header{display:flex;justify-content:center;margin-top:1rem;width:100%}.swap__connect-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.swap__connect-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.swap__connect-button:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.swap__connect-button:hover:before{left:100%}.swap__connect-button:disabled{background:#667eea4d;box-shadow:none;cursor:not-allowed;transform:none}.swap__wallet-info{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.swap__address{background:#0003;border:1px solid #ffffff1a;border-radius:8px;color:#fffc;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;padding:.5rem 1rem}.swap__disconnect-button{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.swap__disconnect-button:hover{background:#ffffff26;transform:translateY(-1px)}.swap__disconnect-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.swap__content{align-items:center;display:flex;flex-direction:column;gap:3rem;max-width:1400px;width:100%}@media(min-width:1200px){.swap__content{align-items:flex-start;flex-direction:row;justify-content:center}}.swap__chart-container{max-width:800px;order:2;width:100%}@media(min-width:1200px){.swap__chart-container{flex:1 1;max-width:none;order:1}}.swap__swap-container{max-width:480px;order:1;width:100%}@media(min-width:1200px){.swap__swap-container{flex:0 0 480px;order:2}}.swap__swap-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 20px 40px #0000004d,inset 0 1px 0 #ffffff1a;overflow:visible;padding:2.5rem;position:relative;width:100%;z-index:1}.swap__swap-form:before{background:linear-gradient(135deg,#667eea4d,#764ba24d);border-radius:24px;bottom:-1px;content:"";left:-1px;opacity:0;position:absolute;right:-1px;top:-1px;transition:opacity .3s ease;z-index:-1}.swap__swap-form:hover:before{opacity:1}.swap__input-group{margin-bottom:2rem;position:relative}.swap__label{color:#ffffffe6;display:block;font-size:.95rem;font-weight:600;letter-spacing:.02em;margin-bottom:.75rem}.swap__percentage-buttons{display:flex;gap:.5rem;justify-content:flex-end;margin-bottom:.75rem}.swap__percentage-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .2s ease}.swap__percentage-btn:hover{background:#667eea4d;border-color:#667eea80;transform:translateY(-1px)}.swap__percentage-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.swap__input-with-select{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;display:flex;overflow:visible;position:relative;transition:all .3s ease;z-index:2}.swap__input-with-select:focus-within{background:#ffffff14;border-color:#667eea80;box-shadow:0 0 0 4px #667eea1a;z-index:1000}.swap__input-with-select:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.swap__input-with-select:focus-within:before{opacity:1}.swap__amount-input{background:#0000;border:none;color:#fff;flex:1 1;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.2rem;font-weight:500;outline:none;padding:1.25rem 1.5rem}.swap__amount-input::placeholder{color:#fff6}.swap__amount-input:disabled{cursor:not-allowed;opacity:.7}.swap__balance{color:#fff9;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;margin-top:.5rem;text-align:right}.swap__swap-direction{display:flex;justify-content:center;margin:-1rem 0 1.5rem;position:relative;z-index:10}.swap__swap-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50%;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:48px;justify-content:center;transition:all .3s ease;width:48px}.swap__swap-button:hover{background:#667eea4d;border-color:#667eea80;box-shadow:0 6px 20px #667eea4d;transform:rotate(180deg) scale(1.1)}.swap__swap-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.swap__slippage-group{margin-bottom:2rem}.swap__slippage-input{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:10px;color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;font-weight:500;outline:none;padding:.75rem 1rem;transition:all .3s ease;width:100%}.swap__slippage-input:focus{background:#ffffff14;border-color:#667eea80;box-shadow:0 0 0 4px #667eea1a}.swap__slippage-input::placeholder{color:#fff6}.swap__slippage-input:disabled{cursor:not-allowed;opacity:.7}.swap__quote-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease}.swap__quote-info:hover{background:#ffffff14;border-color:#667eea4d}.swap__quote-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.swap__quote-header h4{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#ffffffe6;font-size:1.1rem;font-weight:600;margin:0}.swap__quote-loading{animation:pulse 2s ease-in-out infinite;color:#667eeacc;font-size:.85rem;font-weight:500}.swap__quote-details{display:flex;flex-direction:column;gap:.75rem}.swap__quote-row{align-items:center;display:flex;font-size:.95rem;justify-content:space-between}.swap__quote-row span:first-child{color:#ffffffb3;font-weight:500}.swap__quote-row span:last-child{color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-weight:600;text-align:right}.swap__quote-warning{color:#ff6b6b!important;font-weight:700!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.swap__execute-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 8px 25px #667eea66;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;letter-spacing:.02em;overflow:hidden;padding:1.25rem 2rem;position:relative;transition:all .3s ease;width:100%}.swap__execute-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.swap__execute-button:hover{box-shadow:0 12px 35px #667eea99;transform:translateY(-3px)}.swap__execute-button:hover:before{left:100%}.swap__execute-button:active{transform:translateY(-1px)}.swap__execute-button:disabled{background:#667eea4d;box-shadow:none;cursor:not-allowed;transform:none}.swap__execute-button:disabled:before{display:none}.swap__status{background:#667eea1a;border:1px solid #667eea33;border-radius:12px;color:#667eea;font-size:.95rem;font-weight:500;margin-top:1.5rem;padding:1rem 1.25rem;text-align:center}.swap__status--error{background:#ef44441a;border-color:#ef444433;color:#ef4444}.swap__status--success{background:#22c55e1a;border-color:#22c55e33;color:#22c55e}.swap__popup-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.swap__popup{animation:slideUp .4s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 40px #00000080;max-width:480px;padding:3rem 2.5rem;position:relative;text-align:center;width:90%}.swap__popup h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0 0 1rem}.swap__popup p{color:#fffc;font-size:1.1rem;line-height:1.5;margin-bottom:2rem}.swap__popup button{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.swap__popup button:hover{background:#ffffff26;transform:translateY(-2px)}.swap__tx-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:inline-block;font-weight:600;margin-bottom:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.swap__tx-link:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.swap__asset-autocomplete{background:#0000004d;border-left:2px solid #ffffff1a;min-width:160px;padding:1.25rem 1.5rem;position:relative;z-index:10}.swap__asset-autocomplete .swap__asset-search{background:#0000;border:none;color:#fff;font-size:1rem;font-weight:500;outline:none;width:100%}.swap__asset-autocomplete .swap__asset-search::placeholder{color:#fff6}.swap__asset-autocomplete .swap__search-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419fa;border:1px solid #fff3;border-radius:12px;box-shadow:0 10px 30px #00000080;left:-2px;margin-top:8px;max-height:300px;min-width:240px;overflow-y:auto;position:absolute;right:-2px;top:100%;z-index:999999}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item{align-items:center;border-bottom:1px solid #ffffff0d;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item:hover{background:#667eea33}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item:last-child{border-bottom:none}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item img{border-radius:50%;height:32px;object-fit:cover;width:32px}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item .asset-info{flex:1 1}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item .asset-info .asset-name{color:#fff;font-weight:500;margin-bottom:.25rem}.swap__asset-autocomplete .swap__search-dropdown .swap__search-result-item .asset-info .asset-symbol{color:#fff9;font-size:.85rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.swap{padding:1rem}.swap__header{margin-bottom:2rem;padding:2rem 1.5rem}.swap__back-button{font-size:.85rem;left:1rem;padding:.5rem 1rem;top:1rem}.swap__title{font-size:2.5rem;margin:1rem 0 1.5rem}.swap__content{gap:2rem}.swap__swap-form{padding:2rem 1.5rem}.swap__input-with-select{flex-direction:column}.swap__amount-input{font-size:1.1rem;padding:1rem 1.25rem}.swap__asset-autocomplete{border-left:none;border-top:2px solid #ffffff1a;padding:1rem 1.25rem}.swap__popup{margin:1rem;padding:2rem 1.5rem}.swap__popup h3{font-size:1.5rem}}@media(max-width:480px){.swap{padding:.5rem}.swap__header{padding:1.5rem 1rem}.swap__title{font-size:2rem}.swap__swap-form{padding:1.5rem 1rem}}.explorer{background-color:#1a1b26;color:#f8f8f2;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh}.explorer__header{background-color:#24283b;box-shadow:0 2px 10px #0003;justify-content:space-between;padding:1rem 2rem}.explorer__header,.explorer__header-left{align-items:center;display:flex}.explorer__header-title{color:#7aa2f7;font-size:1.5rem;font-weight:700;margin:0}.explorer__header-back{background-color:#0000;border:none;border-radius:4px;color:#7aa2f7;cursor:pointer;font-size:1rem;margin-right:1rem;padding:.5rem;transition:background-color .2s}.explorer__header-back:hover{background-color:#7aa2f71a}.explorer__content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.explorer__error,.explorer__loading{font-size:1.2rem;padding:2rem;text-align:center}.explorer__error{color:#f7768e}.explorer__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.explorer__stats-card{background-color:#24283b;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.explorer__stats-card h3{color:#a9b1d6;font-size:.9rem;font-weight:500;margin-bottom:.5rem;margin-top:0}.explorer__stats-card p{color:#7aa2f7;font-size:1.5rem;font-weight:700;margin:0}.explorer__stats-card--green p{color:#9ece6a}.explorer__stats-card--blue p{color:#7aa2f7}.explorer__stats-card--purple p{color:#bb9af7}.explorer__stats-card--orange p{color:#ff9e64}.explorer__blocks{margin-bottom:2rem}.explorer__blocks-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.explorer__blocks-header h2{font-size:1.25rem;margin:0}.explorer__blocks-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.explorer__blocks-card{background-color:#24283b;border-radius:8px;box-shadow:0 4px 6px #0000001a;cursor:pointer;padding:1rem;transition:transform .2s,box-shadow .2s}.explorer__blocks-card:hover{box-shadow:0 6px 10px #00000026;transform:translateY(-2px)}.explorer__blocks-card h3{color:#7aa2f7;font-size:1.1rem;margin-bottom:.5rem;margin-top:0}.explorer__blocks-card-details{font-size:.9rem}.explorer__blocks-card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.explorer__blocks-card-label{color:#a9b1d6}.explorer__blocks-card-value{font-weight:500}.explorer__transactions{margin-bottom:2rem}.explorer__transactions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.explorer__transactions-header h2{font-size:1.25rem;margin:0}.explorer__transactions-table-container{overflow-x:auto}.explorer__transactions-table{border-collapse:collapse;font-size:.9rem;width:100%}.explorer__transactions-table td,.explorer__transactions-table th{padding:.75rem 1rem;text-align:left}.explorer__transactions-table th{background-color:#24283b;color:#a9b1d6;font-weight:500}.explorer__transactions-table tr:nth-child(2n){background-color:#24283b80}.explorer__transactions-table tr:hover{background-color:#24283bcc}.explorer__transactions-id{color:#7aa2f7;font-family:monospace}.explorer__transactions-address{color:#9ece6a;font-family:monospace}.explorer__transactions-amount{color:#bb9af7}.explorer__transactions-fee{color:#ff9e64}.explorer__transactions-time{color:#a9b1d6}.explorer__txn-type{border-radius:4px;color:#fff;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.explorer__link{color:inherit;text-decoration:none;transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease}.explorer__link:hover{color:#7aa2f7;text-decoration:underline}.explorer__fees{margin-bottom:2rem}.explorer__fees-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.explorer__fees-header h2{font-size:1.25rem;margin:0}.explorer__fees-content{display:flex;gap:1rem;justify-content:space-between}.explorer__fees-card{background-color:#24283b;border-radius:8px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:1rem;text-align:center}.explorer__fees-card h3{color:#a9b1d6;font-size:1rem;margin-bottom:.5rem;margin-top:0}.explorer__fees-value{color:#7aa2f7;font-size:1.25rem;font-weight:700}body,html{background:#000;height:auto;margin:0;min-height:100vh;overflow-y:auto;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.66d96926.css.map*/