/* Shared announcement + an intentionally small, editorial updates page. */
.clara-update-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 7px 12px 7px 7px;
  border: 1px solid #e5e4df26;
  border-radius: 999px;
  background: #e5e4df05;
  color: #d4d6d5;
  font: 400 12px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}
.clara-update-pill:hover { border-color: #e5e4df60; background: #e5e4df0b; }
.clara-update-pill:focus-visible { outline: 2px solid #e5e4df; outline-offset: 5px; }
.clara-update-pill__tag {
  flex: none;
  padding: 3px 8px;
  border-radius: 999px;
  background: #a8cfff16;
  color: #bad6ee;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .03em;
}
.clara-update-pill > svg { flex: none; width: 14px; height: 14px; color: #b3b6b5; }

.updates-page {
  --updates-ink: #f3f1ed;
  --updates-muted: #b2b4b4;
  --updates-subtle: #979da1;
  --updates-line: #e5e4df24;
  --updates-pearl: #e5e4df;
  margin: 0;
  color-scheme: dark;
  background: linear-gradient(180deg, #08090a 0, #0a0b0d 620px, #0d0e11 1300px);
  color: var(--updates-ink);
  font: 400 15px/1.7 Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.updates-page *, .updates-page *::before, .updates-page *::after { box-sizing: border-box; }
.updates-page ::selection { color: #0d0e11; background: var(--updates-pearl); }
.updates-page a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
.updates-page a:focus-visible { outline: 2px solid var(--updates-pearl); outline-offset: 6px; }
.updates-page svg { display: block; }
.updates-page .updates-wrap { width: min(1216px, calc(100% - 144px)); margin-inline: auto; }
.updates-skip { position: absolute; top: -100px; left: 20px; padding: 12px 18px; z-index: 20; background: var(--updates-pearl); color: #0d0e11 !important; border-radius: 8px; }
.updates-skip:focus { top: 16px; }
.updates-header nav { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.updates-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 32px; line-height: 1; font-weight: 300; letter-spacing: -.035em; }
.updates-brand svg { width: 28px; height: 28px; }
.updates-nav { display: flex; gap: 30px; align-items: center; color: var(--updates-muted); font-size: 11px; }
.updates-nav a { padding-block: 10px; transition: color .2s; }
.updates-nav a:hover, .updates-nav [aria-current="page"] { color: var(--updates-ink); }
.updates-nav [aria-current="page"] { text-decoration: underline; text-decoration-color: #e5e4df80; text-underline-offset: 9px; }
.updates-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 18px; border: 1px solid var(--updates-pearl); border-radius: 9px; background: var(--updates-pearl); color: #17181b !important; font-size: 12px; font-weight: 500; line-height: 1.5; transition: background .2s, border-color .2s; }
.updates-button:hover { border-color: #f3f1ed; background: #f3f1ed; }
.updates-button svg { width: 15px; height: 15px; }
.updates-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: end; padding: 103px 0 66px; }
.updates-eyebrow { margin: 0 0 23px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--updates-subtle); }
.updates-intro h1 { margin: 0; font-size: clamp(58px, 6.7vw, 88px); font-weight: 300; letter-spacing: -.065em; line-height: 1.05; }
.updates-intro h1 span { color: #c9cccd; }
.updates-intro-copy { max-width: 350px; justify-self: end; padding-bottom: 4px; }
.updates-intro-copy > p { color: var(--updates-muted); margin: 0 0 25px; font-size: 15px; line-height: 1.85; }
.updates-latest { display: inline-flex; gap: 13px; align-items: center; font-size: 12px; color: var(--updates-ink); }
.updates-latest svg { width: 14px; height: 14px; }
.updates-latest:hover { text-decoration: underline; }
.updates-feed { border-top: 1px solid var(--updates-line); padding: 58px 0 88px; }
.release { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 44px; scroll-margin-top: 28px; }
.release-meta { padding-top: 7px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.release-status { display: inline-flex; align-items: center; gap: 7px; color: #c6d7db; font-size: 11px; }
.release-status::before { content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background: #bad6cd; }
.release-meta time { color: var(--updates-ink); font-size: 13px; line-height: 1.5; }
.release-meta p { margin: -11px 0 0; color: var(--updates-subtle); font-size: 11px; }
.release-body { max-width: 820px; min-width: 0; }
.release-body h2 { margin: 0 0 22px; font-size: clamp(35px, 4vw, 52px); font-weight: 300; line-height: 1.13; letter-spacing: -.05em; text-wrap: balance; }
.release-lead { max-width: 620px; margin: 0 0 12px; color: #c3c6c6; font-size: 17px; line-height: 1.8; }
.release-availability { color: var(--updates-subtle); margin: 0; font-size: 12px; }
.release-modes { margin: 34px 0; border: 1px solid var(--updates-line); border-radius: 16px; background: #e5e4df03; overflow: hidden; }
.release-modes__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 27px 32px 25px; gap: 24px; }
.release-mode { display: flex; align-items: center; gap: 15px; }
.release-mode:last-child { justify-self: end; }
.release-mode > svg { width: 21px; height: 24px; color: #bfd3e1; flex: none; }
.release-mode strong { display: block; font-weight: 400; font-size: 21px; letter-spacing: -.035em; line-height: 1.5; }
.release-mode span { display: block; font-size: 12px; color: var(--updates-subtle); line-height: 1.6; }
.release-modes__switch { width: 26px; height: 26px; color: #78868f; }
.release-modes figcaption { padding: 11px 20px; border-top: 1px solid #e5e4df12; color: var(--updates-muted); font-size: 11px; text-align: center; letter-spacing: .01em; }
.release-changes { margin: 0; padding: 0; list-style: none; }
.release-changes > li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 16px; margin: 0; padding: 23px 0; border-bottom: 1px solid #e5e4df15; }
.release-changes > li:last-child { border-bottom: 0; }
.release-changes > li > svg { width: 20px; height: 20px; color: #a3b6c3; margin-top: 4px; }
.release-changes h3 { margin: 0 0 7px; font-size: 17px; font-weight: 400; line-height: 1.5; letter-spacing: -.025em; }
.release-changes p { margin: 0; color: var(--updates-muted); font-size: 14px; line-height: 1.8; max-width: 650px; }
.release-changes .release-limits { margin-top: 9px; font-size: 12px; color: var(--updates-subtle); }
.release-changes .release-label { display: inline-block; margin-left: 10px; padding: 2px 7px; border: 1px solid var(--updates-line); border-radius: 4px; color: var(--updates-muted); font: 400 10px/1.5 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: 0; vertical-align: middle; white-space: nowrap; }
.release-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin-top: 19px; }
.release-actions > a:last-child { color: var(--updates-muted); font-size: 12px; }
.release-actions > a:last-child:hover { color: var(--updates-ink); text-decoration: underline; }
.updates-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 44px; border-top: 1px solid var(--updates-line); padding: 47px 0 71px; }
.updates-note .updates-eyebrow { padding-top: 7px; color: var(--updates-subtle); }
.updates-note h2 { margin: 0 0 14px; font-size: 26px; line-height: 1.3; font-weight: 300; letter-spacing: -.04em; }
.updates-note p { max-width: 600px; margin: 0 0 18px; color: var(--updates-muted); font-size: 14px; line-height: 1.8; }
.updates-note a { text-decoration: underline; text-decoration-color: #e5e4df60; }
.updates-note a:hover { text-decoration-color: var(--updates-pearl); color: var(--updates-ink); }
.updates-footer { border-top: 1px solid var(--updates-line); padding: 26px 0 34px; display: flex; justify-content: space-between; gap: 24px; color: var(--updates-subtle); font-size: 11px; }
.updates-footer p { margin: 0; }
.updates-footer nav { display: flex; gap: 24px; flex-wrap: wrap; }
.updates-footer a:hover { color: var(--updates-ink); }
@media (max-width: 1100px) {
  .updates-page .updates-wrap { width: calc(100% - 104px); }
  .updates-nav { gap: 22px; }
  .release, .updates-note { grid-template-columns: 160px minmax(0, 1fr); gap: 32px; }
  .release-modes__row { gap: 20px; padding-inline: 24px; }
}
@media (max-width: 900px) {
  .updates-page .updates-wrap { width: calc(100% - 48px); }
  .updates-header nav { flex-wrap: wrap; padding-block: 20px 14px; gap: 18px; }
  .updates-nav { order: 3; width: 100%; justify-content: center; gap: 24px; }
  .updates-intro { padding-top: 65px; gap: 40px; }
  .release, .updates-note { grid-template-columns: 130px minmax(0, 1fr); gap: 30px; }
  .release-modes__row { gap: 18px; padding-inline: 20px; }
  .release-mode { gap: 10px; }
  .release-mode span { font-size: 11px; }
}
@media (max-width: 600px) {
  .clara-update-pill { gap: 8px; margin-bottom: 25px; font-size: 11px; }
  .updates-page .updates-wrap { width: calc(100% - 40px); }
  .updates-brand { font-size: 29px; }
  .updates-button { padding: 11px 15px; gap: 17px; font-size: 11px; }
  .updates-nav { gap: 22px; font-size: 10px; }
  .updates-intro { grid-template-columns: 1fr; gap: 26px; padding: 52px 0 40px; }
  .updates-eyebrow { margin-bottom: 20px; }
  .updates-intro h1 { font-size: clamp(53px, 12.8vw, 72px); }
  .updates-intro-copy { justify-self: start; max-width: 380px; }
  .updates-intro-copy > p { font-size: 14px; margin-bottom: 20px; }
  .updates-feed { padding-top: 29px; padding-bottom: 49px; }
  .release { grid-template-columns: 1fr; gap: 28px; }
  .release-meta { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 20px; padding-top: 0; }
  .release-meta time { font-size: 12px; }
  .release-meta p { margin: 0; font-size: 10px; }
  .release-body h2 { font-size: clamp(34px, 8.7vw, 47px); margin-bottom: 19px; }
  .release-lead { font-size: 15px; line-height: 1.85; }
  .release-availability { font-size: 11px; }
  .release-modes { margin-block: 27px 18px; }
  .release-modes__row { padding: 22px 17px; gap: 10px; }
  .release-mode { align-items: flex-start; gap: 10px; }
  .release-mode > svg { width: 17px; height: 21px; margin-top: 3px; }
  .release-mode strong { font-size: 19px; }
  .release-mode span { font-size: 10px; }
  .release-modes__switch { width: 19px; height: 19px; }
  .release-modes figcaption { padding: 10px 14px; font-size: 10px; }
  .release-changes > li { gap: 11px; grid-template-columns: 22px minmax(0, 1fr); padding-block: 20px; }
  .release-changes h3 { font-size: 16px; }
  .release-changes p { font-size: 13px; }
  .release-changes .release-limits { font-size: 11px; }
  .release-actions { margin-top: 18px; gap: 20px; }
  .updates-note { grid-template-columns: 1fr; gap: 4px; padding-block: 30px 39px; }
  .updates-note h2 { font-size: 25px; }
  .updates-note p { font-size: 13px; }
  .updates-footer { flex-direction: column; gap: 16px; font-size: 10px; }
  .updates-footer nav { gap: 19px; }
}
@media (max-width: 360px) {
  .clara-update-pill { border-radius: 15px; }
  .updates-nav { gap: 16px; }
  .release-modes__row { padding-inline: 12px; gap: 8px; }
  .release-mode { gap: 8px; }
  .release-mode span { max-width: 81px; }
}
@media (prefers-reduced-motion: reduce) {
  .clara-update-pill, .updates-page a { transition: none; }
}
