*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Segoe UI,Roboto,sans-serif;background:#0f1117;color:#eef1f7}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit;background:#1c1f2b;border:1px solid #333850;color:#eef1f7;border-radius:8px;padding:8px 10px}.auth-screen{height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#2b2f4a,#0f1117 60%)}.auth-card{width:340px;background:#171a24;border:1px solid #2a2f42;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:8px;box-shadow:0 20px 60px #0006}.auth-card h1{margin:0 0 4px;font-size:26px}.auth-subtitle{margin:0 0 12px;color:#9aa1b8;font-size:14px}.auth-card label{font-size:13px;color:#9aa1b8;margin-top:6px}.auth-card button[type=submit]{margin-top:16px;background:linear-gradient(135deg,#6c5ce7,#341f97);color:#fff;border:none;padding:12px;border-radius:10px;font-weight:600;font-size:15px}.auth-error{color:#ff6b6b;font-size:13px;margin-top:4px}.auth-switch{margin-top:14px;font-size:13px;color:#9aa1b8;text-align:center}.link-btn{background:none;border:none;color:#7c8cff;padding:0;font-size:inherit}.loading-screen{height:100%;display:flex;align-items:center;justify-content:center;color:#9aa1b8;font-size:16px}.world-layout{height:100%;display:flex;flex-direction:column}.top-bar{height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#161925;border-bottom:1px solid #262b3d}.top-bar-logo{font-weight:700;font-size:18px}.top-bar-right{display:flex;align-items:center;gap:10px}.top-bar-profile{display:flex;align-items:center;gap:8px;background:#1f2333;border:1px solid #2a2f42;border-radius:20px;padding:4px 14px 4px 4px;color:#eef1f7;font-weight:600}.top-bar-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.top-bar-avatar-placeholder{background:#45495e;display:inline-block}.top-bar-logout{background:transparent;border:1px solid #333850;color:#9aa1b8;border-radius:20px;padding:8px 14px}.world-main{flex:1;display:flex;min-height:0}.world-map-area{flex:1;position:relative;display:flex;flex-direction:column;min-width:0}.world-sidebar{width:300px;flex-shrink:0;background:#12141c;border-left:1px solid #262b3d;padding:16px;overflow-y:auto}.game-canvas-wrapper{flex:1;position:relative;min-height:0}.game-canvas-wrapper canvas{display:block;width:100%;height:100%}.virtual-joystick{position:absolute;left:24px;bottom:24px;width:110px;height:110px;border-radius:50%;background:#ffffff14;border:2px solid rgba(255,255,255,.25);touch-action:none;z-index:5}.virtual-joystick-knob{position:absolute;top:50%;left:50%;width:46px;height:46px;border-radius:50%;background:#ffffff59;transform:translate(-50%,-50%);pointer-events:none}@media (min-width: 900px){.virtual-joystick{display:none}}.local-chat{flex-shrink:0;background:#161925;border-top:1px solid #262b3d;padding:8px 16px 12px}.local-chat-header{font-size:12px;color:#9aa1b8;margin-bottom:4px}.local-chat-messages{max-height:90px;overflow-y:auto;font-size:13px;margin-bottom:6px}.local-chat-line{padding:2px 0}.local-chat-form{display:flex;gap:8px}.local-chat-form input{flex:1}.local-chat-form button{background:#6c5ce7;border:none;color:#fff;border-radius:8px;padding:0 16px}.friends-panel h3{margin-top:0}.add-friend-form{display:flex;gap:6px;margin-bottom:6px}.add-friend-form input{flex:1}.add-friend-form button{background:#6c5ce7;border:none;color:#fff;border-radius:8px;padding:0 12px}.friends-message{font-size:12px;color:#9aa1b8;margin-bottom:10px}.friends-section{margin-top:16px}.friends-section h4{margin:0 0 8px;font-size:12px;text-transform:uppercase;color:#6f7591}.friends-empty{font-size:13px;color:#6f7591}.friend-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #1e2231;font-size:14px}.friend-name{cursor:pointer;flex:1}.friend-name:hover{text-decoration:underline}.friend-area{font-size:11px;color:#9aa1b8}.friend-pending{font-size:11px;color:#6f7591;margin-left:auto}.friend-row-actions{display:flex;gap:4px;margin-left:auto}.friend-row-actions button{background:#1f2333;border:1px solid #2a2f42;color:#eef1f7;border-radius:6px;width:26px;height:26px;font-size:12px}.status-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.status-dot.online{background:#2ecc71}.status-dot.offline{background:#555b73}.private-chat-window{position:fixed;right:320px;bottom:16px;width:280px;height:360px;background:#171a24;border:1px solid #2a2f42;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 10px 40px #00000080;z-index:20}.private-chat-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #262b3d;font-weight:600}.private-chat-messages{flex:1;overflow-y:auto;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.private-chat-line{align-self:flex-start;background:#1f2333;padding:6px 10px;border-radius:10px;font-size:13px;max-width:85%}.private-chat-line.own{align-self:flex-end;background:#6c5ce7}.private-chat-form{display:flex;gap:6px;padding:10px 12px;border-top:1px solid #262b3d}.private-chat-form input{flex:1}.private-chat-form button{background:#6c5ce7;border:none;color:#fff;border-radius:8px;padding:0 14px}@media (max-width: 900px){.private-chat-window{right:8px;left:8px;width:auto;bottom:90px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:30}.modal-card{width:340px;background:#171a24;border:1px solid #2a2f42;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:8px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:10px}.profile-avatar-preview{width:96px;height:96px;border-radius:50%;overflow:hidden;background:#1f2333;display:flex;align-items:center;justify-content:center;border:2px solid #2a2f42}.profile-avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{font-size:32px;color:#6f7591}.upload-btn{background:#1f2333;border:1px solid #2a2f42;color:#eef1f7;border-radius:8px;padding:8px 14px;font-size:13px}.modal-card label{font-size:13px;color:#9aa1b8;margin-top:4px}.modal-card button:not(.link-btn){margin-top:8px;background:#6c5ce7;border:none;color:#fff;padding:10px;border-radius:10px;font-weight:600}@media (max-width: 900px){.world-sidebar{display:none}}
