:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#root{width:100%;height:100%}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{color:#111827;background:#f3f4f6;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:14px;padding:12px 16px;font-weight:700}button:disabled{opacity:.55;cursor:not-allowed}input,textarea{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:12px 14px}textarea{resize:vertical}input:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}label{gap:8px;font-size:14px;font-weight:700;display:grid}.screen-center,.auth-page{place-items:center;min-height:100vh;display:grid}.auth-card{background:#fff;border-radius:24px;width:min(420px,100vw - 32px);padding:28px;box-shadow:0 18px 50px #0f172a1f}.auth-card h1{margin:0 0 8px;font-size:28px}.form{gap:16px;margin-top:24px;display:grid}.button-secondary{color:#111827;background:#e5e7eb}.error{color:#991b1b;background:#fee2e2;border-radius:14px;margin-top:12px;padding:12px 14px;font-size:14px}.inline-error{margin:12px 16px 0}.composer-error{color:#991b1b;background:#fee2e2;border-radius:12px;margin:0 14px;padding:8px 12px;font-size:13px}.muted{color:#6b7280}.small{font-size:13px}.app-shell{grid-template-columns:360px minmax(0,1fr) 0;height:100dvh;min-height:0;transition:grid-template-columns .22s;display:grid;overflow:hidden}.app-shell.with-info{grid-template-columns:360px minmax(0,1fr) 360px}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.sidebar-topbar{border-bottom:1px solid #e5e7eb;flex:none;grid-template-columns:42px 1fr;align-items:center;gap:10px;padding:12px 12px 10px;display:grid}.hamburger-button{background:0 0;border-radius:14px;place-items:center;gap:4px;width:42px;height:42px;padding:0;display:grid}.hamburger-button:hover{background:#f3f4f6}.hamburger-button span{background:#374151;border-radius:999px;width:22px;height:2px}.chat-search{display:block;position:relative}.chat-search span{color:#9ca3af;font-size:24px;line-height:1;position:absolute;top:50%;left:14px;transform:translateY(-52%)}.chat-search input{background:#f3f4f6;border:0;border-radius:999px;height:44px;padding-left:44px}.chat-search input:focus{box-shadow:0 0 0 4px #2563eb14}.chat-list{flex:auto;min-height:0;padding:8px;overflow-y:auto}.chat-item{text-align:left;color:#111827;background:0 0;border:0;border-radius:16px;grid-template-columns:52px 1fr;gap:12px;width:100%;padding:10px;display:grid}.chat-item:hover{background:#f3f4f6}.chat-item.active{background:#eff6ff}.chat-list-avatar{color:#fff;background:linear-gradient(135deg,#93c5fd,#2563eb);border-radius:50%;place-items:center;width:52px;height:52px;font-size:20px;font-weight:900;display:grid}.chat-list-main{align-self:center;min-width:0}.chat-list-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.chat-title{text-overflow:ellipsis;white-space:nowrap;font-weight:900;overflow:hidden}.chat-time{color:#9ca3af;font-size:12px}.chat-preview{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:14px;overflow:hidden}.compose-zone{z-index:5;justify-items:end;gap:10px;display:grid;position:absolute;bottom:16px;right:16px}.compose-button{color:#fff;opacity:0;background:#2563eb;border-radius:50%;place-items:center;width:54px;height:54px;padding:0;font-size:24px;transition:opacity .16s,transform .16s,background .16s;display:grid;transform:translateY(8px);box-shadow:0 14px 34px #2563eb5c}.sidebar:hover .compose-button,.compose-button:focus,.compose-zone:focus-within .compose-button{opacity:1;transform:translateY(0)}.compose-button:hover{background:#1d4ed8}.compose-menu{background:#fff;border:1px solid #e5e7eb;border-radius:18px;gap:4px;width:220px;padding:8px;display:grid;box-shadow:0 20px 60px #0f172a2e}.compose-menu button{color:#111827;background:0 0;border-radius:12px;justify-content:flex-start;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.compose-menu button:hover{background:#f3f4f6}.compose-menu-icon{justify-content:center;width:24px;display:inline-flex}.sidebar-flow,.profile-panel{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.sidebar-flow-header{border-bottom:1px solid #e5e7eb;flex:none;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;height:72px;padding:0 14px;display:grid}.back-button{color:#111827;background:#f3f4f6;border-radius:999px;place-items:center;width:38px;height:38px;padding:0;font-size:20px;display:grid}.sidebar-flow-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-weight:900;overflow:hidden}.profile-logout-button{color:#991b1b;background:#fee2e2;border-radius:12px;padding:8px 10px;font-size:13px}.profile-hero{border-bottom:1px solid #e5e7eb;justify-items:center;gap:8px;padding:34px 18px 28px;display:grid}.profile-avatar{color:#fff;background:linear-gradient(135deg,#a78bfa,#4f46e5);border-radius:50%;place-items:center;width:132px;height:132px;font-size:44px;font-weight:900;display:grid}.profile-name{text-align:center;word-break:break-word;max-width:100%;margin-top:10px;font-size:24px;font-weight:900}.profile-email{color:#6b7280;text-align:center;word-break:break-word;max-width:100%}.profile-info-list,.settings-list{border-bottom:1px solid #e5e7eb;padding:12px 0;display:grid}.profile-info-row,.settings-row{grid-template-columns:62px 1fr;align-items:center;gap:12px;min-height:58px;padding:10px 18px;display:grid}.profile-info-icon,.settings-icon{color:#6b7280;place-items:center;font-size:24px;display:grid}.profile-info-value{word-break:break-word;font-size:16px;font-weight:800}.profile-info-label{color:#6b7280;font-size:13px}.settings-row{font-size:16px;font-weight:700}.sidebar-flow-body{flex:auto;align-content:start;gap:16px;min-height:0;padding:16px;display:grid;overflow-y:auto}.mini-form{gap:10px;display:grid}.flow-hint{color:#6b7280;font-size:13px;line-height:1.5}.draft-section{gap:10px;display:grid}.draft-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:900}.draft-member-list{flex-wrap:wrap;gap:8px;display:flex}.draft-member-chip{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:8px 8px 8px 10px;font-size:13px;font-weight:800;display:inline-flex}.draft-member-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.draft-member-chip button{color:#1d4ed8;background:#1d4ed81f;border-radius:50%;place-items:center;width:22px;height:22px;padding:0;display:grid}.candidate-list{gap:4px;display:grid}.candidate-row{text-align:left;color:#111827;background:0 0;border-radius:14px;align-items:center;gap:10px;width:100%;padding:10px;display:flex}.candidate-row:hover{background:#f3f4f6}.candidate-avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.candidate-main{min-width:0}.candidate-title{white-space:nowrap;text-overflow:ellipsis;font-weight:900;overflow:hidden}.flow-footer{background:linear-gradient(#fff0,#fff 30%);justify-content:flex-end;margin-top:12px;padding-top:12px;display:flex;position:sticky;bottom:0}.group-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#fde68a,#fb923c);border-radius:50%;place-items:center;width:96px;height:96px;margin:4px auto 0;font-size:36px;font-weight:900;display:grid}.chat-panel{background:#f9fafb;flex-direction:column;min-width:0;height:100dvh;min-height:0;display:flex;overflow:hidden}.chat-header{background:#fff;border-bottom:1px solid #e5e7eb;flex:none;justify-content:space-between;align-items:center;gap:12px;height:72px;padding:14px 20px;display:flex}.chat-header h2{margin:0;font-size:20px}.chat-identity{min-width:0;color:inherit;text-align:left;font-weight:inherit;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.chat-identity:disabled{opacity:1;cursor:default}.chat-avatar-small{color:#fff;background:linear-gradient(135deg,#93c5fd,#2563eb);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:900;transition:transform .15s;display:grid}.chat-identity:not(:disabled):hover .chat-avatar-small{transform:scale(1.03)}.chat-identity-text{min-width:0}.chat-identity-text h2{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.info-button{color:#2563eb;background:#f3f4f6;border-radius:999px;flex:none;place-items:center;width:38px;height:38px;padding:0;font-family:Georgia,serif;font-weight:900;display:grid}.info-button:disabled{opacity:.35}.empty,.empty-main{color:#6b7280;text-align:center;padding:24px}.empty-main{flex:1;place-items:center;display:grid}.messages{overscroll-behavior:contain;flex-direction:column;flex:auto;gap:10px;min-height:0;padding:20px;display:flex;overflow-y:auto}.messages-bottom-spacer{flex:auto;min-height:0}.older-messages-indicator{color:#4338ca;background:#eef2ff;border-radius:999px;align-self:center;margin:4px 0 10px;padding:6px 10px;font-size:12px;font-weight:700}.older-messages-indicator.subtle{color:#9ca3af;background:0 0;font-weight:600}.message{background:#fff;border-radius:16px;align-self:flex-start;max-width:70%;padding:10px 12px;box-shadow:0 2px 10px #0f172a0f}.message.mine{background:#dbeafe;align-self:flex-end}.message.system{color:#6b7280;box-shadow:none;background:#f3f4f6;align-self:center;font-size:13px}.message-author{color:#2563eb;margin-bottom:4px;font-size:12px;font-weight:900}.message.mine .message-author{display:none}.message-text{white-space:pre-wrap;overflow-wrap:anywhere}.message-time{color:#6b7280;text-align:right;margin-top:4px;font-size:11px}.composer{background:#fff;border-top:1px solid #e5e7eb;flex:none;grid-template-columns:1fr auto;gap:10px;padding:14px;display:grid}.info-panel{opacity:0;pointer-events:none;background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;min-width:360px;height:100dvh;transition:transform .22s,opacity .22s;display:flex;overflow-y:auto;transform:translate(16px)}.info-panel.open{opacity:1;pointer-events:auto;transform:translate(0)}.info-panel.closed{opacity:0;pointer-events:none;transform:translate(24px)}.info-panel-header{border-bottom:1px solid #e5e7eb;flex:none;justify-content:space-between;align-items:center;gap:8px;height:72px;padding:0 18px;display:flex}.info-panel-title{font-size:18px;font-weight:900}.info-panel-close{color:#111827;background:#f3f4f6;border-radius:999px;place-items:center;width:36px;height:36px;padding:0;font-size:24px;line-height:1;display:grid}.info-profile{border-bottom:1px solid #e5e7eb;justify-items:center;gap:8px;padding:28px 18px 22px;display:grid}.info-avatar{color:#fff;background:linear-gradient(135deg,#fde68a,#fb923c);border-radius:50%;place-items:center;width:112px;height:112px;font-size:42px;font-weight:900;display:grid}.info-profile h3{text-align:center;word-break:break-word;max-width:100%;margin:8px 0 0;font-size:22px}.info-section{border-bottom:1px solid #e5e7eb;padding:16px 18px}.info-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:13px;font-weight:900}.info-member-list{gap:6px;display:grid}.info-member-row{align-items:center;gap:10px;padding:8px 0;display:flex}.info-member-avatar{color:#0369a1;background:#e0f2fe;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.info-member-main{min-width:0}.info-member-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;overflow:hidden}.info-action-list{gap:8px;display:grid}.info-action-button{color:#111827;background:#f3f4f6;border-radius:14px;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.info-action-button:hover,.info-action-button.active{color:#1d4ed8;background:#eff6ff}.info-action-button.danger{color:#991b1b;background:#fee2e2}.info-action-button span{justify-content:center;width:22px;display:inline-flex}.info-form{gap:10px;display:grid}.info-inline-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:10px}.info-form button{width:100%}@media (width<=1180px){.app-shell,.app-shell.with-info{grid-template-columns:360px minmax(0,1fr)}.info-panel{z-index:20;width:min(380px,100vw);min-width:0;position:fixed;top:0;right:0;box-shadow:-20px 0 60px #0f172a2e}}@media (width<=760px){.app-shell,.app-shell.with-info{grid-template-columns:1fr}.sidebar{display:none}.info-panel{width:100vw}}.hamburger-button{border-radius:12px;gap:2px;width:34px;height:34px}.hamburger-button span{width:18px;height:2px}.chat-search{position:relative}.chat-search input{padding-right:42px}.chat-search-clear{color:#4b5563;background:#e5e7eb;border-radius:999px;place-items:center;width:28px;height:28px;padding:0;font-size:20px;line-height:1;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.chat-search-clear:hover{color:#111827;background:#d1d5db}.profile-menu-wrap{justify-items:end;display:grid;position:relative}.profile-more-button{color:#374151;background:#f3f4f6;border-radius:999px;place-items:center;width:36px;height:36px;padding:0;font-size:24px;line-height:1;display:grid}.profile-more-button:hover{background:#e5e7eb}.profile-menu{z-index:15;background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:4px;width:190px;padding:8px;display:grid;position:absolute;top:44px;right:0;box-shadow:0 18px 50px #0f172a2e}.profile-menu button{text-align:left;color:#111827;background:0 0;border-radius:12px;justify-content:flex-start;width:100%;padding:10px 12px}.profile-menu button:hover{background:#f3f4f6}.profile-menu button.danger{color:#991b1b}.profile-menu button.danger:hover{background:#fee2e2}.profile-edit-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;gap:12px;margin:14px 16px 0;padding:14px;display:grid}.profile-edit-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.profile-edit-actions button{padding:10px 12px}@media (width<=1180px){.app-shell,.app-shell.with-info{grid-template-columns:340px minmax(0,1fr)}.sidebar{width:340px}.message{max-width:78%}.info-panel{z-index:30;width:min(380px,100vw);min-width:0;position:fixed;top:0;right:0;box-shadow:-20px 0 60px #0f172a2e}.info-panel.closed{transform:translate(100%)}.info-panel.open{transform:translate(0)}}@media (width<=920px){.app-shell,.app-shell.with-info{grid-template-columns:320px minmax(0,1fr)}.sidebar{width:320px}.sidebar-topbar{grid-template-columns:38px 1fr;gap:8px;padding:10px}.chat-item{grid-template-columns:46px 1fr;gap:10px;padding:9px}.chat-list-avatar{width:46px;height:46px;font-size:18px}.chat-header{padding:12px 14px}.message{max-width:84%}}.mobile-chat-back{display:none}@media (width<=760px){html,body,#root{height:100%;overflow:hidden}.app-shell,.app-shell.with-info{width:100vw;height:100dvh;display:block;position:relative;overflow:hidden}.sidebar{z-index:10;border-right:0;width:100vw;height:100dvh;transition:transform .22s;display:flex;position:absolute;inset:0;transform:translate(0)}.chat-panel{z-index:11;width:100vw;height:100dvh;transition:transform .22s;position:absolute;inset:0;transform:translate(100%)}.app-shell.mobile-chat-open .sidebar{transform:translate(-28%)}.app-shell.mobile-chat-open .chat-panel,.app-shell.mobile-chat-list .sidebar{transform:translate(0)}.app-shell.mobile-chat-list .chat-panel{transform:translate(100%)}.mobile-chat-back{color:#111827;background:#f3f4f6;border-radius:999px;flex:none;place-items:center;width:38px;height:38px;padding:0;font-size:22px;display:grid}.chat-header{gap:8px;height:64px;padding:10px}.chat-avatar-small{width:38px;height:38px}.chat-identity{flex:auto;min-width:0}.chat-header h2{font-size:17px}.info-button{width:36px;height:36px}.messages{gap:8px;padding:12px}.message{border-radius:15px;max-width:86%;padding:9px 11px}.message.system{max-width:92%;font-size:12px}.composer{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px}.composer input{min-width:0;height:44px;padding:10px 12px}.composer button{border-radius:13px;height:44px;padding:0 12px;font-size:14px}.sidebar-topbar{grid-template-columns:36px 1fr;padding:10px}.hamburger-button{width:34px;height:34px}.chat-search input{height:42px}.chat-list{padding:6px}.chat-item{border-radius:14px;grid-template-columns:48px 1fr;gap:10px;padding:9px}.chat-list-avatar{width:48px;height:48px}.chat-title{font-size:15px}.chat-preview{font-size:13px}.compose-button{opacity:1;width:52px;height:52px;transform:translateY(0)}.compose-zone{bottom:14px;right:14px}.compose-menu{width:220px}.sidebar-flow-header{grid-template-columns:38px minmax(0,1fr) auto;height:64px;padding:0 10px}.sidebar-flow-title{font-size:17px}.sidebar-flow-body{padding:14px}.profile-hero{padding:28px 16px 24px}.profile-avatar{width:112px;height:112px;font-size:38px}.profile-name{font-size:22px}.info-panel{z-index:40;width:100vw;min-width:0;height:100dvh;box-shadow:none;border-left:0;position:fixed;inset:0}.info-panel.closed{transform:translate(100%)}.info-panel.open{transform:translate(0)}.info-panel-header{height:64px}.info-avatar{width:96px;height:96px;font-size:36px}.info-profile{padding:22px 16px 18px}.info-profile h3{font-size:20px}}@media (width<=420px){.message{max-width:90%}.chat-header h2{font-size:16px}.chat-avatar-small{width:36px;height:36px}.mobile-chat-back,.info-button{width:34px;height:34px}.composer{padding:8px}.composer button{padding:0 10px;font-size:13px}.profile-edit-actions{grid-template-columns:1fr}}@media (height<=620px){.profile-avatar{width:92px;height:92px;font-size:32px}.profile-hero{padding:18px 16px}.info-avatar{width:84px;height:84px;font-size:30px}.info-profile{padding:16px}}@keyframes isoFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes isoFadeScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes isoSlideLeft{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes isoSlideRight{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.chat-item{transition:background .16s,transform .16s,box-shadow .16s;animation:.2s both isoFadeUp}.chat-item:hover{transform:translateY(-1px)}.chat-item.active{box-shadow:inset 3px 0 #2563eb}.message{animation:.16s both isoFadeUp}.compose-button{transition:opacity .18s,transform .18s,background .18s,box-shadow .18s}.compose-button:hover{transform:translateY(-2px)scale(1.03)}.compose-menu{transform-origin:100% 100%;animation:.16s both isoFadeScale}.compose-menu button{transition:background .14s,transform .14s}.compose-menu button:hover{transform:translate(2px)}.sidebar-flow,.profile-panel{animation:.2s both isoSlideRight}.sidebar-flow-header,.profile-hero,.profile-info-list,.settings-list,.sidebar-flow-body{animation:.22s both isoFadeUp}.profile-menu{transform-origin:100% 0;animation:.16s both isoFadeScale}.profile-edit-card{animation:.18s both isoFadeUp}.info-profile,.info-section{animation:.22s both isoFadeUp}.info-action-button,.info-inline-form,.info-member-row{transition:background .15s,color .15s,transform .15s,box-shadow .15s}.info-action-button:hover,.info-member-row:hover{transform:translate(2px)}.info-inline-form{animation:.18s both isoFadeUp}@media (width<=760px){html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}input,textarea,select{font-size:16px!important}.auth-page{align-items:center;min-height:100dvh;padding:16px}.auth-card{border-radius:22px;width:min(420px,100%);max-height:calc(100dvh - 32px);padding:22px;overflow-y:auto}.auth-card h1{font-size:24px}.form{gap:14px;margin-top:20px}.profile-edit-card input,.sidebar-flow-body input,.composer input,.chat-search input,.auth-card input{font-size:16px!important}.profile-edit-card{margin:12px}.profile-edit-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.profile-panel{position:relative}.profile-panel .sidebar-flow-header{z-index:80;position:relative;overflow:visible}.profile-menu-wrap{z-index:120;position:relative}.profile-menu{z-index:200}.profile-hero,.profile-info-list,.settings-list{z-index:1;position:relative}.info-panel{will-change:transform, opacity}.info-panel.open{opacity:1;pointer-events:auto;transform:translate(0);animation:none!important}.info-panel.closed{opacity:0;pointer-events:none;transform:translate(24px);animation:none!important}@media (width<=1180px){.info-panel.closed{transform:translate(100%)}.info-panel.open{transform:translate(0)}}.app-shell,.sidebar,.chat-panel{transition-duration:.27s}.chat-item{transition-duration:.21s;animation-duration:.25s}.message{animation-duration:.21s}.compose-button{transition-duration:.23s}.compose-menu,.profile-menu{animation-duration:.21s}.compose-menu button,.info-action-button,.info-inline-form,.info-member-row{transition-duration:.2s}.sidebar-flow,.profile-panel{animation-duration:.25s}.sidebar-flow-header,.profile-hero,.profile-info-list,.settings-list,.sidebar-flow-body{animation-duration:.27s}.profile-edit-card{animation-duration:.23s}.info-panel{transition-duration:.27s}.info-profile,.info-section{animation-duration:.26s}.info-inline-form{animation-duration:.23s}@media (width<=760px){.sidebar,.chat-panel,.info-panel{transition-duration:.27s}}.chat-item.active{box-shadow:none;background:0 0}.chat-item.active:hover{background:#f3f4f6}@media (width>=1181px){.app-shell{transition:grid-template-columns .24s}.info-panel,.info-panel.open,.info-panel.closed{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.info-panel.open{pointer-events:auto}.info-panel.closed{pointer-events:none}.info-profile,.info-section{animation:none!important}}
