*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:auto;font-family:Arial,Helvetica,sans-serif;font-size:16px;background:#ffebba}.container{width:1280px;display:flex;flex-direction:column;gap:10px;padding:20px}.card{background:rgba(255,255,255,.3);border:1.5px solid #e5c678;border-radius:6px}.top{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.top button{width:50px;height:30px;font-size:14px;background:#6c3c00;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.top button:hover{background:#4c2a00}.top button.active{background:#a35a00}.buttons{display:flex;gap:8px}.middle{display:flex;gap:10px}.left{width:1050px;height:540px;position:relative;overflow:hidden}.right{flex:1;height:540px;font-size:14px;line-height:1.2;text-align:center;display:flex;flex-direction:column}.bottom{height:200px;display:flex;flex-direction:column;overflow:hidden}.shop-tabs{display:flex;gap:4px;padding:8px 8px 0 8px;flex-shrink:0}.tab{font-size:12px;padding:6px 15px;background:rgba(108,60,0,.2);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.tab.active{background:#6c3c00;color:#fff}.tab:hover{background:#4c2a00;color:#fff}.shop-content{flex:1;overflow-x:auto;overflow-y:hidden;padding:8px}.items-container{display:flex;gap:10px;height:100%;min-width:min-content}.shop-item{width:160px;flex-shrink:0;background:rgba(255,255,255,.5);border:1px solid #e5c678;border-radius:6px;padding:8px;cursor:pointer;transition:all .2s ease}.shop-item:hover{background:rgba(255,255,255,.2)}.shop-item-icon{width:30px;height:30px;object-fit:contain;margin-bottom:2px;border-radius:4px}.shop-item-name{font-size:14px;font-weight:700;color:#6c3c00}.shop-item-desc{font-size:12px;color:#5d7200}.shop-item-price{font-size:12px;color:#c57600}.produce{font-size:22px;color:#5d7200!important}.grid{display:grid;grid-template-columns:repeat(35,30px);grid-template-rows:repeat(18,30px);width:1050px;height:540px;position:absolute;top:0;left:0}.cell{background-image:url('assets/nothing.png');background-size:cover;background-position:center;border:.5px solid rgba(255,255,255,.3);box-sizing:border-box}.cell:hover{filter:brightness(.7)}.cell.error{background:red!important}.title{font-size:24px;font-weight:700;color:#6c3c00;margin:0}.timer{color:#6c3c00;font-weight:700}.right h2{font-size:18px;font-weight:700;color:#6c3c00;margin-top:6px;margin-bottom:6px}.version{margin-top:auto;margin-bottom:2px;font-size:13px;color:gray}.tutorial{font-size:13px;margin-bottom:12px}.placement-msg{text-align:center;margin-top:50px}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background-color:#ffebba;border-radius:8px;padding:16px;width:340px;text-align:center}.popup-content input,.popup-content select{width:100%;padding:8px;margin-top:8px;margin-bottom:10px;border:1px solid #e5c678;border-radius:6px}.popup-content input:focus,.popup-content select:focus{outline:0}.popup-buttons{display:flex;gap:12px;justify-content:center}.popup-buttons button{background-color:#e5c678;color:#000;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer}.tutorial-popup p{margin:12px 0 16px;color:#6c3c00;line-height:1.35}.badger-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.badger-options button{background:#6c3c00;color:#fff;border:none;border-radius:6px;padding:10px 8px;font-size:12px;cursor:pointer;transition:all .2s ease}.badger-options button:hover{background:#4c2a00}.trade-coins{margin:10px 0;color:#6c3c00;font-weight:700}.trade-amount{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px;color:#6c3c00;font-weight:700}.trade-amount input{width:70px;padding:5px 6px;margin:0;border:1px solid #e5c678;border-radius:6px}.trade-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.trade-row{display:grid;grid-template-columns:100px 1fr auto auto;align-items:center;gap:8px;text-align:left}.trade-row button{background:#6c3c00;color:#fff;border:none;border-radius:6px;padding:6px 10px;cursor:pointer}.trade-row button:disabled{background:#b59b6a;cursor:not-allowed}.hidden{display:none}@media (max-width:1280px),(max-height:786px){body{display:block;min-height:auto;align-items:stretch;justify-content:flex-start}.container{margin:0 auto}}