/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI Variable Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-serif: ui-serif, "New York", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
    --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #17151a;
    --color-slate: #56505a;
    --color-mist: #8b838d;
    --color-sheet: #ffffff;
    --color-blush: #eefaf5;
    --color-rose: #00f;
    --color-accent: #d6006e;
    --mesh-base: #f8fdfb;
    --mesh-1: #00ff00;
    --mesh-1-at: 6%  94%;
    --mesh-2: #00e79c;
    --mesh-2-at: 32%  98%;
    --mesh-3: #00cfad;
    --mesh-3-at: 58%  96%;
    --mesh-4: #2a5cff;
    --mesh-4-at: 96%  96%;
    --mesh-5: #ee3d97;
    --mesh-5-at: -4%  60%;
    --mesh-6: #ffffff;
    --mesh-6-at: 50%  -8%;
    --mesh-scrim: #c9f4e4;
    --mesh-blur: 18px;
    --mesh-grain: .2;
    --tint-hair: color-mix(in srgb, #17151a 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tint-hair: color-mix(in srgb, var(--color-ink) 8%, transparent);
    }
    --tint-rule: color-mix(in srgb, #17151a 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tint-rule: color-mix(in srgb, var(--color-ink) 12%, transparent);
    }
    --tint-wash: color-mix(in srgb, #17151a 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tint-wash: color-mix(in srgb, var(--color-ink) 4%, transparent);
    }
    --tint-veil: color-mix(in srgb, #17151a 38%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tint-veil: color-mix(in srgb, var(--color-ink) 38%, transparent);
    }
    --shadow-lift: 0 1px 2px rgb(23 21 26 / .04), 0 14px 34px -16px rgb(23 21 26 / .22);
    --shadow-float: 0 2px 4px rgb(23 21 26 / .04), 0 22px 48px -20px rgb(23 21 26 / .28);
    --shadow-press: 0 1px 2px rgb(23 21 26 / .05), 0 8px 20px -12px rgb(23 21 26 / .24);
    --ease-settle: cubic-bezier(.16, 1, .3, 1);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    min-height: 100%;
  }
  body {
    color: var(--color-ink);
    background: var(--mesh-base);
    font-family: var(--font-sans);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  button, textarea {
    font: inherit;
  }
  button {
    color: inherit;
    cursor: pointer;
  }
  :focus-visible {
    outline: 2px solid var(--color-ink);
    outline-offset: 3px;
    border-radius: 4px;
  }
  ::selection {
    background: var(--color-rose);
    color: var(--color-ink);
  }
}
@layer components {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .eyebrow, .brand small, .connection, .install-banner-inner > strong, .source-list-label, .tool-badge {
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .app-shell {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
  }
  .app-shell::before, .privacy-page::before {
    content: '';
    position: fixed;
    z-index: -1;
    inset: calc(var(--mesh-blur) * -2);
    background-color: var(--mesh-base);
    background-image: radial-gradient(60vw 46vh at var(--mesh-1-at), color-mix(in srgb, #00ff00 62%, transparent) 0%, transparent 100%), radial-gradient(54vw 42vh at var(--mesh-2-at), color-mix(in srgb, #00e79c 78%, transparent) 0%, transparent 100%), radial-gradient(66vw 50vh at var(--mesh-3-at), color-mix(in srgb, #00cfad 82%, transparent) 0%, transparent 100%), radial-gradient(52vw 42vh at var(--mesh-4-at), color-mix(in srgb, #2a5cff 44%, transparent) 0%, transparent 100%), radial-gradient(44vw 38vh at var(--mesh-5-at), color-mix(in srgb, #ee3d97 52%, transparent) 0%, transparent 100%), radial-gradient(150vw 46vh at var(--mesh-6-at), color-mix(in srgb, #ffffff 96%, transparent) 0%, transparent 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background-image: radial-gradient(60vw 46vh at var(--mesh-1-at), color-mix(in srgb, var(--mesh-1) 62%, transparent) 0%, transparent 100%), radial-gradient(54vw 42vh at var(--mesh-2-at), color-mix(in srgb, var(--mesh-2) 78%, transparent) 0%, transparent 100%), radial-gradient(66vw 50vh at var(--mesh-3-at), color-mix(in srgb, var(--mesh-3) 82%, transparent) 0%, transparent 100%), radial-gradient(52vw 42vh at var(--mesh-4-at), color-mix(in srgb, var(--mesh-4) 44%, transparent) 0%, transparent 100%), radial-gradient(44vw 38vh at var(--mesh-5-at), color-mix(in srgb, var(--mesh-5) 52%, transparent) 0%, transparent 100%), radial-gradient(150vw 46vh at var(--mesh-6-at), color-mix(in srgb, var(--mesh-6) 96%, transparent) 0%, transparent 100%);
    }
    filter: blur(var(--mesh-blur));
  }
  .app-shell::after, .privacy-page::after {
    content: '';
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: var(--mesh-grain);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23g)'/%3E%3C/svg%3E");
  }
  .install-banner {
    display: none;
    position: fixed;
    z-index: 40;
    inset: 0 0 auto;
    padding-top: env(safe-area-inset-top);
    background: var(--color-ink);
    color: var(--color-blush);
  }
  .install-banner.is-visible {
    display: block;
  }
  .install-banner-inner {
    width: min(100% - 32px, 900px);
    min-height: 46px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  .install-banner-inner > strong {
    margin-right: auto;
    font-size: 10px;
    font-weight: 500;
  }
  .install-banner-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    opacity: .7;
    transition: opacity .18s;
  }
  .install-banner-close:hover {
    opacity: 1;
  }
  .app-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    padding-top: env(safe-area-inset-top);
    border-bottom: 1px solid var(--tint-hair);
    background: color-mix(in srgb, #f8fdfb 76%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--mesh-base) 76%, transparent);
    }
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    backdrop-filter: blur(22px) saturate(1.4);
    color: var(--color-ink);
  }
  .app-shell.has-install-banner .app-header {
    top: calc(46px + env(safe-area-inset-top));
    padding-top: 0;
  }
  .header-inner {
    width: min(100% - 32px, 900px);
    min-height: 68px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
  }
  .brand > span:last-child {
    display: flex;
    flex-direction: column;
  }
  .brand strong {
    font-family: var(--font-serif);
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.005em;
  }
  .brand small {
    margin-top: 5px;
    font-size: 8.5px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-mist);
  }
  .brand-bot {
    flex: none;
    width: 33px;
    height: 37px;
    fill: var(--color-sheet);
    stroke: var(--color-ink);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .brand-bot .ink {
    fill: var(--color-ink);
    stroke: none;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .connection {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--color-mist);
    font-size: 9px;
    font-weight: 500;
  }
  .connection i {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--color-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, #d6006e 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 18%, transparent);
    }
  }
  .install-button {
    display: none;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 999px;
    background: var(--color-ink);
    padding: 9px 16px;
    color: var(--color-sheet);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.01em;
    box-shadow: var(--shadow-press);
    transition: transform .2s var(--ease-settle), opacity .2s;
  }
  .install-button.is-visible {
    display: inline-flex;
  }
  .install-button:hover {
    transform: translateY(-1px);
    opacity: .9;
  }
  .install-button span {
    font-size: 14px;
    line-height: .6;
  }
  .install-banner .install-button {
    background: var(--color-sheet);
    color: var(--color-ink);
  }
  .news-marquee {
    width: 100%;
    height: 32px;
    overflow: hidden;
    border-top: 1px solid var(--tint-hair);
  }
  .news-marquee-motion {
    width: max-content;
    display: flex;
    animation: news-marquee var(--marquee-duration, 80s) linear infinite;
    will-change: transform;
  }
  .news-marquee:hover .news-marquee-motion, .news-marquee:focus-within .news-marquee-motion {
    animation-play-state: paused;
  }
  .news-marquee-group {
    flex: none;
    min-width: max-content;
    height: 31px;
    display: flex;
    align-items: center;
  }
  .news-marquee a {
    color: var(--color-slate);
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: -.005em;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s;
  }
  .news-marquee a:hover, .news-marquee a:focus-visible {
    color: var(--color-ink);
  }
  .news-marquee-separator {
    margin: 0 14px;
    color: var(--color-accent);
    font-size: 9px;
  }
  .conversation {
    flex: 1;
    width: 100%;
    padding-top: calc(68px + env(safe-area-inset-top));
  }
  .app-shell.has-install-banner .conversation {
    padding-top: calc(114px + env(safe-area-inset-top));
  }
  .app-shell.has-news-marquee .conversation {
    padding-top: calc(100px + env(safe-area-inset-top));
  }
  .app-shell.has-install-banner.has-news-marquee .conversation {
    padding-top: calc(146px + env(safe-area-inset-top));
  }
  .messages {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 34px 0 190px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .message-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    animation: rise-in .5s var(--ease-settle) both;
  }
  .message-row.user-row {
    justify-content: flex-end;
  }
  .mini-mark {
    flex: 0 0 30px;
    height: 30px;
    margin-top: 8px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--color-sheet);
    color: var(--color-ink);
    font-family: var(--font-serif);
    font-size: 11px;
    letter-spacing: .01em;
    box-shadow: var(--shadow-press);
  }
  .message {
    position: relative;
    max-width: min(600px, calc(100vw - 82px));
    padding: 16px 21px;
    border-radius: 24px 24px 24px 8px;
    background: var(--color-sheet);
    box-shadow: var(--shadow-lift);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: -.006em;
  }
  .message-user {
    max-width: min(520px, calc(100vw - 52px));
    border-radius: 24px 24px 8px 24px;
    background: var(--color-ink);
    color: #f6f1ef;
  }
  .message p {
    margin: 0;
  }
  .message p + p {
    margin-top: 12px;
  }
  .message strong {
    font-weight: 600;
  }
  .message h1 {
    margin: 2px 0 12px;
    font-family: var(--font-serif);
    font-size: clamp(1.7rem, 5vw, 2.3rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -.012em;
  }
  .message a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, #d6006e 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in srgb, var(--color-accent) 70%, transparent);
    }
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: text-decoration-color .18s;
  }
  .message a:hover, .message a:focus-visible {
    text-decoration-color: currentcolor;
  }
  .message-user a {
    text-decoration-color: color-mix(in srgb, #00f 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in srgb, var(--color-rose) 65%, transparent);
    }
  }
  .message .citation-jump {
    display: inline-flex;
    margin-left: 5px;
    border-radius: 999px;
    background: var(--color-blush);
    padding: 2px 10px;
    color: var(--color-slate);
    font-size: 11px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
    transition: background .18s, color .18s;
  }
  .message .citation-jump:hover {
    background: var(--color-rose);
    color: var(--color-ink);
  }
  .eyebrow {
    font-size: 9.5px;
    font-weight: 500;
    color: var(--color-accent);
  }
  .intro {
    padding: clamp(20px, 5vh, 54px) 0 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(30px, 6vh, 52px);
  }
  .intro-bubbles {
    width: min(100%, 430px);
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .intro-bubble {
    max-width: 88%;
    border: 0;
    border-radius: 22px 22px 22px 9px;
    background: var(--color-sheet);
    padding: 13px 19px;
    text-align: left;
    color: var(--color-ink);
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -.006em;
    box-shadow: var(--shadow-lift);
    transition: transform .28s var(--ease-settle), box-shadow .28s var(--ease-settle);
    animation: rise-in .62s var(--ease-settle) both;
  }
  .intro-bubble:nth-child(1) {
    align-self: flex-start;
    animation-delay: .06s;
  }
  .intro-bubble:nth-child(2) {
    align-self: flex-end;
    border-radius: 22px 22px 9px 22px;
    animation-delay: .18s;
  }
  .intro-bubble:nth-child(3) {
    align-self: flex-start;
    margin-left: clamp(0px, 4vw, 26px);
    animation-delay: .3s;
  }
  .intro-bubble:nth-child(4) {
    align-self: flex-end;
    border-radius: 22px 22px 9px 22px;
    margin-right: clamp(0px, 3vw, 18px);
    animation-delay: .42s;
  }
  .intro-bubble:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-float);
  }
  .intro-statement {
    max-width: 17ch;
    margin: 0;
    text-align: center;
    text-wrap: balance;
    font-family: var(--font-serif);
    font-size: clamp(1.55rem, 5.6vw, 2.15rem);
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: -.014em;
    animation: rise-in .7s var(--ease-settle) .54s both;
  }
  .intro-statement em {
    font-style: italic;
    color: var(--color-accent);
  }
  .tool-trace {
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .tool-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: var(--tint-wash);
    padding: 4px 10px;
    color: var(--color-mist);
    font-size: 8.5px;
    font-weight: 500;
  }
  .source-list {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--tint-hair);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    scroll-margin-bottom: 170px;
  }
  .source-list-label {
    flex-basis: 100%;
    margin-bottom: 2px;
    color: var(--color-mist);
    font-size: 8.5px;
    font-weight: 500;
  }
  .source-chip {
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid var(--tint-rule);
    background: transparent;
    padding: 5px 12px;
    color: var(--color-slate) !important;
    font-size: 11.5px;
    letter-spacing: -.005em;
    text-decoration: none !important;
    transition: background .18s, color .18s, border-color .18s;
  }
  .source-chip:hover {
    border-color: transparent;
    background: var(--color-blush);
    color: var(--color-ink) !important;
  }
  .thinking {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-mist);
    font-size: 15px;
    letter-spacing: -.006em;
  }
  .thinking-caret {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--color-accent);
    animation: pulse 1.4s ease-in-out infinite;
  }
  .composer-wrap {
    position: fixed;
    z-index: 25;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px max(16px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    background: linear-gradient(transparent, color-mix(in srgb, #c9f4e4 74%, transparent) 56%);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(transparent, color-mix(in srgb, var(--mesh-scrim) 74%, transparent) 56%);
    }
  }
  .composer {
    width: min(100%, 760px);
    margin: auto;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 7px 7px 7px 8px;
    border-radius: 27px;
    background: var(--color-sheet);
    box-shadow: var(--shadow-float);
    transition: box-shadow .28s var(--ease-settle);
  }
  .composer:focus-within {
    box-shadow: var(--shadow-float), 0 0 0 1.5px color-mix(in srgb, #d6006e 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: var(--shadow-float), 0 0 0 1.5px color-mix(in srgb, var(--color-accent) 55%, transparent);
    }
  }
  .composer textarea {
    flex: 1;
    min-height: 40px;
    max-height: 148px;
    resize: none;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 10px 8px 9px 12px;
    color: var(--color-ink);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -.008em;
  }
  .composer textarea::placeholder {
    color: var(--color-mist);
  }
  .send-button {
    flex: 0 0 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: var(--color-ink);
    color: var(--color-sheet);
    font-size: 17px;
    line-height: 1;
    transition: transform .2s var(--ease-settle), opacity .2s;
  }
  .send-button:hover:not(:disabled) {
    transform: translateY(-1px) scale(1.04);
  }
  .send-button:disabled {
    opacity: .28;
    cursor: default;
  }
  .disclaimer {
    margin: 13px auto 0;
    text-align: center;
    color: var(--color-slate);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: -.004em;
  }
  .disclaimer a, .disclaimer button {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, #17151a 26%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in srgb, var(--color-ink) 26%, transparent);
    }
    text-underline-offset: 3px;
  }
  .disclaimer button {
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
  }
  .disclaimer a:hover, .disclaimer a:focus-visible, .disclaimer button:hover, .disclaimer button:focus-visible {
    color: var(--color-ink);
    text-decoration-color: currentcolor;
  }
  .messages, .composer-wrap, .app-header {
    isolation: isolate;
  }
  .install-dialog, .privacy-dialog {
    border: 0;
    border-radius: 26px;
    background: var(--color-sheet);
    color: var(--color-ink);
    box-shadow: var(--shadow-float);
  }
  .install-dialog {
    width: min(90vw, 400px);
    padding: 34px;
  }
  .install-dialog::backdrop {
    background: var(--tint-veil);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .install-dialog h2, .privacy-dialog h2 {
    margin: 7px 0 15px;
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.014em;
  }
  .install-dialog h2 {
    font-size: 31px;
  }
  .install-dialog p, .install-dialog li {
    color: var(--color-slate);
    font-size: 14px;
    line-height: 1.62;
    letter-spacing: -.005em;
  }
  .install-dialog ol {
    margin: 10px 0 0 18px;
    list-style: decimal;
  }
  .install-dialog strong {
    color: var(--color-ink);
    font-weight: 600;
  }
  .dialog-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--color-mist);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    transition: background .18s, color .18s;
  }
  .dialog-close:hover {
    background: var(--color-blush);
    color: var(--color-ink);
  }
  .privacy-dialog {
    position: fixed;
    z-index: 60;
    inset: auto 20px 132px auto;
    width: min(calc(100vw - 40px), 480px);
    margin: 0;
    padding: 28px;
  }
  .privacy-dialog h2 {
    font-size: clamp(1.45rem, 4.2vw, 1.85rem);
  }
  .privacy-dialog > p:not(.eyebrow) {
    margin: 0;
    color: var(--color-slate);
    font-size: 13.5px;
    line-height: 1.6;
    letter-spacing: -.005em;
  }
  .privacy-dialog .privacy-detail {
    margin-top: 11px !important;
    font-size: 12.5px !important;
    color: var(--color-mist) !important;
  }
  .privacy-dialog a {
    color: var(--color-ink);
    text-decoration: underline;
    text-decoration-color: var(--color-accent);
    text-underline-offset: 3px;
  }
  .privacy-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  .privacy-actions button {
    border: 1px solid var(--tint-rule);
    border-radius: 999px;
    background: transparent;
    padding: 11px 20px;
    color: var(--color-slate);
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: -.008em;
    transition: background .18s, color .18s, transform .2s var(--ease-settle);
  }
  .privacy-actions button:hover {
    transform: translateY(-1px);
    background: var(--color-blush);
    color: var(--color-ink);
  }
  .privacy-actions .privacy-accept {
    border-color: transparent;
    background: var(--color-ink);
    color: var(--color-sheet);
    box-shadow: var(--shadow-press);
  }
  .privacy-actions .privacy-accept:hover {
    background: var(--color-ink);
    color: var(--color-sheet);
    opacity: .9;
  }
  .privacy-page {
    min-height: 100dvh;
    padding: 24px;
    position: relative;
  }
  .privacy-document {
    position: relative;
    width: min(100%, 720px);
    margin: 36px auto;
    border-radius: 28px;
    background: var(--color-sheet);
    padding: clamp(28px, 6vw, 62px);
    box-shadow: var(--shadow-float);
  }
  .privacy-document h1 {
    margin: 8px 0 26px;
    font-family: var(--font-serif);
    font-size: clamp(2.1rem, 6.5vw, 3.3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.018em;
  }
  .privacy-document h2 {
    margin: 34px 0 8px;
    font-family: var(--font-serif);
    font-size: 1.32rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -.012em;
  }
  .privacy-document p {
    color: var(--color-slate);
    font-size: 14.5px;
    line-height: 1.72;
    letter-spacing: -.005em;
  }
  .privacy-document strong {
    color: var(--color-ink);
    font-weight: 600;
  }
  .privacy-back {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--color-mist);
    font-size: 12.5px;
    letter-spacing: -.005em;
    text-decoration: none;
    transition: color .18s;
  }
  .privacy-back:hover {
    color: var(--color-ink);
  }
  .privacy-notice {
    margin-top: 36px;
    border-radius: 18px;
    background: var(--color-blush);
    padding: 18px 20px;
    font-size: 13.5px !important;
  }
}
@keyframes news-marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: .3;
    transform: scale(.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rise-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 620px) {
  .header-inner {
    min-height: 60px;
  }
  .conversation {
    padding-top: calc(60px + env(safe-area-inset-top));
  }
  .app-shell.has-install-banner .conversation {
    padding-top: calc(106px + env(safe-area-inset-top));
  }
  .app-shell.has-news-marquee .conversation {
    padding-top: calc(92px + env(safe-area-inset-top));
  }
  .app-shell.has-install-banner.has-news-marquee .conversation {
    padding-top: calc(138px + env(safe-area-inset-top));
  }
  .install-banner-inner > strong {
    font-size: 9px;
  }
  .connection span {
    display: none;
  }
  .brand strong {
    font-size: 24px;
  }
  .brand-bot {
    width: 29px;
    height: 33px;
  }
  .messages {
    padding-top: 22px;
    gap: 16px;
  }
  .mini-mark {
    display: none;
  }
  .message {
    max-width: calc(100vw - 46px);
  }
  .message-user {
    max-width: calc(100vw - 60px);
  }
  .install-button {
    padding: 8px 13px;
  }
  .privacy-dialog {
    inset: auto 12px 122px 12px;
    width: auto;
    padding: 24px;
  }
}
@media (display-mode: standalone) {
  .install-button {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
  }
  .news-marquee {
    overflow-x: auto;
  }
  .news-marquee-motion {
    animation: none !important;
  }
  .news-marquee-group[aria-hidden="true"] {
    display: none;
  }
  .message-row, .intro-bubble, .intro-statement {
    animation: none !important;
  }
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
    }
  }
}
