/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    --color-neutral-50: oklch(98.5% 0 none);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #070707;
    --color-paper: #ecebe7;
    --color-paper-2: #e0dfda;
    --color-blood: #c10f1c;
    --color-muted: #5c5c58;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .start-50 {
    inset-inline-start: calc(var(--spacing) * 50);
  }
  .start-100 {
    inset-inline-start: calc(var(--spacing) * 100);
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .end-50 {
    inset-inline-end: calc(var(--spacing) * 50);
  }
  .end-100 {
    inset-inline-end: calc(var(--spacing) * 100);
  }
  .top-0 {
    top: 0px;
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-50 {
    bottom: calc(var(--spacing) * 50);
  }
  .bottom-100 {
    bottom: calc(var(--spacing) * 100);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .float-end {
    float: inline-end;
  }
  .float-none {
    float: none;
  }
  .float-start {
    float: inline-start;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .m-1 {
    margin: var(--spacing);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: 0px;
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0px;
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-0 {
    margin-inline-start: 0px;
  }
  .ms-1 {
    margin-inline-start: var(--spacing);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: 0px;
  }
  .me-1 {
    margin-inline-end: var(--spacing);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .caption-top {
    caption-side: top;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blood {
    border-color: var(--color-blood);
  }
  .border-ink {
    border-color: var(--color-ink);
  }
  .border-ink\/15 {
    border-color: color-mix(in srgb, #070707 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-ink) 15%, transparent);
    }
  }
  .border-ink\/20 {
    border-color: color-mix(in srgb, #070707 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-ink) 20%, transparent);
    }
  }
  .border-paper\/15 {
    border-color: color-mix(in srgb, #ecebe7 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-paper) 15%, transparent);
    }
  }
  .border-paper\/30 {
    border-color: color-mix(in srgb, #ecebe7 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-paper) 30%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blood {
    background-color: var(--color-blood);
  }
  .bg-ink {
    background-color: var(--color-ink);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: 0px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-0 {
    padding-inline-start: 0px;
  }
  .ps-1 {
    padding-inline-start: var(--spacing);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-0 {
    padding-inline-end: 0px;
  }
  .pe-1 {
    padding-inline-end: var(--spacing);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[0\.22em\] {
    --tw-tracking: 0.22em;
    letter-spacing: 0.22em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blood {
    color: var(--color-blood);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-ink\/70 {
    color: color-mix(in srgb, #070707 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-ink) 70%, transparent);
    }
  }
  .text-ink\/75 {
    color: color-mix(in srgb, #070707 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-ink) 75%, transparent);
    }
  }
  .text-ink\/80 {
    color: color-mix(in srgb, #070707 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-ink) 80%, transparent);
    }
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-paper {
    color: var(--color-paper);
  }
  .text-paper\/40 {
    color: color-mix(in srgb, #ecebe7 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-paper) 40%, transparent);
    }
  }
  .text-paper\/50 {
    color: color-mix(in srgb, #ecebe7 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-paper) 50%, transparent);
    }
  }
  .text-paper\/55 {
    color: color-mix(in srgb, #ecebe7 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-paper) 55%, transparent);
    }
  }
  .text-paper\/70 {
    color: color-mix(in srgb, #ecebe7 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-paper) 70%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/55 {
    color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-ink\/30 {
    text-decoration-color: color-mix(in srgb, #070707 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--color-ink) 30%, transparent);
    }
  }
  .decoration-paper\/20 {
    text-decoration-color: color-mix(in srgb, #ecebe7 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--color-paper) 20%, transparent);
    }
  }
  .decoration-paper\/30 {
    text-decoration-color: color-mix(in srgb, #ecebe7 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--color-paper) 30%, transparent);
    }
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .\!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,) !important;
  }
  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @media (hover: hover) {
    .hover\:bg-blood:hover {
      background-color: var(--color-blood);
    }
    .hover\:bg-neutral-50:hover {
      background-color: var(--color-neutral-50);
    }
    .hover\:bg-paper:hover {
      background-color: var(--color-paper);
    }
    .hover\:bg-paper-2:hover {
      background-color: var(--color-paper-2);
    }
    .hover\:text-blood:hover {
      color: var(--color-blood);
    }
    .hover\:text-ink:hover {
      color: var(--color-ink);
    }
    .hover\:text-paper:hover {
      color: var(--color-paper);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-56 {
      width: calc(var(--spacing) * 56);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .md\:pl-8 {
      padding-left: calc(var(--spacing) * 8);
    }
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer base {
  html {
    font-family: var(--font-sans);
    background: var(--color-paper);
    color: var(--color-ink);
  }
  body {
    min-height: 100vh;
  }
  a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 3px solid #0b57d0;
    outline-offset: 2px;
  }
}
@layer components {
  .skip-link {
    position: absolute;
    left: 0.75rem;
    top: -3rem;
    z-index: 60;
    background: var(--color-ink);
    color: var(--color-paper);
    padding: 0.4rem 0.75rem;
  }
  .skip-link:focus {
    top: 0.75rem;
  }
  .prose-snr p {
    margin: 0 0 0.9rem;
  }
  .prose-snr ul {
    margin: 0 0 0.9rem;
    padding-left: 1.2rem;
  }
  .prose-snr li {
    margin: 0 0 0.4rem;
  }
  .dt-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 1.1rem;
  }
  .dt-filter {
    max-width: 16rem;
    width: 100%;
    border: 1px solid var(--color-ink);
    background: #fff;
    padding: 0.5rem 0.75rem;
    font: inherit;
  }
  .dt-count {
    color: var(--color-muted);
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
    padding: 0.35rem 0.15rem 0.35rem 0.5rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  table[data-tool] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
  }
  table[data-tool] th, table[data-tool] td {
    border-bottom: 1px solid #cfc6b6;
    text-align: left;
    padding: 0.55rem 0.6rem;
    vertical-align: top;
  }
  table[data-tool] th {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  table[data-tool] th.dt-num, table[data-tool] td.dt-num {
    width: 2.5rem;
    color: var(--color-muted);
    cursor: default;
  }
  table[data-tool] th[aria-sort="ascending"]::after {
    content: " ▲";
  }
  table[data-tool] th[aria-sort="descending"]::after {
    content: " ▼";
  }
  table[data-tool] th[data-nosort] {
    cursor: default;
  }
  table.admin-table {
    font-size: 0.875rem;
    width: 100%;
  }
  table.admin-table th, table.admin-table td {
    border-bottom-color: #c8c6c0;
    padding: 0.85rem 1.05rem;
    vertical-align: middle;
  }
  table.admin-table th {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    color: var(--color-muted);
    background: var(--color-paper-2);
  }
  table.admin-table td.dt-num, table.admin-table th.dt-num {
    color: var(--color-muted);
  }
  .overflow-hidden > .dt-toolbar {
    padding: 0.85rem 1.1rem;
    background: var(--color-paper);
  }
  .overflow-hidden > .dt-filter {
    border: 1px solid var(--color-ink);
    max-width: 16rem;
  }
  .dlg-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .dlg-backdrop {
    position: absolute;
    inset: 0;
    background: rgb(17 17 14 / 0.55);
  }
  .dlg-card {
    position: relative;
    z-index: 1;
    width: min(100%, 26rem);
    background: var(--color-paper);
    border: 2px solid var(--color-ink);
    padding: 1.2rem 1.25rem 1.1rem;
  }
  .dlg-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .dlg-input {
    margin-top: 0.75rem;
    width: 100%;
    border: 1px solid var(--color-ink);
    padding: 0.45rem 0.65rem;
    font: inherit;
  }
  .dlg-overlay.desk {
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    padding: 0;
    background: var(--color-paper);
  }
  .desk-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    background: var(--color-paper);
  }
  .desk-bar {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 1.25rem;
    border-bottom: 2px solid var(--color-blood);
    background: var(--color-ink);
    color: var(--color-paper);
  }
  .desk-bar .text-muted, .desk-bar #story-modal-title, .desk-bar #desk-saved, .desk-bar #desk-status {
    color: rgb(236 235 231 / 0.55);
  }
  .desk-bar #desk-status.text-blood {
    color: var(--color-blood);
  }
  .desk-main {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
  }
  .desk-write {
    flex: 1 1 auto;
    min-width: 0;
    overflow-y: auto;
  }
  .desk-page {
    max-width: 42rem;
    margin: 0 auto;
    padding: 2.25rem 1.5rem 4rem;
  }
  .desk-rail {
    flex: 0 0 18rem;
    width: 18rem;
    overflow-y: auto;
    border-left: 1px solid rgb(12 12 12 / 0.15);
    background: var(--color-paper-2);
    padding: 1.25rem 1.1rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
  }
  .desk-rail input, .desk-rail select, .desk-rail textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgb(12 12 12 / 0.25);
    background: transparent;
    padding: 0.35rem 0;
    font: inherit;
    font-size: 0.9rem;
    border-radius: 0;
  }
  .desk-rail input:focus, .desk-rail select:focus, .desk-rail textarea:focus, .desk-rail input:focus-visible, .desk-rail select:focus-visible, .desk-rail textarea:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom-color: var(--color-blood);
  }
  .desk-more summary {
    cursor: pointer;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  @media (max-width: 900px), ((hover: none) and (pointer: coarse)) {
    .desk-main {
      flex-direction: column;
    }
    .desk-rail {
      flex-basis: auto;
      width: 100%;
      border-left: 0;
      border-top: 1px solid rgb(12 12 12 / 0.15);
    }
  }
  .hero-pick {
    display: block;
    cursor: pointer;
    border: 1px dashed rgb(12 12 12 / 0.35);
    background: var(--color-paper);
    min-height: 6rem;
  }
  .hero-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6rem;
    padding: 1rem;
    text-align: center;
    color: var(--color-muted);
    font-size: 0.85rem;
  }
  .story-fig {
    margin: 1.75rem 0;
  }
  .story-video {
    margin: 1.75rem 0;
  }
  .story-video video {
    display: block;
    width: 100%;
    height: auto;
    background: #111;
  }
  .story-video figcaption {
    margin-top: 0.4rem;
    font-size: 0.82rem;
    color: var(--color-muted);
  }
  .story-body .story-fig img {
    width: 100%;
    height: auto;
  }
  #inline-modal {
    z-index: 100;
  }
  .story-fig img {
    display: block;
    width: 100%;
    height: auto;
  }
  .story-fig figcaption {
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: var(--color-muted);
  }
  .desk-kicker, .desk-headline, .desk-dek, .desk-body {
    width: 100%;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    border-radius: 0;
    resize: none;
    box-shadow: none;
  }
  .desk-kicker:focus, .desk-headline:focus, .desk-dek:focus, .desk-body:focus, .desk-kicker:focus-visible, .desk-headline:focus-visible, .desk-dek:focus-visible, .desk-body:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom-color: var(--color-blood);
  }
  .desk-kicker {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-blood);
  }
  .desk-headline {
    font-family: var(--font-sans);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    padding: 0.35rem 0 0.5rem;
  }
  .desk-dek {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.45;
    color: #444;
    padding: 0.4rem 0;
  }
  .desk-body {
    font-size: 1.05rem;
    line-height: 1.65;
    min-height: 24rem;
    overflow: hidden;
    padding: 0.75rem 0 0;
  }
  .desk-meta input, .desk-meta select, .desk-meta textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgb(12 12 12 / 0.25);
    background: transparent;
    padding: 0.35rem 0;
    font: inherit;
    font-size: 0.9rem;
    border-radius: 0;
  }
  .desk-meta input:focus, .desk-meta select:focus, .desk-meta textarea:focus, .desk-meta input:focus-visible, .desk-meta select:focus-visible, .desk-meta textarea:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom-color: var(--color-blood);
  }
  .story-body {
    font-size: 1.12rem;
    line-height: 1.65;
  }
  .story-body p {
    margin: 0 0 1rem;
  }
  .story-body h2 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 800;
    margin: 1.75rem 0 0.75rem;
  }
  .story-cite {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    margin: 0.35rem 0 1.35rem;
    padding: 0.5rem 0.8rem;
    border-left: 3px solid var(--color-blood);
    background: rgb(193 15 28 / 0.07);
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .story-cite-k {
    flex-shrink: 0;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-blood);
  }
  .story-cite a {
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .story-cite a:hover {
    color: var(--color-blood);
  }
  .story-listen audio {
    width: 100%;
    height: 2.4rem;
  }
  .story-listen-note {
    margin-top: 0.25rem;
    font-size: 0.82rem;
    color: var(--color-muted);
  }
  .home-kicker {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin: 0 0 0.45rem;
  }
  .home-kicker a {
    color: inherit;
    text-decoration: none;
  }
  .home-kicker a:hover {
    color: var(--color-ink);
  }
  .home-kicker-ex, .home-kicker a.home-kicker-ex {
    color: var(--color-blood);
  }
  .rubrika-bar {
    display: flex;
    gap: 1.35rem;
    overflow-x: auto;
    max-width: 72rem;
    margin-inline: auto;
    padding: 0.15rem 1rem 0.7rem;
    scrollbar-width: none;
  }
  .rubrika-bar::-webkit-scrollbar {
    display: none;
  }
  .rubrika-bar a {
    flex: none;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.62);
    text-decoration: none;
    padding-bottom: 0.15rem;
    border-bottom: 2px solid transparent;
  }
  .rubrika-bar a:hover {
    color: #fff;
  }
  .rubrika-bar a.is-hot {
    color: var(--color-blood);
  }
  .rubrika-bar a.is-on {
    color: #fff;
    border-bottom-color: var(--color-blood);
  }
  .home-meta {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .home-lead {
    display: grid;
    gap: 1.25rem;
    padding-bottom: 2rem;
  }
  @media (min-width: 900px) {
    .home-lead {
      grid-template-columns: 1.35fr 1fr;
      gap: 2rem;
      align-items: center;
    }
  }
  .home-lead-media {
    display: block;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16 / 10;
  }
  .home-lead-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-lead-title {
    margin-top: 0.65rem;
    font-size: clamp(1.7rem, 3.4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }
  .home-lead-title a {
    color: inherit;
    text-decoration: none;
  }
  .home-lead-title a:hover {
    color: var(--color-blood);
  }
  .home-lead-dek {
    margin-top: 0.85rem;
    max-width: 36rem;
    font-size: 1.05rem;
    line-height: 1.45;
    color: #444;
  }
  .home-lead-copy .home-meta {
    margin-top: 1rem;
  }
  .home-pack {
    display: grid;
    gap: 1.5rem 1.25rem;
    border-top: 1px solid #e8e8e8;
    padding-top: 1.5rem;
  }
  @media (min-width: 700px) {
    .home-pack {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .home-pack {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .home-card-media {
    display: block;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16 / 9;
    margin-bottom: 0.7rem;
  }
  .home-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-card-empty {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.45);
  }
  .home-card-title {
    margin-top: 0.4rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
  }
  .home-card-title a {
    color: inherit;
    text-decoration: none;
  }
  .home-card-title a:hover {
    color: var(--color-blood);
  }
  .home-card-dek {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
  .home-list {
    margin-top: 2rem;
    border-top: 1px solid #e8e8e8;
  }
  .rubrika-row {
    display: grid;
    gap: 0.9rem;
    padding: 1.35rem 0;
    border-top: 1px solid #e6e6e6;
  }
  @media (min-width: 700px) {
    .rubrika-row {
      grid-template-columns: 16rem 1fr;
      gap: 1.5rem;
      align-items: center;
    }
  }
  .rubrika-row-media {
    display: block;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16 / 10;
  }
  .rubrika-row-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-list-row {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
  }
  .home-list-row h2 {
    margin-top: 0.25rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  .home-list-row h2 a {
    color: inherit;
    text-decoration: none;
  }
  .home-list-row h2 a:hover {
    color: var(--color-blood);
  }
  .cover-board {
    border-top: 1px solid #e8e8e8;
    margin-top: 2.5rem;
    padding-top: 1.75rem;
  }
  .cover-board h2 {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
  }
  .cover-board-note {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: var(--color-muted);
  }
  .cover-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
  }
  .cover-stage {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.1rem;
    border: 1px solid #111;
    background: #fff;
  }
  @media (min-width: 760px) {
    .cover-stage {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .cover-col {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
    padding: 0.9rem 0.8rem 1rem;
  }
  @media (min-width: 760px) {
    .cover-col + .cover-col {
      border-left: 1px solid #ececec;
    }
  }
  .cover-col-levica {
    background: linear-gradient(#eef3ff, #fff 5.5rem);
  }
  .cover-col-sredina {
    background: linear-gradient(#f5f5f5, #fff 5.5rem);
  }
  .cover-col-desnica {
    background: linear-gradient(#fff0f0, #fff 5.5rem);
  }
  .cover-col-head {
    margin: 0 0 0.15rem;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding-bottom: 0.45rem;
    border-bottom: 3px solid currentColor;
  }
  .cover-col-empty {
    margin: 0.35rem 0 0;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b5b5b5;
  }
  .cover-house {
    display: grid;
    grid-template-columns: 3.6rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    padding: 0.55rem 0.65rem;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-left-width: 4px;
    box-shadow: 0 8px 18px rgb(7 7 7 / 0.05);
    text-decoration: none;
    color: inherit;
  }
  .cover-house:hover {
    border-color: #111;
  }
  .cover-house-za {
    border-left-color: #15803d;
  }
  .cover-house-proti {
    border-left-color: var(--color-blood);
  }
  .cover-house-panika {
    border-left-color: #a16207;
  }
  .cover-house-nevtralno {
    border-left-color: #737373;
  }
  .cover-house .cover-logo-wrap {
    width: 3.6rem;
    height: 2.7rem;
    border: none;
    background: transparent;
  }
  .cover-house-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.28rem;
    min-width: 0;
  }
  .cover-house-name {
    font-size: 0.98rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }
  .cover-map {
    margin-top: 0.9rem;
    overflow-x: auto;
  }
  .cover-map-grid {
    display: grid;
    grid-template-columns: 6.4rem repeat(3, minmax(8.5rem, 1fr));
    gap: 0.4rem;
    min-width: 42rem;
  }
  .cover-map-col, .cover-map-row {
    display: flex;
    align-items: center;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .cover-map-col {
    justify-content: center;
    padding: 0.35rem 0.2rem 0.45rem;
    border-bottom: 3px solid currentColor;
  }
  .cover-map-row {
    justify-content: flex-end;
    padding-right: 0.35rem;
  }
  .cover-map-cell {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.75rem 0.85rem;
    min-height: 6.4rem;
    padding: 0.55rem;
  }
  .cover-lean-bg-za {
    background: #f0fdf4;
  }
  .cover-lean-bg-panika {
    background: #fffbeb;
  }
  .cover-lean-bg-nevtralno {
    background: #f4f4f5;
  }
  .cover-lean-bg-proti {
    background: #fef2f2;
  }
  .cover-map-cell.cover-side-levica {
    box-shadow: inset 3px 0 0 #1d4ed8;
  }
  .cover-map-cell.cover-side-sredina {
    box-shadow: inset 3px 0 0 #a3a3a3;
  }
  .cover-map-cell.cover-side-desnica {
    box-shadow: inset 3px 0 0 var(--color-blood);
  }
  .cover-pin {
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: center;
    gap: 0.28rem;
    width: 4.8rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
  .cover-pin .cover-logo-wrap {
    width: 3rem;
    height: 3rem;
    flex: none;
    margin: 0;
  }
  .cover-pin-name {
    display: block;
    width: 100%;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: break-word;
  }
  .cover-lean-ring-za {
    box-shadow: 0 0 0 2px #15803d;
  }
  .cover-lean-ring-proti {
    box-shadow: 0 0 0 2px var(--color-blood);
  }
  .cover-lean-ring-panika {
    box-shadow: 0 0 0 2px #a16207;
  }
  .cover-lean-ring-nevtralno {
    box-shadow: 0 0 0 2px #a3a3a3;
  }
  .cover-tabloid {
    margin-top: 0.85rem;
    padding: 0.7rem 0.8rem 0.85rem;
    background: #fafafa;
    border: 1px solid #ececec;
    border-top: 3px solid #c2410c;
  }
  .cover-tabloid-label {
    margin: 0 0 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c2410c;
  }
  .cover-tabloid-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 0.65rem;
  }
  .cover-headlines {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.4rem;
  }
  .cover-headlines li {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.6rem;
    align-items: baseline;
    font-size: 0.88rem;
  }
  .cover-headlines a {
    color: inherit;
    text-decoration: none;
  }
  .cover-headlines a:hover {
    color: var(--color-blood);
  }
  .story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
  }
  .story-tag {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.18rem 0.45rem;
    border: 1px solid #ddd;
    color: inherit;
    text-decoration: none;
  }
  .story-tag:hover {
    border-color: var(--color-ink);
    color: var(--color-blood);
  }
  .cover-spectrum {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1.1rem;
    align-items: stretch;
  }
  @media (min-width: 700px) {
    .cover-spectrum {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 1024px) {
    .cover-spectrum {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.8rem;
    }
  }
  .cover-lane {
    display: grid;
    gap: 0.55rem;
    align-content: start;
    min-height: 8rem;
    padding: 0.7rem 0.6rem 0.75rem;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-top-width: 3px;
  }
  .cover-lane-levica {
    border-top-color: #1d4ed8;
  }
  .cover-lane-sredina {
    border-top-color: #737373;
  }
  .cover-lane-tabloid {
    border-top-color: #c2410c;
  }
  .cover-lane-desnica {
    border-top-color: var(--color-blood);
  }
  .cover-lane-title {
    margin: 0;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .cover-lane-levica .cover-lane-title {
    color: #1d4ed8;
  }
  .cover-lane-sredina .cover-lane-title {
    color: #525252;
  }
  .cover-lane-tabloid .cover-lane-title {
    color: #c2410c;
  }
  .cover-lane-desnica .cover-lane-title {
    color: var(--color-blood);
  }
  .cover-lane-empty {
    margin: 0;
    font-size: 0.78rem;
    color: var(--color-muted);
  }
  .cover-list {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
  }
  .cover-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.55rem;
    border: 1px solid #ececec;
    background: #fff;
  }
  .cover-logo-wrap {
    width: 100%;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
  }
  .cover-logo {
    max-width: 7.5rem;
    max-height: 2.6rem;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }
  .cover-logo-slovenskenovice {
    background: #111;
  }
  .cover-logo-delo .cover-logo, .cover-logo-rtvslo .cover-logo, .cover-logo-necenzurirano .cover-logo, .cover-logo-nova24 .cover-logo, .cover-logo-zurnal24 .cover-logo, .cover-logo-svet24 .cover-logo, .cover-logo-primorske .cover-logo, .cover-logo-portal24 .cover-logo {
    max-width: 100%;
    max-height: 2.6rem;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .cover-logo-n1 {
    background: #c10f1c;
  }
  .cover-logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #111;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.25rem;
  }
  .cover-house {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 650;
  }
  .cover-chip {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.12rem 0.4rem;
    border: 1px solid currentColor;
  }
  .cover-side-levica {
    color: #1d4ed8;
  }
  .cover-side-desnica {
    color: var(--color-blood);
  }
  .cover-side-sredina {
    color: #525252;
  }
  .cover-side-tabloid {
    color: #c2410c;
  }
  .cover-lean-za {
    color: #15803d;
    background: #f0fdf4;
  }
  .cover-lean-proti {
    color: var(--color-blood);
    background: #fef2f2;
  }
  .cover-lean-nevtralno {
    color: #525252;
    background: #f4f4f5;
  }
  .cover-lean-panika {
    color: #a16207;
    background: #fffbeb;
  }
  .cover-headline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.2rem;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.3;
    color: inherit;
    text-decoration: none;
  }
  .cover-headline:hover {
    color: var(--color-blood);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0 0.9rem;
  border: 1px solid var(--color-ink);
  background: var(--color-ink);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2px;
  box-sizing: border-box;
}
.btn:hover {
  background: var(--color-blood);
  border-color: var(--color-blood);
  color: #fff;
}
.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-ghost {
  background: #fff;
  color: var(--color-ink);
}
.btn-ghost:hover {
  background: #f2f2f2;
  border-color: var(--color-ink);
  color: var(--color-ink);
}
.btn-danger {
  background: #fff;
  border-color: var(--color-blood);
  color: var(--color-blood);
}
.btn-danger:hover {
  background: var(--color-blood);
  color: #fff;
}
.btn-blood {
  background: var(--color-blood);
  border-color: var(--color-blood);
  color: #fff;
}
.btn-blood:hover {
  background: #9a0c16;
  border-color: #9a0c16;
  color: #fff;
}
.btn-invert {
  background: #fff;
  border-color: #fff;
  color: var(--color-ink);
}
.btn-invert:hover {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: var(--color-ink);
}
.btn-on-ink {
  background: transparent;
  border-color: rgb(255 255 255 / 0.4);
  color: #fff;
}
.btn-on-ink:hover {
  background: rgb(255 255 255 / 0.12);
  border-color: #fff;
  color: #fff;
}
.btn-sm {
  min-height: 1.85rem;
  padding: 0 0.65rem;
  font-size: 0.8125rem;
}
.btn.hidden, a.btn.hidden, label.btn.hidden, .dlg-overlay.hidden, .dlg-overlay[hidden] {
  display: none !important;
}
html.urednistvo, html.urednistvo body {
  background: #f4f4f4;
  color: #111;
  font-family: var(--font-sans);
}
html.urednistvo .admin-main {
  background: #f4f4f4;
  padding-bottom: 4.5rem;
}
html.urednistvo .admin-top {
  display: none;
}
html.urednistvo .story-cards {
  display: none;
}
@media (max-width: 800px), ((hover: none) and (pointer: coarse)) {
  html.urednistvo .admin-shell {
    flex-direction: column;
  }
  html.urednistvo .admin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 0.55rem 0.7rem;
    padding-top: max(0.55rem, env(safe-area-inset-top));
    background: #111;
    color: #fff;
  }
  html.urednistvo .admin-top .btn {
    min-height: 2.75rem;
    min-width: 4.75rem;
    touch-action: manipulation;
  }
  html.urednistvo .admin-top-brand {
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.03em;
  }
  html.urednistvo .admin-side {
    display: none;
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid var(--color-blood);
  }
  html.urednistvo .admin-side.is-open {
    display: block;
  }
  html.urednistvo .admin-side nav {
    flex: none;
    display: flex;
    flex-direction: column;
  }
  html.urednistvo .admin-side nav a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    touch-action: manipulation;
  }
  html.urednistvo .admin-wrap {
    padding: 0.85rem 0.7rem 1.5rem;
  }
  html.urednistvo .story-table {
    display: none;
  }
  html.urednistvo .story-cards {
    display: grid;
    gap: 0.75rem;
  }
  .desk-bar {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.55rem 0.65rem;
  }
  .desk-bar > div {
    flex-wrap: wrap;
  }
  .desk-page {
    padding: 1.1rem 0.85rem 2.5rem;
  }
  .exclusive-flag span {
    white-space: normal;
  }
  .ops-panel {
    width: calc(100vw - 1rem);
    max-height: 72vh;
  }
}
html.urednistvo .story-card {
  background: #fff;
  border: 1px solid #d8d8d8;
}
html.urednistvo .story-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}
html.urednistvo .story-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html.urednistvo .story-card-media span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html.urednistvo .story-card-body {
  padding: 0.75rem 0.8rem 0.85rem;
}
html.urednistvo .story-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}
html.urednistvo .story-card h2 {
  margin: 0.35rem 0 0;
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
html.urednistvo .story-card-sub {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #777;
}
html.urednistvo .story-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.7rem;
}
html.urednistvo .story-card-actions .btn {
  min-height: 2.75rem;
  touch-action: manipulation;
}
html.urednistvo .admin-wrap {
  width: 100%;
  max-width: none;
}
html.urednistvo .admin-panel {
  background: #fff;
  border: 1px solid #d8d8d8;
  overflow-x: auto;
}
html.urednistvo .admin-panel > .dt-toolbar {
  padding: 0.95rem 1.15rem 0.8rem;
  border-bottom: 1px solid #ececec;
  background: #fff;
}
html.urednistvo .chart-box {
  width: 100%;
  height: 18rem;
}
html.urednistvo .chart-box-lg {
  height: 22rem;
}
html.urednistvo .font-serif, html.urednistvo .desk-headline, html.urednistvo .desk-dek {
  font-family: var(--font-sans);
}
html.urednistvo .desk-overlay, html.urednistvo .dlg-overlay.desk, html.urednistvo .desk-panel {
  background: #fff;
}
html.urednistvo .desk-write {
  background: #fff;
}
html.urednistvo .desk-rail {
  background: #f4f4f4;
  border-left-color: #e2e2e2;
}
html.urednistvo .desk-headline {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
html.urednistvo .desk-dek {
  font-size: 1rem;
  color: #444;
}
html.urednistvo .desk-rail input, html.urednistvo .desk-rail select, html.urednistvo .desk-rail textarea {
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 0.45rem 0.55rem;
  border-radius: 2px;
}
html.urednistvo .desk-rail input:focus, html.urednistvo .desk-rail select:focus, html.urednistvo .desk-rail textarea:focus, html.urednistvo .desk-rail input:focus-visible, html.urednistvo .desk-rail select:focus-visible, html.urednistvo .desk-rail textarea:focus-visible {
  border-color: var(--color-ink);
  box-shadow: none;
  outline: 2px solid #0b57d0;
  outline-offset: 1px;
}
html.urednistvo .hero-pick {
  background: #fff;
  border: 1px dashed #bbb;
}
html.urednistvo table.admin-table th {
  background: #f0f0f0;
  color: #555;
}
html.urednistvo table.admin-table th, html.urednistvo table.admin-table td, html.urednistvo table[data-tool] th, html.urednistvo table[data-tool] td {
  border-bottom-color: #e2e2e2;
}
html.urednistvo .overflow-hidden > .dt-toolbar {
  background: #fff;
}
html.urednistvo .dlg-card {
  background: #fff;
}
html.urednistvo .text-muted {
  color: #6b6b6b;
}
html.urednistvo .voice-row.is-on {
  border-color: #111;
  background: #f4f4f4;
}
html.urednistvo .stat-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 5.5rem;
}
html.urednistvo .stat-col {
  flex: 1;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  height: 100%;
}
html.urednistvo .stat-bar {
  display: block;
  width: 100%;
  min-height: 4px;
  background: var(--color-ink);
}
html.urednistvo .stat-svg {
  display: block;
  width: 100%;
  height: 100%;
}
html.urednistvo .stat-svg rect {
  fill: var(--color-ink);
}
html.urednistvo .dlg-card-sm {
  max-width: 28rem;
}
html.urednistvo .dlg-card-md {
  max-width: 36rem;
  max-height: calc(100vh - 3rem);
  overflow: auto;
}
html.urednistvo .dlg-card-lg {
  max-width: 44rem;
  max-height: calc(100vh - 3rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
html.urednistvo .voice-list {
  max-height: 22rem;
}
html.urednistvo .cover-logo-sm {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
}
html.urednistvo .cover-logo-lg {
  width: 4.5rem;
  height: 4.5rem;
}
html.desk-lock, html.desk-lock body {
  overflow: hidden;
}
html.urednistvo .desk-body, html.urednistvo .desk-dek {
  field-sizing: content;
}
html.urednistvo .desk-dek {
  min-height: 4.5rem;
}
html.urednistvo .desk-body {
  min-height: 20rem;
}
html.urednistvo .settings-form input[type="text"], html.urednistvo .settings-form input[type="password"], html.urednistvo .settings-form select {
  font: inherit;
}
@layer components {
  .story-body blockquote {
    border-left: 2px solid var(--color-ink);
    margin: 1.5rem 0;
    padding: 0.25rem 0 0.25rem 1rem;
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 700;
  }
}
#ops-dock {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
}
.ops-fab {
  min-width: 6.5rem;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.22);
}
.ops-panel {
  width: min(28rem, calc(100vw - 2.2rem));
  height: min(40rem, calc(100vh - 6.5rem));
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #111;
  box-shadow: 0 16px 40px rgb(0 0 0 / 0.22);
}
.ops-panel.hidden, .ops-panel[hidden] {
  display: none !important;
}
.ops-bar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  background: #111;
  color: #fff;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.ops-bar.is-drag {
  cursor: grabbing;
}
.ops-bar .btn {
  cursor: pointer;
  touch-action: auto;
}
.ops-bar-title {
  font-size: 0.85rem;
  font-weight: 700;
}
.ops-bar .btn-ghost {
  background: transparent;
  border-color: rgb(255 255 255 / 0.35);
  color: #fff;
}
.ops-bar .btn-ghost:hover {
  background: rgb(255 255 255 / 0.12);
  color: #fff;
}
.ops-log {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.85rem 0.9rem;
}
.ops-empty p {
  color: #6b6b6b;
  font-size: 0.9rem;
  line-height: 1.45;
}
.ops-row {
  margin: 0 0 0.85rem;
}
.ops-row-user {
  display: flex;
  justify-content: flex-end;
}
.ops-bubble {
  max-width: 90%;
  background: #111;
  color: #fff;
  padding: 0.5rem 0.7rem;
  font-size: 0.88rem;
  line-height: 1.4;
}
.ops-md {
  max-width: 100%;
  line-height: 1.45;
  font-size: 0.88rem;
}
.ops-md a {
  text-decoration: underline;
}
.ops-md pre {
  overflow-x: auto;
  background: #f4f4f4;
  padding: 0.55rem;
  margin: 0.5rem 0;
  font-size: 0.78rem;
}
.ops-composer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  padding: 0.65rem 0.7rem 0.75rem;
  border-top: 1px solid #e2e2e2;
}
.ops-compose-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
.ops-composer textarea, .ops-compose-row textarea {
  flex: 1 1 auto;
  min-height: 2.6rem;
  max-height: 7rem;
  border: 1px solid #d4d4d4;
  padding: 0.45rem 0.55rem;
  font: inherit;
  font-size: 0.88rem;
  resize: vertical;
}
.ops-trace {
  list-style: none;
  margin: 0 0 0.6rem;
  padding: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #666;
}
.ops-trace li {
  padding: 0.15rem 0 0.15rem 0.9rem;
  position: relative;
}
.ops-trace li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #111;
}
.ops-trace li.is-on {
  color: #111;
  font-weight: 650;
}
.ops-live .ops-trace li.is-on::before {
  content: "›";
}
.ops-err {
  color: var(--color-blood);
}
.ops-attach {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ops-attach .btn {
  white-space: nowrap;
}
.ops-attach .btn input {
  display: none;
}
.ops-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ops-chips:empty {
  display: none;
}
.ops-shot {
  position: relative;
  width: 4.25rem;
  height: 4.25rem;
  flex: 0 0 auto;
  border: 1px solid #111;
  background: #f4f4f4;
  overflow: hidden;
}
.ops-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ops-shot button {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.15rem;
  height: 1.15rem;
  border: 0;
  background: #111;
  color: #fff;
  font: inherit;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
}
.ops-bubble p {
  margin: 0;
}
.ops-shots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}
.ops-shots img {
  width: 9rem;
  height: 6.5rem;
  object-fit: cover;
  display: block;
  border: 1px solid rgb(255 255 255 / 0.35);
}
.ops-asset-pick {
  max-height: 9rem;
  overflow: auto;
  margin-bottom: 0.4rem;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  padding: 0.35rem 0.5rem;
  font-size: 0.8rem;
}
.ops-asset-row {
  display: flex;
  gap: 0.35rem;
  align-items: flex-start;
  margin: 0.2rem 0;
}
.tag-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.tag-pick {
  border: 1px solid var(--color-ink);
  background: transparent;
  color: var(--color-ink);
  font: inherit;
  font-size: 0.75rem;
  padding: 0.2rem 0.45rem;
  cursor: pointer;
}
.tag-pick.is-on {
  background: var(--color-ink);
  color: var(--color-paper);
}
.tag-pick {
  white-space: nowrap;
}
.exclusive-flag {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
}
.exclusive-flag span {
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 901px) {
  html.urednistvo .desk-rail {
    flex-basis: 24rem;
    width: 24rem;
  }
}
html.urednistvo table.admin-table {
  width: max-content;
  min-width: 100%;
}
html.urednistvo table.admin-table th, html.urednistvo table.admin-table td {
  white-space: nowrap;
}
html.urednistvo td.admin-cover {
  width: 4.8rem;
}
html.urednistvo td.admin-cover img {
  display: block;
  width: 4.5rem;
  height: 2.6rem;
  object-fit: cover;
  background: #eee;
}
html.urednistvo td.admin-cover-empty, html.urednistvo .admin-cover-empty {
  color: #aaa;
}
html.urednistvo table.admin-table td.admin-title {
  min-width: 18rem;
  max-width: 32rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.urednistvo table.admin-table td.admin-clip {
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exclusive {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-blood);
}
.preview-banner {
  margin: 0 0 1.5rem;
  padding: 0.55rem 0.75rem;
  background: #f4f4f5;
  border: 1px solid #c8c8c8;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #444;
}
.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: var(--color-paper);
  color: var(--color-ink);
  border-top: 3px solid #c8c8c8;
  box-shadow: 0 -16px 40px rgb(7 7 7 / 0.12);
}
.cookie-bar-inner, .cookie-picks {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
}
.cookie-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0 1rem;
}
.cookie-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-blood);
}
.cookie-copy {
  margin: 0.2rem 0 0;
  max-width: 38rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  line-height: 1.35;
}
.cookie-policy {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: var(--color-ink);
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.cookie-btn {
  border: 1px solid var(--color-ink);
  background: transparent;
  color: var(--color-ink);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
}
.cookie-btn:hover {
  background: var(--color-ink);
  color: var(--color-paper);
}
.cookie-btn-yes {
  border-color: var(--color-blood);
  background: var(--color-blood);
  color: #fff;
}
.cookie-btn-yes:hover {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-paper);
}
.cookie-picks {
  display: grid;
  gap: 0.75rem;
  padding: 0 0 1rem;
  border-top: 1px solid rgb(7 7 7 / 0.15);
}
.cookie-picks[hidden] {
  display: none;
}
.cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cookie-name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}
.cookie-text {
  margin: 0.15rem 0 0;
  max-width: 40rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--color-muted);
}
.cookie-switch {
  position: relative;
  width: 2.7rem;
  height: 1.45rem;
  flex-shrink: 0;
  border: 1px solid var(--color-ink);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.cookie-switch i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0.95rem;
  height: 0.95rem;
  background: var(--color-ink);
}
.cookie-switch[aria-pressed="true"] {
  background: var(--color-ink);
}
.cookie-switch[aria-pressed="true"] i {
  left: auto;
  right: 2px;
  background: var(--color-paper);
}
.cookie-switch:disabled {
  cursor: default;
  opacity: 0.55;
}
.ops-draft {
  color: #333;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
