:root{color-scheme:dark;font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;font-size:15px;--bg-base: #1e1f22;--bg-primary: #2b2d31;--bg-secondary: #313338;--bg-tertiary: #383a40;--bg-overlay: rgba(17, 20, 25, .92);--bg-modifier-1: rgba(255, 255, 255, .04);--bg-modifier-2: rgba(255, 255, 255, .06);--bg-modifier-3: rgba(255, 255, 255, .08);--bg-modifier-4: rgba(255, 255, 255, .1);--bg-modifier-5: rgba(255, 255, 255, .12);--text-primary: #eef3f1;--text-secondary: #dce8e4;--text-tertiary: #b0bfb9;--text-muted: #9fb0aa;--text-faint: #8d9e97;--text-disabled: #7c8b84;--border-subtle: rgba(255, 255, 255, .06);--border-default: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .1);--accent-teal: #19b394;--accent-teal-dark: #126d61;--accent-orange: #ffaa1a;--accent-orange-dark: #d95c29;--accent-teal-faint: rgba(25, 179, 148, .15);--accent-teal-medium: rgba(25, 179, 148, .25);--accent-orange-faint: rgba(255, 161, 22, .16);--teal-text: #7fc7bb;--teal-text-bright: #92f4df;--orange-text: #ffd08a;--status-danger: rgba(180, 58, 58, .55);--status-danger-bg: rgba(124, 36, 36, .32);--status-danger-text: #ffb3b3;--status-danger-border: rgba(255, 137, 137, .24);--status-warning-bg: rgba(128, 99, 18, .2);--status-warning-border: rgba(255, 197, 79, .22);--badge-red: rgba(255, 80, 80, .85);--presence-online: #19b394;--presence-idle: #ffaa1a;--presence-offline: #5c6573;--shadow-low: 0 1px 0 rgba(0, 0, 0, .2);--shadow-high: 0 12px 32px rgba(0, 0, 0, .4);--composer-bar-padding-top: 10px;--composer-bar-padding-x: 8px;--composer-bar-padding-bottom: 8px;--composer-control-top-offset: 2px;--composer-input-padding-y: 8px;--composer-input-padding-x: 10px;background:radial-gradient(circle at top left,rgba(18,152,124,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(255,161,22,.14),transparent 28%),var(--bg-base);color:var(--text-primary)}*{box-sizing:border-box}body{margin:0;min-width:320px;height:100vh;overflow:hidden;background:var(--bg-base)}button,input,select{font:inherit}button{cursor:pointer}#root{height:100vh;overflow:hidden}.app-shell{height:100vh;display:grid;grid-template-columns:auto 1fr auto;overflow:hidden}.left-panel{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg-primary);border-right:none}.left-panel-rails{display:flex;flex:1;min-height:0}.server-rail{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 8px;width:56px;flex-shrink:0;overflow-y:auto;overflow-x:hidden;background:var(--bg-primary);border-right:1px solid var(--border-subtle)}.brand-chip,.server-pill,.avatar{display:grid;place-items:center;border-radius:16px;font-weight:700}.brand-chip{width:40px;height:40px;font-size:.9rem;background:linear-gradient(135deg,var(--accent-teal),var(--accent-teal-dark));color:#02120f;box-shadow:0 8px 20px #19b39440}.brand-chip--active{box-shadow:0 0 0 2px #19b39447,0 12px 28px #19b39452}.server-pill{width:40px;height:40px;border:0;font-size:.85rem;color:var(--text-secondary);background:var(--bg-modifier-3)}.server-pill--active{background:linear-gradient(135deg,#19b3948c,#ffa1164d)}.workspace-pane{display:flex;flex-direction:column;overflow:hidden;min-height:0;height:100vh;background:var(--bg-secondary)}.chat-header h2{margin:0;font-size:1rem}.eyebrow{margin:0 0 2px;color:var(--teal-text);text-transform:uppercase;letter-spacing:.18em;font-size:.7rem}.header-actions,.chat-header-actions,.composer-actions,.pane-actions,.document-actions-row{display:flex;gap:6px;align-items:center}.audio-controls{display:flex;gap:4px;align-items:center;margin-left:auto}.audio-controls .control-button{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-modifier-2)}.audio-controls .control-button:hover{background:var(--bg-modifier-5)}.audio-controls .control-button--danger{background:var(--status-danger)}.viewer-switch{display:flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:var(--bg-modifier-2);color:var(--text-secondary)}.viewer-switch span{font-size:.84rem;color:var(--text-muted)}.viewer-switch select{border:0;background:transparent;color:inherit}.workspace-grid{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 260px;overflow:hidden}.workspace-grid--home{grid-template-columns:minmax(0,1fr)}.auth-shell{min-height:calc(100vh - 112px);display:grid;grid-template-columns:minmax(0,1.15fr) 420px;gap:18px}.auth-panel{background:var(--bg-secondary);border:1px solid var(--border-default);box-shadow:0 22px 48px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px}.auth-panel--hero{padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(160deg,rgba(25,179,148,.16),transparent 46%),linear-gradient(210deg,rgba(255,161,22,.12),transparent 38%),#111419db}.auth-panel--hero h1{margin:0;max-width:14ch;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02}.auth-panel--form{padding:22px;display:flex;flex-direction:column;gap:16px}.channels-pane,.chat-pane,.details-pane{min-height:0}.detail-card,.chat-pane{background:var(--bg-secondary);border:1px solid var(--border-default);box-shadow:0 22px 48px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.channels-pane{display:flex;flex-direction:column;gap:4px;padding:0 10px 10px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;width:220px;background:transparent;border:none;box-shadow:none}.channels-pane--home{gap:12px}.channel-rail-header{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;margin:0 -10px;flex-shrink:0;border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-low)}.channel-rail-header h2{margin:0;font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-rail-header--home{align-items:flex-end}.channels-pane .pane-title-row button,.channels-pane .icon-button{background:transparent;padding:4px}.channels-pane .pane-title-row button:hover,.channels-pane .icon-button:hover{background:transparent;color:var(--text-secondary)}.main-header{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;flex-shrink:0;border-bottom:1px solid var(--border-default);background:var(--bg-secondary)}.main-header h2{margin:0;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:6px}.main-header-prefix{color:var(--text-disabled);font-weight:400}.pane-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;margin-top:8px;padding:0 4px;color:var(--text-faint);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.pane-title-row:first-child{margin-top:0}.pane-title-row--tight{margin-top:18px}.pane-title-row button,.chat-header-actions button,.session-action,.session-list-actions button,.session-row button,.member-row button,.composer-actions button,.voice-channel-card button,.control-button,.ui-error-card button,.auth-tab,.auth-dev-button{border:0;border-radius:6px;padding:6px 8px;background:var(--bg-modifier-3);color:inherit;font-size:.85rem}.auth-copy,.auth-hint,.auth-notice p,.auth-loading p{margin:0;color:var(--text-muted);line-height:1.5}.auth-pills{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.auth-notice,.auth-loading{padding:16px 18px;border-radius:20px;background:var(--bg-modifier-1);border:1px solid var(--border-default)}.auth-notice{background:var(--status-danger-bg);border-color:var(--status-danger-border)}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auth-tab{padding:12px 14px;background:var(--bg-modifier-1)}.auth-tab--active{background:linear-gradient(135deg,#19b39442,#ffa11624)}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label{display:block;color:var(--text-secondary)}.auth-form input{width:100%;margin-top:8px;border:0;border-radius:16px;padding:13px 15px;background:var(--bg-modifier-2);color:var(--text-primary)}.auth-submit,.auth-dev-button{width:100%;padding:12px 14px;font-weight:700}.auth-submit{border:0;border-radius:16px;background:linear-gradient(135deg,var(--accent-teal),var(--accent-teal-dark));color:#03110f}.auth-dev-button{background:var(--bg-modifier-3)}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.14em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-default)}.channel-list{display:flex;flex-direction:column;gap:1px}.channel-button{display:flex;gap:6px;align-items:center;width:100%;border:0;border-radius:6px;padding:6px 8px;font-size:1rem;color:var(--text-muted);background:transparent;text-align:left}.channel-button:hover{background:transparent;color:var(--text-secondary)}.channel-button--active{background:transparent;color:var(--text-primary)}.channel-button--active:hover{color:var(--text-primary)}.channel-button--unread{color:#fff}.channel-name--unread{font-weight:700}.unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--badge-red);color:#fff;font-size:.7rem;font-weight:700;line-height:1;margin-left:auto;flex-shrink:0}.unread-badge--voice{margin-left:6px;font-size:.65rem;min-width:18px;height:18px}.unread-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent-orange);margin-left:auto;flex-shrink:0}.new-messages-divider{display:flex;align-items:center;gap:12px;width:100%;border:0;padding:4px 0;background:transparent;color:var(--badge-red);font-size:.75rem;font-weight:600;cursor:pointer;text-align:left}.new-messages-divider:hover{color:#ff8a8a}.new-messages-divider:before,.new-messages-divider:after{content:"";flex:1;height:1px;background:#ff505059}.channel-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-home-search-panel{display:flex;flex-direction:column;gap:10px;padding-top:4px}.dm-search-results{display:flex;flex-direction:column;gap:6px}.dm-search-row,.dm-channel-button{width:100%;gap:10px;align-items:center}.dm-search-row{display:flex;border:0;border-radius:10px;padding:8px;background:var(--bg-modifier-1);color:inherit;text-align:left}.dm-search-row:hover,.dm-channel-button:hover{background:var(--bg-modifier-2)}.dm-search-row-copy,.dm-channel-button-copy{display:flex;flex-direction:column;min-width:0}.dm-search-row-copy strong,.dm-channel-button-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-search-row-copy p,.dm-channel-button-copy p{margin:2px 0 0;color:var(--text-muted);font-size:.78rem}.dm-channel-avatar,.dm-home-friend-avatar{position:relative}.channel-row{display:flex;align-items:center;border-radius:6px;padding-right:4px}.channel-row:has(.channel-button--active){background:var(--bg-modifier-3)}.channel-row:has(.channel-button--active):hover{background:var(--bg-modifier-3)}.channel-row:hover{background:var(--bg-modifier-1)}.channel-row .channel-button{flex:1;min-width:0}.channel-actions{display:flex;gap:2px;flex-shrink:0;opacity:0;transition:opacity .15s}.channel-row:hover .channel-actions{opacity:1}.channel-row:hover .icon-button{color:var(--text-tertiary)}.channel-row:hover .icon-button:hover{color:var(--text-primary)}.channel-row:has(.channel-button--active) .channel-actions{opacity:1}.channel-row:has(.channel-button--active) .icon-button{color:var(--text-tertiary)}.voice-channel-card,.file-row,.message-card,.member-row{display:flex;justify-content:space-between;gap:8px}.voice-channel-card{padding:0;background:transparent;border-radius:0}.file-row{padding:8px 10px;border-radius:8px;background:var(--bg-modifier-1)}.voice-channel-controls{display:flex;gap:2px;flex-shrink:0;align-items:center}.file-row{width:100%;border:0;align-items:center;text-align:left}.file-row--active{background:linear-gradient(135deg,#19b3942e,#ffa11624)}.voice-channel-card p,.file-row p,.member-row p,.chat-header p,.audio-user p,.ui-error-card p,.attachment-card span,.message-meta span,.message-meta em,.reply-chip{margin:2px 0 0;color:var(--text-muted);font-size:.85rem}.detail-copy{margin:2px 0 0;color:var(--text-muted);font-size:.8rem}.library-controls{display:flex;flex-direction:column;gap:10px}.library-search-field,.library-select-field{display:flex;flex-direction:column;gap:6px;color:var(--text-secondary)}.library-search-field span,.library-select-field span{font-size:.84rem;color:var(--text-muted)}.library-search-field input,.library-select-field select{width:100%;border:0;border-radius:6px;padding:6px 10px;background:var(--bg-modifier-2);color:var(--text-primary)}.library-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.library-results-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.library-results-row p{margin:0;color:var(--text-muted);font-size:.9rem}.library-results-row button,.library-selection-card button,.library-list-empty button{border:0;border-radius:12px;padding:8px 12px;background:var(--bg-modifier-4);color:inherit}.library-selection-card,.library-list-empty{padding:14px;border-radius:18px;background:var(--bg-modifier-1)}.library-selection-card{border:1px solid var(--border-subtle)}.library-selection-card p,.library-list-empty p{margin:6px 0 0;color:var(--text-muted);font-size:.9rem}.library-selection-card button,.library-list-empty button{margin-top:10px}.file-input{display:none}.file-list{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:8px}.file-row-copy{min-width:0;flex:1}.file-row-title{display:flex;gap:10px;align-items:center}.file-row-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.file-row-action{color:var(--text-secondary);font-size:.9rem;font-weight:600;white-space:nowrap}.audio-dock{flex-shrink:0;margin:0 8px 8px;height:58px;position:relative;display:flex;flex-direction:column;align-items:stretch;border-radius:10px;background:var(--bg-tertiary);border:1px solid var(--border-default);box-shadow:inset 0 1px #ffffff08;overflow:hidden}.audio-dock--in-voice{height:157px;padding-bottom:56px}.audio-dock .audio-user{position:absolute;left:0;right:0;bottom:0;height:56px;margin:0;flex:none}.voice-connected-banner{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 6px;gap:8px;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#ffffff05,#0000)}.voice-connected-banner strong{color:var(--text-primary);font-size:.84rem;font-weight:600}.voice-connected-banner p{margin:2px 0 0;color:var(--text-muted);font-size:.72rem}.voice-action-bar{display:flex;gap:6px;padding:6px 10px;border-bottom:1px solid var(--border-subtle)}.voice-action-bar .control-button{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--bg-modifier-1)}.files-browser{overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0;background:var(--bg-secondary)}.files-browser-controls{padding:12px 16px;display:flex;flex-direction:column;gap:8px;flex-shrink:0;border-bottom:1px solid var(--border-subtle)}.files-browser-list{flex:1;min-height:0;overflow-y:auto;padding:10px 16px;display:flex;flex-direction:column;gap:4px}.audio-user{display:flex;gap:8px;align-items:center;padding:0 10px;margin-bottom:0;flex:1;min-height:0}.audio-user-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.audio-user strong{font-size:.84rem;font-weight:600}.audio-dock .audio-user p{margin:0;color:var(--text-muted);font-size:.72rem;line-height:1}.audio-dock .audio-controls{gap:2px}.audio-dock .audio-controls .control-button{width:32px;height:32px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text-muted)}.audio-dock .audio-controls .control-button:hover{background:var(--bg-modifier-2);color:var(--text-primary)}.audio-dock .audio-controls .control-button--active{background:#45a5662e;color:#67d28c}.audio-dock .audio-controls .control-button--danger{background:#ed424533;color:#ff9ea0}.avatar{width:32px;height:32px;font-size:.8rem;background:linear-gradient(135deg,#ffaa1a,#d95c29);color:#120a02}.avatar--message{width:40px;height:40px;flex:0 0 40px;margin-top:2px}.avatar--member{width:30px;height:30px}.chat-pane{position:relative;border-radius:0;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.dm-home-shell{display:flex;flex-direction:column;gap:18px;padding:24px;overflow:auto}.dm-home-hero,.dm-home-list{border-radius:22px;border:1px solid var(--border-default);background:linear-gradient(160deg,rgba(25,179,148,.1),transparent 42%),linear-gradient(220deg,rgba(255,161,22,.08),transparent 34%),#111419eb;box-shadow:0 22px 48px #0000002e}.dm-home-hero{padding:24px}.dm-home-hero h3{margin:0;font-size:1.65rem}.dm-home-hero p:last-child{margin:10px 0 0;max-width:56ch;color:var(--text-muted)}.dm-home-list{padding:18px;display:flex;flex-direction:column;gap:8px}.dm-home-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:2px}.dm-home-list-header span{color:var(--text-muted);font-size:.82rem}.dm-home-friend-row{display:flex;align-items:center;gap:12px;width:100%;border:0;border-radius:14px;padding:10px 12px;background:var(--bg-modifier-1);color:inherit;text-align:left}.dm-home-friend-row:hover{background:var(--bg-modifier-2)}.dm-home-friend-copy{flex:1;min-width:0}.dm-home-friend-copy p{margin:3px 0 0;color:var(--text-muted);font-size:.82rem}.dm-home-friend-action{color:var(--teal-text);font-size:.8rem;font-weight:600}.dm-home-empty{padding:16px;border-radius:16px;background:var(--bg-modifier-1)}.dm-home-empty p{margin:6px 0 0;color:var(--text-muted)}.chat-header{padding:0 16px;display:none}.message-list{padding:12px 16px;overflow:auto;display:flex;flex-direction:column;gap:0;flex:1;min-height:0}.message-card{align-items:flex-start;gap:12px;padding:2px 16px;margin:0 -16px;border-radius:6px}.message-card--group-start{margin-top:14px}.message-card--first{margin-top:0}.message-card--compact{margin-top:0;min-height:22px;padding-top:0;padding-bottom:0}.message-card:hover{background:var(--bg-modifier-1)}.message-compact-time{width:40px;flex:0 0 40px;height:22px;margin-top:1px;opacity:0;color:var(--text-faint);font-size:.7rem;line-height:22px;text-align:end;padding-right:4px;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:visible}.message-card--compact:hover .message-compact-time{opacity:1}.message-body{flex:1;min-width:0}.message-meta{display:flex;align-items:center;gap:10px;margin-bottom:6px}.message-meta--compact{margin-bottom:4px}.message-body p{margin:0;line-height:1.5}.reply-chip{margin-bottom:8px}.attachment-card{margin-top:12px;display:inline-flex;flex-direction:column;gap:2px;padding:14px 16px;border-radius:16px;background:var(--bg-modifier-2)}.attachment-image-wrapper{margin-top:12px}.attachment-image{max-width:360px;max-height:280px;border-radius:12px;cursor:pointer;object-fit:cover;display:block}.attachment-image:hover{opacity:.9}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000c;cursor:pointer}.image-lightbox img{max-width:90vw;max-height:90vh;border-radius:12px;object-fit:contain}.message-list--drag-over{outline:2px dashed rgba(25,179,148,.5);outline-offset:-4px}.chat-scroll-affordance{position:absolute;right:16px;display:flex;justify-content:flex-end;pointer-events:none;z-index:6}.scroll-to-bottom-button{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(25,179,148,.35);border-radius:999px;padding:8px 12px;background:#161b22f0;color:var(--text-primary);box-shadow:0 12px 32px #00000047;pointer-events:auto}.scroll-to-bottom-button:hover{background:#1c232cfa}.scroll-to-bottom-button__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--badge-red);color:#fff;font-size:.72rem;font-weight:700;line-height:1}.pending-attachments-strip{display:flex;gap:8px;padding:10px 24px 0;overflow-x:auto}.pending-attachment{position:relative;flex-shrink:0}.pending-attachment-thumb{width:64px;height:64px;border-radius:8px;object-fit:cover;display:block}.pending-attachment-remove{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;border:0;background:#dc3c3ce6;color:#fff;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.composer{display:flex;flex-direction:column;gap:0;flex-shrink:0;margin:0 8px 8px;border-radius:10px;background:var(--bg-tertiary);border:1px solid var(--border-default);box-shadow:inset 0 1px #ffffff08;overflow:hidden}.composer>.pending-attachments-strip{width:100%;flex-basis:100%;padding:8px 8px 0}.composer input{border:0;border-radius:8px;padding:8px 12px;background:var(--bg-modifier-2);color:var(--text-primary)}.composer-bar{display:flex;align-items:flex-start;flex:1;min-height:56px;max-height:496px;background:transparent;border-radius:0;padding:var(--composer-bar-padding-top) var(--composer-bar-padding-x) var(--composer-bar-padding-bottom);gap:2px}.composer-plus{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border:0;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:999px;align-self:flex-start;margin-top:var(--composer-control-top-offset)}.composer-plus:hover{background:#ffffff14;color:var(--text-secondary)}.composer-bar .composer-input-wrapper{flex:1;min-width:0;align-self:stretch;display:flex;align-items:flex-start}.composer-bar .composer-input-wrapper input,.composer-bar .composer-input-wrapper .composer-editable{background:transparent;border-radius:0;padding:var(--composer-input-padding-y) var(--composer-input-padding-x);border:0;width:100%;color:var(--text-primary);font:inherit;outline:none;white-space:pre-wrap;overflow-wrap:break-word}.composer-editable{position:relative;min-height:22px;max-height:480px;overflow-y:auto;line-height:22px}.composer-editable[data-empty=true]:before{position:absolute;top:var(--composer-input-padding-y);left:var(--composer-input-padding-x);right:var(--composer-input-padding-x);line-height:inherit;content:attr(data-placeholder);color:var(--text-muted);opacity:.9;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-bar .composer-actions{display:flex;gap:2px;align-items:center;flex-shrink:0;padding-right:0;align-self:flex-start;height:32px;margin-top:var(--composer-control-top-offset)}.composer-bar .composer-actions button{background:transparent;width:32px;height:32px;padding:0;color:var(--text-faint);border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.composer-bar .composer-actions button:hover{background:#ffffff14;color:var(--text-secondary)}.composer-plus svg,.composer-bar .composer-actions button svg{width:18px;height:18px}.send-button{background:linear-gradient(135deg,var(--accent-teal),var(--accent-teal-dark));color:#03110f;font-weight:700}.document-shell,.file-preview-shell,.library-empty-state{padding:22px 24px;overflow:auto}.document-shell,.file-preview-shell{display:flex;flex-direction:column;gap:16px}.document-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px;align-items:start}.document-field{display:block;grid-column:1 / -1;color:var(--text-secondary)}.document-field input,.document-editor-card textarea{width:100%;margin-top:8px;border:0;border-radius:18px;padding:14px 16px;background:var(--bg-modifier-2);color:var(--text-primary)}.document-editor-card,.document-preview-card,.document-recovery-card,.document-conflict-card,.document-history-card{min-height:0;padding:18px;border-radius:22px;background:var(--bg-modifier-1)}.document-recovery-card{background:var(--status-warning-bg);border:1px solid var(--status-warning-border)}.document-conflict-card{background:var(--status-danger-bg);border:1px solid var(--status-danger-border)}.document-recovery-card p,.document-conflict-card p,.document-history-row p{margin:8px 0 0;color:var(--text-secondary)}.document-history-card{display:flex;flex-direction:column;gap:14px}.document-history-list{display:flex;flex-direction:column;gap:12px}.document-history-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-radius:18px;background:var(--bg-modifier-1)}.document-history-title-row{display:flex;gap:10px;align-items:center}.document-editor-card textarea{min-height:360px;resize:vertical}.markdown-preview{line-height:1.65;color:var(--text-secondary)}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{margin:0 0 12px}.markdown-preview p,.markdown-preview ul,.markdown-preview pre,.markdown-preview blockquote{margin:0 0 14px}.markdown-preview ul{padding-left:18px}.markdown-preview code{padding:2px 6px;border-radius:8px;background:var(--bg-modifier-3)}.markdown-preview pre{padding:16px;border-radius:18px;overflow:auto;background:var(--bg-base)}.markdown-preview pre code{padding:0;background:transparent}.markdown-preview blockquote{padding-left:14px;border-left:3px solid rgba(25,179,148,.5);color:var(--text-muted)}.text-file-preview{margin:0;padding:20px;border-radius:22px;overflow:auto;background:var(--bg-base);color:var(--text-secondary);white-space:pre-wrap}.file-media{width:100%;max-height:62vh;border-radius:22px;object-fit:contain;background:var(--bg-base)}.library-empty-state{display:grid;place-items:center;text-align:center;color:var(--text-secondary)}.library-empty-state p{margin:8px 0 0;color:var(--text-muted)}.details-pane{display:flex;flex-direction:column;padding:0;overflow-y:auto;overflow-x:hidden;background:var(--bg-primary);border-left:none;gap:0}.details-pane>.member-list-section{padding:10px 12px}.member-list-header{padding:12px 16px 8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint)}.detail-card{border-radius:12px;padding:12px}.detail-card label{display:block;margin-top:12px;color:var(--text-secondary)}.detail-card input[type=range]{width:100%;margin-top:8px}.media-room-card{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:24px;background:radial-gradient(circle at top right,rgba(25,179,148,.14),transparent 36%),linear-gradient(180deg,#ffffff0e,#ffffff09);border:1px solid var(--border-default)}.media-room-card__summary{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.media-room-card__summary-copy{min-width:0;flex:1}.media-room-card__summary-copy p,.media-room-card__meta-card p,.media-room-participant__copy p{margin:4px 0 0;color:var(--text-muted);font-size:.92rem}.media-room-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.media-room-card__meta-card{padding:12px;border-radius:16px;background:var(--bg-modifier-1)}.media-room-card__participants{display:flex;flex-direction:column;gap:10px}.media-room-participant{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:16px;background:var(--bg-modifier-1)}.media-room-participant__copy{min-width:0;flex:1}.media-room-participant__copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-room-track-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.media-room-track-pill{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:var(--bg-modifier-3);color:var(--text-secondary);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.media-room-track-pill--active{background:var(--accent-teal-faint);color:var(--teal-text-bright)}.media-room-track-pill--muted{background:var(--accent-orange-faint);color:var(--orange-text)}.media-room-empty{margin:0;padding:12px 14px;border-radius:16px;background:var(--bg-modifier-1);color:var(--text-muted);font-size:.92rem}.member-list,.session-list,.bullet-list,.service-status-grid{display:flex;flex-direction:column;gap:12px}.member-list--pane{padding:0 12px 10px;gap:6px}.member-row{width:100%;border:0;border-radius:12px;align-items:flex-start;text-align:left;padding:8px;background:transparent;color:inherit;transition:background .16s ease,border-color .16s ease}.member-row:hover{background:var(--bg-modifier-1)}.member-row--selected{background:linear-gradient(135deg,#19b39426,#ffa1161a)}.member-row-copy{flex:1;min-width:0}.member-row-copy strong{display:block;line-height:1.25}.member-row-chevron{color:var(--text-faint);font-size:1.1rem;line-height:1;margin-top:4px}.member-info-card{margin:2px 12px 12px;padding:12px;border-radius:16px;background:var(--bg-modifier-1);border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:12px}.member-info-card--empty{justify-content:center}.member-info-card--empty p,.member-info-card__empty{margin:0;color:var(--text-muted);font-size:.85rem}.member-info-card__header{display:flex;align-items:flex-start;gap:10px}.member-info-card__identity{min-width:0;flex:1}.member-info-card__identity strong{display:block}.member-info-card__identity p{margin:2px 0 0;color:var(--text-muted);font-size:.83rem}.member-info-card__actions{display:flex;flex-direction:column;gap:8px}.member-info-card__action{width:100%;border:0;border-radius:10px;padding:8px 10px;text-align:left;background:var(--bg-modifier-3);color:var(--text-secondary)}.member-info-card__action:hover{background:var(--bg-modifier-4)}.member-info-card__action--danger{background:var(--status-danger-bg);color:var(--status-danger-text)}.session-list-actions{display:flex;justify-content:flex-end}.session-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border-radius:16px;background:var(--bg-modifier-1)}.session-row-copy p{margin:6px 0 0;color:var(--text-muted)}.service-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.service-status-card{padding:12px;border-radius:16px;background:var(--bg-modifier-1)}.service-status-card p{margin:6px 0 0;color:var(--text-muted);text-transform:capitalize}.bullet-list{margin:0;padding-left:18px;color:var(--text-secondary)}.ui-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--bg-modifier-3);color:var(--text-secondary);font-size:.82rem}.ui-pill--success{background:var(--accent-teal-medium);color:var(--teal-text-bright)}.ui-pill--warning{background:var(--accent-orange-faint);color:var(--orange-text)}.ui-error-card{position:absolute;top:8px;left:16px;right:16px;z-index:20;padding:14px 18px;border-radius:12px;display:flex;justify-content:space-between;gap:18px;align-items:center;background:var(--status-danger-bg);border:1px solid var(--status-danger-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px #0000004d}.ui-voice-meter{margin-top:14px}.ui-voice-meter__track{position:relative;height:20px;border-radius:999px;overflow:hidden;background:var(--bg-modifier-3)}.ui-voice-meter__level{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#ffaa1a,#19b394)}.ui-voice-meter__threshold{position:absolute;top:0;bottom:0;width:2px;background:#ffffffd9}.control-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:5px 6px}.control-button--danger{background:var(--status-danger)}.icon-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;padding:4px;background:transparent;color:var(--text-faint);cursor:pointer}.icon-button:hover{background:transparent;color:var(--text-secondary)}.icon-button--danger{background:var(--status-danger);color:var(--status-danger-text)}.control-button--active{background:linear-gradient(135deg,#19b39473,#ffa11640)}.main-column{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.screen-share-banner{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-radius:14px;background:linear-gradient(135deg,#19b39438,#ffa11624);font-size:.88rem;font-weight:600;color:var(--text-secondary)}.screen-share-view{display:flex;flex-direction:column;gap:8px;border-radius:20px;overflow:hidden;background:var(--bg-overlay);border:1px solid var(--border-default)}.screen-share-view video,.screen-share-video{width:100%;max-height:340px;object-fit:contain;background:var(--bg-base);border-radius:0 0 20px 20px}.screen-share-placeholder{display:grid;place-items:center;padding:40px 20px;color:var(--text-disabled);font-size:.9rem}.screen-share-controls{display:flex;gap:10px;align-items:center;justify-content:center;padding:8px 16px}.control-button--screen-share{white-space:nowrap}@media(max-width:1180px){.auth-shell,.workspace-grid,.document-grid{grid-template-columns:1fr}.details-pane{display:none}.media-room-card__meta{grid-template-columns:1fr}}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.left-panel{display:none}.workspace-grid{grid-template-columns:1fr}}.presence-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid var(--bg-base)}.presence-indicator--online{background:var(--presence-online)}.presence-indicator--idle{background:var(--presence-idle)}.presence-indicator--offline{background:var(--presence-offline)}.avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-settings{display:flex;flex-direction:column;gap:.75rem}.profile-setting-row label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--text-faint)}.profile-setting-row input[type=text]{background:var(--bg-primary);border:1px solid var(--border-default);border-radius:6px;padding:.35rem .5rem;color:var(--text-primary)}.profile-setting-row input[type=file]{font-size:.8rem;color:var(--text-faint)}.mention-highlight{display:inline-flex;align-items:center;padding:0 4px;min-height:1.2em;border-radius:6px;background:var(--accent-teal-faint);color:var(--teal-text);font-weight:600;line-height:1}.mention-highlight--self{background:var(--accent-teal-medium);color:var(--teal-text-bright)}.mention-highlight--everyone{background:var(--accent-orange-faint);color:var(--orange-text);font-weight:600}.message-card--mentioned{border-left:3px solid rgba(25,179,148,.55);padding-left:12px;background:#19b3940f;border-radius:8px}.composer-input-wrapper{position:relative;flex:1}.composer-input-wrapper input{width:100%;border:0;border-radius:8px;padding:8px 12px;background:var(--bg-modifier-2);color:var(--text-primary);font:inherit}.mention-autocomplete{position:absolute;bottom:calc(100% + 6px);left:0;right:0;max-height:220px;overflow:auto;display:flex;flex-direction:column;border-radius:16px;background:var(--bg-overlay);border:1px solid var(--border-strong);box-shadow:var(--shadow-high);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;padding:6px}.mention-autocomplete-item{display:flex;gap:10px;align-items:center;width:100%;border:0;border-radius:12px;padding:10px 12px;background:transparent;color:var(--text-secondary);text-align:left;cursor:pointer;font:inherit}.mention-autocomplete-item--active{background:var(--accent-teal-faint)}.mention-autocomplete-name{font-weight:600}.mention-autocomplete-username{color:var(--text-muted);font-size:.88rem}.video-grid-container{padding:12px;border-radius:20px;background:#0000004d;margin-bottom:8px}.video-grid{gap:8px}.video-grid--gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.video-grid--speaker{display:flex;flex-direction:column;gap:8px}.video-grid--speaker>.video-tile--speaker-highlight{flex:1;min-height:280px}.video-grid-strip{display:flex;gap:8px;overflow-x:auto}.video-grid-strip>.video-tile{width:140px;min-width:140px;height:105px}.video-tile{position:relative;border-radius:14px;overflow:hidden;background:var(--bg-primary);aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;border:2px solid transparent;transition:border-color .2s}.video-tile--speaking{border-color:var(--accent-teal);box-shadow:0 0 10px #19b39466}.video-tile--local{opacity:.95}.video-tile video{width:100%;height:100%;object-fit:cover;border-radius:12px}.video-tile--local video{transform:scaleX(-1)}.video-tile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#19b39433,#ffaa1a26)}.video-tile-placeholder span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#ffaa1a,#d95c29);color:#120a02;font-size:1.2rem;font-weight:700}.video-tile-label{position:absolute;bottom:6px;left:8px;padding:2px 8px;border-radius:6px;background:#0009;color:var(--text-secondary);font-size:.78rem;font-weight:600;pointer-events:none}.video-layout-toggle{display:flex;gap:4px;margin-bottom:8px}.video-layout-toggle button{padding:4px 12px;border-radius:8px;background:var(--bg-modifier-2);color:var(--text-muted);font-size:.8rem;font-weight:600;border:none;cursor:pointer;transition:background .15s,color .15s}.video-layout-toggle button:hover{background:var(--bg-modifier-4)}.video-layout-toggle button.active{background:var(--accent-teal-medium);color:var(--text-secondary)}.control-button--active{background:var(--accent-teal-medium)}.voice-participants-list{display:flex;flex-direction:column;padding:0 0 2px 30px}.voice-participant-row{display:flex;align-items:center;gap:6px;padding:3px 8px;border-radius:4px}.voice-participant-row:hover{background:var(--bg-modifier-1)}.voice-participant-avatar{width:20px;height:20px;border-radius:50%;background:var(--bg-tertiary);display:grid;place-items:center;flex-shrink:0;font-size:.6rem;font-weight:700;color:var(--text-secondary);overflow:hidden}.voice-participant-avatar img{width:100%;height:100%;object-fit:cover}.voice-participant-name{font-size:.8rem;color:var(--text-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;background:#000000b3}.settings-modal{display:flex;flex:1;max-width:100%;height:100%}.settings-sidebar{width:220px;flex-shrink:0;background:var(--bg-overlay);display:flex;flex-direction:column;padding:60px 8px 20px;overflow-y:auto}.settings-sidebar-section{margin-bottom:8px}.settings-sidebar-label{padding:6px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.settings-sidebar-item{display:flex;align-items:center;gap:8px;width:100%;border:0;border-radius:6px;padding:7px 10px;background:transparent;color:var(--text-tertiary);font-size:.92rem;text-align:left;cursor:pointer}.settings-sidebar-item:hover{background:var(--bg-modifier-2);color:var(--text-primary)}.settings-sidebar-item--active{background:var(--bg-modifier-4);color:var(--text-primary)}.settings-content{flex:1;background:var(--bg-secondary);padding:60px 40px 40px;overflow-y:auto;position:relative}.settings-content h2{margin:0 0 20px;font-size:1.2rem;font-weight:700}.settings-content h3{margin:24px 0 12px;font-size:.95rem;font-weight:600;color:var(--text-secondary)}.settings-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:transparent;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1}.settings-close:hover{border-color:#fff6;color:var(--text-primary)}.settings-separator{height:1px;background:var(--bg-modifier-2);margin:4px 10px}
