*{box-sizing:border-box}body,html{margin:0;min-height:100vh;font-family:DM Sans,system-ui,-apple-system,sans-serif;background-color:#0a0a12;background-image:url(/space-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;image-rendering:high-quality;color:#e6edf3}.site-header{position:fixed;top:0;left:0;right:0;z-index:140;padding:10px 16px;pointer-events:none;background:linear-gradient(180deg,rgba(10,10,18,.92),rgba(10,10,18,.6) 70%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.site-header *{pointer-events:auto}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;max-width:1400px;margin:0 auto}.site-logo-link{display:inline-block;line-height:0;text-decoration:none;flex-shrink:0}.site-logo{display:block;height:56px;width:auto;max-width:280px;object-fit:contain;object-position:left center}.site-header-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.site-header-nav{display:flex;align-items:center;gap:6px}.site-header-link{padding:8px 14px;font-size:.9rem;font-weight:500;color:#8b949e;text-decoration:none;border-radius:10px;transition:color .2s,background .2s}.site-header-link:hover{color:#e6edf3;background:hsla(0,0%,100%,.06)}.site-header-link.active{color:#7ee787;background:rgba(126,231,135,.12)}.site-header-world{flex-shrink:0}.site-header-world-link{display:inline-flex;flex-direction:column;align-items:flex-end;gap:2px;padding:6px 12px;font-size:.8rem;color:#8b949e;text-decoration:none;border-radius:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);transition:color .2s,background .2s,border-color .2s}.site-header-world-link:hover{color:#e6edf3;background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.1)}.site-header-world-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.site-header-world-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#e6edf3;font-weight:500}.site-header-world-planters{color:#7ee787;font-weight:500}.site-header-fruit{flex-shrink:0}.site-header-fruit-link{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;color:#8b949e;text-decoration:none;border-radius:10px;background:rgba(126,231,135,.08);border:1px solid rgba(126,231,135,.2);transition:color .2s,background .2s,border-color .2s}.site-header-fruit-link:hover{color:#e6edf3;background:rgba(126,231,135,.14);border-color:rgba(126,231,135,.35)}.site-header-fruit-icon{font-size:1rem}.site-header-fruit-unclaimed{color:#7ee787;font-weight:500}.site-header-fruit-sep{color:#6b7280;margin:0 4px}.site-header-fruit-claimed{color:#94a3b8}.site-header-fruit-loading{color:#8b949e}.site-header-wallet{flex-shrink:0}.site-header-hamburger{display:none;width:44px;height:44px;padding:0;border:none;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;color:#e6edf3;flex-shrink:0}.site-header-hamburger-bar{display:block;width:20px;height:2px;background:currentColor;border-radius:1px}.site-header-mobile-right{display:none;align-items:center;gap:8px;flex-shrink:0;min-width:0;margin-left:auto}.site-header-mobile-stats{display:flex;align-items:center;gap:6px;flex-shrink:1;min-width:0;justify-content:flex-end}.site-header-mobile-world{display:inline-flex;align-items:center;padding:5px 9px;font-size:.7rem;color:#94a3b8;text-decoration:none;border-radius:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;max-width:110px;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.site-header-mobile-world:hover{color:#e6edf3;background:hsla(0,0%,100%,.08)}.site-header-mobile-world-txt{font-size:inherit}.site-header-mobile-fruit-link{display:inline-flex;align-items:center;gap:3px;padding:5px 9px;font-size:.7rem;color:#8b949e;text-decoration:none;border-radius:8px;background:rgba(126,231,135,.1);border:1px solid rgba(126,231,135,.2);max-width:95px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.site-header-mobile-fruit-link .site-header-fruit-unclaimed{color:#7ee787;font-weight:600}.site-header-mobile-fruit-link .site-header-fruit-sep{color:#6b7280;margin:0 1px;font-size:.65rem}.site-header-mobile-fruit-link .site-header-fruit-claimed{color:#94a3b8;font-size:.65rem}@media (max-width:767px){.site-header-right{display:none}.site-header-hamburger,.site-header-mobile-right{display:flex}.site-logo{height:42px;max-width:160px}.site-header-inner{gap:10px;align-items:center}}.site-header-drawer{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.site-header-drawer.site-header-drawer-open{pointer-events:auto;opacity:1;visibility:visible}.site-header-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .2s ease}.site-header-drawer-open .site-header-drawer-backdrop{opacity:1}.site-header-drawer-panel{position:fixed;top:0;right:0;width:min(320px,85vw);height:100vh;z-index:1;background:rgba(10,10,20,.98);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-left:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s ease;box-shadow:-4px 0 24px rgba(0,0,0,.3)}.site-header-drawer-open .site-header-drawer-panel{transform:translateX(0)}.site-header-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.site-header-drawer-title{font-size:1.1rem;font-weight:600;color:#e6edf3}.site-header-drawer-close{width:40px;height:40px;padding:0;border:none;border-radius:10px;background:transparent;color:#8b949e;font-size:1.5rem;line-height:1;cursor:pointer;transition:color .2s,background .2s}.site-header-drawer-close:hover{color:#e6edf3;background:hsla(0,0%,100%,.06)}.site-header-drawer-body{padding:20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.site-header-drawer-favorites{padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.site-header-drawer-favorites-btn{display:block;width:100%;padding:12px 16px;background:linear-gradient(135deg,rgba(126,231,135,.2),rgba(34,197,94,.15));border:1px solid rgba(126,231,135,.4);border-radius:10px;color:#7ee787;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.site-header-drawer-favorites-btn:hover{background:linear-gradient(135deg,rgba(126,231,135,.3),rgba(34,197,94,.25))}.site-header-drawer-favorites-hint{margin:8px 0 0;font-size:.8rem;color:hsla(0,0%,100%,.6);line-height:1.35}.site-header-drawer-nav{display:flex;flex-direction:column;gap:4px}.site-header-drawer-link{display:block;padding:12px 16px;font-size:1rem;font-weight:500;color:#8b949e;text-decoration:none;border-radius:10px;transition:color .2s,background .2s}.site-header-drawer-link.active,.site-header-drawer-link:hover{color:#7ee787;background:rgba(126,231,135,.1)}.site-header-drawer-world .site-header-world-link{flex-direction:row;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;text-align:left}.site-header-drawer-world .site-header-world-value{font-size:.85rem;text-align:right}.site-header-drawer-fruit .site-header-fruit-link{display:flex;width:100%;box-sizing:border-box}.site-header-drawer-wallet{margin-top:8px}.click-feedback{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);z-index:80;padding:12px 20px;background:rgba(10,10,20,.9);border:1px solid rgba(126,231,135,.3);border-radius:12px;color:#e6edf3;font-size:.9rem;white-space:nowrap;box-shadow:0 4px 20px rgba(0,0,0,.3);animation:click-feedback-in .2s ease}@keyframes click-feedback-in{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.tx-status-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:45;width:100%;max-width:68vw;min-width:280px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px max(14px,env(safe-area-inset-bottom));margin-bottom:12px;background:rgba(10,10,20,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(126,231,135,.2);border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.35);color:#7ee787;font-size:.9rem;font-weight:500;letter-spacing:.02em;animation:tx-status-bar-in .3s ease}.app-shell-mobile-layout .tx-status-bar{bottom:64px;margin-bottom:8px;padding-bottom:14px;max-width:88vw}.tx-status-bar__text{color:#7ee787}.tx-status-bar__spinner{width:18px;height:18px;border:2px solid rgba(126,231,135,.3);border-top-color:#7ee787;border-radius:50%;animation:tx-status-spin .8s linear infinite;flex-shrink:0}.tx-status-bar__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(126,231,135,.2);color:#7ee787;font-size:.85rem;font-weight:700;flex-shrink:0}.tx-status-bar__icon--check{background:rgba(34,197,94,.25)}.tx-status-bar--confirmed{border-top-color:rgba(34,197,94,.4);animation:tx-status-bar-in .3s ease,tx-status-confirmed .4s ease .2s both}@keyframes tx-status-bar-in{0%{opacity:0;transform:translateX(-50%) translateY(12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes tx-status-spin{to{transform:rotate(1turn)}}@keyframes tx-status-confirmed{0%{box-shadow:0 0 0 0 rgba(126,231,135,.2)}to{box-shadow:0 0 0 4px transparent}}.app-shell{min-height:100vh;padding:0;margin:0;position:relative}.leaderboard-sidebar{top:96px;left:20px;max-height:calc(100vh - 116px)}.corner-ui,.leaderboard-sidebar{position:fixed;z-index:50;overflow-y:auto}.corner-ui{top:88px;right:20px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;max-height:calc(100vh - 40px)}.corner-top-row{display:flex;align-items:center;gap:12px;flex-shrink:0}.corner-wallet{flex-shrink:0}.base-signin{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:10px}.base-signin-status{font-size:.85rem;color:#8b949e}.base-signin-btn{padding:8px 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:rgba(10,10,20,.6);color:#e6edf3;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.base-signin-btn:hover{background:rgba(126,231,135,.18);border-color:rgba(126,231,135,.3);color:#7ee787}.base-signin-btn:disabled{opacity:.6;cursor:not-allowed}.base-signin-btn--secondary{background:hsla(0,0%,100%,.06)}.quests-panel{padding:16px 18px;background:rgba(10,10,20,.6);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);color:#e6edf3}.quests-title{margin:0 0 6px;font-size:1.1rem;font-weight:600}.quests-subtitle{margin:0 0 8px;font-size:.85rem;color:#8b949e}.quests-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.quests-tree-count{margin:0 0 10px;font-size:.85rem}.quests-dashboard{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:stretch}.quests-overview{gap:14px;overflow-y:auto;padding-right:4px}.quests-main,.quests-overview{display:flex;flex-direction:column;min-height:calc(100vh - 210px)}.quests-main{min-width:0}.quests-main-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.quests-main-title{margin:0;font-size:.98rem;font-weight:700}.quests-main-count{padding:5px 10px;border-radius:999px;background:rgba(126,231,135,.08);border:1px solid rgba(126,231,135,.18);color:#7ee787;font-size:.78rem;font-weight:700}.quests-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.quests-summary-card{padding:12px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:rgba(10,10,20,.5)}.quests-rate-highlight{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 12px;padding:14px 14px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:rgba(10,10,20,.52)}.quests-rate-highlight--active{border-color:rgba(126,231,135,.24);background:linear-gradient(145deg,rgba(126,231,135,.12),rgba(10,10,20,.55))}.quests-rate-highlight-label{margin:0 0 4px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8b949e}.quests-rate-highlight-value{margin:0 0 4px;font-size:1.35rem;font-weight:800;color:#f0fdf4}.quests-rate-highlight-meta{margin:0;font-size:.8rem;line-height:1.45;color:#b7c6d1}.quests-summary-table{margin:0 0 16px;border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:rgba(10,10,20,.5)}.quests-summary-table-inner{width:100%;border-collapse:collapse;font-size:.9rem}.quests-summary-table-inner tr{border-bottom:1px solid hsla(0,0%,100%,.06)}.quests-summary-table-inner tr:last-child{border-bottom:none}.quests-summary-table-inner td{padding:12px 16px;vertical-align:middle}.quests-summary-label{color:#8b949e;font-weight:500}.quests-summary-value{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.quests-summary-number{font-weight:700;font-size:1.05rem}.quests-summary-active .quests-summary-number{color:#7ee787}.quests-summary-completed .quests-summary-number{color:#4ade80}.quests-summary-of{color:#6b7280;font-size:.85rem;font-weight:500}.quests-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto;padding:0 4px 0 0}.quests-item{padding:10px 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.06);background:rgba(10,10,20,.6)}.quests-item-main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.quests-item-title{margin:0 0 4px;font-size:.9rem}.quests-item-desc{margin:0 0 4px;font-size:.8rem;color:#8b949e}.quests-item-meta{margin:0;font-size:.8rem}.quests-item-action{flex-shrink:0;display:flex;align-items:center}.quests-claim-btn{padding:6px 10px;border-radius:999px;border:none;background:#16a34a;color:#0b1120;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.quests-claim-btn:hover{background:#22c55e;transform:translateY(-1px)}.quests-claim-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.quests-badge{padding:4px 8px;border-radius:999px;font-size:.75rem}.quests-badge--claimed{background:rgba(34,197,94,.15);color:#4ade80}.quests-badge--locked{background:rgba(148,163,184,.15);color:#94a3b8}.quests-connect,.quests-error,.quests-loading{margin:0;font-size:.9rem;color:#8b949e}.quests-page{min-height:100vh;padding:82px 20px 32px;display:flex;flex-direction:column;align-items:center}.quests-page-header{width:100%;max-width:1180px;margin-bottom:14px}.quests-page-back{display:inline-block;color:#8b949e;text-decoration:none;font-size:.95rem;transition:color .2s}.quests-page-back:hover{color:#7ee787}.quests-page-content{width:100%;max-width:1180px;flex:1 1}.quests-page-content .quests-panel{padding:24px 22px;background:linear-gradient(145deg,rgba(10,10,24,.85),rgba(10,14,20,.75));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;border:1px solid rgba(126,231,135,.15);box-shadow:0 8px 32px rgba(0,0,0,.35),inset 0 0 0 1px hsla(0,0%,100%,.04);color:#e6edf3}.quests-page-content .quests-title{margin:0 0 6px;font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:8px}.quests-page-content .quests-subtitle{margin:0 0 8px;font-size:.9rem;line-height:1.45;color:#8b949e}.quests-page-content .quests-fruit-note{margin:0;font-size:.8rem;color:#6b7280;line-height:1.4}.quests-page-content .quests-tree-count{margin:0;padding:12px 16px;border-radius:12px;background:rgba(126,231,135,.08);border:1px solid rgba(126,231,135,.2);font-size:.95rem}.quests-page-content .quests-tree-count strong{color:#7ee787;font-size:1.1rem}.quests-rate-box{margin:0 0 20px;padding:14px 16px;border-radius:14px;background:rgba(126,231,135,.06);border:1px solid rgba(126,231,135,.16)}.quests-rate-title{margin:0 0 6px;font-size:.98rem;font-weight:700;color:#c9f8d1}.quests-rate-subtitle{margin:0 0 12px;font-size:.82rem;line-height:1.45;color:#9fb4a6}.quests-rate-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.quests-rate-item{padding:12px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.06);background:rgba(10,10,20,.45)}.quests-rate-item--active{border-color:rgba(126,231,135,.22);background:rgba(34,197,94,.08)}.quests-rate-item-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.quests-rate-item-title{margin:0 0 4px;font-size:.92rem;font-weight:700}.quests-rate-item-desc{margin:0 0 4px;font-size:.82rem;line-height:1.45;color:#dbe7df}.quests-rate-item-meta{margin:0;font-size:.78rem;color:#95a39b}.quests-page-content .quests-summary-table{margin-bottom:20px;background:rgba(10,10,24,.5);border-color:rgba(126,231,135,.12)}.quests-page-content .quests-summary-table-inner td{padding:14px 18px}.quests-page-content .quests-summary-number{font-size:1.1rem}.quests-page-content .quests-list{flex:1 1;min-height:0;max-height:none;gap:10px}.quests-page-content .quests-item{padding:14px 16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.06);background:rgba(10,10,20,.5);transition:border-color .2s,background .2s}.quests-page-content .quests-item--claimable{border-color:rgba(126,231,135,.25);background:rgba(126,231,135,.06)}.quests-page-content .quests-item--claimed{border-color:rgba(74,222,128,.2);background:rgba(34,197,94,.08)}.quests-page-content .quests-item-title{font-size:.95rem;font-weight:600}.quests-page-content .quests-item-meta strong{color:#7ee787}@media (max-width:767px){.quests-page{padding:72px 12px 20px}.quests-page-content,.quests-page-header{max-width:100%}.quests-topbar{flex-direction:column;gap:10px;margin-bottom:12px}.quests-dashboard{grid-template-columns:1fr;gap:12px}.quests-main,.quests-overview{min-height:auto}.quests-overview{overflow:visible;padding-right:0}.quests-summary-grid{gap:8px}.quests-main-header{margin-bottom:10px}.quests-page-content .quests-panel{padding:16px 14px}.quests-page-content .quests-list{flex:none;min-height:auto;max-height:none;overflow:visible;padding-right:0}.quests-rate-box{margin-bottom:0;padding:12px}.quests-fruit-note,.quests-rate-subtitle{font-size:.76rem}}.corner-fruit-link{display:inline-block;padding:8px 14px;font-size:.9rem;font-weight:500;color:#7ee787;background:rgba(126,231,135,.12);border:1px solid rgba(126,231,135,.3);border-radius:10px;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.corner-fruit-link:hover{background:rgba(126,231,135,.2);color:#e6edf3;border-color:rgba(126,231,135,.5)}.corner-wallet-miniapp{flex-shrink:0;padding:10px 14px;background:rgba(10,10,20,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;border:1px solid hsla(0,0%,100%,.08)}.corner-wallet-miniapp-link{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:inherit;text-decoration:none}.corner-wallet-miniapp-link:hover{color:#7ee787}.corner-wallet-miniapp-label{font-size:.75rem;color:#8b949e}.corner-wallet-miniapp-address{font-size:.9rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#e6edf3}.globe-wrap{overflow:visible;background:transparent;width:100%;min-height:100vh}.globe-controls{position:absolute;bottom:20px;left:20px;z-index:10;display:flex;gap:8px;pointer-events:auto}.globe-rotate-toggle,.globe-speed-toggle{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;color:#e6edf3;background:rgba(10,10,20,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background .2s,color .2s,border-color .2s}.globe-speed-toggle{font-size:.9rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.globe-rotate-toggle:hover,.globe-speed-toggle:hover{background:rgba(126,231,135,.2);color:#7ee787;border-color:rgba(126,231,135,.3)}.globe-speed-toggle.is-fast{background:rgba(126,231,135,.25);color:#7ee787;border-color:rgba(126,231,135,.4)}.map-loading{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:transparent}.map-loading-globe{width:min(40vw,380px);aspect-ratio:1;min-width:220px;min-height:220px;max-height:42vh;pointer-events:none}.map-loading-progress{width:min(32vw,300px);min-width:200px;height:8px;border-radius:999px;overflow:hidden;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.08);box-shadow:inset 0 1px 2px rgba(0,0,0,.28)}.map-loading-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(126,231,135,.72),#22c55e 55%,#7ee787);box-shadow:0 0 18px rgba(34,197,94,.28);transition:width .12s linear}.map-loading-text{font-size:.9rem;color:hsla(0,0%,100%,.5);letter-spacing:.02em}@media (max-width:767px){.map-loading-globe{width:min(64vw,300px);min-width:180px;min-height:180px}.map-loading-progress{width:min(58vw,240px);min-width:180px}}.leaderboard{padding:20px;background:rgba(10,10,20,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:16px;border:1px solid hsla(0,0%,100%,.08)}.leaderboard-title{margin:0 0 16px;font-size:1.1rem;font-weight:600;color:#e6edf3}.leaderboard-empty,.leaderboard-loading{margin:0;font-size:.9rem;color:#8b949e}.leaderboard-list{list-style:none;margin:0;padding:0}.leaderboard-row{display:grid;grid-template-columns:28px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 12px;margin-bottom:6px;border-radius:10px;font-size:.9rem;transition:background .15s}.leaderboard-row:hover{background:hsla(0,0%,100%,.06)}.leaderboard-row.is-you{background:rgba(126,231,135,.12);border:1px solid rgba(126,231,135,.25)}.leaderboard-rank{font-weight:700;color:#8b949e;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.leaderboard-row:first-child .leaderboard-rank{color:#f0c14b}.leaderboard-row:nth-child(2) .leaderboard-rank{color:silver}.leaderboard-row:nth-child(3) .leaderboard-rank{color:#cd7f32}.leaderboard-address{font-family:ui-monospace,monospace;font-size:.85rem;color:#e6edf3;overflow:hidden;text-overflow:ellipsis}.leaderboard-count{font-weight:600;color:#7ee787;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.global-progress{padding:14px 18px;background:rgba(10,10,20,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);min-width:200px}.global-progress-header{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.global-progress-label{font-size:.85rem;color:#8b949e}.global-progress-value{font-size:.95rem;font-weight:600;color:#e6edf3;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.global-progress-meta{margin-top:6px}.global-progress-unique{font-size:.8rem;color:#8b949e}.global-progress-track{height:8px;background:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden}.global-progress-fill{height:100%;background:linear-gradient(90deg,#7ee787,#22c55e);border-radius:4px;transition:width .3s ease}.recent-activity{padding:20px;background:rgba(10,10,20,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);max-width:280px;flex-shrink:0}.recent-activity-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#e6edf3}.recent-activity-empty,.recent-activity-loading{margin:0;font-size:.85rem;color:#8b949e}.recent-activity-list{list-style:none;margin:0;padding:0;max-height:220px;overflow:hidden;mask-image:linear-gradient(180deg,#000 0,#000 85%,transparent);-webkit-mask-image:linear-gradient(180deg,#000 0,#000 85%,transparent)}.recent-activity-row{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:.85rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.recent-activity-row:last-child{border-bottom:none}.recent-activity-address{font-family:ui-monospace,monospace;color:#e6edf3;flex:1 1;overflow:hidden;text-overflow:ellipsis}.recent-activity-time{color:#8b949e;flex-shrink:0}.recent-activity-link{color:#7ee787;text-decoration:none;flex-shrink:0}.recent-activity-link:hover{text-decoration:underline}.fruit-panel{padding:14px 18px;background:rgba(10,10,20,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);min-width:200px;max-width:280px;flex-shrink:0}.fruit-panel-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#e6edf3}.fruit-panel-connect,.fruit-panel-error,.fruit-panel-loading{margin:0;font-size:.85rem;color:#8b949e}.fruit-panel-stats{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.fruit-panel-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.fruit-panel-label{color:#8b949e}.fruit-panel-value{font-weight:600;color:#e6edf3;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fruit-panel-unclaimed{color:#7ee787}.fruit-panel-claimed-total{color:#8b949e}.fruit-panel-rate{margin:0 0 12px;font-size:.8rem;color:#8b949e}.fruit-panel-claim{width:100%;padding:10px 16px;font-size:.9rem;font-weight:600;color:#0a0a12;background:linear-gradient(135deg,#7ee787,#22c55e);border:none;border-radius:10px;cursor:pointer;transition:opacity .2s,transform .1s}.fruit-panel-claim:hover:not(:disabled){opacity:.95}.fruit-panel-claim:disabled{opacity:.5;cursor:not-allowed}.fruit-panel-claimed-feedback{margin:8px 0 0;font-size:.85rem;color:#7ee787}.fruit-panel-claim-error{margin:8px 0 0;font-size:.85rem;color:#f85149}.message-hint{font-size:.9rem;color:#8b949e;margin-bottom:12px}.message-error{color:#f85149;margin-bottom:8px;font-size:.9rem}.message-pending{text-align:center;margin-top:12px;color:#8b949e;font-size:.9rem}@media (max-width:767px){.corner-ui,.leaderboard-sidebar{display:none!important}}.mobile-hamburger{display:none;position:fixed;top:16px;right:16px;z-index:60;width:44px;height:44px;padding:0;border:none;border-radius:12px;background:rgba(10,10,20,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.1);flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;color:#e6edf3}@media (max-width:767px){.mobile-hamburger{display:flex}}.app-shell-mobile-layout .mobile-hamburger{display:flex}.mobile-hamburger-bar{display:block;width:20px;height:2px;background:currentColor;border-radius:1px}.mobile-drawer{display:none;position:fixed;inset:0;z-index:100;pointer-events:none}.mobile-drawer.mobile-drawer-open{pointer-events:auto}.mobile-drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .2s ease}.mobile-drawer-open .mobile-drawer-backdrop{opacity:1}.mobile-drawer-panel{position:absolute;top:0;left:0;width:min(320px,85vw);height:100%;background:rgba(10,10,20,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .25s ease;box-shadow:4px 0 24px rgba(0,0,0,.3)}.mobile-drawer-open .mobile-drawer-panel{transform:translateX(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.mobile-drawer-title{font-size:1.1rem;font-weight:600;color:#e6edf3}.mobile-drawer-close{width:36px;height:36px;padding:0;border:none;border-radius:8px;background:hsla(0,0%,100%,.08);color:#e6edf3;font-size:1.5rem;line-height:1;cursor:pointer}.mobile-drawer-close:hover{background:hsla(0,0%,100%,.12)}.mobile-drawer-body{padding:20px;overflow-y:auto;flex:1 1}.mobile-drawer-add-favorites{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.mobile-drawer-add-favorites-btn{display:block;width:100%;padding:12px 16px;background:linear-gradient(135deg,rgba(126,231,135,.2),rgba(34,197,94,.15));border:1px solid rgba(126,231,135,.4);border-radius:10px;color:#7ee787;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.mobile-drawer-add-favorites-btn:hover{background:linear-gradient(135deg,rgba(126,231,135,.3),rgba(34,197,94,.25))}.mobile-drawer-add-favorites-btn:active{transform:scale(.98)}.mobile-drawer-add-favorites-hint{margin:8px 0 0;font-size:.8rem;color:hsla(0,0%,100%,.6);line-height:1.35}@media (max-width:767px){.mobile-drawer{display:block}}.app-shell-mobile-layout .mobile-drawer{display:block}.globe-wrap-mobile{padding-bottom:72px;padding-top:52px;min-height:100vh;margin-top:-42px}@media (max-width:767px){.globe-wrap-mobile .globe-controls{bottom:82px}}.app-shell-mobile-layout .globe-wrap-mobile .globe-controls{bottom:82px}.mobile-home-fruit{position:fixed;top:72px;left:10px;right:10px;z-index:19;pointer-events:auto}.mobile-home-fruit-hidden,body.mobile-menu-open .mobile-home-fruit{opacity:0;pointer-events:none}.mobile-home-fruit .fruit-panel{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:8px 12px;min-width:unset;max-width:none;width:100%;border-radius:12px;box-sizing:border-box}.mobile-home-fruit .fruit-panel-title{margin:0;font-size:.85rem;flex-shrink:0}.mobile-home-fruit .fruit-panel-stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 16px;margin:0;flex:1 1;min-width:0}.mobile-home-fruit .fruit-panel-row{font-size:.75rem;white-space:nowrap}.mobile-home-fruit .fruit-panel-rate{display:none}.mobile-home-fruit .fruit-panel-claim{padding:6px 14px;font-size:.8rem;width:auto;flex-shrink:0}.mobile-home-fruit .fruit-panel-claim-error,.mobile-home-fruit .fruit-panel-claimed-feedback{margin:0;font-size:.7rem;width:100%;flex-basis:100%}.mobile-home-fruit .fruit-panel-connect,.mobile-home-fruit .fruit-panel-error,.mobile-home-fruit .fruit-panel-loading{font-size:.8rem}.mobile-panel{position:absolute;inset:0;padding:16px 16px 80px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:rgba(10,10,20,.5)}.app-shell-mobile-layout .mobile-panel{padding-top:92px}.mobile-panel .fruit-panel,.mobile-panel .leaderboard,.mobile-panel .recent-activity{max-width:none}.mobile-world-hidden{opacity:0;pointer-events:none;visibility:hidden}.mobile-panel-fruit{display:flex;flex-direction:column;gap:20px;padding-bottom:88px}.mobile-fruit-section .fruit-panel{margin:0}.mobile-fruit-leaderboard{margin-top:4px}.mobile-fruit-leaderboard .leaderboard{background:rgba(10,10,20,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;border:1px solid hsla(0,0%,100%,.08);padding:14px 16px}.mobile-fruit-leaderboard .leaderboard-title{font-size:.95rem;margin:0 0 10px}.mobile-fruit-leaderboard .leaderboard-list{font-size:.85rem}.mobile-fruit-about{margin-top:8px;padding:16px;background:rgba(10,10,20,.4);border-radius:12px;border:1px solid hsla(0,0%,100%,.06)}.mobile-fruit-about-title{margin:0 0 10px;font-size:1rem;font-weight:600;color:#e6edf3}.mobile-fruit-about-p{margin:0 0 12px;font-size:.875rem;line-height:1.5;color:#8b949e}.mobile-fruit-about-list{margin:0;padding-left:1.15rem;font-size:.8rem;line-height:1.5;color:#8b949e}.mobile-fruit-about-list li{margin-bottom:6px}.mobile-fruit-about-list li:last-child{margin-bottom:0}.mobile-fruit-about-list strong{color:#e6edf3}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;height:64px;padding:8px 0 max(8px,env(safe-area-inset-bottom));background:rgba(10,10,20,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid hsla(0,0%,100%,.08);flex-direction:row;align-items:center;justify-content:space-around}@media (max-width:767px){.mobile-bottom-nav{display:flex}}.app-shell-mobile-layout .mobile-bottom-nav{display:flex}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 16px;border:none;background:transparent;color:#8b949e;font-size:.75rem;font-family:inherit;cursor:pointer;border-radius:8px;transition:color .2s,background .2s}.mobile-nav-item:hover{color:#e6edf3}.mobile-nav-item.active{color:#7ee787}.mobile-nav-icon{font-size:1.25rem;line-height:1}.mobile-nav-label{font-weight:500}.fruit-page{min-height:100vh;padding:96px 20px 40px}.fruit-page-header{margin-bottom:24px}.fruit-page-back{display:inline-block;color:#8b949e;text-decoration:none;font-size:.95rem;transition:color .2s}.fruit-page-back:hover{color:#7ee787}.fruit-page-content{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:start}@media (max-width:767px){.fruit-page{padding:88px 16px 40px}.fruit-page-content{grid-template-columns:1fr}}.fruit-page-leaderboard .leaderboard,.fruit-page-panel .fruit-panel{max-width:none}.fruit-page-about{max-width:900px;margin:32px auto 0;padding:24px;background:rgba(10,10,20,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:16px;border:1px solid hsla(0,0%,100%,.08)}.fruit-page-about-title{margin:0 0 12px;font-size:1.1rem;font-weight:600;color:#e6edf3}.fruit-page-about-p{margin:0 0 16px;font-size:.95rem;line-height:1.5;color:#8b949e}.fruit-page-about-list{margin:0;padding-left:1.25rem;font-size:.9rem;line-height:1.65;color:#8b949e}.fruit-page-about-list li{margin-bottom:8px}.fruit-page-about-list li:last-child{margin-bottom:0}.fruit-page-about-list strong{color:#e6edf3}@media (max-width:767px){.fruit-page-about{margin-top:24px;padding:18px}.fruit-page-about-title{font-size:1rem}.fruit-page-about-list,.fruit-page-about-p{font-size:.875rem}}.fruit-claim-leaderboard .fruit-claim-value{color:#7ee787}.about-page{min-height:100vh;padding:96px 20px 44px}.about-page-shell{max-width:1180px;margin:0 auto}.about-page-header{margin-bottom:24px}.about-page-back{display:inline-block;color:#8b949e;text-decoration:none;font-size:.95rem;transition:color .2s}.about-page-back:hover{color:#7ee787}.about-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.85fr);grid-gap:24px;gap:24px;align-items:stretch;margin-bottom:28px}.about-card,.about-hero-copy,.about-hero-panel,.about-vision-panel{background:linear-gradient(145deg,rgba(10,10,24,.88),rgba(10,14,20,.76));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:22px;border:1px solid rgba(126,231,135,.12);box-shadow:0 12px 40px rgba(0,0,0,.28),inset 0 0 0 1px hsla(0,0%,100%,.03)}.about-hero-copy{padding:34px 32px}.about-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;border-radius:999px;border:1px solid rgba(126,231,135,.2);background:rgba(126,231,135,.08);color:#bdf6c4;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.about-title{margin:0 0 16px;max-width:14ch;font-size:clamp(2.2rem,4.8vw,4.2rem);line-height:.98;letter-spacing:-.04em;color:#f3fbf5}.about-lead{margin:0;max-width:62ch;font-size:1.03rem;line-height:1.72;color:#afc1ba}.about-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.about-primary-cta,.about-x-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.about-primary-cta{padding:12px 18px;border-radius:14px;background:linear-gradient(135deg,#52d86f,#82ef94);color:#04110a;font-weight:800;box-shadow:0 10px 24px rgba(82,216,111,.22)}.about-primary-cta:hover,.about-x-link:hover{transform:translateY(-1px)}.about-x-link{padding:12px 16px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#e8f2ea;font-weight:700;overflow:hidden}.about-x-link:hover{border-color:rgba(126,231,135,.24);background:rgba(126,231,135,.08);color:#d7f8dd}.about-x-icon{display:block;width:18px;min-width:18px;height:18px;min-height:18px;flex-shrink:0}.about-hero-panel{padding:22px;display:grid;grid-gap:14px;gap:14px}.about-stat-card{padding:18px 18px 16px;border-radius:16px;border:1px solid hsla(0,0%,100%,.06);background:rgba(10,10,20,.52)}.about-stat-label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8fa59a}.about-stat-value{display:block;margin-bottom:10px;font-size:1.15rem;line-height:1.22;color:#f0f8f2}.about-stat-copy{margin:0;font-size:.92rem;line-height:1.6;color:#aebeb7}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.about-card,.about-vision-panel{padding:24px 24px 22px}.about-card-title{margin:0 0 12px;font-size:1.12rem;line-height:1.2;color:#eef7f0}.about-card-text{margin:0;font-size:.96rem;line-height:1.68;color:#adc0b7}.about-card-text+.about-card-text{margin-top:12px}.about-list{margin:0;padding-left:1.15rem;color:#adc0b7;line-height:1.68}.about-list li{margin-bottom:10px}.about-list li:last-child{margin-bottom:0}.about-list strong{color:#edf8f0}.about-vision,.about-x-link--footer{margin-top:18px}@media (max-width:900px){.about-page{padding:84px 16px 32px}.about-grid,.about-hero{grid-template-columns:1fr}.about-hero-copy{padding:26px 22px}.about-title{max-width:none}}@media (max-width:767px){.about-hero,.about-page-header{margin-bottom:18px}.about-hero{gap:16px}.about-card,.about-hero-copy,.about-hero-panel,.about-vision-panel{border-radius:18px}.about-card,.about-hero-copy,.about-vision-panel{padding:20px 16px 18px}.about-hero-panel{padding:16px}.about-card-text,.about-lead,.about-list,.about-stat-copy{font-size:.92rem}.about-cta-row{flex-direction:column;align-items:stretch}.about-primary-cta,.about-x-link{justify-content:center}.about-x-link{min-height:52px}}