[data-chat-root][data-chat-open] [data-chat-fab],[data-chat-root][data-chat-open] [data-chat-teaser]{display:none}typi-chat .tc-end[hidden],typi-chat .tc-consent[hidden],typi-chat .tc-composer[hidden]{display:none}typi-chat .tc-dialog{position:fixed;inset:0;z-index:60;margin:0;padding:0;width:100%;max-width:none;height:var(--chat-vvh, 100dvh);max-height:none;border:none;background:var(--background);color:var(--foreground)}typi-chat .tc-dialog[open]{display:flex;flex-direction:column;animation:tc-slide-up .3s cubic-bezier(.32,.72,0,1)}typi-chat .tc-dialog::backdrop{background:#00000059}@media(width<40rem){body:has(typi-chat .tc-dialog[open]){overflow:hidden}}@media(width>=40rem){typi-chat .tc-dialog{inset:auto 1rem 1rem auto;width:25rem;height:min(37.5rem,calc(100dvh - 5rem));border:1px solid var(--border);border-radius:calc(var(--radius) + 8px);box-shadow:0 24px 48px -12px #00000040}typi-chat .tc-dialog[open]{animation:tc-pop .2s ease-out}}@media(prefers-reduced-motion:reduce){typi-chat .tc-dialog[open],typi-chat .tc-card{animation:none}}typi-chat .tc-header{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border-bottom:1px solid var(--border)}@media(width<40rem){typi-chat .tc-header{position:relative;padding-top:1rem}typi-chat .tc-header:before{content:"";position:absolute;top:.375rem;left:50%;translate:-50%;width:2.25rem;height:.25rem;border-radius:calc(infinity * 1px);background:var(--border)}}typi-chat .tc-avatar{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:calc(infinity * 1px);background:var(--primary);color:var(--primary-foreground)}typi-chat .tc-avatar svg{width:1.25rem;height:1.25rem}typi-chat .tc-identity{flex:1;min-width:0}typi-chat .tc-title{font-size:.9375rem;font-weight:600;line-height:1.2}typi-chat .tc-subtitle{font-size:.75rem;color:var(--muted-foreground)}typi-chat .tc-end{padding:.375rem .625rem;border:1px solid var(--border);border-radius:calc(infinity * 1px);font-size:.75rem;color:var(--muted-foreground);white-space:nowrap;cursor:pointer}typi-chat .tc-end:hover{background:var(--muted);color:var(--foreground)}typi-chat .tc-iconbtn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:calc(infinity * 1px);color:var(--muted-foreground);cursor:pointer}typi-chat .tc-iconbtn:hover{background:var(--muted);color:var(--foreground)}typi-chat .tc-iconbtn svg{width:1.125rem;height:1.125rem}typi-chat .tc-thread{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}typi-chat .tc-scroll-pill{position:absolute;bottom:.75rem;left:50%;translate:-50%;padding:.375rem .75rem;border:1px solid var(--border);border-radius:calc(infinity * 1px);background:var(--background);color:var(--foreground);font-size:.75rem;font-weight:500;white-space:nowrap;box-shadow:0 4px 12px #00000026;cursor:pointer}typi-chat .tc-scroll-pill:hover{background:var(--muted)}typi-chat .tc-scroll-pill[hidden]{display:none}typi-chat .tc-messages{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem;padding:1rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}typi-chat .tc-messages>*{flex-shrink:0}typi-chat .tc-bubble{max-width:85%;padding:.5rem .75rem;border-radius:1rem;font-size:.875rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}typi-chat .tc-bubble ul{margin:.25rem 0;padding-left:1.125rem;list-style:disc;white-space:normal}typi-chat .tc-bubble li{margin:.125rem 0}typi-chat .tc-bubble-user{align-self:flex-end;border-bottom-right-radius:.25rem;background:var(--primary);color:var(--primary-foreground)}typi-chat .tc-bubble-assistant{align-self:flex-start;border-bottom-left-radius:.25rem;background:var(--muted)}typi-chat .tc-bubble-assistant[data-streaming]:after{content:"";display:inline-block;width:.125rem;height:1em;margin-left:.125rem;vertical-align:text-bottom;background:currentcolor;animation:tc-blink 1s steps(2) infinite}typi-chat .tc-bubble-error{align-self:flex-start;background:color-mix(in oklab,var(--destructive) 8%,var(--background));border:1px solid color-mix(in oklab,var(--destructive) 30%,transparent)}typi-chat .tc-error-actions{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}typi-chat .tc-notice{align-self:center;padding:.25rem 0;font-size:.75rem;color:var(--muted-foreground);text-align:center}typi-chat .tc-typing{display:flex;align-items:center;gap:.25rem;min-height:2.25rem}typi-chat .tc-typing span{width:.375rem;height:.375rem;border-radius:calc(infinity * 1px);background:var(--muted-foreground);animation:tc-dot 1.2s ease-in-out infinite}typi-chat .tc-typing span:nth-child(2){animation-delay:.15s}typi-chat .tc-typing span:nth-child(3){animation-delay:.3s}typi-chat .tc-cards{display:flex;flex-direction:column;gap:.625rem;margin:.5rem 0}typi-chat .tc-card{display:block;width:100%;overflow:hidden;border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:var(--card);color:var(--card-foreground);text-decoration:none;animation:tc-card-in .3s ease-out backwards}typi-chat .tc-card img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--muted)}typi-chat .tc-card-body{display:grid;gap:.125rem;padding:.625rem .75rem;font-size:.8125rem}typi-chat .tc-card-body strong{font-size:.875rem;font-weight:600;letter-spacing:-.01em}typi-chat .tc-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}typi-chat .tc-card-meta{font-size:.75rem;color:var(--muted-foreground)}typi-chat .tc-footer{display:grid;gap:.5rem;padding:.625rem .75rem;padding-bottom:calc(.625rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border)}typi-chat .tc-chips{display:flex;flex-wrap:wrap;gap:.375rem}typi-chat .tc-chip{padding:.375rem .75rem;border:1px solid var(--border);border-radius:calc(infinity * 1px);background:var(--background);color:var(--foreground);font-size:.8125rem;text-decoration:none;cursor:pointer}typi-chat .tc-chip:hover{background:var(--muted)}typi-chat .tc-consent{display:grid;gap:.5rem;font-size:.8125rem;line-height:1.45;color:var(--muted-foreground)}typi-chat .tc-consent a{color:inherit;text-decoration:underline;text-underline-offset:.2em}typi-chat .tc-consent-accept{justify-self:start;padding:.5rem .875rem;border-radius:var(--radius);background:var(--primary);color:var(--primary-foreground);font-size:.8125rem;font-weight:500;cursor:pointer}typi-chat .tc-turnstile:empty{display:none}typi-chat .tc-turnstile{display:flex;justify-content:center}typi-chat .tc-composer{display:flex;align-items:flex-end;gap:.5rem}typi-chat .tc-composer textarea{flex:1;max-height:7.5rem;padding:.5rem .75rem;border:1px solid var(--input);border-radius:calc(var(--radius) + 2px);background:transparent;font:inherit;font-size:.875rem;line-height:1.4;resize:none;outline:none}typi-chat .tc-composer textarea:focus-visible{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}typi-chat .tc-send{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:calc(infinity * 1px);background:var(--primary);color:var(--primary-foreground);cursor:pointer}typi-chat .tc-send:disabled{opacity:.5;cursor:default}typi-chat .tc-send svg{width:1.125rem;height:1.125rem}@keyframes tc-slide-up{0%{transform:translateY(100%)}}@keyframes tc-pop{0%{transform:scale(.96) translateY(.5rem);opacity:0}}@keyframes tc-blink{50%{opacity:0}}@keyframes tc-dot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-.25rem);opacity:1}}@keyframes tc-card-in{0%{transform:translateY(.5rem);opacity:0}}
