.chat-module__vDg6Da__chat{flex-direction:column;height:100%;min-height:0;display:flex}.chat-module__vDg6Da__landingWrap{flex:1;justify-content:center;align-items:center;min-height:0}.chat-module__vDg6Da__landing{text-align:center;width:min(100%,680px);margin:0 auto;padding:0 0 2rem}.chat-module__vDg6Da__landingTitle{font-family:var(--font-serif), Georgia, serif;color:var(--ink);margin-bottom:.6rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;line-height:1.3}.chat-module__vDg6Da__landingSubtitle{color:var(--muted);margin-bottom:1.75rem}.chat-module__vDg6Da__landingComposer{width:100%}.chat-module__vDg6Da__suggestions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.chat-module__vDg6Da__suggestion{font:inherit;color:var(--ink);border:1px solid var(--hairline);cursor:pointer;background:0 0;border-radius:999px;padding:.5rem .9rem;font-size:.95rem;transition:border-color .12s,color .12s}.chat-module__vDg6Da__suggestion:hover{border-color:var(--accent);color:var(--accent)}.chat-module__vDg6Da__suggestion:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.chat-module__vDg6Da__messages{scrollbar-width:thin;flex-direction:column;flex:1;gap:1.4rem;min-height:0;padding:1.5rem 0 2rem;display:flex;overflow-y:auto}.chat-module__vDg6Da__userRow{justify-content:flex-end;display:flex}.chat-module__vDg6Da__userBubble{background:var(--accent);color:#fff;white-space:pre-wrap;border-radius:18px 18px 4px;max-width:80%;padding:.65rem 1rem;line-height:1.5}.chat-module__vDg6Da__assistantRow{flex-direction:column;gap:.6rem;display:flex}.chat-module__vDg6Da__answer{max-width:70ch;color:var(--ink);white-space:pre-wrap;line-height:1.65}.chat-module__vDg6Da__sources{max-width:70ch;color:var(--muted);font-size:.9rem}.chat-module__vDg6Da__composerWrap{padding-top:.5rem;padding-bottom:1.25rem}.chat-module__vDg6Da__composer{border:1px solid var(--hairline);background:#fff;border-radius:16px;align-items:center;gap:.5rem;width:100%;padding:.4rem .4rem .4rem 1rem;transition:border-color .12s,box-shadow .12s;display:flex}.chat-module__vDg6Da__composer:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #3d6b631f}.chat-module__vDg6Da__input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:16px;line-height:1.5}.chat-module__vDg6Da__input::placeholder{color:var(--muted)}.chat-module__vDg6Da__send{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:12px;flex:none;place-items:center;width:2.25rem;height:2.25rem;font-size:1.1rem;line-height:1;transition:opacity .12s;display:grid}.chat-module__vDg6Da__send:disabled{opacity:.4;cursor:not-allowed}.chat-module__vDg6Da__send:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.chat-module__vDg6Da__typing{align-items:center;gap:.3rem;padding:.35rem 0;display:inline-flex}.chat-module__vDg6Da__dot{background:var(--muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite chat-module__vDg6Da__pulse}.chat-module__vDg6Da__dot:nth-child(2){animation-delay:.15s}.chat-module__vDg6Da__dot:nth-child(3){animation-delay:.3s}@keyframes chat-module__vDg6Da__pulse{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.chat-module__vDg6Da__composer,.chat-module__vDg6Da__suggestion,.chat-module__vDg6Da__send{transition:none}.chat-module__vDg6Da__dot{opacity:.6;animation:none}}@media (max-width:640px){.chat-module__vDg6Da__userBubble{max-width:90%}.chat-module__vDg6Da__landingTitle{font-size:1.5rem}}
.page-module__E0kJGG__chatShell{flex-direction:column;max-width:960px;height:100dvh;margin:0 auto;padding:1.5rem clamp(1.25rem,4vw,3rem) 0;display:flex}.page-module__E0kJGG__chatHeader{border-bottom:1px solid var(--hairline);padding-bottom:.9rem}.page-module__E0kJGG__chatHeader h1{font-family:var(--font-serif), Georgia, serif;letter-spacing:.01em;color:var(--ink);font-size:1.5rem;font-weight:600}.page-module__E0kJGG__page{max-width:760px;margin:0 auto;padding:3rem clamp(1.25rem,4vw,3rem)}.page-module__E0kJGG__page h1{font-family:var(--font-serif), Georgia, serif;color:var(--ink);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__E0kJGG__card{border-bottom:1px solid var(--hairline);margin-bottom:1.25rem;padding-bottom:1.25rem}.page-module__E0kJGG__card h2{font-family:var(--font-serif), Georgia, serif;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.page-module__E0kJGG__error{color:var(--ink)}.page-module__E0kJGG__ok{color:var(--muted)}.page-module__E0kJGG__header{border-bottom:1px solid var(--hairline);margin-bottom:1.25rem;padding-bottom:.75rem}.page-module__E0kJGG__activeLink{color:var(--accent)}.page-module__E0kJGG__sep{color:var(--muted);margin:0 .35rem}.page-module__E0kJGG__muted{color:var(--muted)}.page-module__E0kJGG__list{flex-direction:column;list-style:none;display:flex}.page-module__E0kJGG__listItem{border-bottom:1px solid var(--hairline);flex-wrap:wrap;align-items:baseline;gap:.75rem;padding:.9rem 0;display:flex}.page-module__E0kJGG__docTitle{font-weight:500}.page-module__E0kJGG__tag{color:var(--accent);font-size:.85rem}.page-module__E0kJGG__meta{color:var(--muted);font-size:.85rem}
