.raver-mining-game{font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;position:relative;background-color:#161827;color:white;min-height:100vh}.header-section{background-color:#1e3a8a;padding:1rem;border-radius:0 0 1rem 1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);width:1050px;max-width:100%;margin:0 auto}.user-rank{background-color:#b45309;color:white;display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:700}.profit-per-hour{color:#f59e0b;font-weight:700}.coin-balance .text-3xl{color:#f59e0b;font-weight:700}.character-avatar{background-color:#f59e0b;width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.avatar-display{margin-top:-2rem;margin-bottom:1rem}.character-circle{width:6rem;height:6rem;border-radius:9999px;border:4px solid #f59e0b;background-color:#1e40af;display:flex;align-items:center;justify-content:center;font-size:3rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);animation:pulse 2s infinite}.exchange-panel{margin:1rem auto;padding:1rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.profit-display .text-xl{color:#f59e0b}.daily-rewards-switch-container{display:flex;justify-content:center;margin-bottom:1.5rem}.daily-rewards-switch{width:250px;height:250px;border-radius:50%;background:linear-gradient(145deg,#f59e0b,#d97706);box-shadow:0 0 15px rgba(245,158,11,.7);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .3s ease;border:2px solid rgba(255,255,255,.2)}.daily-rewards-switch:hover{transform:scale(1.05);box-shadow:0 0 25px rgba(245,158,11,.9)}.daily-rewards-switch:active{transform:scale(.95)}.daily-rewards-inner{width:230px;height:230px;border-radius:50%;background:linear-gradient(145deg,#1e3a8a,#1e40af);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 5px rgba(0,0,0,.3);transition:all .3s ease}.daily-rewards-switch:hover .daily-rewards-inner{transform:scale(.95)}.daily-rewards-icon{font-size:30px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.daily-rewards-tooltip{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);background-color:#1e3a8a;color:white;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;visibility:hidden;transition:all .3s ease;white-space:nowrap;pointer-events:none}.daily-rewards-switch:hover .daily-rewards-tooltip{opacity:1;visibility:visible;bottom:-35px}.daily-rewards-switch.has-rewards{animation:pulse-glow 2s infinite}.daily-rewards-switch:active .daily-rewards-inner{transform:scale(.9)}.daily-rewards-switch.disabled{opacity:.7;cursor:not-allowed;background:linear-gradient(145deg,#6b7280,#4b5563)}.daily-rewards-switch.disabled .daily-rewards-inner{background:linear-gradient(145deg,#374151,#1f2937)}.daily-rewards-switch.disabled:hover{transform:none;box-shadow:0 0 15px rgba(245,158,11,.7)}.autoclaimer-toggle{background-color:#1f2937;border-radius:.5rem;padding:1rem;display:flex;align-items:center;justify-content:space-between}.toggle-switch{position:relative;display:inline-block;width:3.5rem;height:1.75rem}.toggle-checkbox{opacity:0;width:0;height:0}.toggle-label{position:absolute;cursor:pointer;top:1;left:0;right:0;bottom:0;background-color:#4b5563;transition:all .4s;border-radius:9999px;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.toggle-label:before{position:absolute;content:"";height:1.25rem;width:1.25rem;left:.25rem;bottom:.25rem;background-color:#f59e0b;transition:all .4s;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.toggle-checkbox:checked+.toggle-label{background:linear-gradient(to right,#10b981,#059669)}.toggle-checkbox:checked+.toggle-label:before{transform:translateX(1.75rem)}.tabs-nav{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#4b5563 #1f2937}.tab-btn{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .3s ease;background-color:#1f2937;color:white}.tab-btn:hover{background-color:#374151;color:white}.tab-btn.active{background:linear-gradient(to right,#2563eb,#1d4ed8);color:white}.tab-content{margin-top:1rem}.tab-pane{display:none}.tab-pane.active{display:block}.rigs-grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:#4b5563 #1f2937}.rig-card{background-color:#1f2937;padding:1rem;border-radius:15px;border:1px solid #374151;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);min-width:200px}.rig-card:hover{border-color:#f59e0b;transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.rig-icon-img{width:80px;height:80px;object-fit:contain;border-radius:15px}.rig-card h4{font-size:14px;color:white;padding-top:5px}.purchase-btn,.upgrade-btn{width:100%;padding:.5rem;border-radius:9999px;font-weight:400;transition:all .2s;margin-top:.5rem;font-size:.75rem}.purchase-btn{background-color:#059669;color:white}.purchase-btn:hover:not(:disabled){background-color:#047857;transform:translateY(-2px)}.upgrade-btn{background-color:#2563eb;color:white}.upgrade-btn:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-2px)}.modal{z-index:1000;transition:all .3s ease}.modal-content{background-color:#1f2937;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.3);transform:scale(.7);transition:all .3s ease}.modal:not(.hidden) .modal-content{transform:scale(1)}.animate-spin{animation:spin 1s linear infinite;display:inline-block;margin-right:.25rem}@media (max-width:640px){.rig-card{min-width:180px}.rig-icon-img{width:60px;height:60px}.modal-content{max-width:90%}.daily-rewards-switch{width:70px;height:70px}.daily-rewards-inner{width:60px;height:60px}.daily-rewards-icon{font-size:26px}}@media (min-width:641px) and (max-width:1024px){.rig-card{min-width:190px}}@media (min-width:1025px){.purchase-btn,.upgrade-btn{font-size:.875rem}}.avatar-display .character-circle{display:none!important}@media (max-width:640px){.daily-rewards-switch-container{display:flex;justify-content:center;align-items:center;padding:.75rem;margin:0 auto;max-width:100%;box-sizing:border-box}.daily-rewards-switch{width:90px;height:90px;min-width:90px;min-height:90px;border-radius:50%;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto}.daily-rewards-inner{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center}.daily-rewards-icon{font-size:18px;line-height:1}.daily-rewards-tooltip{font-size:9px;padding:2px 5px;bottom:-22px;max-width:80%;text-align:center}.daily-rewards-switch:hover .daily-rewards-tooltip{bottom:-27px}}img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;max-width:100%!important;width:100%!important;height:auto!important;margin:0 .05em!important;vertical-align:middle!important;background:0 0!important;padding:0!important}@media (max-width:640px){img.wp-smiley,img.emoji{max-width:150px!important;height:auto!important;margin:0 .03em!important;vertical-align:middle!important}}@media (min-width:641px) and (max-width:1024px){img.wp-smiley,img.emoji{max-width:200px!important;height:auto!important}}.profit-display:not(.header-section .profit-display),.coin-balance:not(.header-section .coin-balance),.text-3xl:not(.header-section .text-3xl){display:none}.daily-rewards-icon{font-size:30px;padding:8px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}@media (max-width:640px){.daily-rewards-icon{font-size:18px;padding:6px;line-height:1}}.daily-rewards-icon{font-size:30px;padding:8px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}@media (max-width:640px){.daily-rewards-icon{font-size:18px;padding:6px;line-height:1}}.daily-rewards-icon{font-size:30px;padding:8px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}@media (max-width:640px){.daily-rewards-icon{font-size:18px;padding:6px;line-height:1}}