.header{background:#00000080;border-bottom:4px solid #000;padding:20px;box-shadow:0 4px #0000004d}.header-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.twitter-link{display:flex;align-items:center;justify-content:center;padding:8px;background:#1d9bf033;border:3px solid rgba(29,155,240,.4);border-radius:8px;transition:all .3s ease;cursor:pointer}.twitter-link:hover{background:#1d9bf066;border-color:#1d9bf0cc;transform:translateY(-2px)}.twitter-icon{width:28px;height:28px;color:#1da1f2;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5))}.twitter-icon-img{width:28px;height:28px;image-rendering:pixelated;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5))}.logo h1{font-size:20px;color:gold;text-shadow:4px 4px 0 rgba(0,0,0,.5),-2px -2px 0 #FF6B6B;margin:0}.nav-menu{display:flex;gap:10px;flex:1;justify-content:center}.nav-button{font-family:"Press Start 2P",cursive;font-size:10px;padding:10px 20px;background:#ffffff1a;color:#fff;border:3px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s}.nav-button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.nav-button.active{background:#4caf50;border-color:#2e7d32;box-shadow:inset -3px -3px #2e7d32,inset 3px 3px #81c784}.wallet-section{display:flex;align-items:center;gap:10px}.language-toggle{font-family:"Press Start 2P",cursive;font-size:10px;padding:8px 12px;background:#ffd70033;color:gold;border:3px solid rgba(255,215,0,.4);border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:50px}.language-toggle:hover{background:#ffd70066;border-color:#ffd700cc;transform:translateY(-2px)}.wallet-info{display:flex;align-items:center;gap:15px;background:#0000004d;padding:10px 15px;border:3px solid rgba(255,255,255,.2);border-radius:8px}.token-balance-display{display:flex;flex-direction:column;align-items:center;padding:8px 12px;background:#ffd70033;border-radius:6px;border:2px solid rgba(255,215,0,.4);gap:2px}.balance-label{font-size:8px;color:gold}.balance-amount{font-size:14px;color:gold;font-weight:700;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.user-stats{display:flex;gap:12px}.stat{font-size:10px;color:gold}.wallet-details{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.connected-wallet{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#4caf5033;border-radius:4px;border:2px solid rgba(76,175,80,.4)}.wallet-icon-small{font-size:14px}.wallet-icon-small img{width:16px!important;height:16px!important;image-rendering:pixelated}.wallet-label{font-size:8px;color:#4caf50;font-weight:700}.wallet-address{font-size:10px;color:#fff;padding:6px 12px;background:#ffffff1a;border-radius:4px;border:2px solid rgba(255,255,255,.2)}@media (max-width: 968px){.header-content{flex-direction:column;text-align:center}.logo h1{font-size:16px}.nav-menu{width:100%;justify-content:center;flex-wrap:wrap}.nav-button{font-size:8px;padding:8px 12px}.wallet-info{flex-direction:column;gap:8px}.user-stats{gap:8px}}.tree-plot{aspect-ratio:1;background:#654321cc;border:3px solid #654321;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative;border-radius:4px;box-shadow:inset 0 0 10px #0000004d}.tree-plot:hover{transform:scale(1.05);border-color:gold;z-index:10}.tree-plot.selected{border-color:gold;box-shadow:0 0 20px #ffd70080,inset 0 0 10px #0000004d}.tree-plot.empty{background:#8b451380;border-style:dashed}.tree-plot.can-plant{background:#4caf504d;border-color:#4caf50;animation:pulse-plant 2s ease-in-out infinite}@keyframes pulse-plant{0%,to{border-color:#4caf50;box-shadow:0 0 10px #4caf5080}50%{border-color:#8bc34a;box-shadow:0 0 20px #4caf50cc}}.empty-plot{font-size:32px;color:#ffffff4d;font-weight:700}.tree-plot.can-plant .empty-plot{color:#4caf50;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.tree-plot.has-tree{background:linear-gradient(135deg,#4caf5099,#2e7d32cc)}.tree-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1px;position:relative;overflow:hidden}.tree-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:100%;height:100%}.tree-icon{font-size:24px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5));animation:sway 3s ease-in-out infinite;flex-shrink:0}@keyframes sway{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}.tree-stats-overlay{display:flex;flex-direction:column;gap:1px;width:100%;align-items:center}.rate-badge{background:linear-gradient(135deg,#4caf50f2,#388e3cf2);padding:1px 4px;border-radius:2px;color:#fff;border:1px solid #2E7D32;font-weight:700;font-size:6px;box-shadow:0 1px 2px #0000004d;white-space:nowrap}.claim-badge{background:linear-gradient(135deg,#ffd700f2,#ffc107f2);padding:1px 4px;border-radius:2px;color:#000;border:1px solid #FFA000;font-weight:700;font-size:6px;box-shadow:0 1px 2px #0000004d;white-space:nowrap}.claim-badge.pulsing{animation:pulse-claim 1.5s ease-in-out infinite}@keyframes pulse-claim{0%,to{transform:scale(1);box-shadow:0 1px 2px #0000004d}50%{transform:scale(1.05);box-shadow:0 2px 4px #ffd70099}}.generating-badge{background:linear-gradient(135deg,#9e9e9ee6,#757575e6);padding:1px 4px;border-radius:2px;color:#fff;border:1px solid #757575;font-weight:700;font-size:6px;box-shadow:0 1px 2px #0000004d;white-space:nowrap;opacity:.8}.tree-plot.ready-claim{animation:glow-gold 2s ease-in-out infinite}@keyframes glow-gold{0%,to{box-shadow:0 0 10px #ffd70080,inset 0 0 10px #0000004d}50%{box-shadow:0 0 20px #ffd700cc,inset 0 0 10px #0000004d}}.tree-plot.rarity-uncommon{border-color:#2196f3;box-shadow:0 0 8px #2196f366}.tree-plot.rarity-rare{border-color:#9c27b0;box-shadow:0 0 10px #9c27b080}.tree-plot.rarity-epic{border-color:#ff6b35;box-shadow:0 0 12px #ff6b3599}.tree-plot.rarity-legendary{border-color:gold;box-shadow:0 0 15px #ffd700b3;animation:legendary-glow 3s ease-in-out infinite}@keyframes legendary-glow{0%,to{border-color:gold;box-shadow:0 0 15px #ffd700b3}50%{border-color:#fff;box-shadow:0 0 25px gold}}@media (max-width: 768px){.tree-icon{font-size:24px}.harvest-timer{font-size:5px;padding:1px 2px}.harvest-indicator{width:12px;height:12px;font-size:8px}}.land-grid-container{flex:2;display:flex;flex-direction:column;gap:20px}.land-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px}.land-header h2{font-size:18px;margin:0;color:gold;text-shadow:3px 3px 0 rgba(0,0,0,.5)}.header-controls{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}.seed-counter{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#4caf5033;border-radius:8px;font-size:12px}.seed-count{font-size:16px;color:gold;font-weight:700}.generation-rate{display:flex;align-items:center;gap:10px;padding:10px 20px;background:#2196f333;border-radius:8px;font-size:11px;border-color:#2196f3;animation:pulse-gen 2s ease-in-out infinite}@keyframes pulse-gen{0%,to{border-color:#2196f3;box-shadow:0 0 10px #2196f34d}50%{border-color:#64b5f6;box-shadow:0 0 20px #2196f380}}.rate-amount{font-size:16px;color:#64b5f6;font-weight:700;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.rate-daily{font-size:9px;color:#90caf9}.claim-all-section{display:flex;align-items:center;gap:12px}.total-claimable{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#ffd70033;border-radius:8px;font-size:12px;border-color:gold}.claimable-amount{font-size:16px;color:gold;font-weight:700;animation:pulse-gold 2s ease-in-out infinite}@keyframes pulse-gold{0%,to{color:gold}50%{color:#fff}}.claim-all-btn{background:linear-gradient(135deg,gold,#ffa000);border-color:#ff6f00;color:#000;box-shadow:inset -4px -4px #ff6f00,inset 4px 4px #ffeb3b,4px 4px #0000004d;font-size:10px;padding:12px 20px;white-space:nowrap}.claim-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#ffeb3b,gold)}.claim-all-btn:disabled{background:#999;border-color:#666;opacity:.5}.instruction{font-size:8px;color:#ccc;margin:0}.land-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;background:#8b451399;padding:20px;border-radius:8px;max-width:640px;margin:0 auto}.connect-prompt h2{font-size:20px;margin-bottom:20px;color:gold}.connect-prompt p{font-size:11px;color:#ccc}.loading-text{text-align:center;font-size:12px;color:gold;padding:40px}.tree-details-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out}.tree-details-panel{background:linear-gradient(135deg,#667eea,#764ba2);padding:30px;border-radius:16px;max-width:400px;width:90%;animation:slideUp .3s ease-out;position:relative}.close-btn{position:absolute;top:10px;right:10px;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:20px;width:32px;height:32px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-family:"Press Start 2P",cursive;padding:0;line-height:1}.close-btn:hover{background:#ff000080;border-color:red}.tree-details-header{text-align:center;margin-bottom:25px}.tree-icon-large{font-size:64px;margin-bottom:15px;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.5))}.tree-details-header h3{font-size:16px;color:gold;margin-bottom:10px;text-shadow:3px 3px 0 rgba(0,0,0,.5)}.rarity-badge-large{display:inline-block;padding:6px 12px;border-radius:4px;font-size:10px;text-transform:uppercase;color:#fff;font-weight:700;border:2px solid rgba(0,0,0,.3)}.tree-details-stats{background:#0000004d;padding:20px;border-radius:8px;margin-bottom:20px;border:2px solid rgba(255,255,255,.2)}.stat-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:10px}.stat-row:last-child{margin-bottom:0}.stat-row span:first-child{color:#ccc}.stat-row .stat-value{color:gold;font-weight:700}.list-form{display:flex;flex-direction:column;gap:12px}.list-form label{font-size:10px;color:gold;margin-bottom:-8px}.price-input{width:100%;padding:12px;background:#0000004d;border:3px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;font-family:"Press Start 2P",cursive;font-size:10px}.price-input:focus{outline:none;border-color:gold}.form-buttons{display:flex;gap:10px}.form-buttons .pixel-button{flex:1}.listing-actions{text-align:center}.listed-notice{font-size:10px;color:gold;margin-bottom:15px;padding:12px;background:#ffd70033;border-radius:4px;border:2px solid rgba(255,215,0,.3)}@media (max-width: 768px){.land-grid{gap:2px;padding:10px}.land-header h2{font-size:14px}.instruction{font-size:7px}.connect-prompt{padding:30px;margin:20px}.connect-prompt h2{font-size:14px}.connect-prompt p{font-size:9px}}.sidebar{flex:1;display:flex;flex-direction:column;gap:20px;min-width:300px;max-width:400px}.sidebar-section{background:#00000080;padding:20px;border-radius:8px}.sidebar-section h3{font-size:14px;margin-bottom:15px;color:gold;text-shadow:2px 2px 0 rgba(0,0,0,.5);text-align:center}.seed-display{display:flex;flex-direction:column;align-items:center;padding:30px 20px;background:#4caf501a;border-radius:8px;border:2px solid rgba(76,175,80,.3)}.seed-icon-big{font-size:48px;margin-bottom:15px;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.5));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.seed-quantity{font-size:32px;color:gold;font-weight:700;text-shadow:3px 3px 0 rgba(0,0,0,.5);margin-bottom:8px}.seed-text{font-size:9px;color:#ccc;margin:0}.info-section{background:linear-gradient(135deg,#4caf5033,#2e7d3233)}.instructions{font-size:9px;color:#ccc;line-height:1.8;padding-left:20px}.instructions li{margin-bottom:8px}@media (max-width: 1200px){.sidebar{max-width:100%;flex-direction:row;flex-wrap:wrap}.sidebar-section{flex:1;min-width:280px}}@media (max-width: 768px){.sidebar{min-width:auto}.sidebar-section{padding:15px}.sidebar-section h3{font-size:12px}.item-name,.instructions{font-size:8px}}.shop-container{flex:1;display:flex;flex-direction:column;gap:30px;padding:20px;max-width:1200px;margin:0 auto;width:100%}.shop-header{text-align:center}.shop-header h2{font-size:24px;color:gold;text-shadow:4px 4px 0 rgba(0,0,0,.5);margin-bottom:15px}.shop-description{font-size:10px;color:#ccc;line-height:1.6}.shop-content{display:flex;flex-direction:column;gap:40px}.mystery-seed-section{display:flex;justify-content:center}.mystery-card{max-width:500px;width:100%}.mystery-icon{font-size:80px;text-align:center;margin:20px 0;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.5));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.supply-info{display:flex;flex-direction:column;gap:8px;margin:20px 0;padding:15px;background:#0000004d;border-radius:8px;border:2px solid rgba(255,255,255,.2)}.supply-label{font-size:9px;color:#ccc}.supply-value{font-size:14px;color:gold;font-weight:700}.supply-bar{height:20px;background:#00000080;border:2px solid #000;border-radius:4px;overflow:hidden}.supply-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.rarity-info-section h3{font-size:18px;color:gold;text-align:center;margin-bottom:20px;text-shadow:3px 3px 0 rgba(0,0,0,.5)}.rarity-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.seed-card{background:#00000080;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:15px;transition:all .3s;position:relative;overflow:hidden}.seed-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.5}.seed-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000080}.rarity-item{background:#00000080;padding:15px;border-radius:8px;transition:all .2s}.rarity-item:hover{transform:translateY(-4px);box-shadow:0 4px 15px #00000080}.rarity-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.rarity-emoji{font-size:24px}.rarity-name{font-size:11px;flex:1}.rarity-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.rarity-stat{display:flex;justify-content:space-between;font-size:9px;color:#ccc}.rarity-stat .stat-value{color:gold;font-weight:700}.drop-rate-bar{height:8px;background:#00000080;border:2px solid #000;border-radius:4px;overflow:hidden}.drop-rate-fill{height:100%;transition:width .3s ease}.seed-header{display:flex;justify-content:space-between;align-items:center}.seed-icon{font-size:48px;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.5))}.seed-name{font-size:14px;color:gold;text-align:center;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.seed-description{font-size:8px;color:#aaa;text-align:center;line-height:1.5;min-height:40px}.seed-stats{display:flex;justify-content:space-around;padding:10px;background:#ffffff0d;border-radius:4px;border:2px solid rgba(255,255,255,.1)}.stat{display:flex;align-items:center;gap:6px;font-size:10px;color:#fff}.stat-icon{font-size:14px}.seed-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:2px solid rgba(255,255,255,.1)}.price{font-size:12px;color:#4caf50;font-weight:700}.fee-notice{font-size:7px;color:#999;text-align:center;font-style:italic}.connect-prompt{background:#00000080;padding:60px;text-align:center;border-radius:16px;margin:40px auto;max-width:500px}.connect-prompt h3{font-size:18px;margin-bottom:15px;color:gold}.connect-prompt p{font-size:10px;color:#ccc}@media (max-width: 768px){.shop-container{padding:10px;gap:20px}.shop-header h2{font-size:18px}.shop-description{font-size:9px}.seed-grid{grid-template-columns:1fr;gap:15px}.seed-card{padding:15px}.seed-icon{font-size:36px}.seed-name{font-size:12px}.seed-description{font-size:7px}}.marketplace-container{flex:1;display:flex;flex-direction:column;gap:30px;padding:20px;max-width:1400px;margin:0 auto;width:100%}.marketplace-header{text-align:center}.marketplace-header h2{font-size:24px;color:gold;text-shadow:4px 4px 0 rgba(0,0,0,.5);margin-bottom:15px}.marketplace-description{font-size:10px;color:#ccc;line-height:1.6}.empty-marketplace{background:#00000080;padding:60px;text-align:center;border-radius:16px;margin:40px auto;max-width:500px}.empty-marketplace h3{font-size:18px;color:gold;margin-bottom:15px}.empty-marketplace p{font-size:10px;color:#ccc;margin-bottom:10px}.empty-marketplace .hint{font-size:9px;color:#999;font-style:italic}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.listing-card{background:#00000080;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:15px;transition:all .3s;position:relative}.listing-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000080}.listing-header{display:flex;justify-content:space-between;align-items:center}.tree-icon{font-size:48px;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.5))}.rarity-badge{font-size:8px;padding:4px 8px;border-radius:4px;text-transform:uppercase;color:#fff;font-weight:700;border:2px solid rgba(0,0,0,.3)}.tree-name{font-size:14px;color:gold;text-align:center;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.tree-stats{display:flex;flex-direction:column;gap:10px;padding:15px;background:#ffffff0d;border-radius:8px;border:2px solid rgba(255,255,255,.1)}.stat-item{display:flex;justify-content:space-between;align-items:center;font-size:9px}.stat-label{color:#ccc}.stat-value{color:#4caf50;font-weight:700;font-size:10px}.seller-info{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff0d;border-radius:4px;font-size:9px}.seller-label{color:#999}.seller-address{color:#2196f3;font-weight:700}.listing-footer{display:flex;flex-direction:column;gap:12px;padding-top:10px;border-top:2px solid rgba(255,255,255,.1)}.price-section{display:flex;justify-content:space-between;align-items:center}.price{font-size:16px;color:gold;font-weight:700}.fee-notice{font-size:7px;color:#999;font-style:italic}.listing-footer .pixel-button{width:100%}.listed-time{text-align:center;font-size:7px;color:#666}@media (max-width: 768px){.marketplace-container{padding:10px;gap:20px}.marketplace-header h2{font-size:18px}.marketplace-description{font-size:9px}.listings-grid{grid-template-columns:1fr;gap:15px}.listing-card{padding:15px}.tree-icon{font-size:36px}.tree-name{font-size:12px}}.docs-container{max-width:1000px;margin:0 auto;padding:20px;animation:fadeIn .3s ease-in}.docs-content{background:#f5f5dcf2;padding:30px;margin-bottom:20px}.docs-title{text-align:center;color:#2d5016;font-size:32px;margin-bottom:30px;text-shadow:2px 2px 0px rgba(0,0,0,.1)}.docs-section{margin-bottom:40px}.docs-section h2{color:#2d5016;font-size:24px;margin-bottom:15px;padding-bottom:10px;border-bottom:3px solid #2d5016;display:flex;align-items:center}.docs-section p{line-height:1.8;color:#333;font-size:14px}.steps{display:flex;flex-direction:column;gap:15px}.step{display:flex;gap:15px;align-items:flex-start;padding:15px;background:#2d50160d;border:2px solid #2d5016;border-radius:8px}.step-number{background:#2d5016;color:#fff;width:35px;height:35px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;border:2px solid #1a3010}.step-content h3{color:#2d5016;font-size:16px;margin-bottom:5px}.step-content p{margin:0;font-size:13px}.rarity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px;margin-top:20px}.rarity-card{text-align:center;padding:15px;background:#f5f5dccc;border:3px solid;border-radius:8px;transition:transform .2s;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.rarity-card:hover{transform:translateY(-5px)}.rarity-card h3{font-size:14px;margin:10px 0 5px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.rarity-card .drop-rate{font-size:12px;color:#666;margin:5px 0;word-wrap:break-word;overflow-wrap:break-word}.rarity-card .tokens-per-day{font-size:12px;font-weight:700;color:#2d5016;margin:5px 0;word-wrap:break-word;overflow-wrap:break-word}.common-border{border-color:gray}.uncommon-border{border-color:#4caf50}.rare-border{border-color:#2196f3}.epic-border{border-color:#9c27b0}.legendary-border{border-color:gold}.tokenomics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:15px}.token-info{padding:15px;background:#2d50160d;border:2px solid #2d5016;border-radius:8px}.token-info h3{color:#2d5016;font-size:16px;margin-bottom:10px}.token-info p{margin:8px 0;font-size:13px}.token-info code{background:#0000001a;padding:2px 6px;border-radius:3px;font-size:11px;word-break:break-all}.marketplace-tips{margin-top:15px;padding:15px;background:#2d50160d;border:2px solid #2d5016;border-radius:8px}.marketplace-tips h3{color:#2d5016;font-size:16px;margin-bottom:10px}.marketplace-tips ul{list-style:none;padding:0}.marketplace-tips li{padding:5px 0;font-size:13px}.wallet-list{display:flex;gap:20px;margin-top:15px}.wallet-item{display:flex;align-items:center;gap:10px;padding:10px 20px;background:#2d50160d;border:2px solid #2d5016;border-radius:8px;font-size:14px;font-weight:700}.faq{margin-top:15px}.faq-item{margin-bottom:20px;padding:15px;background:#2d50160d;border-left:4px solid #2d5016;border-radius:4px}.faq-item h3{color:#2d5016;font-size:15px;margin-bottom:8px}.faq-item p{margin:0;font-size:13px}.links{display:flex;gap:15px;flex-wrap:wrap;margin-top:15px}.links .pixel-button{text-decoration:none;display:inline-block}.docs-footer{text-align:center;margin-top:40px;padding-top:20px;border-top:3px solid #2d5016}.docs-footer p{margin:10px 0;color:#666}.disclaimer{font-style:italic;opacity:.7}@media (max-width: 768px){.docs-container{padding:10px}.docs-content{padding:20px}.docs-title{font-size:24px}.docs-section h2{font-size:20px}.rarity-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tokenomics{grid-template-columns:1fr}.wallet-list,.links{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;gap:20px;padding:20px;max-width:1600px;margin:0 auto;width:100%}.coming-soon{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0000004d;border-radius:16px;padding:60px;text-align:center}.coming-soon h2{font-size:24px;margin-bottom:20px;color:gold;text-shadow:4px 4px 0 rgba(0,0,0,.5)}.coming-soon p{font-size:12px;color:#ccc}@media (max-width: 1200px){.main-content{flex-direction:column}}@media (max-width: 768px){.main-content{padding:10px}.coming-soon h2{font-size:16px}.coming-soon p{font-size:10px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Press Start 2P",cursive;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#fff;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}#root{width:100%;min-height:100vh}.pixel-border{border:4px solid #000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000,4px 4px 0 4px #0000004d}.pixel-button{font-family:"Press Start 2P",cursive;font-size:10px;padding:12px 24px;background:#4caf50;color:#fff;border:4px solid #2E7D32;cursor:pointer;text-transform:uppercase;box-shadow:inset -4px -4px #2e7d32,inset 4px 4px #81c784,4px 4px #0000004d;transition:all .1s}.pixel-button:hover{transform:translate(2px,2px);box-shadow:inset -4px -4px #2e7d32,inset 4px 4px #81c784,2px 2px #0000004d}.pixel-button:active{transform:translate(4px,4px);box-shadow:inset -2px -2px #2e7d32,inset 2px 2px #81c784}.pixel-button:disabled{background:#999;border-color:#666;cursor:not-allowed;opacity:.6}.pixel-button.secondary{background:#2196f3;border-color:#1565c0;box-shadow:inset -4px -4px #1565c0,inset 4px 4px #64b5f6,4px 4px #0000004d}.pixel-button.danger{background:#f44336;border-color:#c62828;box-shadow:inset -4px -4px #c62828,inset 4px 4px #e57373,4px 4px #0000004d}.pixel-button.small{font-size:8px;padding:8px 16px}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#333;border:2px solid #000}::-webkit-scrollbar-thumb{background:#666;border:2px solid #000}::-webkit-scrollbar-thumb:hover{background:#888}.toast-notification{font-family:"Press Start 2P",cursive;font-size:10px}.wallet-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.wallet-modal{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px;border-radius:16px;max-width:500px;width:90%;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.wallet-modal h2{font-size:18px;color:gold;text-align:center;margin-bottom:30px;text-shadow:3px 3px 0 rgba(0,0,0,.5)}.wallet-options{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.wallet-option{display:flex;align-items:center;gap:15px;padding:20px;background:#ffffff1a;border:4px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s;width:100%;justify-content:flex-start}.wallet-option:hover{background:#fff3;border-color:gold;transform:translate(10px)}.wallet-icon{font-size:48px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5))}.wallet-icon img{width:48px!important;height:48px!important}.wallet-name{font-size:14px;color:#fff;flex:1;text-align:left}.wallet-modal-close{width:100%;margin-top:10px}@media (max-width: 768px){.wallet-modal{padding:25px}.wallet-modal h2{font-size:14px;margin-bottom:20px}.wallet-option{padding:15px}.wallet-icon{font-size:24px}.wallet-name{font-size:11px}}.emoji-icon{width:32px;height:32px;vertical-align:middle;margin-right:6px;image-rendering:pixelated}.seed-icon-img{width:100px;height:100px;image-rendering:pixelated}.mystery-seed-img{width:120px;height:120px;image-rendering:pixelated}.plot-seed-img{width:60px;height:60px;image-rendering:pixelated;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.tree-emoji-img{width:48px;height:48px;image-rendering:pixelated}.money-icon{width:16px;height:16px;vertical-align:middle;margin-right:2px;image-rendering:pixelated}.emoji-icon-small{width:16px;height:16px;vertical-align:middle;margin-left:4px;image-rendering:pixelated}.logo-icon{width:64px;height:64px;vertical-align:middle;margin-right:12px;image-rendering:pixelated}.legendary-glow{filter:drop-shadow(0 0 8px rgba(255,215,0,.6));animation:legendary-pulse 2s ease-in-out infinite}@keyframes legendary-pulse{0%,to{filter:drop-shadow(0 0 8px rgba(255,215,0,.6))}50%{filter:drop-shadow(0 0 12px rgba(255,215,0,.9))}}
