.mailbox-items{display:flex;flex-direction:column;gap:16px}.mailbox-item{background:linear-gradient(135deg,#8b5320,#6d4019);border:2px solid #8b4513;border-radius:10px;padding:16px;transition:all .2s ease}.mailbox-item:hover{border-color:#FFD700;box-shadow:0 4px 12px rgba(255,215,0,.2)}.mailbox-item.claimed{opacity:.7;border-color:#666}.item-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.item-icon-container{flex-shrink:0;width:110px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8B4513,#654321)}.item-icon{font-size:20px}.item-icon.farmer{color:#22c55e}.item-icon.booster{color:#3b82f6}.item-icon.token{color:#FFD700}.item-icon.default{color:#8b5cf6}.item-title-container{flex:1}.item-title{color:#FFD700;margin:0 0 4px;font-size:1.1rem;font-weight:700}.item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.item-type{background:#8B4513;color:white;text-transform:uppercase}.item-quantity,.item-type{padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:700}.item-quantity{background:#FFD700;color:#1a0f08}.time-remaining{color:#f59e0b;font-size:.8rem;display:flex;align-items:center;gap:4px}.item-actions{flex-shrink:0}.claim-button{background:linear-gradient(135deg,#22c55e,#16a34a);color:white;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:500;transition:all .2s ease;min-width:80px;justify-content:center}.claim-button:hover:not(:disabled){background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-1px);box-shadow:0 4px 8px rgba(34,197,94,.3)}.claim-button.claiming{background:#666;cursor:not-allowed}.claiming-spinner{width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.status-badge{padding:6px 12px;border-radius:6px;display:flex;align-items:center;gap:4px;font-size:.8rem;font-weight:500}.status-badge.claimed{background:#166534;color:#bbf7d0}.item-message{color:#d1d5db;line-height:1.5;margin-bottom:8px}.claimed-date{color:#9ca3af;font-size:.8rem;font-style:italic}.empty-mailbox{text-align:center;padding:40px 20px;color:#9ca3af}.empty-icon{color:rgb(94,68,41);margin-bottom:16px}.empty-mailbox h4{font-size:18px;margin:0 0 15px;color:rgb(94,68,41)}.empty-mailbox p{margin:0;line-height:1.5}.popup-footer{padding:16px 20px;border-top:2px solid #8b4513;background:linear-gradient(135deg,#3d2817,#2a1810)}.footer-text{margin:0;color:#9ca3af;font-size:.9rem;text-align:center}@media (max-width:768px){.mailbox-popup-overlay{padding:10px}.mailbox-popup{max-height:90vh}.popup-header{padding:16px}.popup-header h3{font-size:1.3rem}.tab-button{padding:12px 8px;font-size:.9rem}.mailbox-content{padding:16px}.item-header{flex-wrap:wrap;gap:8px}.item-actions{width:100%;margin-top:8px}.claim-button{width:100%}}.eligibility-warning{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #ef4444;border-radius:8px;padding:8px 12px;margin-bottom:12px;display:flex;align-items:center;gap:8px;color:white;animation:pulse 2s infinite}.eligibility-warning .warning-icon{font-size:16px;flex-shrink:0}.eligibility-warning .warning-text{flex:1;font-size:12px;line-height:1.3}.eligibility-warning strong{font-weight:600}.eligibility-warning .warning-details{margin-top:4px;font-size:11px;opacity:.9;line-height:1.2}.claim-button.disabled{color:#999!important;cursor:not-allowed!important}.claim-button.disabled,.claim-button.disabled:hover{background:#666!important;border-color:#555!important}.claim-button.disabled:hover{box-shadow:none!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.layout{flex-direction:column;min-height:100vh;image-rendering:pixelated;padding:10px}.layout,.layout-main{display:flex;width:100%;box-sizing:border-box}.layout-main{flex:1;max-width:1440px;margin:20px auto;gap:15px}.mobile-layout{width:100%;display:flex;flex-direction:column;padding-bottom:120px;align-items:center;min-height:calc(105vh - 60px);position:relative;z-index:10}.sidebar-left{flex:1;width:25%;min-width:0;max-width:310px;margin-right:15px}.main-content{flex:2;width:50%;min-width:0;margin:0}.sidebar-right{flex:1;width:25%;min-width:0;max-width:310px;margin-left:15px}.panel-section-content{font-family:VT323,monospace;font-size:14px;color:#6b3515;line-height:1.4}.mobile-tab-navigation{display:flex;background:#0a1f30;border-radius:0;border-bottom:none;padding:0;overflow:hidden;box-shadow:0 -2px 10px rgba(0,0,0,.3);height:50px}.mobile-tab-button{position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.2);margin:0;box-shadow:none;z-index:1}.mobile-tab-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0));opacity:0;transition:opacity .3s ease;z-index:-1}.mobile-tab-button:hover:before{opacity:1}.mobile-tab-button.active{background-color:var(--panel-bg);color:var(--secondary-color);border-bottom:4px solid var(--secondary-color);font-weight:700;box-shadow:0 0 15px rgba(0,0,0,.1)}.mobile-content-section{padding:10px;width:100%}.farm-container{display:flex;flex-direction:column}.mobile-rice-accumulator{margin-bottom:50px;padding:20px;border-radius:8px;max-height:280px}.mobile-bank{padding:15px;border-radius:8px;text-align:center}.mobile-bank h3{margin-bottom:20px;font-family:Press Start\ 2P,cursive;font-size:16px;color:#6b3515}.mobile-bank-actions{display:flex;flex-direction:column;gap:15px}@media (max-width:768px){.layout nav.navbar{display:flex!important;position:sticky;top:0;z-index:0;width:100%}}.mobile-resources h3,.mobile-sidebars h3{font-family:Press Start\ 2P,cursive;font-size:16px;text-align:center;margin:10px 0;color:#6b3515}.mobile-sidebar-content{padding:10px;border-radius:5px;background-color:rgba(255,255,255,.1)}@media (max-width:768px){.layout-main{margin:10px auto;padding:0}.main-content{width:100%;min-width:100%}.content-section{padding:5px;display:flex;flex-direction:column}}@media (max-width:1200px){.layout-main{max-width:100%}.sidebar-left,.sidebar-right{max-width:280px}}@media (max-width:992px){.layout-main{max-width:100%}.sidebar-left,.sidebar-right{max-width:240px}.main-content{flex:3}}@media (max-width:768px){.layout-main{flex-direction:column;margin:10px auto;width:100%}.sidebar-left,.sidebar-right{width:100%;max-width:100%;margin:0 0 15px}.main-content{width:100%;margin-bottom:15px}.panel-section-header{font-size:14px}.panel-section-content{font-size:12px}}@media (max-width:480px){.layout{padding:5px}.layout-main{margin:5px auto}.pixel-button{font-size:12px;padding:6px 12px}}.mobile-tab-navigation{display:flex!important;background:var(--secondary-color)!important;border-radius:0!important;border-bottom:none!important;padding:0!important;overflow:hidden!important;box-shadow:0 -2px 10px rgba(0,0,0,.1)!important;position:fixed;bottom:0;left:0;right:0;z-index:100}.mobile-tab-button{background-color:#0a1f30;color:#6c8eb4;border:none;transition:all .2s;font-family:Press Start\ 2P,cursive;font-size:14px;letter-spacing:1px;position:relative!important;overflow:hidden!important;text-shadow:0 1px 2px rgba(0,0,0,.2)!important;margin:0!important;box-shadow:none!important;z-index:1!important}.mobile-tab-button:before{content:""!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0))!important;opacity:0!important;transition:opacity .3s ease!important;z-index:-1!important}.mobile-tab-button:hover:before{opacity:1!important}.mobile-tab-button.active{background-color:var(--panel-bg)!important;color:var(--secondary-color)!important;border-bottom:4px solid var(--secondary-color)!important;font-weight:700!important;box-shadow:0 0 15px rgba(0,0,0,.1)!important}.mobile-game-wrapper{height:100vh;overflow:hidden;background-color:#001b33;background-image:linear-gradient(rgba(0,46,79,.95),rgba(0,27,51,.95)),url(../../../images/grid-bg.html);background-size:cover;background-position:50%;background-repeat:repeat}.mobile-game-wrapper,.mobile-header{display:flex;flex-direction:column;width:100%}.mobile-header{padding:10px;background-color:rgba(0,27,51,.9);border-bottom:2px solid #ffcc00}.mobile-header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mobile-logo{color:#ffcc00;font-size:24px;display:flex;align-items:center}.mobile-logo,.mobile-menu-button{font-family:VT323,monospace,Courier New,Courier;font-weight:700}.mobile-menu-button{background-color:#ffcc00;border:2px solid #ffcc00;color:#002a4e;padding:5px 15px;font-size:14px}.mobile-test-scene-wrapper{flex:1;background:rgba(0,27,51,.6);height:auto;margin:10px;padding:10px;border:2px solid #ffcc00;border-radius:4px;overflow:hidden}.mobile-scene-container,.mobile-test-scene-wrapper{display:flex;justify-content:center;align-items:center;position:relative}.mobile-scene-container{width:100%;height:100%;min-height:300px}.mobile-test-scene-wrapper canvas{max-width:100%!important;height:auto!important}.mobile-test-scene-wrapper>div{width:100%!important;height:100%!important;display:flex;align-items:center;justify-content:center}.mobile-tabs{display:flex;justify-content:space-around;background-color:rgba(0,27,51,.95);padding:8px 0;position:fixed;bottom:0;width:100%;z-index:100;border-top:2px solid #ffcc00}.mobile-tab-button{background-color:#002a4e;border:2px solid #ffcc00;color:#fff;padding:10px;font-size:11px;font-weight:700;text-transform:uppercase;font-family:Press Start\ 2P,Courier;cursor:pointer;margin:0 2px;flex:1;text-align:center}.mobile-tab-button.active{background-color:#ffcc00;border-color:#ffcc00;color:#002a4e}.mobile-status-indicators{display:flex;justify-content:space-around;padding:8px;background-color:transparent;margin:0 8px 8px}.mobile-status-item{display:flex;align-items:center;background-color:#ffcc00;border:2px solid #ffcc00;padding:4px 10px;min-width:120px;justify-content:center;font-weight:700;font-family:VT323,monospace,Courier New,Courier;margin:0 5px}@media screen and (max-width:768px){.TestScene_testScene__dYmzn{position:relative;width:420px!important;height:370px!important;margin:0 auto}}.mobile-content-section .tabs-header{display:flex!important;background:var(--secondary-color)!important;border-radius:0!important;border-bottom:none!important;padding:0!important;overflow:hidden!important;box-shadow:0 -2px 10px rgba(0,0,0,.1)!important}.mobile-content-section .tab-button{flex:1;background-color:#0a1f30;color:#6c8eb4;border:none;padding:10px;cursor:pointer;transition:all .2s;font-family:Press Start\ 2P,cursive;font-size:10px;text-transform:uppercase;letter-spacing:1px;position:relative!important;overflow:hidden!important}.mobile-content-section .tab-button:before{content:""!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0))!important;opacity:0!important;transition:opacity .3s ease!important;z-index:-1!important}.mobile-content-section .tab-button:hover:before{opacity:1!important}.mobile-content-section .tab-button.active{background-color:var(--panel-bg)!important;color:var(--secondary-color)!important;border-bottom:4px solid var(--secondary-color)!important;font-weight:700!important;box-shadow:0 0 15px rgba(0,0,0,.1)!important}@media screen and (max-width:768px){.game-container{display:flex;flex-direction:column;height:150vh;overflow:hidden}.mobile-navbar{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#0a0a0a;border-bottom:1px solid #333;z-index:100}.mobile-logo{height:32px}.mobile-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.tab-content{flex:1;overflow:auto;padding-bottom:56px}.mobile-bluecoin-wrapper{margin-bottom:10px;background-color:rgba(13,13,13,.7);border-radius:8px}.mobile-test-scene-wrapper{height:calc(100vh - 180px);display:flex;justify-content:center;align-items:center;width:100%;border-radius:8px;overflow:hidden;position:relative}.mobile-stats-panel{height:100%}.mobile-resources-panel,.mobile-stats-panel{padding:15px;background-color:rgba(20,20,20,.7);border-radius:8px}.mobile-bank-panel,.mobile-space-panel{padding:15px;background-color:rgba(20,20,20,.7);border-radius:8px;height:100%}.mobile-tab-navigation{display:flex;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;background-color:#0a0a0a;border-top:1px solid #333;z-index:100}.mobile-tab-button{flex:1;padding:12px 8px;border:none;background:transparent;color:#999;font-weight:500;text-align:center;transition:all .2s;font-size:10px;text-transform:uppercase}.mobile-tab-button.active{color:#fff;background-color:rgba(35,35,35,.5)}.desktop-only{display:none!important}.mobile-resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.mobile-resource-item{display:flex;align-items:center;padding:10px;background-color:rgba(0,0,0,.3);border-radius:6px}.mobile-resource-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:10px;border-radius:50%;background-color:rgba(255,255,255,.1)}.mobile-resource-value{font-size:14px;display:flex;flex-direction:column}.mobile-resource-label{font-size:12px;opacity:.7}.mobile-resource-amount{font-weight:500}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.mobile-section-title{font-size:16px;font-weight:500;margin-bottom:12px;color:#ddd}}