.release-notice { background:#f5f3ff; color:#111827; border-bottom:1px solid #e5e1ff; }
.release-notice-inner { max-width:1280px; margin:0 auto; padding:14px 24px; display:flex; align-items:center; gap:16px; }
.release-version { flex:none; border:1px solid #d7d1ff; border-radius:8px; padding:6px 9px; color:#4436dc; background:#fff; font-size:12px; font-weight:700; white-space:nowrap; }
.release-notice-copy { flex:1; min-width:0; font-size:14px; line-height:1.5; }
.release-notice-copy p { color:#475467; margin:4px 0 0; font-size:14px; }
.release-notice-actions { display:flex; align-items:center; gap:16px; flex:none; }
.release-notice .button { min-height:44px; padding:10px 16px; font-size:14px; }
.release-text-link { display:inline-flex; align-items:center; min-height:44px; color:#4436dc; font-weight:600; font-size:14px; }
.release-text-link:focus-visible { outline:3px solid #bdb5ff; outline-offset:4px; border-radius:4px; }
.release-notice-workspace { border:1px solid #d7d1ff; border-radius:12px; margin:0 0 24px; }
.release-notice-workspace .release-notice-inner { flex-wrap:wrap; padding:20px; }
.release-section { padding-top:56px; padding-bottom:56px; }
.release-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.release-heading h2 { color:#111827; font-size:clamp(26px,3vw,38px); line-height:1.2; letter-spacing:-.025em; margin:8px 0 12px; max-width:820px; }
.release-heading p:not(.section-kicker) { font-size:16px; line-height:1.7; color:#475467; max-width:820px; }
.release-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.release-feature-card { padding:28px; border:1px solid #e8eaf0; background:#fff; color:#111827; border-radius:16px; min-width:0; }
.release-feature-card h3 { font-size:23px; color:#111827; margin:12px 0; line-height:1.3; }
.release-feature-card p { color:#475467; font-size:16px; line-height:1.7; margin:12px 0; }
.release-kind { font-size:12px; letter-spacing:.06em; font-weight:700; color:#5546f5; }
.release-model-list { list-style:none; padding:0; margin:16px 0; }
.release-model-list li { border-top:1px solid #e8eaf0; padding:12px 0; color:#111827; font-size:16px; }
.release-chips { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0; }
.release-chips span { padding:6px 10px; background:#f7f8fa; border-radius:8px; color:#344054; font-size:13px; }
.release-footnote, .release-feature-card .release-footnote { color:#667085; font-size:14px; line-height:1.7; margin:20px 0 0; }
.release-image-models, .release-upscale { margin:40px 0; scroll-margin-top:100px; }
.release-resolution { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:#e8eaf0; border:1px solid #e8eaf0; border-radius:12px; overflow:hidden; margin:24px 0; }
.release-resolution div { display:flex; align-items:center; justify-content:center; flex-direction:column; padding:24px 12px; background:#f7f8fa; gap:4px; }
.release-resolution strong { color:#5546f5; font-size:clamp(24px,4vw,36px); font-weight:700; }
.release-resolution span { color:#475467; font-size:14px; }
.release-benefits { padding-left:22px; color:#344054; line-height:1.8; font-size:16px; margin:24px 0; }
.release-benefits li { margin:8px 0; }
.release-download { display:grid; grid-template-columns:1fr auto; gap:20px 32px; padding:32px; border:1px solid #d7d1ff; border-radius:16px; background:#f8f7ff; align-items:center; }
.release-download h2 { font-size:28px; color:#111827; line-height:1.3; margin:8px 0; }
.release-download p, .release-download ol { font-size:15px; line-height:1.7; color:#475467; }
.release-download ol { grid-column:1 / -1; margin:0; padding-left:22px; }
.release-section:target, #whats-new { scroll-margin-top:100px; }
.release-image-models[hidden], .release-upscale[hidden] { display:none !important; }
@media(max-width:900px) { .release-notice-inner { flex-wrap:wrap; gap:12px; } .release-notice-actions { margin-left:auto; } }
@media(max-width:680px) {
  .release-notice-inner { padding:16px; gap:10px; }
  .release-notice-copy { flex-basis:calc(100% - 120px); }
  .release-notice-actions { width:100%; justify-content:space-between; gap:12px; }
  .release-notice-actions .button { flex:1; text-align:center; }
  .release-grid { grid-template-columns:1fr; gap:16px; }
  .release-feature-card { padding:20px; }
  .release-heading { display:block; }
  .release-section { padding-top:32px; padding-bottom:32px; }
  .release-download { grid-template-columns:1fr; padding:24px 20px; }
  .release-download .button { width:100%; }
  .release-resolution div { padding:20px 8px; }
  .release-notice-workspace .release-notice-inner { padding:16px; }
}
