/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: "Crimson Text", ui-serif, Georgia, Cambria, "Times New Roman",
    Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --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-burgundy: #8B2942;
    --color-burgundy-deep: #6B1F33;
    --color-burgundy-light: #B14D66;
    --color-burgundy-dark: #4A1522;
    --color-periwinkle: #C9D5FF;
    --color-bg: #FAFAF9;
    --font-display: "Cormorant Garamond", ui-serif, Georgia, Cambria,
    "Times New Roman", Times, serif;
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-burgundy-dark {
    background-color: var(--color-burgundy-dark);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-burgundy {
    color: var(--color-burgundy);
  }
  .text-stone-300 {
    color: var(--color-stone-300);
  }
  .text-stone-400 {
    color: var(--color-stone-400);
  }
  .text-stone-500 {
    color: var(--color-stone-500);
  }
  .text-stone-600 {
    color: var(--color-stone-600);
  }
  .text-stone-700 {
    color: var(--color-stone-700);
  }
  .text-stone-900 {
    color: var(--color-stone-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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,);
  }
  .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));
  }
  .hover\:text-burgundy-light {
    &:hover {
      @media (hover: hover) {
        color: var(--color-burgundy-light);
      }
    }
  }
  .hover\:text-periwinkle {
    &:hover {
      @media (hover: hover) {
        color: var(--color-periwinkle);
      }
    }
  }
}
:root {
  --max-width: 1200px;
  --header-height: 70px;
}
@layer base {
  html {
    font-size: 16px;
    line-height: 1.6;
    background-color: var(--color-bg);
  }
  body {
    font-family: var(--font-sans);
    color: var(--color-stone-600);
    margin: 0;
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sans);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
    margin-top: 0;
    line-height: 1.3;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  a {
    color: var(--color-stone-900);
    text-decoration-line: none;
  }
  a:hover {
    color: var(--color-burgundy-light);
    text-decoration-line: underline;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 15px;
  }
  .page-content {
    min-height: calc(100vh - var(--header-height) - 260px);
  }
  .site-header {
    background-color: var(--color-bg);
    border-bottom: 1px solid var(--color-stone-300);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
  }
  .site-logo {
    display: flex;
    gap: 0.5rem;
  }
  .site-logo img {
    max-height: 2.25rem;
    width: auto;
  }
  .site-logo-text {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
    color: var(--color-stone-900);
  }
  .site-logo-text strong {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .site-logo:hover {
    text-decoration: none;
  }
  .site-nav {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .site-nav a {
    font-family: var(--font-sans);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-stone-900);
    padding: 0.5rem 0;
  }
  .site-nav a:hover, .site-nav a.active {
    color: var(--color-stone-900);
    text-decoration: none;
    border-bottom: 2px solid var(--color-periwinkle);
    padding-bottom: calc(0.5rem - 2px);
  }
  .header-search {
    display: flex;
    border: 1px solid var(--color-stone-300);
    border-radius: 50px;
    overflow: hidden;
    background: var(--color-bg);
  }
  .header-search input {
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    width: 200px;
    outline: none;
    border-radius: 50px 0 0 50px;
  }
  .header-search button {
    background: transparent;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    color: var(--color-stone-900);
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
  }
  .header-search button .material-symbols-outlined {
    font-size: 20px;
  }
  .hamburger-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--color-stone-900);
    line-height: 1;
  }
  .hamburger-toggle .material-symbols-outlined {
    font-size: 28px;
  }
  @media (max-width: 768px) {
    .hamburger-toggle {
      display: flex;
      align-items: center;
    }
    .site-header .container {
      flex-wrap: wrap;
      height: auto;
      min-height: var(--header-height);
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .site-nav {
      display: none;
      flex-direction: column;
      width: 100%;
      gap: 0;
      padding-top: 0.75rem;
      border-top: 1px solid var(--color-stone-300);
      margin-top: 0.75rem;
    }
    .site-nav.nav-open {
      display: flex;
    }
    .site-nav a {
      padding: 0.75rem 0;
      text-align: center;
      border-bottom: 1px solid var(--color-stone-100);
      width: 100%;
    }
    .site-nav .header-search {
      margin-top: 0.5rem;
      width: 100%;
    }
    .site-nav .header-search input {
      width: 100%;
      flex: 1;
    }
  }
  .hero {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1024px) {
    .hero {
      background-attachment: scroll;
    }
  }
  .hero-content {
    color: #fff;
    padding: 3rem;
    text-align: center;
    max-width: 600px;
    margin: 0 40px;
  }
  .hero-logo {
    display: block;
    max-height: 200px;
    width: auto;
    margin-inline: auto;
    filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.6));
    margin-bottom: 0;
  }
  .hero h1 {
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 0 30px rgba(0,0,0,0.4);
  }
  .hero h1 .site-name {
    display: block;
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 3.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.7), 0 0 40px rgba(0,0,0,0.5);
  }
  .hero p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  }
  .hero .search-form {
    display: flex;
    width: 300px;
    max-width: 100%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }
  .hero .search-input {
    flex: 1;
    border: none;
    padding: 14px 8px 14px 20px;
    font-size: 16px;
    outline: none;
    background: transparent;
    border-radius: 50px 0 0 50px;
    color: var(--color-stone-900);
  }
  .hero .search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2378716C'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center/contain no-repeat;
    cursor: pointer;
  }
  .hero .search-button {
    background: transparent;
    border: none;
    padding: 14px 16px 14px 8px;
    cursor: pointer;
    color: var(--color-stone-400);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero .search-button:hover {
    color: var(--color-stone-900);
  }
  .hero .search-button .material-symbols-outlined {
    font-size: 24px;
  }
  .section {
    padding: 3rem 0;
  }
  .section-title {
    text-align: center;
    font-family: var(--font-display);
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  .section-intro {
    text-align: center;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto 1rem;
    color: var(--color-stone-900);
  }
  .section-intro strong {
    font-weight: 600;
  }
  .intro-section {
    padding-bottom: 1rem;
  }
  .repo-section {
    padding: 3rem 15px;
  }
  .repo-section .section-title {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
  }
  .repo-grid {
    column-count: 3;
    column-gap: 15px;
    padding: 0;
  }
  .repo-item {
    position: relative;
    margin-bottom: 15px;
    break-inside: avoid;
  }
  @media (max-width: 1024px) {
    .repo-grid {
      column-count: 2;
    }
  }
  @media (max-width: 768px) {
    .repo-grid {
      column-count: 1;
    }
  }
  .repo-link {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .repo-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .repo-link:hover .repo-image {
    transform: scale(1.05);
  }
  .repo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    transition: opacity 0.2s ease-in-out;
  }
  .repo-caption-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  }
  .repo-caption-category {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  }
  .repo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(139, 41, 66, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }
  .repo-link:hover .repo-caption {
    opacity: 0;
  }
  .repo-link:hover .repo-overlay {
    opacity: 1;
    visibility: visible;
  }
  .repo-link:hover {
    text-decoration: none;
  }
  .repo-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 20px;
  }
  .repo-title {
    color: #fff;
    font-family: var(--font-sans);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
  }
  .repo-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    margin-top: 8px;
  }
  .site-footer {
    background-color: var(--color-burgundy-dark);
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
  }
  .site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-left {
    font-size: 14px;
    line-height: 1.6;
    max-width: 400px;
  }
  .footer-left a {
    color: #fff;
    font-weight: 600;
  }
  .footer-left a:hover {
    color: var(--color-periwinkle);
    text-decoration: underline;
  }
  .footer-copyright {
    margin-top: 1rem;
    font-size: 13px;
    opacity: 0.8;
  }
  .footer-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: flex-end;
  }
  .footer-seal {
    max-width: 120px;
    height: auto;
    opacity: 0.6;
    filter: invert(1);
  }
  @media (max-width: 768px) {
    .site-footer .container {
      flex-direction: column;
      text-align: center;
      gap: 2rem;
    }
    .footer-right {
      justify-content: center;
    }
  }
  .btn {
    display: inline-block;
    padding: 10px 20px;
    font-family: var(--font-sans);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .btn-primary {
    background-color: var(--color-burgundy-deep);
    color: #fff;
    border: none;
  }
  .btn-primary:hover {
    background-color: var(--color-burgundy);
    color: #fff;
    text-decoration: none;
  }
  .btn-outline {
    background: transparent;
    border: 2px solid var(--color-burgundy);
    color: var(--color-burgundy);
  }
  .btn-outline:hover {
    background: var(--color-burgundy);
    color: #fff;
    text-decoration: none;
  }
  .btn-pill {
    border-radius: 50px;
    padding: 12px 28px;
  }
  .btn-secondary {
    background-color: var(--color-stone-100);
    color: var(--color-stone-900);
  }
  .btn-secondary:hover {
    background: var(--color-stone-300);
    text-decoration: none;
  }
  .breadcrumb {
    font-size: 14px;
    color: var(--color-stone-400);
    padding: 1rem 0;
    background-color: var(--color-stone-100);
  }
  .breadcrumb .container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .breadcrumb a {
    color: var(--color-stone-400);
  }
  .breadcrumb a:hover {
    color: var(--color-burgundy-light);
    text-decoration: underline;
  }
  .breadcrumb-separator {
    margin: 0 4px;
  }
  .card {
    background-color: var(--color-bg);
    border: 0;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
    transition: box-shadow 0.2s ease;
  }
  .card:hover {
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.2);
  }
  .detail-header {
    padding: 2rem 0;
    background-color: var(--color-stone-100);
  }
  .detail-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .detail-meta {
    color: var(--color-stone-400);
    font-size: 14px;
  }
  .detail-content {
    padding: 2rem 0;
  }
  .detail-section {
    margin-bottom: 2rem;
  }
  .detail-section h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-stone-400);
    border-bottom: 1px solid var(--color-stone-300);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .detail-field {
    margin-bottom: 1rem;
  }
  .detail-label {
    font-weight: 600;
    color: var(--color-stone-900);
    display: block;
    margin-bottom: 4px;
  }
  .detail-value {
    color: var(--color-stone-500);
  }
  ul.detail-list {
    margin: 0;
    padding-left: 1.2em;
  }
  .repo-header {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
  }
  .repo-header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    display: flex;
    align-items: flex-end;
  }
  .repo-header-overlay .container {
    padding-bottom: 2rem;
  }
  .repo-header-title {
    color: #fff;
    font-size: 2.5rem;
    margin: 0 0 0.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  }
  .repo-header-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 0 1rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  }
  .repo-header-stats {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  }
  .description-list {
    border: 1px solid var(--color-stone-300);
    border-radius: 4px;
    overflow: hidden;
  }
  .description-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--color-stone-100);
    color: var(--color-stone-900);
    transition: background-color 0.15s ease;
  }
  .description-item:last-child {
    border-bottom: none;
  }
  .description-item:hover {
    background-color: var(--color-stone-100);
    text-decoration: none;
  }
  .description-item-content {
    flex: 1;
  }
  .description-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--color-stone-900);
  }
  .description-item-meta {
    font-size: 0.875rem;
    color: var(--color-stone-400);
    display: flex;
    gap: 1rem;
  }
  .description-item-arrow {
    font-size: 1.5rem;
    color: var(--color-stone-400);
    margin-left: 1rem;
  }
  .placeholder-img {
    background-color: var(--color-bg);
    border: 2px solid var(--color-stone-200);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .placeholder-img img {
    width: 65%;
    height: auto;
    opacity: 0.3;
  }
  .text-muted {
    color: var(--color-stone-400);
  }
  .bg-gray {
    background-color: var(--color-stone-100);
  }
  .mb-md {
    margin-bottom: 1rem;
  }
  .mb-lg {
    margin-bottom: 1.5rem;
  }
  .error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .error-page .container {
    max-width: 600px;
    margin: 0 auto;
  }
  .error-page .section-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .error-message {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    color: var(--color-stone-500);
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .error-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-page {
    min-height: 60vh;
    display: flex;
  }
  .about-page .container {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-page .section-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .search-header {
    background-color: var(--color-stone-100);
    padding: 1.5rem 0;
  }
  .search-form-large {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--color-stone-300);
    border-radius: 50px;
    overflow: hidden;
  }
  .search-form-large input {
    flex: 1;
    border: none;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    outline: none;
    border-radius: 50px 0 0 50px;
  }
  .search-form-large button {
    background: transparent;
    border: none;
    border-left: 1px solid var(--color-stone-300);
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
  }
  .search-empty-query {
    padding: 3rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .search-landing-logo {
    width: 120px;
    height: auto;
    margin-bottom: 1.5rem;
    opacity: 0.35;
    filter: grayscale(100%);
  }
  .search-landing-hints {
    max-width: 420px;
    color: var(--color-stone-400);
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .search-landing-hints p {
    margin: 0 0 0.75rem;
  }
  .search-landing-hints em {
    font-style: normal;
    font-weight: 700;
    color: var(--color-stone-600);
  }
  .results-info {
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-stone-300);
    margin-bottom: 1.5rem;
  }
  .result-item {
    padding: 1rem;
    border-bottom: 1px solid var(--color-stone-100);
  }
  .result-item:hover {
    background-color: var(--color-stone-100);
  }
  .result-title {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  .result-title a {
    color: var(--color-stone-900);
  }
  .result-title a:hover {
    color: var(--color-burgundy-light);
  }
  .result-meta {
    font-size: 13px;
    color: var(--color-stone-400);
  }
  .result-snippet {
    font-size: 14px;
    color: var(--color-stone-500);
    margin-top: 8px;
  }
  .result-snippet em, .result-snippet mark, .result-title mark {
    background: #fff3cd;
    font-style: normal;
    padding: 0 2px;
  }
  .search-layout {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
  }
  .search-results {
    flex: 1;
    min-width: 0;
  }
  .search-sidebar {
    width: 260px;
    flex-shrink: 0;
  }
  .search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .search-results-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: none;
    margin-bottom: 1rem;
  }
  .results-count {
    font-size: 0.9rem;
    color: var(--color-stone-400);
  }
  .sort-wrap {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: var(--color-stone-400);
  }
  .sort-label {
    margin-right: 0.25rem;
  }
  .sort-btn {
    background: none;
    border: none;
    padding: 2px 4px;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    color: var(--color-stone-400);
    cursor: pointer;
  }
  .sort-btn:hover {
    color: var(--color-stone-900);
  }
  .sort-btn.active {
    color: var(--color-stone-900);
    font-weight: 600;
  }
  .sort-arrow {
    font-size: 0.75rem;
    margin-left: 1px;
  }
  .sort-divider {
    color: var(--color-stone-300);
    margin: 0 2px;
  }
  .result-path {
    font-size: 13px;
    color: var(--color-stone-400);
    margin-top: 4px;
  }
  .result-repo {
    font-size: 13px;
    color: var(--color-stone-400);
  }
  .refine-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-stone-300);
    border-radius: 50px;
    overflow: visible;
    background-color: var(--color-stone-50);
    margin-bottom: 1rem;
    position: relative;
  }
  .refine-search input {
    flex: 1;
    border: none;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    background: transparent;
    outline: none;
    min-width: 0;
  }
  .refine-add-btn {
    background: transparent;
    border: none;
    padding: 0.5rem 0.875rem;
    cursor: pointer;
    color: var(--color-stone-400);
    font-size: 1.1rem;
    line-height: 1;
  }
  .refine-add-btn:hover {
    color: var(--color-stone-900);
  }
  .refine-search:focus-within {
    border-color: var(--color-burgundy-light);
    background: #fff;
  }
  .refine-op {
    position: relative;
    flex-shrink: 0;
  }
  .refine-op-btn {
    background: transparent;
    border: none;
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    font-size: 0.8rem;
    font-family: var(--font-sans);
    color: var(--color-stone-900);
    font-weight: 600;
    white-space: nowrap;
  }
  .refine-op-caret {
    font-size: 0.65rem;
    margin-left: 2px;
    color: var(--color-stone-400);
  }
  .refine-op-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0.5rem;
    background: #fff;
    border: 1px solid var(--color-stone-300);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 10;
    min-width: 60px;
    overflow: hidden;
  }
  .refine-op-option {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    font-family: var(--font-sans);
    cursor: pointer;
    text-align: left;
  }
  .refine-op-option:hover {
    background-color: var(--color-stone-100);
  }
  .refine-divider {
    width: 1px;
    height: 1.2rem;
    background: var(--color-stone-300);
    flex-shrink: 0;
  }
  .search-sidebar-heading {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--color-stone-900);
    margin-bottom: 1rem;
  }
  .facet-group {
    margin-bottom: 1rem;
  }
  .facet-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 0.5rem 0;
    cursor: pointer;
    font-family: var(--font-sans);
    text-align: left;
  }
  .facet-group-title {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-stone-600);
  }
  .facet-group-indicator {
    color: var(--color-stone-400);
    font-size: 1.1rem;
    font-weight: 400;
  }
  .facet-group-content {
    padding-top: 0.5rem;
  }
  .facet-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 3px 0;
    font-size: 0.9rem;
    color: var(--color-stone-600);
    cursor: pointer;
  }
  .facet-option:hover {
    color: var(--color-stone-900);
  }
  .facet-option input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-burgundy-deep);
    flex-shrink: 0;
  }
  .facet-label-text {
    flex: 1;
    min-width: 0;
  }
  .facet-count {
    color: var(--color-stone-400);
    white-space: nowrap;
  }
  .date-tree {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .date-tree li {
    margin: 0;
  }
  .date-tree-row {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 0;
    font-size: 0.92rem;
    color: var(--color-stone-800);
  }
  .date-tree-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-stone-500);
    font-size: 0.75rem;
    flex-shrink: 0;
  }
  .date-tree-toggle:hover {
    color: var(--color-stone-800);
  }
  .date-tree-spacer {
    width: 18px;
    flex-shrink: 0;
  }
  .date-tree-checkbox {
    margin: 0;
    flex-shrink: 0;
    accent-color: var(--color-burgundy-deep);
  }
  .date-tree-label {
    flex: 1;
  }
  .date-tree-count {
    color: var(--color-stone-500);
    font-size: 0.85rem;
  }
  .date-tree-children {
    list-style: none;
    padding-left: 22px;
    margin: 0;
  }
  .date-tree-children.collapsed {
    display: none;
  }
  .date-tree-children .date-tree-row {
    font-size: 0.88rem;
  }
  .date-tree-children .date-tree-children .date-tree-row {
    font-size: 0.85rem;
    color: var(--color-stone-600);
  }
  .active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: var(--color-burgundy);
    color: #fff;
    border-radius: 50px;
    font-size: 0.75rem;
  }
  .filter-pill-remove {
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
  }
  .filter-pill-remove:hover {
    opacity: 1;
  }
  .clear-filters-btn {
    background-color: var(--color-stone-200);
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-family: var(--font-sans);
    color: var(--color-stone-800);
    cursor: pointer;
  }
  .clear-filters-btn:hover {
    background: var(--color-stone-300);
  }
  .search-pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 2rem 0;
  }
  .pagination-link {
    padding: 8px 12px;
    border: 1px solid var(--color-stone-300);
    border-radius: 50px;
    font-size: 14px;
    color: var(--color-stone-900);
    text-decoration: none;
    cursor: pointer;
  }
  .pagination-link:hover {
    background: var(--color-periwinkle);
    text-decoration: none;
  }
  .pagination-link.active {
    background: var(--color-periwinkle);
    color: var(--color-stone-900);
    border-color: var(--color-periwinkle);
  }
  .pagination-link.disabled {
    color: var(--color-stone-400);
    cursor: default;
  }
  .pagination-link.disabled:hover {
    background: transparent;
  }
  .pagination-ellipsis {
    padding: 8px 4px;
    color: var(--color-stone-400);
  }
  .search-loading {
    text-align: center;
    padding: 3rem 0;
    color: var(--color-stone-400);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
  }
  .search-results.results-loading {
    position: relative;
    pointer-events: none;
  }
  .search-results.results-loading > *:not(.search-loading-overlay) {
    opacity: 0.3;
    transition: opacity 0.15s ease;
  }
  .search-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
  }
  .search-spinner {
    width: 84px;
    height: 84px;
    border: 5px solid #e0dcd4;
    border-top-color: var(--color-burgundy-deep);
    border-radius: 50%;
    animation: spinner-rotate 0.7s linear infinite;
  }
  @keyframes spinner-rotate {
    to {
      transform: rotate(360deg);
    }
  }
  .search-browse-prompt {
    padding: 3rem 0 2rem;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }
  .browse-prompt-count {
    font-size: 1.1rem;
    color: var(--color-stone-900);
    margin: 0 0 0.25rem;
  }
  .browse-prompt-count strong {
    font-weight: 700;
  }
  .browse-prompt-hint {
    font-size: 0.85rem;
    color: var(--color-stone-400);
    line-height: 1.6;
    margin: 0;
  }
  .browse-prompt-btn {
    background-color: var(--color-stone-200);
    border: none;
    border-radius: 50px;
    padding: 0.45rem 1.25rem;
    font-size: 0.8rem;
    font-family: var(--font-sans);
    color: var(--color-stone-800);
    cursor: pointer;
    margin-top: 0.75rem;
  }
  .browse-prompt-btn:hover {
    background: var(--color-stone-300);
  }
  .browse-prompt-warning {
    font-size: 0.75rem;
    color: var(--color-stone-400);
    margin-top: 6px;
  }
  .search-prompt {
    padding: 3rem 0;
    color: var(--color-stone-400);
    font-size: 0.95rem;
  }
  .search-no-results {
    text-align: center;
    padding: 3rem 0;
    color: var(--color-stone-400);
  }
  .search-no-results p {
    margin: 0 0 0.5rem;
  }
  .no-results-suggestion {
    font-size: 0.9rem;
  }
  .search-error {
    text-align: center;
    padding: 3rem 0;
    color: var(--color-stone-400);
  }
  .search-error p {
    margin: 0 0 0.5rem;
  }
  .mobile-filter-toggle {
    display: none;
    border-radius: 50px;
    background-color: var(--color-stone-200);
    border: none;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: var(--font-sans);
    color: var(--color-stone-800);
    cursor: pointer;
    margin-bottom: 1rem;
  }
  .toggle-chevron {
    font-size: 0.7rem;
    margin-left: 0.25rem;
    display: inline-block;
    transition: transform 0.2s ease;
  }
  .toggle-open .toggle-chevron {
    transform: rotate(180deg);
  }
  .filter-panel-header, .filter-panel-bottom-close {
    display: none;
  }
  @media (max-width: 768px) {
    .search-layout {
      flex-direction: column;
    }
    .search-sidebar {
      width: 100%;
      display: none;
      order: -1;
    }
    .search-sidebar.sidebar-open {
      display: block;
      background-color: var(--color-stone-200);
      border-radius: 24px;
      padding: 0 1.25rem 1.25rem;
    }
    .search-sidebar.sidebar-open .search-sidebar-heading {
      display: none;
    }
    .search-sidebar.sidebar-open .filter-panel-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 0 0.75rem;
    }
    .filter-panel-title {
      font-family: var(--font-serif);
      font-size: 1.5rem;
      font-weight: 400;
      color: var(--color-stone-900);
    }
    .filter-panel-close {
      background: none;
      border: none;
      cursor: pointer;
      padding: 0.25rem;
      color: var(--color-stone-900);
      line-height: 1;
    }
    .filter-panel-close .material-symbols-outlined {
      font-size: 24px;
    }
    .search-sidebar.sidebar-open .filter-panel-bottom-close {
      display: flex;
      justify-content: center;
      padding: 0.75rem 0 0.25rem;
    }
    .filter-panel-bottom-close button {
      background: none;
      border: none;
      cursor: pointer;
      color: var(--color-stone-400);
      font-family: var(--font-sans);
      font-size: 0.85rem;
      display: flex;
      align-items: center;
      gap: 0.25rem;
    }
    .filter-panel-bottom-close .material-symbols-outlined {
      font-size: 18px;
    }
    .mobile-filter-toggle.toggle-open {
      display: none;
    }
    .mobile-filter-toggle {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 1rem;
      padding: 0.875rem 1rem;
    }
    .refine-search {
      min-height: 48px;
    }
    .refine-search input {
      font-size: 1rem;
      padding: 0.75rem 1rem;
    }
    .refine-op-btn {
      font-size: 0.95rem;
      padding: 0.75rem 0.75rem;
      min-width: 44px;
      min-height: 44px;
    }
    .refine-add-btn {
      font-size: 1.4rem;
      padding: 0.75rem 1rem;
      min-width: 44px;
      min-height: 44px;
    }
    .refine-divider {
      height: 1.6rem;
    }
    .search-results-info {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }
  }
  .miller-columns {
    border: 1px solid var(--color-stone-300);
    background: #fff;
    margin: 1.5rem 0;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
  }
  .miller-columns-wrapper {
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .miller-column {
    flex: 0 0 280px;
    min-width: 280px;
    max-width: 350px;
    border-right: 1px solid var(--color-stone-300);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 600px;
  }
  .miller-column:last-child {
    border-right: none;
  }
  .miller-column-header {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--color-stone-100);
    color: var(--color-stone-900);
    border-bottom: 1px solid var(--color-stone-300);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
  .miller-column-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
  }
  .miller-item {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid var(--color-stone-100);
    transition: background-color 0.15s ease;
  }
  .miller-item-main {
    display: flex;
    align-items: center;
  }
  .miller-item:hover {
    background: var(--color-periwinkle);
  }
  .miller-item.selected {
    background-color: var(--color-burgundy-deep);
    color: var(--color-white);
  }
  .miller-item.selected-ancestor {
    background: rgba(107,31,51,0.5);
    color: var(--color-white);
  }
  .miller-item.selected .miller-item-count {
    color: rgba(255,255,255,0.8);
  }
  .miller-item.selected .miller-item-arrow {
    color: #fff;
  }
  .miller-item.loading {
    opacity: 0.7;
  }
  .miller-item-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .miller-item-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
  }
  .miller-item-subtitle {
    font-size: 11px;
    color: var(--color-stone-400);
    font-family: monospace;
    margin-top: 2px;
  }
  .miller-item.selected .miller-item-subtitle {
    color: rgba(255,255,255,0.7);
  }
  .miller-item-count {
    font-size: 12px;
    color: var(--color-stone-400);
  }
  .miller-item-arrow {
    flex-shrink: 0;
    font-size: 18px;
    color: var(--color-stone-300);
    margin-left: 10px;
  }
  .miller-item-metadata {
    display: none;
    padding: 0 0 5px;
    margin-top: 0;
    font-size: 13px;
  }
  .miller-item.selected .miller-item-metadata.expanded {
    display: block;
  }
  .miller-item-metadata p {
    margin: 0 0 6px;
    line-height: 1.4;
  }
  .miller-item-metadata .metadata-refcode {
    color: var(--color-stone-400);
    font-size: 11px;
    font-family: monospace;
    margin-bottom: 0;
  }
  .miller-item-metadata .metadata-divider {
    border: none;
    border-top: 1px solid var(--color-stone-300);
    margin: 6px 0;
  }
  .miller-item.selected .miller-item-metadata .metadata-divider {
    border-top-color: rgba(255,255,255,0.3);
  }
  .miller-item-metadata .metadata-count {
    color: var(--color-stone-400);
    font-size: 12px;
  }
  .miller-item-metadata .metadata-date {
    color: var(--color-stone-400);
    font-size: 12px;
    font-style: italic;
  }
  .miller-item-metadata .metadata-scope {
    color: var(--color-stone-500);
  }
  .miller-item-metadata .metadata-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--color-burgundy-deep);
  }
  .miller-item-metadata .metadata-link:hover {
    color: var(--color-burgundy-light);
  }
  .miller-item.selected .miller-item-metadata .metadata-scope, .miller-item.selected .miller-item-metadata .metadata-count, .miller-item.selected .miller-item-metadata .metadata-refcode, .miller-item.selected .miller-item-metadata .metadata-date {
    color: rgba(255,255,255,0.85);
  }
  .miller-item.selected .miller-item-metadata .metadata-link {
    color: #fff;
  }
  @media (max-width: 768px) {
    .miller-column {
      flex: 0 0 220px;
      min-width: 220px;
    }
  }
  .tree-header {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
  .search-collection-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--color-stone-200);
    color: var(--color-stone-800);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    text-decoration: none;
  }
  .search-collection-link:hover {
    background: var(--color-stone-300);
    color: var(--color-stone-800);
    text-decoration: none;
  }
  .search-collection-link .material-symbols-outlined {
    font-size: 18px;
  }
  .miller-column-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .column-filter {
    display: none;
    width: 100%;
    margin-top: 6px;
    padding: 4px 8px;
    border: 1px solid var(--color-stone-300);
    border-radius: 3px;
    font-size: 12px;
    outline: none;
  }
  .column-filter:focus {
    border-color: var(--color-burgundy-light);
  }
  .miller-column:last-child .column-filter {
    display: block;
  }
  .desc-layout {
    display: flex;
    gap: 2rem;
  }
  .desc-metadata {
    flex: 1;
    min-width: 0;
    max-width: 728px;
  }
  .desc-aside {
    width: 440px;
    flex-shrink: 0;
  }
  @media (max-width: 768px) {
    .desc-layout {
      flex-direction: column;
    }
    .desc-metadata {
      max-width: none;
    }
    .desc-aside {
      width: 100%;
    }
  }
  .level-badge {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: var(--color-periwinkle);
    border: 1px solid #b8c4f0;
    border-radius: 3px;
    padding: 2px 8px;
    color: var(--color-stone-900);
    white-space: nowrap;
  }
  .desc-notice {
    background-color: var(--color-stone-50);
    border: 1px solid var(--color-stone-300);
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
  }
  .desc-notice-icon {
    font-size: 48px;
    color: var(--color-stone-400);
    display: block;
    margin-bottom: 1rem;
  }
  .desc-notice-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-stone-900);
    margin-bottom: 0.5rem;
  }
  .desc-notice-text {
    font-size: 14px;
    color: var(--color-stone-500);
    line-height: 1.6;
    margin: 0 0 1rem;
  }
  .desc-notice-repo {
    font-size: 13px;
    color: var(--color-stone-400);
    margin: 0;
  }
  .repro-subsection {
    margin-bottom: 10px;
  }
  .repro-subsection:last-child {
    margin-bottom: 0;
  }
  .repro-subheading {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .reuse-blurb {
    font-size: 14px;
    color: var(--color-stone-500);
    line-height: 1.6;
    margin: 0 0 1rem;
  }
  .reuse-blurb a {
    color: var(--color-stone-900);
    text-decoration: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
  }
  .reuse-blurb a:hover {
    color: var(--color-burgundy-light);
  }
  .reuse-manifest-label {
    display: block;
    font-size: 14px;
    color: var(--color-stone-900);
    margin-bottom: 8px;
  }
  .reuse-manifest-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .reuse-manifest-url {
    flex: 1;
    font-size: 13px;
    background-color: var(--color-stone-100);
    color: var(--color-stone-500);
    padding: 8px 12px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: monospace;
  }
  .reuse-copy-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border: 1px solid var(--color-stone-300);
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--color-stone-500);
    transition: background-color 0.15s ease;
  }
  .reuse-copy-btn:hover {
    background-color: var(--color-stone-100);
  }
  .reuse-copy-btn .material-symbols-outlined {
    font-size: 16px;
  }
  .detail-field a {
    color: var(--color-stone-900);
    text-decoration: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
  }
  .detail-field a:hover {
    color: var(--color-burgundy-light);
  }
  .desc-viewer {
    height: 540px;
    border-radius: 4px;
    overflow: hidden;
  }
  .desc-viewer .tify-header {
    background: #fff !important;
    border-bottom: 1px solid var(--color-stone-300) !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem !important;
  }
  .desc-viewer .tify-header-column:first-child {
    min-width: auto;
    overflow: visible;
    flex-shrink: 0;
  }
  .desc-viewer .tify-header-title {
    display: none !important;
  }
  .desc-viewer .tify-header-button[title="Toggle double-page"] {
    display: none !important;
  }
  .desc-viewer .tify-header-button-group.-toggle {
    display: none !important;
  }
  .desc-viewer .tify-header-popup {
    display: none !important;
  }
  .desc-viewer .tify-header-button-group.-pagination {
    display: flex !important;
    gap: 0.25rem !important;
  }
  .desc-viewer .tify-header-button-group.-page-select {
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
  }
  .desc-viewer .tify-page-select-button {
    border-radius: 50px !important;
    border: 1px solid var(--color-stone-300) !important;
    background: var(--color-stone-50) !important;
    color: var(--color-stone-500) !important;
    font-family: var(--font-sans) !important;
    font-size: 0.8rem !important;
    height: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
    padding: 0 1.8rem 0 0.6rem !important;
    position: relative !important;
    cursor: pointer !important;
  }
  .desc-viewer .tify-page-select-button::after {
    content: "\25BE";
    position: absolute;
    right: 0.5rem;
    font-size: 0.7rem;
  }
  .desc-viewer .tify-header-button-group.-pagination .tify-header-button {
    border-radius: 50px !important;
    border: 1px solid var(--color-stone-300) !important;
    background: var(--color-stone-50) !important;
    height: 36px !important;
    min-height: 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .desc-viewer .tify-header-button-group.-pagination .tify-header-button:hover {
    background: #fff !important;
    border-color: var(--color-stone-400) !important;
  }
  .desc-viewer .tify-header-button-group.-pagination .tify-header-button svg {
    width: 20px !important;
    height: 20px !important;
  }
  .desc-viewer .tify-scan {
    background: #000 !important;
  }
  .desc-viewer .openseadragon-container {
    background: #000 !important;
  }
  .viewer-pill {
    border-radius: 50px;
    border: 1px solid var(--color-stone-300);
    background-color: var(--color-stone-50);
    color: var(--color-stone-500);
    font-family: var(--font-sans);
    font-size: 0.8rem;
    height: 36px;
    min-height: 36px;
    line-height: 36px;
    padding: 0 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
  }
  .viewer-pill:hover {
    background: #fff;
    border-color: var(--color-stone-400);
  }
  .viewer-pill .material-symbols-outlined {
    font-size: 18px;
    line-height: 1;
  }
  .viewer-left-btns .viewer-pill-expand {
    display: inline-flex;
  }
  .viewer-left-btns .viewer-pill-contraer {
    display: none;
  }
  .viewer-left-btns .viewer-pill-fullscreen {
    display: none;
  }
  .viewer-right-btns {
    display: none;
  }
  .desc-layout.viewer-expanded {
    flex-direction: column !important;
  }
  .desc-layout.viewer-expanded .desc-aside {
    width: 100% !important;
    order: -1;
  }
  .desc-layout.viewer-expanded .desc-viewer {
    height: 75vh;
  }
  .desc-layout.viewer-expanded .viewer-left-btns .viewer-pill-expand {
    display: none;
  }
  .desc-layout.viewer-expanded .viewer-left-btns .viewer-pill-contraer {
    display: inline-flex;
  }
  .desc-layout.viewer-expanded .viewer-left-btns .viewer-pill-fullscreen {
    display: inline-flex;
  }
  .desc-layout.viewer-expanded .viewer-right-btns {
    display: flex;
  }
  @media (max-width: 768px) {
    .viewer-left-btns .viewer-pill-expand {
      display: none;
    }
    .viewer-left-btns .viewer-pill-fullscreen {
      display: inline-flex;
    }
  }
  .desc-viewer:fullscreen .viewer-pill-contraer {
    display: none !important;
  }
  .desc-viewer:-webkit-full-screen .viewer-pill-contraer {
    display: none !important;
  }
  .children-tree-item {
    padding: 0;
  }
  .children-tree-bordered {
    border-bottom: 1px solid var(--color-stone-100);
  }
  .children-tree-row {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 0;
    gap: 0.5rem;
  }
  .children-tree-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-stone-400);
  }
  .children-tree-chevron {
    font-size: 24px;
    transition: transform 0.15s ease;
  }
  .children-tree-toggle[aria-expanded="true"] .children-tree-chevron {
    transform: rotate(90deg);
  }
  .children-tree-spacer {
    width: 24px;
    flex-shrink: 0;
  }
  .children-tree-content {
    flex: 1;
    min-width: 0;
  }
  .children-tree-title-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .children-tree-title {
    font-size: 0.95rem;
    color: var(--color-stone-900);
  }
  .children-tree-title:hover {
    color: var(--color-burgundy-light);
  }
  .children-tree-title-nested {
    font-size: 0.9rem;
  }
  .children-tree-meta {
    font-size: 13px;
    color: var(--color-stone-400);
    margin-top: 2px;
  }
  .children-tree-refcode {
    font-family: monospace;
    font-size: 12px;
    color: var(--color-stone-400);
    margin-top: 2px;
  }
  .children-tree-nested {
    display: none;
    padding-left: 2rem;
    border-left: 2px solid var(--color-stone-100);
    margin-left: 11px;
  }
  .children-tree-item.expanded > .children-tree-nested {
    display: block;
  }
  .children-tree-nested-item {
    padding: 0.5rem 0;
  }
  .children-tree-nested-bordered {
    border-bottom: 1px solid var(--color-stone-100);
  }
  .children-tree-more {
    padding: 0.75rem 0;
    padding-left: 2rem;
    border-left: 2px solid var(--color-stone-100);
    margin-left: 11px;
  }
  .children-tree-more-nested {
    padding: 0.75rem 0;
  }
  .children-tree-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-burgundy-deep);
  }
  .children-tree-more-link:hover {
    color: var(--color-burgundy-light);
  }
  .children-tree-more-link .material-symbols-outlined {
    font-size: 18px;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
    }
  }
}
