:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#000;border-radius:3px}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}.party-content{display:flex;flex-direction:column;gap:15px;padding:5px}.section-header{font-size:14px;font-weight:700;color:gold;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:4px}.members-list{background:#0000004d;padding:8px;border-radius:4px;margin-bottom:10px}.member-row{padding:4px 0;display:flex;align-items:center;gap:8px;color:#eee}.member-row .icon{font-size:12px}.info-text{font-size:11px;color:#aaa;font-style:italic;text-align:center;margin-bottom:10px}.button-group{display:flex;gap:5px;margin-top:5px}.button-group button{flex:1}button.success{background:#2e7d32}button.success:hover{background:#388e3c}button.danger{background:#c62828}button.danger:hover{background:#d32f2f}.actions input{margin-bottom:5px}body,html{margin:0;padding:0;overflow:hidden;font-family:Segoe UI,Tahoma,sans-serif;background:#000;color:#fff;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}img{-webkit-touch-callout:none;-webkit-user-select:none;pointer-events:none}.portrait-warning{display:none!important}.hud-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.debug-info{position:absolute;top:0;left:50%;transform:translate(-50%);font-size:10px;color:#aaa;background:#00000080;padding:2px 5px;border-radius:0 0 5px 5px}.player-stats-panel{position:absolute;top:10px;left:10px;width:250px;display:flex;flex-direction:column;gap:5px}.stat-row{height:25px;border:2px solid #000;position:relative;background:#200;border-radius:4px;box-shadow:2px 2px 4px #000c}.stat-row.mp{background:#002}.stat-row .bar-fill{height:100%;transition:width .2s}.stat-row.hp .bar-fill{background:linear-gradient(to right,#c00,#f44)}.stat-row.mp .bar-fill{background:linear-gradient(to right,#00c,#44f)}.stat-row.xp{background:#220}.stat-row.xp .bar-fill{background:linear-gradient(to right,#c90,#fe0)}.stat-row .bar-val{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;text-shadow:1px 1px 0 #000,-1px -1px 0 #000;z-index:1}.menu-grid{position:absolute;top:55px;right:10px;display:none;grid-template-columns:repeat(3,1fr);gap:5px;background:#000000e6;padding:10px;border-radius:8px;border:1px solid #444;z-index:3000;pointer-events:auto}.menu-grid.mobile-visible{display:grid}.menu-btn{width:60px;height:60px;background:#1e1e1ee6;border:2px solid #666;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:background .1s}.menu-btn:hover{background:#444}.menu-btn.red{background:#501414e6;border-color:#a44}.menu-btn.pvp-active{background:#262;border-color:#4f4;box-shadow:0 0 10px #4f4}.menu-btn.pvp-safe{filter:grayscale(100%);opacity:.7}.menu-btn .icon{font-size:30px;line-height:30px}.menu-btn .label{font-size:10px;font-weight:700;margin-top:2px}.menu-btn.close{background:#822}.hotbar-vertical{position:absolute;top:150px;left:10px;display:flex;gap:10px;pointer-events:auto}.hotbar-group{display:flex;flex-direction:column;gap:10px}.hotbar-vertical .slot{width:60px;height:60px;background:#0009;border:3px solid #666;border-radius:8px;position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .1s,border-color .1s}.hotbar-vertical .slot:hover{transform:scale(1.05);border-color:#fff}.hotbar-vertical .slot:active{transform:scale(.95);background:#323232cc}.hotbar-vertical .slot .icon{font-size:30px;filter:drop-shadow(0 0 5px rgba(255,255,255,.5))}.hotbar-vertical .slot .key{position:absolute;bottom:2px;right:5px;font-size:12px;color:#eee;text-shadow:2px 2px 0 #000;font-weight:700}.hotbar-vertical .slot .count{position:absolute;top:2px;right:5px;font-size:14px;color:#fff;font-weight:700;text-shadow:1px 1px 0 #000}@media screen and (orientation:landscape)and (max-width:1200px){.hotbar-vertical{top:100px;gap:5px}.hotbar-group{gap:5px}.hotbar-vertical .slot{width:68px;height:68px;border-width:2px}.hotbar-vertical .slot .icon{font-size:32px}}.xp-container{position:absolute;bottom:0;left:0;width:100%;height:13px;background:#111;border-top:1px solid #333;pointer-events:auto}@media(max-width:768px){.xp-container{height:10px}}.xp-bar{width:100%;height:100%;position:relative}.xp-bar .fill{height:100%;background:linear-gradient(90deg,#f60,#fc0,#f80);width:0%;transition:width .2s;box-shadow:0 0 10px #ff960080}.xp-bar .xp-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:11px;font-weight:700;color:#fff;text-shadow:1px 1px 2px #000,-1px -1px 2px #000,1px -1px 2px #000,-1px 1px 2px #000}#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;position:relative}canvas{display:block;width:100vw;height:100vh;background:#000;position:absolute;top:0;left:0}.chat-box{position:fixed;bottom:0;left:auto;right:0;width:60%;height:320px;background:#11111173;border:2px solid #444;border-bottom:none;border-right:none;display:flex;flex-direction:column;pointer-events:auto;box-sizing:border-box;z-index:1000;transition:height .2s ease}@media(max-width:768px){.chat-box{width:100%!important;right:0;left:0;bottom:0!important;border-left:none;border-right:none}}@media screen and (orientation:landscape)and (max-height:500px){.chat-box{width:75%!important;left:auto!important;right:0!important;height:110px;bottom:0!important;margin:0!important;padding-bottom:0!important;border-bottom:none!important;border-left:2px solid #444}.chat-box.minimized{height:24px}}@media screen and (orientation:landscape)and (max-width:1200px),screen and (max-height:500px){.chat-box{width:75%!important;left:auto!important;right:0!important;height:110px;bottom:0!important;margin-bottom:0!important;padding-bottom:0!important;border-bottom:none!important;border-left:2px solid #444}.chat-box.minimized{height:24px}.game-footer{display:none!important}}.chat-box.minimized{height:32px;overflow:hidden}.game-footer{display:none}.vip-panel-left{display:none;position:fixed;bottom:0;left:200px;width:calc(50% - 200px);height:100px;background:#111111d9;border:2px solid #444;border-bottom:none;border-left:none;border-right:2px solid #444;z-index:1000;overflow:hidden;pointer-events:auto}.vip-panel-header{background:#222;padding:4px 8px;font-size:11px;font-weight:700;color:#0f0;border-bottom:1px solid #333}.vip-panel-list{height:calc(100% - 25px);overflow-y:auto;padding:2px}.vip-panel-item{display:flex;align-items:center;padding:4px 6px;cursor:pointer;font-size:11px}.vip-panel-item:hover{background:#333}.vip-panel-name{color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (orientation:landscape)and (max-width:1200px),screen and (max-height:500px){.vip-panel-left{display:block}}.footer-btn{padding:4px 12px;background:#333;border:1px solid #555;border-radius:4px;color:#fff;font-size:11px;cursor:pointer;font-weight:700}.footer-btn:hover{background:#444}.footer-btn.active{background:#555;border-color:#888}@keyframes chat-flash{0%,to{border-color:#444}50%{border-color:#f80;box-shadow:0 0 8px #f80}}.chat-box.flashing{animation:chat-flash .4s ease-in-out 3}.chat-tabs{display:flex;flex-direction:row;background:#111;border-bottom:1px solid #333;flex-wrap:nowrap}.chat-tab{padding:6px 15px;cursor:pointer;color:#888;font-size:12px;font-weight:700;border-right:1px solid #333;text-align:center;background:#222;white-space:nowrap;flex-shrink:0}.chat-tab:hover{background:#333;color:#ddd}.chat-tab.active{background:#333;color:#eca;border-top:2px solid #eca}.messages{flex:1;overflow-y:auto;padding:5px 10px;font-size:12px;scrollbar-width:thin;font-family:Segoe UI,sans-serif;background:#05050566;text-align:left}.msg{margin-bottom:2px;line-height:1.3;word-wrap:break-word}.msg .author{font-weight:700;margin-right:5px;cursor:pointer}.msg.default .author{color:#fe5}.msg.system{color:#fa4;font-style:italic}.msg.server{color:#f44;font-weight:700}.msg.trade{color:#4af}.msg.private{color:#f8f}.chat-box input{background:#111;border:none;border-top:1px solid #444;color:#fff;padding:8px;font-size:13px;outline:none}.login-screen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#111;z-index:100}.login-screen .box{background:#222;padding:40px;border:1px solid #444;border-radius:8px;text-align:center}.login-screen h1{margin-top:0;color:#eca;font-family:Georgia,serif;letter-spacing:2px}.login-screen input{padding:10px;background:#000;border:1px solid #444;color:#fff;margin-bottom:20px;width:200px}.login-screen button{padding:10px 30px;background:#600;color:#fff;border:1px solid #844;cursor:pointer;font-weight:700}.login-screen button:hover{background:#800}.ui-window{position:fixed;background:#1a1a1a;border:2px solid #555;border-radius:5px;width:250px;display:flex;flex-direction:column;box-shadow:0 5px 15px #00000080;pointer-events:auto;z-index:1500}.ui-window.centered{top:50%;left:50%;transform:translate(-50%,-50%)}.window-header{background:#333;padding:5px 10px;cursor:move;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#eca;border-bottom:1px solid #444}.window-content{padding:10px;background:#000c}.bag-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.bag-slot{width:40px;height:40px;background:#222;border:1px solid #444;display:flex;justify-content:center;align-items:center}.char-details .row{padding:5px 0;border-bottom:1px solid #333;font-size:12px}.party-content input{width:100%;box-sizing:border-box;margin-bottom:5px;padding:5px;background:#000;border:1px solid #444;color:#fff}.party-content button{width:100%;padding:5px;cursor:pointer;background:#464;color:#fff;border:none;margin-bottom:5px}.party-content button.red{background:#844}.bank-content .balance-row{margin-bottom:10px;font-weight:700;color:#fe0}.bank-content input{width:100%;box-sizing:border-box;margin-bottom:5px;padding:5px;background:#000;border:1px solid #444;color:#fff}.bank-content .buttons{display:flex;gap:5px}.bank-content button{flex:1;padding:5px;cursor:pointer}.shop-content{text-align:center}.gems-display{font-size:18px;color:#acf;margin-bottom:15px;border-bottom:1px solid #444;padding-bottom:10px}.buy-gems-btn{margin-left:10px;padding:2px 10px;font-size:12px;background:#06c;border:none;color:#fff;cursor:pointer;border-radius:4px}.shop-list{display:grid;grid-template-columns:1fr;gap:5px;max-height:300px;overflow-y:auto}.shop-item{display:flex;align-items:center;background:#222;padding:5px;border-radius:4px;border:1px solid #333}.shop-item .icon{font-size:24px;width:40px}.shop-item .details{flex:1;text-align:left;margin-left:10px}.shop-item .name{font-weight:700;font-size:14px;color:#ddd}.shop-item .price{color:#acf;font-size:12px}.shop-item button{padding:5px 10px;background:#262;color:#fff;border:none;cursor:pointer;border-radius:4px}.shop-item button:hover:not(:disabled){background:#383}.shop-item button:disabled{background:#444;color:#888;cursor:not-allowed;opacity:.6}.shop-item.disabled{opacity:.7}.shop-list{display:flex;flex-direction:column;gap:5px;max-height:200px;overflow-y:auto}.shop-item{display:flex;justify-content:space-between;align-items:center;background:#0000004d;padding:5px;border:1px solid #444}@keyframes aha-scale{0%{transform:scale(1)}50%{transform:scale(1.15);box-shadow:0 0 20px #acf}to{transform:scale(1)}}.gems-display.aha-moment{animation:aha-scale .6s ease-in-out}.aha-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000f2;border:3px solid #acf;border-radius:15px;padding:20px;text-align:center;z-index:1000;animation:aha-popup-in .3s ease-out forwards;box-shadow:0 0 30px #acf;min-width:150px}@keyframes aha-popup-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.aha-text{font-size:24px;font-weight:700;color:#acf;margin-bottom:10px;animation:aha-text-glow .6s ease-in-out}@keyframes aha-text-glow{0%,to{text-shadow:0 0 5px #acf}50%{text-shadow:0 0 20px #acf,0 0 30px #acf}}.aha-item{font-size:60px;margin:10px 0;animation:aha-item-bounce .6s ease-out}@keyframes aha-item-bounce{0%{transform:scale(0) rotate(-180deg)}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0)}}.aha-name{color:#fff;font-weight:700;margin-top:10px;font-size:14px}.tooltip-inspect{position:absolute;background:#000000e6;border:2px solid #888;color:#fff;padding:10px;border-radius:5px;z-index:2000;pointer-events:none;min-width:150px}.tooltip-header{font-weight:700;color:#eca;border-bottom:1px solid #555;padding-bottom:5px;margin-bottom:5px}@keyframes cooldown-sweep{0%{height:100%}to{height:0%}}.cooldown-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;border-radius:6px;z-index:10;animation-name:cooldown-sweep;animation-timing-function:linear;animation-fill-mode:forwards;pointer-events:none}.cooldown-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:18px;text-shadow:2px 2px 0 #000,-1px -1px 0 #000;z-index:11;pointer-events:none}.equip-container{display:flex;flex-direction:column;align-items:center;margin-bottom:15px;background:#222;padding:10px;border-radius:5px;border:1px solid #444}.equip-row{display:flex;justify-content:center;gap:5px;margin-bottom:5px}.equip-slot{width:40px;height:40px;background:#111;border:2px inset #555;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.equip-slot:hover{border-color:#888}.equip-slot .placeholder{font-size:20px;opacity:.3;color:#fff}.equip-stats{font-size:12px;width:100%}.equip-stats .stat-line{display:flex;justify-content:space-between;padding:2px 0;border-bottom:1px solid #333}.mobile-menu-toggle{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:10px;width:40px;height:40px;background:#333;border:2px solid #666;border-radius:8px;color:#fff;font-size:24px;z-index:2000;cursor:pointer;transition:background .2s}.mobile-menu-toggle:hover{background:#555;border-color:#999}@media(max-width:768px){.mobile-menu-toggle{display:flex;justify-content:center;align-items:center;position:absolute;top:5px;right:5px;width:48px;height:48px;background:#333;border:2px solid #666;border-radius:8px;color:#fff;font-size:28px;z-index:2000;cursor:pointer}.menu-grid{display:none;grid-template-columns:1fr 1fr;gap:8px;top:50px;right:5px;background:#000c;padding:10px;border-radius:8px;border:1px solid #444;z-index:3000}.menu-grid.mobile-visible{display:grid}.menu-btn{width:60px;height:60px;flex-direction:column;justify-content:center;align-items:center}.menu-btn .icon{font-size:20px}.menu-btn .label{display:block;font-size:8px;margin-top:2px}.player-stats-panel{width:150px;top:5px;left:5px;gap:2px;z-index:2000!important}.stat-row{height:16px}.stat-row .bar-val{font-size:9px}.debug-info{left:auto;right:55px;top:5px;transform:none;border-radius:4px;font-size:10px}.hotbar-vertical{position:static;width:100%;height:100%;pointer-events:none;display:block}.hotbar-group{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px;pointer-events:auto}.hotbar-group.left{left:5px;right:auto}.hotbar-group.right{right:5px;left:auto}.hotbar-vertical .slot{width:60px;height:60px}.hotbar-vertical .slot .icon{font-size:30px}.chat-box{width:100%!important;left:0!important;bottom:0!important;height:120px;background:#11111173!important}.xp-container{z-index:1001;height:16px}.chat-box input{font-size:14px}.ui-window.centered{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:95vw;max-width:320px}.bag-grid{grid-template-columns:repeat(5,1fr)}.bag-slot{width:100%;aspect-ratio:1}.login-screen{overflow-y:auto!important;align-items:flex-start!important;padding:20px 10px!important}.login-screen>div{display:flex!important;flex-direction:column!important;max-width:100%!important;width:100%!important;gap:15px!important;padding:0!important}.login-screen .box{padding:20px!important;max-height:none!important;overflow-y:visible!important;flex-shrink:0!important}.login-screen .character-card{flex-direction:row!important;align-items:center!important;gap:10px!important}.login-screen .character-card button{width:auto!important;padding:8px 16px!important}.login-screen .box{width:calc(100% - 40px)!important;max-width:350px!important;padding:25px!important;margin:20px auto!important;box-sizing:border-box!important}.login-screen .box input{width:100%!important;box-sizing:border-box!important}.login-screen .box form{width:100%!important}}@media(max-height:500px)and (orientation:landscape){.hotbar-vertical{position:static!important;width:100%!important;height:100%!important;pointer-events:none!important;display:block!important}.hotbar-group{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;flex-direction:column!important;gap:2px!important;pointer-events:auto!important}.hotbar-group.left{left:5px!important;right:auto!important}.hotbar-group.right{right:5px!important;left:auto!important}.hotbar-vertical .slot{width:44px!important;height:44px!important}.hotbar-vertical .slot .icon{font-size:20px!important}.player-stats-panel{width:156px!important;top:2px!important;left:2px!important;z-index:2000!important}.stat-row{height:16px!important}.stat-row .bar-val{font-size:10px!important}.debug-info{font-size:9px!important;top:2px!important}.mobile-menu-toggle{width:42px!important;height:42px!important;font-size:24px!important}.chat-box{bottom:0!important;background:#11111173!important}.chat-box:not(.minimized){height:75vh!important}.chat-box .messages{background:#05050566!important}.menu-grid{grid-template-columns:1fr 1fr 1fr!important;max-height:80vh!important;overflow-y:auto!important}}@media(max-width:768px)and (orientation:portrait){.chat-box{background:#11111180!important}.chat-box:not(.minimized){height:75vh!important;max-height:calc(100vh - 100px)!important}.chat-box .messages{background:#05050566!important}}.invite-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000e6;border:2px solid #fd0;padding:20px;border-radius:8px;z-index:2000;text-align:center;box-shadow:0 0 20px #000c;min-width:300px}.invite-popup p{margin:0 0 20px;font-size:18px;color:#fff}.invite-popup button{padding:8px 20px;margin:0 10px;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:14px;transition:transform .1s}.invite-popup button:first-of-type{background:#282;color:#fff}.invite-popup button:last-of-type{background:#822;color:#fff}.invite-popup button:hover{transform:scale(1.05)}.fade-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;pointer-events:none;z-index:9998;animation:fadeFromBlack 3s ease-out forwards}@keyframes fadeFromBlack{0%{opacity:1}to{opacity:0}}@media(max-width:900px){.ui-window{max-width:98vw!important;max-height:90vh!important;overflow:hidden;display:flex;flex-direction:column}.window-content{overflow-y:auto;flex:1}.guild-content .actions{display:flex;flex-direction:column;gap:5px}.guild-content .actions input{width:100%!important}.guild-content .actions button{width:100%!important;margin-left:0!important}.guild-content .create-guild input,.guild-content .create-guild button{width:100%!important}.rank-window-content table{font-size:10px!important}.rank-window-content table th,.rank-window-content table td{padding:2px!important}.gm-content button,.gm-content input{font-size:11px!important;padding:6px!important}.gm-section{padding-bottom:5px!important}.equip-content .equip-container{transform:scale(.9);transform-origin:top center}}.joystick-container{position:fixed;bottom:50px;left:75px;display:flex!important}@media(min-width:1025px){.joystick-container{display:none!important}}@media(max-width:768px)and (orientation:portrait){.joystick-container{bottom:120px!important;left:40px!important}}
