*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--purple:#6442EF;--purple-dark:#543bcd;--purple-light:#ECEAFA;--purple-medium:#E5DFFB;--yellow:#EFFF04;--dark-blue:#162146;--super-dark-blue:#0A0F1F;--blue:#0040D3;--white:#ffffff;--black:#000000;--text:#162146;--text-dim:#5a6a8c;--text-muted:#8899bb;--bubble:#7A51E9;--bubble-self:#6442EF;--bubble-other:rgba(122,81,233,.08);--border:rgba(22,33,70,.18);--border-light:rgba(22,33,70,.1);--shadow:0 4px 24px rgba(100,66,239,.12);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px}body{font-family:Raleway,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:500;background:var(--super-dark-blue);color:var(--text);overflow:hidden;height:100dvh;-webkit-font-smoothing:antialiased;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#root{height:100dvh}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}.app{width:100%;height:100dvh;display:flex;overflow:hidden;background:var(--white)}@media(min-width:769px){.app{height:100dvh}}.sidebar{width:340px;min-width:280px;display:flex;flex-direction:column;border-right:1px solid var(--border-light);background:var(--white);position:relative}.sb-top{padding:18px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,rgba(100,66,239,.04),transparent)}.sb-top .sb-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--purple),#7c3aed);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--white);flex-shrink:0;box-shadow:0 4px 12px #6442ef40}.sb-top .sb-info{flex:1;min-width:0}.sb-top .sb-name{font-size:16px;font-weight:800;color:var(--dark-blue);letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-top .sb-sub{font-size:11px;color:var(--text-dim);font-weight:500}.srch{padding:12px 16px}.srch input{width:100%;padding:10px 14px;background:var(--purple-light);border:none;border-radius:12px;color:var(--dark-blue);font-size:13px;outline:none;font-family:inherit;font-weight:500}.srch input::placeholder{color:var(--text-muted)}.srch input:focus{box-shadow:0 0 0 2px var(--purple)}.status-row-wrap{display:flex;align-items:center;padding:0 4px}.status-my{flex-shrink:0;z-index:2;padding:4px 8px;background:var(--white)}.status-row{display:flex;flex:1;overflow-x:auto;-webkit-user-select:none;user-select:none;scrollbar-width:none;padding:4px 0 8px}.status-row::-webkit-scrollbar{height:0}.st-item{display:inline-flex;flex-direction:column;align-items:center;gap:4px;padding:4px 8px;cursor:pointer;flex-shrink:0}.st-ring{width:54px;height:54px;border-radius:50%;padding:2px;flex-shrink:0}.st-ring.new{background:conic-gradient(var(--purple) 0deg 360deg)}.st-ring.plain{background:var(--border)}.st-inner{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--white);border:3px solid var(--white);position:relative}.st-plus{position:absolute;bottom:-2px;right:-2px;width:22px;height:22px;border-radius:50%;background:var(--purple);color:var(--white);font-size:12px;display:flex;align-items:center;justify-content:center;border:2px solid var(--white);font-weight:700}.st-name{font-size:10px;color:var(--text-dim);white-space:nowrap;max-width:60px;overflow:hidden;text-overflow:ellipsis;font-weight:500}.divider{height:1px;background:var(--border-light);margin:0 16px 4px}.ftab-bar{display:flex;padding:4px 12px 8px;gap:4px}.ftab{flex:1;padding:7px 0;border:none;background:none;font-size:12px;font-weight:600;color:var(--text-dim);cursor:pointer;border-radius:10px;transition:all .2s;font-family:inherit}.ftab:hover{color:var(--dark-blue);background:var(--purple-light)}.ftab.active{color:var(--purple);background:var(--purple-light)}.clist{flex:1;overflow-y:auto;padding:4px 8px;scroll-behavior:smooth}.clist::-webkit-scrollbar{width:4px}.clist::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.citem{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:inherit;color:inherit;transition:all .15s;margin-bottom:1px}.citem:hover{background:var(--purple-light)}.citem.active{background:#eceafa;box-shadow:inset 0 0 0 1px #6442ef14}.cav{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;position:relative}.cav.online:after{content:"";position:absolute;bottom:1px;right:1px;width:13px;height:13px;background:#22c55e;border:2px solid var(--white);border-radius:50%}.cinfo{flex:1;min-width:0}.crow{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.cname{font-size:15px;font-weight:600;color:var(--dark-blue);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctime{font-size:11px;color:#89b;margin-left:6px;white-space:nowrap;font-weight:500}.cprev{font-size:13px;color:#89b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.crow2{display:flex;align-items:center;justify-content:space-between}.badge{background:var(--purple);color:var(--white);font-size:11px;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.main{flex:1;display:flex;flex-direction:column;background:var(--white);min-width:0;min-height:0}.welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:60px 40px;background:linear-gradient(180deg,#6442ef0a,#6442ef03)}.w-icon{width:84px;height:84px;border-radius:22px;background:linear-gradient(135deg,var(--purple),#7c3aed);display:flex;align-items:center;justify-content:center;font-size:36px;box-shadow:0 12px 32px #6442ef33}.welcome h2{font-size:24px;font-weight:800;color:var(--dark-blue);letter-spacing:-.3px}.welcome p{font-size:15px;color:var(--text-dim);text-align:center;line-height:1.6;max-width:440px;font-weight:500}.w-feats{position:relative;width:210px;height:210px;margin:0 auto;animation:w-spin 25s linear infinite}.w-pos{position:absolute;left:50%;top:50%}.w-pos>div{display:flex;flex-direction:column;align-items:center;gap:4px;animation:w-anti 25s linear infinite;background:var(--purple-light);border-radius:var(--radius-md);padding:6px 8px 5px;cursor:default;width:58px;box-shadow:0 2px 12px #6442ef0f;transition:box-shadow .3s}.w-pos>div:hover{box-shadow:0 4px 20px #6442ef24}.w-pos .w-img{width:34px;height:34px;border-radius:12px;background-size:cover;background-position:center;box-shadow:0 3px 10px #00000012}.w-pos span{font-size:10px;color:var(--text-dim);font-weight:700;letter-spacing:.2px}@keyframes w-spin{to{transform:rotate(360deg)}}@keyframes w-anti{to{transform:rotate(-360deg)}}.chdr{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid var(--border-light);background:#fff;min-height:60px;box-shadow:0 1px 3px #0000000a;position:relative;z-index:2}.chdr .cav{width:42px;height:42px;border-radius:50%;font-size:17px}.chinfo{flex:1;min-width:0}.chinfo .n{font-size:16px;font-weight:600;color:var(--dark-blue);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chinfo .n.marquee{text-overflow:clip;animation:marquee 7s ease-in-out infinite}.chinfo .s{font-size:12px;display:flex;align-items:center;gap:5px;font-weight:500}.chinfo .s .d{width:7px;height:7px;border-radius:50%}.chinfo .s.on{color:#22c55e}.chinfo .s.on .d{background:#22c55e}.chinfo .s.off{color:var(--text-dim)}.chinfo .s.off .d{background:var(--text-muted)}.btn{width:36px;height:36px;border:none;background:none;border-radius:10px;color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;font-family:inherit;transition:all .18s;flex-shrink:0}.btn:hover{background:var(--purple-light);color:var(--purple)}.btn:active{transform:scale(.94)}.msg{flex:1;overflow-y:auto;padding:20px 60px;display:flex;flex-direction:column;gap:2px;background:linear-gradient(180deg,#f8f6ff,#faf9ff 40%,#f5f3fc);-webkit-user-select:none;user-select:none}.mr{display:flex;margin:1px 0;padding:1px 10px;border-radius:8px;transition:background .12s}.mr:hover{background:#00000008}.mr.r{justify-content:flex-end}.mb{max-width:65%;padding:8px 70px 6px 14px;border-radius:12px;font-size:14.5px;line-height:1.5;word-break:break-word;font-weight:500;position:relative;transition:box-shadow .15s}.mr.l .mb{background:#fff;color:#162146;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.mr.l .mb:after{content:"";position:absolute;bottom:0;left:-6px;width:0;height:0;border-right:6px solid #fff;border-left:0 solid transparent;border-bottom:8px solid transparent}.mr.r .mb{background:linear-gradient(135deg,#6442ef,#7c3aed);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #6442ef40}.mt{position:absolute;bottom:4px;right:8px;font-size:10.5px;white-space:nowrap;font-weight:500}.mr.r .mt{color:#ffffffb3}.mr.l .mt{color:#89b}.mr.r .mb:after{content:"";position:absolute;bottom:0;right:-6px;width:0;height:0;border-left:6px solid #7c3aed;border-right:0 solid transparent;border-bottom:8px solid transparent}.ms{font-size:12px;font-weight:700;margin-bottom:3px;opacity:.8}.mb.deleted{background:transparent!important;color:var(--text-muted)!important;box-shadow:none!important;font-style:italic;display:flex;align-items:center;gap:8px;padding:6px 14px!important;border:1px dashed var(--border)}.mb.deleted .del-icon{flex-shrink:0;opacity:.5}.mb.deleted .mt{display:none}.mr.r .mb.deleted:after,.mr.l .mb.deleted:after{display:none}.reaction-btn{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background:var(--white);box-shadow:0 2px 8px #00000026;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:2;border:1px solid var(--border-light)}.msg-action-btn{position:absolute;top:-8px;right:24px;width:28px;height:28px;border-radius:50%;background:var(--white);box-shadow:0 2px 8px #00000026;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:2;border:1px solid var(--border-light);color:var(--text-dim);transition:all .15s}.msg-action-btn:hover{background:var(--purple-light);color:var(--purple)}.mr:hover .reaction-btn,.mr:hover .msg-action-btn{display:flex}.ctx-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:transparent;animation:fadeIn .12s ease}.ctx-menu{position:fixed;z-index:100;background:var(--white);border-radius:16px;box-shadow:0 12px 40px #0000002e,0 0 0 1px #0000000d;padding:8px;min-width:200px;animation:ctxSlideIn .18s cubic-bezier(.16,1,.3,1);transform-origin:top left}@keyframes ctxSlideIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ctx-menu .ctx-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border:none;border-radius:10px;background:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:var(--dark-blue);width:100%;text-align:left;transition:background .12s}.ctx-menu .ctx-item:hover{background:var(--purple-light)}.ctx-menu .ctx-item.danger{color:#ef4444}.ctx-menu .ctx-item.danger:hover{background:#ef444414}.ctx-menu .ctx-divider{height:1px;background:var(--border-light);margin:4px 8px}.ctx-reactions{display:flex;gap:4px;padding:6px 10px 4px;justify-content:center;border-bottom:1px solid var(--border-light);margin-bottom:4px}.ctx-reactions button{width:34px;height:34px;border-radius:50%;border:none;background:transparent;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:transform .15s,background .15s}.ctx-reactions button:hover{transform:scale(1.25);background:var(--purple-light)}.inp{display:flex;align-items:flex-end;gap:8px;padding:12px 18px 14px;border-top:1px solid var(--border-light);background:var(--white);position:relative;z-index:2;box-shadow:0 -1px 3px #00000008}.inp .btn{width:40px;height:40px;border-radius:12px;background:var(--purple-light)}.inp .btn:hover{color:var(--purple);background:var(--purple-medium)}.inp textarea{flex:1;resize:none;padding:12px 16px;background:var(--purple-light);border:none;border-radius:14px;color:var(--dark-blue);font-size:14px;outline:none;font-family:inherit;max-height:100px;line-height:1.4;font-weight:500}.inp textarea::placeholder{color:var(--text-muted)}.inp textarea:focus{box-shadow:0 0 0 2px var(--purple)}.send{width:42px;height:42px;border:none;border-radius:14px;background:var(--purple);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;transition:all .15s}.send:hover{background:var(--purple-dark);transform:scale(1.03)}.panel{width:340px;display:flex;flex-direction:column;overflow-y:auto;border-left:1px solid var(--border-light);background:var(--white);box-shadow:-2px 0 12px #00000008}.phdr{padding:18px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border-light)}.phdr h3{font-size:15px;font-weight:800;flex:1;color:var(--dark-blue)}.pav{width:100px;height:100px;border-radius:20px;margin:24px auto 12px;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700}.pname{text-align:center;font-size:18px;font-weight:800;color:var(--dark-blue);margin-bottom:4px}.psub{text-align:center;font-size:12px;color:var(--text-dim);margin-bottom:20px;font-weight:500}.psec{padding:16px 20px;border-bottom:1px solid var(--border-light)}.psec h4{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;font-weight:700}.dbtn{width:100%;padding:10px 14px;background:none;border:none;color:#ef4444;text-align:left;font-size:13px;cursor:pointer;border-radius:10px;font-family:inherit;font-weight:600;transition:background .15s}.dbtn:hover{background:#ef444414}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0f1f99;z-index:200;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .18s ease}@media(max-width:768px){.modal-overlay{align-items:flex-end;padding-bottom:env(safe-area-inset-bottom,0)}.modal-box{max-height:90vh;width:100%;border-radius:20px 20px 0 0}}.modal-box{background:var(--white);border-radius:var(--radius-lg);width:90%;max-width:440px;max-height:85vh;overflow-y:auto;box-shadow:0 24px 64px #0000002e;display:flex;flex-direction:column;animation:ctxSlideIn .22s cubic-bezier(.16,1,.3,1)}.modal-hdr{padding:18px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border-light)}.modal-hdr h3{font-size:16px;font-weight:800;color:var(--dark-blue)}.modal-body{padding:20px}.input-field{width:100%;padding:12px 16px;background:var(--purple-light);border:none;border-radius:12px;color:var(--dark-blue);font-size:14px;outline:none;font-family:inherit;margin-bottom:12px;font-weight:500}.input-field:focus{box-shadow:0 0 0 2px var(--purple)}.input-field::placeholder{color:var(--text-muted)}.input-label{font-size:12px;color:var(--text-dim);display:block;margin-bottom:6px;font-weight:700}.btn-primary{width:100%;padding:14px;background:var(--purple);color:var(--white);border:none;border-radius:var(--radius-md);font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.btn-primary:hover{background:var(--purple-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:10px 24px;border-radius:12px;border:none;cursor:pointer;font-size:13px;font-family:inherit;font-weight:700}.settings-row{padding:12px 0;border-bottom:1px solid var(--border-light);cursor:pointer;font-size:14px;display:flex;align-items:center;gap:10px;color:var(--dark-blue);font-weight:600;transition:background .15s}.settings-row:hover{background:var(--purple-light);margin:0 -20px;padding-left:20px;padding-right:20px}.settings-row .chev{color:var(--text-dim);margin-left:auto}.settings-logout{padding:12px 0;cursor:pointer;font-size:14px;color:#ef4444;display:flex;align-items:center;gap:10px;background:none;border:none;width:100%;font-family:inherit;font-weight:700}.settings-divider{height:1px;background:var(--border);margin:8px 0}.member-item{display:flex;align-items:center;gap:12px;padding:10px 4px;cursor:pointer;border-radius:10px;transition:background .15s}.member-item:hover{background:var(--purple-light)}.check-circle{width:22px;height:22px;border-radius:50%;border:2px solid var(--text-dim);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--white);flex-shrink:0;transition:all .15s}.check-circle.checked{background:var(--purple);border-color:var(--purple)}.toggle-sw{width:42px;height:24px;border-radius:12px;background:var(--purple);cursor:pointer;position:relative;flex-shrink:0;transition:background .2s}.toggle-sw.off{background:var(--border)}.toggle-dot{width:20px;height:20px;border-radius:50%;background:var(--white);position:absolute;top:2px;right:2px;transition:all .2s;box-shadow:0 1px 3px #00000026}.toggle-sw.off .toggle-dot{right:20px}.st-viewer{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--super-dark-blue);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:st-fade-in .15s ease-out}@keyframes st-fade-in{0%{opacity:0}to{opacity:1}}.st-close{position:absolute;top:20px;right:20px;color:var(--white);cursor:pointer;z-index:110;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background .15s}.st-close:hover{background:#ffffff1a}.st-progress-track{position:absolute;top:12px;left:12px;right:12px;z-index:110;display:flex;gap:4px}.st-progress-segment{flex:1;height:3px;background:#fff3;border-radius:2px;overflow:hidden}.st-progress-fill{height:100%;background:var(--white);border-radius:2px;transition:width .1s linear}.st-viewer-header{position:absolute;top:28px;left:20px;display:flex;align-items:center;gap:10px;z-index:105}.st-viewer-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;font-weight:700}.st-viewer-name{font-size:14px;font-weight:600;color:var(--white)}.st-viewer-meta{font-size:11px;opacity:.55;color:var(--white)}.st-nav-left,.st-nav-right{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1f;color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;z-index:110;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s}.st-nav-left:hover,.st-nav-right:hover{background:#ffffff38}.st-nav-left{left:12px}.st-nav-right{right:12px}.st-viewer-body{flex:1;width:100%;display:flex;align-items:center;justify-content:center;padding:80px 32px 100px}.st-text-display{width:100%;max-width:480px;min-height:320px;border-radius:24px;display:flex;align-items:center;justify-content:center;padding:48px 32px;box-shadow:0 20px 60px #0000004d}.st-text-content{font-size:clamp(18px,3vw,26px);font-weight:700;text-align:center;line-height:1.5;word-break:break-word}.st-image-display{width:100%;max-width:480px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0006}.st-image-img{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block;border-radius:20px}.st-image-placeholder{width:100%;aspect-ratio:9/16;max-height:70vh;background:linear-gradient(135deg,#1e2a4a,#2a3a5c);display:flex;align-items:center;justify-content:center;border-radius:20px}.st-menu{width:100%;max-width:420px;padding:0 24px;text-align:center}.st-menu-header{margin-bottom:32px}.st-menu-header h2{font-size:26px;font-weight:800;color:var(--white);margin-bottom:6px}.st-menu-header p{font-size:14px;color:#ffffff73;font-weight:500}.st-menu-cards{display:flex;flex-direction:column;gap:12px}.st-menu-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:20px;cursor:pointer;text-align:left;font-family:inherit;color:inherit;width:100%;transition:all .2s}.st-menu-card:hover{background:#ffffff1a;border-color:#ffffff26;transform:translateY(-1px)}.st-menu-card-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.st-menu-card-text{background:linear-gradient(135deg,var(--purple),#7c3aed)}.st-menu-card-media{background:linear-gradient(135deg,#f59e0b,#ef4444)}.st-menu-card-title{font-size:15px;font-weight:700;color:var(--white);display:block}.st-menu-card-sub{font-size:12px;color:#fff6;font-weight:500;margin-top:2px;display:block}.st-editor{width:100%;height:100%;display:flex;flex-direction:column;transition:background .3s}.st-colors{display:flex;gap:10px;padding:74px 20px 16px;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.st-colors::-webkit-scrollbar{height:0}.st-color-dot{width:32px;height:32px;border-radius:50%;border:3px solid transparent;cursor:pointer;flex-shrink:0;transition:all .15s;box-shadow:0 2px 8px #0003}.st-color-dot:hover{transform:scale(1.15)}.st-color-dot.active{border-color:var(--white);transform:scale(1.15);box-shadow:0 0 0 3px #ffffff40}.st-textarea{flex:1;width:100%;background:transparent;border:none;resize:none;outline:none;font-size:22px;font-family:inherit;padding:16px 24px 24px;line-height:1.5;font-weight:600}.st-textarea::placeholder{color:#ffffff59}.st-editor-toolbar{display:flex;align-items:center;gap:8px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));flex-shrink:0}.st-toolbar-btn{background:#ffffff1f;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.st-toolbar-btn:hover{background:#ffffff38}.st-toolbar-send{background:var(--purple);color:var(--white);border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.st-toolbar-send:hover{background:var(--purple-dark);transform:scale(1.05)}.st-toolbar-send:disabled{opacity:.35;cursor:default;transform:none}.st-emoji-popup{position:absolute;bottom:calc(100% + 12px);right:0;background:#1e1e32f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:12px;box-shadow:0 12px 40px #00000080;border:1px solid rgba(255,255,255,.1);z-index:120;min-width:280px}.st-emoji-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.st-emoji-item{width:42px;height:42px;font-size:24px;border:none;background:none;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .1s}.st-emoji-item:hover{background:#ffffff1a}.st-uploading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.st-uploading-overlay span{color:var(--white);font-size:14px;font-weight:500}.st-upload-bar{width:200px;height:4px;background:#ffffff26;border-radius:2px;overflow:hidden}.st-upload-fill{height:100%;background:var(--purple);border-radius:2px;transition:width .15s ease-out}.st-views-btn{position:absolute;bottom:24px;left:50%;transform:translate(-50%);background:#ffffff1a;color:var(--white);border:1px solid rgba(255,255,255,.12);padding:8px 18px;border-radius:24px;cursor:pointer;font-size:13px;font-family:inherit;font-weight:600;transition:all .15s;display:inline-flex;align-items:center;gap:8px;z-index:105;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.st-views-btn:hover{background:#ffffff2e}.st-views-btn span{font-size:13px;opacity:.8}.st-views-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;display:flex;align-items:flex-end;justify-content:center;animation:views-fade-in .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes views-fade-in{0%{opacity:0}to{opacity:1}}.st-views-sheet{width:100%;max-width:500px;max-height:70vh;background:var(--super-dark-blue);border-radius:24px 24px 0 0;display:flex;flex-direction:column;animation:views-slide-up .3s cubic-bezier(.16,1,.3,1);box-shadow:0 -8px 40px #0006}@keyframes views-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.st-views-handle{width:36px;height:5px;background:#fff3;border-radius:3px;margin:12px auto 8px}.st-views-sheet-header{display:flex;align-items:center;padding:8px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08);position:relative}.st-views-sheet-header h3{font-size:15px;font-weight:700;color:var(--white)}.st-views-count{font-size:12px;color:#fff6;font-weight:500;margin-left:10px}.st-views-close-btn{margin-left:auto;background:#ffffff14;color:var(--white);border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.st-views-close-btn:hover{background:#ffffff2e}.st-views-sheet-body{overflow-y:auto;padding:4px 0;flex:1;max-height:50vh}.st-views-empty-state{display:flex;flex-direction:column;align-items:center;padding:48px 24px;gap:8px;color:#ffffff4d}.st-views-empty-state p{font-size:14px;font-weight:600;color:#ffffff80}.st-views-empty-state span{font-size:12px;text-align:center;line-height:1.4}.st-views-row{display:flex;align-items:center;gap:10px;padding:10px 20px;text-align:left;transition:background .12s}.st-views-row:hover{background:#ffffff0a}.st-views-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--white);flex-shrink:0}.st-views-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.st-views-name{font-size:13px;color:var(--white);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-views-time{font-size:11px;color:#ffffff59;font-weight:500}.btn-back{display:none;width:36px;height:36px;border:none;background:none;border-radius:10px;color:var(--text-dim);cursor:pointer;font-size:20px;align-items:center;justify-content:center;font-family:inherit}.btn-back:hover{background:var(--purple-light);color:var(--purple)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;position:relative;background:url(/images/background-login.png) center/cover no-repeat}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:0}.auth-card{width:420px;padding:44px 40px;background:#ffffff80;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);box-shadow:0 20px 60px #0000004d;position:relative;z-index:1}.auth-logo{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,var(--purple),#7c3aed);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--white);box-shadow:0 8px 24px #6442ef4d}.auth-card h1{font-size:26px;font-weight:800;color:var(--dark-blue);text-align:center;letter-spacing:-.5px}.auth-card p.sub{color:var(--text-dim);text-align:center;margin-top:8px;margin-bottom:28px;font-size:14px;font-weight:500;line-height:1.5}.auth-error{background:#ef444414;color:#ef4444;padding:12px 16px;border-radius:12px;margin-bottom:18px;font-size:13px;font-weight:600}.auth-link{color:var(--purple);text-decoration:none;font-weight:700}.auth-link:hover{text-decoration:underline}@media(max-width:768px){.app{flex-direction:column;height:100dvh;border-radius:0}.sidebar{width:100%;min-width:unset;height:100dvh}.sidebar.hidden{display:none}.main{position:fixed;top:0;left:0;width:100%;height:100dvh;display:none;z-index:20;background:#fff}.main.show{display:flex}.panel{width:100%!important;position:fixed;top:0;left:0;bottom:0;z-index:50}.panel.show{display:flex!important}.btn-back{display:flex!important;width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.auth-card{width:90%;padding:32px 24px}.msg{padding:8px 12px}.mb{max-width:82%;font-size:15px;padding:7px 70px 5px 12px}.inp{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));gap:6px}.inp .btn{width:36px;height:36px}.inp textarea{font-size:15px;padding:8px 12px;max-height:100px}.send{width:38px;height:38px;border-radius:12px}.srch input{padding:8px 12px}.chdr{padding:8px 12px;min-height:54px;gap:8px}.chdr .btn{width:34px;height:34px;font-size:15px}.chdr .cav{width:36px;height:36px;font-size:15px}.chinfo .n{font-size:15px}}@media(min-width:769px){.btn-back{display:none!important}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{0%,25%{transform:translate(0)}75%,to{transform:translate(var(--mx,-50%))}}@keyframes wave-move{0%{background-position:0 center}to{background-position:-811px center}}.spinner{width:22px;height:22px;border:2.5px solid var(--border);border-top-color:var(--purple);border-radius:50%;animation:spin .6s linear infinite}.msg::-webkit-scrollbar,.panel::-webkit-scrollbar,.modal-box::-webkit-scrollbar{width:5px}.msg::-webkit-scrollbar-track,.panel::-webkit-scrollbar-track,.modal-box::-webkit-scrollbar-track{background:transparent}.msg::-webkit-scrollbar-thumb,.panel::-webkit-scrollbar-thumb,.modal-box::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.msg::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.typing-dots{display:inline-flex;margin-left:2px}.typing-dots span{font-size:14px;font-weight:700;animation:typing-bounce 1.4s ease-in-out infinite}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.2;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}
