html{font-size:18px}html,body{background:#fefdfc;height:100%;margin:0;padding:0;font-family:"Source Serif 4",serif}.conversations-page{height:100vh;display:flex}.conversations-sidebar{box-sizing:border-box;white-space:nowrap;border-right:1px solid #ccc;flex-direction:column;flex-shrink:0;width:280px;transition:width .25s;display:flex;overflow:hidden}.conversations-sidebar-closed{border-right:none;width:0}.conversations-sidebar-top{padding:2rem 1rem 0}.conversations-sidebar-top-header{border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;gap:.5rem;margin:0 0 1rem;padding-bottom:1rem;display:flex}.conversations-sidebar-top-header h1{color:#1b5fa8;margin:0;font-size:1.25rem;font-weight:500}.conversations-sidebar-title{align-items:center;gap:.5rem;min-width:0;display:flex}.sidebar-star-icon{flex-shrink:0;width:1.1rem;height:1.1rem}.sidebar-toggle-button{cursor:pointer;color:#1b5fa8;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;padding:.2rem .4rem;font-size:1rem}.sidebar-toggle-button:hover{background:#00000014}.sidebar-toggle-button-floating{z-index:20;background:#fbfaf8;border:1px solid #0000001f;position:fixed;top:1rem;left:1rem;box-shadow:0 1px 4px #00000014}.conversations-list{flex:1;margin:0;padding:1rem 1rem 0;list-style:none;overflow-y:auto}.conversations-sidebar-footer{border-top:1px solid #ccc;flex-shrink:0;gap:.5rem;padding:1rem;display:flex}.sidebar-action-button{color:#fff;cursor:pointer;background:#2f76bd;border:1px solid #0000001f;border-radius:.375rem;padding:.4rem .75rem;font-family:inherit}.sidebar-action-button:hover{color:#fff;background:#1b5fa8}.conversations-list-item{border-radius:.375rem;margin:.25rem 0}.conversations-list-item:hover{background:#0000000f}.conversations-list-link{color:#666;justify-content:space-between;align-items:center;gap:.25rem;padding:.25rem .4rem;font-size:.875rem;text-decoration:none;display:flex}.conversations-list-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.conversations-list-link.active{color:#555;font-weight:600}.conversation-menu{flex-shrink:0;position:relative}.conversation-menu-button{cursor:pointer;opacity:0;background:0 0;border:none;border-radius:.25rem;padding:.1rem .4rem;font-size:1rem;line-height:1}.conversations-list-item:hover .conversation-menu-button,.conversations-list-item:focus-within .conversation-menu-button{opacity:1}.conversation-menu-button:hover{background:#0000001f}.conversation-menu-dropdown{z-index:10;color:#111;background:#fff;border:1px solid #ccc;border-radius:.375rem;flex-direction:column;min-width:120px;animation:.15s ease-out modal-fade-in;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 2px 8px #00000026}.conversation-menu-dropdown-up{top:auto;bottom:100%}.conversation-menu-dropdown button{color:#666;text-align:left;cursor:pointer;background:0 0;border:none;padding:.5rem .75rem;font-family:inherit}.conversation-menu-dropdown button:hover{background:#f0f0f0}.conversations-main{flex:1;min-width:0}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.15s ease-out modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-content{color:#111;background:#fff;border-radius:.5rem;min-width:320px;max-width:90vw;padding:1.5rem;animation:.15s ease-out modal-fade-in;box-shadow:0 4px 16px #00000040}.modal-content h2{font-weight:400}.modal-input{box-sizing:border-box;width:100%;margin-top:.5rem;padding:.4rem;font-family:inherit}.modal-actions{gap:.5rem;margin-top:1rem;display:flex}.modal-error{color:#c0392b}.chats-page{box-sizing:border-box;background:#fbfaf8;flex-direction:column;height:100vh;display:flex;position:relative}.chats-header{z-index:2;pointer-events:none;box-sizing:border-box;background:#fbfaf8;width:100%;padding:1.5rem 0 2.5rem;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 calc(100% - 1rem),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 1rem),#0000 100%)}.chats-header-title{color:#888;max-width:900px;margin:0 auto;padding:0 3rem 0 1.25rem;font-size:1rem;font-weight:500}.chats-error{padding:0 1rem}.chats-messages{flex:1;width:100%;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 calc(100% - 1.5rem),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 1.5rem),#0000 100%)}.chats-messages-inner{box-sizing:border-box;max-width:900px;margin:0 auto;padding:5.5rem 3rem 2.5rem}.info-content{color:#666;animation:.6s ease-out chat-response-reveal}.info-content h2,.info-content h3{color:#154a86;font-weight:500}.info-content li::marker{color:#aaa}.chat-message{margin:2rem 0;display:flex}.chat-message-user{justify-content:flex-end}.chat-message-assistant{justify-content:flex-start}.chat-message-bubble{max-width:70%;margin:0;line-height:1.5;animation:.6s ease-out chat-response-reveal}.chat-message-assistant .chat-message-bubble{width:100%;max-width:100%}@keyframes chat-response-reveal{0%{opacity:0}to{opacity:1}}.chat-message-user .chat-message-bubble{color:#fff;background:#1b5fa8;border-radius:.75rem;padding:.5rem .75rem;animation:none}.chat-message-bubble.chat-thinking{color:#0000;background-image:linear-gradient(90deg,#aaa 0% 35%,#eee 50%,#aaa 65% 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-style:italic;animation:1s ease-out chat-response-reveal,3.5s linear infinite chat-thinking-shimmer}@keyframes chat-thinking-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-thinking-dots{text-align:left;width:1.2em;display:inline-block}.chat-message-bubble h1,.chat-message-bubble h2,.chat-message-bubble h3,.chat-message-bubble h4,.chat-message-bubble h5,.chat-message-bubble h6{color:#444;margin:1em 0 .5em;font-weight:600}.chat-message-bubble h1{font-size:1.15em}.chat-message-bubble h2{font-size:1.08em}.chat-message-bubble h3,.chat-message-bubble h4,.chat-message-bubble h5,.chat-message-bubble h6{font-size:1em}.chat-message-bubble>:first-child{margin-top:0}.chat-message-bubble p,.chat-message-bubble ul,.chat-message-bubble ol,.chat-message-bubble pre,.chat-message-bubble blockquote,.chat-message-bubble table{margin:0 0 .75em}.chat-message-bubble>:last-child{margin-bottom:0}.chat-message-bubble ul,.chat-message-bubble ol{padding-left:1.5em}.chat-message-bubble li::marker{color:#aaa}.chat-message-bubble pre{background:#f4f4f4;border-radius:.25rem;padding:.75rem;overflow-x:auto}.chat-message-bubble code{background:#f4f4f4;border-radius:.2rem;padding:.1em .3em;font-family:monospace}.chat-message-bubble pre code{background:0 0;padding:0}.chat-message-bubble blockquote{color:#777;border-left:3px solid #ddd;padding-left:.75em;font-style:italic}.chat-message-bubble table{border-collapse:collapse}.chat-message-bubble th,.chat-message-bubble td{border:1px solid #ddd;padding:.4em .6em}.chats-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;padding:1rem;display:flex}.chats-empty-message{color:#888;font-size:2.5rem}.chats-form{box-sizing:border-box;flex-wrap:wrap;align-items:flex-end;gap:.5rem;width:100%;max-width:900px;margin:0 auto;padding:1.5rem 3rem .75rem;display:flex}.chats-disclaimer{text-align:center;color:#aaa;flex-basis:100%;margin-top:.25rem;font-size:.7rem}.chats-form-centered{border-top:none;width:100%;max-width:400px;padding:0}.chats-input{resize:none;max-height:200px;font:inherit;background:#fbfaf8;border:1px solid #00000026;border-radius:.5rem;flex:1;padding:.6rem .9rem;line-height:1.4;transition:border-color .15s,box-shadow .15s;overflow-y:hidden;box-shadow:0 1px 2px #0000000a}.chats-input:focus{background:#fbfaf8;border-color:#0000004d;outline:none;box-shadow:0 1px 4px #00000014}.conversations-list,.chats-messages{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .2s}.conversations-list:hover,.chats-messages:hover{scrollbar-color:#0003 transparent}.conversations-list::-webkit-scrollbar{width:8px}.chats-messages::-webkit-scrollbar{width:8px}.conversations-list::-webkit-scrollbar-track{background:0 0}.chats-messages::-webkit-scrollbar-track{background:0 0}.conversations-list::-webkit-scrollbar-thumb{background-color:#0000;background-clip:padding-box;border:2px solid #0000;border-radius:999px}.chats-messages::-webkit-scrollbar-thumb{background-color:#0000;background-clip:padding-box;border:2px solid #0000;border-radius:999px}.conversations-list:hover::-webkit-scrollbar-thumb{background-color:#0003}.chats-messages:hover::-webkit-scrollbar-thumb{background-color:#0003}.conversations-list::-webkit-scrollbar-thumb:hover{background-color:#00000059}.chats-messages::-webkit-scrollbar-thumb:hover{background-color:#00000059}.auth-page{box-sizing:border-box;background:#fdfcfa;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem 1rem;display:flex}.auth-page h1{color:#1b5fa8;text-align:center;margin:0;font-size:1.5rem;font-weight:500}.form-body{box-sizing:border-box;text-align:center;background:#fff;border-radius:.75rem;width:100%;max-width:360px;padding:2rem;animation:.2s ease-out modal-fade-in;box-shadow:0 4px 16px #0000001a}.form-body h3{color:#666;margin:0 0 1.5rem;font-size:1rem;font-weight:500}.form-error{color:#c0392b;margin:0 0 1rem;font-size:.875rem}.form-card{text-align:left;flex-direction:column;gap:1rem;display:flex}.form-card label{color:#666;flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.form-input{box-sizing:border-box;background:#fbfaf8;border:1px solid #00000026;border-radius:.5rem;padding:.5rem .75rem;font-family:inherit;font-size:1rem}.form-input:focus{background:#fff;border-color:#0000004d;outline:none}.form-button{color:#fff;cursor:pointer;background:#2f76bd;border:none;border-radius:.375rem;margin-top:.5rem;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.form-button:hover{background:#1b5fa8}.form-body>p{color:#666;margin:1.5rem 0 0;font-size:.875rem}.form-body>p a{color:#1b5fa8;text-decoration:none}.form-body>p a:hover{text-decoration:underline}
