.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d5016,#4a7c2e);padding:2rem}.login-container{text-align:center}.login-header{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-bottom:.5rem}.login-pet{height:80px;width:auto;object-fit:contain;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.8))}.login-logo{height:100px;width:auto;object-fit:contain;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.8))}.login-subtitle{font-size:1.5rem;color:#fff;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.login-panel{background:linear-gradient(180deg,#ff8c00,orange);border:4px solid #8b4513;border-radius:12px;padding:2rem;min-width:400px;box-shadow:0 8px 16px #0009}.login-panel h2{color:#2d2d2d;margin-bottom:1.5rem;font-size:1.8rem;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{text-align:left}.form-group label{display:block;color:#2d2d2d;font-weight:700;margin-bottom:.5rem;font-size:1.1rem}.form-group input{width:100%;padding:.75rem;border:3px solid #8b4513;border-radius:6px;font-size:1rem;background:#fff}.form-group input:focus{outline:none;border-color:gold;box-shadow:0 0 8px #ffd70080}.error-message{background:#f44;color:#fff;padding:.75rem;border-radius:6px;font-weight:700;border:2px solid #cc0000}.btn-primary,.btn-secondary{padding:1rem;font-size:1.1rem;font-weight:700;border:3px solid #8b4513;border-radius:6px;cursor:pointer;transition:all .2s;text-transform:uppercase}.btn-primary{background:linear-gradient(180deg,#4caf50,#45a049);color:#fff;box-shadow:0 4px 8px #0000004d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #0006}.btn-secondary{background:#ddd;color:#333;margin-top:1rem}.btn-secondary:hover:not(:disabled){background:#ccc}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.login-screen{padding:1.5rem}.login-logo{height:80px}.login-pet{height:65px}.login-subtitle{font-size:1.3rem}.login-panel{min-width:350px;padding:1.5rem}.login-panel h2{font-size:1.6rem}.form-group label{font-size:1rem}.form-group input{padding:.6rem}}@media (max-width: 600px){.login-screen{padding:1rem}.login-logo{height:70px}.login-pet{height:55px}.login-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.login-panel{min-width:300px;max-width:95%;padding:1.2rem;border-width:3px}.login-panel h2{font-size:1.4rem;margin-bottom:1.2rem}.form-group label{font-size:.95rem}.form-group input{padding:.6rem;font-size:.95rem;border-width:2px}.btn-primary,.btn-secondary{padding:.8rem;font-size:1rem;min-height:48px}.error-message{padding:.6rem;font-size:.9rem}}@media (max-width: 480px){.login-screen{padding:.5rem}.login-logo{height:60px}.login-pet{height:50px}.login-subtitle{font-size:1rem}.login-panel{min-width:280px;max-width:95%;padding:1rem;border-width:2px}.login-panel h2{font-size:1.2rem}.form-group{gap:.75rem}.form-group label{font-size:.9rem}.form-group input{padding:.5rem;font-size:.9rem}.btn-primary,.btn-secondary{padding:.7rem;font-size:.95rem}}@media (max-width: 360px){.login-logo{height:50px}.login-subtitle{font-size:.9rem}.login-panel{min-width:260px;padding:.8rem}.login-panel h2{font-size:1.1rem}}.mission-event-log{background:linear-gradient(180deg,#ff8c00,orange);border:4px solid #8b4513;border-radius:12px;padding:0;box-shadow:0 6px 12px #0009;display:flex;flex-direction:column;min-height:500px}.log-header{background:#2d2d2d;padding:1rem;text-align:center;font-size:1.3rem;font-weight:700;border-bottom:3px solid #8b4513;text-transform:uppercase;border-radius:8px 8px 0 0}.log-content{flex:1;background:#1a1a1a;padding:1rem;color:#fff;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;max-height:400px;overflow-y:auto;scroll-behavior:smooth}.log-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#888;font-size:1.1rem}.log-events{display:flex;flex-direction:column;gap:.5rem}.log-line{padding:.5rem;border-left:3px solid #ff8c00;background:#ff8c001a}.log-line.start{color:gold;font-weight:700;font-size:1.1rem;text-shadow:1px 1px 2px rgba(0,0,0,.8);background:#ffd70026;border-left-color:gold;margin:.8rem 0}.log-line.combat{color:#ff6b6b;font-weight:700;background:#ff6b6b26;border-left-color:#ff6b6b;border-left-width:4px;margin:.8rem 0;box-shadow:0 0 8px #ff6b6b4d}.log-line.complete{color:#4caf50;font-weight:700;font-size:1.1rem;background:#4caf5033;border:2px solid #4caf50;border-radius:6px;margin:1rem 0;text-align:center;box-shadow:0 0 12px #4caf5066}.log-line.reward{color:#ffeb3b;font-weight:600;background:#ffeb3b1a;border-left-color:#ffeb3b;padding-left:1.5rem}.log-progress{padding:1rem;background:#2d2d2d;border-top:3px solid #8b4513}.progress-bar{height:20px;background:#1a1a1a;border:2px solid #8b4513;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.stage-info{text-align:center;color:gold;font-weight:700;font-size:1.1rem}.notification-banner{position:fixed;top:90px;left:50%;transform:translate(-50%);z-index:2000;animation:slideDown .3s ease,fadeOut .3s ease 1.7s forwards}@keyframes slideDown{0%{transform:translate(-50%) translateY(-50px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.notification-content{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:15px 30px;border-radius:12px;border:3px solid #1b5e20;box-shadow:0 6px 20px #0009;font-size:1.2rem;font-weight:700;text-align:center;white-space:pre-line;min-width:300px}.mission-selector{background:linear-gradient(180deg,#ff8c00,orange);border:4px solid #8b4513;border-radius:12px;padding:1.5rem;box-shadow:0 6px 12px #0009;display:flex;flex-direction:column;gap:1.5rem;min-height:500px}.info-board{background:#1a1a1a;border:3px solid #8b4513;border-radius:8px;padding:1.5rem;color:#fff;min-height:150px}.mission-info h3{color:gold;margin-bottom:1rem;font-size:1.3rem;text-transform:uppercase}.mission-description{margin-bottom:.75rem;line-height:1.6;border-left:3px solid #ff8c00;padding-left:1rem;font-size:.95rem}.mission-stats{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding:1rem;background:#0000004d;border-radius:8px;border:2px solid rgba(255,140,0,.3)}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.95rem;line-height:1}.stat-row span:first-child{color:orange;font-weight:700}.stat-row .value{color:gold;font-weight:700;text-align:right}.loot-table-section{margin-top:1.5rem}.loot-table-section h4{color:gold;margin-bottom:1rem;font-size:1.1rem;text-align:center}.loot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;padding:1rem;background:#0006;border-radius:8px;border:2px solid rgba(255,215,0,.3);max-height:300px;overflow-y:auto}.loot-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;background:#8b45134d;border:2px solid rgba(255,140,0,.5);border-radius:8px;transition:all .2s ease}.loot-item:hover{background:#8b451380;border-color:orange;transform:scale(1.05)}.loot-item-image{width:48px;height:48px;object-fit:contain;image-rendering:pixelated}.loot-item-name{font-size:.7rem;color:gold;text-align:center;line-height:1.2;word-wrap:break-word;max-width:100%}.mission-status{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-size:1.2rem;font-weight:700;color:gold;text-align:center;gap:.5rem}.mission-buttons{display:flex;flex-direction:column;gap:1rem}.mission-btn{padding:1.25rem;font-size:1.2rem;font-weight:700;border:3px solid #8b4513;border-radius:8px;cursor:pointer;transition:all .2s;text-transform:uppercase;box-shadow:0 4px 8px #0006}.mission-btn.forest{background:linear-gradient(180deg,#2d5016,#4a7c2e);color:#fff}.mission-btn.mines{background:linear-gradient(180deg,#4a4a4a,#2d2d2d);color:#fff}.mission-btn.wilderness{background:linear-gradient(180deg,#5d4e37,#8b7355);color:#fff}.mission-btn.in-progress{background:linear-gradient(180deg,gold,#ffed4e);color:#2d2d2d;cursor:not-allowed}.mission-btn.claim{background:linear-gradient(180deg,#4caf50,#45a049);color:#fff}.mission-btn.reset{background:linear-gradient(180deg,#f44,#c00);color:#fff}.mission-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #00000080}.mission-btn:disabled{opacity:.6;cursor:not-allowed}.mission-confirm{background:#2d2d2d;border:3px solid #ffd700;border-radius:8px;padding:1.5rem;color:#fff;text-align:center}.mission-confirm p{margin-bottom:1rem;font-size:1.1rem}.inventory-risk-warning{background:linear-gradient(90deg,#ff6b6b,#ee5a6f);border:2px solid #c92a2a;border-radius:6px;padding:.75rem;margin:1rem 0;color:#fff;font-weight:700;text-align:center;animation:warningPulse 2s ease-in-out infinite}.confirm-buttons{display:flex;gap:1rem}.btn-confirm,.btn-cancel{flex:1;padding:1rem;font-size:1.1rem;font-weight:700;border:3px solid #8b4513;border-radius:6px;cursor:pointer;transition:all .2s;text-transform:uppercase}.btn-confirm{background:linear-gradient(180deg,#4caf50,#45a049);color:#fff}.btn-cancel{background:linear-gradient(180deg,#888,#666);color:#fff}.btn-confirm:hover:not(:disabled),.btn-cancel:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0006}.mission-navigation{display:flex;flex-direction:column;gap:.75rem}.btn-info{padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border:3px solid #8b4513;border-radius:6px;background:linear-gradient(180deg,#888,#666);color:#fff;cursor:pointer;transition:all .2s;text-transform:uppercase}.btn-info:hover{background:linear-gradient(180deg,#999,#777);transform:translateY(-2px);box-shadow:0 4px 8px #0006}.btn-return-hub{padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;border:3px solid #2e7d32;border-radius:8px;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;cursor:pointer;transition:all .3s ease;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 8px #0006,0 0 #4caf5000;animation:gentlePulse 3s ease-in-out infinite;font-family:Impact,sans-serif;letter-spacing:1px}.return-icon{font-size:1.5rem;transition:transform .3s ease}.return-text{flex:1;text-align:center}.btn-return-hub:hover{background:linear-gradient(135deg,#45a049,#388e3c);border-color:#1b5e20;transform:translateY(-3px);box-shadow:0 8px 16px #00000080,0 0 20px #4caf504d}.btn-return-hub:hover .return-icon{transform:translate(-4px)}.btn-return-hub:active{transform:translateY(-1px)}@keyframes gentlePulse{0%,to{box-shadow:0 4px 8px #0006,0 0 #4caf5000}50%{box-shadow:0 4px 8px #0006,0 0 12px 4px #4caf5080}}@media (max-width: 768px){.mission-navigation{gap:.6rem}.btn-info{padding:.65rem 1.25rem;font-size:.95rem}.btn-return-hub{padding:.9rem 1.25rem;font-size:1rem;gap:.6rem}.return-icon{font-size:1.3rem}}@media (max-width: 600px){.mission-navigation{gap:.5rem}.btn-info{padding:.6rem 1rem;font-size:.9rem;border-width:2px}.btn-return-hub{padding:.85rem 1rem;font-size:.95rem;gap:.5rem;border-width:2px}.return-icon{font-size:1.2rem}}@media (max-width: 480px){.btn-info,.btn-return-hub{padding:.75rem .9rem;font-size:.85rem}.return-icon{font-size:1.1rem}}.currency-display{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:2px solid #d4af37;border-radius:8px;box-shadow:0 2px 8px #d4af374d;margin-bottom:12px}.coin-icon{width:32px;height:32px;filter:drop-shadow(0 0 4px rgba(212,175,55,.6));animation:coinGlow 2s ease-in-out infinite}.coin-amount{font-size:20px;font-weight:700;color:gold;text-shadow:0 0 10px rgba(255,215,0,.8),0 0 20px rgba(255,215,0,.4),2px 2px 4px rgba(0,0,0,.8);letter-spacing:1px}@keyframes coinGlow{0%,to{filter:drop-shadow(0 0 4px rgba(212,175,55,.6))}50%{filter:drop-shadow(0 0 8px rgba(255,215,0,.9))}}.inventory-panel{background:linear-gradient(180deg,#8b4513b3,#654321cc);border:3px solid #8b4513;border-radius:12px;padding:0;box-shadow:0 6px 12px #0009,inset 0 1px #ffd7001a;overflow:visible;min-height:600px;height:100%;display:flex;flex-direction:column}.panel-header{background:#2d2d2d;padding:1rem;text-align:center;font-size:1.5rem;font-weight:700;color:gold;border-bottom:3px solid #8b4513;text-transform:uppercase;font-family:Impact,sans-serif;letter-spacing:2px;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative}.inventory-count{font-size:1rem;color:#ccc;font-weight:400}.inventory-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:1rem;flex:1;align-content:start;overflow-y:auto}.inventory-slot{aspect-ratio:1;background:#0006;border:3px solid #8b4513;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .2s;box-shadow:inset 0 2px 4px #0000004d}.inventory-slot.has-item{cursor:grab}.inventory-slot.has-item:active{cursor:grabbing}.inventory-slot:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0006,inset 0 2px 4px #0003;z-index:1001}.inventory-slot.drag-over{background:linear-gradient(180deg,#4caf50,#45a049);border-color:#2e7d32;box-shadow:0 0 12px #4caf5099;transform:scale(1.05)}.item-image{max-width:80%;max-height:80%;object-fit:contain;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3))}.item-quantity{position:absolute;bottom:4px;right:6px;background:#2d2d2d;color:gold;padding:2px 6px;border-radius:4px;font-size:.9rem;font-weight:700;border:2px solid #8b4513}.empty-slot{width:100%;height:100%;background:#0003;display:flex;align-items:center;justify-content:center}.empty-slot-text{color:#7f8c8d80;font-size:.7rem;font-weight:700;text-transform:uppercase}.stack-warning{position:absolute;top:4px;left:4px;font-size:1rem;filter:drop-shadow(0 0 3px rgba(255,0,0,.8));animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.inventory-warning{background:linear-gradient(90deg,#ff6b6b,#ee5a6f);color:#fff;padding:.75rem;text-align:center;font-weight:700;border-top:3px solid #c92a2a;animation:warningPulse 2s ease-in-out infinite}@keyframes warningPulse{0%,to{background:linear-gradient(90deg,#ff6b6b,#ee5a6f)}50%{background:linear-gradient(90deg,#ee5a6f,#ff6b6b)}}.item-tooltip{display:none;position:absolute;left:50%;transform:translate(-50%);background:#2d2d2d;border:3px solid #ffd700;border-radius:8px;padding:.75rem;min-width:200px;max-width:250px;z-index:1000;box-shadow:0 4px 12px #000c;white-space:normal;pointer-events:none;transition:opacity .15s ease-out}.inventory-slot:nth-child(n+11) .item-tooltip{bottom:100%;margin-bottom:8px}.inventory-slot:nth-child(-n+10) .item-tooltip{top:100%;margin-top:8px}.inventory-slot:nth-child(5n+1) .item-tooltip{left:0;transform:translate(0)}.inventory-slot:nth-child(5n) .item-tooltip{left:auto;right:0;transform:translate(0)}.inventory-slot:hover .item-tooltip{display:block}.inventory-grid.is-dragging .item-tooltip{display:none!important;opacity:0}.tooltip-name{color:gold;font-weight:700;margin-bottom:.5rem;font-size:1.1rem}.tooltip-desc{color:#ccc;margin-bottom:.5rem;font-size:.9rem}.tooltip-effect{color:#4caf50;font-weight:700;font-size:.9rem}.tooltip-stack{color:#888;font-size:.8rem;margin-top:.25rem;border-top:1px solid #444;padding-top:.25rem}@media (max-width: 768px){.inventory-panel{border-width:3px;min-height:500px}.panel-header{padding:.8rem;font-size:1.3rem}.inventory-grid{grid-template-columns:repeat(4,1fr);gap:6px;padding:.75rem}.inventory-slot{border-width:2px}.item-quantity{font-size:.85rem;padding:2px 5px;bottom:3px;right:5px}.tooltip-name{font-size:1rem}.tooltip-desc,.tooltip-effect{font-size:.85rem}}@media (max-width: 600px){.panel-header{padding:.6rem;font-size:1.1rem;letter-spacing:1px}.inventory-grid{grid-template-columns:repeat(4,1fr);gap:5px;padding:.6rem}.inventory-slot{min-width:60px;min-height:60px}.item-quantity{font-size:.75rem;padding:1px 4px;bottom:2px;right:4px;border-width:1px;font-weight:900}.inventory-slot:hover .item-tooltip{display:none}.tooltip-name{font-size:.9rem}.tooltip-desc,.tooltip-effect{font-size:.8rem}}@media (max-width: 480px){.inventory-panel{border-width:2px;min-height:400px}.panel-header{padding:.5rem;font-size:1rem}.inventory-grid{grid-template-columns:repeat(3,1fr);gap:4px;padding:.5rem}.inventory-slot{min-width:70px;min-height:70px;border-width:2px}.item-quantity{font-size:.8rem;padding:2px 5px;bottom:2px;right:3px;font-weight:900;text-shadow:0 0 2px rgba(0,0,0,.8)}}@media (max-width: 360px){.panel-header{font-size:.9rem;padding:.4rem}.inventory-grid{grid-template-columns:repeat(3,1fr);gap:3px;padding:.4rem}.inventory-slot{min-width:60px;min-height:60px}.item-quantity{font-size:.75rem;padding:1px 4px}}.trash-can{position:absolute;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease;opacity:.6;z-index:10}.trash-can.active{opacity:1;animation:trashPulse 1.5s ease-in-out infinite}.trash-can.drag-over{transform:scale(1.4);opacity:1;filter:drop-shadow(0 0 12px rgba(255,69,0,.8))}.trash-icon{width:100%;height:100%;object-fit:contain;pointer-events:none}@keyframes trashPulse{0%,to{opacity:1}50%{opacity:.7}}.trash-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.trash-modal-content{background:linear-gradient(180deg,#654321,#3e2a1a);border:5px solid #ff8c00;border-radius:16px;max-width:500px;width:90%;box-shadow:0 20px 60px #000000e6;animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.trash-modal-header{background:linear-gradient(180deg,tomato,#cc4f3a);padding:1.2rem 1.5rem;border-radius:12px 12px 0 0;border-bottom:3px solid #8b4513;display:flex;justify-content:space-between;align-items:center}.trash-modal-header h3{margin:0;font-size:1.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);font-family:Impact,sans-serif}.trash-modal-header .close-btn{background:#0000004d;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1.5rem;width:35px;height:35px;border-radius:50%;cursor:pointer;transition:all .2s ease;font-weight:700}.trash-modal-header .close-btn:hover{background:#0009;transform:scale(1.1)}.trash-modal-body{padding:2rem 1.5rem;color:#ffedcc;text-align:center}.trash-warning{font-size:1.2rem;margin:0 0 1.5rem;color:gold;font-weight:700}.trash-item-preview{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:1.5rem 0;padding:1.5rem;background:#0000004d;border:3px solid #8b4513;border-radius:12px}.trash-item-image{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.6))}.trash-item-details{text-align:left}.trash-item-name{font-size:1.4rem;font-weight:700;color:gold;margin-bottom:.5rem}.trash-item-quantity{font-size:1.2rem;color:tomato;font-weight:700}.trash-permanent-warning{font-size:1rem;color:tomato;margin:1.5rem 0 0;font-weight:700}.trash-modal-footer{padding:1.2rem 1.5rem;border-top:3px solid rgba(255,140,0,.3);display:flex;justify-content:space-between;gap:1rem;background:#0003;border-radius:0 0 12px 12px}.trash-btn-cancel{flex:1;background:linear-gradient(180deg,#4caf50,#388e3c);border:3px solid #2e7d32;color:#fff;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;box-shadow:0 4px #1b5e20,0 6px 12px #0006}.trash-btn-cancel:hover{transform:translateY(-3px);box-shadow:0 6px #1b5e20,0 8px 16px #00000080}.trash-btn-cancel:active{transform:translateY(-1px);box-shadow:0 2px #1b5e20,0 4px 8px #0006}.trash-btn-confirm{flex:1;background:linear-gradient(180deg,#f44336,#c62828);border:3px solid #b71c1c;color:#fff;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;box-shadow:0 4px #8b0000,0 6px 12px #0006}.trash-btn-confirm:hover{transform:translateY(-3px);box-shadow:0 6px #8b0000,0 8px 16px #00000080}.trash-btn-confirm:active{transform:translateY(-1px);box-shadow:0 2px #8b0000,0 4px 8px #0006}@media (max-width: 600px){.trash-modal-content{max-width:95%}.trash-item-preview{flex-direction:column;gap:1rem}.trash-item-details{text-align:center}.trash-modal-footer{flex-direction:column}}.pet-detail-view{background:linear-gradient(180deg,#ff8c00,orange);border:4px solid #8b4513;border-radius:12px;padding:0;box-shadow:0 6px 12px #0009;overflow:visible}.pet-detail-header{background:#2d2d2d;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid #8b4513}.pet-detail-header h2{color:gold;font-size:1.5rem;text-transform:uppercase;font-family:Impact,sans-serif;letter-spacing:2px;margin:0}.close-btn{background:#f44;color:#fff;border:2px solid #8b4513;border-radius:6px;width:40px;height:40px;font-size:1.5rem;cursor:pointer;transition:all .2s}.close-btn:hover{background:#c00;transform:scale(1.1)}.pet-detail-content{padding:1.5rem;background:#0003}.pet-display{display:flex;gap:1.5rem;margin-bottom:1.5rem;background:#2d2d2d;border:3px solid #8b4513;border-radius:8px;padding:1rem}.pet-sprite{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffed4e,gold);border:3px solid #8b4513;border-radius:8px}.pet-sprite img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.pet-main-info{flex:1;color:#fff}.pet-main-info h3{color:gold;font-size:1.8rem;margin-bottom:.5rem}.pet-type,.pet-stage,.pet-gender{font-size:1.1rem;margin-bottom:.25rem;color:#ccc}.pet-stats-detail{background:#2d2d2d;border:3px solid #8b4513;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.stat-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.2rem}.stat-label{color:gold;font-weight:700;min-width:60px}.stat-value{color:#fff;font-weight:700;flex:1}.stat-btn{width:40px;height:40px;background:linear-gradient(180deg,#4caf50,#45a049);color:#fff;border:3px solid #8b4513;border-radius:6px;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s}.stat-btn:hover{background:linear-gradient(180deg,#5fc863,#4caf50);transform:scale(1.1)}.skill-points{text-align:center;color:gold;font-size:1.3rem;font-weight:700;margin-top:1rem;padding:.75rem;background:#ffd70033;border:2px solid #ffd700;border-radius:6px}.pet-xp-section{background:#2d2d2d;border:3px solid #8b4513;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.xp-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.xp-label,.xp-numbers{color:gold;font-size:1.2rem;font-weight:700}.xp-bar-large{position:relative;height:30px;background:#1a1a1a;border:3px solid #8b4513;border-radius:15px;overflow:hidden;margin-bottom:.5rem}.xp-bar-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.xp-text{text-align:center;color:#fff;font-weight:700}.usable-items{background:#2d2d2d;border:3px solid #8b4513;border-radius:8px;padding:1rem}.usable-items h4{color:gold;margin-bottom:1rem;font-size:1.2rem}.item-grid-small{display:flex;gap:.5rem}.item-slot-small{width:60px;height:60px;background:linear-gradient(180deg,#ffed4e,gold);border:3px solid #8b4513;border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .2s}.item-slot-small{position:relative}.item-slot-small:hover{transform:scale(1.1);box-shadow:0 4px 8px #0006;z-index:1001}.item-slot-small img{max-width:80%;max-height:80%;object-fit:contain}.item-qty-small{position:absolute;bottom:2px;right:4px;background:#2d2d2d;color:gold;padding:2px 4px;border-radius:3px;font-size:.7rem;font-weight:700;border:1px solid #8b4513}.item-tooltip-small{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#2d2d2d;border:3px solid #ffd700;border-radius:8px;padding:.75rem;min-width:200px;z-index:1002;box-shadow:0 4px 12px #000c;margin-bottom:8px;white-space:nowrap}.item-slot-small:hover .item-tooltip-small{display:block}@media (max-width: 768px){.pet-detail-view{border-width:3px}.pet-detail-header{padding:.8rem}.pet-detail-header h2{font-size:1.3rem}.close-btn{width:35px;height:35px;font-size:1.3rem}.pet-detail-content{padding:1.2rem}.pet-display{gap:1rem;padding:.8rem}.pet-sprite{width:100px;height:100px}.pet-main-info h3{font-size:1.5rem}.pet-type,.pet-stage,.pet-gender{font-size:1rem}.pet-stats-detail{padding:1.2rem}.stat-row{font-size:1.1rem}.stat-btn{width:36px;height:36px;font-size:1.3rem}.skill-points{font-size:1.2rem;padding:.6rem}}@media (max-width: 600px){.pet-detail-view{border-width:2px;max-width:95%;max-height:90vh;overflow-y:auto}.pet-detail-header{padding:.6rem}.pet-detail-header h2{font-size:1.1rem;letter-spacing:1px}.close-btn{width:32px;height:32px;font-size:1.2rem;min-width:44px;min-height:44px}.pet-detail-content{padding:1rem}.pet-display{flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:.75rem}.pet-sprite{width:90px;height:90px}.pet-main-info h3{font-size:1.3rem}.pet-type,.pet-stage,.pet-gender{font-size:.95rem}.pet-stats-detail{padding:1rem;border-width:2px}.stat-row{font-size:1rem;gap:.6rem}.stat-label{min-width:50px;font-size:1rem}.stat-value{font-size:1rem}.stat-btn{width:44px;height:44px;font-size:1.2rem;border-width:2px}.skill-points{font-size:1.1rem;padding:.6rem}.pet-xp-section{padding:.8rem;border-width:2px}.xp-label,.xp-numbers{font-size:1rem}.xp-bar-large{height:25px}.usable-items{padding:.8rem;border-width:2px}.usable-items h4{font-size:1.1rem}.item-grid-small{gap:.4rem;flex-wrap:wrap}.item-slot-small{width:55px;height:55px;border-width:2px}.item-qty-small{font-size:.65rem;padding:1px 3px}.item-slot-small:hover .item-tooltip-small{display:none}}@media (max-width: 480px){.pet-detail-header h2{font-size:1rem}.close-btn{width:30px;height:30px;min-width:40px;min-height:40px;font-size:1.1rem}.pet-detail-content{padding:.75rem}.pet-sprite{width:80px;height:80px}.pet-main-info h3{font-size:1.2rem}.pet-type,.pet-stage,.pet-gender{font-size:.9rem}.pet-stats-detail{padding:.75rem}.stat-row{font-size:.95rem;gap:.5rem;margin-bottom:.75rem}.stat-label{min-width:45px;font-size:.95rem}.stat-value{font-size:.95rem}.stat-btn{width:40px;height:40px;font-size:1.1rem}.skill-points{font-size:1rem;padding:.5rem}.xp-label,.xp-numbers{font-size:.95rem}.xp-bar-large{height:22px}.usable-items h4{font-size:1rem}.item-slot-small{width:50px;height:50px}.item-qty-small{font-size:.6rem;font-weight:900;text-shadow:0 0 2px rgba(0,0,0,1)}}@media (max-width: 360px){.pet-main-info h3{font-size:1.1rem}.stat-row{font-size:.9rem}.item-slot-small{width:45px;height:45px}}.pet-panel{background:linear-gradient(180deg,#8b4513bf,#654321d9);border:3px solid #8b4513;border-radius:12px;padding:0;box-shadow:0 6px 12px #0009,inset 0 1px #ff8c0026;overflow:hidden;min-height:600px;height:100%;display:flex;flex-direction:column}.pet-slots{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#0000004d;flex:1;overflow-y:auto}.pet-slot{background:linear-gradient(180deg,#3c3c3c,#2d2d2d);border:3px solid #8b4513;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;box-shadow:inset 0 2px 4px #0003;position:relative}.pet-slot.has-pet:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0006,inset 0 2px 4px #0003}.pet-slot.on-mission{background:linear-gradient(180deg,#888,#666);opacity:.7}.pet-info{display:flex;justify-content:space-between;margin-bottom:.5rem}.pet-name{font-size:1.2rem;font-weight:700;color:#f39c12}.pet-level{font-size:1.1rem;font-weight:700;color:#f39c12}.pet-stats-mini{display:grid;grid-template-columns:repeat(4,minmax(min-content,1fr));gap:.3rem;margin-bottom:.75rem}.pet-panel .stat-item{display:flex;align-items:center;gap:.25rem;background:#0000004d;padding:.4rem .5rem;border-radius:6px;border:2px solid rgba(243,156,18,.3);white-space:nowrap}.pet-panel .stat-label{color:#bbb;font-size:.9rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.pet-panel .stat-value{color:#f39c12;font-size:1rem;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.5)}.click-hint{text-align:center;color:#f39c12;font-size:.9rem;font-weight:700;font-style:italic;margin-top:.5rem;padding:.35rem;background:#0003;border-radius:6px;border:1px dashed #f39c12}.mission-indicator{position:absolute;top:1rem;right:1rem;background:#f44;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:700;border:2px solid #8b4513}.mission-indicator.healing{background:linear-gradient(135deg,#2196f3,#1565c0);border-color:#0d47a1}.pet-xp-bar{position:relative;height:20px;background:#2d2d2d;border:2px solid #8b4513;border-radius:10px;overflow:hidden}.xp-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.xp-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:.85rem;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.empty-pet-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;color:#7f8c8d;font-weight:700}.slot-hint{font-size:1.5rem;color:#5f6d77}@media (max-width: 768px){.pet-panel{border-width:3px;min-height:500px}.pet-slots{gap:.75rem;padding:.75rem}.pet-slot{padding:.75rem;border-width:2px}.pet-name{font-size:1.1rem}.pet-level{font-size:1rem}.pet-stats-mini{gap:.6rem}.stat-label{font-size:.95rem}.stat-value{font-size:1.05rem}.click-hint{font-size:.85rem}.mission-indicator{font-size:.75rem;padding:.2rem .6rem}.xp-text{font-size:.8rem}}@media (max-width: 600px){.pet-panel{min-height:450px}.pet-slots{gap:.6rem;padding:.6rem}.pet-slot{padding:.6rem;min-height:80px}.pet-name{font-size:1rem}.pet-level{font-size:.95rem}.pet-stats-mini{gap:.5rem}.stat-label{font-size:.9rem}.stat-value{font-size:1rem}.click-hint{font-size:.8rem}.mission-indicator{font-size:.7rem;padding:.2rem .5rem;top:.75rem;right:.75rem}.pet-xp-bar{height:18px}.xp-text{font-size:.75rem}.empty-pet-slot{min-height:80px}.slot-hint{font-size:1.2rem}}@media (max-width: 480px){.pet-panel{border-width:2px;min-height:400px}.pet-slots{gap:.5rem;padding:.5rem}.pet-slot{padding:.5rem}.pet-name{font-size:.95rem}.pet-level{font-size:.9rem}.pet-stats-mini{gap:.4rem}.stat-label{font-size:.85rem}.stat-value{font-size:.95rem}.click-hint{font-size:.75rem}.mission-indicator{font-size:.65rem;padding:.15rem .4rem}.pet-xp-bar{height:16px}.xp-text{font-size:.7rem}}@media (max-width: 360px){.pet-name{font-size:.9rem}.stat-label{font-size:.8rem}.stat-value{font-size:.9rem}}.mission-area{display:grid;grid-template-columns:1fr 600px 1fr;gap:2rem;max-width:1800px;margin:0 auto;min-height:700px}.mission-left-panel,.mission-center-panel,.mission-right-panel{display:flex;flex-direction:column;min-height:700px}.mission-left-panel{gap:.5rem}.panel-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.toggle-btn{flex:1;padding:.75rem;font-size:1.1rem;font-weight:700;border:3px solid #8b4513;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#888,#666);color:#fff;cursor:pointer;transition:all .2s;text-transform:uppercase}.toggle-btn.active{background:linear-gradient(180deg,#ff8c00,orange);color:#2d2d2d;transform:translateY(2px)}@media (max-width: 1400px){.mission-area{grid-template-columns:1fr;gap:1.5rem;max-width:900px}.mission-left-panel,.mission-center-panel,.mission-right-panel{width:100%}}@media (max-width: 1024px){.mission-area{gap:1rem;min-height:600px}.mission-left-panel,.mission-center-panel,.mission-right-panel{min-height:550px}.toggle-btn{font-size:1rem;padding:.6rem}.panel-toggle{gap:.4rem}}@media (max-width: 768px){.mission-area{gap:.75rem;min-height:500px}.mission-left-panel,.mission-center-panel,.mission-right-panel{min-height:450px}.toggle-btn{font-size:.9rem;padding:.5rem;border-width:2px;min-height:44px}.panel-toggle{gap:.3rem}}@media (max-width: 480px){.mission-area{gap:.5rem;min-height:400px}.mission-left-panel,.mission-center-panel,.mission-right-panel{min-height:380px}.toggle-btn{font-size:.85rem;padding:.5rem .4rem}.panel-toggle{gap:.25rem}}@media (max-width: 360px){.toggle-btn{font-size:.75rem;padding:.4rem .3rem}}.mission-tabs{display:flex;gap:.5rem;margin-top:1rem}.mission-tab{flex:1;padding:.75rem;font-size:1rem;font-weight:700;border:3px solid #8b4513;border-radius:6px;background:linear-gradient(180deg,#5d4e37,#4a4039);color:#fff;cursor:pointer;transition:all .2s;text-transform:uppercase}.mission-tab:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0006}.mission-tab.active{background:linear-gradient(180deg,gold,#ffed4e);color:#2d2d2d;border-color:#d4af37}.mission-tab.has-mission{border:3px solid #4CAF50;box-shadow:0 0 12px #4caf5099}.mission-tab.has-mission.active{border:3px solid #4CAF50}.mission-area-hub{min-height:100vh;background:linear-gradient(180deg,#0f1923d9,#0a0f14f2);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;margin:-2rem}.mission-area-hub:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 40%,transparent 20%,rgba(0,0,0,.4) 80%,rgba(0,0,0,.7) 100%);pointer-events:none;z-index:0}.mission-area-hub>*{position:relative;z-index:1}.hub-header{text-align:center;margin-bottom:0;padding:1.25rem;background:linear-gradient(135deg,#8b4513d9,#000000f2);border:3px solid #8b4513;border-radius:12px;box-shadow:0 8px 16px #000c,inset 0 1px #ffd70026}.hub-title-row{display:flex;align-items:center;justify-content:center;gap:1rem}.hub-title-image{max-width:40px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.6));margin:0}.hub-subtitle{font-size:1.1rem;color:#ff8c00;margin:0;font-style:italic;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8)}.difficulty-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;max-width:1600px;margin:0 auto;width:100%;padding:0 1rem}.difficulty-tile{position:relative;aspect-ratio:1;border:4px solid #8b4513;border-radius:12px;overflow:visible;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 8px 16px #000c;will-change:transform}.difficulty-tile:after{content:"HOVER";position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:.65rem;color:#ffd70080;font-weight:700;letter-spacing:1px;opacity:.6;transition:opacity .3s ease;pointer-events:none;text-shadow:0 2px 4px rgba(0,0,0,1);font-family:Impact,sans-serif}.difficulty-tile:hover:after{opacity:0}.difficulty-tile:hover{transform:translateY(-12px) scale(1.05);box-shadow:0 16px 32px #000000e6,0 0 30px #ffd70066;border-color:gold;z-index:10}.difficulty-tile.locked{opacity:.3;cursor:not-allowed;filter:grayscale(1) brightness(.7)}.difficulty-tile.locked:hover{transform:none;z-index:1;box-shadow:0 8px 16px #000c,inset 0 1px #ffffff1a}.difficulty-tile.locked:after{content:"LOCKED";color:#ffffff4d;font-size:.7rem}.tile-main{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;border-radius:8px;position:relative;overflow:hidden;transition:all .3s ease;background-size:cover;background-position:center;background-repeat:no-repeat}.difficulty-easy .tile-main{background-image:url(/assets/images/Backgrounds/DarkForest.png)}.difficulty-medium .tile-main{background-image:url(/assets/images/Backgrounds/AbandonedMines.png)}.difficulty-hard .tile-main{background-image:url(/assets/images/Backgrounds/WildernessDark.png)}.tile-main:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.15) 0%,transparent 60%),radial-gradient(circle at 100% 100%,rgba(0,0,0,.2) 0%,transparent 50%);pointer-events:none}.tile-main:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none;opacity:.5}.tile-icon{font-size:4.5rem;filter:drop-shadow(0 6px 12px rgba(0,0,0,1));line-height:1;position:relative;z-index:1;margin-bottom:.25rem}.tile-title{font-size:1.4rem;font-weight:700;color:#fff;text-transform:uppercase;font-family:Impact,sans-serif;letter-spacing:2px;text-align:center;text-shadow:0 4px 8px rgba(0,0,0,1),0 2px 4px rgba(0,0,0,.9);margin:0;position:relative;z-index:1;line-height:1.2}.tile-tier{font-size:.85rem;color:#fffffff2;font-style:italic;font-weight:600;text-shadow:0 3px 6px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,.8);position:relative;z-index:1;margin-top:.25rem}.locked-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.9));z-index:2}.locked-overlay img{width:60px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.9))}.tile-details{position:absolute;bottom:0;left:0;right:0;background:#0d0d0df7;border-top:3px solid var(--accent-color, #ffd700);border-radius:0 0 8px 8px;padding:1rem;transform:translateY(calc(100% + 4px));opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;box-shadow:0 -6px 16px #000000e6,inset 0 1px #ffd70033;pointer-events:none;z-index:5;will-change:transform,opacity}.difficulty-tile:hover .tile-details{transform:translateY(0);opacity:1;pointer-events:auto}.difficulty-tile.locked:hover .tile-details{transform:translateY(calc(100% + 4px));opacity:0}.detail-header{color:gold;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.65rem;text-align:center;border-bottom:2px solid rgba(255,215,0,.3);padding-bottom:.45rem;text-shadow:0 2px 4px rgba(0,0,0,.9)}.detail-stats{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;margin-bottom:.65rem}.detail-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:#00000080;padding:.5rem .4rem;border-radius:6px;border:1px solid rgba(139,69,19,.4);transition:all .2s ease}.detail-stat:hover{background:#0009;border-color:#ffd70080}.detail-icon{font-size:1.3rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.9))}.detail-value{color:gold;font-weight:700;font-size:.8rem;text-align:center;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.8)}.detail-biomes{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.65rem}.detail-biome{display:flex;align-items:center;gap:.5rem;background:#0006;padding:.4rem .6rem;border-radius:6px;color:#fff;font-size:.75rem;border-left:3px solid var(--accent-color, #ffd700);font-weight:600;transition:all .2s ease;text-shadow:0 2px 4px rgba(0,0,0,.9)}.detail-biome:hover{background:#0009;border-left-width:4px;transform:translate(2px)}.detail-biome span:first-child{font-size:1.1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.9))}.detail-prompt{text-align:center;color:gold;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;padding:.6rem;background:#ffd70026;border:2px solid rgba(255,215,0,.4);border-radius:6px;animation:promptPulse 2s ease-in-out infinite;text-shadow:0 2px 4px rgba(0,0,0,.9);font-family:Impact,sans-serif}@keyframes promptPulse{0%,to{background:#ffd70026;border-color:#ffd70066;box-shadow:0 0 #ffd70000}50%{background:#ffd70040;border-color:#ffd70099;box-shadow:0 0 12px 2px #ffd7004d}}@media (min-width: 1400px){.difficulty-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 1400px){.difficulty-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 1024px){.mission-area-hub{padding:1.5rem}.difficulty-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.hub-title{font-size:2rem;letter-spacing:2px}.hub-subtitle{font-size:1rem}.tile-title{font-size:1.3rem}.tile-tier,.detail-header{font-size:.85rem}.detail-value{font-size:.8rem}}@media (max-width: 768px){.mission-area-hub{padding:1.25rem;gap:1.25rem}.hub-header{padding:1rem}.hub-title{font-size:1.8rem;letter-spacing:1.5px}.hub-subtitle{font-size:.95rem}.difficulty-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.tile-title{font-size:1.2rem;letter-spacing:1.5px}.tile-tier{font-size:.8rem}.tile-details{padding:.85rem}.detail-stats{gap:.4rem}.detail-stat{padding:.4rem}.detail-icon{font-size:1.1rem}.detail-value{font-size:.75rem}.detail-biome{font-size:.75rem;padding:.35rem .5rem}.detail-prompt{font-size:.85rem;padding:.5rem}}@media (max-width: 600px){.mission-area-hub{padding:1rem;gap:1rem}.hub-header{padding:.85rem;border-width:2px}.hub-title{font-size:1.6rem;letter-spacing:1px}.hub-subtitle{font-size:.85rem}.difficulty-grid{grid-template-columns:1fr;gap:1rem;padding:0;max-width:400px}.difficulty-tile{border-width:3px}.tile-main{padding:1.25rem}.tile-title{font-size:1.1rem}.tile-tier{font-size:.75rem}.locked-overlay{font-size:3rem}.tile-details{padding:.75rem}.detail-header{font-size:.8rem;margin-bottom:.6rem}.detail-stats{gap:.35rem}.detail-stat{padding:.4rem .3rem}.detail-icon{font-size:1rem}.detail-value{font-size:.7rem}.detail-biomes{gap:.35rem}.detail-biome{padding:.35rem .5rem;font-size:.7rem}.detail-biome span:first-child{font-size:.9rem}.detail-prompt{font-size:.8rem;padding:.5rem}}@media (max-width: 480px){.hub-title{font-size:1.4rem}.hub-subtitle{font-size:.8rem}.tile-title{font-size:1rem}}.healing-pool-container{background:linear-gradient(180deg,#1a4d5cbf,#0d2833d9);border:3px solid #2a6d7f;border-radius:12px;padding:20px;color:#fff;max-width:900px;margin:20px auto;min-height:600px;display:flex;flex-direction:column;box-shadow:0 6px 12px #0009,inset 0 1px #3a9fb526}.healing-pool-header{text-align:center;margin-bottom:20px;border-bottom:2px solid #2a6d7f;padding-bottom:15px}.healing-pool-title-image{max-width:175px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.6));margin:0 0 10px}.healing-pool-description{margin:10px 0 0;font-size:14px;color:#b3e5f0}.healing-pool-description strong{color:gold;display:block;margin-top:5px;font-size:15px}.pool-status-display{background:#0006;border:2px solid #2a6d7f;border-radius:8px;padding:15px;margin-top:15px;display:flex;justify-content:space-between;align-items:center}.uses-remaining{font-size:18px;color:#6dd5ed}.uses-remaining strong{color:#fff;margin-right:8px}.next-reset{font-size:14px;color:gold;font-weight:700}.healing-section{margin:20px 0}.healing-section h3{margin:0 0 15px;font-size:20px;color:#6dd5ed}.healing-pets-grid,.available-pets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;margin-bottom:15px}.healing-pet-card{background:linear-gradient(135deg,#2a5f73,#1a3d4d);border:2px solid #3a9fb5;border-radius:8px;padding:15px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.healing-pet-card.complete{border-color:#4caf50;background:linear-gradient(135deg,#2d6e34,#1a4d21);box-shadow:0 0 15px #4caf5066}.healing-pet-info{flex:1}.healing-pet-info strong{display:block;font-size:16px;margin-bottom:5px;color:#fff}.healing-pet-info div{font-size:13px;color:#b3e5f0;margin:3px 0}.healing-status{margin-top:8px}.healing-complete{color:#4caf50;font-weight:700;font-size:14px}.healing-timer{color:gold;font-weight:700;font-size:14px}.healing-actions{display:flex;flex-direction:column;gap:8px}.available-pet-card{background:linear-gradient(135deg,#2a5f73,#1a3d4d);border:2px solid #3a9fb5;border-radius:8px;padding:15px;cursor:pointer;transition:all .3s ease}.available-pet-card:hover{border-color:#6dd5ed;box-shadow:0 0 10px #6dd5ed4d;transform:translateY(-2px)}.available-pet-card.selected{border-color:gold;box-shadow:0 0 15px #ffd70066;background:linear-gradient(135deg,#3a7f93,#2a5d6d)}.available-pet-card .pet-name{font-size:16px;font-weight:700;margin-bottom:8px;color:#fff}.available-pet-card .pet-stats-mini{font-size:13px;color:#b3e5f0}.available-pet-card .pet-stats-mini div{margin:3px 0}.healing-action-panel{display:flex;justify-content:center;gap:15px;margin-top:20px;padding:15px;background:#0003;border-radius:8px}.btn-claim,.btn-cancel,.btn-start-healing,.btn-cancel-select{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.btn-claim{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff}.btn-claim:hover{background:linear-gradient(135deg,#66bb6a,#388e3c);box-shadow:0 0 10px #4caf5080}.btn-cancel{background:linear-gradient(135deg,#f44336,#c62828);color:#fff;font-size:12px;padding:8px 15px}.btn-cancel:hover{background:linear-gradient(135deg,#e57373,#d32f2f)}.btn-start-healing{background:linear-gradient(135deg,#2196f3,#1565c0);color:#fff}.btn-start-healing:hover{background:linear-gradient(135deg,#42a5f5,#1976d2);box-shadow:0 0 10px #2196f380}.btn-cancel-select{background:linear-gradient(135deg,#757575,#424242);color:#fff}.btn-cancel-select:hover{background:linear-gradient(135deg,#9e9e9e,#616161)}.no-pets-message{text-align:center;padding:40px;font-size:16px;color:#b3e5f0}@media (max-width: 768px){.healing-pool-container{padding:15px;margin:15px auto;min-height:500px}.healing-pool-header h2{font-size:24px}.healing-pool-description{font-size:13px}.healing-pool-description strong{font-size:14px}.healing-pets-grid,.available-pets-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.uses-remaining{font-size:16px}.next-reset{font-size:13px}}@media (max-width: 600px){.healing-pool-container{padding:12px;margin:12px 0;border-width:2px;min-height:450px}.healing-pool-header{padding-bottom:12px}.healing-pool-header h2{font-size:20px}.healing-pool-description{font-size:12px}.healing-pool-description strong{font-size:13px}.pool-status-display{flex-direction:column;gap:10px;padding:12px;text-align:center}.uses-remaining{font-size:15px}.next-reset{font-size:12px}.healing-section h3{font-size:18px}.healing-pets-grid,.available-pets-grid{grid-template-columns:1fr;gap:10px}.healing-pet-card,.available-pet-card{padding:12px}.healing-pet-info strong,.available-pet-card .pet-name{font-size:15px}.healing-pet-info div,.available-pet-card .pet-stats-mini{font-size:12px}.btn-claim,.btn-cancel,.btn-start-healing,.btn-cancel-select{padding:8px 16px;font-size:13px;min-height:44px}.healing-action-panel{gap:10px;padding:12px}}@media (max-width: 480px){.healing-pool-container{padding:10px;min-height:400px}.healing-pool-header h2{font-size:18px}.healing-pool-description{font-size:11px}.pool-status-display{padding:10px}.uses-remaining{font-size:14px}.next-reset{font-size:11px}.healing-section{margin:15px 0}.healing-section h3{font-size:16px;margin-bottom:12px}.healing-pet-card,.available-pet-card{padding:10px}.btn-claim,.btn-cancel,.btn-start-healing,.btn-cancel-select{padding:8px 12px;font-size:12px}.no-pets-message{padding:30px 15px;font-size:14px}}@media (max-width: 360px){.healing-pool-header h2{font-size:16px}.healing-section h3{font-size:15px}}.storage-panel{background:linear-gradient(135deg,#2d1e14b3,#140f0ad9);border:3px solid #8b4513;border-radius:10px;padding:20px;color:#fff;min-height:600px;height:100%;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 4px 12px #0009,inset 0 1px #8b451333}.storage-header{text-align:center;margin-bottom:20px;border-bottom:2px solid #8b4513;padding-bottom:15px}.storage-header h3{margin:0 0 10px;color:gold;font-size:1.5rem}.storage-header p{margin:0;color:#bbb;font-size:.9rem}.storage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;padding:10px;flex:1;align-content:start;overflow-y:auto}.pet-storage-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.storage-slot{aspect-ratio:1;background:linear-gradient(135deg,#3c281ecc,#281e14e6);border:3px solid #654321;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;padding:10px;transition:all .3s ease}.storage-slot.pet-slot{aspect-ratio:initial;min-height:200px}.storage-slot.unlocked{border-color:#8b4513;cursor:pointer}.storage-slot.locked{border-color:#654321;cursor:not-allowed;opacity:.5}.storage-slot.selected{border-color:gold;box-shadow:0 0 20px #ffd70099;transform:scale(1.05)}.storage-slot:hover.unlocked{border-color:gold;box-shadow:0 0 15px #ffd70066;transform:scale(1.05)}.storage-slot img{width:60px;height:60px;object-fit:contain;margin-bottom:5px}.pet-slot img{width:80px;height:80px}.storage-slot .quantity{position:absolute;bottom:5px;right:5px;background:#000c;padding:2px 8px;border-radius:12px;font-size:.85rem;font-weight:700;color:gold}.storage-slot .item-name,.storage-slot .pet-name{font-size:.9rem;text-align:center;color:#ecf0f1;margin-top:5px}.storage-slot .pet-level,.storage-slot .pet-type{font-size:.8rem;color:#bbb}.storage-slot .empty-text{color:#7f8c8d;font-style:italic;font-size:.9rem}.locked-content{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.lock-icon{font-size:2rem}.lock-icon img{width:60px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.unlock-status{font-size:.9rem;color:gold;text-align:center}.unlock-btn,.claim-btn{padding:8px 16px;background:#27ae60;border:none;border-radius:5px;color:#fff;font-weight:700;cursor:pointer;font-size:.85rem;transition:background .3s}.unlock-btn:hover,.claim-btn:hover{background:#2ecc71}.claim-btn{background:#8b6914}.claim-btn:hover{background:#a67c1a}.storage-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.premium-modal{background:linear-gradient(135deg,#2d1e14f2,#140f0afa);border:3px solid #8b4513;border-radius:15px;padding:0;max-width:600px;width:95%;max-height:90vh;overflow-y:auto;color:#fff;box-shadow:0 10px 40px #000c;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{background:linear-gradient(135deg,#8b4513d9,#000000f2);padding:20px 30px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid #8b4513}.modal-header h4{margin:0;color:gold;font-size:1.5rem;font-weight:700}.close-btn{background:#0000004d;border:none;color:#fff;font-size:1.5rem;width:35px;height:35px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#0009;transform:rotate(90deg)}.storage-preview{padding:20px 30px;background:#0003;border-bottom:2px solid rgba(243,156,18,.3)}.preview-item{display:flex;align-items:center;gap:20px;background:#0000004d;padding:15px;border-radius:10px}.preview-item img{width:60px;height:60px;object-fit:contain}.preview-details h5{margin:0 0 8px;color:#ecf0f1;font-size:1.2rem}.quantity-badge{background:#27ae60;color:#fff;padding:4px 12px;border-radius:15px;font-size:.9rem;font-weight:700;display:inline-block}.quantity-section{padding:20px 30px}.selected-item-preview{display:flex;align-items:center;gap:20px;background:#0000004d;padding:20px;border-radius:10px;margin-bottom:25px;border:2px solid rgba(243,156,18,.3)}.selected-item-preview img{width:80px;height:80px;object-fit:contain;background:#ffffff1a;border-radius:10px;padding:10px}.item-info h6{margin:0 0 8px;color:#ecf0f1;font-size:1.3rem}.available-qty{margin:0;color:#27ae60;font-size:1rem;font-weight:700}.quantity-controls{background:#0003;padding:20px;border-radius:10px;margin-bottom:20px}.quantity-controls label{display:block;margin-bottom:15px;color:gold;font-weight:700;font-size:1.1rem;text-align:center}.quantity-input-group{display:flex;gap:10px;margin-bottom:20px;align-items:center}.qty-btn{background:linear-gradient(135deg,#7f8c8d,#5f6d77);border:none;color:#fff;font-size:1.5rem;font-weight:700;width:45px;height:45px;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 3px #0000004d}.qty-btn:hover:not(:disabled){background:linear-gradient(135deg,#95a5a6,#7f8c8d);transform:translateY(-2px);box-shadow:0 5px #0000004d}.qty-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px #0000004d}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-input{flex:1;padding:12px;border:3px solid #7f8c8d;border-radius:8px;background:#00000080;color:#fff;font-size:1.5rem;font-weight:700;text-align:center;transition:border-color .3s}.qty-input:focus{outline:none;border-color:#8b4513}.btn-max{background:linear-gradient(135deg,#8b6914,#6b5310);border:none;color:#fff;font-size:1rem;font-weight:700;padding:12px 20px;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 3px #0000004d;text-transform:uppercase}.btn-max:hover{background:linear-gradient(135deg,#a67c1a,#8b6914);transform:translateY(-2px);box-shadow:0 5px #0000004d}.btn-max:active{transform:translateY(1px);box-shadow:0 1px #0000004d}.quantity-slider{width:100%;height:8px;border-radius:5px;background:#fff3;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:10px 0;cursor:pointer}.quantity-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,gold,#d4af37);cursor:pointer;box-shadow:0 2px 8px #0006;transition:all .3s}.quantity-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #f39c1299}.quantity-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,gold,#d4af37);cursor:pointer;border:none;box-shadow:0 2px 8px #0006;transition:all .3s}.quantity-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #f39c1299}.slider-labels{display:flex;justify-content:space-between;color:#bbb;font-size:.9rem;margin-top:5px}.slider-labels .current-value{color:gold;font-weight:700;font-size:1.1rem}.btn-confirm{width:100%;padding:15px;border:none;border-radius:10px;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .3s;text-transform:uppercase;box-shadow:0 4px #0000004d}.btn-confirm.deposit{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-confirm.deposit:hover{background:linear-gradient(135deg,#5dade2,#3498db);transform:translateY(-2px);box-shadow:0 6px #0000004d}.btn-confirm.withdraw{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.btn-confirm.withdraw:hover{background:linear-gradient(135deg,#2ecc71,#27ae60);transform:translateY(-2px);box-shadow:0 6px #0000004d}.btn-confirm:active{transform:translateY(1px);box-shadow:0 2px #0000004d}.keyboard-hints{padding:15px 30px;background:#0003;border-top:2px solid rgba(243,156,18,.3);display:flex;justify-content:center;gap:30px;font-size:.85rem;color:#7f8c8d;font-style:italic}.action-buttons{display:flex;gap:15px;padding:20px 30px}.action-buttons button{flex:1;padding:15px;border:none;border-radius:10px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s;text-transform:uppercase;box-shadow:0 4px #0000004d}.btn-deposit{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-deposit:hover{background:linear-gradient(135deg,#5dade2,#3498db);transform:translateY(-2px);box-shadow:0 6px #0000004d}.btn-deposit:active{transform:translateY(1px);box-shadow:0 2px #0000004d}.btn-withdraw{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.btn-withdraw:hover{background:linear-gradient(135deg,#2ecc71,#27ae60);transform:translateY(-2px);box-shadow:0 6px #0000004d}.btn-withdraw:active{transform:translateY(1px);box-shadow:0 2px #0000004d}.section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#0003;border-bottom:2px solid rgba(243,156,18,.3)}.section-header h5{margin:0;color:gold;font-size:1.2rem}.btn-back{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#ecf0f1;padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s}.btn-back:hover{background:#fff3;border-color:#ffffff80}.deposit-section{padding:20px 30px}.inventory-grid-modal{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:15px;max-height:400px;overflow-y:auto;padding:10px;background:#0003;border-radius:10px}.inventory-item-card{background:linear-gradient(135deg,#3c281ecc,#281e14e6);border:3px solid #654321;border-radius:10px;padding:10px;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.inventory-item-card:hover{border-color:gold;transform:scale(1.05);box-shadow:0 6px 15px #ffd70066}.inventory-item-card img{width:50px;height:50px;object-fit:contain}.inventory-item-card .item-quantity{position:absolute;top:5px;right:5px;background:#000c;color:gold;padding:2px 6px;border-radius:10px;font-size:.75rem;font-weight:700}.inventory-item-card .item-name{font-size:.85rem;color:#ecf0f1;text-align:center;word-break:break-word}.empty-message{text-align:center;color:#7f8c8d;font-style:italic;padding:40px}.pet-storage-content{display:flex;flex-direction:column;align-items:center;gap:5px}.pet-grid-modal{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px;max-height:400px;overflow-y:auto;padding:10px;background:#0003;border-radius:10px}.pet-card-modal{background:linear-gradient(135deg,#3c281ecc,#281e14e6);border:3px solid #654321;border-radius:10px;padding:15px;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:8px}.pet-card-modal:hover{border-color:gold;transform:scale(1.05);box-shadow:0 6px 15px #ffd70066}.pet-card-modal img{width:70px;height:70px;object-fit:contain}.pet-card-modal .pet-name{font-size:1rem;color:#ecf0f1;font-weight:700;text-align:center}.pet-card-modal .pet-level{font-size:.9rem;color:gold;font-weight:700}.pet-card-modal .pet-type{font-size:.85rem;color:#3498db}.storage-modal .pet-stats-mini{display:flex;gap:10px;font-size:.8rem;color:#bbb}.preview-pet{display:flex;align-items:center;gap:20px}.preview-pet img{width:80px;height:80px;object-fit:contain;background:#ffffff1a;border-radius:10px;padding:10px}.pet-level-badge{background:#3498db;color:#fff;padding:4px 12px;border-radius:15px;font-size:.9rem;font-weight:700;display:inline-block;margin-bottom:10px}.pet-stats-preview{display:flex;gap:15px;color:#bbb;font-size:.95rem}.selected-pet-preview{display:flex;align-items:center;gap:25px;background:#0000004d;padding:20px;border-radius:10px;margin-bottom:25px;border:2px solid rgba(243,156,18,.3)}.selected-pet-preview img{width:100px;height:100px;object-fit:contain;background:#ffffff1a;border-radius:10px;padding:15px}.pet-info-detailed h6{margin:0 0 8px;color:#ecf0f1;font-size:1.4rem}.pet-stats-full{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.pet-stats-full .stat{display:flex;justify-content:space-between;background:#0000004d;padding:8px 12px;border-radius:6px}.stat-label{color:#bbb;font-size:.9rem}.stat-value{color:#ecf0f1;font-weight:700;font-size:.95rem}.quests-placeholder{padding:40px 20px;text-align:center}.placeholder-content{background:linear-gradient(135deg,#2d1e1480,#140f0ab3);border:2px dashed #8b4513;border-radius:15px;padding:40px}.placeholder-content h4{color:gold;margin-bottom:20px}.placeholder-content ul{text-align:left;margin:20px auto;max-width:400px;color:#bbb}.placeholder-content li{margin:10px 0}.placeholder-content .hint{color:#3498db;font-style:italic;margin-top:20px}@media (max-width: 1024px){.storage-panel{padding:15px;min-height:550px}.storage-header h3{font-size:1.3rem}.storage-header p{font-size:.85rem}.storage-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.pet-storage-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 768px){.storage-panel{padding:12px;min-height:500px}.storage-header{padding-bottom:12px}.storage-header h3{font-size:1.2rem}.storage-grid{grid-template-columns:repeat(4,1fr);gap:10px}.pet-storage-grid{grid-template-columns:repeat(2,1fr)}.storage-slot{border-width:2px}.storage-slot img{width:50px;height:50px}.pet-slot img{width:70px;height:70px}.storage-slot .item-name,.storage-slot .pet-name{font-size:.85rem}.unlock-btn,.claim-btn{padding:6px 12px;font-size:.8rem}.premium-modal{max-width:90%;width:90%}.modal-header{padding:15px 20px}.modal-header h4{font-size:1.3rem}.section-header{padding:15px 20px}.section-header h5{font-size:1.1rem}}@media (max-width: 600px){.storage-panel{padding:10px;min-height:450px}.storage-header h3{font-size:1.1rem}.storage-header p{font-size:.8rem}.storage-grid{grid-template-columns:repeat(4,1fr);gap:8px;padding:8px}.pet-storage-grid{grid-template-columns:repeat(2,1fr)}.storage-slot{min-width:70px;min-height:70px;padding:8px}.storage-slot.pet-slot{min-height:160px}.storage-slot img{width:45px;height:45px}.pet-slot img{width:60px;height:60px}.storage-slot .quantity{font-size:.8rem;padding:2px 6px}.lock-icon{font-size:1.5rem}.unlock-status{font-size:.85rem}.premium-modal{max-width:95%;width:95%;max-height:85vh}.modal-header{padding:12px 15px}.modal-header h4{font-size:1.2rem}.close-btn{width:30px;height:30px;font-size:1.3rem}.section-header{padding:12px 15px}.section-header h5{font-size:1rem}.btn-back{padding:6px 12px;font-size:.85rem}.inventory-grid-modal{grid-template-columns:repeat(3,1fr);gap:10px;max-height:300px}.inventory-item-card{padding:8px;border-width:2px;min-height:90px}.inventory-item-card img{width:40px;height:40px}.inventory-item-card .item-name{font-size:.8rem}.pet-grid-modal{grid-template-columns:repeat(2,1fr);gap:10px;max-height:300px}.pet-card-modal{padding:12px;border-width:2px;min-height:140px}.pet-card-modal img{width:60px;height:60px}.pet-card-modal .pet-name{font-size:.95rem}.quantity-controls{padding:15px}.quantity-controls label{font-size:1rem;margin-bottom:12px}.qty-btn{width:40px;height:40px;font-size:1.3rem;min-width:44px;min-height:44px}.qty-input{padding:10px;font-size:1.3rem}.btn-max{padding:10px 16px;font-size:.9rem;min-height:44px}.quantity-slider{height:10px}.quantity-slider::-webkit-slider-thumb{width:28px;height:28px}.quantity-slider::-moz-range-thumb{width:28px;height:28px}.slider-labels{font-size:.85rem}.slider-labels .current-value{font-size:1rem}.btn-confirm{padding:12px;font-size:1.1rem;min-height:50px}.storage-preview{padding:15px 20px}.preview-item,.preview-pet{gap:15px}.preview-item img,.preview-pet img{width:70px;height:70px}.selected-item-preview,.selected-pet-preview{gap:20px;padding:15px}.selected-item-preview img,.selected-pet-preview img{width:80px;height:80px}.item-info h6,.pet-info-detailed h6{font-size:1.2rem}.pet-stats-full{gap:8px}.keyboard-hints{padding:12px 20px;font-size:.8rem}}@media (max-width: 480px){.storage-panel{padding:8px;min-height:400px}.storage-header{padding-bottom:10px}.storage-header h3{font-size:1rem}.storage-header p{font-size:.75rem}.storage-grid{grid-template-columns:repeat(3,1fr);gap:6px;padding:6px}.pet-storage-grid{grid-template-columns:1fr}.storage-slot{border-width:2px;padding:6px;min-width:80px;min-height:80px}.storage-slot.pet-slot{min-height:140px}.storage-slot img{width:40px;height:40px}.pet-slot img{width:55px;height:55px}.storage-slot .quantity{font-size:.75rem;padding:2px 5px}.storage-slot .item-name,.storage-slot .pet-name{font-size:.75rem}.lock-icon{font-size:1.3rem}.unlock-status{font-size:.75rem}.unlock-btn,.claim-btn{padding:5px 10px;font-size:.7rem;min-height:40px}.premium-modal{max-width:100%;width:100%;max-height:95vh;border-radius:10px 10px 0 0}.modal-header{padding:10px 12px;border-radius:8px 8px 0 0}.modal-header h4{font-size:1rem}.close-btn{width:28px;height:28px;font-size:1.2rem}.section-header{padding:10px 12px}.section-header h5{font-size:.95rem}.btn-back{padding:5px 10px;font-size:.75rem}.inventory-grid-modal{grid-template-columns:repeat(3,1fr);gap:8px;max-height:250px;padding:8px}.inventory-item-card{padding:6px;min-height:80px}.inventory-item-card img{width:35px;height:35px}.inventory-item-card .item-quantity{font-size:.7rem;padding:2px 5px}.inventory-item-card .item-name{font-size:.75rem}.pet-grid-modal{grid-template-columns:1fr;gap:8px;max-height:250px;padding:8px}.pet-card-modal{padding:10px;min-height:120px}.pet-card-modal img{width:50px;height:50px}.pet-card-modal .pet-name{font-size:.9rem}.pet-card-modal .pet-level,.pet-card-modal .pet-type{font-size:.8rem}.storage-modal .pet-stats-mini{font-size:.75rem}.quantity-controls{padding:12px}.quantity-controls label{font-size:.95rem;margin-bottom:10px}.quantity-input-group{gap:8px}.qty-btn{width:38px;height:38px;font-size:1.2rem;min-width:44px;min-height:44px}.qty-input{padding:8px;font-size:1.2rem}.btn-max{padding:8px 12px;font-size:.85rem}.quantity-slider{height:12px}.quantity-slider::-webkit-slider-thumb{width:32px;height:32px}.quantity-slider::-moz-range-thumb{width:32px;height:32px}.slider-labels{font-size:.8rem}.slider-labels .current-value{font-size:.95rem}.btn-confirm{padding:12px;font-size:1rem;min-height:50px}.action-buttons{padding:15px 20px;gap:12px}.action-buttons button{padding:12px;font-size:1rem;min-height:48px}.storage-preview,.deposit-section,.quantity-section{padding:15px 20px}.preview-item,.preview-pet{gap:12px;padding:12px}.preview-item img,.preview-pet img{width:60px;height:60px}.selected-item-preview,.selected-pet-preview{gap:15px;padding:12px}.selected-item-preview img,.selected-pet-preview img{width:70px;height:70px}.item-info h6,.pet-info-detailed h6{font-size:1.1rem}.available-qty{font-size:.9rem}.pet-level-badge{font-size:.85rem;padding:3px 10px}.pet-stats-full{grid-template-columns:1fr;gap:6px}.pet-stats-full .stat{padding:6px 10px}.stat-label{font-size:.85rem}.stat-value{font-size:.9rem}.keyboard-hints{padding:10px 15px;font-size:.75rem;gap:20px}.quests-placeholder{padding:30px 15px}.placeholder-content{padding:30px 20px}.placeholder-content h4{font-size:1.1rem}.placeholder-content ul{font-size:.85rem}}@media (max-width: 480px){.storage-grid{grid-template-columns:repeat(3,1fr);gap:6px}.storage-slot{min-width:75px;min-height:75px}.storage-slot img{width:38px;height:38px}.pet-slot img{width:50px;height:50px}.modal-header h4{font-size:.95rem}.section-header h5{font-size:.9rem}.inventory-grid-modal,.pet-grid-modal{max-height:220px}}@media (max-width: 360px){.storage-header h3{font-size:.95rem}.storage-grid{grid-template-columns:repeat(3,1fr);gap:5px}.storage-slot{min-width:70px;min-height:70px}.modal-header h4,.btn-confirm{font-size:.9rem}}.farm-area{max-width:1400px;margin:0 auto}.farm-welcome{background:linear-gradient(135deg,#8b4513b3,#140f0ae6);border:3px solid #8b4513;border-radius:12px;padding:1.25rem;margin-bottom:2rem;box-shadow:0 8px 16px #000c,inset 0 1px #ff8c0033;display:flex;justify-content:space-between;align-items:center}.farm-welcome h2{color:gold;font-size:1.8rem;margin:0;text-shadow:0 3px 6px rgba(0,0,0,.9),0 0 15px rgba(255,215,0,.3)}.welcome-title{cursor:help;position:relative;transition:color .3s}.welcome-title:hover{color:#ffed4e}.info-icon{font-size:1.2rem;margin-left:10px;opacity:.7;transition:opacity .3s}.welcome-title:hover .info-icon{opacity:1}.player-stats{display:flex;gap:2rem;color:#ffa54f;font-size:1.2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8)}.logout-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border:3px solid #8b4513;border-radius:6px;background:linear-gradient(180deg,#f44,#c00);color:#fff;cursor:pointer;transition:all .2s;text-transform:uppercase}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0006}.farm-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.farm-left,.farm-right{display:flex;flex-direction:column;min-height:650px}.panel-toggle{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.toggle-btn{flex:1;padding:12px 20px;font-size:1rem;font-weight:700;border:3px solid #8b4513;border-radius:8px;background:linear-gradient(180deg,#666,#444);color:#ccc;cursor:pointer;transition:all .3s;text-transform:uppercase;white-space:nowrap}.toggle-btn:hover{background:linear-gradient(180deg,#777,#555);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0006}.toggle-btn.active{background:linear-gradient(180deg,gold,#ffed4e);color:#2d2d2d;border-color:#8b4513;box-shadow:0 4px 8px #0009}.toggle-btn.active:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0009}.farm-info-panel{background:linear-gradient(180deg,#ff8c00,orange);border:4px solid #8b4513;border-radius:12px;padding:2rem;box-shadow:0 6px 12px #0009}.farm-info-panel h3{color:#2d2d2d;font-size:1.8rem;margin-bottom:1rem}.farm-info-panel p{color:#2d2d2d;font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.farm-info-panel ul{color:#2d2d2d;font-size:1.1rem;margin-left:2rem;margin-bottom:1rem}.farm-info-panel li{margin-bottom:.5rem}.hint{color:#1a3010!important;font-weight:700;font-style:italic;background:#ffffff4d;padding:1rem;border-radius:8px;border-left:4px solid #2d5016}.orphan-warning-banner{background:linear-gradient(180deg,#ff9800,#f57c00);border:4px solid #e65100;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:center;box-shadow:0 6px 12px #0009,0 0 20px #ff980066;animation:warningPulse 2s ease-in-out infinite}@keyframes warningPulse{0%,to{box-shadow:0 6px 12px #0009,0 0 20px #ff980066}50%{box-shadow:0 6px 12px #0009,0 0 30px #ff9800b3}}.orphan-warning-banner h3{color:#fff;font-size:1.6rem;margin-bottom:.75rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.orphan-warning-banner p{color:#fff;font-size:1.1rem;margin-bottom:.75rem}.orphan-warning-banner strong{color:#ffeb3b;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.btn-quick-repair{background:linear-gradient(180deg,#4caf50,#388e3c);border:3px solid #2e7d32;color:#fff;padding:12px 30px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px #1b5e20;text-transform:uppercase;margin:1rem 0}.btn-quick-repair:hover{transform:translateY(-2px);box-shadow:0 6px #1b5e20}.btn-quick-repair:active{transform:translateY(0);box-shadow:0 3px #1b5e20}.hint-small{font-size:.9rem;color:#fffc;margin-top:.5rem;font-style:italic}@media (max-width: 1024px){.farm-content{grid-template-columns:1fr;gap:1.5rem}.farm-left,.farm-right{min-height:550px}.farm-welcome{padding:1.2rem}.farm-welcome h2{font-size:1.6rem}.player-stats{gap:1.5rem;font-size:1.1rem}}@media (max-width: 768px){.farm-left,.farm-right{min-height:500px}.farm-welcome{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.farm-welcome h2{font-size:1.4rem}.player-stats{justify-content:center;flex-wrap:wrap;gap:1rem;font-size:1rem}.logout-btn{width:100%;max-width:300px;padding:.6rem 1.2rem;min-height:44px}.farm-content{gap:1rem}.farm-info-panel{padding:1.5rem}.farm-info-panel h3{font-size:1.6rem}.farm-info-panel p,.farm-info-panel ul{font-size:1rem}}@media (max-width: 600px){.farm-left,.farm-right{min-height:450px}.farm-area{padding:0}.farm-welcome{padding:.8rem;margin-bottom:1rem;border-width:3px}.farm-welcome h2{font-size:1.2rem}.player-stats{gap:.8rem;font-size:.9rem}.logout-btn{font-size:.9rem;padding:.6rem 1rem}.farm-content{gap:.8rem}.farm-info-panel{padding:1rem;border-width:3px}.farm-info-panel h3{font-size:1.3rem}.farm-info-panel p,.farm-info-panel ul{font-size:.9rem}.farm-info-panel ul{margin-left:1.5rem}.hint{padding:.8rem;font-size:.9rem}.orphan-warning-banner{padding:1rem;border-width:3px}.orphan-warning-banner h3{font-size:1.3rem}.orphan-warning-banner p{font-size:.95rem}.btn-quick-repair{padding:10px 20px;font-size:1rem;min-height:48px}}@media (max-width: 480px){.farm-left,.farm-right{min-height:400px}.farm-welcome{padding:.6rem;margin-bottom:.75rem}.farm-welcome h2{font-size:1.1rem}.player-stats{gap:.6rem;font-size:.85rem}.logout-btn{font-size:.85rem;padding:.5rem .8rem}.farm-content{gap:.6rem}.farm-info-panel{padding:.8rem;border-width:2px}.farm-info-panel h3{font-size:1.1rem;margin-bottom:.75rem}.farm-info-panel p,.farm-info-panel ul{font-size:.85rem}.farm-info-panel ul{margin-left:1rem}.farm-info-panel li{margin-bottom:.4rem}.hint{padding:.6rem;font-size:.85rem}.orphan-warning-banner{padding:.75rem;border-width:2px;margin-bottom:1rem}.orphan-warning-banner h3{font-size:1.1rem}.orphan-warning-banner p{font-size:.85rem}.btn-quick-repair{padding:10px 16px;font-size:.9rem}.hint-small{font-size:.8rem}}@media (max-width: 360px){.farm-welcome h2{font-size:1rem}.player-stats{font-size:.8rem}.farm-info-panel h3{font-size:1rem}}.farm-page{max-width:1400px;margin:0 auto;padding:20px}.farm-header{text-align:center;margin-bottom:30px;background:linear-gradient(135deg,#8b4513d9,#000000f2);border:3px solid #8b4513;border-radius:12px;padding:1.25rem;box-shadow:0 8px 16px #000c,inset 0 1px #ffd70026}.farm-header h1{margin:0;font-size:2.5rem;color:gold;text-shadow:0 3px 6px rgba(0,0,0,.9),0 0 20px rgba(255,215,0,.4);font-family:Impact,sans-serif;letter-spacing:3px;text-transform:uppercase}.farm-header p{margin:10px 0 0;font-size:1.1rem;color:#ff8c00;font-style:italic;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8)}.farm-stats{display:flex;justify-content:center;gap:30px;margin-top:15px;padding-top:15px;border-top:2px solid rgba(139,69,19,.3)}.stat-item{font-size:1rem;color:#fff;font-weight:700;background:#0003;padding:8px 16px;border-radius:8px;border:2px solid rgba(255,215,0,.3)}.farm-plots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.farm-plot{aspect-ratio:1;background:linear-gradient(135deg,#3d2817,#2a1810);border:4px solid #654321;border-radius:12px;padding:15px;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:inset 0 4px 8px #0006}.farm-plot.locked{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-color:#444;cursor:not-allowed}.farm-plot.unlocked:hover{border-color:#ff8c00;box-shadow:0 0 15px #ff8c0080,inset 0 4px 8px #0006;transform:translateY(-3px)}.farm-plot.empty.unlocked:hover{background:linear-gradient(135deg,#4d3817,#3a2810)}.farm-plot.ready{border-color:#4caf50;box-shadow:0 0 20px #4caf5099,inset 0 4px 8px #0006;animation:pulse-ready 2s infinite}@keyframes pulse-ready{0%,to{box-shadow:0 0 20px #4caf5099,inset 0 4px 8px #0006}50%{box-shadow:0 0 30px #4caf50e6,inset 0 4px 8px #0006}}.farm-plot.needswater{border-color:#2196f3;box-shadow:0 0 15px #2196f380,inset 0 4px 8px #0006}.plot-number{position:absolute;top:5px;left:10px;font-size:12px;color:#888;font-weight:700}.plot-content{display:flex;flex-direction:column;align-items:center;gap:8px}.lock-icon,.empty-icon,.water-icon{font-size:3rem;margin-bottom:5px}.lock-icon img{width:80px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.crop-image{width:64px;height:64px;object-fit:contain;margin-bottom:8px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.6))}.crop-image.growing{opacity:.8;animation:gentleGrow 3s infinite}.crop-image.ready{animation:bounce 1s infinite}.crop-image.needs-water{opacity:.6;filter:grayscale(30%) drop-shadow(2px 2px 4px rgba(0,0,0,.6))}@keyframes gentleGrow{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.growth-progress-bar{width:100%;height:8px;background:#0006;border-radius:4px;overflow:hidden;margin:8px 0;border:1px solid #654321}.growth-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width 1s linear;box-shadow:0 0 8px #4caf5099}.plot-yield{font-size:1.3rem;font-weight:700;color:#4caf50;text-shadow:1px 1px 2px rgba(0,0,0,.8);margin:5px 0}.plot-status{font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase}.farm-plot.locked .plot-status{color:#888}.farm-plot.ready .plot-status{color:#4caf50;font-size:1.2rem}.farm-plot.needswater .plot-status{color:#2196f3}.plot-crop-name{font-size:.95rem;color:#ffedcc;font-weight:700}.plot-timer{font-size:1.1rem;color:#ffeb3b;font-weight:700;font-family:monospace}.plot-hint{font-size:.85rem;color:#aaa;font-style:italic;margin-top:5px}.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 .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(180deg,#ff8c00,orange);border:5px solid #8b4513;border-radius:16px;padding:30px;min-width:450px;max-width:600px;box-shadow:0 12px 24px #000c;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h2{margin:0 0 20px;color:#2d2d2d;font-size:2rem;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.no-seeds{text-align:center;padding:30px;color:#2d2d2d}.no-seeds p{margin:10px 0;font-size:1.1rem}.no-seeds .hint{font-size:.95rem;color:#555;font-style:italic}.seed-selection p{margin:0 0 15px;font-size:1.1rem;color:#2d2d2d;font-weight:700}.seed-list{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto;margin-bottom:20px}.seed-item{background:linear-gradient(135deg,#654321,#4a3117);border:3px solid #8b4513;border-radius:8px;padding:15px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:15px}.seed-item:hover{border-color:gold;box-shadow:0 0 15px #ffd70080;transform:translate(5px)}.seed-image{width:48px;height:48px;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.6))}.seed-info{flex:1}.seed-name{font-size:1.2rem;font-weight:700;color:gold;margin-bottom:5px}.seed-quantity{font-size:.9rem;color:#ffedcc;margin-bottom:8px}.seed-description{font-size:.9rem;color:#ccc}.seed-grow-time{font-size:.85rem;color:#ffeb3b;margin-top:5px;font-weight:700}.harvest-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;margin-bottom:15px}.harvest-image{width:96px;height:96px;object-fit:contain;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.6));animation:celebrateHarvest 1s infinite}@keyframes celebrateHarvest{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.harvest-amount{font-size:2rem;font-weight:700;color:#4caf50;text-shadow:2px 2px 4px rgba(0,0,0,.8);margin-top:10px}.plot-details{background:#0003;border:2px solid #8b4513;border-radius:8px;padding:20px;margin-bottom:20px}.detail-row{margin:10px 0;color:#2d2d2d;font-size:1.1rem}.detail-row strong{display:block;margin-bottom:5px;color:#000}.ready-message{color:#2e7d32;font-weight:700}.ready-message p{margin:5px 0 0;color:#1b5e20;font-size:1rem}.ready-message p strong{color:#2e7d32;font-size:1.1rem}.water-message{color:#1565c0;font-weight:700}.modal-crop-preview{display:flex;justify-content:center;margin:15px 0}.modal-crop-image{width:80px;height:80px;object-fit:contain;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.6))}.modal-progress-bar{width:100%;height:12px;background:#0006;border-radius:6px;overflow:hidden;margin:15px 0;border:2px solid #654321}.modal-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width 1s linear;box-shadow:0 0 10px #4caf50cc}.modal-actions{display:flex;gap:15px;justify-content:center;margin-bottom:15px}.btn-harvest,.btn-water,.btn-close{padding:12px 30px;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;text-transform:uppercase;transition:all .2s}.btn-harvest{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:3px solid #1b5e20}.btn-harvest:hover{background:linear-gradient(135deg,#66bb6a,#388e3c);box-shadow:0 0 15px #4caf5099;transform:translateY(-2px)}.btn-water{background:linear-gradient(135deg,#2196f3,#1565c0);color:#fff;border:3px solid #0d47a1}.btn-water:hover{background:linear-gradient(135deg,#42a5f5,#1976d2);box-shadow:0 0 15px #2196f399;transform:translateY(-2px)}.btn-close{background:linear-gradient(135deg,#757575,#424242);color:#fff;border:3px solid #212121;width:100%}.btn-close:hover{background:linear-gradient(135deg,#9e9e9e,#616161)}.growing-message{text-align:center;color:#555;font-size:1rem;padding:15px;font-style:italic}@media (max-width: 1200px){.farm-plots-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.farm-plots-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.farm-plots-grid{grid-template-columns:repeat(3,1fr);gap:15px}.farm-header h1{font-size:2.5rem}.farm-header p{font-size:1.1rem}}@media (max-width: 768px){.farm-page{padding:15px}.farm-plots-grid{grid-template-columns:repeat(3,1fr);gap:12px}.farm-header h1{font-size:2rem}.farm-header p{font-size:1rem}.farm-stats{gap:15px;flex-wrap:wrap}.stat-item{font-size:.9rem;padding:6px 12px}.farm-plot{padding:10px;font-size:.9rem}}@media (max-width: 600px){.farm-plots-grid{grid-template-columns:repeat(2,1fr);gap:10px}.farm-header{padding:15px}.farm-header h1{font-size:1.8rem}.farm-header p{font-size:.95rem}.farm-stats{gap:10px}.stat-item{font-size:.85rem;padding:5px 10px}.farm-plot{padding:8px;font-size:.85rem;border-width:3px}.farm-plot-title,.plot-status{font-size:.8rem}.modal-content{min-width:90%;max-width:95%;padding:15px;max-height:85vh;overflow-y:auto}.modal h2{font-size:1.3rem}.seed-grid,.harvest-info{font-size:.9rem}}@media (max-width: 480px){.farm-page{padding:10px}.farm-plots-grid{grid-template-columns:repeat(2,1fr);gap:8px}.farm-header{padding:12px;margin-bottom:15px}.farm-header h1{font-size:1.5rem}.farm-header p{font-size:.85rem}.farm-stats{gap:8px}.stat-item{font-size:.75rem;padding:4px 8px}.farm-plot{padding:6px;font-size:.75rem;border-width:2px;min-height:80px}.farm-plot-title{font-size:.7rem}.plot-status{font-size:.75rem}.modal button{min-height:44px;font-size:.9rem;padding:.6rem 1rem}}@media (max-width: 360px){.farm-header h1{font-size:1.3rem}.farm-plot{padding:4px;font-size:.7rem;min-height:70px}}.crafting-page{max-width:1600px;margin:0 auto;padding:20px}.crafting-header{text-align:center;margin-bottom:30px;background:linear-gradient(135deg,#8b4513d9,#000000f2);border:3px solid #8b4513;border-radius:12px;padding:1.25rem;box-shadow:0 8px 16px #000c,inset 0 1px #ffd70026}.crafting-title-row{display:flex;align-items:center;justify-content:center;gap:1rem}.crafting-title-image{max-width:40px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.6));margin:0}.crafting-header h1{margin:0;font-size:2.5rem;color:gold;text-shadow:0 3px 6px rgba(0,0,0,.9),0 0 20px rgba(255,215,0,.4);font-family:Impact,sans-serif;letter-spacing:3px;text-transform:uppercase}.crafting-header p{margin:10px 0 0;font-size:1.1rem;color:#ff8c00;font-style:italic;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8)}.crafting-stats{display:flex;justify-content:center;gap:25px;margin-top:15px;padding-top:15px;border-top:2px solid rgba(139,69,19,.3);flex-wrap:wrap}.crafting-stats .stat-item{font-size:.95rem;color:#fff;font-weight:700;background:#0003;padding:8px 16px;border-radius:8px;border:2px solid rgba(255,215,0,.3)}.crafting-stats .stat-item.active{border-color:#ffeb3b;background:#ffeb3b33;animation:pulseGlow 2s infinite}.crafting-stats .stat-item.complete{border-color:#4caf50;background:#4caf5033;color:#4caf50}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #ffeb3b4d}50%{box-shadow:0 0 15px #ffeb3b99}}.crafting-content{display:grid;grid-template-columns:1fr 1fr;gap:30px}.crafting-left{display:flex;flex-direction:column;gap:20px}.category-tabs{display:flex;gap:15px}.category-tab{flex:1;padding:15px;font-size:1.1rem;font-weight:700;border:3px solid;border-radius:8px;cursor:pointer;transition:all .3s;text-transform:uppercase;background:linear-gradient(180deg,#2d2d2d,#1a1a1a);color:#aaa}.category-tab.furnace{border-color:#ff6b35}.category-tab.workshop{border-color:#8b4513}.category-tab.potion{border-color:#9c27b0}.category-tab.active.furnace{background:linear-gradient(180deg,#ff6b35,#cc5528);color:#fff;box-shadow:0 0 20px #ff6b3580}.category-tab.active.workshop{background:linear-gradient(180deg,#8b4513,#654321);color:gold;box-shadow:0 0 20px #8b451380}.category-tab.active.potion{background:linear-gradient(180deg,#9c27b0,#7b1fa2);color:#fff;box-shadow:0 0 20px #9c27b080}.category-tab:hover:not(.active){border-color:gold;transform:translateY(-2px)}.category-info{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border:3px solid;border-radius:8px;padding:15px;text-align:center}.category-info h2{margin:0 0 5px;font-size:1.5rem;color:gold}.category-info p{margin:0;color:#ccc;font-size:.95rem}.recipe-list{background:linear-gradient(180deg,#2d2d2d,#1a1a1a);border:3px solid #8b4513;border-radius:12px;padding:15px;max-height:600px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.no-recipes{text-align:center;padding:40px;color:#888;font-size:1.1rem}.recipe-card{background:linear-gradient(135deg,#3a3a3a,#2d2d2d);border:3px solid #555;border-radius:8px;padding:15px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:15px;position:relative}.recipe-card:hover{border-color:gold;box-shadow:0 0 15px #ffd70066;transform:translate(5px)}.recipe-card.selected{border-color:#4caf50;box-shadow:0 0 20px #4caf5099;background:linear-gradient(135deg,#4a4a4a,#3d3d3d)}.recipe-card.locked{opacity:.5;cursor:not-allowed}.recipe-card.locked:hover{transform:none;border-color:#555;box-shadow:none}.recipe-result-image{width:64px;height:64px;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.6))}.recipe-info{flex:1}.recipe-name{font-size:1.2rem;font-weight:700;color:gold;margin-bottom:5px}.recipe-result{font-size:.95rem;color:#4caf50;margin-bottom:3px}.recipe-time{font-size:.9rem;color:#ffeb3b;margin-bottom:8px}.recipe-description-compact{font-size:.85rem;color:#bbb;font-style:italic;margin-bottom:8px;line-height:1.3}.recipe-ingredients-compact{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,215,0,.2)}.ingredient-compact{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;padding:4px 8px;border-radius:4px;background:#0000004d}.ingredient-compact.have{border-left:3px solid #4caf50}.ingredient-compact.need{border-left:3px solid #f44336}.ingredient-name-compact{color:#ddd;flex:1}.ingredient-qty-compact{color:#fff;font-weight:700;font-family:monospace}.ingredient-compact.have .ingredient-qty-compact{color:#4caf50}.ingredient-compact.need .ingredient-qty-compact{color:#f44336}.locked-overlay{position:absolute;top:30%;right:5px;transform:translateY(-50%);font-size:2rem;opacity:1}.locked-overlay img{width:65px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.crafting-right{background:linear-gradient(180deg,#2d2d2d,#1a1a1a);border:3px solid #8b4513;border-radius:12px;padding:25px;min-height:500px;display:flex;flex-direction:column}.no-selection-panel{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#888}.no-selection-panel h2{margin:0 0 10px;color:#aaa}.no-selection-panel p{margin:0;font-size:1rem}.recipe-details-panel{display:flex;flex-direction:column;gap:20px}.recipe-details-panel h2{margin:0;color:gold;text-align:center;font-size:1.5rem;border-bottom:2px solid #8b4513;padding-bottom:10px}.recipe-preview{display:flex;justify-content:center;margin:20px 0}.recipe-preview-image{width:120px;height:120px;object-fit:contain;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.8));animation:gentleFloat 3s infinite}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.recipe-title{font-size:1.8rem;font-weight:700;color:gold;text-align:center;margin-bottom:10px}.recipe-description{color:#ccc;font-size:1rem;text-align:center;margin-bottom:15px;font-style:italic}.recipe-result-info,.recipe-time-info{background:#0000004d;padding:10px;border-radius:6px;color:#fff;font-size:1.1rem}.recipe-result-info strong,.recipe-time-info strong{color:gold}.ingredients-section h3{margin:0 0 15px;color:gold;font-size:1.2rem}.ingredients-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.ingredient-item{background:linear-gradient(135deg,#3a3a3a,#2d2d2d);border:2px solid;border-radius:6px;padding:12px;display:flex;align-items:center;gap:12px}.ingredient-item.have{border-color:#4caf50}.ingredient-item.need{border-color:#f44336}.ingredient-image{width:40px;height:40px;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.6))}.ingredient-info{flex:1}.ingredient-name{font-size:1rem;font-weight:700;color:#fff}.ingredient-qty{font-size:.9rem;color:#ccc}.btn-start-craft{padding:15px;font-size:1.3rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s;text-transform:uppercase;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:3px solid #1b5e20}.btn-start-craft:hover:not(:disabled){background:linear-gradient(135deg,#66bb6a,#388e3c);box-shadow:0 0 20px #4caf5099;transform:translateY(-2px)}.btn-start-craft:disabled{background:linear-gradient(135deg,#757575,#424242);border-color:#212121;cursor:not-allowed;opacity:.6}.active-craft-panel{display:flex;flex-direction:column;align-items:center;gap:20px}.active-craft-panel h2{margin:0;color:gold;text-align:center;font-size:1.5rem;border-bottom:2px solid #8b4513;padding-bottom:10px;width:100%}.crafting-process{text-align:center;font-size:1.1rem;color:#ffedcc;padding:12px;background:#0000004d;border-radius:8px;border:2px solid rgba(255,140,0,.3);margin-bottom:15px;width:100%;font-style:italic}.crafting-process span{color:gold;font-weight:700}.craft-preview{margin:20px 0}.crafting-image{width:120px;height:120px;object-fit:contain;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.8));animation:craftingSpin 4s linear infinite}.crafting-image.complete{animation:celebrateComplete 1s infinite}@keyframes celebrateComplete{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-10deg)}75%{transform:scale(1.1) rotate(10deg)}}@keyframes craftingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.craft-details{text-align:center}.craft-name{font-size:1.8rem;font-weight:700;color:gold;margin-bottom:8px}.craft-result{font-size:1.2rem;color:#4caf50}.craft-timer{font-size:3rem;font-weight:700;color:#ffeb3b;font-family:monospace;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.craft-progress-bar{width:100%;height:20px;background:#0006;border-radius:10px;overflow:hidden;border:2px solid #654321}.craft-progress-fill{height:100%;background:linear-gradient(90deg,#ff6b35,#f7931e);transition:width 1s linear;box-shadow:0 0 15px #ff6b35cc;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.craft-ready{font-size:2rem;font-weight:700;color:#4caf50;text-shadow:2px 2px 4px rgba(0,0,0,.8);animation:bounce 1s infinite}.btn-claim-craft,.btn-cancel-craft{padding:15px 40px;font-size:1.2rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s;text-transform:uppercase;width:100%}.btn-claim-craft{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:3px solid #1b5e20}.btn-claim-craft:hover{background:linear-gradient(135deg,#66bb6a,#388e3c);box-shadow:0 0 20px #4caf50cc;transform:translateY(-2px)}.btn-cancel-craft{background:linear-gradient(135deg,#f44336,#c62828);color:#fff;border:3px solid #b71c1c}.btn-cancel-craft:hover{background:linear-gradient(135deg,#e57373,#d32f2f);box-shadow:0 0 20px #f4433699}@media (max-width: 1200px){.crafting-content{grid-template-columns:1fr}.crafting-right{min-height:400px}}@media (max-width: 768px){.category-tabs{flex-direction:column}.recipe-card{flex-direction:column;text-align:center}}@media (max-width: 1024px){.crafting-page{padding:15px}.crafting-header h1{font-size:2.5rem}.crafting-header p{font-size:1.1rem}.crafting-content{gap:20px}}@media (max-width: 768px){.crafting-page{padding:15px}.crafting-content{grid-template-columns:1fr;gap:20px}.crafting-header h1{font-size:2rem}.crafting-header p{font-size:1rem}.crafting-stats{gap:12px}.crafting-stats .stat-item{font-size:.85rem;padding:6px 12px}.category-tabs{gap:8px}.category-tab{font-size:.9rem;padding:.6rem .8rem}.recipe-list{max-height:500px}.recipe-card{padding:12px}}@media (max-width: 600px){.crafting-page{padding:12px}.crafting-header{padding:15px}.crafting-header h1{font-size:1.8rem}.crafting-header p{font-size:.95rem}.crafting-stats{gap:10px}.crafting-stats .stat-item{font-size:.8rem;padding:5px 10px}.category-tabs{gap:6px;flex-direction:column}.category-tab{width:100%;font-size:.85rem;padding:.6rem;min-height:44px}.recipe-list{max-height:400px}.recipe-card{padding:10px;font-size:.85rem}.recipe-card h3{font-size:1rem}.recipe-details-panel,.active-craft-panel,.no-selection-panel{padding:15px}.recipe-details-panel h2,.active-craft-panel h2,.no-selection-panel h2{font-size:1.3rem}.btn-start-craft,.btn-claim-craft,.btn-cancel-craft{min-height:48px;font-size:.95rem;padding:.7rem 1rem}}@media (max-width: 480px){.crafting-page{padding:10px}.crafting-header{padding:12px}.crafting-header h1{font-size:1.5rem}.crafting-header p{font-size:.85rem}.crafting-stats{gap:8px}.crafting-stats .stat-item{font-size:.75rem;padding:4px 8px}.category-tab{font-size:.8rem;padding:.5rem}.recipe-list{max-height:350px}.recipe-card{padding:8px;font-size:.8rem}.recipe-card h3{font-size:.9rem}.recipe-details-panel,.active-craft-panel,.no-selection-panel{padding:12px}.recipe-title{font-size:1.1rem}.recipe-description,.recipe-result-info,.recipe-time-info{font-size:.85rem}.ingredients-list{gap:8px}.ingredient-item{padding:6px}.ingredient-image{width:30px;height:30px}.craft-timer{font-size:1.5rem}}@media (max-width: 360px){.crafting-header h1{font-size:1.3rem}.category-tab{font-size:.75rem}.recipe-card{padding:6px;font-size:.75rem}}.game-guide-page{max-width:1400px;margin:0 auto;padding:20px;min-height:100vh}.guide-header{text-align:center;margin-bottom:30px;background:linear-gradient(180deg,#8b4513,#654321);border:4px solid #ff8c00;border-radius:12px;padding:25px;box-shadow:0 6px 12px #00000080;position:relative}.guide-title-row{display:flex;align-items:center;justify-content:center;gap:1rem}.guide-title-image{max-width:40px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.6));margin:0}.guide-title-row h1{margin:0;font-size:3rem;color:gold;text-shadow:3px 3px 6px rgba(0,0,0,.8);font-family:Impact,sans-serif}.guide-header p{margin:10px 0 0;font-size:1.2rem;color:#ffedcc}.player-stats-banner{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:15px;padding:12px 20px;background:#0000004d;border-radius:25px;border:2px solid rgba(255,215,0,.4);font-size:1.05rem;color:gold;font-weight:700}.player-stats-banner span{white-space:nowrap}.guide-actions{position:absolute;top:20px;right:20px;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.reset-tutorial-btn,.repair-account-btn{padding:10px 20px;font-size:.95rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#fff;border:3px solid}.reset-tutorial-btn{background:linear-gradient(180deg,#4caf50,#388e3c);border-color:#2e7d32;box-shadow:0 3px #1b5e20}.reset-tutorial-btn:hover{transform:translateY(-2px);box-shadow:0 5px #1b5e20}.reset-tutorial-btn:active{transform:translateY(0);box-shadow:0 2px #1b5e20}.repair-account-btn{background:linear-gradient(180deg,#ff9800,#f57c00);border-color:#e65100;box-shadow:0 3px #bf360c}.repair-account-btn:hover{transform:translateY(-2px);box-shadow:0 5px #bf360c}.repair-account-btn:active{transform:translateY(0);box-shadow:0 2px #bf360c}.guide-search-container{position:relative;max-width:600px;margin:0 auto 25px}.guide-search{position:relative}.search-input{width:100%;padding:15px 50px 15px 20px;font-size:1.1rem;background:linear-gradient(180deg,#3e2a1a,#2a1a10);border:3px solid #654321;border-radius:30px;color:#ffedcc;outline:none;transition:all .3s ease}.search-input::placeholder{color:#ffedcc80}.search-input:focus{border-color:#ff8c00;box-shadow:0 0 20px #ff8c004d}.clear-search{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#f009;border:2px solid #ff6b6b;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;font-weight:700;transition:all .2s ease}.clear-search:hover{background:#f00c;transform:translateY(-50%) scale(1.1)}.search-results-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;background:linear-gradient(180deg,#3e2a1a,#2a1a10);border:4px solid #ff8c00;border-radius:12px;max-height:500px;overflow-y:auto;z-index:1000;box-shadow:0 10px 30px #000c,0 0 20px #ff8c0066;animation:searchDropdownSlide .3s ease-out}@keyframes searchDropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-results-dropdown::-webkit-scrollbar{width:10px}.search-results-dropdown::-webkit-scrollbar-track{background:#0000004d;border-radius:0 8px 8px 0}.search-results-dropdown::-webkit-scrollbar-thumb{background:#ff8c00;border-radius:5px}.search-results-dropdown::-webkit-scrollbar-thumb:hover{background:orange}.search-no-results{padding:30px;text-align:center;color:#ffedcc99}.search-no-results p:first-child{font-size:1.1rem;margin-bottom:10px}.search-hint{font-size:.95rem;font-style:italic;color:#ff8c00cc}.search-category{border-bottom:2px solid rgba(255,140,0,.2)}.search-category:last-child{border-bottom:none}.search-category-title{background:#ff8c0033;padding:12px 20px;font-weight:700;font-size:1.05rem;color:gold;border-bottom:2px solid rgba(255,140,0,.3)}.search-result-item{padding:15px 20px;cursor:pointer;transition:all .2s ease;border-left:4px solid transparent}.search-result-item:hover{background:#ff8c0026;border-left-color:#ff8c00}.search-result-item.owned{background:#4caf5014}.search-result-item.owned:hover{background:#4caf5033;border-left-color:#4caf50}.result-name{font-size:1.1rem;font-weight:700;color:#ffedcc;margin-bottom:5px}.result-meta{font-size:.9rem;color:#ffedccb3}.search-result-item.owned .result-name{color:#4caf50}.core-loop-section{margin:25px 0;padding:20px;background:#0003;border-left:4px solid #ff8c00;border-radius:8px}.core-loop-section h4{font-size:1.6rem;color:gold;margin:0 0 15px;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.core-loop-section ul{margin-left:20px}.core-loop-section ul ul{margin-top:8px;margin-left:25px;font-size:.95rem;color:#ffedcce6}.ecosystem-flow{text-align:center;padding:20px;line-height:2}.ecosystem-flow p{margin:8px 0;font-size:1.1rem}.ecosystem-flow p strong{color:gold;font-size:1.2rem;display:inline-block;padding:5px 15px;background:#ff8c0033;border-radius:8px;border:2px solid rgba(255,140,0,.4)}.ecosystem-flow p:not(:has(strong)){color:#ff8c00;font-weight:700;font-size:1.3rem}.guide-tabs{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap;justify-content:center}.guide-tab{flex:1;min-width:140px;padding:15px 20px;font-size:1.05rem;font-weight:700;background:linear-gradient(180deg,#654321,#4a3219);border:3px solid #8b4513;border-radius:8px;color:#ffedcc;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 6px #0000004d}.guide-tab:hover{background:linear-gradient(180deg,#7a5327,#5c3d20);border-color:#ff8c00;transform:translateY(-2px);box-shadow:0 5px 10px #0006}.guide-tab.active{background:linear-gradient(180deg,#ff8c00,#cc7000);border-color:gold;color:#fff;box-shadow:0 5px 10px #0006,inset 0 1px #ffffff4d}.guide-content{background:linear-gradient(180deg,#3e2a1a,#2a1a10);border:4px solid #654321;border-radius:12px;padding:35px;min-height:600px;box-shadow:0 6px 12px #00000080,inset 0 2px #ffffff0d}.guide-section{color:#ffedcc;line-height:1.7}.guide-section h2{font-size:2.5rem;color:gold;margin:0 0 25px;text-shadow:2px 2px 4px rgba(0,0,0,.8);border-bottom:3px solid rgba(255,140,0,.5);padding-bottom:15px}.guide-section h3{font-size:1.8rem;color:#ff8c00;margin:25px 0 15px}.guide-section h4{font-size:1.4rem;color:orange;margin:15px 0 10px}.intro-text{font-size:1.2rem;background:#ff8c001a;border-left:4px solid #ff8c00;padding:15px 20px;margin-bottom:25px;border-radius:4px}.guide-box{background:#0000004d;border:3px solid rgba(255,140,0,.3);border-radius:10px;padding:25px;margin-bottom:25px}.tip-box{background:#4caf501a;border-color:#4caf5080}.highlight-box{background:#ffd70014;border-color:#ffd70099;box-shadow:0 0 15px #ffd70033}.guide-list{margin:15px 0;padding-left:25px}.guide-list li{margin:10px 0;line-height:1.6}.guide-list li strong{color:gold}.area-grid,.stat-grid,.mission-grid,.item-category-grid,.crafting-stations,.strategy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.area-card,.stat-card,.mission-card,.item-category,.station-card,.strategy-card{background:#0006;border:3px solid rgba(255,140,0,.4);border-radius:8px;padding:20px;transition:all .2s ease}.area-card:hover,.stat-card:hover,.mission-card:hover,.item-category:hover,.station-card:hover,.strategy-card:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0006;border-color:#ff8c00}.area-card h4,.stat-card h4,.mission-card h4,.item-category h4,.station-card h4,.strategy-card h4{margin-top:0;color:gold;font-size:1.3rem}.mission-card.forest{border-color:#228b2299;background:#228b221a}.mission-card.mines{border-color:#8b451399;background:#8b45131a}.mission-card.wilderness{border-color:#a0522d99;background:#a0522d1a}.furnace-card{border-color:#ff6b3599;background:#ff6b351a}.workshop-card{border-color:#8b451399;background:#8b45131a}.potion-card{border-color:#9c27b099;background:#9c27b01a}.guide-table{width:100%;border-collapse:collapse;margin-top:15px;background:#0000004d;border:2px solid rgba(255,140,0,.3);border-radius:8px;overflow:hidden}.guide-table thead{background:linear-gradient(180deg,#654321,#4a3219)}.guide-table th{color:gold;font-weight:700;padding:15px;text-align:left;border-bottom:2px solid rgba(255,140,0,.5)}.guide-table td{padding:12px 15px;border-bottom:1px solid rgba(255,140,0,.2)}.guide-table tbody tr:hover{background:#ff8c001a}.guide-table tbody tr:last-child td{border-bottom:none}.formula{display:block;background:#00000080;border:2px solid rgba(255,215,0,.3);border-radius:6px;padding:15px;font-family:Courier New,monospace;font-size:1.1rem;color:#4caf50;margin:15px 0;text-align:center}.progress-grid,.mission-stats-grid,.farm-stats-grid,.crafting-stats-grid,.progression-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:15px;margin-top:15px}.progress-stat,.mission-stat,.farm-stat,.crafting-stat,.progression-stat{background:#0006;border:2px solid rgba(255,140,0,.4);border-radius:8px;padding:15px;text-align:center;transition:all .2s ease}.progress-stat:hover,.mission-stat:hover,.farm-stat:hover,.crafting-stat:hover,.progression-stat:hover{transform:translateY(-3px);border-color:#ff8c00;box-shadow:0 4px 12px #ff8c004d}.stat-value{font-size:2.5rem;font-weight:700;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.8);margin-bottom:5px}.stat-label{font-size:.95rem;color:#ffedcc;opacity:.9}.live-pets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:15px}.live-pet-card{background:#00000080;border:3px solid rgba(76,175,80,.5);border-radius:10px;padding:15px;transition:all .2s ease}.live-pet-card:hover{transform:translateY(-3px);border-color:#4caf50;box-shadow:0 6px 15px #4caf5066}.pet-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid rgba(76,175,80,.3)}.pet-card-header strong{font-size:1.3rem;color:#4caf50}.pet-type-badge{background:#4caf504d;padding:4px 12px;border-radius:15px;font-size:.9rem;font-weight:700;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.pet-card-stats{display:flex;flex-direction:column;gap:6px;font-size:1rem}.skill-points-display{margin-top:8px;padding:8px;background:#ffd70033;border-radius:6px;color:gold;font-weight:700;text-align:center;animation:pulseGlow 2s infinite}.item-database-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;margin-top:15px}.item-db-card{background:#0006;border:3px solid rgba(100,100,100,.5);border-radius:8px;padding:15px;transition:all .2s ease;position:relative}.item-db-card.owned{border-color:#4caf50b3;background:#4caf501a}.item-db-card.owned:hover{border-color:#4caf50;box-shadow:0 4px 12px #4caf5066}.item-db-card.not-owned{opacity:.6}.item-db-card.not-owned:hover{opacity:.8;border-color:#ff8c0080}.item-db-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid rgba(255,140,0,.3)}.item-db-name{font-weight:700;font-size:1.2rem;color:gold}.owned-badge{background:#4caf50cc;color:#fff;padding:3px 10px;border-radius:12px;font-size:.85rem;font-weight:700}.item-db-id{font-size:.85rem;color:#ffedcc80;margin-bottom:8px}.item-db-desc{margin:10px 0;font-size:.95rem;line-height:1.5;color:#ffedcc}.item-db-tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.item-tag{background:#ff8c0033;border:1px solid rgba(255,140,0,.5);padding:3px 10px;border-radius:12px;font-size:.8rem;color:#ff8c00;font-weight:700}.item-db-effect{margin:10px 0;padding:8px;background:#4caf5033;border-radius:6px;color:#4caf50;font-size:.95rem}.item-db-meta{margin-top:10px;font-size:.85rem;color:#ffedcc99;font-style:italic}.recipe-database-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px;margin-top:15px}.recipe-db-card{background:#0006;border:3px solid rgba(100,100,100,.5);border-radius:8px;padding:15px;position:relative;transition:all .2s ease}.recipe-db-card.craftable{border-color:#4caf50b3;background:#4caf501a}.recipe-db-card.craftable:hover{border-color:#4caf50;box-shadow:0 4px 12px #4caf5066;transform:translateY(-3px)}.recipe-db-card.not-craftable{opacity:.7}.recipe-db-card.not-craftable:hover{opacity:.9}.recipe-db-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid rgba(255,140,0,.3)}.recipe-db-name{font-weight:700;font-size:1.25rem;color:gold}.craftable-badge{background:#4caf50cc;color:#fff;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:700}.recipe-db-desc{margin:10px 0;font-size:.95rem;color:#ffedcc;line-height:1.5}.recipe-db-result{margin:10px 0;padding:8px;background:#ffd7001a;border-radius:6px;color:gold}.recipe-db-time{margin:10px 0;font-size:.95rem;color:#ff8c00;font-weight:700}.recipe-db-ingredients{margin:12px 0}.recipe-db-ingredients ul{margin:8px 0 0;padding-left:20px;list-style:none}.recipe-db-ingredients li{margin:5px 0;padding:4px 8px;border-radius:4px}.has-ingredient{color:#4caf50;background:#4caf501a}.missing-ingredient{color:#ff6b6b;background:#ff6b6b1a}.ingredient-count{font-size:.85rem;opacity:.8}.recipe-tier-badge{position:absolute;top:10px;right:10px;background:#ff8c00cc;color:#fff;padding:5px 12px;border-radius:15px;font-size:.85rem;font-weight:700}.tier-badge{background:#ff8c00cc;color:#fff;padding:3px 10px;border-radius:12px;font-size:.85rem;font-weight:700}.loading-text{text-align:center;color:#ffedcc99;font-style:italic;padding:20px}@media (max-width: 768px){.game-guide-page{padding:10px}.guide-header h1{font-size:2rem}.guide-content{padding:20px}.guide-section h2{font-size:1.8rem}.guide-tabs{gap:8px}.guide-tab{font-size:.9rem;padding:12px 15px;min-width:110px}.reset-tutorial-btn{position:static;margin-top:15px;width:100%}.player-stats-banner{flex-wrap:wrap;font-size:.95rem;gap:10px}.search-input{font-size:1rem;padding:12px 45px 12px 15px}.area-grid,.stat-grid,.mission-grid,.item-category-grid,.crafting-stations,.strategy-grid,.progress-grid,.mission-stats-grid,.farm-stats-grid,.crafting-stats-grid,.progression-stats-grid,.live-pets-grid,.item-database-grid,.recipe-database-grid{grid-template-columns:1fr}.guide-table{font-size:.9rem}.guide-table th,.guide-table td{padding:10px}.stat-value{font-size:2rem}.search-results-dropdown{max-height:400px}.core-loop-section{padding:15px}.core-loop-section h4{font-size:1.3rem}.ecosystem-flow p strong{font-size:1rem;padding:4px 10px}.ecosystem-flow p:not(:has(strong)){font-size:1.1rem}}.guide-section,.guide-box,.area-card,.stat-card,.mission-card,.item-category,.station-card,.strategy-card{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.game-guide-page{padding:15px}.guide-header h1{font-size:2.5rem}.guide-header p{font-size:1.1rem}.player-stats-banner{font-size:1rem;gap:12px}}@media (max-width: 768px){.game-guide-page{padding:12px}.guide-header{padding:20px}.guide-header h1{font-size:2rem}.guide-header p{font-size:1rem}.player-stats-banner{flex-wrap:wrap;gap:10px;padding:10px 15px;font-size:.95rem}.guide-actions{position:relative;top:auto;right:auto;margin-top:15px;justify-content:center}.reset-tutorial-btn,.repair-account-btn{width:100%;max-width:250px}.guide-tabs{flex-wrap:wrap;gap:6px}.guide-tab{flex:1 1 calc(33.33% - 6px);min-width:110px;font-size:.9rem;padding:.6rem .8rem}.guide-section h2{font-size:1.8rem}.guide-section h3{font-size:1.4rem}.guide-section h4{font-size:1.2rem}.guide-section p,.guide-section li{font-size:.95rem}.progress-grid,.mission-stats-grid,.farm-stats-grid,.crafting-stats-grid,.progression-stats-grid{grid-template-columns:repeat(3,1fr);gap:12px}.progress-stat,.mission-stat,.farm-stat,.crafting-stat,.progression-stat{padding:12px}.stat-value{font-size:1.8rem}.stat-label{font-size:.85rem}}@media (max-width: 600px){.game-guide-page{padding:10px}.guide-header{padding:15px;border-width:3px}.guide-header h1{font-size:1.6rem}.guide-header p{font-size:.9rem}.player-stats-banner{font-size:.85rem;gap:8px;padding:8px 12px}.guide-actions{gap:8px}.reset-tutorial-btn,.repair-account-btn{padding:8px 16px;font-size:.85rem;min-height:44px}.guide-search-container{margin-bottom:20px}.search-input{padding:12px 45px 12px 15px;font-size:.95rem}.clear-search{width:38px;height:38px;font-size:1.2rem}.guide-tabs{gap:4px}.guide-tab{flex:1 1 calc(50% - 4px);min-width:100px;font-size:.8rem;padding:.5rem .6rem;border-width:2px;min-height:44px}.guide-content{padding:15px}.guide-section h2{font-size:1.5rem}.guide-section h3{font-size:1.2rem}.guide-section h4{font-size:1.1rem}.guide-section p,.guide-section li{font-size:.9rem}.guide-box{padding:15px;border-width:3px}.progress-grid,.mission-stats-grid,.farm-stats-grid,.crafting-stats-grid,.progression-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.progress-stat,.mission-stat,.farm-stat,.crafting-stat,.progression-stat{padding:10px}.stat-value{font-size:1.5rem}.stat-label{font-size:.8rem}.guide-table{font-size:.85rem}.guide-table th,.guide-table td{padding:8px}}@media (max-width: 480px){.game-guide-page{padding:8px}.guide-header{padding:12px;border-width:2px}.guide-header h1{font-size:1.4rem}.guide-header p{font-size:.85rem}.player-stats-banner{font-size:.75rem;gap:6px;padding:6px 10px}.guide-actions{flex-direction:column;gap:8px}.reset-tutorial-btn,.repair-account-btn{padding:8px 12px;font-size:.8rem}.search-input{padding:10px 40px 10px 12px;font-size:.9rem;border-width:2px}.clear-search{width:35px;height:35px;font-size:1.1rem}.guide-tabs{gap:3px}.guide-tab{flex:1 1 calc(50% - 3px);min-width:90px;font-size:.75rem;padding:.5rem}.guide-content{padding:12px}.guide-section h2{font-size:1.3rem}.guide-section h3{font-size:1.1rem}.guide-section h4{font-size:1rem}.guide-section p,.guide-section li{font-size:.85rem}.guide-box{padding:12px;border-width:2px;margin-bottom:12px}.progress-grid,.mission-stats-grid,.farm-stats-grid,.crafting-stats-grid,.progression-stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}.progress-stat,.mission-stat,.farm-stat,.crafting-stat,.progression-stat{padding:8px}.stat-value{font-size:1.3rem}.stat-label,.guide-table{font-size:.75rem}.guide-table th,.guide-table td{padding:6px 4px}.item-database-grid,.recipe-database-grid{grid-template-columns:1fr;gap:10px}}@media (max-width: 360px){.guide-header h1{font-size:1.2rem}.guide-tab{font-size:.7rem;padding:.4rem}.guide-section h2,.stat-value{font-size:1.2rem}}.game-layout{min-height:100vh;background:linear-gradient(180deg,#1a1a1a,#0d0d0d);display:flex;flex-direction:column}.game-layout.mission-bg-easy{background:linear-gradient(180deg,#0009,#000c),url(/assets/images/Backgrounds/DarkForest.png) center/cover}.game-layout.mission-bg-medium{background:linear-gradient(180deg,#0009,#000c),url(/assets/images/Backgrounds/AbandonedMines.png) center/cover}.game-layout.mission-bg-hard{background:linear-gradient(180deg,#0009,#000c),url(/assets/images/Backgrounds/WildernessDark.png) center/cover}.game-header{background:linear-gradient(180deg,#ff8c00,orange);border-bottom:4px solid #8b4513;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 8px #0009;height:80px;overflow:visible}.game-logo{height:60px;object-fit:contain;margin:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.view-toggle{display:flex;gap:1rem}.view-btn{padding:.75rem 1.5rem;font-size:1.1rem;font-weight:700;border:3px solid #8b4513;border-radius:8px;background:linear-gradient(180deg,#4caf50,#45a049);color:#fff;cursor:pointer;transition:all .2s;text-transform:uppercase;box-shadow:0 3px 6px #0000004d;display:flex;align-items:center;justify-content:center;gap:.5rem}.view-btn .btn-icon{width:24px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.view-btn:hover{transform:translateY(-2px);box-shadow:0 5px 10px #0006}.view-btn.active{background:linear-gradient(180deg,gold,#ffed4e);color:#2d2d2d;border-color:#d4af37}.game-content{flex:1;padding:2rem;overflow:auto}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);color:gold;font-size:2rem}@media (max-width: 1400px){.game-header{padding:.75rem 1rem;height:auto;min-height:70px}.game-logo{height:50px}.view-toggle{gap:.5rem}.view-btn{padding:.6rem 1rem;font-size:.95rem}.game-content{padding:1.5rem}}@media (max-width: 1024px){.game-header{flex-direction:column;gap:1rem;padding:1rem;height:auto}.game-logo{height:45px}.view-toggle{width:100%;flex-wrap:wrap;justify-content:center}.view-btn{flex:1 1 calc(33.333% - .5rem);min-width:120px;padding:.6rem .8rem;font-size:.9rem}.game-content{padding:1rem}}@media (max-width: 768px){.game-header{padding:.75rem .5rem}.game-logo{height:40px}.view-toggle{gap:.4rem}.view-btn{flex:1 1 calc(50% - .4rem);min-width:100px;padding:.5rem .6rem;font-size:.85rem;border-width:2px}.game-content{padding:.75rem}.loading-screen{font-size:1.5rem;padding:1rem}}@media (max-width: 480px){.game-header{padding:.5rem .25rem}.game-logo{height:35px}.view-toggle{gap:.3rem}.view-btn{flex:1 1 calc(50% - .3rem);min-width:80px;padding:.5rem .4rem;font-size:.75rem;min-height:44px}.game-content{padding:.5rem}.loading-screen{font-size:1.2rem}}@media (max-width: 360px){.game-header{padding:.5rem .25rem}.view-btn{font-size:.7rem;padding:.4rem .3rem}}body.ftue-active .modal-overlay,body.ftue-active .modal-content,body.ftue-active .storage-modal,body.ftue-active .premium-modal,body.ftue-active .pet-detail-view,body.ftue-active .recipe-details-panel,body.ftue-active .healing-pool-container,body.ftue-active .item-tooltip{z-index:9999!important}.ftue-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:9998;animation:ftueOverlayFadeIn .4s ease-out;pointer-events:none}@keyframes ftueOverlayFadeIn{0%{opacity:0}to{opacity:1}}.ftue-spotlight{position:fixed;background:transparent;border:4px solid #ffd700;border-radius:12px;box-shadow:0 0 0 9999px #000000d9,0 0 30px 10px #ffd70099,inset 0 0 20px #ffd7004d;z-index:10000;pointer-events:none;animation:spotlightPulse 2s ease-in-out infinite;transform:translateZ(0);backface-visibility:hidden}@keyframes spotlightPulse{0%,to{box-shadow:0 0 0 9999px #000000d9,0 0 30px 10px #ffd70099,inset 0 0 20px #ffd7004d}50%{box-shadow:0 0 0 9999px #000000d9,0 0 40px 15px #ffd700cc,inset 0 0 30px #ffd70080}}.ftue-arrow{position:fixed;z-index:10001;pointer-events:none;filter:drop-shadow(0 0 20px rgba(255,215,0,.8))}.ftue-arrow-down{width:8px;height:50px;background:linear-gradient(180deg,transparent 0%,#ffd700 30%,#ffd700 100%);border-radius:4px;transform:translate(-50%);animation:arrowBounceDown 1.5s ease-in-out infinite}.ftue-arrow-down:after{content:"";position:absolute;bottom:-18px;left:50%;transform:translate(-50%);width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-top:25px solid #ffd700;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.ftue-arrow-up{width:8px;height:50px;background:linear-gradient(0deg,transparent 0%,#ffd700 30%,#ffd700 100%);border-radius:4px;transform:translate(-50%);animation:arrowBounceUp 1.5s ease-in-out infinite}.ftue-arrow-up:after{content:"";position:absolute;top:-18px;left:50%;transform:translate(-50%);width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:25px solid #ffd700;filter:drop-shadow(0 -2px 4px rgba(0,0,0,.3))}.ftue-arrow-left{width:50px;height:8px;background:linear-gradient(270deg,transparent 0%,#ffd700 30%,#ffd700 100%);border-radius:4px;transform:translateY(-50%);animation:arrowBounceLeft 1.5s ease-in-out infinite}.ftue-arrow-left:after{content:"";position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-right:25px solid #ffd700;filter:drop-shadow(-2px 0 4px rgba(0,0,0,.3))}.ftue-arrow-right{width:50px;height:8px;background:linear-gradient(90deg,transparent 0%,#ffd700 30%,#ffd700 100%);border-radius:4px;transform:translateY(-50%);animation:arrowBounceRight 1.5s ease-in-out infinite}.ftue-arrow-right:after{content:"";position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:25px solid #ffd700;filter:drop-shadow(2px 0 4px rgba(0,0,0,.3))}@keyframes arrowBounceDown{0%,to{transform:translate(-50%) translateY(0);opacity:1}50%{transform:translate(-50%) translateY(12px);opacity:.85}}@keyframes arrowBounceUp{0%,to{transform:translate(-50%) translateY(0);opacity:1}50%{transform:translate(-50%) translateY(-12px);opacity:.85}}@keyframes arrowBounceLeft{0%,to{transform:translateY(-50%) translate(0);opacity:1}50%{transform:translateY(-50%) translate(-12px);opacity:.85}}@keyframes arrowBounceRight{0%,to{transform:translateY(-50%) translate(0);opacity:1}50%{transform:translateY(-50%) translate(12px);opacity:.85}}.ftue-modal{position:fixed;max-width:600px;width:90%;background:linear-gradient(180deg,#654321,#3e2a1a);border:5px solid #ff8c00;border-radius:16px;padding:0;z-index:10003;box-shadow:0 20px 60px #000c,0 0 40px #ff8c0080,inset 0 2px #fff3;animation:ftueModalFadeIn .3s ease-out;pointer-events:all}@keyframes ftueModalFadeIn{0%{opacity:0}to{opacity:1}}.ftue-modal-center{top:50%;left:50%;transform:translate(-50%,-50%)}.ftue-modal-left{top:50%;left:20%;transform:translate(-50%,-50%)}.ftue-modal-right{top:50%;right:10%;transform:translateY(-50%)}.ftue-modal-top{top:15%;left:50%;transform:translate(-50%)}.ftue-modal-bottom{bottom:15%;left:50%;transform:translate(-50%)}.ftue-modal-header{background:linear-gradient(180deg,#ff8c00,#cc7000);padding:20px 25px;border-radius:12px 12px 0 0;border-bottom:3px solid #8b4513;display:flex;justify-content:space-between;align-items:center;box-shadow:inset 0 1px #ffffff4d}.ftue-modal-header h2{margin:0;font-size:2rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);font-family:Impact,sans-serif}.ftue-dismiss-btn{background:#0000004d;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1.5rem;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:700}.ftue-dismiss-btn:hover{background:#f009;border-color:#ff6b6b;transform:scale(1.1)}.ftue-modal-content{padding:30px 25px;color:#ffedcc;font-size:1.1rem;line-height:1.8;max-height:400px;overflow-y:auto}.ftue-modal-content p{margin:0 0 15px;white-space:pre-line}.ftue-modal-content p:last-child{margin-bottom:0}.ftue-modal-content::-webkit-scrollbar{width:8px}.ftue-modal-content::-webkit-scrollbar-track{background:#0003;border-radius:4px}.ftue-modal-content::-webkit-scrollbar-thumb{background:#ff8c00;border-radius:4px}.ftue-modal-content::-webkit-scrollbar-thumb:hover{background:orange}.ftue-modal-footer{padding:20px 25px;border-top:3px solid rgba(255,140,0,.3);display:flex;justify-content:space-between;align-items:center;gap:15px;background:#0003;border-radius:0 0 12px 12px}.ftue-skip-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;padding:12px 24px;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.ftue-skip-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.ftue-next-btn{background:linear-gradient(180deg,#4caf50,#388e3c);border:3px solid #2e7d32;color:#fff;padding:14px 32px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;box-shadow:0 4px #1b5e20,0 6px 12px #0006;position:relative;overflow:hidden}.ftue-next-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.ftue-next-btn:hover{transform:translateY(-3px);box-shadow:0 6px #1b5e20,0 8px 16px #00000080}.ftue-next-btn:hover:before{left:100%}.ftue-next-btn:active{transform:translateY(-1px);box-shadow:0 2px #1b5e20,0 4px 8px #0006}.ftue-progress{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#0009;padding:8px 16px;border-radius:20px;border:2px solid rgba(255,140,0,.5)}.ftue-progress-text{color:gold;font-size:.9rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8)}@media (max-width: 768px){.ftue-modal{max-width:95%;width:95%}.ftue-modal-header h2{font-size:1.5rem}.ftue-modal-content{font-size:1rem;padding:20px 15px;max-height:300px}.ftue-modal-footer{flex-direction:column;gap:10px}.ftue-skip-btn,.ftue-next-btn{width:100%}.ftue-modal-center,.ftue-modal-left,.ftue-modal-right,.ftue-modal-top,.ftue-modal-bottom{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}}.ftue-highlight-glow{animation:glowPulse 2s ease-in-out infinite;position:relative;z-index:9999}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #ffd70099}50%{box-shadow:0 0 40px gold}}.ftue-pulse-btn{position:relative;z-index:10000;pointer-events:auto!important;animation:buttonPulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes buttonPulse{0%,to{transform:scale(1);box-shadow:0 0 #ffd700b3}50%{transform:scale(1.05);box-shadow:0 0 0 10px #ffd70000}}.ftue-tooltip{position:absolute;background:linear-gradient(180deg,#654321,#3e2a1a);border:3px solid #ff8c00;border-radius:8px;padding:12px 16px;color:#ffedcc;font-size:.95rem;max-width:250px;z-index:10002;box-shadow:0 8px 20px #0009;pointer-events:none;animation:tooltipFadeIn .3s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ftue-modal *,.ftue-overlay,.ftue-spotlight,.ftue-arrow{transition:opacity .3s ease,transform .3s ease}@media (max-width: 1024px){.ftue-modal{max-width:550px;width:85%}.ftue-modal-header h2{font-size:1.6rem}.ftue-modal-content{font-size:1rem}}@media (max-width: 768px){.ftue-modal{max-width:500px;width:90%}.ftue-modal-header h2{font-size:1.4rem}.ftue-modal-content{font-size:.95rem;padding:1.2rem}.ftue-modal-content p{font-size:.95rem}.ftue-next-btn,.ftue-skip-btn{padding:.7rem 1.2rem;font-size:.95rem;min-height:44px}.ftue-dismiss-btn{width:35px;height:35px;font-size:1.3rem}.ftue-arrow-down,.ftue-arrow-up{height:40px;width:6px}.ftue-arrow-left,.ftue-arrow-right{width:40px;height:6px}.ftue-spotlight{border-width:3px}}@media (max-width: 600px){.ftue-modal{max-width:95%;width:95%;padding:0}.ftue-modal-header{padding:1rem}.ftue-modal-header h2{font-size:1.2rem}.ftue-modal-content{font-size:.9rem;padding:1rem;max-height:50vh;overflow-y:auto}.ftue-modal-content p{font-size:.9rem;margin:.4rem 0}.ftue-modal-footer{padding:.8rem 1rem;gap:.6rem}.ftue-next-btn,.ftue-skip-btn{padding:.6rem 1rem;font-size:.9rem;min-height:48px}.ftue-dismiss-btn{width:32px;height:32px;font-size:1.2rem}.ftue-progress{padding:.4rem}.ftue-progress-text{font-size:.75rem}.ftue-arrow-down,.ftue-arrow-up{height:30px;width:5px}.ftue-arrow-left,.ftue-arrow-right{width:30px;height:5px}.ftue-spotlight{border-width:2px}.ftue-modal-left,.ftue-modal-right,.ftue-modal-top,.ftue-modal-bottom{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important}}@media (max-width: 480px){.ftue-modal{max-width:95%;width:95%}.ftue-modal-header{padding:.8rem}.ftue-modal-header h2{font-size:1.1rem}.ftue-modal-content{font-size:.85rem;padding:.8rem;max-height:45vh}.ftue-modal-content p{font-size:.85rem;margin:.3rem 0}.ftue-modal-footer{padding:.6rem .8rem;flex-direction:column;gap:.5rem}.ftue-next-btn,.ftue-skip-btn{width:100%;padding:.7rem;font-size:.85rem}.ftue-dismiss-btn{width:30px;height:30px;font-size:1.1rem}.ftue-progress-text{font-size:.7rem}.ftue-arrow-down,.ftue-arrow-up{height:25px;width:4px}.ftue-arrow-left,.ftue-arrow-right{width:25px;height:4px}.ftue-arrow-down:after,.ftue-arrow-up:after{border-left-width:12px;border-right-width:12px;border-top-width:16px;border-bottom-width:16px}.ftue-arrow-left:after,.ftue-arrow-right:after{border-top-width:12px;border-bottom-width:12px;border-left-width:16px;border-right-width:16px}}@media (max-width: 360px){.ftue-modal-header h2{font-size:1rem}.ftue-modal-content{font-size:.8rem;padding:.6rem}.ftue-modal-content p{font-size:.8rem}.ftue-next-btn,.ftue-skip-btn{font-size:.8rem;padding:.6rem}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh}button{font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}button:active:not(:disabled){transform:translateY(1px)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a;border:2px solid #8b4513}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff8c00,orange);border:2px solid #8b4513;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,orange,#ffb732)}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}button,a,.clickable,[role=button]{touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 768px){button{min-height:44px;min-width:44px}}.scrollable,.modal-content,.recipe-list,.mission-event-log,.inventory-grid,.farm-plots-grid{-webkit-overflow-scrolling:touch;will-change:scroll-position}@media (max-width: 768px){body{overflow-x:hidden}*{max-width:100%}}@media (max-width: 768px){::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{border-width:1px}::-webkit-scrollbar-thumb{border-width:1px}}@media (max-width: 480px){::-webkit-scrollbar{width:6px}}@media (max-width: 768px) and (orientation: landscape){body:before{content:"↻ Rotate device for better experience";position:fixed;bottom:10px;left:50%;transform:translate(-50%);background:#000c;color:gold;padding:8px 16px;border-radius:20px;font-size:12px;z-index:9997;pointer-events:none;animation:fadeInOut 4s ease-in-out}}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}:root{--color-primary-orange: #ff8c00;--color-primary-orange-light: #ffa500;--color-primary-orange-dark: #cc7000;--color-border-brown: #8b4513;--color-border-dark: #5d2e0a;--color-panel-dark: #2d2d2d;--color-panel-darker: #1a1a1a;--color-forest-green: #2d5016;--color-forest-green-light: #4a7c2e;--color-gold: #ffd700;--color-gold-light: #ffed4e;--color-success-green: #4CAF50;--color-success-green-dark: #45a049;--color-error-red: #ff4444;--color-error-red-dark: #cc0000;--color-gray: #888;--color-gray-dark: #666;--font-primary: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-display: "Impact", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-md: 0 4px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 6px 12px rgba(0, 0, 0, .6)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow-x:hidden}body{font-family:var(--font-primary);line-height:1.5;color:#2d2d2d;background:var(--color-forest-green)}#root{min-height:100vh}img,canvas{image-rendering:-moz-crisp-edges;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges}
