.pwa-install[data-v-68bbd9af]{left:max(.75rem, env(safe-area-inset-left,0px));right:max(.75rem, env(safe-area-inset-right,0px));bottom:max(8px, env(safe-area-inset-bottom,0px));z-index:200;background:var(--bg-elevated);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);color:var(--primary-text);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex;position:fixed}.pwa-install__text[data-v-68bbd9af]{flex:1;min-width:10rem;margin:0;font-size:.88rem}.pwa-install__actions[data-v-68bbd9af]{gap:.4rem;display:flex}.pwa-install__btn[data-v-68bbd9af]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.4rem .75rem;font-size:.85rem}.pwa-install__btn--ghost[data-v-68bbd9af]{color:var(--secondary-text);border:1px solid var(--border-subtle);background:0 0}.boot[data-v-47fbb5a3]{text-align:center;min-height:100%;color:var(--text-primary,#e8e8e8);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.boot--err[data-v-47fbb5a3]{max-width:28rem}.boot__text[data-v-47fbb5a3]{margin:0;font-size:1rem}.boot__hint[data-v-47fbb5a3]{opacity:.75;margin:0;font-size:.85rem;line-height:1.45}.boot__hint code[data-v-47fbb5a3]{font-size:.8em}.boot__btn[data-v-47fbb5a3]{background:var(--primary,#2481cc);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#3390ec;--primary-rgb:51, 144, 236;--primary-text:#000;--secondary-text:#707579;--bg-body:#fff;--bg-deep:#e8e8e9;--bg-panel:#fff;--bg-elevated:#f4f4f5;--surface-elevated:var(--bg-elevated);--bg-hover:#0000000a;--bg-input:#fff;--border-subtle:#dfe1e5;--border-focus:rgba(var(--primary-rgb), .45);--bubble-in-bg:#fff;--bubble-in-border:#e8e8e9;--bubble-out-bg:#eeffde;--bubble-out-border:#d4edca;--bubble-out-accent:#5ca853;--composer-pill:#f0f0f0;--composer-send:#3390ec;--composer-placeholder:#a2acb4;--voice-accent:#3390ec;--voice-play-fg:#fff;--link:#3390ec;--danger:#df3f40;--danger-muted:#df3f401f;--success-read:#4fae4e;--shadow-soft:0 8px 24px #00000014;--chat-pattern:#00000008;--chatlist-active-bg:#3390ec24;--radius-sm:8px;--radius-md:12px;--radius-bubble:12px;--radius-bubble-tail:4px}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#8774e1;--primary-rgb:135, 116, 225;--primary-text:#fff;--secondary-text:#aaa;--bg-body:#0f0f0f;--bg-deep:#0e0e0e;--bg-panel:#212121;--bg-elevated:#2b2b2b;--surface-elevated:var(--bg-elevated);--bg-hover:#ffffff0f;--bg-input:#212121;--border-subtle:#ffffff14;--border-focus:rgba(var(--primary-rgb), .5);--bubble-in-bg:#212121;--bubble-in-border:#ffffff0f;--bubble-out-bg:#766ac8;--bubble-out-border:#8774e159;--bubble-out-accent:#fff;--composer-pill:#212121;--composer-send:#8774e1;--composer-placeholder:#ffffff61;--voice-accent:#5eb5f7;--voice-play-fg:#1c2430;--link:#8774e1;--danger:#ff595a;--danger-muted:#ff595a26;--success-read:#5eb5f7;--shadow-soft:0 12px 32px #00000073;--chat-pattern:#ffffff05;--chatlist-active-bg:#2b52788c;--radius-sm:8px;--radius-md:12px;--radius-bubble:12px;--radius-bubble-tail:4px}html.is-mobile{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation}html.is-mobile input,html.is-mobile textarea,html.is-mobile [contenteditable=true],html.is-mobile .profile__invite-input{-webkit-user-select:text;user-select:text}html.is-fixed-viewport{height:var(--app-height);max-height:var(--app-height);width:var(--app-width,100%);max-width:var(--app-width,100%);overscroll-behavior:none;overflow:hidden}html.is-fixed-viewport body{box-sizing:border-box;width:var(--app-width,100%);height:var(--app-height);max-width:var(--app-width,100%);max-height:var(--app-height);padding:var(--mobile-pad-top) var(--mobile-pad-right) 0 var(--mobile-pad-left);overscroll-behavior:none;flex-direction:column;margin:0;display:flex;position:fixed;inset:0;overflow:hidden}html.is-fixed-viewport #app{border-radius:var(--radius-md);background:var(--bg-deep);width:100%;max-width:100%;min-height:0;box-shadow:0 0 0 1px color-mix(in srgb, var(--border-subtle) 80%, transparent), 0 8px 32px #00000059;flex-direction:column;flex:auto;display:flex;overflow:hidden}@media (width<=768px){html{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--mobile-pad-top:max(10px, var(--safe-top));--mobile-pad-bottom:var(--safe-bottom);--mobile-pad-left:max(10px, var(--safe-left));--mobile-pad-right:max(10px, var(--safe-right));--mobile-inset-bottom:max(8px, var(--safe-bottom))}html.is-mobile .shell:not(.shell--mobile-topics):not(.shell--mobile-chat)>.left-col{flex-direction:column;display:flex}#app>*{flex:auto;width:100%;min-height:0;max-height:100%}.shell{flex:auto;width:100%;height:100%;min-height:0;max-height:100%;position:relative;overflow:hidden}.shell>.left-col,.shell>.shell__topics,.shell>.main{border-radius:inherit;width:100%;height:100%;min-height:0;display:none;position:absolute;inset:0;overflow:hidden}.shell.shell--mobile-list>.left-col,.shell:not(.shell--mobile-topics):not(.shell--mobile-chat)>.left-col{flex-direction:column;display:flex}.shell.shell--mobile-topics>.shell__topics{flex-direction:column;display:flex;opacity:1!important;width:100%!important;min-width:0!important}.shell.shell--mobile-chat>.main{flex-direction:column;height:100%;min-height:0;display:flex}.shell:not(.shell--mobile-chat)>.main{visibility:hidden;pointer-events:none;display:none!important}.shell>.left-col>.left-col__stack{flex:1;height:100%;min-height:0}.side,.side--compact{flex-direction:column;flex:1;min-height:0;display:flex;width:100%!important;min-width:0!important}.side__top{flex-shrink:0;padding:.5rem .65rem 0}.side__list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-bottom:.25rem}.side__compose{margin:.35rem auto var(--mobile-inset-bottom);flex-shrink:0}.rail{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:.35rem .2rem .5rem}.topics-col{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.topics-col__head{flex-shrink:0;padding:.65rem .75rem}.topics-col__list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.topics-col__create,.topics-col__new{flex-shrink:0;margin-bottom:.5rem}.main__head{flex-shrink:0;padding:.65rem .85rem}.main__content{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.main__content>.main__pane,.main__pane{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}.main__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0}.composer{padding:.45rem .65rem var(--mobile-inset-bottom);flex-shrink:0;margin-top:auto}.composer__input{font-size:16px}.composer__rec-time{min-width:3rem;font-size:.85rem}.composer__pill--rec{padding-right:.45rem}.bubble,.chat-row{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.auth{box-sizing:border-box;overscroll-behavior:contain;height:100%;min-height:0;padding:1.5rem 1rem;overflow-y:auto}.profile{border-radius:inherit;background:var(--bg-deep);flex-direction:column;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.profile__head{flex-shrink:0;padding:.75rem 1rem}.profile__panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-width:none;min-height:0;padding:1rem 1rem calc(1.25rem + var(--mobile-inset-bottom));flex:1;margin:0;overflow-y:auto}.profile__save{margin-bottom:.25rem}.right-col{z-index:130;overflow:hidden;top:var(--mobile-pad-top)!important;right:var(--mobile-pad-right)!important;bottom:0!important;left:var(--mobile-pad-left)!important;border-radius:var(--radius-md)!important;border-left:none!important;width:auto!important;max-width:none!important;position:fixed!important}.left-popup{padding:var(--mobile-pad-top) var(--mobile-pad-right) 0 var(--mobile-pad-left)!important;align-items:stretch!important}.left-popup__panel{border-radius:var(--radius-md)!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important}.gw-backdrop{z-index:140;border-radius:var(--radius-md);align-items:stretch;overflow:hidden;top:var(--mobile-pad-top)!important;right:var(--mobile-pad-right)!important;bottom:0!important;left:var(--mobile-pad-left)!important;position:fixed!important}.gw{border-radius:inherit;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden;width:100%!important;max-width:none!important}.gw__head{flex-shrink:0;padding:.75rem 1rem}.gw__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:calc(4.25rem + var(--mobile-inset-bottom));flex:auto;overflow-y:auto}.gw__body--center{padding-top:1.5rem}.gw__fab{right:max(1rem, var(--safe-right));bottom:var(--mobile-inset-bottom)}.gw__input{font-size:16px}}*,:before,:after{box-sizing:border-box}html{height:100%}html,body,#app{height:100%;margin:0}body{background:var(--bg-body);color:var(--primary-text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.35;transition:background-color .2s,color .2s}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}::selection{background:color-mix(in srgb, var(--primary) 35%, transparent)}
