*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #185fa5;--primary-light: #e6f1fb;--danger: #a32d2d;--success: #3b6d11;--text: #1f2329;--text-secondary: #6b7280;--border: #e5e7eb;--bg: #f5f7fa;--surface: #ffffff;--radius: 10px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.6}#app{min-height:100vh}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:14px;transition:all .15s}.btn:hover{border-color:var(--primary);color:var(--primary)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{opacity:.9;color:#fff}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-danger:hover{opacity:.9;color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;outline:none;transition:border-color .15s}.input:focus{border-color:var(--primary)}.auth-card{max-width:380px;margin:8vh auto;background:var(--surface);border-radius:14px;padding:32px;box-shadow:0 4px 20px #0000000f}.settings-wrap{max-width:460px;margin:24px auto;padding:0 16px}.settings-wrap h1{font-size:22px;margin-bottom:16px}.settings-wrap .auth-card{width:100%;max-width:460px;margin:0 0 16px}.auth-card h1{font-size:20px;margin-bottom:4px}.auth-card .sub{color:var(--text-secondary);margin-bottom:20px}.form-item{margin-bottom:14px}.form-item label{display:block;font-size:13px;color:var(--text-secondary);margin-bottom:5px}.form-item .input{margin-bottom:0}.error-text{color:var(--danger);font-size:13px;margin-top:8px;min-height:18px}.captcha-row{display:flex;gap:8px;align-items:stretch}.captcha-row .input{flex:1}.captcha-img{height:40px;width:120px;border-radius:8px;border:1px solid var(--border);cursor:pointer;background:#f0f0f0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.topbar .brand{font-size:18px;font-weight:600;color:var(--primary);cursor:pointer}.topbar .right{display:flex;align-items:center;gap:12px}.container{max-width:1080px;margin:0 auto;padding:24px}.room-toolbar{display:flex;gap:12px;margin-bottom:20px;align-items:center}.room-toolbar .input{width:260px}.room-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.room-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;cursor:pointer;transition:all .15s}.room-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.room-card .name{font-size:16px;font-weight:600;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center}.room-card .meta{color:var(--text-secondary);font-size:13px}.badge-private{font-size:11px;padding:2px 8px;border-radius:10px;background:#fdf0e0;color:#b45309}.badge-unread{font-size:11px;padding:2px 8px;border-radius:10px;background:#e23c3c;color:#fff}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:100;animation:mask-in .15s ease-out}@keyframes mask-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border-radius:16px;padding:24px;width:400px;max-width:92vw;box-shadow:0 20px 60px #0003;animation:modal-in .18s ease-out}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal h2{font-size:17px;margin-bottom:16px}.modal .actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-head h2{margin-bottom:0;font-size:17px}.modal-close{width:28px;height:28px;border-radius:50%;border:none;background:var(--bg);color:var(--text-secondary);font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.modal-close:hover{background:var(--border);color:var(--text)}.audio-modal{width:460px}.audio-setting{display:flex;flex-direction:column;gap:10px}.setting-row{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--bg);transition:border-color .15s}.setting-row:hover{border-color:var(--primary)}.setting-icon{width:40px;height:40px;border-radius:10px;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.setting-main{flex:1;min-width:0}.setting-label{font-size:14px;font-weight:600;color:var(--text)}.setting-desc{font-size:12px;color:var(--text-secondary);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.setting-select{max-width:180px;padding:6px 10px;font-size:13px;flex-shrink:0}.room-layout{display:flex;flex-direction:column;height:100vh}.room-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:var(--surface);border-bottom:1px solid var(--border)}.room-topbar .title{font-size:16px;font-weight:600}.room-topbar .info{color:var(--text-secondary);font-size:13px;margin-left:10px}.share-area{height:0;transition:height .2s;overflow:hidden;background:#0f1115;display:flex;align-items:center;justify-content:center;position:relative}.share-area.active{height:30vh;min-height:220px;max-height:480px}.share-area video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.room-body{flex:1;display:flex;min-height:0}.member-panel{width:280px;border-right:1px solid var(--border);background:var(--surface);overflow-y:auto;padding:12px}.member-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;margin-bottom:6px}.member-section{font-size:12px;color:var(--text-secondary);margin:10px 0 4px}.member-actions{display:flex;align-items:center;gap:6px}.member-item:hover{background:var(--bg)}.member-item .left{display:flex;align-items:center;gap:8px;min-width:0}.member-item .nick{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.state-icon{width:14px;font-size:12px;text-align:center}.volume-box{display:flex;align-items:center;gap:4px;width:130px}.volume-box input{width:88px}.vol-val{font-size:11px;color:var(--text-secondary);min-width:32px;text-align:right}.chat-panel{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--surface)}.chat-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.event-toast{position:sticky;top:0;align-self:center;background:#000000a6;color:#fff;font-size:12px;padding:4px 12px;border-radius:999px;display:flex;flex-direction:column;gap:2px;z-index:1;animation:event-fade .2s ease-in}@keyframes event-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.msg-system{text-align:center;color:var(--text-secondary);font-size:12px}.msg-row{display:flex;flex-direction:column;align-items:flex-start}.msg-row.own{align-items:flex-end}.msg-head{font-size:12px;color:var(--text-secondary);display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.msg-row.own .msg-head{flex-direction:row-reverse}.msg-head .name{color:var(--text);font-weight:500;margin-right:0}.msg-body{background:var(--bg);border-radius:10px;padding:8px 12px;max-width:70%;word-break:break-word}.msg-row.own .msg-body{background:var(--primary);color:#fff;border-top-right-radius:2px}.msg-row.own .msg-img{background:#fff;padding:3px}.msg-img{display:block;max-width:220px;max-height:200px;border-radius:8px;object-fit:contain;cursor:zoom-in}.msg-img:hover{opacity:.92}.emoji-panel{position:absolute;bottom:52px;left:0;width:300px;max-height:180px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 18px #0000001f;padding:10px;display:grid;grid-template-columns:repeat(8,1fr);gap:4px;z-index:20}.emoji-btn{font-size:18px;background:none;border:none;border-radius:6px;padding:4px 2px;line-height:1}.emoji-btn:hover{background:var(--bg)}.chat-input{display:flex;gap:10px;padding:12px 16px;border-top:1px solid var(--border)}.chat-input .input{flex:1}.voice-bar{display:flex;align-items:center;gap:16px;padding:12px 20px;background:var(--surface);border-top:1px solid var(--border);flex-wrap:wrap}.voice-bar .sep{width:1px;height:24px;background:var(--border)}.voice-bar .ctrl{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary)}.voice-bar input[type=range]{width:90px}.ptt-hint{font-size:12px;color:var(--text-secondary)}.viz-bar{display:flex;align-items:flex-end;gap:3px;height:42px;padding:6px 20px 0;background:var(--surface)}.viz-bar-item{flex:1;min-height:8px;max-height:36px;border-radius:2px;background:linear-gradient(180deg,var(--primary),#7dd3fc);transition:height .08s ease-out}.reply-btn{display:none;margin-left:8px;font-size:11px;color:var(--primary);background:none;border:none;cursor:pointer;padding:0 4px}.msg-row:hover .reply-btn{display:inline}.reply-quote{background:var(--bg);border-left:3px solid var(--primary);border-radius:4px;padding:4px 8px;margin-bottom:6px;font-size:12px;cursor:pointer;max-width:100%;word-break:break-all}.reply-quote-text{color:var(--text-secondary)}.reply-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--bg);border-radius:8px;padding:6px 10px;margin-bottom:6px;font-size:12px;color:var(--text-secondary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mention-panel{position:absolute;bottom:110%;left:0;z-index:20;width:160px;max-height:200px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 20px #0000001f}.mention-item{padding:8px 12px;font-size:13px;cursor:pointer}.mention-item:hover{background:var(--bg)}.pending-imgs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.pending-img{position:relative;width:64px;height:64px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--bg)}.pending-img img{width:100%;height:100%;object-fit:cover}.pending-img-del{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#0000008c;color:#fff;font-size:10px;line-height:1;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.pending-img-del:hover{background:#000c}.chat-textarea{flex:1;min-width:0;resize:none;min-height:38px;max-height:120px;padding:9px 12px;border-radius:10px;border:1px solid var(--border);background:var(--bg);font-family:inherit;font-size:14px;line-height:1.5;color:var(--text);outline:none;transition:border-color .15s}.chat-textarea:focus{border-color:var(--primary)}.mode-toggle{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.mode-toggle button{border:none;background:var(--surface);padding:6px 12px;font-size:13px}.mode-toggle button.active{background:var(--primary);color:#fff}@media(max-width:768px){.topbar{flex-wrap:wrap;gap:8px;padding:10px 14px}.topbar .right{gap:6px;flex-wrap:wrap}.container{padding:16px 14px}.room-toolbar{flex-wrap:wrap}.room-body{flex-direction:column}.member-panel{width:100%;max-height:130px;border-right:none;border-bottom:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto}.member-panel>div{width:100%}.member-item{padding:6px 8px}.volume-box{width:70px}.room-topbar{flex-wrap:wrap;gap:6px;padding:8px 12px}.room-topbar .info{margin-left:0;width:100%}.share-area.active{height:180px}.voice-bar{gap:10px;padding:10px 12px}.voice-bar .sep{display:none}.voice-bar input[type=range]{width:64px}.chat-input{gap:6px;padding:8px}.chat-input .input{min-width:0}.viz-bar{height:32px;padding:4px 12px 0}.auth-card{padding:20px;margin:4vh auto}.msg-body{max-width:85%}}.switch{position:relative;width:44px;height:24px;border-radius:999px;border:none;background:var(--border);cursor:pointer;transition:background .2s;flex-shrink:0;padding:0}.switch.on{background:var(--primary)}.switch:disabled{opacity:.4;cursor:not-allowed}.switch-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:left .2s}.switch.on .switch-knob{left:23px}.msg-img{cursor:zoom-in}.lightbox-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:200;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none}.lightbox-img{max-width:none;max-height:none;object-fit:contain;border-radius:4px;cursor:grab;transition:transform .06s ease-out;box-shadow:0 10px 50px #0009;will-change:transform}.lightbox-img:active{cursor:grabbing}.lightbox-close{position:absolute;top:18px;right:22px;width:38px;height:38px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-close:hover{background:#ffffff4d}.lightbox-hint{position:absolute;bottom:16px;left:50%;transform:translate(-50%);color:#ffffffa6;font-size:12px;background:#0006;padding:6px 14px;border-radius:999px;pointer-events:none}.room-layout{--bg: #1e1e1e;--surface: #2b2d31;--surface-2: #1e1f23;--border: #3a3c41;--text: #dcddde;--text-secondary: #949ba4;--primary: #5865f2;--danger: #ed4245;--success: #3ba55d;background:var(--bg);color:var(--text)}.room-layout .room-topbar{background:var(--surface);border-bottom:1px solid var(--border);color:var(--text)}.room-layout .room-topbar .info{color:var(--text-secondary)}.room-layout .member-panel{background:var(--surface);border-right:1px solid var(--border);color:var(--text)}.room-layout .member-item{color:var(--text)}.room-layout .member-item:hover{background:#ffffff0a}.room-layout .member-section,.room-layout .vol-val{color:var(--text-secondary)}.room-layout .chat-panel{background:var(--surface-2);color:var(--text)}.room-layout .chat-list{padding:12px 16px 16px;gap:4px}.room-layout .event-toast{background:#5865f21f;color:var(--text);border-radius:6px}.room-layout .msg-system{color:var(--text-secondary)}.room-layout .chat-list>.btn{background:var(--surface);color:var(--text);border:1px solid var(--border)}.room-layout .chat-list>.btn:hover{background:var(--surface-2)}.room-layout .voice-bar{background:var(--surface);border-top:1px solid var(--border)}.room-layout .voice-bar .ctrl{color:var(--text-secondary)}.room-layout .voice-bar .sep{background:var(--border)}.room-layout .viz-bar{background:var(--surface)}.room-layout .mode-toggle{border-color:var(--border)}.room-layout .mode-toggle button{color:var(--text)}.room-layout .mode-toggle button.active{background:var(--primary);color:#fff}.room-layout .ptt-hint{color:var(--text-secondary)}.room-layout .share-area{background:#0f1115}.room-layout .share-area video{background:#0f1115}.room-layout .msg-row.discord{display:flex;align-items:flex-start;gap:14px;padding:4px 12px;border-radius:6px;position:relative;margin-top:6px}.room-layout .msg-row.discord:hover{background:#ffffff08}.room-layout .msg-row.discord.own{background:transparent}.room-layout .msg-row.discord.hover{background:#ffffff0d}.room-layout .msg-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;flex-shrink:0;margin-top:2px;overflow:hidden}.room-layout .msg-avatar img{width:100%;height:100%;object-fit:cover}.room-layout .msg-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.room-layout .msg-meta{display:flex;align-items:baseline;gap:8px;line-height:1.3}.room-layout .msg-name{color:#ed4245;font-weight:600;font-size:15px}.room-layout .msg-name.own{color:#ed4245}.room-layout .msg-time{color:var(--text-secondary);font-size:11px}.room-layout .msg-content{color:var(--text);font-size:14px;line-height:1.55;word-break:break-word}.room-layout .msg-content .msg-text{white-space:pre-wrap}.room-layout .msg-content .msg-img{display:block;max-width:360px;max-height:320px;border-radius:8px;margin-top:4px}.room-layout .msg-reply-quote{display:inline-flex;align-items:center;gap:6px;background:#0003;border-left:3px solid var(--primary);border-radius:4px;padding:4px 8px;margin-top:2px;font-size:12px;cursor:pointer;max-width:100%}.room-layout .msg-reply-quote .reply-name{color:var(--text-secondary);font-weight:500}.room-layout .msg-reply-quote .reply-text{color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.room-layout .date-divider{display:flex;align-items:center;gap:12px;margin:14px 6px 6px;color:var(--text-secondary);font-size:12px}.room-layout .date-divider:before,.room-layout .date-divider:after{content:"";flex:1;height:1px;background:var(--border)}.room-layout .msg-row.discord.own{flex-direction:row-reverse}.room-layout .msg-row.discord.own .msg-main{align-items:flex-end}.room-layout .msg-row.discord.own .msg-meta{flex-direction:row-reverse}.room-layout .msg-row.discord.own .msg-content,.room-layout .msg-row.discord.own .msg-content .msg-text{text-align:right}.room-layout .msg-row.discord.own .msg-content .msg-img{margin-left:auto;margin-right:0}.room-layout .msg-row.discord.own .msg-reply-quote{margin-left:auto;margin-right:0;text-align:left}.room-layout .msg-reply-btn{background:none;border:none;color:var(--text-secondary);font-size:12px;cursor:pointer;padding:0 4px;opacity:0;transition:opacity .12s,color .12s}.room-layout .msg-row.discord:hover .msg-reply-btn{opacity:1}.room-layout .msg-reply-btn:hover{color:var(--text);text-decoration:underline}.room-layout .msg-content .msg-video{display:block;max-width:360px;max-height:320px;border-radius:8px;background:#000;margin-top:4px}.pending-img.is-video{width:120px;height:auto;min-height:72px}.pending-video{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%;padding:10px 8px;background:var(--bg)}.pending-video-icon{font-size:22px}.pending-video-name{font-size:11px;color:var(--text-secondary);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.perm-modes{display:flex;gap:8px;flex-wrap:wrap}.perm-mode{font-size:13px;padding:6px 14px}.perm-users{margin-top:12px;border-top:1px dashed var(--border);padding-top:12px}.perm-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.perm-chip{display:inline-flex;align-items:center;gap:6px;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:3px 10px;font-size:12px}.perm-chip button{background:none;border:none;cursor:pointer;color:var(--text-secondary);font-size:11px;padding:0}.perm-chip button:hover{color:var(--danger)}.perm-empty{font-size:12px;color:var(--text-secondary)}.perm-search{display:flex;gap:8px}.perm-search .input{flex:1}.perm-results{margin-top:8px;display:flex;flex-direction:column;gap:6px;max-height:160px;overflow-y:auto}.perm-result{text-align:left;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;font-size:13px}.perm-result:hover{border-color:var(--primary)}.media-denied{display:inline-block;background:#ed42451a;color:var(--text-secondary);border:1px dashed var(--border);border-radius:8px;padding:8px 12px;font-size:13px;margin-top:4px}.media-download{display:block;background:none;border:none;color:var(--primary);font-size:12px;cursor:pointer;padding:4px 0 0}.media-download:hover{text-decoration:underline}.lightbox-download{position:absolute;top:18px;right:74px;padding:8px 16px;border-radius:8px;border:none;background:var(--primary);color:#fff;font-size:13px;cursor:pointer;transition:background .15s}.lightbox-download:hover{background:#4752c4}.room-layout .msg-img,.room-layout .msg-video,.lightbox-img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.room-layout .msg-video{pointer-events:auto}.media-loading{display:inline-block;color:var(--text-secondary);font-size:12px;padding:8px 12px;margin-top:4px;background:#ffffff08;border-radius:6px;min-height:40px;line-height:24px}.diag-bar{background:#7f1d1d;color:#fecaca;font-size:12px;padding:6px 16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;z-index:50}.join-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:300;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#fff;font-size:14px}.join-spinner{width:34px;height:34px;border:3px solid rgba(255,255,255,.25);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.room-layout .voice-bar{flex-wrap:wrap;gap:8px;padding:8px 10px}.room-layout .voice-bar .ctrl{flex-wrap:wrap;gap:4px;font-size:11px}.room-layout .voice-bar .ctrl input[type=range]{width:56px}.room-layout .voice-bar .ctrl span{min-width:34px}.room-layout .voice-bar .btn,.room-layout .voice-bar .mode-toggle button{font-size:12px;padding:6px 10px}.room-layout .ptt-hint{width:100%;font-size:11px;text-align:center}.room-layout .member-panel{max-height:150px;padding:8px 10px}.room-layout .member-item{padding:5px 6px;font-size:13px}.room-layout .member-item .volume-box{width:60px}.room-layout .member-section{font-size:12px;padding:4px 2px}.room-layout .member-panel .btn{font-size:11px;padding:2px 6px}.room-layout .room-topbar{padding:8px 10px;gap:6px}.room-layout .room-topbar .title{font-size:15px}.room-layout .room-topbar .info{font-size:11px;line-height:1.5}.room-layout .room-topbar .btn{font-size:12px;padding:5px 10px}.room-layout .chat-list{padding:8px 6px 12px}.room-layout .msg-row.discord{gap:10px;padding:3px 8px;margin-top:4px}.room-layout .msg-avatar{width:32px;height:32px;font-size:13px}.room-layout .msg-name{font-size:14px}.room-layout .msg-time{font-size:10px}.room-layout .msg-content{font-size:14px}.room-layout .msg-content .msg-img{max-width:100%;max-height:240px}.room-layout .msg-content .msg-video{max-width:100%;max-height:220px}.room-layout .msg-reply-quote .reply-text{max-width:160px}.room-layout .date-divider{font-size:11px;margin:10px 2px 4px}.room-layout .chat-input{padding:8px;gap:6px}.room-layout .chat-input .btn{font-size:14px;padding:6px 8px}.room-layout .chat-input .input{font-size:14px}.room-layout .chat-input .send-btn{font-size:13px;padding:6px 12px}.room-layout .pending-imgs{grid-template-columns:repeat(3,1fr);gap:6px;padding:6px 8px}.room-layout .pending-img{width:100%;height:80px}.room-layout .pending-video-name{max-width:80px;font-size:10px}.room-layout .modal-overlay .modal{width:94vw;max-width:94vw;max-height:88vh;overflow-y:auto}.room-layout .modal-overlay .setting-row{gap:10px}.room-layout .modal-overlay .setting-icon{font-size:18px}.room-layout .modal-overlay .setting-label{font-size:14px}.room-layout .modal-overlay .setting-desc{font-size:11px}.room-layout .viz-bar{height:26px;padding:3px 10px 0;gap:2px}.room-layout .viz-bar-item{min-height:4px;max-height:22px}.room-layout .event-toast{font-size:11px;padding:4px 8px}.room-layout .msg-system{font-size:11px;margin:4px 0}.lightbox-close{top:12px;right:12px;width:32px;height:32px;font-size:14px}.lightbox-hint{font-size:10px;padding:4px 10px;bottom:10px}.home .room-card{padding:10px 12px}}@media(max-width:480px){.room-layout .voice-bar .ctrl,.room-layout .voice-bar .sep{display:none}.room-layout .msg-avatar{width:28px;height:28px;font-size:12px}.room-layout .msg-row.discord{gap:8px}.room-layout .member-panel{max-height:120px}.room-layout .pending-imgs{grid-template-columns:repeat(3,1fr)}}.is-mobile .room-layout{--bg: #1e1e1e;--surface: #2b2d31;--surface-2: #1e1f23;--border: #3a3c41;--text: #dcddde;--text-secondary: #949ba4;--primary: #5865f2;--danger: #ed4245}.is-mobile .room-layout .room-body{flex-direction:column!important}.is-mobile .room-layout .member-panel{width:100%!important;max-width:100%!important;max-height:150px!important;border-right:none!important;border-bottom:1px solid var(--border);padding:8px 10px!important;overflow-y:auto;flex-shrink:0}.is-mobile .room-layout .member-item{padding:5px 6px;font-size:13px}.is-mobile .room-layout .member-item .volume-box{width:60px}.is-mobile .room-layout .member-section{font-size:12px;padding:4px 2px}.is-mobile .room-layout .member-panel .btn{font-size:11px;padding:2px 6px}.is-mobile .room-layout .voice-bar{flex-wrap:wrap!important;gap:8px;padding:8px 10px}.is-mobile .room-layout .voice-bar .ctrl{display:none!important}.is-mobile .room-layout .voice-bar .sep{display:none}.is-mobile .room-layout .voice-bar .btn,.is-mobile .room-layout .voice-bar .mode-toggle button{font-size:12px;padding:6px 10px}.is-mobile .room-layout .voice-bar .ptt-hint{width:100%;font-size:11px;text-align:center}.is-mobile .room-layout .room-topbar{flex-wrap:wrap!important;padding:8px 10px;gap:6px}.is-mobile .room-layout .room-topbar .title{font-size:15px}.is-mobile .room-layout .room-topbar .info{font-size:11px;line-height:1.5;width:100%;margin-left:0}.is-mobile .room-layout .room-topbar .btn{font-size:12px;padding:5px 10px}.is-mobile .room-layout .share-area.active{height:30vh!important;min-height:180px;max-height:360px}.is-mobile .room-layout .chat-list{padding:8px 6px 12px}.is-mobile .room-layout .msg-row.discord{gap:10px;padding:3px 8px;margin-top:4px}.is-mobile .room-layout .msg-avatar{width:32px;height:32px;font-size:13px}.is-mobile .room-layout .msg-name{font-size:14px}.is-mobile .room-layout .msg-time{font-size:10px}.is-mobile .room-layout .msg-content{font-size:14px}.is-mobile .room-layout .msg-content .msg-img{max-width:100%;max-height:240px}.is-mobile .room-layout .msg-content .msg-video{max-width:100%;max-height:220px}.is-mobile .room-layout .msg-reply-quote .reply-text{max-width:160px}.is-mobile .room-layout .date-divider{font-size:11px;margin:10px 2px 4px}.is-mobile .room-layout .chat-input{padding:8px;gap:6px}.is-mobile .room-layout .chat-input .btn{font-size:14px;padding:6px 8px}.is-mobile .room-layout .chat-input .input{font-size:14px}.is-mobile .room-layout .chat-input .send-btn{font-size:13px;padding:6px 12px}.is-mobile .room-layout .pending-imgs{grid-template-columns:repeat(3,1fr);gap:6px;padding:6px 8px}.is-mobile .room-layout .pending-img{width:100%;height:80px}.is-mobile .room-layout .pending-video-name{max-width:80px;font-size:10px}.is-mobile .room-layout .modal-overlay .modal{width:94vw;max-width:94vw;max-height:88vh;overflow-y:auto}.is-mobile .room-layout .viz-bar{height:26px;padding:3px 10px 0;gap:2px}.is-mobile .room-layout .viz-bar-item{min-height:4px;max-height:22px}.is-mobile .room-layout .event-toast{font-size:11px;padding:4px 8px}.is-mobile .room-layout .msg-system{font-size:11px;margin:4px 0}.is-mobile .room-layout .room-topbar .btn-danger{padding:5px 8px}.is-mobile .room-layout{height:100dvh}.is-mobile .room-layout .room-body{flex:1 1 auto;min-height:0;overflow:hidden}.is-mobile .room-layout .chat-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.is-mobile .room-layout .chat-list{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.is-mobile .room-layout .chat-input{flex-shrink:0;border-top:1px solid var(--border)}.is-mobile .room-layout .voice-bar{flex-shrink:0}.is-mobile .room-layout .room-topbar{padding-top:max(8px,env(safe-area-inset-top))}.is-mobile .room-layout .voice-bar{padding-bottom:max(8px,env(safe-area-inset-bottom))}.room-layout .member-item{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;transition:background .15s}.room-layout .member-item:hover{background:#ffffff0d}.room-layout .member-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0;overflow:hidden}.room-layout .member-avatar img{width:100%;height:100%;object-fit:cover}.room-layout .member-main{flex:1;min-width:0}.room-layout .member-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.room-layout .member-top .nick{font-size:14px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-layout .member-top .volume-box{display:flex;align-items:center;gap:4px;flex-shrink:0}.room-layout .member-top .volume-box input[type=range]{width:70px;height:4px;accent-color:var(--primary)}.room-layout .member-top .vol-val{font-size:11px;color:var(--text-secondary);min-width:32px;text-align:right}.room-layout .member-item .kick-btn{font-size:11px;padding:2px 8px;color:var(--danger);flex-shrink:0;opacity:0;transition:opacity .15s}.room-layout .member-item:hover .kick-btn{opacity:1}.is-mobile .room-layout .member-avatar{width:32px;height:32px;font-size:13px}.is-mobile .room-layout .member-top{flex-wrap:nowrap}.is-mobile .room-layout .member-top .volume-box input[type=range]{width:52px}.is-mobile .room-layout .member-item .kick-btn{opacity:1}.site-footer{text-align:center;padding:10px 16px;font-size:12px;color:var(--text-secondary);background:var(--surface);border-top:1px solid var(--border)}.site-footer a{color:var(--text-secondary);text-decoration:none}.site-footer a:hover{color:var(--text);text-decoration:underline}.home,.login-page,.register-page,.forgot-page,.settings,.admin{min-height:100vh;display:flex;flex-direction:column}.home>.topbar,.login-page>.topbar,.register-page>.topbar,.forgot-page>.topbar,.settings>.topbar,.admin>.topbar{flex-shrink:0}.settings-wrap,.auth-card,.home-wrap{flex:1}.room-layout .share-overlay{position:absolute;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;pointer-events:none;z-index:2}.room-layout .share-overlay .share-label{color:#ffffffe6;font-size:12px;background:#00000073;padding:3px 10px;border-radius:6px}.room-layout .share-overlay .share-fullscreen-btn{pointer-events:auto;background:#0000008c;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:13px;cursor:pointer;transition:background .15s}.room-layout .share-overlay .share-fullscreen-btn:hover{background:#5865f2d9}.room-layout .share-area video:fullscreen{width:100vw;height:100vh;object-fit:contain;background:#000}.room-layout .mini-viz{display:flex;align-items:flex-end;gap:2px;height:16px;flex-shrink:0;padding:0 2px}.room-layout .mini-viz-bar{width:3px;min-height:3px;background:var(--text-secondary);border-radius:1px;opacity:.55;transition:height .15s ease-out}.room-layout .mini-viz-bar.active{background:var(--primary);opacity:1;animation:miniVizJump .3s ease-in-out infinite alternate}@keyframes miniVizJump{0%{transform:scaleY(.4)}to{transform:scaleY(1.2)}}.is-mobile .room-layout .mini-viz{height:14px;gap:2px}.is-mobile .room-layout .mini-viz-bar{width:3px}.room-layout .fps-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:8px;margin-bottom:16px}.room-layout .fps-opt{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 8px;background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}.room-layout .fps-opt:hover{border-color:var(--primary)}.room-layout .fps-opt.active{border-color:var(--primary);background:#5865f21f}.room-layout .fps-opt .fps-num{font-size:20px;font-weight:700;color:var(--text)}.room-layout .fps-opt.active .fps-num{color:var(--primary)}.room-layout .fps-opt .fps-label{font-size:11px;color:var(--text-secondary)}.admin-tabs{display:flex;gap:8px}.admin-tab{padding:6px 16px;font-size:14px}.user-list{display:flex;flex-direction:column;gap:8px}.user-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.user-item .user-info{display:flex;align-items:center;gap:8px;min-width:0}.user-item .user-nick{font-size:14px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.user-item .user-name{font-size:12px;color:var(--text-secondary)}.user-item .user-admin{font-size:11px;color:#b45309;background:#b453091f;border-radius:999px;padding:2px 8px;flex-shrink:0}.pwd-field{position:relative}.pwd-field .input{padding-right:40px}.pwd-eye{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:16px;padding:4px;line-height:1;opacity:.7;transition:opacity .15s}.pwd-eye:hover{opacity:1}.login-shell{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:30px 16px;position:relative;overflow:hidden;background:radial-gradient(ellipse 600px 400px at 18% 28%,rgba(99,102,241,.45),transparent 60%),radial-gradient(ellipse 500px 400px at 82% 72%,rgba(168,85,247,.4),transparent 60%),radial-gradient(ellipse 700px 500px at 50% 90%,rgba(59,130,246,.25),transparent 60%),radial-gradient(ellipse 800px 600px at 50% 10%,rgba(236,72,153,.18),transparent 60%),linear-gradient(135deg,#0b1027,#1a1238,#0d1330)}.login-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);pointer-events:none}.login-shell:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.25),transparent 70%);top:-100px;right:-100px;animation:auroraFloat 12s ease-in-out infinite;pointer-events:none;filter:blur(20px)}@keyframes auroraFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-60px,80px) scale(1.1)}}.auth-card--login{display:grid;grid-template-columns:1fr 1.05fr;width:100%;max-width:880px;min-height:540px;background:#fffffff7;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #00000073,0 0 0 1px #ffffff0f;position:relative;z-index:1}.login-brand{background:radial-gradient(circle at 20% 80%,rgba(236,72,153,.35),transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.4),transparent 50%),linear-gradient(135deg,#312e81,#5b21b6,#1e40af);color:#fff;padding:44px 36px;position:relative;overflow:hidden;display:flex;flex-direction:column}.login-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:30px 30px;mask-image:radial-gradient(ellipse at center,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 20%,transparent 80%);pointer-events:none}.brand-logo{font-size:36px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}.login-brand h2{font-size:32px;font-weight:700;margin:16px 0 6px;letter-spacing:.5px;position:relative;z-index:1}.brand-slogan{font-size:15px;line-height:1.6;opacity:.85;margin-bottom:4px;position:relative;z-index:1}.brand-wave{margin:28px 0 24px;height:48px;position:relative;z-index:1}.brand-wave svg{width:100%;height:100%}.brand-wave .wave{stroke-dasharray:400;stroke-dashoffset:0}.brand-wave .wave-1{animation:waveSlide 4s linear infinite;opacity:.9}.brand-wave .wave-2{animation:waveSlide 5s linear infinite reverse;opacity:.6}.brand-wave .wave-3{animation:waveSlide 6s linear infinite;opacity:.4}@keyframes waveSlide{0%{stroke-dashoffset:0}to{stroke-dashoffset:-400}}.brand-features{list-style:none;padding:0;margin:auto 0 0;display:flex;flex-direction:column;gap:10px;font-size:14px;position:relative;z-index:1}.brand-features li{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:10px}.login-form{padding:50px 44px 40px;display:flex;flex-direction:column;justify-content:center;background:#fff}.login-form h1{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:4px}.form-sub{font-size:13px;color:#6b7280;margin-bottom:24px}.input-wrap{position:relative}.input-wrap .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:15px;opacity:.65;pointer-events:none;z-index:1}.input-wrap .input{padding-left:38px}.input-wrap .input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5865f21f}.login-btn{width:100%;margin-top:8px;height:44px;font-size:15px;font-weight:600;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#6d28d9);border:none;color:#fff;box-shadow:0 8px 20px #4f46e559;transition:transform .15s,box-shadow .15s,filter .15s}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e573;filter:brightness(1.05)}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;margin-right:6px;vertical-align:-2px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-footer{margin-top:18px;text-align:center;font-size:13px;color:#6b7280}.form-footer .link-primary{color:var(--primary);font-weight:500;text-decoration:none}.form-footer .link-primary:hover{text-decoration:underline}.form-footer .link-muted{color:#9ca3af;text-decoration:none}.form-footer .link-muted:hover{color:var(--primary)}.form-footer .dot{margin:0 6px;color:#d1d5db}.login-form .error-text{background:#ed444714;color:#dc2626;border-radius:8px;padding:8px 12px;margin-bottom:12px;font-size:13px;border:1px solid rgba(237,68,71,.15)}@media(max-width:720px){.auth-card--login{grid-template-columns:1fr;min-height:auto}.login-brand{display:none}.login-form{padding:36px 24px}.login-form h1{font-size:22px}.login-shell{padding:20px 12px}}.home-shell{min-height:100vh;position:relative;overflow-x:hidden;background:radial-gradient(ellipse 700px 500px at 12% 20%,rgba(99,102,241,.4),transparent 60%),radial-gradient(ellipse 600px 500px at 88% 80%,rgba(168,85,247,.35),transparent 60%),radial-gradient(ellipse 800px 500px at 50% 100%,rgba(59,130,246,.2),transparent 60%),radial-gradient(ellipse 900px 600px at 50% 0%,rgba(236,72,153,.15),transparent 60%),linear-gradient(135deg,#0b1027,#1a1238,#0d1330);color:#e5e7eb}.home-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);pointer-events:none}.home-shell .navbar{position:sticky;top:0;z-index:50;background:#0b1027a6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.08)}.home-shell .navbar-inner{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.home-shell .navbar-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.home-shell .brand-icon{font-size:22px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;border-radius:10px;border:1px solid rgba(255,255,255,.15)}.home-shell .navbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home-shell .navbar-user{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#cbd5e1;margin-right:6px;padding:0 8px}.home-shell .user-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.home-shell .nav-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#e5e7eb;padding:6px 14px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .15s,border-color .15s}.home-shell .nav-btn:hover{background:#ffffff24;border-color:#fff3}.home-shell .nav-btn-primary{background:linear-gradient(135deg,#4f46e5,#6d28d9);border:none;color:#fff;font-weight:600;box-shadow:0 4px 12px #4f46e559}.home-shell .nav-btn-primary:hover{filter:brightness(1.1)}.home-shell .nav-btn-ghost{background:transparent;border-color:#ffffff14;color:#94a3b8}.home-shell .nav-btn-ghost:hover{color:#f87171;background:#f8717114;border-color:#f8717133}.home-shell .container{max-width:1200px;margin:0 auto;padding:32px 24px 60px;position:relative;z-index:1}.home-shell .home-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:28px}.home-shell .hero-text h1{font-size:26px;font-weight:700;color:#fff;margin:0 0 6px;letter-spacing:.3px}.home-shell .hero-text p{font-size:14px;color:#94a3b8;margin:0}.home-shell .btn-hero-create{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 24px;background:linear-gradient(135deg,#4f46e5,#6d28d9);color:#fff;font-size:15px;font-weight:600;border:none;border-radius:12px;cursor:pointer;box-shadow:0 8px 24px #4f46e573;transition:transform .15s,box-shadow .15s,filter .15s}.home-shell .btn-hero-create:hover{transform:translateY(-2px);box-shadow:0 12px 32px #4f46e58c;filter:brightness(1.05)}.home-shell .btn-hero-create .plus{font-size:20px;font-weight:400;line-height:1}.home-shell .join-panel{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#ffffff0d;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:8px;transition:border-color .2s}.home-shell .join-panel:hover{border-color:#fff3}.home-shell .join-panel-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:12px;flex-shrink:0}.home-shell .join-panel-main{flex:1;min-width:0}.home-shell .join-panel-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:2px}.home-shell .join-panel-sub{font-size:12px;color:#94a3b8}.home-shell .join-panel-input{display:flex;gap:8px;flex-shrink:0}.home-shell .join-input{width:140px;text-align:center;font-size:18px;letter-spacing:4px;font-weight:600;padding:10px 12px;background:#00000040;border:1px solid rgba(255,255,255,.15);color:#fff}.home-shell .join-input::placeholder{color:#64748b;letter-spacing:1px;font-size:13px;font-weight:400}.home-shell .join-input:focus{border-color:var(--primary);background:#00000059}.home-shell .join-btn{height:42px;padding:0 20px;font-weight:600}.home-shell .join-error{margin-bottom:16px;color:#fca5a5;background:#ef44441f;border:1px solid rgba(239,68,68,.25);padding:8px 12px;border-radius:8px;font-size:13px}.home-shell .my-rooms{margin-top:28px}.home-shell .section-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.home-shell .section-head h2{font-size:18px;font-weight:700;color:#fff;margin:0}.home-shell .room-count{font-size:12px;color:#94a3b8;background:#ffffff14;padding:2px 10px;border-radius:999px}.home-shell .state-msg{color:#94a3b8;text-align:center;padding:40px}.home-shell .empty-state{text-align:center;padding:60px 20px;background:#ffffff0a;border:1px dashed rgba(255,255,255,.12);border-radius:16px}.home-shell .empty-icon{font-size:48px;margin-bottom:12px}.home-shell .empty-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.home-shell .empty-sub{font-size:13px;color:#94a3b8}.home-shell .room-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.home-shell .room-card{display:flex;flex-direction:column;background:#ffffff0d;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s;cursor:default}.home-shell .room-card:hover{transform:translateY(-3px);border-color:#ffffff2e;box-shadow:0 12px 32px #00000059}.home-shell .room-card.pinned{border-color:#facc154d;box-shadow:0 0 0 1px #facc151a inset}.home-shell .room-cover{position:relative;height:84px;display:flex;align-items:center;justify-content:center;color:#fff}.home-shell .room-cover-icon{font-size:32px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.home-shell .pin-btn{position:absolute;top:8px;right:8px;background:#00000040;border:none;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .15s}.home-shell .pin-btn:hover{background:#0006}.home-shell .cover-badge{position:absolute;top:8px;left:8px;font-size:11px;padding:2px 8px;border-radius:999px;background:#00000059;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-shell .cover-badge.unread{background:#ef4444;left:auto;right:44px;font-weight:600;min-width:20px;text-align:center}.home-shell .cover-badge.private{background:#0006}.home-shell .room-body{padding:14px 16px 12px;cursor:pointer;flex:1}.home-shell .room-name-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.home-shell .room-name{font-size:15px;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.home-shell .role-badge{font-size:10px;padding:1px 7px;border-radius:999px;font-weight:500;flex-shrink:0}.home-shell .role-badge.owner{background:#facc1526;color:#fbbf24;border:1px solid rgba(250,204,21,.3)}.home-shell .room-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;margin-bottom:4px}.home-shell .meta-item{display:inline-flex;align-items:center;gap:4px}.home-shell .status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 2px #10b98133}.home-shell .meta-sep{color:#475569}.home-shell .room-code{font-size:12px;color:#64748b;margin-top:6px}.home-shell .room-code code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#c4b5fd;background:#8b5cf61f;padding:1px 8px;border-radius:6px;letter-spacing:1px;font-weight:600}.home-shell .room-actions{display:flex;gap:6px;padding:0 12px 12px}.home-shell .room-actions .btn{flex:1;font-size:13px;padding:7px 10px;border-radius:8px}.home-shell .room-enter{background:linear-gradient(135deg,#4f46e5,#6d28d9);border:none;color:#fff;font-weight:600}.home-shell .room-enter:hover{filter:brightness(1.1)}.home-shell .room-danger{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;flex:0 0 auto;min-width:64px}.home-shell .room-danger:hover{background:#ef444440;color:#fecaca}.home-shell .room-secondary{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#94a3b8;flex:0 0 auto;min-width:64px}.home-shell .room-secondary:hover{background:#ffffff1f;color:#fff}@media(max-width:640px){.home-shell .navbar-inner{padding:10px 14px}.home-shell .brand-text,.home-shell .navbar-user{display:none}.home-shell .nav-btn{padding:5px 10px;font-size:12px}.home-shell .container{padding:20px 14px 40px}.home-shell .home-hero{flex-direction:column;align-items:flex-start}.home-shell .hero-text h1{font-size:22px}.home-shell .join-panel{flex-direction:column;align-items:flex-start;gap:14px}.home-shell .join-panel-input{width:100%}.home-shell .join-input{flex:1;width:auto}}
