: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}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select: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}button{background-color:#f9f9f9}}.chat-window{position:absolute;bottom:20px;left:20px;width:400px;height:250px;background-color:#0009;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:14px;pointer-events:auto;z-index:100}.chat-tabs{display:flex;background-color:#000c;border-bottom:1px solid rgba(255,255,255,.2)}.chat-tab{padding:5px 15px;color:#888;cursor:pointer;font-weight:700;border-right:1px solid rgba(255,255,255,.1)}.chat-tab:hover{color:#ddd;background-color:#ffffff1a}.chat-tab.active{color:#ffd100;background-color:#0009}.chat-messages{flex:1;overflow-y:auto;padding:10px;text-shadow:1px 1px 1px #000;scrollbar-width:thin;scrollbar-color:#555 #222}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#222}.chat-messages::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.chat-input-container{display:flex;align-items:center;background-color:#000c;padding:5px;border-top:1px solid rgba(255,255,255,.2)}.chat-prompt{color:#ccc;margin-right:5px;font-weight:700}.chat-input{flex:1;background:transparent;border:none;color:#fff;outline:none;font-family:inherit;font-size:inherit}input,textarea{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.friends-panel{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:280px;max-height:500px;background-color:#000000d9;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;z-index:100;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:14px;pointer-events:auto}.friends-panel-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#000c;border-bottom:1px solid rgba(255,255,255,.2);border-radius:8px 8px 0 0}.friends-panel-header h3{margin:0;font-size:16px;color:#ffd100}.friends-panel-close{background:transparent;border:none;color:#888;font-size:14px;cursor:pointer;padding:2px 6px;line-height:1}.friends-panel-close:hover{color:#fff}.friends-panel-tabs{display:flex;background-color:#000c;border-bottom:1px solid rgba(255,255,255,.2)}.friends-tab{flex:1;padding:5px 10px;color:#888;cursor:pointer;font-weight:700;text-align:center;font-size:13px}.friends-tab:first-child{border-right:1px solid rgba(255,255,255,.1)}.friends-tab:hover{color:#ddd;background-color:#ffffff1a}.friends-tab.active{color:#ffd100;background-color:#0009}.friends-panel-content{flex:1;overflow-y:auto;padding:8px;scrollbar-width:thin;scrollbar-color:#555 #222}.friends-panel-content::-webkit-scrollbar{width:6px}.friends-panel-content::-webkit-scrollbar-track{background:#222}.friends-panel-content::-webkit-scrollbar-thumb{background-color:#555;border-radius:3px}.friend-item{display:flex;align-items:center;padding:6px 8px;border-radius:4px;gap:8px}.friend-item:hover{background-color:#ffffff14}.online-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.online-dot.online{background-color:#4caf50;box-shadow:0 0 4px #4caf50}.online-dot.offline{background-color:#666}.friend-color-swatch{width:14px;height:14px;border-radius:3px;flex-shrink:0;border:1px solid rgba(255,255,255,.2)}.friend-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ddd;font-size:13px}.friend-remove-btn{background:transparent;border:none;color:#666;font-size:12px;cursor:pointer;padding:2px 6px;line-height:1;opacity:0;transition:opacity .15s}.friend-item:hover .friend-remove-btn{opacity:1}.friend-remove-btn:hover{color:#f44336}.friend-request-item{display:flex;align-items:center;padding:6px 8px;border-radius:4px;gap:8px}.friend-request-item:hover{background-color:#ffffff14}.friend-request-actions{display:flex;gap:4px;margin-left:auto}.friend-accept-btn{background-color:#4caf504d;border:1px solid rgba(76,175,80,.5);color:#4caf50;font-size:11px;padding:3px 8px;border-radius:4px;cursor:pointer}.friend-accept-btn:hover{background-color:#4caf5080;color:#fff}.friend-reject-btn{background-color:#f4433633;border:1px solid rgba(244,67,54,.4);color:#f44336;font-size:11px;padding:3px 8px;border-radius:4px;cursor:pointer}.friend-reject-btn:hover{background-color:#f4433666;color:#fff}.friends-empty{text-align:center;color:#666;padding:20px 10px;font-size:13px}.chat-sender-clickable{cursor:pointer;text-decoration:underline;text-decoration-style:dotted}.chat-sender-clickable:hover{text-decoration-style:solid;opacity:.8}.profile-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#1a1a2e;color:#fff;font-family:Segoe UI,sans-serif}.profile-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:40px;text-align:center;min-width:300px}.profile-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 16px}.profile-skin{color:#aaa;font-size:14px}.profile-add-friend{margin-top:16px;padding:8px 24px;background:#4a9eff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px}.profile-add-friend:hover{background:#3a8eef}.profile-add-friend:disabled{background:#666;cursor:default}.profile-error{color:#f44336;font-size:13px;margin-top:8px}
