*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;background:#eef2f7;color:#2d3748;-webkit-font-smoothing:antialiased}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#a8e6cf,#88d8b0,#7dd3a8 60%,#5bb8d4)}.auth-card{background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;padding:40px;width:100%;max-width:400px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.6)}.auth-logo{text-align:center;margin-bottom:32px}.auth-logo-icon{font-size:48px;margin-bottom:8px}.auth-logo h1{font-size:24px;color:#5bb8d4;margin-bottom:4px}.auth-logo p{font-size:14px;color:#94a3b8}.auth-error{background:#fff0f0;color:#d32f2f;padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px;border:1px solid #fdd}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;color:#64748b;margin-bottom:6px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;transition:border-color .3s,box-shadow .3s;outline:none;background:#fffc}.form-group input:focus{border-color:#7dd3a8;box-shadow:0 0 0 3px #7dd3a826}.btn-primary{width:100%;padding:14px;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 4px 14px #7dd3a84d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7dd3a866}.btn-primary:disabled{background:linear-gradient(135deg,#c6e8d5,#b8d8e8);cursor:not-allowed;transform:none;box-shadow:none}.auth-link{text-align:center;margin-top:20px;font-size:14px;color:#94a3b8}.auth-link a{color:#5bb8d4;text-decoration:none;font-weight:600}.auth-link a:hover{text-decoration:underline}.chat-layout{display:flex;height:100vh;background:#eef2f7}.sidebar{width:320px;min-width:320px;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;border-right:1px solid rgba(226,232,240,.6)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff}.sidebar-header h2{font-size:18px;font-weight:700}.sidebar-header-actions{display:flex;gap:8px}.btn-icon{width:36px;height:36px;border-radius:50%;border:none;background:#ffffff40;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.btn-icon:hover{background:#fff6;transform:scale(1.05)}.btn-logout{font-size:16px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:12px 20px;background:#f8fafccc;border-bottom:1px solid rgba(226,232,240,.5);font-size:14px;font-weight:500;color:#64748b}.sidebar-user.clickable{cursor:pointer;transition:background .2s}.sidebar-user.clickable:hover{background:#edf2f7e6}.edit-hint{margin-left:auto;font-size:11px;color:#b0bec5}.my-profile-body{padding:8px 0}.my-profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:16px}.btn-avatar-change{background:#edf2f7cc;border:1px solid #e2e8f0;padding:6px 16px;border-radius:10px;font-size:13px;color:#64748b;cursor:pointer;transition:background .2s}.btn-avatar-change:hover{background:#e2e8f0e6}.profile-success-msg{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:10px;padding:8px 12px;font-size:13px;margin-bottom:12px;text-align:center}.avatar-small{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.btn-open-chats{display:block;width:calc(100% - 24px);margin:12px auto 0;padding:10px 16px;background:#d4f5e380;border:1px solid rgba(187,247,208,.6);border-radius:10px;color:#3d9970;font-size:14px;font-weight:600;cursor:pointer;text-align:left;transition:background .2s,transform .15s}.btn-open-chats:hover{background:#d4f5e3cc;transform:translate(2px)}.sidebar-nav-links{display:flex;gap:8px;padding:8px 12px 0}.btn-nav-link{flex:1;display:block;padding:7px 0;text-align:center;background:#f8fafccc;border:1px solid rgba(226,232,240,.6);border-radius:10px;color:#64748b;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.btn-nav-link:hover{background:#edf2f7e6;transform:translateY(-1px)}.room-list{flex:1;display:flex;flex-direction:column;overflow:hidden}.room-search{padding:12px}.room-search input{width:100%;padding:10px 14px;border:1px solid rgba(226,232,240,.6);border-radius:20px;font-size:14px;outline:none;background:#f8fafccc;transition:border-color .3s,background .3s,box-shadow .3s}.room-search input:focus{background:#fffffff2;border-color:#7dd3a8;box-shadow:0 0 0 3px #7dd3a81a}.room-items{flex:1;overflow-y:auto}.room-empty{padding:24px 20px;text-align:center;color:#94a3b8;font-size:14px}.room-item{display:flex;align-items:center;gap:12px;padding:14px 20px;cursor:pointer;transition:background .2s,transform .15s;border-bottom:1px solid rgba(241,245,249,.8)}.room-item:hover{background:#f1f5f9b3;transform:translate(2px)}.room-item.active{background:#d4f5e366;border-left:3px solid #7dd3a8}.room-item-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #7dd3a840}.room-item-info{flex:1;min-width:0}.room-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.room-item-name{font-size:15px;font-weight:600;color:#2d3748;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.open-badge{margin-right:4px;font-size:12px}.room-item-time{font-size:12px;color:#94a3b8;flex-shrink:0;margin-left:8px}.room-item-preview{font-size:13px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-panel{flex:1;display:flex;flex-direction:column;min-width:0}.no-room-selected{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.no-room-icon{font-size:64px;margin-bottom:16px}.no-room-selected h3{font-size:20px;color:#7dd3a8;margin-bottom:8px}.no-room-selected p{font-size:14px}.chat-room{flex:1;display:flex;flex-direction:column;height:100vh;background:#eef2f7}.chat-loading{flex:1;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:16px}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;box-shadow:0 2px 8px #0000000f}.chat-header-info h3{font-size:16px;font-weight:700}.chat-header-members{font-size:12px;opacity:.9}.chat-messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:4px;scroll-behavior:smooth;background:#eef2f7}.date-header{text-align:center;margin:16px 0 12px}.date-header span{background:#64748b1f;color:#64748b;padding:4px 14px;border-radius:12px;font-size:12px;font-weight:500}.system-message{text-align:center;color:#94a3b8;font-size:13px;padding:8px 0}.message-row{display:flex;gap:8px;margin-bottom:4px;max-width:75%}.message-row.own{align-self:flex-end;flex-direction:row-reverse}.message-row.other{align-self:flex-start}.message-avatar{width:36px;height:36px;border-radius:50%;background:#fffffff2;color:#7dd3a8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #0000000f;align-self:flex-end}.message-bubble-wrapper{display:flex;flex-direction:column}.message-username{font-size:12px;color:#64748b;margin-bottom:2px;padding-left:4px;font-weight:600}.message-bubble{padding:10px 14px;border-radius:18px;position:relative;box-shadow:0 2px 8px #0000000f;word-break:break-word}.message-bubble.own{background:#d4f5e3;color:#2d3748;border-bottom-right-radius:4px}.message-bubble.other{background:#fffffff2;color:#2d3748;border-bottom-left-radius:4px}.message-content{font-size:15px;line-height:1.5;white-space:pre-wrap}.message-time{font-size:11px;color:#94a3b8;margin-top:2px;padding:0 4px}.message-time.own{text-align:right}.message-time.other{text-align:left}.typing-indicator{color:#94a3b8;font-size:13px;padding:4px 8px;font-style:italic}.chat-input-area{display:flex;gap:8px;padding:12px 16px;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(226,232,240,.5)}.chat-input{flex:1;padding:12px 18px;border:1px solid rgba(226,232,240,.6);border-radius:24px;font-size:15px;outline:none;background:#ffffffe6;transition:border-color .3s,box-shadow .3s}.chat-input:focus{border-color:#7dd3a8;box-shadow:0 0 0 3px #7dd3a81f}.btn-attach{width:40px;height:40px;border-radius:50%;border:2px solid #d1d5db;background:#ffffffe6;color:#7dd3a8;font-size:22px;font-weight:700;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-attach:hover{border-color:#7dd3a8;background:#7dd3a81a}.btn-attach:disabled{opacity:.5;cursor:not-allowed}.chat-media-img{max-width:280px;max-height:300px;border-radius:12px;display:block;cursor:pointer}.chat-media-video{max-width:300px;max-height:250px;border-radius:12px;display:block}.btn-send{padding:12px 24px;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;border:none;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0;box-shadow:0 2px 8px #7dd3a84d}.btn-send:hover{transform:translateY(-1px);box-shadow:0 4px 14px #7dd3a866}.btn-send:disabled{background:linear-gradient(135deg,#c6e8d5,#b8d8e8);cursor:not-allowed;transform:none;box-shadow:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:24px;width:100%;max-width:440px;box-shadow:0 16px 48px #0000001a;border:1px solid rgba(255,255,255,.6);animation:slideUp .2s ease}.modal-large{max-width:560px;max-height:80vh;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h3{font-size:18px;font-weight:700;color:#2d3748}.btn-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9cc;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:background .2s,transform .2s}.btn-close:hover{background:#e2e8f0e6;transform:scale(1.1)}.modal-error{background:#fff0f0;color:#d32f2f;padding:10px 14px;border-radius:10px;margin-bottom:16px;font-size:14px;border:1px solid #fdd}.toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:400!important}.toggle-label input[type=checkbox]{width:18px;height:18px;accent-color:#7dd3a8}.toggle-text{font-size:15px;color:#2d3748}.form-help{font-size:12px;color:#94a3b8;margin-top:6px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.btn-secondary{padding:10px 20px;background:#f1f5f9cc;color:#64748b;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.btn-secondary:hover{background:#e2e8f0e6;transform:translateY(-1px)}.modal-actions .btn-primary{width:auto;padding:10px 24px;font-size:14px}.open-chats-list{flex:1;overflow-y:auto}.open-chats-loading,.open-chats-empty{padding:40px 20px;text-align:center;color:#94a3b8;font-size:14px}.open-chat-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(241,245,249,.8);transition:transform .15s}.open-chat-item:hover{transform:translate(2px)}.open-chat-item:last-child{border-bottom:none}.open-chat-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #7dd3a840}.open-chat-info{flex:1;min-width:0}.open-chat-name{font-size:15px;font-weight:600;color:#2d3748;margin-bottom:2px}.open-chat-meta{font-size:13px;color:#94a3b8}.open-chat-action{flex-shrink:0}.btn-join{padding:8px 20px;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;border:none;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #7dd3a840}.btn-join:hover{transform:translateY(-1px);box-shadow:0 4px 14px #7dd3a859}.btn-join:disabled{background:linear-gradient(135deg,#c6e8d5,#b8d8e8);cursor:not-allowed;transform:none;box-shadow:none}.joined-badge{padding:8px 16px;background:#f1f5f9cc;color:#94a3b8;border-radius:20px;font-size:13px;font-weight:600}.profile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}.profile-modal{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:24px;width:100%;max-width:360px;box-shadow:0 16px 48px #0000001a;border:1px solid rgba(255,255,255,.6);animation:slideUp .2s ease}.profile-loading{text-align:center;padding:32px 0;color:#94a3b8;font-size:14px}.profile-body{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-avatar-large{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#7dd3a8,#5bb8d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;flex-shrink:0;overflow:hidden;box-shadow:0 4px 16px #7dd3a84d}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-info{text-align:center;width:100%}.profile-username{font-size:20px;font-weight:700;color:#2d3748;margin-bottom:8px}.profile-bio{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:12px;white-space:pre-wrap;word-break:break-word}.profile-joined{font-size:13px;color:#94a3b8}.profile-actions{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:8px;width:100%}.btn-dm{padding:8px 20px;background:linear-gradient(135deg,#a78bfa,#7dd3fc);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #a78bfa40}.btn-dm:hover{transform:translateY(-1px);box-shadow:0 4px 14px #a78bfa59}.btn-dm:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.dm-badge{display:inline-block;background:linear-gradient(135deg,#a78bfa,#7dd3fc);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:6px;margin-right:6px;vertical-align:middle;line-height:1.4}.btn-block{margin-top:0;padding:8px 20px;background:#f1f5f9cc;color:#94a3b8;border:1px solid rgba(226,232,240,.6);border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.btn-block:hover{background:#fff0f0;color:#d32f2f;border-color:#fdd}.btn-block:disabled{cursor:not-allowed;opacity:.6}.btn-unblock{margin-top:0;padding:8px 20px;background:#fff0f0;color:#d32f2f;border:1px solid #fdd;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.btn-unblock:hover{background:#f1f5f9cc;color:#64748b;border-color:#e2e8f099}.btn-unblock:disabled{cursor:not-allowed;opacity:.6}.message-avatar.clickable{cursor:pointer;transition:opacity .2s,transform .2s}.message-avatar.clickable:hover{opacity:.85;transform:scale(1.05)}.message-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.load-more-btn{display:block;margin:12px auto;padding:8px 24px;background:#7dd3a826;color:#3d9970;border:1px solid rgba(125,211,168,.4);border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.load-more-btn:hover{background:#7dd3a84d;transform:translateY(-1px)}.load-more-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-older{text-align:center;padding:8px 0;color:#94a3b8;font-size:13px;font-style:italic}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000002e}@media (max-width: 768px){.sidebar{width:100%;min-width:unset;position:absolute;z-index:10;height:100vh}.main-panel{width:100%}.message-row{max-width:85%}.auth-card{margin:16px}}
