/* Contemporary monochrome print on dark stock. Shared by both card faces. */
:root {
  --font-title: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  --ink: #e3e3e1;
  --muted: #a5a6a7;
  --stock: #222426;
  --page: #0c0e10;
  --card-line: #8a8c8e35;
  --card-edge: #45484a;
  --card-shadow: 0 1px 0 #45484a, 0 2px 0 #383b3d, 0 3px 0 #2d3032, 0 4px 0 #1b1d1f,
    0 6px 5px -3px #0009, 0 16px 23px -12px #000b;
  --card-hover-shadow: 0 1px 0 #45484a, 0 2px 0 #383b3d, 0 3px 0 #2d3032, 0 4px 0 #1b1d1f,
    0 10px 10px -5px #0009, 0 22px 28px -12px #000b;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Cpath fill='%23808080' filter='url(%23n)' opacity='.12' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  --table-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Cpath fill='%23808080' filter='url(%23n)' opacity='.035' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}

body {
  color: #d5dad7;
  background-color: var(--page);
  background-image: var(--table-grain);
  overflow-x: clip;
}

.playing-card {
  padding: 5.5%;
  color: var(--ink);
  background-color: var(--stock);
  background-image: var(--grain);
  border: 1px solid #65676945;
  border-radius: 5px;
  box-shadow: var(--card-shadow);
}

.playing-card::after { display: none; }

.card-wrapper { border-radius: 5px; }
.card-wrapper.is-hovered .playing-card,
.card-wrapper:focus-visible .playing-card {
  box-shadow: var(--card-hover-shadow);
}

.tc-header {
  align-items: flex-start;
  min-height: calc(var(--card-w) * .16);
  gap: 10px;
  margin-bottom: 4.5%;
}
.tc-title {
  color: #e7e9e2;
  font-family: var(--font-title);
  font-size: calc(var(--card-w) * .073);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
  text-transform: none;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.tc-badge {
  margin-top: 2px;
  padding: .35em .5em;
  color: #c5cfcb;
  background: transparent;
  border: 1px solid #8b98965c;
  border-radius: 1px;
  font-size: calc(var(--card-w) * .0255);
  font-weight: 400;
  letter-spacing: .06em;
}
.tc-art-frame {
  height: calc(var(--card-w) * .47);
  color: var(--tone);
  background-color: var(--tint);
  background-image: var(--grain);
  border: 1px solid #b4c0b746;
  border-bottom-color: #111b2659;
  border-radius: 1px;
  box-shadow: inset 0 1px 2px #0c141b40, 0 1px 0 #82908c44;
}
.tc-art-frame::before {
  inset: 8px;
  border-color: currentColor;
  border-radius: 0;
  opacity: .18;
}
.tc-art-frame::after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 22px;
  height: 3px;
  background: currentColor;
  opacity: .5;
}
.tc-art-svg { width: 29%; height: 48%; stroke-width: 1.15; opacity: .92; }
.tc-type-line {
  margin-top: 5%;
  color: #bbc6c1;
  font-family: var(--font-sans);
  font-size: calc(var(--card-w) * .030);
  font-weight: 500;
  letter-spacing: .025em;
}
.tc-text-box { margin-top: 3%; padding: 4.5% 0; border-top-color: var(--card-line); }
.tc-tagline { color: #bec7c5; font-size: calc(var(--card-w) * .0425); line-height: 1.55; }
.tc-footer { padding-top: 3%; border-top-color: var(--card-line); color: #96a3a4; }
.tc-card-num { color: #aebbb8; }

.theme-denim { --tint: #343638; --tone: #dbdcda; }
.theme-terracotta { --tint: #343638; --tone: #dbdcda; }
.theme-ochre { --tint: #343638; --tone: #dbdcda; }
.theme-teal { --tint: #343638; --tone: #dbdcda; }
.theme-sage { --tint: #343638; --tone: #dbdcda; }
.theme-seafoam { --tint: #343638; --tone: #dbdcda; }
.theme-moss { --tint: #343638; --tone: #dbdcda; }
.theme-apricot { --tint: #343638; --tone: #dbdcda; }
.theme-sand { --tint: #343638; --tone: #dbdcda; }
.theme-graphite { --tint: #343638; --tone: #dbdcda; }

/* Identity and controls use the same continuous stock edge as project cards. */
.title-card .playing-card {
  padding: 24px 25px;
  color: var(--ink);
  background-color: #202224;
  background-image: var(--grain);
  border: 1px solid #65676945;
  box-shadow: var(--card-shadow);
  align-items: center;
  text-align: center;
}
.title-card h1 { color: #e8e8e5; font-family: var(--font-title); font-size: 31px; font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.title-card p { margin-top: 11px; color: #b7b8b9; font-size: 11px; letter-spacing: .01em; }

/* Stationary pieces remain neutral. Selection compresses the edge without recoloring the token. */
.table-controls, .table-token, .size-token { user-select: none; -webkit-user-select: none; }
.table-token, .size-token {
  color: #cacbcc;
  background: var(--grain), #2b2e30;
  border: 1px solid #65676945;
  border-radius: 3px;
  box-shadow: var(--card-shadow);
}
.table-token { font-size: 11px; font-weight: 500; }
.table-token[aria-pressed='true'], .table-token:active {
  box-shadow: 0 1px 0 #383b3d, 0 2px 3px #0007;
}
.size-token { color: #cacbcc; }
.size-token input { background: #111315; box-shadow: inset 0 1px 2px #0008, 0 1px 0 #ffffff15; }
.size-token input::-webkit-slider-thumb { background: var(--grain), #b6b9b9; border: 1px solid #c7caca44; box-shadow: 0 2px 0 #6f7375, 0 3px 4px #0006; }
.size-token input::-moz-range-thumb { background: var(--grain), #b6b9b9; border: 1px solid #c7caca44; box-shadow: 0 2px 0 #6f7375, 0 3px 4px #0006; }
button:focus-visible, a:focus-visible, input:focus-visible, .card-wrapper:focus-visible { outline-color: #c6cbce; }

/* The reverse is the same printed stock, with a compact, readable information hierarchy. */
.card-back.playing-card {
  --card-w: 440px;
  padding: 23px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #5d6265 #222426;
  pointer-events: auto;
  text-align: left;
}
.card-back .tc-header { min-height: 40px; margin-bottom: 14px; padding-right: 29px; gap: 12px; flex-shrink: 0; }
.card-back .tc-title { font-size: 23px; line-height: 1.12; letter-spacing: -.04em; }
.card-back .tc-badge { font-size: 9px; }
.card-back .tc-art-frame { height: 112px; margin-bottom: 0; }
.card-back .tc-art-svg { width: 50px; height: 54px; }
.card-back .tc-type-line { margin-top: 15px; font-size: 10px; flex-shrink: 0; }
.card-back .tc-text-box { padding: 14px 0; margin-top: 12px; flex: 0 0 auto; }
.card-back .tc-tagline { font-size: 13px; line-height: 1.6; }
.card-back .tc-footer { font-size: 9px; margin-top: 16px; padding-top: 12px; flex-shrink: 0; }
.card-back .dossier-description { margin: 15px 0 19px; color: #c1cbc7; font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
.card-back .dossier-specs {
  grid-template-columns: 1.4fr 1fr;
  gap: 14px 18px;
  padding: 16px 0;
  margin: 0;
  background: none;
  border-top: 1px solid var(--card-line);
  border-bottom: 1px solid var(--card-line);
  box-shadow: none;
  flex-shrink: 0;
}
.card-back .spec-item { min-width: 0; gap: 5px; }
.card-back .spec-label { color: #95a5a6; font-size: 9px; font-weight: 400; letter-spacing: .07em; }
.card-back .spec-val { color: #d2d9d2; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.card-back .dossier-actions { margin-top: 20px; gap: 10px; padding: 0; flex-shrink: 0; }
.card-back .dossier-nav-btn {
  padding: 8px 10px;
  color: #bcc8c3;
  background: transparent;
  border-color: #71827e5c;
  border-radius: 2px;
  font-size: 11px;
}
.card-back .dossier-nav-btn:hover { color: #eff0df; background: #73837d16; }
.card-back .btn-launch {
  padding: 9px 13px;
  gap: 12px;
  color: #e0e2e2;
  background: #393d40;
  border-color: #777e825c;
  border-bottom-color: #202325;
  border-radius: 2px;
  box-shadow: 0 2px 0 #292c29;
  font-size: 11px;
}
.card-back .btn-launch:hover { background: #474c50; }
.card-back .modal-close-btn {
  top: 15px;
  right: 14px;
  width: 27px;
  height: 27px;
  color: #c5cfc7;
  background: transparent;
  border-color: #82908a45;
  border-radius: 2px;
  font-size: 20px;
  line-height: 1;
}
.card-back .modal-close-btn:hover { background: #7481791a; color: #f0efdf; }
.card-back .dossier-body { min-height: 0; }
.site-footer { border: 0; max-width: 1360px; margin: auto; padding: 18px 30px 38px; }
.footer-inner, .footer-links a { color: #777c80; text-shadow: 0 -1px 0 #000, 0 1px 0 #ffffff0c; font-size: 10px; letter-spacing: .055em; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #b3b7ba; }
.footer-inner { transform: rotate(-.15deg); }

@media (max-width: 520px) {
  .card-back.playing-card { padding: 20px; }
  .card-back .tc-title { font-size: 21px; }
  .card-back .tc-header { padding-right: 25px; }
  .card-back .dossier-specs { gap: 13px 15px; }
  .card-back .dossier-actions { flex-wrap: wrap; }
}

/* Generated studies use the exact same artwork component on both faces. */
.tc-art-frame.has-artwork { overflow: hidden; }
.tc-art-frame.has-artwork::before, .tc-art-frame.has-artwork::after { display: none; }
.card-art-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) brightness(.94); }
.card-back .tc-art-frame.has-artwork { height: 145px; }

/* Photographic stock with separately mounted labels. */
:root { --font-title: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.photo-card { isolation: isolate; padding: 4%; }
.photo-card > .tc-art-frame,
.card-back.photo-card > .tc-art-frame.has-artwork {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0;
  border: 0; border-radius: inherit; box-shadow: none; z-index: -1;
  overflow: hidden;
}
.photo-card .card-art-image { filter: grayscale(1) brightness(.83); }
.photo-card .tc-header,
.photo-card .tc-information,
.photo-card .dossier-actions {
  position: relative;
  background: var(--grain), #202326f5;
  border: 1px solid #7a7e8238;
  border-radius: 2px;
  box-shadow: 0 1px 0 #494d50, 0 3px 0 #151719, 0 6px 10px #0005;
}
.photo-card .tc-header { min-height: 0; padding: 13px 12px; margin: 0; align-items: center; gap: 9px; }
.photo-card .tc-title {
  color: #bfc3c5; font-family: var(--font-title);
  font-size: calc(var(--card-w) * .052); font-weight: 500;
  line-height: 1.35; letter-spacing: .105em; text-transform: uppercase;
}
.photo-card .tc-badge { font-size: calc(var(--card-w) * .022); color: #969da1; border-color: #838a8e3d; margin: 0; }
.card-photo-space { flex: 1; min-height: calc(var(--card-w) * .38); }
.photo-card .tc-information { padding: 11px 12px 10px; }
.photo-card .tc-type-line { margin: 0; font-size: calc(var(--card-w) * .025); color: #969ea3; letter-spacing: .055em; }
.photo-card .tc-text-box { flex: none; margin-top: 8px; padding: 9px 0 12px; border-color: #8a8c8e27; }
.photo-card .tc-tagline { font-size: calc(var(--card-w) * .040 + .67px); color: #b9bfc2; line-height: 1.5; }
.photo-card .tc-footer { padding-top: 7px; color: #879196; font-size: calc(var(--card-w) * .021 + .67px); border-color: #8a8c8e27; }
.photo-card .tc-card-num { color: #969ea3; }
.card-back.photo-card { padding: 18px; }
.card-back-content { display: flex; flex-direction: column; padding-right: 0; }
.card-back.photo-card .tc-header { padding: 15px 44px 15px 15px; }
.card-back.photo-card .tc-title { font-size: 18px; }
.card-back.photo-card .tc-badge { font-size: 8px; }
.card-back.photo-card .card-photo-space { flex: 1 0 90px; min-height: 90px; }
.card-back.photo-card .tc-information { padding: 14px 15px; margin-bottom: 4px; }
.card-back.photo-card .tc-type-line { font-size: 9px; }
.card-back.photo-card .tc-text-box { padding: 10px 0 13px; margin-top: 10px; }
.card-back.photo-card .dossier-description { margin: 0; font-size: 13.67px; line-height: 1.65; color: #bdc3c6; }
.card-back.photo-card .dossier-specs { padding: 12px 0; border-bottom: 0; }
.card-back.photo-card .spec-label { color: #949da2; }
.card-back.photo-card .spec-val { color: #bbc3c6; font-size: 11px; }
.card-back.photo-card .tc-footer { margin-top: 0; font-size: 8.67px; }
.card-back.photo-card .dossier-actions { padding: 10px 12px; margin-top: 12px; }
.card-back.photo-card .modal-close-btn { top: 29px; right: 29px; z-index: 2; background: #202326; }

/* Equal-height tabletop pieces form one compact header. */
.table-header { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 18px 24px; min-height: 36px; }
.table-identity, .table-controls { display: contents; }
.title-card-slot, .card-wrapper.title-card { width: 180px; height: 36px; }
.title-card .playing-card, .title-face { padding: 8px 18px; align-items: center; justify-content: center; text-align: center; background: var(--grain), #202326; }
.title-card h1, .title-face h1 {
  font: 500 12px/1.3 var(--font-title); letter-spacing: .17em; color: #b0b7bb; text-transform: uppercase;
}
.title-face p { margin: 0; font-size: 11px; color: #afb8be; letter-spacing: .025em; }
.title-reverse { padding: 8px 28px 8px 10px; }
.card-filters { margin-left: auto; padding: 0; gap: 10px; }
.table-token, .size-token { height: 36px; }
.table-token { --angle: -.2deg; --offset: 0px; padding: 0 12px; }
.table-token:nth-child(2) { --angle: .3deg; --offset: 1px; }
.table-token:nth-child(3) { --angle: -.15deg; --offset: 0px; }
.table-token:nth-child(4) { --angle: .2deg; --offset: 0px; }
.table-token:nth-child(5) { --angle: -.3deg; --offset: 1px; }
.size-token { position: relative; z-index: 5; pointer-events: auto; width: 145px; margin: 0; padding: 0 15px; transform: rotate(-.2deg); }
.size-token input { width: 100%; }
.size-token input::-webkit-slider-thumb {
  width: 14px; height: 18px; background: var(--grain), #62696d;
  border: 1px solid #7b838750; box-shadow: 0 1px 0 #343b3f, 0 2px 2px #0005;
}
.size-token input::-moz-range-thumb {
  width: 14px; height: 18px; background: var(--grain), #62696d;
  border: 1px solid #7b838750; box-shadow: 0 1px 0 #343b3f, 0 2px 2px #0005;
}
.photo-card .card-art-image { opacity: .8; }
@media (max-width: 1100px) { .card-filters { flex: 1; } }
@media (max-width: 760px) {
  .table-header { gap: 18px 12px; }
  .title-card-slot, .card-wrapper.title-card { width: 154px; }
  .title-card .playing-card, .title-face { padding: 8px 12px; }
  .title-card h1, .title-face h1 { font-size: 11px; }
  .title-reverse { padding: 8px 22px 8px 5px; }
  .title-reverse p { font-size: 10px; letter-spacing: 0; }
  .card-filters { order: 3; flex: 1 0 100%; justify-content: flex-start; gap: 8px; }
  .size-token { width: 100px; padding: 0 12px; }
}

/* Unified caption studies. The shared panel keeps title and body together. */
.photo-card { --accent: #c8b66c; }
.photo-card .tc-information { border-top: 1px solid #7a7e8238; }
.photo-card .tc-information .tc-header {
  padding: 0 0 10px; margin: 0 0 9px;
  background: none; border: 0; border-bottom: 1px solid #8a8c8e27;
  box-shadow: none; border-radius: 0;
}
.photo-card .tc-title { color: var(--accent); }
.photo-card .card-photo-space { min-height: 0; }
.photo-card.layout-upper > .tc-information { order: -1; }
.card-back.photo-card .card-photo-space { flex: 1 0 70px; min-height: 70px; }
.card-back.photo-card .tc-information { flex-shrink: 0; }
.card-back.photo-card .tc-information .tc-header { padding: 0 0 12px; margin-bottom: 12px; }
.card-back.photo-card.layout-upper .card-back-content > .tc-information { order: -1; }
.card-back.photo-card .modal-close-btn { top: 5px; right: 5px; width: 23px; height: 23px; background: var(--grain), #222629; }
.card-back.photo-card .btn-launch { border-left: 1px solid #777e825c; }
.comparing-layouts .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.comparing-layouts .stage-container { max-width: 1220px; }
.comparing-layouts .tc-stack { color: #969ea3; font-family: var(--font-sans); font-size: 9px; letter-spacing: .045em; }
@media (max-width: 1050px) {
  .comparing-layouts .cards-grid { grid-template-columns: 1fr; }
}

/* Contact shadows keep the small pieces resting on the table. Selected filters slide forward. */
.table-token, .size-token, .title-card .playing-card, .title-face {
  box-shadow: 0 1px 0 #45484a, 0 2px 0 #272a2c, 0 3px 3px -1px #000a;
}
.card-filters .table-token[aria-pressed='true'], .card-filters .table-token:active {
  transform: translateY(calc(var(--offset, 0px) - 3px)) rotate(calc(var(--angle, 0deg) - .65deg));
  box-shadow: 0 1px 0 #45484a, 0 2px 0 #272a2c, 0 3px 3px -1px #000a;
}
.title-card.is-hovered .playing-card, .title-card:focus-visible .playing-card {
  box-shadow: 0 1px 0 #45484a, 0 2px 0 #272a2c, 0 3px 3px -1px #000a;
}

/* Role-based variants keep the materials consistent and change only the editorial emphasis. */
.photo-card.presentation-core .tc-title { font-weight: 600; }
.photo-card.presentation-personal .tc-title,
.photo-card.presentation-play .tc-title { text-transform: uppercase; letter-spacing: .045em; font-weight: 400; }
.photo-card.presentation-play { --accent: #b0a478; }
.photo-card.presentation-play .tc-information { border-top-width: 1px; }
.photo-card.presentation-personal .tc-information { border-top-width: 1px; }

/* A single muted gold accent; secondary categories use the text's neutral ramp. */
.photo-card.palette-gold { --accent: #bcaa70; }
.photo-card.palette-ink { --accent: #bfc1bf; }
.photo-card.palette-muted { --accent: #969ea3; }

.title-face.title-reverse { flex-direction: row; gap: 7px; padding: 7px 8px; user-select: none; -webkit-user-select: none; }
.title-face.title-reverse p { margin: 0; font: 500 9px/1.3 var(--font-title); letter-spacing: .12em; white-space: nowrap; text-transform: uppercase; }
.title-email { display: flex; align-items: center; justify-content: center; width: 21px; height: 21px; flex-shrink: 0; color: #afb8be; user-select: none; -webkit-user-select: none; -webkit-user-drag: none; }
.title-email svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.title-email:hover { color: #dedfdc; }
@media (max-width: 760px) {
  .title-face.title-reverse { gap: 5px; padding: 7px 5px; }
  .title-face.title-reverse p { font-size: 8px; letter-spacing: .09em; }
  .title-email { width: 18px; }
}

/* Every part of a card drags as one object; the exposed table retains native scrolling. */
.card-wrapper { touch-action: none; }
.card-wrapper .tc-art-frame, .card-wrapper .tc-information { pointer-events: auto; touch-action: none; }
.card-wrapper.is-dragging { outline: none; }
.card-wrapper.is-dragging .playing-card { box-shadow: var(--card-shadow); }
.playing-card, .playing-card * { user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.card-art-image { -webkit-user-drag: none; }

/* Spacing separates the printed information; the stock edge still gives it thickness. */
.photo-card .tc-information,
.photo-card .tc-information .tc-header,
.photo-card .tc-type-line,
.photo-card .tc-text-box,
.photo-card .tc-footer,
.card-back.photo-card .dossier-specs { border: 0; }
.card-back.photo-card .dossier-actions {
  background: none; border: 0; box-shadow: none; padding: 4px 0 0; margin-top: 12px;
  filter: drop-shadow(0 1px 2px #000);
}
.card-back.photo-card .dossier-nav-btn,
.card-back.photo-card .btn-launch {
  border: 0; box-shadow: none; background: none; border-radius: 0; color: #d0d1cf;
}
.card-back.photo-card .dossier-nav-btn { padding: 8px; }
.dossier-nav-btn svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: square; stroke-linejoin: miter; }
.card-back.photo-card .btn-launch { padding: 8px 2px 8px 10px; font-size: 12px; }
.card-back.photo-card .dossier-nav-btn:hover,
.card-back.photo-card .btn-launch:hover { color: #fff; background: none; }
.card-back.photo-card .dossier-nav-btn:focus-visible { outline: none; color: #fff; }
.dossier-nav-btn:focus-visible svg { filter: drop-shadow(0 0 3px #fff8); }
.card-back.photo-card .btn-launch:focus-visible { outline: none; text-decoration: underline; text-underline-offset: 4px; }
.photo-card.presentation-personal .tc-title,
.photo-card.presentation-play .tc-title { font-weight: 600; }

/* The header is a deal of small physical pieces, sharing the card simulation. */
.control-slot { visibility: hidden; pointer-events: none; }
.control-card { position: absolute; cursor: grab; touch-action: none; user-select: none; -webkit-user-select: none; }
.control-card > .table-token, .control-card > .size-token {
  width: 100%; margin: 0; transform: none; cursor: grab; touch-action: none;
}
.control-card.is-dragging, .control-card.is-dragging > * { cursor: grabbing; outline: none; }
.control-card .table-token[aria-pressed='true'][data-category] {
  transform: translateY(-2px) rotate(-.4deg);
}
.table-token, .size-token { height: 32px; }
.title-card-slot, .card-wrapper.title-card { height: 32px; }
.table-header { min-height: 32px; }
.table-token { padding: 0 8px; font-weight: 500; font-size: 9.5px; letter-spacing: .045em; text-transform: uppercase; }
.sound-token { width: 34px; padding: 6px; }
.control-card .sound-token, .sound-token.control-slot { width: 34px; height: 32px; padding: 6px; }
.control-card .sound-token { display: flex; align-items: center; justify-content: center; }
.size-token input::-webkit-slider-thumb { width: 10px; height: 16px; background: var(--grain), #444b4f; border-color: #626a6e55; }
.size-token input::-moz-range-thumb { width: 10px; height: 16px; background: var(--grain), #444b4f; border-color: #626a6e55; }
