:root{--bg-hue:0;--bg-0:hsl(var(--bg-hue),0%,5%);--bg-1:hsl(var(--bg-hue),0%,10%);--bg-2:hsl(var(--bg-hue),0%,15%);--bg-3:hsl(var(--bg-hue),0%,20%);--pr-hue:206;--pr-0:hsl(var(--pr-hue),100%,70%);--pr-1:hsl(var(--pr-hue),100%,50%);--pr-2:hsl(var(--pr-hue),100%,40%);--pr-3:hsl(var(--pr-hue),100%,30%);--ac-h:332;--ac-s:100%;--ac-0:hsl(var(--ac-h),var(--ac-s),70%);--ac-1:hsl(var(--ac-h),var(--ac-s),50%);--ac-2:hsl(var(--ac-h),var(--ac-s),40%);--ac-3:hsl(var(--ac-h),var(--ac-s),30%);--gr-hue:126;--gr-0:hsl(var(--gr-hue),83%,70%);--gr-1:hsl(var(--gr-hue),83%,50%);--gr-2:hsl(var(--gr-hue),83%,40%);--gr-3:hsl(var(--gr-hue),83%,30%);--wa-h:10;--wa-s:100%;--wa-0:hsl(var(--wa-h),var(--wa-s),50%);--wa-1:hsl(var(--wa-h),var(--wa-s),35%);--wa-2:hsl(var(--wa-h),var(--wa-s),30%);--wa-3:hsl(var(--wa-h),var(--wa-s),20%);--color-norm:hsl(var(--bg-hue),0%,84%);--color-mute:hsl(var(--bg-hue),0%,42%);--linear-gradient:linear-gradient(90deg,var(--pr-1),var(--ac-1),var(--gr-1));--tab-gradient:linear-gradient(0deg,var(--bg-0),var(--pr-3));--green-gradient:linear-gradient(var(--gr-1),var(--gr-2));--wax-color:#8549b6;--anchor-color:#3650a2;font-family:Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}:root .light-theme{--bg-0:hsl(var(--bg-hue),0%,85%);--bg-1:hsl(var(--bg-hue),0%,90%);--bg-2:hsl(var(--bg-hue),0%,95%);--bg-3:hsl(var(--bg-hue),0%,100%);--color-norm:hsl(var(--bg-hue),0%,16%);--color-mute:hsl(var(--bg-hue),0%,58%)}:root .light-theme .button,:root .light-theme button{--color-norm:hsl(var(--bg-hue),0%,84%);--color-mute:hsl(var(--bg-hue),0%,42%)}html{font-size:16px;height:100%}body{background:var(--bg-0);color:var(--color-norm);min-height:100%;touch-action:manipulation}body.no-scroll{overflow:hidden!important}body,h1,h2,h3,h4,h5,h6,html,ol,p,ul{font-weight:400;margin:0;padding:0}div,html,span{box-sizing:border-box}ol,ul{list-style:none}*,:after,:before{box-sizing:inherit}.bg-0{background:var(--bg-0)}.bg-1{background:var(--bg-1)}.bg-1-hov:hover,.bg-2{background:var(--bg-2)}.bg-pr-1{background:var(--pr-1)}.bg-pr-2{background:var(--pr-2)}.bg-pr-3{background:var(--pr-3)!important}.bg-ac-1{background:var(--ac-1)}.bg-ac-2{background:var(--ac-2)}.bg-gr-1{background:var(--gr-1)}.bg-gr-2{background:var(--gr-2)}.bg-cover{background-size:cover}.radius-16{border-radius:1rem}.radius-max{border-radius:10rem}.y-auto{overflow-y:auto}.x-auto{overflow-x:auto}.full-w{width:100%}.full-h{height:100%}.h-64{height:4rem}.h-96{height:6rem}.w-96{width:6rem}.h-256{height:16rem}.h-350{height:22rem}.mh-36{min-height:36rem}.mw-128{min-width:8rem}.max-w-600{max-width:38rem}.max-w-800{max-width:50rem}.hw-128{height:8rem;width:8rem}.full{height:100%;width:100%}.pad-4{padding:.25rem}.pad-8{padding:.5rem}.pad-16{padding:1rem}.pad-32-0{padding:2rem 0}.pad-0{padding:0}.pad-0-8{padding:0 .5rem}.pad-8-0{padding:.5rem 0}.pad-16-0{padding:1rem 0}.pad-0-16{padding:0 1rem}.pad-8-16{padding:.5rem 1rem}.pad-bot-8{padding-bottom:.5rem}.mar-t-32{margin-top:2rem}.mar-t-64-auto{margin:4rem auto}.primary{color:var(--pr-1)}.red{color:var(--wa-1)}.green{color:var(--gr-1)}.mute{color:var(--color-mute)}.absolute{position:absolute}.capital{text-transform:capitalize}.tabular-nums{font-variant-numeric:tabular-nums}.text-center{text-align:center}.lh-1-3{line-height:1.3}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.pointer{cursor:pointer}.bg-blur{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.panel{align-items:center;background:var(--bg-0);display:flex;flex-flow:column;height:100%;overflow-y:auto;position:fixed;top:0;transition:all .2s linear;width:20rem;z-index:10}.panel.left{border-right:.0625rem solid var(--color-mute);left:-20rem}.panel.left.show{left:0}.panel.right{border-left:.0625rem solid var(--color-mute);right:-20rem}.panel.right.show{right:0}.flex{display:flex}.flex.col{flex-direction:column}.flex.center{justify-content:center}.flex.center,.flex.items-center{align-items:center}.flex.items-end{align-items:flex-end}.flex.content-center{justify-content:center}.flex.flex-end{justify-content:flex-end}.flex.space-between{justify-content:space-between}.flex.space-evenly{justify-content:space-evenly}.flex.auto{flex:auto}.flex.wrap{flex-wrap:wrap}.flex.gap-4{gap:.25rem}.flex.gap-8{gap:.5rem}.flex.gap-16{gap:1rem}.flex.gap-32{gap:2rem!important}.flex.gap-64{gap:4rem!important}.flex-auto{flex:auto!important}.align-self-center{align-self:center!important}.page-wrap{flex:auto}.page-wrap.padding{padding:0 1rem}.page-wrap .page{max-width:96rem;min-height:30rem;padding-bottom:4rem;width:100%}.page-wrap .max-1024{max-width:64rem}.page-wrap .top-margin{margin-top:4rem}.project.wrap{border-radius:2rem;display:flex;justify-content:center;padding:8rem 2rem}.project .inner{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);border:.0625rem solid var(--color-mute);border-radius:1rem;max-width:48rem;padding:2rem;width:100%}.project .inner.row-rev{flex-direction:row-reverse}.project .col-title{align-items:center;background:var(--bg-3);border-radius:6rem;bottom:0;display:flex;justify-content:center;padding:1rem;position:absolute;width:80%}@media (max-width:36rem){.project.wrap{padding:4rem 1rem}}@media (max-width:96rem){.project.wrap{border-left:none;border-radius:0;border-right:none}}div{flex-shrink:0;line-height:1;position:relative}div.icon-bubble{background:var(--wa-1);border-radius:2rem;height:1rem;min-width:1rem;padding:.25rem;right:0;top:0}div.grid{background:var(--bg-2);border-radius:.5rem;display:flex;flex:auto;flex-direction:column;max-width:22rem;min-height:14rem;min-width:14rem;overflow:hidden;width:100%}div.grid .top{padding:.5rem 1rem}div.grid .mid{min-height:20rem;width:100%}div.grid .bot{min-height:12rem}div.grid:hover{background:var(--bg-3)}div.expansion{border-bottom:.0625rem solid var(--bg-3);width:100%}div.bubble{background:var(--pr-3);border-radius:.25rem;padding:.25rem .5rem}div.bubble.rank{background:var(--ac-3)}div.bubble.circle{border-radius:2rem}div.filter{align-items:center;background:var(--bg-2);border:.125rem solid var(--bg-3);border-radius:8rem;color:var(--color-norm);display:flex;flex:auto;font-size:1rem;gap:.5rem;max-width:24rem;padding:.125rem;position:relative}div.filter input{all:unset;cursor:text;flex:auto;text-align:center}div.filter button{height:2.5rem;width:2.5rem}div.footer{background:var(--bg-2);border-top:.0625rem solid var(--color-mute);font-size:.825rem;padding:3rem 1rem}div.footer .wrap{display:flex;flex-wrap:wrap;gap:1rem}div.footer .wrap .left,div.footer .wrap .right{align-items:center;display:flex;flex:auto;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem}div.footer a{all:unset;color:var(--color-mute);cursor:pointer}div.footer img{height:2rem;width:auto}div .spin{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear;display:inline-flex;transform-origin:50% 50%}div .filters-panel{background:var(--bg-2);height:100%;max-width:20rem;overflow-y:auto;position:fixed;top:0;width:100%;z-index:10}div .filters-panel.left{left:-20rem;transition:left .2s linear}div .filters-panel.left.open{left:0}div .select{-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);display:none;flex-direction:column;left:0;position:absolute;top:4rem;width:100%;z-index:1}div .select.show{display:flex}div .select button{align-items:center;display:flex;height:2rem;justify-content:center}@media (max-width:36rem){div.footer .item{justify-content:center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.overlay{-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);border-radius:0;height:100%;left:0;margin:0;padding:0;position:fixed;top:0;width:100%;z-index:9}.topbar{background:var(--bg-2);border-bottom:.0625rem solid var(--color-mute);flex-grow:0;flex-shrink:0;height:5rem;position:sticky;top:0;z-index:9}.topbar .inner{align-items:center;display:flex;height:100%;justify-content:space-between}a{all:unset;color:var(--pr-0);cursor:pointer}.font.size-10{font-size:.625rem}.font.size-12{font-size:.75rem}.font.size-16{font-size:1rem}.font.size-20{font-size:1.25rem}.font.size-24{font-size:1.5rem}.font.upper{text-transform:uppercase}.font.capital{text-transform:capitalize}.font.light{font-weight:lighter}.font.bold{font-weight:700}.font.center{text-align:center}.font.pr-0{color:var(--pr-0)}.font.ac-0{color:var(--ac-0)}.font.gr-0{color:var(--gr-0)}.avatar-wrap{background:var(--bg-3);border-radius:8rem;height:4rem;padding:.25rem;width:4rem}.avatar-wrap .avatar{height:100%;width:auto}.avatar-wrap .wallet{background:var(--bg-0);border-radius:8rem;bottom:0;height:1.5rem;padding:.0625rem;position:absolute;right:0;width:1.5rem}img,video{height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;width:100%}img.full-h,video.full-h{height:100%}.image{all:unset}.image.anchor-btn,.image.wax-btn{height:auto;width:1.5rem}.image.h-40{height:2.5rem}.bg-center{background-position:50%;overflow-y:hidden}.tool-wrap .banner{background-size:cover!important;display:flex;flex-direction:column;justify-content:flex-end}.tool-wrap .banner.bg-center{background-position:50%;overflow-y:hidden}.tool-wrap .banner .container{border-radius:1rem;margin:2rem auto;max-width:82.5rem;min-height:6rem;padding:1rem;width:100%}.tool-wrap .banner .container img{height:8rem}.tool-wrap .no-user{align-items:center;display:flex;flex-direction:column;gap:2rem;min-height:12rem;padding:4rem 1rem}@media (max-width:36rem){.tool-wrap .banner .container{flex-direction:column}}@media (max-width:96rem){.tool-wrap .banner{border-left:none;border-radius:0;border-right:none}}.scroll-track{display:flex;margin:0 auto;position:sticky;width:100%;z-index:4}.scroll-track .scroll::-webkit-scrollbar{display:none}.scroll-track a{all:unset;align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;text-transform:uppercase;width:100%}.scroll-track .scroll{background:var(--bg-2);display:inline-flex;flex:auto;overflow-x:auto}.scroll-track .scroll .item{align-items:center;color:var(--color-mute);cursor:pointer;display:flex;flex:auto;height:2.2rem;justify-content:center;letter-spacing:.0625rem;padding:0 .5rem}.scroll-track .scroll .item.selected{background:var(--pr-3)!important;color:var(--color-norm)}.scroll-track .scroll .item:hover{background:var(--bg-1)}@media (max-width:96rem){.scroll-track{padding:0}.scroll-track .scroll{border-left:none;border-radius:unset;border-right:none}.scroll-track .scroll .item{font-size:.75rem}}.farm-items{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto 2rem;max-width:82rem;width:100%}.farm-items .item{align-items:center;background:var(--bg-2);border-radius:1rem;display:flex;flex:auto;flex-direction:column;gap:1rem;max-width:25rem;overflow:hidden;padding:1rem}.farm-items .item .top-row{align-items:center;display:flex;gap:.5rem;width:100%}.farm-items .item .middle-row{align-items:center;display:flex;flex:auto;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.farm-items .item .bottom-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between;width:100%}.farm-items .item .bubble{background:var(--bg-3);height:3rem;margin:-1rem;margin-bottom:unset;padding:0 1rem}.farm-items .item .bubble,.farm-items .item .title{align-items:center;display:flex;justify-content:center}.farm-items .item .title{gap:.25rem;height:2rem;width:100%}.farm-items .item .plant-item .top{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:8em}.farm-items .item .plant-item .image-container{align-items:center;background:var(--bg-3);border-radius:50%;display:flex;height:8rem;justify-content:center;padding:1rem;width:100%}.farm-items .item .plant-item .image-container img{height:100%}.farm-items .item .product{background:var(--bg-3);border-radius:20rem;height:8rem;padding:1rem;width:8rem}.farm-items .item .product.grayscale{border:none;filter:grayscale(1)}.farm-items .item .basic img,.farm-items .item .prod-img img{height:5rem;width:5rem}@media (max-width:36rem){.farm-items .item{border:none;border-radius:0;max-width:unset}}.modal-wrap{bottom:0;color:var(--color-norm);left:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:0;z-index:11}.modal-wrap .modal{background:var(--linear-gradient);border-radius:1rem;display:flex;height:20rem;margin:0 auto;overflow:hidden;padding:.25rem;width:20rem}.modal-wrap .modal .scroll{align-items:center;background:var(--bg-2);border-radius:1rem;display:flex;flex:auto;flex-direction:column;gap:1rem;justify-content:space-evenly;overflow-y:scroll;padding:1rem}.increment{border-radius:6rem;color:var(--color-norm);height:2.5rem;min-width:10rem;overflow:hidden;position:relative}.increment .input-btn{align-items:center;cursor:pointer;display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.increment .input-btn input{text-align:center;width:2rem}.increment .btn{cursor:pointer;height:2.5rem;opacity:.5;padding:0;width:2.5rem;z-index:2}.button,button{all:unset;border-radius:8rem;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;font-weight:700;height:2.5rem;padding:0 1rem;text-align:center;transition:transform 40ms linear}.button.global-close,button.global-close{background:rgba(0,0,0,.1);border-radius:0;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:4}.button.h-48,button.h-48{height:3rem}.button.pad-0-8,button.pad-0-8{padding:0 .5rem}.button.radius-0,button.radius-0{border-radius:0}.button.left,button.left{text-align:left}.button.light,button.light{font-weight:lighter}.button.h-auto,button.h-auto{height:auto}.button.sm,button.sm{height:1.5rem}.button.icon,button.icon{padding:0;width:2.5rem}.button.icon.sm,button.icon.sm{height:1.5rem;width:1.5rem}.button.center,button.center{align-items:center;justify-content:center}.button.center.i-left,button.center.i-left{justify-content:left}.button.center.i-right,button.center.i-right{justify-content:right}.button.full-w,button.full-w{width:100%}.button.harvest,button.harvest{background:var(--gr-3);border:.0625rem solid var(--gr-0)}.button.visit,button.visit{background:var(--ac-3);border:.0625rem solid var(--ac-0)}.button.warn,button.warn{background:var(--wa-3);border:.0625rem solid var(--wa-0)}.button.warn.invert,button.warn.invert{background:none;border:none;color:var(--wa-1)}.button.refill,button.refill{background:var(--pr-3);border:.0625rem solid var(--pr-0)}.button.row-btn.row,button.row-btn.row{background:var(--bg-1);border:.0625rem solid var(--pr-2)}.button.login,button.login{background:var(--linear-gradient);padding:.125rem}.button.login .inner,button.login .inner{align-items:center;background:var(--bg-1);border-radius:4rem;display:flex;flex:auto;height:100%;justify-content:center;padding:0 1rem;width:100%}.button.login.logo,button.login.logo{border-radius:100%;height:3.2rem;padding:.125rem;width:3.2rem}.button.login.logo a,button.login.logo a{padding:.25rem}.button.bubble,button.bubble{background:var(--pr-3);border-radius:.25rem;padding:.25rem .5rem}.button.bubble.rank,button.bubble.rank{background:var(--ac-3)}.button.bubble.circle,button.bubble.circle{border-radius:2rem}.button.crate,button.crate{background:var(--bg-1);border:.0625rem solid var(--bg-3);height:2rem;padding:0;width:2rem}.button.boxes,.button.crate,button.boxes,button.crate{align-items:center;display:flex;justify-content:center}.button.boxes,button.boxes{background:#783c00;border:.0625rem solid #bc5e00;width:2.5rem}.button.boxes.opacity,button.boxes.opacity{opacity:.8;pointer-events:none}.button.selected,button.selected{background:var(--pr-2);border:.0625rem solid var(--pr-0)}.button.clear-btn,button.clear-btn{background:var(--wa-2);border-radius:6rem;height:unset;opacity:.8;padding:0}.button.ingredient,button.ingredient{align-items:center;background:var(--wa-3);border:.0625rem solid var(--wa-0);display:flex;flex-direction:column;gap:.5rem;height:6rem;justify-content:center;padding:.5rem;width:6rem}.button.ingredient.enough,button.ingredient.enough{background:var(--gr-3);border-color:var(--gr-0)}.button.wallet-btn,button.wallet-btn{border:.0625rem solid var(--color-norm);flex:auto;font-weight:700;height:3rem}.button.wallet-btn.wax,button.wallet-btn.wax{background:var(--wax-color)}.button.wallet-btn.wax img,button.wallet-btn.wax img{height:1.5rem;width:2.5rem}.button.wallet-btn.anchor,button.wallet-btn.anchor{background:var(--anchor-color)}.button.wallet-btn.anchor img,button.wallet-btn.anchor img{height:2.5rem;width:auto}.button.disabled,.button:disabled,button.disabled,button:disabled{background:var(--bg-0);border:none;color:var(--color-mute)!important;pointer-events:none}a:active,button:active{transform:scale(1.04)}.response .row{min-height:2rem;padding:1rem 0}.response .col-img{height:3rem;width:3rem}.response .asset{padding:0 1rem}.table{display:flex;flex-direction:column}.table,.table tr{width:100%}.table .cell,.table .header{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem;line-height:2;min-height:1.5rem;padding:.5rem 1rem}.table .header{font-weight:700;justify-content:center}.table .cell{justify-content:space-between}.table .cell:nth-child(odd){background:var(--bg-2)}input[type=number],input[type=text]{all:unset;background:var(--bg-3);border-radius:5rem;color:var(--color-norm);cursor:text;height:2.5rem;max-width:100%}input[type=number].center,input[type=text].center{text-align:center}div.input{align-items:center;background:var(--bg-3);border-radius:5rem;display:flex;gap:.5rem}div.input.suffix{padding:0 1rem}div.market-searchbar,label.market-searchbar{align-items:center;background:var(--bg-1);border:.0625rem solid var(--color-mute);border-radius:3rem;display:flex;flex:1;gap:.5rem;order:1;padding:0 .5rem}div.market-searchbar.md,label.market-searchbar.md{max-width:22rem;min-width:14rem}div.market-searchbar.lg,label.market-searchbar.lg{max-width:38rem;min-width:22rem}div.market-searchbar.no-auto,label.market-searchbar.no-auto{flex:none}div.market-searchbar input,div.market-searchbar select,label.market-searchbar input,label.market-searchbar select{background:none;border-radius:0;flex:auto;width:100%}div.market-searchbar select,label.market-searchbar select{color:var(--color-mute);font-weight:lighter;text-align:right}div.market-searchbar select.center,label.market-searchbar select.center{text-align:center}div.market-searchbar:hover,label.market-searchbar:hover{border-color:var(--color-norm)}select{all:unset;align-items:center;background:var(--bg-3);border-radius:5rem;color:var(--color-norm);cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:0 1rem}select,select.center{text-align:center}@media (max-width:53rem){div.market-searchbar.md,label.market-searchbar.md{max-width:none}div.market-searchbar.lg,label.market-searchbar.lg{max-width:100%}div.market-searchbar.last,label.market-searchbar.last{order:2}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.dropdown{display:flex;flex-direction:column;position:relative}.dropdown .selected{align-items:center;background:var(--bg-1);border:.0625rem solid var(--color-mute);border-radius:5rem;cursor:pointer;display:flex;gap:.5rem;padding:0 .5rem 0 1rem;transition:border-color .1s ease-in-out}.dropdown .selected.opened{border-bottom:none;border-radius:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown .selected .main-button{all:unset;flex:auto;height:2.5rem}.dropdown .menu{background-color:var(--bg-3);border:.0625rem solid var(--color-mute);border-radius:1rem;border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;overflow:hidden;position:relative;transition:border-color .4s ease-in-out;width:100%;z-index:4}.dropdown .menu .options{display:flex;flex-direction:column;max-height:15rem;overflow-y:auto;width:100%}.dropdown .menu button{all:unset;cursor:pointer;flex-shrink:0;height:2.5rem;padding:0 1rem}.dropdown .menu button:hover{background:var(--pr-2)}.dropdown .menu.opened{display:block}.dropdown .hover{border-color:var(--color-norm)}.select-table{display:flex;flex:auto;flex-flow:column}.select-table .header{display:flex;flex-flow:row}.select-table .header .column{align-items:center;color:var(--color-mute);display:flex;flex:auto;padding:.5rem}.select-table .header .column:last-child{justify-content:flex-end}.select-table .body{display:flex;flex-direction:column;overflow:auto}.select-table .body .row{cursor:pointer;display:flex;flex-flow:row;padding:.5rem}.select-table .body .row .cell{display:flex;flex:auto;justify-content:center}.select-table .body .row .cell.start{justify-content:flex-start}.select-table .body .row .cell.end,.select-table .body .row .cell:last-child .end{justify-content:flex-end}.select-table .body .row.selected{background:var(--pr-1)}.select-table .body .row:nth-child(odd){background-color:var(--bg-2)}a.svelte-1tlgx27{color:var(--color-norm);font-size:1.2rem;letter-spacing:.125rem}@media (max-width:36rem){a.svelte-1tlgx27{font-size:1rem}}
