body{margin:0;padding:0;background-color:#000;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;touch-action:none}#game-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}#branding{position:absolute;bottom:10px;right:10px;font-size:12px;opacity:.7;pointer-events:none;z-index:1000;background:#00000080;padding:4px 8px;border-radius:4px}#branding a{color:#4caf50;text-decoration:none;font-weight:700}#login-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.login-card{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 0 20px #ff980033;border:1px solid #333;max-width:400px;width:90%}h1{color:#ff9800;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 0px #000}p{color:#aaa;margin-bottom:2rem}#google-login-btn{background-color:#fff;color:#333;border:none;padding:12px 24px;border-radius:24px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform .2s,box-shadow .2s}#google-login-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px #fff3}#google-login-btn img{width:24px;height:24px}.auth-form{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.auth-form input{padding:12px 16px;border:1px solid #444;border-radius:8px;background:#ffffff1a;color:#fff;font-size:14px;outline:none;transition:border-color .2s,background .2s}.auth-form input:focus{border-color:#ff9800;background:#ff98001a}.auth-form input::placeholder{color:#888}.auth-buttons{display:flex;gap:10px;margin-top:5px}.auth-btn{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.auth-btn.login{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.auth-btn.signup{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.auth-btn:hover{transform:scale(1.03);box-shadow:0 4px 12px #0000004d}.auth-divider{display:flex;align-items:center;margin:15px 0;color:#666;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#444}.auth-divider span{padding:0 15px}#mobile-controls{display:none;position:absolute;bottom:20px;width:100%;height:150px;pointer-events:none;z-index:1500;padding:0 20px;box-sizing:border-box}.joystick-zone{pointer-events:auto;position:absolute;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:50%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);touch-action:none}#joystick-left{left:40px;bottom:40px;width:120px;height:120px}#knob{width:50px;height:50px;background:#ff9800cc;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #ff980080}#action-btn{right:40px;bottom:40px;width:100px;height:100px;background:#f4433699;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:20px;box-shadow:0 0 15px #f4433666}#action-btn:active{background:#f44336e6;transform:scale(.95)}#rpg-hud{position:absolute;top:10px;left:10px;z-index:1500;background:linear-gradient(135deg,#000000e6,#1e1e1ed9);border:2px solid #444;border-radius:12px;padding:12px 16px;min-width:260px;box-shadow:0 4px 20px #00000080;font-family:Segoe UI,Arial,sans-serif;display:none}#rpg-hud.visible{display:block}.stat-bar{margin-bottom:8px}.stat-bar-label{display:flex;justify-content:space-between;margin-bottom:4px;font-size:13px;font-weight:700}.stat-bar-label .name{color:#fff;text-shadow:1px 1px 2px #000}.stat-bar-label .value{color:#ddd;font-size:11px}.stat-bar-bg{width:100%;height:18px;background:#1a1a1a;border-radius:9px;overflow:hidden;border:1px solid #333}.stat-bar-fill{height:100%;border-radius:9px;transition:width .3s ease}.stat-bar.hp .stat-bar-label .name{color:#f44}.stat-bar.hp .stat-bar-fill{background:linear-gradient(90deg,#c00,#f44,#f66);box-shadow:0 0 10px #ff444480}.stat-bar.mp .stat-bar-label .name{color:#48f}.stat-bar.mp .stat-bar-fill{background:linear-gradient(90deg,#04c,#48f,#6af);box-shadow:0 0 10px #4488ff80}.stat-bar.exp .stat-bar-label .name{color:gold}.stat-bar.exp .stat-bar-fill{background:linear-gradient(90deg,#c90,gold,#ffeb3b);box-shadow:0 0 10px #ffd70080}.currency-row{display:flex;gap:20px;margin:10px 0;padding:8px 0;border-top:1px solid #333}.currency-item{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700}.currency-item.gold{color:gold;text-shadow:0 0 5px rgba(255,215,0,.5)}.currency-item.gems{color:#f0f;text-shadow:0 0 5px rgba(255,0,255,.5)}.form-display{font-size:14px;font-weight:700;color:#ff0;text-shadow:0 0 8px rgba(255,255,0,.5);padding:6px 0;border-top:1px solid #333}.controls-hint{font-size:10px;color:#666;padding-top:6px;border-top:1px solid #222}#stat-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:none;justify-content:center;align-items:center;z-index:2000}#stat-menu-overlay.visible{display:flex}#stat-menu{background:linear-gradient(145deg,#1a1a2e,#16213e);border:2px solid #ff9800;border-radius:16px;padding:20px;min-width:380px;max-width:90%;box-shadow:0 0 30px #ff98004d}.stat-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #444}.stat-menu-title{font-size:20px;font-weight:700;color:#ff9800;text-shadow:0 0 10px rgba(255,152,0,.5)}.stat-menu-close{background:#f44;border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700}.potential-display{text-align:center;background:#ff980033;padding:10px;border-radius:8px;margin-bottom:15px;font-size:16px;color:#fc0}.potential-display span{font-weight:700;font-size:24px;color:#ff9800}.stat-row{display:flex;align-items:center;justify-content:space-between;padding:10px;margin:5px 0;background:#ffffff0d;border-radius:8px}.stat-info{display:flex;align-items:center;gap:10px;flex:1}.stat-icon{font-size:20px}.stat-name{font-size:14px;color:#ddd;min-width:80px}.stat-value{font-size:16px;font-weight:700;color:#fff;min-width:60px;text-align:right}.stat-controls{display:flex;gap:5px}.stat-btn{width:32px;height:32px;border:none;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s}.stat-btn.minus{background:#f44;color:#fff}.stat-btn.plus{background:#4f4;color:#000}.stat-btn:hover{transform:scale(1.1)}.stat-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.stat-menu-footer{margin-top:15px;padding-top:10px;border-top:1px solid #444;text-align:center;font-size:11px;color:#666}.menu-tabs{display:flex;gap:2px;margin-bottom:15px;border-bottom:2px solid #444}.menu-tab{flex:1;padding:10px 5px;background:#ffffff0d;border:none;border-radius:8px 8px 0 0;color:#888;font-size:11px;cursor:pointer;transition:all .2s;text-align:center}.menu-tab:hover{background:#ffffff1a;color:#fff}.menu-tab.active{background:#ff98004d;color:#ff9800;border-bottom:2px solid #ff9800}.menu-tab-icon{font-size:16px;display:block;margin-bottom:3px}.tab-panel{display:none;max-height:350px;overflow-y:auto}.tab-panel.active{display:block}.quest-item{background:#ffffff0d;padding:10px;border-radius:8px;margin-bottom:8px}.quest-title{color:#fc0;font-weight:700;margin-bottom:5px}.quest-progress{height:8px;background:#333;border-radius:4px;overflow:hidden;margin:5px 0}.quest-progress-fill{height:100%;background:linear-gradient(90deg,#ff9800,#fc0);border-radius:4px}.quest-reward{font-size:11px;color:#888}.inventory-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.inventory-slot{aspect-ratio:1;background:#ffffff0d;border:1px solid #333;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer}.inventory-slot:hover{border-color:#ff9800}.inventory-slot.equipped{border-color:#4f4;background:#44ff441a}.equipment-section{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #333}.equipment-title{font-size:12px;color:#888;margin-bottom:8px}.guild-search{display:flex;gap:8px;margin-bottom:15px}.guild-search input{flex:1;background:#ffffff1a;border:1px solid #444;border-radius:6px;padding:8px;color:#fff;font-size:13px}.guild-search button{background:#ff9800;border:none;border-radius:6px;padding:8px 15px;color:#000;font-weight:700;cursor:pointer}.guild-item{background:#ffffff0d;padding:10px;border-radius:8px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.guild-name{color:#fff;font-weight:700}.guild-info{font-size:11px;color:#888}.settings-section{margin-bottom:15px}.settings-title{font-size:12px;color:#ff9800;margin-bottom:8px;text-transform:uppercase}.settings-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #222}.settings-item label{color:#ddd}.settings-btn{background:#ffffff1a;border:1px solid #444;color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer}.settings-btn.danger{background:#f443;border-color:#f44;color:#f44}.shop-modal{background:#10141ef2;width:700px;max-width:90%;height:500px;border-radius:12px;border:1px solid #444;display:flex;flex-direction:column;box-shadow:0 0 50px #000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shop-header{padding:15px 20px;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center}.shop-title{font-size:20px;font-weight:700;color:#ff9800}.shop-close{font-size:24px;cursor:pointer;color:#888}.shop-content{flex:1;display:flex;overflow:hidden}.shop-list{flex:1;padding:15px;overflow-y:auto;border-right:1px solid #333}.shop-details{width:300px;padding:20px;background:#0003;display:flex;flex-direction:column;align-items:center;text-align:center}.shop-item-row{display:flex;align-items:center;padding:10px;margin-bottom:5px;background:#ffffff0d;border-radius:6px;cursor:pointer;transition:all .2s}.shop-item-row:hover{background:#ffffff1a}.shop-item-row.selected{background:#ff980033;border:1px solid #ff9800}.shop-item-icon{font-size:24px;margin-right:15px}.shop-item-info{flex:1;text-align:left}.shop-item-price{color:gold;font-weight:700;font-size:12px}.shop-footer{padding:15px 20px;border-top:1px solid #333;display:flex;justify-content:space-between;align-items:center}.buy-btn{background:#ff9800;color:#000;border:none;padding:10px 30px;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:20px;width:100%}.buy-btn:hover{background:#ffac33;transform:scale(1.05)}.buy-btn:disabled{background:#555;cursor:not-allowed;transform:none;opacity:.5}.detail-icon{font-size:64px;margin-bottom:15px;background:#0000004d;border-radius:12px;padding:15px;border:1px solid #444}.detail-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}.detail-desc{font-size:13px;color:#aaa;margin-bottom:15px;line-height:1.4}.detail-stats{background:#0032144d;padding:10px;border-radius:6px;width:100%;margin-bottom:10px;border:1px solid #005500}.player-balance{display:flex;gap:15px;font-size:16px;background:#0006;padding:8px 15px;border-radius:20px}#dialogue-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2500;justify-content:center;align-items:center}#dialogue-overlay.visible{display:flex}#dialogue-box{background:linear-gradient(145deg,#1a1a2e,#16213e);border:3px solid #ffd700;border-radius:16px;padding:25px 30px;max-width:700px;width:85%;box-shadow:0 10px 50px #000c,0 0 20px #ffd7004d}#dialogue-name{font-size:20px;font-weight:700;color:gold;margin-bottom:12px;text-shadow:0 0 10px rgba(255,215,0,.5);border-bottom:1px solid rgba(255,215,0,.3);padding-bottom:8px}#dialogue-text{font-size:16px;color:#fff;line-height:1.8;margin-bottom:20px;min-height:60px}.dialogue-actions{display:flex;justify-content:center}#dialogue-close{background:linear-gradient(145deg,#ff9800,#e68900);border:none;color:#000;padding:12px 40px;border-radius:8px;font-weight:700;cursor:pointer;font-size:15px;box-shadow:0 4px 15px #ff980066;transition:transform .2s}#dialogue-close:hover{transform:scale(1.05)}
