:root{--bg-1:teal;--bg-2:#0a7f7f;--panel:silver;--panel-border:gray;--text:#000;--muted:#3f3f3f;--accent:navy;--surface-top:#dfdfdf;--surface-bottom:#c6c6c6;--control-top:#fff;--control-bottom:#d4d0c8;--danger:#b00020;--ok:#007a3d;--bevel-light:#fff;--bevel-mid:#d4d0c8;--bevel-dark:gray;--bevel-ink:#000;--primary-top:navy;--primary-bottom:#1084d0;--primary-on:#fff;--primary-on-muted:#d6e9ff;--status-pill-border:#404040;--status-pill-top:#d4d0c8;--status-pill-bottom:silver;--status-pill-text:#111;--status-pill-inset:#fff;--status-dot-online-bg:#0f0;--status-dot-online-border:#006b00;--status-dot-away-bg:#ff0;--status-dot-away-border:#8d7a00;--status-dot-offline-bg:#8d8d8d;--status-dot-offline-border:#585858;--sidebar-heading:#1f1f1f;--tab-border:gray;--tab-top:#efefef;--tab-bottom:#d4d0c8;--tab-text:#111;--tab-active-border:gray;--tab-active-top:#d4d0c8;--tab-active-bottom:#d4d0c8;--tab-active-text:#111;--badge-pill-border:gray;--badge-pill-bg:#d4d0c8;--badge-pill-text:#1a1a1a;--badge-unread-border:#7b2f00;--badge-unread-bg:#f0d3b5;--badge-unread-text:#4b1d00;--section-border:gray;--section-top:#dfdfdf;--section-bottom:#c6c6c6;--section-toggle-border:gray;--section-toggle-top:#efefef;--section-toggle-bottom:#d4d0c8;--section-toggle-text:#111;--section-toggle-muted:#4f4f4f;--resizer-border:gray;--resizer-top:#efefef;--resizer-bottom:silver;--resizer-inset:#fff;--window-panel-top:#dfdfdf;--window-panel-bottom:#c6c6c6;--window-titlebar-top:#7f7f7f;--window-titlebar-bottom:#6a6a6a;--window-titlebar-border:#555;--window-titlebar-text:#f4f4f4;--window-titlebar-active-top:var(--primary-top);--window-titlebar-active-bottom:var(--primary-bottom);--window-titlebar-active-border:#001f4d;--window-titlebar-active-text:var(--primary-on);--window-close-border:#000;--window-close-top:#efefef;--window-close-bottom:#d4d0c8;--window-close-hover-top:#fff;--window-close-hover-bottom:#e0ddd6;--window-active-shadow:#00000040;--list-item-border:gray;--list-item-top:#fff;--list-item-bottom:#e7e7e7;--list-item-text:#111;--list-item-active-border:navy;--list-item-active-inset:navy;--request-incoming-border:#7b6a26;--request-incoming-bg:#f2e8be;--request-incoming-text:#3d3307;--request-pending-border:var(--badge-pill-border);--request-pending-bg:var(--badge-pill-bg);--request-pending-text:var(--badge-pill-text);--empty-state-border:gray;--empty-state-top:#ececec;--empty-state-bottom:#d4d0c8;--message-log-border:gray;--message-log-bg:#fff;--message-item-border:gray;--message-item-bg:#f1f1f1;--message-mine-border:#7b6a26;--message-mine-bg:#f5ecc8;--sender-text:navy;--focus-outline:navy;--button-text:#111;--button-hover-bottom:#c8c5be;--button-active-top:#c8c5be;--button-active-bottom:#dfdfdf;--input-border:gray;--input-bg-bottom:#f3f3f3;--input-text:#111;--field-border-outer:gray;--field-border-inner:#000;--field-border-soft:#dfdfdf;--field-border-highlight:#fff;--field-bg:#fff;--auth-shell-bg:teal;--auth-label:#1f1f1f;--auth-placeholder:#6a6a6a;--resize-handle:gray;--member-manager-border:gray;--space-xs:.32rem;--space-sm:.45rem;--space-md:.65rem}*{box-sizing:border-box}html,body,#root{height:100%}body{min-height:100dvh;color:var(--text);background:linear-gradient(180deg, var(--bg-1), var(--bg-2));margin:0;font-family:Tahoma,MS Sans Serif,Verdana,sans-serif;font-size:14px}input,select,textarea{font:inherit}button{background:var(--control-bottom);color:var(--button-text);cursor:pointer;min-width:75px;min-height:23px;box-shadow:inset -1px -1px 0 var(--bevel-ink), inset 1px 1px 0 var(--bevel-light), inset -2px -2px 0 var(--bevel-dark), inset 2px 2px 0 var(--bevel-mid);border:0;border-radius:0;padding:0 12px;transition:none}button:hover{background:var(--control-bottom)}button:active{box-shadow:inset -1px -1px 0 var(--bevel-light), inset 1px 1px 0 var(--bevel-ink), inset -2px -2px 0 var(--bevel-mid), inset 2px 2px 0 var(--bevel-dark);background:var(--control-bottom);padding:1px 11px 0 13px}button.danger{color:#7a0000}button.danger:hover{background:var(--control-bottom)}button:disabled{color:gray;cursor:default;text-shadow:1px 1px #fff}input,select,textarea{border:1px solid var(--field-border-outer);background:var(--field-bg);width:100%;color:var(--input-text);box-shadow:inset 1px 1px 0 var(--field-border-inner), inset -1px -1px 0 var(--field-border-highlight), inset 2px 2px 0 var(--field-border-outer), inset -2px -2px 0 var(--field-border-soft);padding:.24rem .42rem}label{color:var(--muted);gap:.35rem;display:grid}.auth-shell,.app-shell{width:100%;max-width:none;height:100dvh;margin:0;padding:.4rem}.app-shell-desktop{position:relative;overflow:hidden}.app-window{border:1px solid var(--bevel-ink);background:var(--panel);height:100%;box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-ink), inset 2px 2px 0 var(--bevel-mid), inset -2px -2px 0 var(--bevel-dark);grid-template-rows:auto minmax(0,1fr);gap:0;display:grid;position:relative;overflow:hidden}.desktop-app-window{width:min(1240px,100% - 24px);max-width:calc(100% - 8px);height:min(840px,100% - 24px);max-height:calc(100% - 8px);position:absolute}.people-settings-window{height:min(88dvh,760px);min-height:440px;max-height:min(88dvh,760px);box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-ink), inset 2px 2px 0 var(--bevel-mid), inset -2px -2px 0 var(--bevel-dark);gap:.5rem;padding:.8rem}.people-settings-window .people-settings-window-controls{pointer-events:none}.people-settings-window .people-settings-titlebar{min-height:calc(1.15rem + 5px)}.people-settings-window .window-close-placeholder{visibility:hidden}.people-settings-window .columns.two-column-layout{grid-template-columns:1fr;align-content:stretch;height:100%;min-height:0}.people-settings-window .sidebar-panel{box-shadow:none;background:0 0;border:0;height:100%;min-height:0;margin:0;padding:0}.people-settings-window .sidebar-tabs{gap:4px;padding:0}.people-settings-window .sidebar-body{height:100%;min-height:0;margin:0}.people-settings-window .app-window-resize-handle{cursor:nwse-resize;background:0 0;border:0;width:18px;height:18px;position:absolute;bottom:0;right:0}.people-settings-window .app-window-resize-handle:before{content:"";opacity:.9;background:linear-gradient(135deg,#0000 0 58%,gray 58% 65%,#0000 65% 72%,gray 72% 79%,#0000 79%);width:10px;height:10px;position:absolute;bottom:3px;right:3px}.app-header-draggable{cursor:grab;-webkit-user-select:none;user-select:none}.app-header-draggable:active{cursor:grabbing}.webamp-host{z-index:110;position:absolute;bottom:12px;right:74px}.auth-shell{background:var(--auth-shell-bg);place-items:center;min-height:100vh;padding:1.2rem;display:grid}.auth-window{border:1px solid var(--bevel-ink);background:var(--panel);width:min(350px,100%);box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-ink), inset 2px 2px 0 var(--bevel-mid), inset -2px -2px 0 var(--bevel-dark);grid-template-rows:auto minmax(0,1fr);gap:.5rem;padding:.8rem;display:grid}.auth-titlebar{border:0;border-bottom:1px solid var(--window-titlebar-active-border);background:linear-gradient(90deg, var(--primary-top) 0%, var(--primary-bottom) 100%);min-height:calc(1.15rem + 5px);box-shadow:none;color:#fff;align-items:center;gap:.35rem;margin:-.56rem -.56rem .22rem;padding:.13rem .18rem;font-family:Tahoma,MS Sans Serif,Verdana,sans-serif;display:flex}.auth-titlebar h1{letter-spacing:.01em;color:#fff;text-shadow:none;flex:none;margin:0;font-size:11px;font-weight:700;line-height:1}.auth-title-separator{color:var(--primary-on-muted);flex:none;font-size:10px;line-height:1}.auth-title-tagline{min-width:0;color:var(--primary-on-muted);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;line-height:1;overflow:hidden}.auth-window-body{gap:0;padding:0;display:grid}.panel,.app-header{border:1px solid var(--panel-border);background:linear-gradient(180deg, var(--surface-top) 0%, var(--surface-bottom) 100%);box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark)}.auth-tabs{margin:0;padding:0 4px}.auth-tab-body{padding:var(--space-sm);border:1px solid var(--tab-border);background:linear-gradient(180deg, var(--surface-top) 0%, var(--surface-bottom) 100%);box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark);gap:var(--space-md);z-index:2;border-top:0;border-radius:0 3px 3px;flex-direction:column;flex:none;min-height:auto;margin:0 4px;display:flex;position:relative}h1,h2,h3{letter-spacing:0;margin:0;font-family:Tahoma,MS Sans Serif,Verdana,sans-serif;font-weight:700}.muted,.presence,.status{color:var(--muted);margin:0}.status{color:var(--ok)}.cta{color:var(--button-text);min-height:23px;font-weight:700}.auth-tab-body label{color:var(--auth-label);font-size:12px}.auth-tab-body input{border-color:var(--field-border-outer);background:var(--field-bg);min-height:2rem}.auth-tab-body input::placeholder{color:var(--auth-placeholder)}.auth-tab-body .cta{place-self:flex-end end}.app-header{background:linear-gradient(90deg, var(--primary-top) 0%, var(--primary-bottom) 100%);color:#fff;border:1px solid #0a0a0a;justify-content:space-between;align-items:center;gap:6px;min-height:22px;padding:3px 4px;display:flex;box-shadow:inset -1px -1px gray,inset 1px 1px #dfdfdf}.header-identity{align-items:center;gap:6px;min-width:0;display:flex}.app-header h1{color:#fff;text-shadow:none;flex:none;font-family:Tahoma,MS Sans Serif,Verdana,sans-serif;font-size:11px;font-weight:700;line-height:1}.app-header p{white-space:nowrap;text-overflow:ellipsis;color:var(--primary-on-muted);margin:0;font-size:.75rem;line-height:1;overflow:hidden}.status-pill{border:1px solid var(--status-pill-border);background:linear-gradient(180deg, var(--status-pill-top) 0%, var(--status-pill-bottom) 100%);min-width:0;max-width:min(55vw,460px);color:var(--status-pill-text);box-shadow:inset 1px 1px 0 var(--status-pill-inset);align-items:center;gap:.4rem;padding:.16rem .52rem;font-size:.72rem;line-height:1;display:inline-flex}.status-pill-dot{background:var(--status-dot-online-bg);border:1px solid var(--status-dot-online-border);border-radius:999px;flex:none;width:.46rem;height:.46rem;box-shadow:0 0 0 1px #ffffff3d}.status-pill-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.status-pill--online .status-pill-dot{background:var(--status-dot-online-bg);border-color:var(--status-dot-online-border)}.status-pill--away .status-pill-dot{background:var(--status-dot-away-bg);border-color:var(--status-dot-away-border)}.status-pill--offline .status-pill-dot{background:var(--status-dot-offline-bg);border-color:var(--status-dot-offline-border)}.columns{grid-template-columns:1.1fr 1fr 1.4fr;gap:0;min-height:0;display:grid}.columns.two-column-layout{grid-template-columns:minmax(320px,1.05fr) minmax(0,2.2fr);align-items:stretch;height:100%}.panel.sidebar-panel{flex-direction:column;align-content:normal;gap:0;height:100%;min-height:0;display:flex;overflow:hidden}.sidebar-body{gap:var(--space-md);border:1px solid var(--tab-border);background:linear-gradient(180deg, var(--surface-top) 0%, var(--surface-bottom) 100%);min-height:0;box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark);padding:var(--space-sm);z-index:2;border-top:0;border-radius:0 3px 3px;flex-direction:column;flex:auto;margin:0 4px;display:flex;position:relative;overflow:auto}.sidebar-panel>h2{color:var(--sidebar-heading);letter-spacing:.02em;margin-bottom:.35rem;font-size:.9rem}.sidebar-tabs{border-bottom:0;align-items:flex-end;gap:3px;margin:0 0 -1px;padding:0 4px;list-style:none;display:flex}.sidebar-tab{z-index:1;border:1px solid var(--tab-border);border-bottom-color:var(--tab-border);background:linear-gradient(180deg, var(--tab-top) 0%, var(--tab-bottom) 100%);min-width:0;color:var(--tab-text);box-shadow:inset 1px 1px 0 var(--bevel-light), inset 2px 2px 0 #f7f7f7, inset -1px -1px 0 var(--bevel-dark);border-radius:3px 3px 0 0;flex:1 1 0;padding:0;display:block;position:relative;top:1px}.sidebar-tabs+.sidebar-body{margin-top:0}.sidebar-tab-trigger{min-height:24px;color:inherit;justify-content:space-between;align-items:center;padding:3px 9px 1px;font-family:Tahoma,MS Sans Serif,Verdana,sans-serif;font-size:11px;font-weight:700;line-height:1;text-decoration:none;display:flex}.sidebar-tab:active .sidebar-tab-trigger{padding:3px 9px 1px}.tab-meta{align-items:center;gap:.35rem;display:inline-flex}.sidebar-tab.active{border-color:var(--tab-border);background:var(--surface-top);color:var(--tab-text);box-shadow:inset 1px 1px 0 var(--bevel-light), 0 -1px 0 var(--bevel-light);z-index:4;border-bottom:0;top:0}.sidebar-tab-trigger:focus-visible{outline-offset:-4px;outline:1px dotted #000}.group-pill{border:1px solid var(--badge-pill-border);background:var(--badge-pill-bg);color:var(--badge-pill-text);text-align:center;border-radius:0;min-width:1.8rem;padding:0 .45rem;line-height:1.2}.unread-pill{border:1px solid var(--badge-unread-border);background:var(--badge-unread-bg);color:var(--badge-unread-text);text-align:center;border-radius:0;min-width:1.8rem;padding:0 .45rem;line-height:1.2}.sidebar-section{gap:0;display:grid}.section-content{gap:var(--space-sm);border:1px solid var(--section-border);background:linear-gradient(180deg, var(--section-top) 0%, var(--section-bottom) 100%);padding:var(--space-sm);display:grid;box-shadow:inset 1px 1px #fff}.section-toggle+.section-content{border-top:0;margin-top:-1px}.section-toggle{border:1px solid var(--section-toggle-border);background:linear-gradient(180deg, var(--section-toggle-top) 0%, var(--section-toggle-bottom) 100%);width:100%;color:var(--section-toggle-text);letter-spacing:.01em;justify-content:space-between;align-items:center;min-height:24px;padding:.32rem .52rem;font-family:Tahoma,MS Sans Serif,Verdana,sans-serif;font-size:11px;font-weight:700;display:flex;box-shadow:inset 1px 1px #fff,inset -1px -1px #8c8c8c}.section-toggle small{color:var(--section-toggle-muted);font-size:11px}button.section-toggle:hover{background:linear-gradient(#f2f2f2 0%,#d2d2d2 100%)}button.section-toggle:active{background:linear-gradient(#c9c9c9 0%,#e4e4e4 100%);padding:.32rem .52rem;box-shadow:inset 1px 1px #8c8c8c,inset -1px -1px #fff}.sidebar-resizer{cursor:col-resize;width:0;min-width:0;height:100%;min-height:0;box-shadow:none;opacity:1;background:0 0;border:0;border-radius:0;position:relative}.sidebar-resizer:before{content:"";width:12px;height:100%;position:absolute;top:0;left:-6px}.chat-stage{height:100%;min-height:0;position:relative;overflow:auto}.chat-stage-desktop{z-index:1;pointer-events:none;position:absolute;inset:0}.chat-stage-desktop .chat-panel{pointer-events:auto}.windowed-panel{border:1px solid var(--bevel-ink);background:var(--panel);box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-ink), inset 2px 2px 0 var(--bevel-mid), inset -2px -2px 0 var(--bevel-dark)}.window-titlebar{z-index:1;background:linear-gradient(90deg, var(--window-titlebar-top) 0%, var(--window-titlebar-bottom) 100%);border-bottom:1px solid var(--window-titlebar-border);cursor:grab;-webkit-user-select:none;user-select:none;min-height:1.15rem;color:var(--window-titlebar-text);justify-content:space-between;align-items:center;gap:.35rem;margin:-.56rem -.56rem .22rem;padding:.13rem .18rem;display:flex;position:relative}.active-window .window-titlebar{background:linear-gradient(90deg, var(--window-titlebar-active-top) 0%, var(--window-titlebar-active-bottom) 100%);border-bottom:1px solid var(--window-titlebar-active-border);color:var(--window-titlebar-active-text)}.window-titlebar h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:11px;font-weight:700;line-height:1;overflow:hidden}.window-controls{align-items:center;gap:4px;display:flex}.chat-actions{position:relative}.window-action-toggle{justify-content:center;align-items:center;width:auto;min-width:auto;height:16px;min-height:16px;padding:0 6px;font-size:10px;line-height:1;display:inline-flex;position:relative;top:-1px}.window-action-toggle:active{padding:0 6px}.window-action-menu{border:1px solid var(--bevel-ink);background:var(--surface-top);min-width:132px;box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark);z-index:20;gap:2px;padding:2px;display:grid;position:absolute;top:calc(100% + 2px);right:0}.window-action-menu button{text-align:left;width:100%;min-width:0;min-height:20px;padding:0 8px}.window-action-menu button:active{padding:0 8px}.window-close{color:#000;width:16px;min-width:16px;height:16px;min-height:16px;padding:0;font-size:11px;font-weight:700;line-height:1}.window-close:hover{background:var(--control-bottom)}.window-close:active{width:16px;min-width:16px;height:16px;min-height:16px;padding:0}.window-titlebar:active{cursor:grabbing}.winamp-launcher{width:48px;min-width:48px;height:48px;min-height:48px;box-shadow:none;z-index:120;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:fixed;bottom:16px;right:16px;overflow:hidden}.winamp-launcher:active{width:48px;min-width:48px;height:48px;min-height:48px;padding:0}.winamp-launcher-fallback{font-size:26px;line-height:1}.winamp-launcher-image{object-fit:contain;object-position:center;image-rendering:auto;pointer-events:none;width:calc(100% - 10px);height:calc(100% - 10px);position:absolute;inset:5px}.active-window{box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark)}.panel{align-content:start;gap:.5rem;min-height:0;padding:.8rem;display:grid}.stack{gap:.25rem;width:100%;max-height:30vh;display:grid;overflow:hidden auto}.friend-row,.chat-item{border:1px solid var(--list-item-border);background:linear-gradient(180deg, var(--list-item-top) 0%, var(--list-item-bottom) 100%);color:var(--list-item-text);justify-content:space-between;align-items:center;gap:.5rem;min-height:2rem;padding:.32rem .36rem;display:flex}.friend-row{width:100%}.chat-item{text-align:left;width:100%}.chat-item.active{border-color:var(--list-item-active-border);background:linear-gradient(180deg, var(--list-item-top) 0%, var(--list-item-bottom) 100%);color:var(--list-item-text);box-shadow:inset 3px 0 0 var(--list-item-active-inset)}.chat-item small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:62%;overflow:hidden}.row{gap:var(--space-sm);align-items:center;display:flex}.row>button{min-width:75px}.buddy-list-actions{justify-content:flex-start}.buddy-list-actions>button{width:100%;min-width:0}.sidebar-bottom-actions{gap:var(--space-xs);padding-top:var(--space-sm);flex:none;grid-template-columns:1fr;width:calc(100% - 8px);margin:auto 4px 0;display:grid}.sidebar-bottom-actions-spacious{padding-bottom:var(--space-sm)}.sidebar-bottom-actions>button{width:100%;min-width:0}.popup-overlay{z-index:60;background:#0000004d;place-items:center;padding:.75rem;display:grid;position:absolute;inset:0}.popup-window{gap:var(--space-sm);background:silver;border:none;align-content:start;width:min(420px,100%);max-width:420px;padding:3px;animation:.12s steps(2,end) pop-in;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf,4px 4px #0006}.popup-window .window-titlebar{background:linear-gradient(90deg, var(--primary-top), var(--primary-bottom));color:#fff;cursor:default;border-bottom:0;min-height:18px;margin:0 0 8px;padding:3px 2px 3px 3px}.popup-window .window-titlebar h2{text-shadow:none;align-items:center;gap:6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.popup-window label{box-shadow:none;color:#222;background:0 0;border:0;gap:.25rem;margin:0;padding:0 5px;display:grid}.popup-window input{min-height:22px}.popup-window-add-buddy{max-width:360px}.popup-window-create-group{max-width:460px}.popup-actions{padding:0 5px var(--space-sm);border-top:0;justify-content:flex-end}.popup-actions>button:first-child{color:#111;font-weight:700}.popup-window .window-controls .window-close{width:16px;min-width:16px;height:16px;min-height:16px;padding:0}.section-content label{font-size:12px}.section-meta-text{font-size:12px;line-height:1.2}.empty-stack-message{border:1px solid var(--empty-state-border);background:linear-gradient(180deg, var(--empty-state-top) 0%, var(--empty-state-bottom) 100%);box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark);padding:var(--space-xs) var(--space-sm);text-align:center;margin:0;font-size:12px;line-height:1.2}.request-pill{border:1px solid var(--badge-pill-border);background:var(--badge-pill-bg);color:var(--badge-pill-text);text-align:center;border-radius:0;min-width:3.4rem;padding:0 .45rem;font-size:11px;line-height:1.2}.request-pill-incoming{border-color:var(--request-incoming-border);background:var(--request-incoming-bg);color:var(--request-incoming-text)}.request-pill-pending{border-color:var(--request-pending-border);background:var(--request-pending-bg);color:var(--request-pending-text)}.chat-panel{grid-template-rows:auto minmax(0,1fr);grid-auto-rows:auto;position:relative}.two-column-layout .chat-panel{min-width:420px;min-height:360px;position:absolute}.two-column-layout .chat-panel.chat-panel-multi{width:auto;height:auto;min-height:360px;margin-bottom:var(--space-md);position:static;transform:none!important}.window-resize-handle{cursor:nwse-resize;opacity:1;background:0 0;border:0;width:18px;height:18px;position:absolute;bottom:0;right:0}.window-resize-handle:before{content:"";opacity:.9;background:linear-gradient(135deg,#0000 0 58%,gray 58% 65%,#0000 65% 72%,gray 72% 79%,#0000 79%);width:10px;height:10px;position:absolute;bottom:3px;right:3px}.window-empty-state{border:1px dashed var(--empty-state-border);text-align:center;background:linear-gradient(180deg, var(--empty-state-top) 0%, var(--empty-state-bottom) 100%);border-radius:0;place-items:center;min-height:52vh;padding:1rem;display:grid}.message-log{border:1px solid var(--field-border-outer);background:var(--message-log-bg);padding:var(--space-sm);gap:var(--space-xs);height:100%;min-height:0;box-shadow:inset 1px 1px 0 var(--field-border-inner), inset -1px -1px 0 var(--field-border-highlight), inset 2px 2px 0 var(--field-border-outer), inset -2px -2px 0 var(--field-border-soft);flex-direction:column;display:flex;overflow:auto}.message-log p{border-left:2px solid var(--message-item-border);background:var(--message-item-bg);align-items:center;gap:.3rem;margin:0;padding:.26rem .5rem;line-height:1.1;display:flex}button:focus-visible{outline-offset:-4px;outline:1px dotted #000}input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:-3px;outline:1px dotted #000}.message-log p.mine{border-color:var(--message-mine-border);background:var(--message-mine-bg);line-height:1.1}.message-log p.optimistic{opacity:.75}.sender{color:var(--sender-text);font-size:inherit;flex:none;line-height:1.1}.member-manager{border-top:1px solid var(--member-manager-border);padding-top:var(--space-sm);gap:var(--space-sm);display:grid}@keyframes pop-in{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=980px){.app-shell{height:100dvh;min-height:100dvh;padding:.3rem}.app-shell-desktop{overflow:visible}.app-window{grid-template-rows:auto minmax(0,1fr);height:100%;overflow:hidden}.desktop-app-window{width:100%;max-width:none;height:100%;max-height:none;position:relative;transform:none!important}.people-settings-window{min-height:0;box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-ink), inset 2px 2px 0 var(--bevel-mid), inset -2px -2px 0 var(--bevel-dark)}.sidebar-panel{padding:0}.sidebar-panel.mobile-chat-tab-active{box-shadow:none;background:0 0;border:0;height:auto;min-height:auto;padding:0}.sidebar-panel.mobile-chat-tab-active .sidebar-tabs{margin-bottom:-1px}.chat-tab-body{border:1px solid var(--tab-border);background:linear-gradient(180deg, var(--surface-top) 0%, var(--surface-bottom) 100%);min-height:0;box-shadow:inset 1px 1px 0 var(--bevel-light), inset -1px -1px 0 var(--bevel-dark);padding:var(--space-sm);z-index:2;border-top:0;border-radius:0 3px 3px;flex-direction:column;flex:auto;gap:0;margin:-1px 4px 0;display:flex;position:relative;overflow:hidden}.chat-tab-body .chat-stage{height:100%;min-height:0}.columns,.columns.two-column-layout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;height:100%;min-height:0}.chat-stage{align-content:start;gap:0;width:100%;height:100%;min-height:0;display:grid;position:static;overflow:auto}.sidebar-resizer{display:none}.window-titlebar{cursor:default}.two-column-layout .chat-panel{width:100%;min-width:0;max-width:none;height:100%;min-height:0;max-height:none;margin-inline:0;position:static;transform:none!important}.two-column-layout .chat-panel .message-log{min-height:0;max-height:none}.panel{min-height:auto}.stack{max-height:38vh}.webamp-host{bottom:10px;right:62px}.winamp-launcher{width:44px;min-width:44px;height:44px;min-height:44px;bottom:12px;right:12px}.winamp-launcher:active{width:44px;min-width:44px;height:44px;min-height:44px}}@media (width<=640px){.app-shell{padding:.22rem}.two-column-layout .chat-panel{width:100%;min-width:0;max-width:none;height:100%;min-height:0;max-height:none}}html,body,#root{width:100%;min-height:100%}
