
    :root {
      color-scheme: normal;
      --escr-bg: #0d0e0b;
      --surface: #151711;
      --surface-2: #1c1f17;
      --escr-line: #333826;
      --text: #f4efe3;
      --escr-muted: #b9af9a;
      --soft: #8a806c;
      --gold: #d6a24b;
      --moss: #7fa36a;
      --rust: #b86643;
      --paper: #efe2c8;
	  --escr-height: 200px;
	  --escr-height2: 190px;
    }


    * {
      box-sizing: border-box;
    }

    html {
      background: var(--bg);
    }

/*
    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      background:
        linear-gradient(180deg, rgba(214, 162, 75, 0.08), transparent 280px),
        radial-gradient(circle at top left, rgba(127, 163, 106, 0.12), transparent 360px),
        var(--bg);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.5;
    }
*/

    main {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
      padding: 64px 0 72px;
    }

    .intro {
      width: 100%;
      margin: 0 auto 40px;
      text-align: center;
    }

    h1 {
      margin: 0;
      color: var(--paper);
      font-size: clamp(2.15rem, 5vw, 4.8rem);
      font-weight: 760;
      letter-spacing: 0;
      line-height: 1.04;
    }

    .description {
      width: min(760px, 100%);
      margin: 18px auto 0;
      color: var(--escr-muted);
      font-size: 1.05rem;
    }

    .demo-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      align-items: start;
    }

    .demo-panel {
      overflow: hidden;
      border: 1px solid var(--escr-line);
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent), var(--surface);
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    }

    .demo-panel.wide {
      grid-column: 1 / -1;
    }

    .panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 20px;
      border-bottom: 1px solid var(--escr-line);
    }

    h2 {
      margin: 0;
      color: var(--paper);
      font-size: 1rem;
      font-weight: 720;
      letter-spacing: 0;
    }

    .tag {
      flex: 0 0 auto;
      border: 1px solid rgba(214, 162, 75, 0.45);
      border-radius: 999px;
      padding: 5px 10px;
      color: var(--gold);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .stage {
      padding: 20px;
    }

    .easy-scroll-container {
      position: relative;
      overflow: hidden;
      width: 100%;
/*
mod	  
      border: 1px solid rgba(255, 255, 255, 0.08);
*/	  
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 8px;
/*
mod	  
      background:
        linear-gradient(135deg, rgba(214, 162, 75, 0.08), transparent 38%),
        linear-gradient(180deg, var(--surface-2), #10120e);
*/		
    }

    .easy-scroll-clip {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }

    .showcase-horizontal::before,
    .showcase-horizontal::after,
    .manual-end::before,
    .manual-end::after,
    .showcase-vertical::before,
    .showcase-vertical::after {
      content: "";
      position: absolute;
      z-index: 2;
      pointer-events: none;
    }

    .showcase-horizontal::before,
    .manual-end::before {
      top: 0;
      bottom: 0;
      left: 0;
/*
mod	  
      background: linear-gradient(90deg, #12140f 0%, #12140f 66%, transparent 100%);
*/	  
      background: linear-gradient(90deg, #c6ceb9 0%, #c1cab400 66%, #ffffff00 100%)
    }

    .showcase-horizontal::after,
    .manual-end::after {
      top: 0;
      bottom: 0;
      right: 0;
/*
mod	  
      background: linear-gradient(270deg, #12140f 0%, #12140f 66%, transparent 100%);
*/	  
      background: linear-gradient(270deg, #c6ceb9 0%, #c1cab400 66%, #ffffff00 100%)
    }

    .showcase-horizontal::before,
    .manual-end::before {
/*
mod	  
      background: linear-gradient(90deg, #12140f 0%, #12140f 66%, transparent 100%);
*/	  
      background: linear-gradient(90deg, #c6ceb9 0%, #c1cab400 66%, #ffffff00 100%)

    }

    .showcase-horizontal::after,
    .manual-end::after {
/*
mod	  
      background: linear-gradient(270deg, #12140f 0%, #12140f 66%, transparent 100%);
*/	  
      background: linear-gradient(270deg, #c6ceb9 0%, #c1cab400 66%, #ffffff00 100%)
    }

    .showcase-horizontal::before,
    .manual-end::before,
    .showcase-horizontal::after,
    .manual-end::after {
/*
mod		
      width: 150px;
*/	  
      width: 190px;
    }

    .manual-end::before,
    .manual-end::after {
/*
mod		
      width: 92px;
*/	  
      width: 32px;
    }

    .showcase-vertical::before,
    .showcase-vertical::after {
      left: 0;
      right: 0;
      width: auto;
      height: 58px;
    }

    .showcase-vertical::before {
      top: 0;
      bottom: auto;
/*
mod	  
      background: linear-gradient(180deg, #12140f, transparent);
*/	  
      background: linear-gradient(180deg, #c6ceb9, transparent)
    }

    .showcase-vertical::after {
      top: auto;
      bottom: 0;
/*
mod	  
      background: linear-gradient(0deg, #12140f, transparent);
*/	  
      background: linear-gradient(0deg, #c6ceb9, transparent);
    }

    .easy-scroll-list {
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none;
/*	  
	  width: 2500px;
*/	  
    }

    .easy-scroll-list li {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .showcase-horizontal {
/*
mod		
      height: 184px;
*/	  
      height: (--escr-height);
    }

    .showcase-horizontal .easy-scroll-clip {
/*
mod		
      height: 184px;
*/	  
      height: (--escr-height);
    }

    .showcase-horizontal .easy-scroll-list li {
      float: left;
      width: 292px;
/*
mod		
      height: 184px;
*/	  
      height: (--escr-height);
      padding: 14px 18px;
    }

    .showcase-vertical {
      height: 420px;
    }

    .showcase-vertical .easy-scroll-clip {
      height: 420px;
    }

    .showcase-vertical .easy-scroll-list li {
      width: 100%;
/*
mod		
      height: 140px;
*/	  
      height: 180px;
      padding: 12px 70px 12px 14px;
    }

    .manual-end {
/*
mod		
      height: 174px;
*/	  
      height: (--escr-height2);
    }

    .manual-end .easy-scroll-clip {
/*
mod		
      height: 174px;
*/	  
      height: (--escr-height2);
    }

    .manual-end .easy-scroll-list li {
      float: left;
      width: 160px;
/*
mod		
      height: 174px;
*/	  
      height: (--escr-height2);
/*
mod	  
      padding: 14px 18px;
*/	  
      padding: 6px 8px;
    }

    .tile {
      display: flex;
      height: 100%;
      min-height: 0;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
/*
mod	  
      border: 1px solid rgba(255, 255, 255, 0.08);
*/	  
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 8px;
/*
mod	  
      padding: 15px;
*/	  
      padding: 5px;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
        #202419;
    }

    .tile.moss {
      background:
        linear-gradient(145deg, rgba(127, 163, 106, 0.24), transparent),
        #202419;
    }

    .tile.gold {
      background:
        linear-gradient(145deg, rgba(214, 162, 75, 0.24), transparent),
        #202419;
    }

    .tile.rust {
      background:
        linear-gradient(145deg, rgba(184, 102, 67, 0.24), transparent),
/*
mod
        #202419;
*/		
        #e02419;
    }

    .tile:hover,
    .tile:focus, 
    .tile.rust:hover,
    .tile.rust:focus {
      border-color: rgba(214, 162, 75, 0.72);
      background: rgba(31, 34, 24, 0.96) !important;
    }


    .showcase-horizontal .tile,
    .manual-end .tile {
      align-items: center;
      justify-content: center;
      padding-inline: 0px;
      text-align: center;
    }

    .showcase-horizontal .tile-copy,
    .manual-end .tile-copy {
      display: none;
    }

    .eyebrow {
      color: var(--soft);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .tile-title {
      margin-top: 8px;
      color: var(--text);
      font-size: 1rem;
      font-weight: 720;
      line-height: 1.22;
      overflow-wrap: anywhere;
    }

    .tile-copy {
      margin-top: 8px;
      color: var(--escr-muted);
      font-size: 0.86rem;
      line-height: 1.42;
      overflow-wrap: anywhere;
    }

    .metric {
      display: inline-flex;
      width: fit-content;
      max-width: 100%;
/*
mod	  
      margin-top: 12px;
*/	  
      margin-top: 0px;
      border: 1px solid rgba(239, 226, 200, 0.18);
      border-radius: 999px;
      padding: 5px 10px;
      color: var(--paper);
      font-size: 0.78rem;
      font-weight: 700;
      white-space: nowrap;
    }

    .easy-scroll-btn {
      position: absolute;
      z-index: 3;
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      border: 1px solid rgba(239, 226, 200, 0.18);
      border-radius: 999px;
      background: rgba(13, 14, 11, 0.82) !important;
      background-image: none !important;
      color: var(--paper);
      cursor: pointer;
      transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
      user-select: none;
    }

    .easy-scroll-btn:hover,
    .easy-scroll-btn:focus {
      border-color: rgba(214, 162, 75, 0.72);
      background: rgba(31, 34, 24, 0.96) !important;
    }

    .easy-scroll-btn.disabled {
      opacity: 0.38;
      cursor: default;
      transform: none;
    }

    .easy-scroll-btn-left {
      left: 12px;
      bottom: 12px;
    }

    .easy-scroll-btn-right {
      right: 12px;
      bottom: 12px;
    }

    .easy-scroll-btn-up {
      right: 12px;
      top: 12px;
    }

    .easy-scroll-btn-down {
      right: 12px;
      bottom: 12px;
    }

    .easy-scroll-btn-left::before {
      content: "<";
      font-size: 1.2rem;
      font-weight: 800;
    }

    .easy-scroll-btn-right::before {
      content: ">";
      font-size: 1.2rem;
      font-weight: 800;
    }

    .easy-scroll-btn-up::before {
      content: "^";
      font-size: 1.1rem;
      font-weight: 800;
    }

    .easy-scroll-btn-down::before {
      content: "v";
      font-size: 1.1rem;
      font-weight: 800;
    }

    .easy-scroll-btn-pause {
      right: 12px;
      bottom: 12px;
    }

    .easy-scroll-btn-pause::before {
      content: "||";
      font-size: 0.92rem;
      font-weight: 800;
      letter-spacing: 0.04em;
    }

    .easy-scroll-btn-pause.active::before {
      content: ">";
    }

    .manual-end .easy-scroll-btn-left,
    .manual-end .easy-scroll-btn-right {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
    }

    @media (max-width: 860px) {
      main {
        width: min(100% - 28px, 640px);
        padding-top: 42px;
      }

      .demo-grid {
        grid-template-columns: 1fr;
      }

      .showcase-horizontal .easy-scroll-list li,
      .manual-end .easy-scroll-list li {
        width: 420px;
      }

      .showcase-horizontal::before,
      .manual-end::before,
      .showcase-horizontal::after,
      .manual-end::after {
        width: 58px;
      }

      .manual-end .easy-scroll-list li {
        padding-right: 46px;
      }

      .panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
      }
    }

    @media (max-width: 480px) {
      main {
        width: min(100% - 24px, 420px);
      }

      h1 {
        font-size: 2.35rem;
      }

      .description {
        font-size: 1rem;
      }

      .stage {
        padding: 14px;
      }

      .showcase-horizontal {
        height: 204px;
      }

      .showcase-horizontal .easy-scroll-clip {
        height: 204px;
      }

      .showcase-horizontal .easy-scroll-list li,
      .manual-end .easy-scroll-list li {
        width: 338px;
      }

      .showcase-horizontal .easy-scroll-list li {
        height: 204px;
        padding: 16px 28px;
      }

      .manual-end {
        height: 214px;
      }

      .manual-end .easy-scroll-clip {
        height: 214px;
      }

      .manual-end .easy-scroll-list li {
        height: 214px;
        padding: 16px 64px;
      }

      .showcase-vertical {
        height: 456px;
      }

      .showcase-vertical .easy-scroll-clip {
        height: 456px;
      }

      .showcase-vertical .easy-scroll-list li {
        height: 152px;
        padding: 14px 58px 14px 14px;
      }

      .tile {
        padding: 15px;
      }

      .tile-title {
        font-size: 0.98rem;
      }

      .tile-copy {
        font-size: 0.84rem;
      }

      .easy-scroll-btn {
        width: 36px;
        height: 36px;
      }

      .easy-scroll-btn-left {
        left: 8px;
      }

      .easy-scroll-btn-right,
      .easy-scroll-btn-down,
      .easy-scroll-btn-pause {
        right: 8px;
      }

      .easy-scroll-btn-up {
        right: 8px;
        top: 12px;
      }

      .showcase-horizontal::before,
      .manual-end::before,
      .showcase-horizontal::after,
      .manual-end::after {
        width: 58px;
      }
    }

    .issues.selected {
      background: #8aa35e;
    }
	