@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{--mainmenu-header-height: 56px}html,body{height:100%}body{margin:0;padding:0;font-family:"Press Start 2P",cursive;background:#1a1a1d;color:#f4e4c1;min-height:100vh;overflow-x:hidden}.hidden{display:none!important}.flex-center{display:flex;justify-content:center;align-items:center}.pixel-wrapper{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto}.pixel-console{background:#000000c7;border:3px solid #f4e4c1;border-radius:12px;padding:20px;max-width:600px;width:90%;box-sizing:border-box;margin:0 auto;animation:fadeInUp 1s ease-out forwards;text-align:center;position:relative;z-index:10}.pixel-title{margin-bottom:20px;opacity:0;animation:fadeIn 1s ease forwards .5s}.pixel-buttons{display:flex;flex-direction:column;gap:12px;opacity:0;animation:fadeIn 1s ease forwards 1s}.pixel-btn{font-family:"Press Start 2P",cursive;font-size:.85rem;background:#000000de;color:#f4e4c1;border:3px solid #f4e4c1;box-shadow:0 5px #ba9b61;padding:14px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;margin:5px 0}.pixel-btn:hover:not(:disabled){background:#f4e4c1;color:#000;transform:translateY(-2px) scale(1.05)}.pixel-btn:disabled{opacity:.5;cursor:not-allowed}.timing-bar{position:relative;background:#282828;height:20px;width:90%;margin:20px auto;border:3px solid #f4e4c1;border-radius:10px;overflow:hidden;box-shadow:inset 0 0 8px #f4e4c1}.sweet-spot{position:absolute;top:0;height:100%;background:#ffefb880}.marker{position:absolute;top:0;width:5%;height:100%;background:#ff5f5f;transition:left .02s linear}.result-text{margin-top:15px;font-size:1rem;font-family:"Press Start 2P",cursive;color:#0f0;text-align:center}.result-text.miss{color:#f33}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:.8}}@keyframes blink{50%{opacity:0}}@keyframes popText{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.3);opacity:1}to{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-30px)}}@keyframes countFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}@keyframes bannerCrack{0%{filter:none}15%{filter:drop-shadow(0 2px 0 #fff) drop-shadow(0 0 6px #FFD699)}30%{filter:brightness(1.5) drop-shadow(0 4px 0 #FFD699)}60%{filter:contrast(2) grayscale(.5) drop-shadow(0 6px 0 #FFD699)}95%{filter:contrast(.5) grayscale(1) drop-shadow(0 10px 5px #FFD699)}to{filter:contrast(.3) grayscale(1) drop-shadow(0 10px 5px #FFD699)}}@keyframes bannerFall{0%{transform:translateY(0) scale(1) rotate(0);opacity:1}10%{transform:translateY(-2px) scale(1.1) rotate(-2deg)}40%{transform:translateY(12px) scale(1.05) rotate(7deg)}60%{transform:translateY(32px) scale(1.12) rotate(-12deg);opacity:.9}80%{transform:translateY(60px) scale(.95) rotate(-24deg);opacity:.7}to{transform:translateY(98px) scale(.7) rotate(-44deg);opacity:0}}.battle-area{margin-top:0!important;position:relative;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:0}.battle-canvas{position:absolute;top:0;left:0;pointer-events:none;width:100%;height:100%;z-index:600}.battle-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/src/assets/bg_fight1.webp);background-size:cover;background-position:center 30%;z-index:0}#pixi-container canvas{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;pointer-events:none!important;z-index:10!important}#pixi-container{pointer-events:none}.battle-ui{position:relative;z-index:20;width:100%;display:flex;flex-direction:column;align-items:center}canvas{background:transparent!important}.fren-container{display:flex;justify-content:space-between;align-items:flex-end;width:100%;max-width:480px;gap:40px;margin-bottom:15px;z-index:7}.fren-side{display:flex;flex-direction:column;align-items:center;width:45%;flex-shrink:0}.fren-image-wrapper,.fren-battle-img{width:120px;height:120px;image-rendering:smooth;position:relative;display:flex;justify-content:center;align-items:center;transform-origin:center center;backface-visibility:hidden;will-change:transform}.fren-battle-img{margin-top:0}.enemy-side.fren-image-wrapper{transform:scaleX(-1)}.fren-text-block{margin-top:14px;display:flex;flex-direction:column;align-items:center}.hp-bar{width:100%;height:14px;background:#201d1b;border:2.5px solid #f4e4c1;border-radius:0;box-shadow:0 0 0 2px #000,0 0 8px #f4e4c1;overflow:hidden;margin:4px 0 8px;position:relative;image-rendering:pixelated}.hp-fill{height:100%;background:repeating-linear-gradient(135deg,#4ff55f 0px 6px,#38c842 6px 12px);border-right:2.5px solid #184016;image-rendering:pixelated;transition:width .3s cubic-bezier(.7,1.6,.5,1);box-shadow:0 0 0 2px #202,0 0 7px #81ff7b,0 0 #000}.hp-bar.low .hp-fill{background:repeating-linear-gradient(135deg,#ff595d 0px 6px,#ac1a23 6px 12px);border-right:2.5px solid #4e151d;box-shadow:0 0 0 2px #201010,0 0 10px #ff4343,0 0 #000}.hp-bar.mid .hp-fill{background:repeating-linear-gradient(135deg,#ffe761 0px 6px,#e1ae22 6px 12px);border-right:2.5px solid #816c13;box-shadow:0 0 0 2px #302810,0 0 8px #ffe761,0 0 #000}.hp-text{white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:4px;font-size:.7rem;font-family:"Press Start 2P",cursive;color:#fff1d6;margin:0}.battle-log-box{background:#000000e6;border:2px solid #f4e4c1;border-radius:8px;padding:10px;width:350px;max-width:95%;height:140px;max-height:20vh;overflow-y:overlay;margin:10px auto;font-size:.7rem;line-height:1.3;text-align:left;white-space:pre-wrap;word-break:break-word;box-sizing:border-box}.battle-log-box p{margin:0;padding:0}.battle-log-box::-webkit-scrollbar{width:8px}.battle-log-box::-webkit-scrollbar-thumb{background-color:#ba9b61;border-radius:4px}.battle-log-box::-webkit-scrollbar-track{background:#000000bf}.catch-screen button{display:block;margin:20px auto}.catch-screen .result-text{margin-top:10px;animation:popText .8s ease forwards}.catch-screen .result-text.miss{color:#f33}.bag-screen{display:flex;flex-direction:column;min-height:100vh;padding:10px;background-color:#000}.bag-screen ul{list-style:none;padding:0;margin:20px 0}.bag-screen p{font-size:.7rem}.bag-screen .back-button-container{padding-bottom:30px}.fren-card{display:flex;align-items:center;gap:10px;margin:10px auto;padding:10px;background:#00000080;color:#f4e4c1;border:2px solid #f4e4c1;border-radius:8px;width:90%;font-size:.65rem;text-align:left}.fren-card.active-tab{border:2px solid #FFAAAA;background-color:#ff414133}.fren-thumbnail{width:85px;height:85px;image-rendering:smooth;flex-shrink:0}.fren-info p{margin:2px 0}.fren-id-number{color:#f4e4c1}.stat-good{color:#7cfc86}.stat-bad{color:#faa}.glow-good{text-shadow:0 0 5px #7CFC86,0 0 10px #7CFC86}.glow-bad{text-shadow:0 0 5px #FFAAAA,0 0 10px #FFAAAA}.stat-tier-s{color:#e17a20}.stat-tier-a-plus{color:#f3d799}.stat-tier-a{color:#b0d6ff}.stat-tier-b{color:#7cfc86}.stat-tier-c{color:#fff}.power-level-letter{font-family:"Press Start 2P",cursive;font-size:2.1rem;line-height:2.1rem;letter-spacing:2px;text-align:center;margin-bottom:.8rem;min-width:70px;display:block}.power-level-label{font-size:.65rem;color:#ffd699;margin-top:.4rem;font-family:"Press Start 2P",cursive;text-align:center;display:block}.pets-list{flex:1 1 0%;overflow-y:auto;height:100%;padding-right:5px;padding-bottom:240px;box-sizing:border-box}.pets-list::-webkit-scrollbar{width:6px}.pets-list::-webkit-scrollbar-thumb{background:#ba9b61;border-radius:3px}.pets-list::-webkit-scrollbar-track{background:#000000bf}.combat-screen{display:flex;flex-direction:column;height:85vh;padding:10px;position:relative}.frens-list{flex:1;overflow-y:auto;margin-bottom:10px}.coming-soon{opacity:.5;cursor:not-allowed}.fade-screen{opacity:0;transition:opacity .6s ease;pointer-events:none;position:fixed;inset:0;background:transparent;z-index:200}.fade-screen.show{opacity:1;pointer-events:auto}.fade-pvp{position:fixed;inset:0;background:#000;opacity:1;transition:opacity 2s ease;z-index:9999;pointer-events:none}.fade-pvp.hide{opacity:0}.wallet-header{position:fixed;top:0;left:0;right:0;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;background:#121212e6;z-index:998;box-sizing:border-box;pointer-events:auto}.wallet-header>*{flex-shrink:0}.filter-controls{display:flex;align-items:center;gap:10px;margin:10px 0}.refresh-btn{font-size:1.2rem;padding:4px 10px}.tab-selectors{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:15px}.pixel-btn.active-tab{background-color:#f4e4c1;color:#222}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:10px}.flex-row{display:flex;align-items:center}.flex-stats{margin-left:15px;flex:1}.market-price-container{display:flex;flex-direction:column;align-items:flex-start;margin-top:8px}.market-price{display:flex;align-items:center;gap:6px;font-weight:700;color:#ffd699;margin-bottom:4px;font-size:1rem}.market-price span{line-height:1}.market-price img{width:1rem;height:1rem;object-fit:contain;image-rendering:pixelated}.market-price-container .pixel-btn{align-self:center;margin-top:0}.back-button-container{position:fixed;bottom:0;left:0;width:100%;background:#000000e6;padding:10px 0;border-top:3px solid #FFD699;z-index:999}.back-button-container .pixel-btn{width:95%;margin:0 auto;display:block}.back-button-container.disabled{opacity:.4;pointer-events:none}.sticky-footer{position:fixed;bottom:0;left:0;width:100%;background:#000000e6;display:flex;justify-content:space-between;padding:12px 20px;z-index:9999;border-top:3px solid #FFD699;box-sizing:border-box}.sticky-footer button{flex-shrink:0;max-width:48%;white-space:nowrap}.loading-spinner{width:40px;height:40px;border:4px solid #f4e4c1;border-top:4px solid #000000;border-radius:50%;animation:spin 1s linear infinite;margin:20px auto}.input-field{width:100%;padding:10px;font-family:"Press Start 2P",cursive;font-size:1rem;color:#f4e4c1;background-color:#000;border:2px solid #f4e4c1;border-radius:8px;box-sizing:border-box;margin-bottom:15px}.input-field:focus{outline:none;border-color:#ba9b61;box-shadow:0 0 5px #ba9b61}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}.tooltip{position:relative;display:inline-block;cursor:help}.tooltip .tooltiptext{visibility:hidden;width:160px;background-color:#000;color:#f4e4c1;text-align:center;border-radius:6px;padding:8px 0;position:absolute;z-index:10001;bottom:125%;left:50%;margin-left:-80px;opacity:0;transition:opacity .3s;font-size:.7rem;font-family:"Press Start 2P",cursive}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}button:focus{outline:2px solid #ba9b61;outline-offset:2px}.nickname-button-fixed{position:fixed;top:12px;left:10px;gap:3px!important;z-index:10001}.nickname-button-fixed .pixel-btn{font-size:.4rem;padding:6px 8px;top:12px;left:10px}.menu-controls-fixed{position:fixed;top:20px;right:20px;display:flex;flex-direction:row;align-items:center;gap:16px;z-index:10000;padding:2px 6px;font-size:11px}.mainmenu-logo-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.mainmenu-logo-img{width:220px;height:auto}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#000000bf;border:3px solid #FFD699;padding:20px;text-align:center;color:#ffd699;max-width:300px}.modal-content p{margin-bottom:15px}.wallet-chip{position:relative;min-width:64px;justify-content:center;user-select:none;white-space:nowrap;z-index:1}.wallet-chip .wallet-chip-label{pointer-events:none}.wallet-overlay-button{position:absolute;inset:0;opacity:1;pointer-events:auto;display:flex;align-items:stretch;justify-content:stretch;z-index:2}.wallet-overlay-button .wallet-adapter-button{width:100%;height:100%;padding:0;border-radius:0;border:none;background:transparent;color:transparent;box-shadow:none;outline:none;opacity:.02}.mainmenu-right .balances-row{display:flex;align-items:center;gap:6px;width:100%;justify-content:flex-end;flex-wrap:nowrap}.mainmenu-right .balance-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 5px;background:#00000059;border:2px solid #FFD699;border-radius:0;box-shadow:0 0 8px #00000080;flex-direction:row-reverse;max-width:100%;min-width:0;flex-shrink:1;position:relative}.balance-chip.clickable{cursor:pointer}.mainmenu-right .balance-chip img{width:18px;height:18px;image-rendering:pixelated;flex-shrink:0}.mainmenu-right .goldies-number,.mainmenu-right .sol-number{color:#ffd699;font-weight:700;text-shadow:0 0 2px #000;line-height:1;font-size:clamp(10px,2vw,12px);letter-spacing:0;white-space:nowrap;user-select:none;min-width:0;text-align:right}.wallet-adapter-modal-wrapper{z-index:10050!important}.retro-rect-select{border-radius:4px!important;border:2px solid #f4e4c1!important;background:#000!important;color:#f4e4c1!important;font-family:"Press Start 2P",cursive!important;font-size:1rem!important;padding:8px 12px!important;box-shadow:2px 2px #000!important;outline:none!important}.retro-checkbox-label{font-family:"Press Start 2P",cursive;cursor:pointer}.retro-checkbox{box-shadow:0 2px #ffd699,0 1px #222}.toolbar input[type=checkbox]{accent-color:#FFD699}.user-select-none{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.pvp-button-row .pixel-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Press Start 2P",cursive;font-size:10px;gap:6px;padding:6px 0;cursor:pointer;user-select:none;background:#222;border:2px solid #f4e4c1;border-radius:4px;color:#fff1d6;transition:background .2s;width:90px;height:90px;box-sizing:border-box}.pvp-button-row .pixel-btn img{width:48px;height:48px;object-fit:contain;image-rendering:pixelated}.pvp-button-row .pixel-btn:hover:not(:disabled){background:#f4e4c1;transform:translateY(-2px) scale(1.05)}.retro-action-banner{box-shadow:0 0 16px #000,0 0 6px #ffd699;border-radius:8px;font-family:"Press Start 2P",monospace;font-size:.95rem;padding:6px 18px;min-width:90px;min-height:36px;text-align:center;letter-spacing:2px;pointer-events:none;user-select:none;filter:drop-shadow(0 2px 8px #000);opacity:1;display:flex;align-items:center;justify-content:center;gap:10px;transition:font-size .2s,padding .2s;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;position:absolute}.retro-action-banner img{image-rendering:pixelated;max-height:32px;max-width:32px}.retro-action-banner-player,.retro-action-banner-opponent{position:absolute}.retro-action-banner.cracked,.retro-action-banner .banner-icon.cracked{filter:grayscale(1) contrast(1.2) brightness(.8)}.banner-icon{width:50px;height:50px;object-fit:contain;aspect-ratio:1 / 1;image-rendering:smooth}.retro-badge{font-family:"Press Start 2P",cursive;background:#ffd699;color:#222;border-radius:8px;padding:3px 8px;font-weight:700;border:2px solid #f4e4c1;position:absolute;top:8px;right:14px;font-size:13px;z-index:10}.floating-essence{position:absolute;opacity:0;animation:float 4s ease-in-out infinite alternate,fadeIn 2s ease forwards;pointer-events:none}.essence-fade-in{opacity:.8!important;transition:opacity 1.2s ease}.essence-thumbnail{width:54px;height:54px;image-rendering:pixelated;flex-shrink:0}.marketplace-screen,.marketfray-content{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.marketplace-screen{min-height:100vh;touch-action:pan-y;overscroll-behavior-x:none}.marketfray-content{padding-left:10px!important;padding-right:10px!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;box-sizing:border-box!important}.marketplace-screen .tab-selectors{justify-content:center!important;max-width:100%!important;flex-wrap:wrap!important;gap:8px!important;margin-left:auto!important;margin-right:auto!important}.marketplace-screen .tab-selectors .pixel-btn{flex:1 1 180px;min-width:140px}.marketplace-screen .pets-list{width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto!important;height:auto!important;max-height:calc(100dvh - 180px)!important;-webkit-overflow-scrolling:touch;flex:initial!important;display:block!important;padding-left:5px!important;padding-right:5px!important;padding-bottom:200px!important;box-sizing:border-box}.marketplace-screen .pets-list:after{content:"";display:block;height:120px}.marketplace-screen .pets-list .fren-card{width:min(520px,95%)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box;overflow:hidden}.marketplace-screen .pets-list .fren-card>*{min-width:0}.marketplace-screen [style*="width: 100vw"]{width:100%!important}.marketplace-screen .fren-card,.marketplace-screen .modal-content,.marketplace-screen .input-field,.marketplace-screen .retro-rect-select{border-radius:0!important}.marketplace-screen .market-sort-select{border-radius:0!important;font-size:.62rem!important;padding:6px 8px!important;line-height:1!important}@media (min-width: 1024px){.marketplace-screen .pets-list{display:grid!important;grid-template-columns:repeat(2,minmax(300px,520px));justify-content:center;gap:16px}.marketplace-screen .pets-list .fren-card{width:100%!important;margin:0!important}}.marketplace-screen.bag-screen{padding:0!important}@media (max-width: 600px){.marketplace-screen .pets-list{max-height:calc(100dvh - 140px)!important;padding-bottom:180px!important}}@media (max-width: 768px){.pixel-console{padding:16px;max-width:95%}.pixel-title{font-size:1rem}.pixel-btn{font-size:.65rem;padding:10px}.battle-log-box{height:100px;font-size:.6rem}.retro-action-banner{min-width:52px;min-height:20px;font-size:.58rem;padding:3px 8px;gap:3px;box-shadow:0 0 6px #000,0 0 2px #ffd699;text-shadow:0 1px 0 #000,0 0 3px #FFD699;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}.retro-action-banner img{max-height:20px;max-width:20px}.toolbar{flex-wrap:wrap;gap:8px;justify-content:center}.toolbar .retro-rect-select,.toolbar .pixel-btn{flex:1 1 140px;min-width:140px}}@media (max-width: 600px){.wallet-header{padding:6px 8px;flex-direction:column;align-items:stretch;gap:10px;top:5px;left:5px;right:5px}.wallet-header>*{width:100%;font-size:.7rem}.wallet-header button,.wallet-header .wallet-button{padding:6px 8px}.tab-selectors button,.toolbar select,.toolbar button{flex:1;font-size:.7rem;padding:4px}.tab-selectors{flex-direction:row}.power-level-letter{font-size:1.3rem!important;line-height:.9rem!important;min-width:unset!important;margin-bottom:.45rem!important;display:block!important}.power-level-label{font-size:.39rem!important;margin-top:.25rem!important;display:block!important}.fren-card .power-level-letter-check-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-end;margin-bottom:5px;margin-right:0;margin-top:5px;order:100}.fren-card .pixel-btn.check-btn{margin-top:5px;margin-bottom:5px;order:101;align-self:flex-end}.menu-controls-fixed{top:8px!important;right:5px!important;width:calc(100% - 25px)!important;justify-content:flex-end!important;gap:3px!important;z-index:10000;padding:2px 6px;font-size:11px}.pets-list{padding-bottom:160px}.marketplace-screen .pets-list{padding-bottom:160px!important}}@media (max-width: 480px){.pixel-btn{font-size:.55rem;padding:8px}.pixel-title{font-size:.9rem}.battle-log-box{height:90px;font-size:.55rem}}@media (max-width: 900px){.balance-chip{padding:4px 6px!important}.balances-fixed .sol-number,.balances-fixed .goldies-number{font-size:clamp(10px,2.2vw,14px)!important}.balance-chip img{width:24px!important;height:24px!important}}@media (max-width: 700px){:root{--mainmenu-header-height: 64px}.balance-chip{padding:3px 5px!important}.balances-fixed .sol-number,.balances-fixed .goldies-number{font-size:clamp(9px,2.6vw,12px)!important}.balance-chip img{width:20px!important;height:20px!important}.balances-row .wallet-overlay-button{pointer-events:none!important}}@media (max-width: 480px){:root{--mainmenu-header-height: 66px}.balance-chip{padding:2px 4px!important}.balance-chip img{width:16px!important;height:16px!important}.balances-fixed .sol-number,.balances-fixed .goldies-number{font-size:clamp(9px,3.2vw,11px)!important}}@media (min-width: 1400px){.retro-action-banner{font-size:1.09rem;padding:8px 26px;min-width:120px}}@media (max-width: 1100px) and (min-width: 769px){.retro-action-banner{font-size:.85rem;padding:6px 12px;min-width:80px;min-height:30px}}.marketfray-brand-fixed{position:fixed;left:12px;top:54px;transform:translateY(-50%);z-index:26;pointer-events:none}.marketfray-brand-text{display:inline-flex;align-items:center;gap:8px;font-family:"Press Start 2P",cursive;text-transform:uppercase;letter-spacing:2px;font-weight:700;color:#ffd699;font-size:clamp(10px,1.6vw,16px);line-height:1.1;user-select:none;white-space:nowrap;text-shadow:0 1px 0 #000}.marketfray-logo-icon{height:1.5em;width:auto;image-rendering:pixelated;display:block}@media (max-width: 1200px){.marketfray-bar{padding-right:260px!important}}@media (max-width: 900px){.marketfray-bar{gap:20px!important;padding-left:2vw!important;padding-right:220px!important;min-height:90px!important}.marketfray-content{padding-top:90px!important}.balances-fixed,.marketfray-brand-fixed{top:45px!important}}@media (max-width: 700px){.marketfray-bar{gap:12px!important;padding-left:2vw!important;padding-right:170px!important;min-height:60px!important}.marketfray-content{padding-top:60px!important}.balances-fixed,.marketfray-brand-fixed{top:30px!important}}@media (max-width: 480px){.marketfray-bar{gap:7px!important;padding-left:1vw!important;padding-right:130px!important;min-height:38px!important}.marketfray-content{padding-top:38px!important}.balances-fixed{top:19px!important;gap:6px!important}.marketfray-brand-fixed{top:19px!important}}.mainmenu-bar{position:fixed;top:0;left:0;width:100%;background:#181414c7;border-bottom:2px solid #FFD699;box-shadow:0 4px 16px #222;padding-left:calc(8px + env(safe-area-inset-left));padding-right:calc(8px + env(safe-area-inset-right));padding-top:6px;padding-bottom:6px;z-index:25;overflow-x:hidden;overflow-y:visible}.mainmenu-wrapper{padding-top:56px;padding-bottom:16px}.mainmenu-toolbar{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;min-width:0}.mainmenu-left,.mainmenu-right{display:flex;align-items:center;gap:6px;min-width:0;flex-wrap:nowrap}.mainmenu-right{justify-self:end;justify-content:flex-end;flex-wrap:nowrap;max-width:min(66vw,calc(100vw - 220px));margin-right:clamp(12px,3.5vw,56px);padding-right:env(safe-area-inset-right);box-sizing:border-box;overflow:visible}.header-btn,.header-chip,.wallet-chip{padding:4px 6px!important;border:2px solid #FFD699!important;background:#00000059!important;color:#ffd699!important;border-radius:0!important;line-height:1!important;font-size:.55rem!important;font-family:"Press Start 2P",cursive!important;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.header-chip{cursor:default}.alias-label{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alias-text{font-family:"Press Start 2P",cursive!important;font-size:.55rem!important;color:#ffd699!important;line-height:1!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important}.connect-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:2px solid #FFD699;background:#00000059;color:#ffd699;font-family:"Press Start 2P",cursive;font-size:.55rem;text-transform:uppercase;line-height:1;cursor:pointer;user-select:none}.connect-chip .connect-chip-label{pointer-events:none}.wallet-hidden{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;pointer-events:none}.wallet-adapter-dropdown{position:static!important}.wallet-adapter-dropdown-list{position:fixed!important;top:calc(var(--mainmenu-header-height) + 6px)!important;right:clamp(12px,3.5vw,56px)!important;z-index:10020!important;left:auto!important;transform:none!important;max-height:calc(100dvh - var(--mainmenu-header-height) - 12px)!important;overflow:auto!important}@media (max-width: 700px){.mainmenu-toolbar{grid-template-columns:1fr auto;align-items:center;gap:6px}.mainmenu-right{max-width:100%;margin-right:10px}.mainmenu-right .balances-row{gap:4px;width:auto}.mainmenu-wrapper{padding-top:64px}}@media (max-width: 480px){.header-btn,.header-chip,.wallet-chip,.connect-chip{font-size:.48rem!important;padding:2px 4px!important}.alias-text{font-size:.48rem!important}.mainmenu-right .balance-chip{padding:2px 3px}.mainmenu-right .balance-chip img{width:14px;height:14px}.mainmenu-right .goldies-number,.mainmenu-right .sol-number{font-size:10px}.alias-label{max-width:140px}.mainmenu-wrapper{padding-top:66px}}@media (min-width: 1024px){.pixel-console{max-width:680px;padding:28px}.pixel-buttons .pixel-btn{font-size:.95rem;padding:16px}.mainmenu-logo-img{width:260px}}@media (min-width: 1280px) and (min-height: 900px){.mainmenu-wrapper{padding-top:12vh}}.pixel-console,.modal-content,.fren-card,.back-button-container,.sticky-footer,.wallet-header,.balance-chip,.pixel-btn,.input-field,.retro-rect-select,.header-btn,.header-chip,.wallet-chip,.connect-chip{border-radius:0!important}.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:#fff}.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-start-icon,.wallet-adapter-button-end-icon img,.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 #0009;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 ease-in .15s}.wallet-adapter-modal{position:fixed;inset:0;opacity:0;transition:opacity linear .15s;background:#00000080;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:#fff}.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:#00000080;position:fixed;inset: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 #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex: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-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.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:#fff;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}
