*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:#313338;color:#f2f3f5;min-height:100vh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#root{min-height:100vh}a{color:#00a8fc;text-decoration:none}a:hover{text-decoration:underline}input,button,textarea{font:inherit}.app-layout{display:flex;height:100vh;overflow:hidden}.servers-bar{width:72px;background:#1e1f22;display:flex;flex-direction:column;align-items:center;padding-top:12px;gap:8px}.servers-bar .server-icon{width:48px;height:48px;border-radius:50%;background:#313338;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#23a559;font-weight:700;transition:border-radius .2s}.servers-bar .server-icon:hover,.servers-bar .server-icon.active{border-radius:16px;background:#5865f2;color:#fff}.channels-panel{width:240px;background:#2b2d31;display:flex;flex-direction:column;overflow:hidden}.channels-panel .server-name{padding:16px;font-weight:600;border-bottom:1px solid #1e1f22;color:#f2f3f5}.channels-panel .channels-list{flex:1;overflow-y:auto;padding:8px 0}.channel-item{padding:6px 12px;margin:0 8px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:8px;color:#b5bac1}.channel-item:hover{background:#383a40;color:#f2f3f5}.channel-item.active{background:#404249;color:#f2f3f5}.channel-item .icon{font-size:1.1rem}.chat-panel{flex:1;display:flex;flex-direction:column;background:#313338;min-width:0}.chat-header{padding:12px 16px;border-bottom:1px solid #1e1f22;display:flex;align-items:center;gap:8px}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:4px}.chat-input-area{padding:16px;border-top:1px solid #1e1f22}.chat-input-area textarea{width:100%;min-height:44px;max-height:200px;padding:12px 16px;border-radius:8px;background:#383a40;border:none;color:#f2f3f5;resize:none}.chat-input-area textarea::placeholder{color:#949ba4}.members-panel{width:240px;background:#2b2d31;overflow-y:auto;padding:12px}.member-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;color:#b5bac1}.member-row .avatar{width:32px;height:32px;border-radius:50%;background:#5865f2;display:flex;align-items:center;justify-content:center;font-size:14px}.message-row{display:flex;gap:16px;padding:4px 0}.message-row.message-highlight{background:#5865f226;border-radius:4px;margin:0 8px;padding:4px 8px;animation:message-highlight-fade 2s ease-out}@keyframes message-highlight-fade{0%{background:#5865f259}to{background:transparent}}.message-row .avatar{width:40px;height:40px;border-radius:50%;background:#5865f2;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:600}.message-row .body .author{font-weight:600;margin-right:8px}.message-row .body .time{font-size:12px;color:#949ba4}.message-row .body .content{margin-top:2px;white-space:pre-wrap;word-break:break-word}.message-row .body .attachments{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.message-row .body .attachments img{max-width:400px;max-height:300px;border-radius:4px}.message-row .body .attachments video{max-width:100%;max-height:320px;border-radius:4px}.link-preview-card:hover{background:#2b2d31;border-color:#404249}.pinned-banner{background:#2b2d31;padding:8px 16px;margin:0 16px 8px;border-radius:4px;display:flex;align-items:center;gap:8px;cursor:pointer;color:#b5bac1}.pinned-banner:hover{color:#f2f3f5}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#313338}.login-box{width:100%;max-width:400px;padding:32px;background:#2b2d31;border-radius:8px;box-shadow:0 8px 16px #0000004d}.login-box h1{margin:0 0 24px;text-align:center;font-size:1.5rem}.login-box input{width:100%;padding:12px;margin-bottom:12px;border-radius:4px;border:none;background:#1e1f22;color:#f2f3f5}.login-box button{width:100%;padding:12px;border:none;border-radius:4px;background:#5865f2;color:#fff;font-weight:600;cursor:pointer}.login-box button:hover{background:#4752c4}.login-box .toggle{margin-top:12px;text-align:center;color:#b5bac1;font-size:14px}.btn-secondary{background:#4e5058!important}.btn-secondary:hover{background:#5d5f66!important}.voice-panel{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#2b2d31;border-top:1px solid #1e1f22;gap:16px;flex-wrap:wrap}.voice-panel-left{display:flex;align-items:center;gap:12px}.voice-channel-name{font-weight:600;color:#f2f3f5}.voice-participants{display:flex;gap:8px;flex-wrap:wrap}.voice-participant{font-size:12px;color:#b5bac1;background:#383a40;padding:2px 8px;border-radius:4px}.voice-panel-controls{display:flex;align-items:center;gap:8px}.voice-btn{padding:8px 12px;border:none;border-radius:4px;background:#404249;color:#b5bac1;cursor:pointer;font-size:13px}.voice-btn:hover{background:#4e5058;color:#f2f3f5}.voice-btn.muted{background:#f23f42;color:#fff}.voice-btn.ptt-active{background:#23a559;color:#fff}.voice-btn.disconnect{background:#f23f42;color:#fff}.voice-btn.sharing{background:#23a559}.voice-quality-picker{display:flex;gap:4px}.voice-quality-picker button{padding:6px 10px;font-size:12px;border:none;border-radius:4px;background:#383a40;color:#b5bac1;cursor:pointer}.voice-quality-picker button.active{background:#5865f2;color:#fff}.voice-screen-preview{display:flex;align-items:center;gap:8px;font-size:12px;color:#949ba4}.voice-remote-screens{display:flex;gap:8px;flex-wrap:wrap;margin-left:8px}.voice-remote-screen{display:flex;flex-direction:column;align-items:center;font-size:11px;color:#949ba4}.voice-remote-screen video{background:#1e1f22}
