.caption { display: none; }
.warning-banner { background: linear-gradient(90deg,#3b2720,#5b3023 48%,#34231f); border-bottom: 1px solid rgba(255,189,88,.46); box-shadow: inset 0 -1px rgba(0,0,0,.2); color: #fff3df; padding: 14px 6.5vw; position: relative; z-index: 4; }.warning-banner::before { background: #f1a83b; content: ''; inset: 0 auto 0 0; position: absolute; width: 5px; }.warning-banner div { align-items: center; display: flex; font-size: 12px; font-weight: 600; gap: 13px; justify-content: center; line-height: 1.5; position: relative; }.warning-banner strong { background: #f1a83b; color: #251711; font: 800 10px 'DM Sans'; letter-spacing: 1.3px; padding: 6px 8px; } footer a { color: #aaa; } footer a:hover { color: #fff; }
.update-banner { background: #e9e6de; border-bottom: 1px solid #bdb8ae; color: #171a1a; padding: 10px 6.5vw; position: relative; z-index: 4; }.update-banner div { align-items: center; display: flex; font-size: 12px; gap: 10px; justify-content: center; }.update-banner strong { font: 800 10px 'DM Sans'; letter-spacing: 1px; margin-right: 6px; }.update-pulse { background: #df3b2f; border-radius: 50%; box-shadow: 0 0 0 0 rgba(223,59,47,.45); height: 8px; width: 8px; animation: updatePulse 1.8s infinite; }.update-banner button { background: #202525; border: 0; color: #fff; cursor: pointer; font: 800 10px 'DM Sans'; letter-spacing: 1px; margin-left: 8px; padding: 8px 10px; }.update-banner button:hover { background: #df3b2f; }@keyframes updatePulse{70%{box-shadow:0 0 0 7px rgba(223,59,47,0)}100%{box-shadow:0 0 0 0 rgba(223,59,47,0)}}
.download-versions { align-items: center; display: flex; gap: 6px; margin: 16px 0 4px; overflow-x: auto; padding-bottom: 3px; }.download-versions::before { color: #858a88; content: 'AVAILABLE:'; flex: 0 0 auto; font: 700 8px 'DM Sans'; letter-spacing: 1px; margin-right: 3px; }.download-version { background: #333938; border: 0; color: #d6d8d6; cursor: pointer; flex: 0 0 auto; font: 700 11px 'Barlow Condensed'; letter-spacing: .7px; padding: 5px 7px; text-decoration: none; }.download-version:hover,.download-version.current { background: var(--red); color: #fff; }.download-version:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.history { background: #fff; padding: 110px 12vw; display: grid; grid-template-columns: 32% 1fr; gap: 8vw; }
.history-heading > p:last-child { color: #68655f; font-size: 14px; line-height: 1.7; max-width: 300px; margin-top: 24px; }
.documentation { background: #202525; color: #fff; display: grid; gap: 8vw; grid-template-columns: 32% 1fr; padding: 110px 12vw; }.documentation-heading > p:last-child { color: #bfc2bf; font-size: 14px; line-height: 1.7; margin-top: 24px; max-width: 310px; }.documentation-list { border-top: 1px solid #4b5050; }.documentation-loading { color: #a4a8a5; font-size: 13px; padding: 22px 0; }.documentation-link { align-items: center; border-bottom: 1px solid #4b5050; color: #fff; display: grid; gap: 18px; grid-template-columns: 44px 1fr 30px; padding: 22px 4px; text-decoration: none; transition: background .18s ease, padding .18s ease; }.documentation-link:hover { background: #2b3030; padding-left: 14px; padding-right: 14px; }.documentation-number { color: #f05143; font: 700 14px 'Barlow Condensed'; letter-spacing: 1px; }.documentation-link strong { display: block; font: 700 27px 'Barlow Condensed'; letter-spacing: .4px; }.documentation-link small { color: #aeb2af; display: block; font-size: 12px; line-height: 1.5; margin-top: 5px; }.documentation-link b { color: #f05143; font-size: 22px; text-align: right; }
.release-list { border-top: 1px solid #d9d5ce; }
.release-entry { display: grid; grid-template-columns: 1fr 1.25fr 32px; gap: 25px; padding: 26px 0; border-bottom: 1px solid #d9d5ce; align-items: center; }
.release-entry h3 { font-size: 30px; margin: 7px 0; }
.release-entry p { color: #77736c; font-size: 12px; margin: 0; }
.version-badge { background: var(--red); color: #fff; font: 700 10px 'DM Sans'; letter-spacing: 1px; padding: 5px 7px; }
.version-badge.archive { background: #e6e2dc; color: #77736c; }
.release-entry ul { font-size: 12px; line-height: 1.7; list-style: none; margin: 0; padding: 0; }
.release-entry li::before { color: var(--red); content: '+'; font-weight: 700; margin-right: 8px; }
.entry-summary { line-height: 1.65; }
.release-entry > a { border: 1px solid #bcb8b0; color: var(--ink); display: grid; font: 700 24px 'Barlow Condensed'; height: 32px; place-items: center; text-decoration: none; width: 32px; }
.release-entry > a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.release-list-wrap { min-width: 0; }.version-tabs { display: flex; gap: 8px; margin: 0 0 14px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }.version-tab { background: #e6e2dc; border: 0; color: #5d5a55; cursor: pointer; flex: 0 0 auto; font: 700 15px 'Barlow Condensed'; letter-spacing: .5px; padding: 9px 13px; }.version-tab.active,.version-tab:hover { background: var(--red); color: #fff; }.release-loading { color: #77736c; font-size: 13px; padding: 22px 0; }.release-entry { grid-template-columns: 1fr 1.25fr; }.release-entry > a { display: none; }
.known-bugs { background: #e9e6de; display: grid; gap: 8vw; grid-template-columns: 32% 1fr; padding: 110px 12vw; }.known-bugs-heading > p:last-child { color: #68655f; font-size: 14px; line-height: 1.7; margin-top: 24px; max-width: 300px; }.bug-list { border-top: 1px solid #c5c1b9; }.bug-list-loading { color: #77736c; font-size: 13px; padding: 22px 0; }.public-bug { border-bottom: 1px solid #c5c1b9; display: grid; gap: 20px; grid-template-columns: 90px 1fr auto; padding: 22px 0; }.public-bug h3 { font-size: 29px; margin: 4px 0 8px; }.public-bug p { color: #62605a; font-size: 12px; line-height: 1.6; margin: 0; max-width: 500px; }.bug-id { color: #77736c; font: 700 14px 'Barlow Condensed'; letter-spacing: 1px; }.bug-meta { color: #77736c; font-size: 10px; letter-spacing: .7px; margin-top: 10px !important; text-transform: uppercase; }.bug-state { font: 700 10px 'DM Sans'; letter-spacing: 1px; padding: 6px 8px; white-space: nowrap; }.bug-state.not_fixed { background: #f5c8c4; color: #9f241b; }.bug-state.in_progress { background: #f2e1af; color: #7c5c08; }.bug-state.fixed { background: #cce6c8; color: #25751b; }
.bug-list { border: 0; display: grid; gap: 12px; }.public-bug { align-items: start; background: #f7f4ed; border: 1px solid #d1ccc2; border-left: 4px solid #74736d; border-radius: 2px; box-shadow: 0 2px 0 rgba(17,19,21,.04); gap: 18px; grid-template-columns: 52px minmax(0, 1fr) auto; padding: 20px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }.public-bug:hover { border-left-color: var(--red); box-shadow: 0 10px 22px rgba(17,19,21,.08); transform: translateY(-2px); }.bug-id { align-items: center; background: #232728; color: #fff; display: flex; font-size: 13px; height: 34px; justify-content: center; letter-spacing: .4px; margin-top: 2px; width: 42px; }.public-bug h3 { font-size: clamp(23px, 2vw, 30px); letter-spacing: -.2px; line-height: .95; margin: 2px 0 9px; }.public-bug p { color: #575651; font-size: 12px; line-height: 1.55; max-width: 560px; }.bug-meta { align-items: center; color: #77736c; display: flex; font-size: 9px; font-weight: 700; gap: 7px; letter-spacing: 1px; margin-top: 12px !important; }.bug-meta::before { background: var(--red); content: ''; display: inline-block; height: 5px; width: 5px; }.bug-state { align-self: start; border-radius: 999px; font-size: 9px; letter-spacing: .8px; line-height: 1; padding: 8px 10px; text-align: center; }.bug-state.not_fixed { background: #f8d9d5; color: #a22920; }.bug-state.in_progress { background: #f7e6b5; color: #7d5a00; }.bug-state.fixed { background: #d7ecd3; color: #287720; }.public-bug:has(.bug-state.not_fixed) { border-left-color: #d85247; }.public-bug:has(.bug-state.in_progress) { border-left-color: #d4a330; }.public-bug:has(.bug-state.fixed) { border-left-color: #64a658; }
.bug-report { background: #202525; color: #fff; display: grid; gap: 10vw; grid-template-columns: .9fr 1.1fr; padding: 110px 12vw; }
.bug-copy > p:not(.eyebrow) { color: #bfc2bf; line-height: 1.7; margin: 25px 0; max-width: 330px; }
.tracker-status { align-items: flex-start; border-top: 1px solid #4b5050; display: flex; gap: 12px; padding-top: 18px; }
.tracker-status > span { background: #e0a32c; border-radius: 50%; height: 9px; margin-top: 4px; width: 9px; }
.tracker-status strong, .tracker-status small { display: block; font-size: 10px; letter-spacing: 1px; }.tracker-status small { color: #969b98; letter-spacing: 0; margin-top: 4px; }
.bug-form { background: #f3f0e9; color: var(--ink); padding: 32px; }.form-heading { border-bottom: 2px solid var(--ink); display: flex; font: 700 16px 'Barlow Condensed'; justify-content: space-between; letter-spacing: 1px; padding-bottom: 13px; }.form-heading small { color: #77736c; font: 400 10px 'DM Sans'; letter-spacing: 0; }
.bug-form label { display: block; font: 700 10px 'DM Sans'; letter-spacing: 1px; margin-top: 19px; }.bug-form input, .bug-form textarea, .bug-form select { background: #fff; border: 1px solid #c8c4bc; display: block; font: 400 13px 'DM Sans'; margin-top: 7px; padding: 11px; resize: vertical; width: 100%; }.bug-form input:focus, .bug-form textarea:focus, .bug-form select:focus { border-color: transparent; outline: 2px solid var(--red); }.form-split { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; }.bug-form button { justify-content: space-between; margin-top: 22px; width: 100%; }.form-note { color: #77736c; font-size: 10px; line-height: 1.5; margin: 12px 0 0; }
@media (max-width: 760px) { .history, .documentation, .known-bugs, .bug-report { gap: 45px; grid-template-columns: 1fr; padding: 70px 8vw; }.release-entry { gap: 15px; grid-template-columns: 1fr 28px; }.release-entry ul, .release-entry .entry-summary { grid-column: 1; }.release-entry > a { grid-column: 2; grid-row: 1; }.public-bug { grid-template-columns: 1fr auto; }.public-bug > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }.form-split { grid-template-columns: 1fr; }.documentation-link strong { font-size: 24px; } }
