/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root {
  --rl-paper: 255 255 255;
  --rl-paper-2: 246 247 249;
  --rl-ink: 22 24 29;
  --rl-ink-soft: 90 96 112;
  --rl-rule: 227 230 236;
  --rl-display: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, "Helvetica Neue", Arial, sans-serif;
  --rl-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
            "Liberation Mono", monospace;
}

.dark {
  --rl-paper: 15 17 22;
  --rl-paper-2: 23 26 33;
  --rl-ink: 232 234 240;
  --rl-ink-soft: 150 157 174;
  --rl-rule: 38 43 53;
}

html {
  font-family: var(--rl-display);
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: rgb(var(--rl-paper));
  color: rgb(var(--rl-ink));
}

:focus-visible {
  outline: 2px solid rgb(var(--color_brand));
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* --- shell ------------------------------------------------------- */

.rl-shell {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .rl-shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.rl-shell {
  max-width: 68rem;
}

.rl-masthead {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .rl-masthead {
    padding-top: 4rem;
  }
}

.rl-masthead__row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .rl-masthead__row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.rl-masthead__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
}

.rl-lede {
  max-width: 52ch;
  color: rgb(var(--rl-ink-soft));
  font-size: 0.95rem;
  line-height: 1.625;
}

/* --- utility (metadata) face ------------------------------------- */

.rl-meta {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* --- buttons ------------------------------------------------------ */

.rl-btn {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid rgb(var(--rl-rule));
  color: rgb(var(--rl-ink));
}

.rl-btn:hover {
  border-color: rgba(var(--color_brand), 0.55);
}

.rl-btn--primary {
  background-color: rgb(var(--color_brand));
  border-color: rgb(var(--color_brand));
  /* Fixed white rather than the page ground: in dark mode the ground is
           near-black, which lands as low-contrast text on a mid-tone brand. */
  color: #fff;
}

.rl-btn--primary:hover {
  border-color: rgb(var(--color_brand));
  filter: brightness(1.12);
}

.rl-btn--ghost {
  border-color: transparent;
  color: rgb(var(--rl-ink-soft));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.rl-btn--ghost:hover {
  color: rgb(var(--rl-ink));
  border-color: transparent;
}

/* --- tag filter nav ----------------------------------------------- */

.rl-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  border-top-width: 1px;
  padding-top: 1.25rem;
  border-color: rgb(var(--rl-rule));
}

.rl-chip {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid rgb(var(--rl-rule));
  color: rgb(var(--rl-ink-soft));
}

.rl-chip:hover {
  color: rgb(var(--rl-ink));
}

.rl-chip--on {
  border-color: rgba(var(--color_brand), 0.6);
  background-color: rgba(var(--color_brand), 0.09);
  color: rgb(var(--rl-ink));
}

.rl-chip__dot {
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
}

/* --- the rail ----------------------------------------------------- */

.rl-stream {
  margin-top: 2rem;
}

.rl-entry {
  display: grid;
  row-gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr);
}

/* The margin column is sized for the longest date a locale produces in
       the tracked mono face ("28 сентября 2026 г.", "September 28, 2026"),
       so the stamp stays on one line and the rail stays straight. */

@media (min-width: 768px) {
  .rl-entry {
    grid-template-columns: 12rem minmax(0, 1fr);
    row-gap: 0px;
  }
}

/* Everything in the margin is ranged right, hanging off the rail: the
       date on the title's line, the tags stacked beneath it. On narrow
       screens the same block folds into one row above the entry. */

.rl-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .rl-entry__meta {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 0.75rem;
    padding-left: 0px;
    padding-right: 1.75rem;
    padding-top: 0.6rem;
    text-align: right;
  }
}

.rl-entry__date {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgb(var(--rl-ink-soft));
}

@media (min-width: 768px) {
  /* Vertical centring against the title's first line (1.75rem type on
           a 1.25 line box) — this is what pt-[0.6rem] on the meta block is
           for — plus clawing back the trailing letter-space so the date's
           last glyph sits flush with the ticks below it. */

  .rl-entry__date {
    margin-right: -0.14em;
    white-space: nowrap;
  }
}

.rl-entry__tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.25rem;
}

@media (min-width: 768px) {
  .rl-entry__tags {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 0.375rem;
  }
}

/* On an entry, tags keep their tenant colour as an edge rather than a
       pill, so the filter row above stays the only loud control on the page.
       In the margin column the edge flips to the rail side, so every tick
       lands on the same vertical line whatever the label length. */

.rl-tag {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  border-left: 2px solid currentColor;
  color: rgb(var(--rl-ink-soft));
}

@media (min-width: 768px) {
  /* A long label may take two lines here — ranged right against its
           own tick it still reads as one item, so nothing is truncated. */

  .rl-tag {
    display: block;
    overflow: visible;
    white-space: normal;
    padding-left: 0px;
    text-align: right;
    border-left: 0;
    border-right: 2px solid currentColor;
    padding-right: calc(0.5rem - 0.14em);
    text-wrap: balance;
  }
}

.rl-entry__body {
  position: relative;
  padding-bottom: 3.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .rl-entry__body {
    padding-left: 2rem;
  }
}

.rl-entry__body {
  border-left: 1px solid rgba(var(--color_brand), 0.28);
}

.rl-entry:last-child .rl-entry__body {
  padding-bottom: 1rem;
}

/* The notch. Filled + haloed for the newest entry, hollow for the rest —
       recency is the one thing a changelog reader is actually scanning for. */

.rl-entry__body::before {
  content: "";
  position: absolute;
  border-radius: 9999px;
  left: -5px;
  /* Centred on the title's first line, same as the date opposite. */
  top: 0.8rem;
  width: 9px;
  height: 9px;
  background-color: rgb(var(--rl-paper));
  border: 1.5px solid rgba(var(--color_brand), 0.55);
}

.rl-entry--latest .rl-entry__body::before {
  background-color: rgb(var(--color_brand));
  border-color: rgb(var(--color_brand));
  box-shadow: 0 0 0 4px rgba(var(--color_brand), 0.14);
}

.rl-entry__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .rl-entry__title {
    font-size: 1.75rem;
  }
}

.rl-entry__title {
  letter-spacing: -0.025em;
}

.rl-entry__title a:hover {
  color: rgb(var(--color_brand));
}

.rl-badge {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: rgba(var(--color_brand), 0.08);
  color: rgb(var(--rl-ink-soft));
  /* Optical centring: the label is all-caps, so the line box reserves
           descender room that never gets used and the text rides high. Trade
           a sliver of bottom padding for top, and claw back the trailing
           letter-space the tracking adds after the last glyph. */
  padding-top: calc(0.25rem + 0.06em);
  padding-bottom: calc(0.25rem - 0.06em);
  padding-right: calc(0.625rem - 0.14em);
}

.rl-more {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(var(--color_brand));
}

.rl-more:hover {
  gap: 0.9rem;
}

.rl-more svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* --- long-form body ----------------------------------------------- */

.release {
  margin-top: 1rem;
  max-width: 68ch;
  color: rgb(var(--rl-ink));
  line-height: 1.7;
}

.release h1 {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.release h2 {
  margin-bottom: 0.5rem;
  margin-top: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.release h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 600;
}

.release p {
  margin-bottom: 1rem;
}

.release ul li {
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
  list-style-type: disc;
}

.release ol li {
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
  list-style-type: decimal;
}

.release a {
  color: rgb(var(--color_brand));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.release hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0px;
  border-top: 1px solid rgb(var(--rl-rule));
}

.release img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgb(var(--rl-rule));
}

.release code {
  font-family: var(--rl-mono);
  background-color: rgb(var(--rl-paper-2));
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.85em;
}

.release pre {
  font-family: var(--rl-mono);
  background-color: rgb(var(--rl-paper-2));
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.85em;
}

.release pre code {
  background-color: transparent;
  padding: 0px;
}

.release blockquote {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(var(--color_brand), 0.4);
  color: rgb(var(--rl-ink-soft));
}

/* --- reactions ----------------------------------------------------- */

.rl-reactions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  border-top-width: 1px;
  padding-top: 1.5rem;
  border-color: rgb(var(--rl-rule));
}

/* One widget per list entry: no rule, no prompt, tight under the link. */

.rl-reactions--compact {
  margin-top: 1rem;
  gap: 0.375rem;
  border-top-width: 0px;
  padding-top: 0px;
}

.rl-reaction {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid rgb(var(--rl-rule));
}

.rl-reaction:hover {
  border-color: rgba(var(--color_brand), 0.5);
}

.rl-reaction[aria-pressed="true"] {
  border-color: rgba(var(--color_brand), 0.6);
  background-color: rgba(var(--color_brand), 0.09);
}

.rl-reaction__glyph {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}

.rl-reaction__count {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgb(var(--rl-ink-soft));
}

.rl-reaction--bump {
  animation: rl-bump 0.24s ease-out;
}

@keyframes rl-bump {
  40% {
    transform: scale(1.09);
  }

  100% {
    transform: scale(1);
  }
}

/* --- pagination + footer ------------------------------------------- */

.rl-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top-width: 1px;
  padding-top: 1.5rem;
  border-color: rgb(var(--rl-rule));
}

.rl-footer {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .rl-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.rl-footer {
  border-color: rgb(var(--rl-rule));
}

.rl-footer a {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgb(var(--rl-ink-soft));
}

.rl-footer a:hover {
  color: rgb(var(--rl-ink));
}

.rl-empty {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  color: rgb(var(--rl-ink-soft));
}

/* --- forms (shared forms/rp_subscriber_form.html) ------------------- */

/* Subscribe page: a single centred column, field included. */

.rl-subscribe {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding-bottom: 6rem;
  text-align: center;
}

.field {
  width: 100%;
}

.field label {
  font-family: var(--rl-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.5rem;
  display: block;
  color: rgb(var(--rl-ink-soft));
}

.field input[type=text],
    .field input[type=email] {
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgb(var(--rl-paper));
  border: 1px solid rgb(var(--rl-rule));
  color: rgb(var(--rl-ink));
}

.field input:focus {
  border-color: rgb(var(--color_brand));
}

.field .help-text {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(var(--rl-ink-soft));
}

.field ul.errorlist,
    ul.errorlist {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.notification.closed {
  display: none;
}

/* --- logo (shared skin_common/logo.html) ---------------------------- */

.logo {
  max-width: 240px;
  align-items: center;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  min-height: 44px;
  letter-spacing: -0.03em;
  color: rgb(var(--color_brand));
}

.logo-light {
  display: flex;
}

.logo-light:where(.dark, .dark *) {
  display: none;
}

.logo-dark {
  display: none;
}

.logo-dark:where(.dark, .dark *) {
  display: flex;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-4 {
  top: 1rem;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mt-0 {
  margin-top: -0px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-5 {
  height: 1.25rem;
}

.max-h-72 {
  max-height: 18rem;
}

.min-h-\[30vh\] {
  min-height: 30vh;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.overflow-auto {
  overflow: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*
 * rp_skin_2 — "the ledger rail".
 *
 * A changelog is a sequence, so the timeline is the structure: a continuous
 * hairline rail tinted with the tenant's brand colour, dates as marginalia,
 * releases notched onto it newest-first.
 *
 * No webfonts by design — this is a white-labelled page and an external font
 * request would put a third-party host back into the customer's page.
 * Personality comes from the pairing instead: tight heavy display, airy body,
 * tabular monospace for every piece of metadata.
 */

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.dark\:border-gray-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.dark\:border-gray-700:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.dark\:border-slate-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.dark\:bg-slate-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.dark\:bg-slate-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.dark\:text-slate-100:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.dark\:text-slate-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.dark\:text-slate-300:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.dark\:ring-white\/10:where(.dark, .dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.dark\:hover\:bg-gray-700:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-slate-700:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.dark\:hover\:text-gray-300:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark\:hover\:text-slate-200:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
