:root{--bg: #0b141a;--panel: #111b21;--panel2: #0f1a20;--border: rgba(255,255,255,.08);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.65);--accent: #00a884}*{box-sizing:border-box}html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.app-shell{height:100%;width:100%;display:flex;overflow:hidden}.sidebar{width:360px;min-width:320px;max-width:420px;background:var(--panel);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:12px;border-bottom:1px solid var(--border)}.search-row{display:flex;gap:8px;align-items:center}.search-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);outline:none}.tabs-row{display:flex;gap:8px;padding-top:10px}.tab-btn{padding:8px 10px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer}.tab-btn.active{background:#00a8842e;border-color:#00a88473;color:var(--text)}.chat-list{flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.chat-item{display:grid;grid-template-columns:44px 1fr auto;gap:10px;padding:12px;cursor:pointer;border-bottom:1px solid var(--border)}.chat-item:hover{background:#ffffff08}.chat-item.active{background:#ffffff0f}.avatar{width:44px;height:44px;border-radius:50%;background:#ffffff17;display:grid;place-items:center;font-weight:700}.chat-title{font-weight:650;line-height:1.1}.chat-sub{color:var(--muted);font-size:13px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-meta{color:var(--muted);font-size:12px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.badge{min-width:18px;padding:2px 6px;border-radius:999px;background:var(--accent);color:#00140f;font-weight:700;font-size:12px;text-align:center}.chatpane{flex:1;background:var(--panel2);display:flex;flex-direction:column;overflow:hidden;min-width:0}.chatpane-header{padding:12px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.header-title{font-weight:650}.header-sub{color:var(--muted);font-size:12px}.icon-btn{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:10px;padding:8px 10px;cursor:pointer}.messages{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.msg{max-width:min(680px,92%);padding:10px 12px;border-radius:14px;border:1px solid var(--border);background:#ffffff0a;word-break:break-word}.msg.me{align-self:flex-end;background:#00a8842e;border-color:#00a88473}.msg-row{display:flex;justify-content:space-between;gap:12px;margin-top:6px;color:var(--muted);font-size:12px}.composer{border-top:1px solid var(--border);padding:10px;display:flex;gap:8px;align-items:center;background:#00000026;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.composer textarea{flex:1;resize:none;height:42px;max-height:120px;border-radius:12px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);padding:10px 12px;outline:none}.primary-btn{background:var(--accent);border:none;color:#00140f;font-weight:750;border-radius:12px;padding:10px 12px;cursor:pointer}.empty-state{height:100%;display:grid;place-items:center;color:var(--muted);padding:20px;text-align:center}@media (max-width: 860px){.sidebar{width:100%;min-width:0;max-width:none;border-right:none}.chatpane{width:100%}.app-shell.mobile-list .chatpane,.app-shell.mobile-chat .sidebar{display:none}.chatpane-header{position:sticky;top:0;background:var(--panel2);z-index:5;padding-top:calc(12px + env(safe-area-inset-top))}.sidebar-header{position:sticky;top:0;background:var(--panel);z-index:5;padding-top:calc(12px + env(safe-area-inset-top))}}.msg.selected{outline:2px solid rgba(0,168,132,.75);box-shadow:0 0 0 2px #00a88440}.actionbar{position:sticky;bottom:0;z-index:20;padding:10px;border-top:1px solid var(--border);background:#111b21eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.actionbar-row{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.action-btn{border:1px solid var(--border);background:#ffffff0f;color:var(--text);border-radius:12px;padding:10px 12px;cursor:pointer;white-space:nowrap;font-weight:650}.action-btn.primary{background:#00a88438;border-color:#00a8848c}.action-btn.ghost{background:transparent}@media (min-width: 861px){.actionbar{bottom:auto;top:0;border-top:none;border-bottom:1px solid var(--border)}}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;z-index:50;padding:16px}.modal{width:min(780px,100%);max-height:min(86vh,900px);background:var(--panel);border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 70px #0000008c}.modalDragHandle{display:none}.modalHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid var(--border)}.modalTitle{margin:0;font-size:16px;font-weight:750;line-height:1.2}.modalHeader .ghost{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:10px;padding:8px 10px;cursor:pointer}.modalBody{padding:12px 14px;overflow:auto;-webkit-overflow-scrolling:touch}.modalFooter{padding:12px 14px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}@media (max-width: 860px){.modalOverlay{place-items:end center;padding:0}.modal{width:100%;max-height:calc(100vh - env(safe-area-inset-top));border-radius:18px 18px 0 0;border-left:none;border-right:none;border-bottom:none;box-shadow:0 -18px 70px #0000008c}.modalDragHandle{display:block;width:54px;height:5px;border-radius:999px;background:#ffffff40;margin:10px auto 2px}.modalHeader{padding-top:calc(12px + env(safe-area-inset-top))}.modalFooter{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}.small{font-size:12.5px;color:var(--muted);line-height:1.35}.grid2{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 861px){.grid2{grid-template-columns:1fr 1fr;gap:12px}}.card{border:1px solid var(--border);background:#ffffff08;border-radius:14px;overflow:hidden;min-width:0}.cardHead{padding:10px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}.cardHead .title{font-size:12px;letter-spacing:.08em;color:var(--muted);font-weight:800}.cardHead input{flex:1;min-width:0;padding:9px 10px;border-radius:10px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);outline:none}.cardBody{max-height:260px;overflow:auto;-webkit-overflow-scrolling:touch}.row{display:flex;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none}.row:last-child{border-bottom:none}.row:hover{background:#ffffff08}.row.active{background:#00a88429;border-bottom-color:#00a88440}.avatar.mini{width:34px;height:34px;border-radius:999px;background:#ffffff17;display:grid;place-items:center;font-weight:800;font-size:12px;flex:0 0 auto}.row .col{min-width:0;display:flex;flex-direction:column}.row .t1{font-weight:750;font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row .t2{font-size:12px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);font-size:12px;font-weight:750;cursor:pointer;-webkit-user-select:none;user-select:none}.pill:hover{background:#ffffff17}.pill.active{background:#00a88433;border-color:#00a8848c}.noteBox{margin-top:10px;border:1px solid var(--border);border-radius:14px;background:#ffffff08;padding:10px 12px}.noteBox textarea{width:100%;resize:none;min-height:70px;max-height:140px;border-radius:12px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);padding:10px 12px;outline:none}.modalFooter button{border:1px solid var(--border);background:#ffffff0f;color:var(--text);border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:750}.modalFooter button.primary{background:var(--accent);border:none;color:#00140f}.modalFooter button:disabled{opacity:.6;cursor:not-allowed}.selectedChips{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.chip{padding:7px 10px;border-radius:999px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);font-size:12px;font-weight:750;cursor:pointer;-webkit-user-select:none;user-select:none}.chip:hover{background:#ffffff17}.loginWrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.loginCard{width:min(420px,100%);background:#0f1115;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;box-shadow:0 10px 30px #00000059}.loginTitle{margin:0 0 6px;font-size:20px}.loginSub{margin:0 0 16px;opacity:.75;font-size:13px}.loginForm{display:flex;flex-direction:column;gap:10px}.loginLabel{font-size:12px;opacity:.8}.loginInput{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;outline:none}.loginInput:focus{border-color:#ffffff3d}.loginErr{background:#ff50501a;border:1px solid rgba(255,80,80,.25);padding:10px 12px;border-radius:12px;font-size:12px}.loginBtn{margin-top:6px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff1a;color:#fff;cursor:pointer}.loginBtn:disabled{opacity:.5;cursor:not-allowed}.inlineHint{margin:6px 0 10px;padding:8px 10px;font-size:13px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#ffffffd9}.inlineErr{margin:6px 0 10px;padding:8px 10px;font-size:13px;border-radius:10px;background:#ff4b4b1f;border:1px solid rgba(255,75,75,.25);color:#ffe1e1f2;white-space:pre-wrap}.reply-preview{font-size:12px;opacity:.8;border-left:3px solid rgba(0,0,0,.2);padding-left:8px;margin-bottom:6px}.reactions{margin-top:6px;display:flex;gap:6px;flex-wrap:wrap}.reaction{font-size:14px;line-height:18px;padding:2px 6px;border-radius:999px;background:#0000000f}.media{margin-top:6px;display:flex;flex-direction:column;gap:6px}.media-open{font-size:12px;opacity:.9}.media-img{max-width:min(320px,70vw);max-height:360px;border-radius:10px;object-fit:cover}.media-audio,.media-video{width:min(340px,75vw)}.msg-meta{display:inline-flex;align-items:center;gap:6px}.msg-status{font-size:12px;opacity:.85}.chatpane-header-grid{display:grid;grid-template-columns:auto 1fr minmax(260px,520px);gap:10px;align-items:center}.chatpane-hleft{display:flex;align-items:center}.chatpane-hmid{min-width:0}.chatpane-hmid .header-title,.chatpane-hmid .header-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatpane-hmid .header-sub{opacity:.8}.chatpane-hright{display:flex;flex-direction:column;gap:6px;align-items:flex-end;justify-content:center;min-width:0;max-width:520px;width:100%}.chat-actions-row{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;align-items:center;width:100%}.chat-actions-row-2{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;align-items:center;padding-top:2px}.chat-chip-btn{height:32px;padding:0 12px;border-radius:10px;line-height:32px;white-space:nowrap;min-width:0}.chat-chip-media{min-width:56px;text-align:center}.chat-chip-primary{font-weight:800;border-radius:12px}.chat-chip-active{font-weight:700}.chat-chip-select{height:32px;padding:0 8px;border-radius:10px;font-size:12px;width:120px;max-width:120px;opacity:.95;min-width:0}.chat-actions-row .chat-chip-select,.chat-actions-row-2 .chat-chip-select{flex:0 1 120px}.chat-notice{font-size:12px;opacity:.75;padding-left:4px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 900px){.chat-actions-row,.chat-actions-row-2{flex-wrap:nowrap}}@media (max-width: 820px){.chatpane-header-grid{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.chatpane-hright{grid-column:1 / -1;align-items:flex-start;max-width:100%}.chat-actions-row,.chat-actions-row-2{justify-content:flex-start;flex-wrap:wrap}.chat-chip-select{width:110px;max-width:110px}}.composer-chat{display:flex;align-items:flex-end;gap:10px}.attachWrap{position:relative;display:flex;align-items:center}.attachBtn{height:40px;width:40px;border-radius:12px;display:grid;place-items:center}.attachBtn.active{background:#00a8842e;border-color:#00a88473}.attachMenu{position:absolute;bottom:48px;left:0;padding:10px;width:260px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#14161cfa;box-shadow:0 14px 40px #00000073;z-index:50}.attachGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.attachItem{height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--text);font-weight:800;cursor:pointer}.attachItem:hover{background:#ffffff17}.composer.composer-selection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;align-items:center}.composer-selection-grid .btn-big{height:52px;border-radius:14px;font-size:15px;font-weight:800;width:100%;padding:0 10px;line-height:52px}.composer-selection-grid .btn-big-primary{font-weight:900}@media (min-width: 900px){.composer.composer-selection-grid{max-width:720px;margin:0 auto}}.chat-controlbar,.chat-actionbar{display:flex;align-items:center;gap:8px;padding:6px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-chip-btn{height:32px;padding:0 12px;line-height:32px;border-radius:10px}.chat-chip-select{height:32px;padding:0 8px;border-radius:10px;font-size:12px;width:120px;max-width:120px}.chat-notice{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;opacity:.75}@media (max-width: 820px){.chat-controlbar,.chat-actionbar{width:100%;flex-wrap:wrap;justify-content:flex-start}.chat-chip-select{width:110px;max-width:110px}}.chat-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.rec-bar{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:12px;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.rec-dot{font-size:14px}.rec-time{font-weight:700;font-size:12px;opacity:.95}.btn-small{padding:6px 10px;border-radius:10px;font-size:12px}.btn-small-primary{font-weight:700}.reply-banner{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;margin:0 0 6px;border-radius:10px;background:#ffffff14;font-size:13px}.messages{scroll-behavior:smooth;overscroll-behavior:contain;contain:layout paint}.msg{width:fit-content;padding:10px 12px}.msg .msg-body{padding:0}.media{margin-top:6px;gap:6px}.media-img,.media-video{display:block;border-radius:12px;overflow:hidden;object-fit:cover}.media-img{width:min(280px,72vw);max-width:100%;height:auto;max-height:360px}.media-video{width:min(320px,78vw);max-width:100%;height:auto}.media-audio{width:min(320px,78vw);max-width:100%}.media-open{display:none}.msg-row{margin-top:6px;justify-content:flex-end;gap:8px}.inline-hint,.inlineHint{position:sticky;top:8px;z-index:3;width:fit-content;max-width:92%;margin-left:auto;margin-right:auto}.composer{position:sticky;bottom:0;z-index:30;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.composer textarea{line-height:18px;padding:10px 12px}@media (min-width: 861px){.messages{scrollbar-gutter:stable both-edges}}@media (max-width: 860px){.msg{max-width:88%}.media-img{width:min(260px,78vw)}}.msg{animation:msgIn .12s ease-out}@keyframes msgIn{0%{opacity:.75;transform:translateY(1px)}to{opacity:1;transform:translateY(0)}}.inline-hint{composes:inlineHint}.inline-err{composes:inlineErr}.inline-hint,.inline-err{margin:6px 0 10px;padding:8px 10px;border-radius:10px}.header-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.header-sub-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px;min-width:0}.header-sub{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;min-width:220px}@media (max-width: 820px){.header-sub-row{flex-wrap:wrap}.header-controls{width:100%;justify-content:flex-start;min-width:0}}.chatpane-header-grid2{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:10px;row-gap:2px;align-items:start}.chatpane-hleft2{display:flex;align-items:flex-start;gap:10px;min-width:0;grid-column:1 / 2;grid-row:1 / 3}.header-text{min-width:0}.header-title{font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-sub{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatpane-hright2{grid-column:2 / 3;grid-row:2 / 3;display:flex;align-items:center;justify-content:flex-end;min-width:260px}.header-controls2{display:flex;align-items:center;gap:8px;justify-content:flex-end}@media (max-width: 820px){.chatpane-header-grid2{grid-template-columns:1fr;grid-template-rows:auto auto auto}.chatpane-hleft2{grid-row:1 / 3;grid-column:1 / -1}.chatpane-hright2{grid-row:3 / 4;grid-column:1 / -1;justify-content:flex-start;min-width:0}.header-controls2{flex-wrap:wrap;justify-content:flex-start}}.chatpane-header-grid3{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:10px;row-gap:2px;align-items:center}.chatpane-hleft3{grid-column:1 / 2;grid-row:1 / 3;display:flex;align-items:center}.chatpane-hmid3{grid-column:2 / 3;grid-row:1 / 3;min-width:0}.chatpane-hmid3 .header-title,.chatpane-hmid3 .header-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatpane-hright3{grid-column:3 / 4;grid-row:1 / 2;display:flex;justify-content:flex-end;align-items:center;min-width:260px}.header-controls3{display:flex;gap:8px;align-items:center;justify-content:flex-end}@media (max-width: 820px){.chatpane-header-grid3{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:8px;row-gap:2px}.chatpane-hleft3{grid-column:1 / 2;grid-row:1 / 3}.chatpane-hmid3{grid-column:2 / 3;grid-row:1 / 3;min-width:0}.chatpane-hright3{grid-column:3 / 4;grid-row:1 / 2;min-width:0}.header-controls3{gap:6px}.header-controls3 .chat-chip-select{width:96px;max-width:96px;height:30px;padding:0 6px;font-size:11px;border-radius:10px}.header-controls3 .chat-notice{display:none}}.chat-chip-btn-compact{padding:0 10px;height:30px;line-height:30px;border-radius:10px;font-size:12px}@media (max-width: 520px){.chat-actions-row-2{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.chat-actions-row-2::-webkit-scrollbar{display:none}.chat-chip-select{width:98px;max-width:98px}}.fmWrap{display:flex;flex-direction:column;gap:14px}.fmSection{display:flex;flex-direction:column;gap:10px}.fmSectionHead{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.fmLabel{font-weight:700}.fmMeta{font-size:12px;opacity:.7}.fmErr{border-radius:12px}.fmErrTitle{font-weight:800;margin-bottom:4px}.fmErrMsg{font-size:13px;opacity:.9}.fmPillRow{display:flex;flex-wrap:wrap;gap:8px;min-height:38px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08}.fmHint{font-size:12px;opacity:.7;padding:4px 2px}.fmPill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.fmPillText{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmPillX{border:none;background:transparent;color:inherit;opacity:.85;cursor:pointer;font-size:16px;line-height:1}.fmPillX:hover{opacity:1}.fmRow2{display:flex;gap:10px;align-items:center}.fmInputWrap{position:relative;flex:1}.fmInput{padding-right:36px!important}.fmClear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;cursor:pointer}.fmClear:disabled{opacity:.6;cursor:not-allowed}.fmGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 860px){.fmGrid{grid-template-columns:1fr}}.fmPane{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff05;overflow:hidden}.fmPaneHead{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;background:#141418f2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2}.fmPaneTitle{font-weight:800}.fmPaneMeta{font-size:12px;opacity:.7}.fmList{max-height:260px;overflow:auto;padding:8px}@media (max-width: 860px){.fmList{max-height:220px}}.fmEmpty{padding:12px;font-size:13px;opacity:.7}.fmRow{width:100%;display:flex;gap:10px;align-items:center;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;cursor:pointer;text-align:left;margin:6px 0}.fmRow:hover{background:#ffffff0d}.fmRow.added{opacity:.85}.fmAvatar{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:800;background:#ffffff14;border:1px solid rgba(255,255,255,.1);flex:0 0 auto}.fmRowCol{flex:1;min-width:0}.fmRowTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.fmRowTitle{font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmRowSub{font-size:12px;opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmBadge{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;flex:0 0 auto}.fmBadge.ghost{background:transparent;opacity:.75}.fmTextarea{min-height:84px;border-radius:12px}.fmActions{display:flex;justify-content:flex-end;gap:10px}.fmBtn,.fmBtnPrimary{border-radius:12px}.actionbar-row-pro{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow:hidden;width:100%}.ab-btn{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 10px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;font-weight:800;cursor:pointer;white-space:nowrap}.ab-btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ab-count{opacity:.85}.ab-cancel{background:#ff464624;border-color:#ff464640}.ab-admin{background:#3cc87824;border-color:#3cc87840}.ab-admin2{background:#28aa6924;border-color:#28aa6940}.ab-reply{background:#ffc83c24;border-color:#ffc83c40}.ab-team{background:#7878ff29;border-color:#7878ff47}@media (max-width: 520px){.ab-btn{height:38px;padding:0 8px;gap:6px;font-size:12px}.ab-btn span{display:none}.ab-cancel .ab-count{display:inline}}.chatpane-header-fixed{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px}.chatpane-header-fixed .chatpane-hleft{display:flex;align-items:center;justify-content:flex-start}.chatpane-header-fixed .chatpane-hmid{min-width:0}.chatpane-header-fixed .chatpane-hright{display:flex;align-items:center;justify-content:flex-end;justify-self:end;min-width:max-content}.chatpane-header-fixed .chat-actions-row-2{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap}.chatpane-header-fixed .chat-chip-select,.chatpane-header-fixed .chat-chip-btn{height:34px;padding:0 10px;border-radius:10px;font-size:13px;max-width:170px}.chatpane-header-fixed .chat-chip-count{height:28px;min-width:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.chatpane-header-fixed .header-title,.chatpane-header-fixed .header-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 560px){.chatpane-header-fixed{grid-template-columns:40px minmax(0,1fr) auto;gap:8px}.chatpane-header-fixed .chat-chip-select,.chatpane-header-fixed .chat-chip-btn{height:32px;padding:0 8px;font-size:12px;max-width:132px}.chatpane-header-fixed .chat-chip-btn-compact{padding:0 8px}}.chatpane-header.chatpane-header-rightpin{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}.chatpane-header-rightpin .chatpane-hleft{display:flex!important;align-items:center!important}.chatpane-header-rightpin .chatpane-hmid{min-width:0!important}.chatpane-header-rightpin .header-title,.chatpane-header-rightpin .header-sub{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatpane-header-rightpin .chatpane-hright{justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:max-content!important}.chatpane-header-rightpin .chat-actions-row-2{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important;width:auto!important}.chatpane-header-rightpin .chat-chip-select{height:32px!important;padding:0 8px!important;border-radius:10px!important;font-size:12px!important;width:120px!important;max-width:120px!important}.chatpane-header-rightpin .chat-chip-btn{height:32px!important;padding:0 10px!important;border-radius:10px!important;font-size:12px!important;line-height:32px!important}.chatpane-header-rightpin .chat-chip-count{min-width:26px!important;height:26px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important}@media (max-width: 520px){.chatpane-header-rightpin{grid-template-columns:40px minmax(0,1fr) auto!important;gap:8px!important}.chatpane-header-rightpin .chat-chip-select{width:96px!important;max-width:96px!important;font-size:11px!important;height:30px!important}.chatpane-header-rightpin .chat-chip-btn{height:30px!important;line-height:30px!important;padding:0 8px!important;font-size:11px!important}.chatpane-header-rightpin .chat-notice{display:none!important}}.actionbar-row-pro{overflow:hidden!important;flex-wrap:nowrap!important}.chatpane-header.chatpane-header-grid{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}.chatpane-header-grid .chatpane-hleft{display:flex!important;align-items:center!important}.chatpane-header-grid .chatpane-hmid{min-width:0!important}.chatpane-header-grid .chatpane-hmid .header-title,.chatpane-header-grid .chatpane-hmid .header-sub{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatpane-header-grid .chatpane-hright{justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:max-content!important;width:auto!important}.chatpane-header-grid .chat-actions-row-2{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important;width:auto!important}.chatpane-header-grid .chat-chip-select{height:32px!important;padding:0 8px!important;border-radius:10px!important;font-size:12px!important;width:120px!important;max-width:120px!important;min-width:0!important}.chatpane-header-grid .chat-chip-btn{height:32px!important;padding:0 10px!important;border-radius:10px!important;font-size:12px!important;line-height:32px!important;min-width:0!important}.chatpane-header-grid .chat-chip-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:26px!important;height:26px!important;padding:0 8px!important;border-radius:999px!important;font-weight:800!important}.chatpane-header-grid .chat-notice{max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media (max-width: 520px){.chatpane-header.chatpane-header-grid{grid-template-columns:40px minmax(0,1fr) auto!important;gap:8px!important}.chatpane-header-grid .chat-chip-select{width:96px!important;max-width:96px!important;height:30px!important;font-size:11px!important;padding:0 6px!important}.chatpane-header-grid .chat-chip-btn{height:30px!important;line-height:30px!important;font-size:11px!important;padding:0 8px!important}.chatpane-header-grid .chat-notice{display:none!important}}.actionbar-row{overflow:hidden!important}.actionbar-row-pro{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;overflow:hidden!important;width:100%!important}.actionbar-row .action-btn,.actionbar-row-pro .action-btn{flex:1 1 0!important;min-width:0!important;height:40px!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important}.actionbar-row-pro .ab-btn{flex:1 1 0!important;min-width:0!important;height:40px!important;padding:0 10px!important}.actionbar-row .action-btn,.actionbar-row-pro .action-btn,.actionbar-row-pro .ab-btn{white-space:nowrap!important}.actionbar-row .action-btn span,.actionbar-row-pro .action-btn span,.actionbar-row-pro .ab-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media (max-width: 520px){.actionbar-row .action-btn,.actionbar-row-pro .action-btn,.actionbar-row-pro .ab-btn{height:38px!important;padding:0 8px!important;font-size:12px!important}.actionbar-row-pro .ab-btn span{display:none!important}}.chatpane-header-grid2,.chatpane-header-grid3,.chatpane-header-fixed{display:none!important}.chatpane-header.chatpane-header-grid{position:relative!important;align-items:start!important;padding-top:8px!important;padding-bottom:10px!important}.chatpane-header-grid .chatpane-hmid{padding-top:2px!important}.chatpane-header-grid .chatpane-hright{align-self:start!important;justify-self:end!important;margin-top:-2px!important}.chatpane-header-grid .chat-actions-row-2{align-items:start!important;margin-top:0!important}.chatpane-header-grid .chat-chip-select,.chatpane-header-grid .chat-chip-btn{height:30px!important;line-height:30px!important;padding:0 10px!important;border-radius:10px!important}.chatpane-header-grid .chat-chip-count{height:24px!important;min-width:24px!important;padding:0 8px!important}@media (max-width: 520px){.chatpane-header.chatpane-header-grid{padding-top:calc(8px + env(safe-area-inset-top))!important}.chatpane-header-grid .chat-chip-select,.chatpane-header-grid .chat-chip-btn{height:28px!important;line-height:28px!important;padding:0 8px!important;font-size:11px!important}}.actionbar-row-pro{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;overflow:hidden!important;width:100%!important}.ab-btn{flex:1 1 0!important;min-width:0!important;height:44px!important;padding:0 12px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-weight:800!important;letter-spacing:.2px}.ab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;font-size:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14)}.ab-cancel{background:#ff464629!important;border-color:#ff464647!important}.ab-admin{background:#3cc87829!important;border-color:#3cc8784d!important}.ab-admin2{background:#28aa6929!important;border-color:#28aa694d!important}.ab-reply{background:#ffc83c29!important;border-color:#ffc83c4d!important}.ab-team{background:#7878ff2e!important;border-color:#7878ff4d!important}@media (max-width: 520px){.ab-btn{height:40px!important;padding:0 8px!important;font-size:12px!important;gap:6px!important}}.chatpane-header.chatpane-header-grid{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:start!important;gap:8px 10px!important}.chatpane-header-grid .chatpane-hleft{grid-column:1 / 2!important;grid-row:1 / 3!important;display:flex!important;align-items:center!important}.chatpane-header-grid .chatpane-hmid{grid-column:2 / 3!important;grid-row:1 / 3!important;min-width:0!important}.chatpane-header-grid .chatpane-hmid .header-title{grid-row:1 / 2!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatpane-header-grid .chatpane-hmid .header-sub{grid-row:2 / 3!important;margin-top:2px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatpane-header-grid .chatpane-hright{grid-column:3 / 4!important;grid-row:1 / 2!important;justify-self:end!important;align-self:start!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;min-width:max-content!important;width:auto!important}.chatpane-header-grid .chat-actions-row-2{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.chatpane-header-grid .chat-chip-select{height:30px!important;padding:0 8px!important;border-radius:10px!important;font-size:12px!important;width:120px!important;max-width:120px!important;min-width:0!important}.chatpane-header-grid .chat-chip-btn{height:30px!important;padding:0 10px!important;border-radius:10px!important;font-size:12px!important;line-height:30px!important}@media (max-width: 520px){.chatpane-header.chatpane-header-grid{grid-template-columns:40px minmax(0,1fr) auto!important;gap:6px 8px!important}.chatpane-header-grid .chat-chip-select{width:96px!important;max-width:96px!important;height:28px!important;font-size:11px!important}.chatpane-header-grid .chat-chip-btn{height:28px!important;line-height:28px!important;font-size:11px!important;padding:0 8px!important}}.actionbar-row-pro .ab-btn span{display:inline!important}@media (max-width: 520px){.actionbar-row-pro{gap:6px!important}.actionbar-row-pro .ab-btn{height:38px!important;padding:0 6px!important;font-size:11px!important;gap:6px!important}.actionbar-row-pro .ab-count{min-width:18px!important;height:18px!important;padding:0 6px!important;font-size:11px!important}}.actionbar .ab-btn,.actionbar .action-btn{color:#fffffff2!important}.actionbar .ab-btn{text-shadow:0 1px 0 rgba(0,0,0,.25)}.actionbar .ab-count{color:#fffffffa!important;background:#00000038!important;border-color:#ffffff29!important}.actionbar .ab-btn{border-color:#ffffff29!important;background:#ffffff0f!important}.actionbar .ab-cancel{background:#ff464638!important;border-color:#ff5a5a61!important}.actionbar .ab-admin{background:#3cc87838!important;border-color:#50e69661!important}.actionbar .ab-admin2{background:#28aa6938!important;border-color:#46d28761!important}.actionbar .ab-reply{background:#ffc83c38!important;border-color:#ffdc6e66!important}.actionbar .ab-team{background: rgba(120,120,255,.24) !importan .actionbar .ab-btn{color:#fffffffa!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff14!important;box-shadow:0 6px 18px #00000047,inset 0 1px #ffffff1a!important;text-shadow:0 1px 0 rgba(0,0,0,.35)!important}}.actionbar .ab-team .actionbar .ab-btn{filter:saturate(1.25) contrast(1.05)}.actionbar .ab-team .actionbar .ab-count{color:#fffffffa!important;background:#0000004d!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:inset 0 1px #ffffff1a!important}.actionbar .ab-team .actionbar .ab-cancel{background:#ff50504d!important;border-color:#ff78788c!important;box-shadow:0 8px 20px #0000004d,0 0 0 1px #ff5a5a2e,0 0 18px #ff5a5a1f,inset 0 1px #ffffff1f!important}.actionbar .ab-team .actionbar .ab-admin{background:#3cdc8c4d!important;border-color:#78ffbe8c!important;box-shadow:0 8px 20px #0000004d,0 0 0 1px #50f0a029,0 0 18px #50f0a01a,inset 0 1px #ffffff1f!important}.actionbar .ab-team .actionbar .ab-admin2{background:#23be784d!important;border-color:#5febaa8c!important;box-shadow:0 8px 20px #0000004d,0 0 0 1px #46dc9629,0 0 18px #46dc961a,inset 0 1px #ffffff1f!important}.actionbar .ab-team .actionbar .ab-reply{background:#ffcd3c57!important;border-color:#ffe68c99!important;box-shadow:0 8px 20px #0000004d,0 0 0 1px #ffd76429,0 0 18px #ffd7641a,inset 0 1px #ffffff24!important}.actionbar .ab-team .actionbar .ab-team{background:#8282ff52!important;border-color:#b4b4ff9e!important;box-shadow:0 8px 20px #0000004d,0 0 0 1px #a0a0ff29,0 0 18px #a0a0ff1a,inset 0 1px #ffffff1f!important}@media (hover:hover){.actionbar .ab-team .actionbar .ab-btn:hover{transform:translateY(-1px);filter:brightness(1.1) saturate(1.35)}}.actionbar .ab-team .actionbar .ab-btn:active{transform:translateY(0) scale(.99);filter:brightness(.98) saturate(1.25)}
