:root{--bg: #191919;--surface: #222323;--surface-hover: #2b2c2c;--border: #383a3a;--border-strong: #4a4d4d;--text: #e8e8e3;--text-dim: #9b9d9e;--text-faint: #6e7070;--accent: #23b5c8;--accent-dim: rgba(35, 181, 200, .14);--radius-lg: 16px;--radius-md: 12px;--radius-pill: 999px;--font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--col-width: 720px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased;min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 40% at 50% -5%,rgba(35,181,200,.06),transparent 65%),radial-gradient(ellipse 45% 30% at 80% 0%,rgba(255,255,255,.025),transparent 70%);z-index:0}#root{position:relative;z-index:1}button{font-family:inherit;color:inherit;background:none;border:none;cursor:pointer}a{color:inherit}input,textarea{font-family:inherit;color:inherit;background:none;border:none;outline:none}::selection{background:var(--accent-dim)}.page{max-width:var(--col-width);margin:0 auto;padding:0 1.5rem}.hero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-bottom:8vh}.hero-title{font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:600;letter-spacing:-.02em;text-align:center;animation:rise .7s cubic-bezier(.22,1,.36,1) both}.hero-box{width:100%;max-width:640px;animation:rise .7s cubic-bezier(.22,1,.36,1) .12s both}.hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;animation:rise .7s cubic-bezier(.22,1,.36,1) .24s both}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.prompt{display:flex;align-items:center;gap:.75rem;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.35rem .5rem .35rem 1.25rem;transition:border-color .2s ease,box-shadow .2s ease}.prompt:focus-within{border-color:var(--border-strong);box-shadow:0 0 0 3px #23b5c814}.prompt input{flex:1;font-size:1.05rem;font-weight:400;padding:.65rem 0;min-width:0}.prompt input::placeholder{color:var(--text-dim)}.prompt-send{flex-shrink:0;display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-md);color:var(--text-dim);transition:background .15s ease,color .15s ease}.prompt-send:hover,.prompt-send:focus-visible{background:var(--accent-dim);color:var(--accent)}.chip{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:400;color:var(--text-dim);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:.45rem .95rem;transition:color .15s ease,border-color .15s ease,background .15s ease}.chip:hover,.chip:focus-visible{color:var(--text);border-color:var(--border-strong);background:var(--surface-hover)}.thread{padding-top:3.5rem;padding-bottom:9rem;display:flex;flex-direction:column;overflow-anchor:none}.thread-brand{position:fixed;top:.85rem;left:1.1rem;font-family:var(--font-mono);font-size:.8rem;color:var(--text-faint);letter-spacing:.06em;z-index:5;padding:.35rem .7rem;border-radius:var(--radius-pill);background:#191919b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:color .15s ease}.thread-brand:hover{color:var(--text-dim)}.answer-block{padding:2.25rem 0 1.5rem;scroll-margin-top:2.5rem}.answer-block+.answer-block{border-top:1px solid var(--border)}.answer-question{font-size:clamp(1.45rem,3.5vw,1.9rem);font-weight:600;letter-spacing:-.015em;line-height:1.3;margin-bottom:1.5rem}.answer-label{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin:1.75rem 0 .9rem}.answer-label svg{color:var(--text-faint)}.sources{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.sources li{animation:rise .45s cubic-bezier(.22,1,.36,1) both}.sources li:nth-child(2){animation-delay:.08s}.sources li:nth-child(3){animation-delay:.16s}.source-chip{display:inline-flex;align-items:center;gap:.55rem;font-size:.875rem;font-weight:400;text-decoration:none;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.55rem 1rem;transition:background .15s ease,border-color .15s ease}.source-chip:hover,.source-chip:focus-visible{background:var(--surface-hover);border-color:var(--border-strong)}.source-chip svg{color:var(--text-dim)}.answer-body p{margin-bottom:1.1rem;font-size:1.02rem}.answer-body p:last-child{margin-bottom:0}.stream-word.hidden{visibility:hidden}.stream-cursor{display:inline-block;width:8px;height:1.05em;margin-left:2px;vertical-align:text-bottom;background:var(--accent);border-radius:2px;animation:blink .9s steps(1) infinite}@keyframes blink{50%{opacity:0}}.searching{display:flex;align-items:center;gap:.6rem;color:var(--text-dim);font-size:.92rem;padding:.4rem 0}.searching-orb{width:9px;height:9px;border-radius:50%;background:var(--accent);animation:pulse 1.1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(.7);opacity:.4}50%{transform:scale(1);opacity:1}}.searching-text{background:linear-gradient(90deg,var(--text-dim) 25%,var(--text) 50%,var(--text-dim) 75%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 1.6s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.answer-media{margin-top:1.75rem;display:flex;justify-content:center;animation:fade .8s ease both}.answer-media img{width:min(340px,100%);height:auto;border-radius:var(--radius-lg);display:block}@keyframes fade{0%{opacity:0}to{opacity:1}}.followups{margin-top:1.9rem;display:flex;flex-direction:column;gap:0;animation:fade .5s ease both}.followup-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;text-align:left;font-size:.98rem;font-weight:400;color:var(--text-dim);padding:.8rem .25rem;border-top:1px solid var(--border);transition:color .15s ease}.followup-row:last-child{border-bottom:1px solid var(--border)}.followup-row:hover,.followup-row:focus-visible{color:var(--accent)}.followup-row svg{flex-shrink:0}.composer{position:fixed;bottom:0;left:0;right:0;padding:0 1.5rem 1.4rem;background:linear-gradient(to top,var(--bg) 55%,transparent);z-index:4}.composer .prompt{max-width:var(--col-width);margin:0 auto;box-shadow:0 8px 32px #00000073}.contact-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:.85rem;animation:fade .5s ease both}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media (max-width: 560px){.contact-row{grid-template-columns:1fr}}.field{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.8rem 1rem;font-size:.95rem;font-weight:400;width:100%;transition:border-color .2s ease}.field::placeholder{color:var(--text-faint)}.field:focus{border-color:var(--border-strong)}textarea.field{min-height:120px;resize:vertical}.contact-submit{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--bg);background:var(--text);border-radius:var(--radius-pill);padding:.65rem 1.5rem;transition:opacity .15s ease,transform .15s ease}.contact-submit:hover{opacity:.85}.contact-submit:disabled{opacity:.5;cursor:default}.contact-error{color:#e5726a;font-size:.9rem}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}
