.chat-shell{background:#0d1117;border-left:1px solid #21262d;border-right:1px solid #21262d;display:grid;grid-template-columns:300px minmax(0,1fr);height:calc(100vh - 60px);margin:0 auto;overflow:hidden;width:min(1200px,calc(100vw - 32px))}.chat-main{grid-template-rows:auto minmax(0,1fr) auto;min-width:0}.chat-main,.chat-sidebar{background:#0d1117;display:grid;height:100%;overflow:hidden}.chat-sidebar{border-right:1px solid #21262d;grid-template-rows:auto auto minmax(0,1fr)}.chat-sidebar-header{align-items:center;border-bottom:1px solid #21262d;display:flex;gap:12px;padding:16px 16px 14px}.chat-sidebar-header h2{color:#f0f6fc;font-size:16px;font-weight:700;margin:0}.chat-sidebar-header p{color:#8b949e;font-size:12px;margin:3px 0 0}.chat-search{border-bottom:1px solid #21262d;padding:10px 12px}.chat-search-input{background:#161b22;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238b949e' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-position:10px;background-repeat:no-repeat;border:1px solid #21262d;border-radius:7px;color:#e6edf3;font-size:13px;height:34px;outline:none;padding:0 12px 0 34px;transition:border-color .15s;width:100%}.chat-search-input::placeholder{color:#484f58}.chat-search-input:focus{border-color:#38bdf8}.chat-header-avatar,.chat-user-avatar,.current-user-avatar{background:#1f3a4f;border-radius:50%;color:#7dd3fc;display:grid;flex-shrink:0;font-weight:700;overflow:hidden;place-items:center}.current-user-avatar{border:2px solid #0000;cursor:pointer;font-size:15px;height:40px;transition:border-color .15s;width:40px}.current-user-avatar:hover{border-color:#38bdf8}.chat-header-avatar img,.chat-user-avatar img,.current-user-avatar img{height:100%;object-fit:cover;width:100%}.avatar-error{color:#f87171;display:block;font-size:11px;margin-top:2px}.chat-user-list{display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px}.chat-user-button{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:#e6edf3;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:9px 10px;text-align:left;transition:background .12s,border-color .12s;width:100%}.chat-user-button:hover{background:#161b22;border-color:#21262d}.chat-user-button.active{background:#1c2d3f;border-color:#38bdf84d}.chat-user-main{align-items:center;display:flex;gap:10px;min-width:0}.chat-user-avatar{flex-shrink:0;font-size:14px;height:38px;width:38px}.chat-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-user-name{color:#e6edf3;font-size:14px;font-weight:600}.chat-user-name,.chat-user-preview{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-user-preview,.chat-user-status{color:#8b949e;font-size:12px}.chat-user-status.online{color:#3fb950}.chat-user-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:5px}.chat-unread-badge{background:#38bdf8;border-radius:99px;color:#061016;font-size:11px;font-weight:700;height:20px;line-height:20px;min-width:20px;padding:0 6px;text-align:center}.presence-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.presence-dot.online{background:#3fb950}.presence-dot.offline{background:#484f58}.typing-text{color:#3fb950;font-size:13px;font-style:italic}.chat-main-header{align-items:center;background:#0d1117;border-bottom:1px solid #21262d;display:flex;justify-content:space-between;min-height:64px;padding:0 24px}.chat-header-user{align-items:center;display:flex;gap:12px;min-width:0}.chat-header-avatar{font-size:14px;height:38px;width:38px}.chat-main-header h2{color:#f0f6fc;font-size:16px;font-weight:700;margin:0;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-main-header p{color:#8b949e;font-size:12px;margin:3px 0 0}.chat-messages-area{background:#0d1117;overflow-x:hidden;overflow-y:auto;padding:24px 24px 8px}.message-list{display:flex;flex-direction:column;gap:6px;padding-bottom:8px}.message-row{border-radius:12px;line-height:1;max-width:min(640px,75%);padding:10px 14px 8px}.message-row.sent{align-self:flex-end;background:#1c3a52;border-bottom-right-radius:4px}.message-row.received{align-self:flex-start;background:#161b22;border:1px solid #21262d;border-bottom-left-radius:4px}.message-text{color:#e6edf3;font-size:14.5px;line-height:1.5;margin:0;overflow-wrap:anywhere}.message-meta{align-items:center;display:flex;gap:5px;justify-content:flex-end;margin-top:5px}.message-time{color:#8b949e;font-size:11px}.message-status{color:#8b949e;font-size:12px}.message-status.seen{color:#38bdf8}.message-state{color:#8b949e;font-size:14px;margin:40px auto 0;text-align:center}.message-state-error{color:#f87171}.chat-composer{align-items:center;background:#0d1117;border-top:1px solid #21262d;display:flex;gap:10px;padding:12px 16px}.chat-input{background:#161b22;border:1px solid #30363d;border-radius:8px;color:#e6edf3;flex:1 1;font-size:14px;height:42px;min-width:0;outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s}.chat-input::placeholder{color:#484f58}.chat-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf81a}.chat-send-button{background:#38bdf8;border:0;border-radius:8px;color:#061016;cursor:pointer;font-size:14px;font-weight:700;height:42px;padding:0 18px;transition:background .15s,opacity .15s;white-space:nowrap}.chat-send-button:hover:not(:disabled){background:#7dd3fc}.chat-send-button:disabled{cursor:not-allowed;opacity:.45}.chat-messages-area,.chat-user-list{scrollbar-color:#21262d #0000;scrollbar-width:thin}.chat-messages-area::-webkit-scrollbar,.chat-user-list::-webkit-scrollbar{width:4px}.chat-messages-area::-webkit-scrollbar-thumb,.chat-user-list::-webkit-scrollbar-thumb{background:#30363d;border-radius:99px}.sr-only{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute;width:1px}@media (max-width:760px){.chat-shell{grid-template-columns:1fr;height:calc(100vh - 60px);width:100vw}.chat-sidebar{border-right:0}.chat-user-list{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:8px}.chat-user-button{min-width:160px;width:auto}.chat-messages-area{padding:16px}.message-row{max-width:85%}.chat-composer{padding:10px 12px}}#root,body,html{height:100%;margin:0;overflow:hidden;padding:0}*{box-sizing:border-box}.app{color:#e6edf3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;overflow:hidden}.app,.app-header{background:#0d1117}.app-header{align-items:center;border-bottom:1px solid #21262d;display:flex;height:60px;justify-content:space-between;padding:0 28px}.app-header h1{color:#f0f6fc;font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0}.app-header-logo{align-items:center;display:flex;gap:9px}.app-header-logo-icon{background:#38bdf8;border-radius:8px;display:grid;height:30px;place-items:center;width:30px}.app-header-logo-icon svg{fill:#061016;height:16px;width:16px}.app-logout-button{background:#0000;border:1px solid #30363d;border-radius:7px;color:#8b949e;cursor:pointer;font-size:13px;font-weight:500;padding:7px 16px;transition:border-color .15s,color .15s}.app-logout-button:hover{border-color:#58a6ff;color:#e6edf3}.auth-page{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr minmax(320px,400px);margin:0 auto;min-height:calc(100vh - 60px);padding:48px 32px;width:min(1080px,100%)}.auth-info-panel{text-align:left}.auth-label{align-items:center;background:#38bdf81a;border:1px solid #38bdf833;border-radius:99px;color:#38bdf8;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.06em;margin:0 0 18px;padding:4px 12px;text-transform:uppercase}.auth-info-panel h2{color:#f0f6fc;font-size:44px;font-weight:700;letter-spacing:-.5px;line-height:1.1;margin:0;max-width:520px}.auth-info-panel p{color:#8b949e;font-size:16px;line-height:1.7;margin:18px 0 0;max-width:480px}.auth-feature-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.auth-feature-item{align-items:center;background:#161b22;border:1px solid #21262d;border-radius:8px;color:#c9d1d9;display:flex;font-size:13px;font-weight:500;gap:7px;padding:8px 14px}.auth-feature-item svg{stroke:#38bdf8;fill:none;stroke-width:2;flex-shrink:0;height:15px;width:15px}.auth-card{background:#161b22;border:1px solid #21262d;border-radius:12px;overflow:hidden;width:100%}.auth-tabs{border-bottom:1px solid #21262d;display:grid;grid-template-columns:1fr 1fr}.auth-tabs button{background:#0000;border:0;border-bottom:2px solid #0000;border-radius:0;color:#8b949e;cursor:pointer;font-size:14px;font-weight:600;margin:0;min-height:48px;transition:color .15s,border-color .15s}.auth-tabs button:first-child{border-right:1px solid #21262d}.auth-tabs button.active{background:#0000;border-bottom-color:#38bdf8;color:#38bdf8}.auth-tabs button:hover:not(.active){background:#ffffff08;color:#c9d1d9}.auth-form{display:flex;flex-direction:column;gap:12px;padding:28px 28px 32px}.auth-form h2{color:#f0f6fc;font-size:22px;font-weight:700;letter-spacing:-.2px;margin:0 0 2px}.auth-form p{color:#8b949e;font-size:14px;margin:0 0 8px}.auth-input{background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;font-size:14px;height:44px;outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s;width:100%}.auth-input::placeholder{color:#484f58}.auth-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf81f}.auth-message{background:#f871711a;border:1px solid #f8717133;border-radius:7px;color:#f87171;font-size:13px;margin:0;padding:10px 12px}.auth-message.success{background:#34d3991a;border-color:#34d39933;color:#34d399}.auth-submit-button{background:#38bdf8;border:0;border-radius:8px;color:#061016;cursor:pointer;font-size:14px;font-weight:700;height:44px;margin-top:4px;transition:background .15s,opacity .15s;width:100%}.auth-submit-button:hover:not(:disabled){background:#7dd3fc}.auth-submit-button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:760px){.app-header{padding:0 16px}.auth-page{gap:24px;grid-template-columns:1fr;min-height:calc(100vh - 60px);overflow-y:auto;padding:24px 16px}.auth-info-panel h2{font-size:30px}.auth-card{box-shadow:none}.auth-form{padding:22px 20px 26px}}
/*# sourceMappingURL=main.63c4b3bb.css.map*/