.chat-module__-9LyAa__container{background:var(--chat-page-bg);width:100vw;height:100dvh;color:var(--chat-page-fg);-webkit-text-size-adjust:100%;touch-action:manipulation;flex-direction:column;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:fixed;top:0;left:0;overflow:hidden}.chat-module__-9LyAa__joinScreen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:20px;display:flex}.chat-module__-9LyAa__title{background:linear-gradient(135deg,#667eea,#64d8cb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:700}.chat-module__-9LyAa__subtitle{color:#ffffffa6;text-align:center;max-width:320px;margin:0;font-size:1rem;line-height:1.55}.chat-module__-9LyAa__joinForm{flex-direction:column;gap:16px;width:100%;max-width:300px;display:flex}.chat-module__-9LyAa__nicknameInput{border:2px solid var(--chat-border);background:var(--chat-surface);color:var(--chat-page-fg);text-align:center;border-radius:12px;outline:none;padding:16px 20px;font-size:16px;transition:all .2s}.chat-module__-9LyAa__nicknameInput:focus{background:var(--chat-surface);border-color:#64d8cb}.chat-module__-9LyAa__nicknameInput::placeholder{color:var(--chat-placeholder)}.chat-module__-9LyAa__joinButton{color:var(--on-accent);cursor:pointer;background:linear-gradient(135deg,#667eea,#5a67d8);border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s}.chat-module__-9LyAa__joinButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea59}.chat-module__-9LyAa__backLink{color:var(--chat-muted);margin-top:20px;font-size:14px;text-decoration:none;transition:color .2s}.chat-module__-9LyAa__backLink:hover{color:var(--chat-page-fg)}.chat-module__-9LyAa__header{padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:#0000004d;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.chat-module__-9LyAa__headerLeft{align-items:center;gap:8px;display:flex}.chat-module__-9LyAa__roomName{font-size:16px;font-weight:600}.chat-module__-9LyAa__status{font-size:10px}.chat-module__-9LyAa__headerRight{align-items:center;gap:12px;display:flex}.chat-module__-9LyAa__userCount{color:#ffffffb3;font-size:13px}.chat-module__-9LyAa__myNickname{color:#7ee8dc;background:#64d8cb38;border-radius:12px;padding:4px 10px;font-size:13px}.chat-module__-9LyAa__onlineBar{background:#0003;border-bottom:1px solid #ffffff0d;flex-shrink:0;gap:8px;padding:8px 16px;display:flex;overflow-x:auto}.chat-module__-9LyAa__onlineUser{white-space:nowrap;color:#ffffffb3;background:#ffffff1a;border-radius:8px;padding:4px 8px;font-size:11px}.chat-module__-9LyAa__onlineUser.chat-module__-9LyAa__me{color:#a8f0e8;background:#64d8cb33}.chat-module__-9LyAa__messageList{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:8px;min-height:0;padding:16px;display:flex;overflow-y:auto}.chat-module__-9LyAa__message{word-break:break-word;border-radius:16px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.4}.chat-module__-9LyAa__myMessage{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;align-self:flex-end}.chat-module__-9LyAa__myMessage .chat-module__-9LyAa__messageNickname{display:none}.chat-module__-9LyAa__myMessage .chat-module__-9LyAa__messageText{color:#fff}.chat-module__-9LyAa__myMessage .chat-module__-9LyAa__messageTime{color:#fff9}.chat-module__-9LyAa__otherMessage{background:#ffffff1a;border-bottom-left-radius:4px;align-self:flex-start}.chat-module__-9LyAa__messageNickname{color:#a8f0e8;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.chat-module__-9LyAa__messageText{color:#ffffffe6}.chat-module__-9LyAa__messageTime{color:#fff6;text-align:right;margin-top:4px;font-size:10px;display:block}.chat-module__-9LyAa__systemMessage{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-self:center;max-width:100%;padding:6px 16px}.chat-module__-9LyAa__systemText{color:#ffffff80;font-size:12px}.chat-module__-9LyAa__inputArea{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#0006;border-top:1px solid #ffffff1a;flex-shrink:0;gap:8px;display:flex}.chat-module__-9LyAa__messageInput{border:1px solid var(--chat-border);background:var(--chat-surface);color:var(--chat-page-fg);border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:16px;transition:all .2s}.chat-module__-9LyAa__messageInput:focus{border-color:var(--chat-border);background:var(--chat-surface)}.chat-module__-9LyAa__messageInput::placeholder{color:var(--chat-placeholder)}.chat-module__-9LyAa__sendButton{color:var(--on-accent);cursor:pointer;background:linear-gradient(135deg,#667eea,#5a67d8);border:none;border-radius:24px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.chat-module__-9LyAa__sendButton:hover{transform:scale(1.02)}.chat-module__-9LyAa__sendButton:active{transform:scale(.98)}@media (max-width:480px){.chat-module__-9LyAa__title{font-size:2rem}.chat-module__-9LyAa__header{padding:10px 12px}.chat-module__-9LyAa__roomName{font-size:14px}.chat-module__-9LyAa__messageList{padding:12px}.chat-module__-9LyAa__message{max-width:90%;padding:8px 12px;font-size:13px}.chat-module__-9LyAa__inputArea{padding:10px 12px}.chat-module__-9LyAa__messageInput{padding:10px 14px;font-size:14px}.chat-module__-9LyAa__sendButton{padding:10px 16px}}
