*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh}.app-root{display:flex;height:100vh;overflow:hidden}.sidebar{background:#111;color:#fff;display:flex;flex-direction:column;gap:8px;min-width:260px;overflow-y:auto;padding:16px 12px;width:260px}.sidebar-new-btn{background:#0000;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;margin-bottom:8px;padding:10px 14px;text-align:left;transition:background .15s;width:100%}.sidebar-new-btn:hover{background:#222}.sidebar-section-label{color:#666;font-size:11px;letter-spacing:.08em;padding:4px 8px;text-transform:uppercase}.sidebar-item{border-radius:8px;color:#ccc;cursor:pointer;font-size:13px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;transition:background .15s;white-space:nowrap}.sidebar-item:hover{background:#222;color:#fff}.sidebar-item.active{background:#333;color:#fff}.chat-root{background:#fff;display:flex;flex:1 1;flex-direction:column;height:100vh;overflow:hidden}.chat-header{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 24px}.chat-header-title{font-size:15px;font-weight:600}.chat-header-user{align-items:center;color:#555;display:flex;font-size:13px;gap:12px}.logout-btn{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;padding:4px 12px}.logout-btn:hover{background:#f5f5f5}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:32px 24px}.chat-empty{align-items:center;color:#aaa;display:flex;flex:1 1;font-size:15px;justify-content:center}.chat-bubble{max-width:75%}.chat-bubble--user{align-self:flex-end}.chat-bubble--assistant{align-self:flex-start}.chat-bubble-label{color:#999;font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.chat-bubble--user .chat-bubble-label{text-align:right}.chat-bubble-content{border-radius:12px;font-size:14px;line-height:1.6;padding:12px 16px}.chat-bubble--user .chat-bubble-content{background:#1a1a1a;border-bottom-right-radius:4px;color:#fff}.chat-bubble--assistant .chat-bubble-content{background:#f3f3f3;border-bottom-left-radius:4px;color:#1a1a1a}.chat-bubble-content p{margin:0 0 8px}.chat-bubble-content p:last-child{margin-bottom:0}.chat-bubble-content code{background:#00000014;border-radius:4px;font-size:13px;padding:1px 5px}.chat-bubble-content pre{background:#0000000f;border-radius:6px;font-size:13px;margin:8px 0;overflow-x:auto;padding:10px}.chat-typing{display:flex;gap:4px;padding:8px 4px}.chat-typing span{animation:bounce 1.2s infinite;background:#aaa;border-radius:50%;height:8px;width:8px}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-bar{border-top:1px solid #e8e8e8;display:flex;flex-shrink:0;gap:10px;padding:16px 24px}.chat-input{border:1.5px solid #ddd;border-radius:10px;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:10px 14px;resize:none;transition:border-color .15s}.chat-input:focus{border-color:#888}.chat-send-btn{background:#1a1a1a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .15s;white-space:nowrap}.chat-send-btn:hover:not(:disabled){background:#333}.chat-send-btn:disabled{cursor:not-allowed;opacity:.4}.login-root{align-items:center;background:#f0f0f0;display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px #00000014;max-width:400px;padding:48px 40px;text-align:center;width:100%}.login-title{font-size:22px;font-weight:600;margin-bottom:8px}.login-subtitle{color:#666;font-size:14px;margin-bottom:32px}.login-error{background:#fff0f0;border:1px solid #fcc;border-radius:8px;color:#c00;font-size:13px;margin-bottom:20px;padding:12px}.login-btn{align-items:center;background:#fff;border:1.5px solid #d0d0d0;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;padding:12px 20px;transition:background .15s;width:100%}.login-btn:hover{background:#f5f5f5}.login-input{border:1.5px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;margin-bottom:12px;outline:none;padding:10px 14px;transition:border-color .15s;width:100%}.login-input:focus{border-color:#888}
/*# sourceMappingURL=main.2861fc53.css.map*/