/* Small release notes dialog in the existing petrol/turquoise palette. */
.site-footer button.site-version{appearance:none;background:none;border:0;border-inline-start:1px solid var(--line,#2b4850);border-radius:0;padding:5px 0 5px 10px;font-family:inherit;cursor:pointer}
.site-footer button.site-version:hover{color:var(--accent,#65bec3)}
#changelog{box-sizing:border-box;position:fixed;inset:0;width:min(480px,calc(100% - 24px));max-width:calc(100% - 24px);max-height:calc(100dvh - 32px);margin:auto;padding:clamp(20px,5vw,30px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;background:#102a31;color:var(--ink,#eff5f4);border:1px solid #3f8790;border-radius:3px 24px 3px 24px;box-shadow:0 24px 90px #0008}
#changelog::backdrop{background:#040606c9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.changelog-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.changelog-heading>div{min-width:0}
#changelog .eyebrow{margin:0 0 10px;color:var(--accent,#65bec3);font-size:10px}
#changelog h2{margin:0;font-size:clamp(22px,5vw,28px);font-weight:500;letter-spacing:-.03em;line-height:1.2}
#changelog-close{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;min-width:36px;padding:0;border:1px solid #6d8084;border-radius:50%;background:none;color:inherit;cursor:pointer}
.changelog-list{list-style:none;padding:0;margin:24px 0 0}
.changelog-list li{padding:13px 0;border-top:1px solid var(--line,#2b4850);overflow-wrap:anywhere}
.changelog-list li:last-child{padding-bottom:0}
.changelog-list strong{display:block;margin-bottom:4px;font-size:14px;font-weight:500;color:var(--accent,#65bec3)}
.changelog-list span{display:block;font-size:13px;line-height:1.65;color:var(--muted,#a7bfc2)}
#changelog-close:focus-visible,#changelog-open:focus-visible{outline:2px solid var(--accent,#65bec3);outline-offset:4px}
html.changelog-open{overflow:hidden}

.changelog-sharing{margin-top:24px;padding-top:18px;border-top:1px solid var(--line,#2b4850)}
.changelog-share-actions{display:flex;flex-wrap:wrap;gap:8px}
.changelog-share-actions button,.changelog-share-actions a{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;min-width:0;padding:9px 12px;border:1px solid #3f727b;border-radius:3px 12px 3px 12px;background:transparent;color:var(--ink,#eff5f4);font:inherit;font-size:12px;line-height:1.4;text-decoration:none;cursor:pointer}
.changelog-share-actions svg{flex:none}
#changelog-share{background:var(--accent,#65bec3);color:#102a31;border-color:var(--accent,#65bec3)}
.changelog-share-actions button:disabled{opacity:.5;cursor:wait}
.changelog-share-actions a:hover,.changelog-share-actions button:hover:not(:disabled){border-color:var(--ink,#eff5f4)}
.changelog-share-actions :focus-visible{outline:2px solid var(--accent,#65bec3);outline-offset:3px}
#changelog-share-note,#changelog-share-status{font-size:11px;line-height:1.6;color:var(--muted,#a7bfc2);margin:12px 0 0}
#changelog-share-status:empty{display:none}
#changelog-share-address{box-sizing:border-box;width:100%;min-width:0;margin-top:10px;padding:10px;border:1px solid #3f727b;background:#0c2026;color:var(--ink,#eff5f4);font:inherit;font-size:12px}
@media(max-width:400px){.changelog-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#changelog-share{grid-column:1/-1}}

/* Align copyright, divider and version around the same vertical centre. */
.site-footer .footer-copyright{display:flex;align-items:center;justify-content:flex-end;gap:0}
.site-footer .footer-copyright button.site-version{display:inline-flex;align-items:center;justify-content:center;align-self:center;box-sizing:border-box;min-height:0;height:22px;line-height:1;margin-block:0;margin-inline-start:12px;padding:0 0 0 10px;vertical-align:middle}
