@charset "UTF-8";
@font-face {
  font-family: "Computer Modern Sans";
  src: url("/fonts/cmunss.eot");
  src: url("/fonts/cmunss.eot?#iefix") format("embedded-opentype"), url("/fonts/cmunss.woff") format("woff"), url("/fonts/cmunss.ttf") format("truetype"), url("/fonts/cmunss.svg#cmunss") format("svg");
  font-weight: normal;
}
/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

/**
 * Unreset this basic element
 */
hr {
  margin: 10px;
}

/**
 * Basic styling
 */
body {
  font: 400 18px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  background-color: #fcfcfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1;
  font-kerning: normal;
  min-height: 100vh;
  letter-spacing: 0.005em;
}

.site-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
}

.side-bar-body {
  background-color: #f8fafc !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
}
.side-bar-body div a {
  font: 400 11pt/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 * Except for headers, because of the goofy system.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
dl,
figure {
  margin-bottom: 15px;
}

p {
  margin-block-end: 1.5em;
}

strong,
b {
  font-weight: 700;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  border-radius: 18px;
}
@media screen and (max-width: 775px) {
  img {
    max-width: 95%;
  }
}

.image-caption {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
  padding: 10px 0 14px;
}

/** 
 * Videos  
 **/
video {
  max-width: 100%;
  max-height: 1024px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 775px) {
  video {
    max-width: 95%;
  }
}

.video-caption {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 15.75px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}
@media screen and (max-width: 775px) {
  ul,
  ol {
    margin-left: 25px;
  }
}

ul {
  margin-bottom: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0px;
}
li {
  margin-bottom: 3px;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 32px;
}

/**
 * Links
 */
a {
  color: #2563eb;
  text-decoration: none;
  text-underline-offset: 0.18em;
}
a:visited {
  color: rgb(16.4285714286, 67.3571428571, 179.0714285714);
}
a:hover {
  color: rgb(17.7142857143, 72.6285714286, 193.0857142857);
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #111827;
  border-left: 4px solid rgba(37, 99, 235, 0.4);
  padding: 0.35rem 0 0.35rem 18.75px;
  font-size: 0.95em;
  font-style: italic;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0 14px 14px 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  color: #111827;
  margin-top: 0px;
  margin-bottom: 0px;
}

code {
  padding: 0.15rem 0.4rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

pre {
  padding: 1rem 1.1rem;
  overflow-x: auto;
  border-radius: 18px;
  background: #eff6ff;
  border: 1px solid rgba(107, 114, 128, 0.25);
}
pre > code {
  border: 0;
  padding: 0;
  background: transparent;
}
pre .lineno {
  border: none;
  border-right: 1px solid rgba(15, 23, 42, 0.2);
  border-radius: 0px;
  color: #6b7280;
  background: #eff6ff;
  padding: 0px 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.92em;
}

th,
td {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(107, 114, 128, 0.25);
  vertical-align: top;
}

th {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.5);
}

input,
button,
textarea,
select {
  font: inherit;
}

.rouge-gutter {
  background: #eff6ff;
}

.rouge-code {
  padding-left: 5px;
}
.rouge-code tr:nth-child(even) {
  background: #ccc;
}
.rouge-code tr:nth-child(odd) {
  background: #fff;
}
.rouge-code {
  background: #eff6ff;
}

.highlighter-rouge {
  margin-bottom: 15px;
  overflow-x: auto;
}

/**
 * Page content
 */
.page-content {
  margin-top: 0;
  padding: 0;
  flex-basis: 100%;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 1050px;
  margin-top: 10px;
  margin-left: 15%;
  margin-right: 10%;
}
@media screen and (max-width: 775px) {
  .wrapper {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}

.chartwrapper {
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 775px) {
  .chartwrapper {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #6b7280;
}

.h1-style {
  margin-left: 0em;
}

.h2-style {
  background-color: #f1f5f9;
  margin: 0%;
  margin-bottom: 2%;
  padding: 1%;
  border-radius: 5px;
  border: 2px solid rgb(240, 240, 240);
}

.h3-style {
  background-color: #e5e7eb;
  margin: 0%;
  margin-bottom: 2%;
  padding: 1%;
  border-radius: 5px;
  border: 2px solid rgb(230, 230, 230);
}

.h4-style {
  background-color: #d1d5db;
  margin: 0%;
  margin-bottom: 2%;
  padding: 1%;
  border-radius: 5px;
  border: 2px solid rgb(230, 230, 230);
}

.post-title {
  float: left;
  font-size: 45px;
  line-height: 1;
  padding-bottom: 0.3em;
  margin-top: 0px;
}

.post-header > .h1-style {
  background-color: transparent;
}

.post-header h2 {
  margin-top: 0;
}

@media screen and (min-width: 801px) {
  iframe {
    max-width: 60vw;
  }
}
iframe {
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 5px;
  border: 2px solid #000000;
  margin-bottom: 15px;
}

th {
  padding-left: 0.5em;
  padding-right: 1em;
  border: 2px solid #000000;
}

td {
  padding-left: 0.5em;
  padding-right: 1em;
  border: 1px solid #000000;
}

body {
  background-color: #fcfcfd;
  background-image: linear-gradient(rgba(37, 99, 235, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.025) 1px, transparent 1px);
  background-size: 24px 24px;
}

.wrapper {
  width: calc(100% - 2.5rem);
  max-width: 1160px;
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 2;
  padding: 1.15rem 0 0.55rem;
  border-bottom: 1px solid rgba(107, 114, 128, 0.28);
  background: rgba(252, 252, 253, 0.94);
}

.site-header .wrapper,
.site-nav .wrapper {
  max-width: 48rem;
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: nowrap;
}

.site-branding {
  max-width: none;
  min-width: 0;
}

.masthead-wisdom {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-left: auto;
}

.masthead-wisdom .utility-label {
  margin-bottom: 0.25rem;
}

.masthead-wisdom #wisdom {
  font-size: 0.82rem;
  line-height: 1.4;
  display: block;
  width: 100%;
  max-width: 38ch;
  margin-left: auto;
  text-wrap: balance;
}

.site-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  color: #0f172a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}
.site-title .site-title-text {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: 0.02em 0 0 rgba(17, 24, 39, 0.08);
}
.site-title .site-title-note {
  color: rgba(17, 24, 39, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.site-title:visited {
  color: #0f172a;
}
.site-title:hover {
  color: #2563eb;
  text-decoration: none;
}
.site-title:hover .site-title-note {
  color: rgba(37, 99, 235, 0.72);
}

@media screen and (max-width: 980px) {
  .site-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .masthead-wisdom {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .masthead-wisdom #wisdom {
    max-width: none;
    margin-left: 0;
  }
}
.masthead-label,
.post-eyebrow,
.utility-label,
.home-kicker,
.section-kicker {
  margin: 0 0 0.6rem;
  color: rgba(17, 24, 39, 0.62);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 3;
  background: rgba(252, 252, 253, 0.94);
  border-bottom: 1px solid rgba(107, 114, 128, 0.28);
}
.site-nav .site-nav-inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.55rem;
}
.site-nav .nav-brand {
  flex: 0 0 auto;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav .nav-brand:hover {
  color: #2563eb;
  text-decoration: none;
}
.site-nav .menu-icon {
  display: none;
  line-height: 0;
  width: 0.9rem;
  height: 0.9rem;
}
.site-nav .menu-icon svg {
  width: 100%;
  height: 100%;
}
.site-nav .nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(15, 23, 42, 0.82);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 0 auto;
}
.site-nav .trigger {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem 0.55rem;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}
.site-nav .page-link {
  color: rgba(17, 24, 39, 0.9);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-nav .page-link:hover {
  color: #2563eb;
  text-decoration: none;
}
.site-nav .page-link-secondary {
  color: rgba(15, 23, 42, 0.58);
}
.site-nav #toggle {
  display: none;
}
.site-nav .site-menu-panel {
  display: none;
  border-top: 1px solid rgba(107, 114, 128, 0.16);
  border-bottom: 1px solid rgba(107, 114, 128, 0.22);
  background: rgba(252, 252, 253, 0.98);
}
.site-nav #toggle:checked ~ .site-menu-panel {
  display: block;
}
@media screen and (max-width: 1040px) {
  .site-nav .site-nav-inner {
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.55rem 0;
  }
  .site-nav .trigger {
    display: none;
  }
  .site-nav .menu-icon {
    display: block;
  }
}

.site-menu-panel .wrapper {
  display: block;
}

@media screen and (min-width: 1041px) {
  .nav-menu-toggle {
    display: none;
  }
  .nav-menu-toggle .menu-icon {
    display: none;
  }
}
.menu-grid {
  width: 100%;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .menu-grid {
    width: 100%;
  }
}

.menu-shell {
  min-width: 0;
  padding: 0.15rem 0 0.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 0;
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16rem;
  gap: 1.5rem;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .menu-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.menu-nav-column {
  min-width: 0;
}

.menu-search-column {
  min-width: 0;
  padding: 0.55rem 0 0.2rem 1rem;
  border-left: 1px solid rgba(17, 24, 39, 0.1);
}
@media screen and (max-width: 1200px) {
  .menu-search-column {
    padding: 0;
    border-left: 0;
  }
}

.menu-band {
  display: block;
}
@media screen and (max-width: 1200px) {
  .menu-band {
    display: block;
  }
}

.menu-band + .menu-band {
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.menu-search-column .menu-cluster {
  padding: 0;
}

.menu-cluster {
  min-width: 0;
  padding: 0.55rem 1rem 0.6rem;
  border-left: 0;
}
@media screen and (max-width: 1200px) {
  .menu-cluster {
    padding: 0.65rem 0;
    border-top: 1px solid rgba(17, 24, 39, 0.1);
  }
}

@media screen and (max-width: 1200px) {
  .menu-cluster-search {
    border-top: 0;
  }
}

.menu-cluster-wide {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .menu-cluster-wide {
    display: block;
  }
}

.menu-cluster .utility-label {
  margin-bottom: 0;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
}

.menu-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.15rem;
  align-items: center;
  min-height: 1.2rem;
}

.menu-inline-links a {
  color: rgba(17, 24, 39, 0.88);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74rem;
  line-height: 1.3;
  white-space: normal;
}

.menu-inline-links a:hover {
  color: #2563eb;
  text-decoration: none;
}

.utility-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .menu-band + .menu-band {
    border-top: 0;
  }
  .menu-inline-links {
    gap: 0.18rem 0.85rem;
  }
  .utility-search-form {
    max-width: none;
  }
  .menu-cluster .utility-label {
    margin-bottom: 0.2rem;
  }
}
.site-stage {
  position: relative;
  z-index: 1;
  display: block;
  padding: 2rem 0 3rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.page-content {
  min-width: 0;
  width: 100%;
}

.utility-card,
.home-intro-panel,
.story-item,
.index-post,
.footer-panel,
.support-callout {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 4px;
}

.utility-card {
  padding: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.utility-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.sidebar-link {
  display: block;
  padding: 0.32rem 0;
  color: #0f172a;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.sidebar-link:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.sidebar-link:hover {
  color: #2563eb;
  text-decoration: none;
}

.sidebar-link-top {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.sidebar-link-sub {
  color: rgba(15, 23, 42, 0.75);
  font-size: 0.88rem;
}

#wisdom {
  color: rgba(15, 23, 42, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

#search-submit,
#mobile-search-box {
  width: 100%;
  padding: 0.68rem 0.8rem;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(17, 24, 39, 0.22);
  border-radius: 4px;
}

#search-submit {
  min-width: 0;
}

.utility-search-go,
#mobile-search-go {
  padding: 0.68rem 0.85rem;
  background: #f8fafc;
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.22);
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-intro-panel {
  padding: 0 0 0.9rem;
  margin-bottom: 1rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(107, 114, 128, 0.16);
  border-radius: 0;
}

.home-intro {
  max-width: 44rem;
  margin: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home,
.story-list {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.story-list {
  display: grid;
  gap: 0.95rem;
}

.story-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(8.5rem, 14vw, 11rem);
  gap: 0.85rem 1.1rem;
  padding: 1.1rem 1.15rem;
  align-items: start;
}
@media screen and (max-width: 1040px) {
  .story-item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 775px) {
  .story-item {
    grid-template-columns: 1fr;
  }
}

.story-item > .post-header-meta-row {
  grid-column: 1/-1;
  margin: 0;
  align-items: center;
}

.story-item--text-only {
  grid-template-columns: 1fr;
}

.story-item-main {
  display: grid;
  align-content: start;
  gap: 0.4rem;
  min-width: 0;
  width: 100%;
}

.story-item-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  line-height: 1.2;
}

.story-item > .post-header-meta-row .post-eyebrow {
  margin: 0;
}

.story-item .post-info {
  margin: 0.05rem 0 0.1rem;
}

.story-item .read-more-link {
  margin-top: 0.35rem;
}

.story-item-excerpt {
  margin: 0;
  color: rgba(15, 23, 42, 0.72);
  width: 100%;
  max-width: none;
  font-size: 0.92rem;
  line-height: 1.68;
}

.story-item-media {
  display: block;
  align-self: center;
  justify-self: end;
  margin-top: 0.35rem;
  width: 100%;
  border: 1px solid rgba(107, 114, 128, 0.18);
  background: linear-gradient(180deg, rgba(245, 246, 248, 0.9), rgba(252, 252, 253, 0.95));
}

.story-item-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  display: block;
}

.reader-link--exit {
  display: none;
}

html.reader-mode {
  background: #fdfcf8;
}

html.reader-mode body.layout-post,
html.reader-mode body.layout-static-post {
  background: #fdfcf8;
  color: #16181d;
}

html.reader-mode body.layout-post .site-header,
html.reader-mode body.layout-post .site-nav,
html.reader-mode body.layout-post .document-progress,
html.reader-mode body.layout-post .paginate-post,
html.reader-mode body.layout-post .support-callout,
html.reader-mode body.layout-post #disqus_thread,
html.reader-mode body.layout-post noscript,
html.reader-mode body.layout-post .site-footer,
html.reader-mode body.layout-static-post .site-header,
html.reader-mode body.layout-static-post .site-nav,
html.reader-mode body.layout-static-post .document-progress,
html.reader-mode body.layout-static-post #disqus_thread,
html.reader-mode body.layout-static-post noscript,
html.reader-mode body.layout-static-post .site-footer {
  display: none !important;
}

html.reader-mode body.layout-post .site-stage,
html.reader-mode body.layout-static-post .site-stage {
  padding-top: 2.25rem;
}

html.reader-mode body.layout-post .wrapper.content-grid,
html.reader-mode body.layout-static-post .wrapper.content-grid {
  width: calc(100% - 2.5rem);
  max-width: 46rem;
  margin: 0 auto;
}

html.reader-mode body.layout-post .page-content,
html.reader-mode body.layout-static-post .page-content {
  width: 100%;
}

html.reader-mode body.layout-post .index-post,
html.reader-mode body.layout-static-post .index-post {
  max-width: none;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

html.reader-mode body.layout-post .article-hero,
html.reader-mode body.layout-static-post .article-hero {
  margin-bottom: 2.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(22, 24, 29, 0.14);
}

html.reader-mode body.layout-post .post-header,
html.reader-mode body.layout-static-post .post-header {
  margin-bottom: 0;
}

html.reader-mode body.layout-post .post-eyebrow,
html.reader-mode body.layout-static-post .post-eyebrow {
  color: rgba(17, 24, 39, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

html.reader-mode body.layout-post .reading-metrics,
html.reader-mode body.layout-static-post .reading-metrics {
  display: none;
}

html.reader-mode body.layout-post .entry-title,
html.reader-mode body.layout-static-post .entry-title {
  margin: 0;
  color: #17191f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

html.reader-mode body.layout-post .entry-title a,
html.reader-mode body.layout-static-post .entry-title a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

html.reader-mode body.layout-post .post-info,
html.reader-mode body.layout-static-post .post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: rgba(17, 24, 39, 0.64);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html.reader-mode body.layout-post .post-meta,
html.reader-mode body.layout-static-post .post-meta {
  color: inherit;
}

html.reader-mode body.layout-post .post-versions,
html.reader-mode body.layout-static-post .post-versions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

html.reader-mode body.layout-post .reader-link--enter,
html.reader-mode body.layout-static-post .reader-link--enter {
  display: none;
}

html.reader-mode body.layout-post .reader-link--exit,
html.reader-mode body.layout-static-post .reader-link--exit {
  display: inline;
}

html.reader-mode body.layout-post .header-image,
html.reader-mode body.layout-static-post .header-image {
  margin-top: 1.8rem;
}

html.reader-mode body.layout-post .header-image img,
html.reader-mode body.layout-post .post-content img,
html.reader-mode body.layout-static-post .header-image img,
html.reader-mode body.layout-static-post .post-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

html.reader-mode body.layout-post .post-content,
html.reader-mode body.layout-static-post .post-content {
  max-width: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.9;
}

html.reader-mode body.layout-post .post-content > *,
html.reader-mode body.layout-static-post .post-content > * {
  max-width: none;
}

html.reader-mode body.layout-post .post-content h1,
html.reader-mode body.layout-post .post-content h2,
html.reader-mode body.layout-post .post-content h3,
html.reader-mode body.layout-post .post-content h4,
html.reader-mode body.layout-post .post-content h5,
html.reader-mode body.layout-post .post-content h6,
html.reader-mode body.layout-static-post .post-content h1,
html.reader-mode body.layout-static-post .post-content h2,
html.reader-mode body.layout-static-post .post-content h3,
html.reader-mode body.layout-static-post .post-content h4,
html.reader-mode body.layout-static-post .post-content h5,
html.reader-mode body.layout-static-post .post-content h6 {
  margin-top: 2.35rem;
  margin-bottom: 1rem;
  color: #17191f;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

html.reader-mode body.layout-post .post-content h1,
html.reader-mode body.layout-static-post .post-content h1 {
  font-size: 2rem;
}

html.reader-mode body.layout-post .post-content h2,
html.reader-mode body.layout-static-post .post-content h2 {
  font-size: 1.6rem;
}

html.reader-mode body.layout-post .post-content h3,
html.reader-mode body.layout-static-post .post-content h3 {
  font-size: 1.3rem;
}

html.reader-mode body.layout-post .post-content h4,
html.reader-mode body.layout-post .post-content h5,
html.reader-mode body.layout-post .post-content h6,
html.reader-mode body.layout-static-post .post-content h4,
html.reader-mode body.layout-static-post .post-content h5,
html.reader-mode body.layout-static-post .post-content h6 {
  font-size: 1.08rem;
}

html.reader-mode body.layout-post .post-content p,
html.reader-mode body.layout-post .post-content li,
html.reader-mode body.layout-static-post .post-content p,
html.reader-mode body.layout-static-post .post-content li {
  max-width: 42rem;
  hanging-punctuation: first last;
}

html.reader-mode body.layout-post .post-content p,
html.reader-mode body.layout-post .post-content ul,
html.reader-mode body.layout-post .post-content ol,
html.reader-mode body.layout-post .post-content blockquote,
html.reader-mode body.layout-post .post-content figure,
html.reader-mode body.layout-post .post-content pre,
html.reader-mode body.layout-post .post-content table,
html.reader-mode body.layout-static-post .post-content p,
html.reader-mode body.layout-static-post .post-content ul,
html.reader-mode body.layout-static-post .post-content ol,
html.reader-mode body.layout-static-post .post-content blockquote,
html.reader-mode body.layout-static-post .post-content figure,
html.reader-mode body.layout-static-post .post-content pre,
html.reader-mode body.layout-static-post .post-content table {
  margin-bottom: 1.45rem;
}

html.reader-mode body.layout-post .post-content pre,
html.reader-mode body.layout-static-post .post-content pre {
  overflow-x: auto;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(22, 24, 29, 0.1);
  border-radius: 10px;
  background: #f7f5ef;
}

html.reader-mode body.layout-post .post-content blockquote,
html.reader-mode body.layout-static-post .post-content blockquote {
  padding: 0.2rem 0 0.2rem 1.1rem;
  border-left: 3px solid rgba(29, 78, 216, 0.28);
  color: rgba(22, 24, 29, 0.84);
  font-style: italic;
}

html.reader-mode body.layout-post .image-caption,
html.reader-mode body.layout-static-post .image-caption {
  width: auto;
  max-width: 100%;
  margin: 0.7rem auto 0;
  padding: 0 0 0.8rem;
  color: rgba(22, 24, 29, 0.72);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(22, 24, 29, 0.12);
}

@media screen and (max-width: 820px) {
  html.reader-mode body.layout-post .site-stage,
  html.reader-mode body.layout-static-post .site-stage {
    padding-top: 1.5rem;
  }
  html.reader-mode body.layout-post .wrapper.content-grid,
  html.reader-mode body.layout-static-post .wrapper.content-grid {
    width: calc(100% - 1.5rem);
  }
  html.reader-mode body.layout-post .post-content,
  html.reader-mode body.layout-static-post .post-content {
    font-size: 1rem;
    line-height: 1.78;
  }
  html.reader-mode body.layout-post .post-content p,
  html.reader-mode body.layout-post .post-content li,
  html.reader-mode body.layout-static-post .post-content p,
  html.reader-mode body.layout-static-post .post-content li {
    max-width: none;
  }
}
.index-post,
.page-shell {
  box-sizing: border-box;
  width: 100%;
  max-width: 48rem;
  padding: 1.1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.article-hero {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(107, 114, 128, 0.12);
}

.post-header {
  margin-bottom: 0.75rem;
}

.post-header-meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .post-header-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

.post-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 820px) {
  .post-header-row {
    flex-direction: column;
    gap: 0.4rem;
  }
}

.entry-title {
  margin: 0.2rem 0 0.55rem;
  font-size: clamp(1.75rem, 3.6vw, 2.8rem);
  line-height: 1.05;
}

.post-link {
  color: #0f172a;
}

.post-link:hover {
  color: #2563eb;
  text-decoration: none;
}

.post-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  color: rgba(15, 23, 42, 0.58);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.post-versions a {
  color: #2563eb;
}

.reading-metrics {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
  color: rgba(15, 23, 42, 0.62);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  text-align: right;
}

.reading-metrics-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28rem;
}

.reading-metrics-label {
  color: rgba(15, 23, 42, 0.46);
}

.reading-metrics-value {
  color: rgba(15, 23, 42, 0.78);
}

.reading-metrics-divider {
  color: rgba(15, 23, 42, 0.28);
}

.reading-metrics-compact {
  font-size: 0.68rem;
}

@media screen and (max-width: 820px) {
  .reading-metrics {
    margin-left: 0;
    text-align: left;
  }
}
.header-image {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.header-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 28rem;
}

.image-caption {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0.65rem 0 0;
  color: rgba(15, 23, 42, 0.58);
  font-size: 0.82rem;
  text-align: left;
  border: 0;
}

.post-content {
  box-sizing: border-box;
  width: 100%;
  max-width: 48rem;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content blockquote,
.post-content pre,
.post-content table {
  max-width: 100%;
}
.post-content > h1,
.post-content > h2,
.post-content > h3,
.post-content > h4,
.post-content > h5 {
  max-width: 100%;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #ffffff;
  color: #0f172a;
  scroll-margin-top: calc(var(--site-nav-height, 42px) + var(--document-progress-height, 56px) + 1rem);
}
.post-content h1 {
  padding-bottom: 0.3rem;
  border-bottom: 2px solid rgba(15, 23, 42, 0.85);
}
.post-content h2,
.post-content h3,
.post-content h4 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(107, 114, 128, 0.2);
}
.post-content iframe,
.post-content video,
.post-content audio,
.post-content img,
.post-content .audiojs {
  max-width: 100%;
}

.post-content p,
.post-content li,
.post-content blockquote,
.post-content figcaption,
.post-content td,
.post-content th {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.post-content a,
.post-content code,
.post-content pre,
.post-content table {
  max-width: 100%;
}

.post-content a,
.post-content code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.document-progress {
  box-sizing: border-box;
  position: sticky;
  top: var(--site-nav-height, 42px);
  z-index: 2;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(8px);
}

.document-progress[hidden] {
  display: none;
}

.document-progress-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 775px) {
  .document-progress-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.document-progress-copy {
  min-width: 0;
}

.document-progress-label {
  display: block;
  margin-bottom: 0.15rem;
  color: rgba(17, 24, 39, 0.6);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.document-progress-path {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem 0.45rem;
  color: rgba(17, 24, 39, 0.82);
  font-size: 0.94rem;
  line-height: 1.4;
}

.document-progress-segment.is-current {
  color: #0f172a;
  font-weight: 700;
}

.document-progress-divider {
  color: rgba(17, 24, 39, 0.36);
}

.document-progress-meter {
  flex: 0 0 10rem;
  height: 0.35rem;
  background: rgba(17, 24, 39, 0.12);
}
@media screen and (max-width: 775px) {
  .document-progress-meter {
    width: 100%;
    flex-basis: auto;
  }
}

@media screen and (max-width: 775px) {
  body:has(#string-tree-tool) .page-shell,
  body:has(#latency-tool) .page-shell,
  body:has(#freebees-tool) .page-shell,
  body:has(#cursor-scaling-tool) .page-shell,
  body:has(#harmonics-tool) .page-shell {
    padding: 0.75rem 0.8rem 0.95rem;
    margin-bottom: 0.75rem;
  }
  body:has(#string-tree-tool) .article-hero,
  body:has(#latency-tool) .article-hero,
  body:has(#freebees-tool) .article-hero,
  body:has(#cursor-scaling-tool) .article-hero,
  body:has(#harmonics-tool) .article-hero {
    margin-bottom: 0.55rem;
    padding-bottom: 0.6rem;
  }
  body:has(#string-tree-tool) .post-header,
  body:has(#latency-tool) .post-header,
  body:has(#freebees-tool) .post-header,
  body:has(#cursor-scaling-tool) .post-header,
  body:has(#harmonics-tool) .post-header {
    margin-bottom: 0.45rem;
  }
  body:has(#string-tree-tool) .entry-title,
  body:has(#latency-tool) .entry-title,
  body:has(#freebees-tool) .entry-title,
  body:has(#cursor-scaling-tool) .entry-title,
  body:has(#harmonics-tool) .entry-title {
    margin: 0.1rem 0 0.3rem;
    font-size: clamp(1.55rem, 7.2vw, 2.05rem);
    line-height: 1.02;
  }
  body:has(#string-tree-tool) .post-info,
  body:has(#string-tree-tool) .reading-metrics,
  body:has(#latency-tool) .post-info,
  body:has(#latency-tool) .reading-metrics,
  body:has(#freebees-tool) .post-info,
  body:has(#freebees-tool) .reading-metrics,
  body:has(#cursor-scaling-tool) .post-info,
  body:has(#cursor-scaling-tool) .reading-metrics,
  body:has(#harmonics-tool) .post-info,
  body:has(#harmonics-tool) .reading-metrics {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }
  body:has(#string-tree-tool) .post-content {
    display: flex;
    flex-direction: column;
  }
  body:has(#string-tree-tool) .post-content > .string-tree-tool {
    order: -1;
  }
}

.document-progress-meter span {
  display: block;
  height: 100%;
  width: 0;
  background: #2563eb;
}

.post-content > * {
  box-sizing: border-box;
  max-width: 100%;
}

.post-content > ul,
.post-content > ol,
.post-content > blockquote,
.post-content > pre,
.post-content > table {
  max-width: 100%;
}

.post-content > .header-image,
.post-content > div,
.post-content > iframe,
.post-content > video {
  box-sizing: border-box;
  width: 100%;
}

.post-content .admdc_box {
  display: block;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.post-content .admdc_box > table {
  min-width: 650px;
}

.post-content > .header-image,
.post-content > figure {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.post-content > .harmonics-tool {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.post-content > .meta-analysis-shell {
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}

.read-more-link {
  display: inline-flex;
  margin-top: 0.75rem;
  color: #2563eb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 2rem;
}
.pagination .previous,
.pagination .page_number,
.pagination .next {
  flex: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pagination .page_number {
  text-align: center;
  color: rgba(15, 23, 42, 0.56);
}
.pagination .next {
  text-align: right;
}
@media screen and (max-width: 775px) {
  .pagination {
    flex-direction: column;
  }
  .pagination .page_number,
  .pagination .next {
    text-align: left;
  }
}

.support-callout {
  padding: 1rem 1.1rem;
  margin: 1rem 0 1.6rem;
}
.support-callout p {
  margin-bottom: 0.9rem;
}
.support-callout form {
  text-align: center;
}

.patreon-button {
  width: 217px;
  height: 51px;
  margin-bottom: 0.75rem;
}

.site-footer {
  margin-top: 1.25rem;
}

.footer-panel {
  padding: 1rem 1.1rem 1.15rem;
}

.site-description {
  color: rgba(15, 23, 42, 0.7);
  text-align: center;
}

#footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin: 0.75rem 0 0.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#copyright {
  color: rgba(15, 23, 42, 0.6);
  text-align: center;
  font-size: 0.82rem;
}

.tags {
  column-count: 3;
  column-gap: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .tags {
    column-count: 2;
  }
}
@media screen and (max-width: 775px) {
  .tags {
    column-count: 1;
  }
}

.tag-post-date {
  color: rgba(15, 23, 42, 0.56);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
}

.tag-post-date::after {
  content: "–";
  padding: 0 0.45rem;
}
@media screen and (max-width: 775px) {
  .tag-post-date::after {
    content: "";
    padding: 0;
  }
}

@media screen and (max-width: 775px) {
  .tag-post-content {
    display: block;
    margin-bottom: 0.85rem;
  }
}

#tags-type {
  position: sticky;
  top: 1rem;
  z-index: 120;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(8.5rem, 1fr));
  align-items: stretch;
  margin: 0 0 1rem auto;
  border-radius: 999px;
  border: 1px solid rgba(107, 114, 128, 0.2);
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  isolation: isolate;
}
#tags-type #enable-sort {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to bottom, #f5f6f8 5%, #e5e7eb 100%);
  transition: transform 0.3s, border-right 0.3s, border-left 0.3s, border-top-right-radius 0.1s, border-top-left-radius 0.1s, border-bottom-right-radius 0.1s, border-bottom-left-radius 0.1s;
}
#tags-type .sort-radius-left {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  border-right: 1px solid rgba(107, 114, 128, 0.2);
}
#tags-type .sort-radius-right {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-left: 1px solid rgba(107, 114, 128, 0.2);
}
#tags-type #sort-tag,
#tags-type #sort-year {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.65rem 0.9rem;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
}

#tags-type[data-mode=year] #enable-sort {
  transform: translateX(100%);
}

@media screen and (max-width: 640px) {
  #tags-type {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#chart-weight-modifiers {
  position: sticky;
  top: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  user-select: none;
  z-index: 100;
}
#chart-weight-modifiers .mod-button {
  display: inline-block;
  margin: 0.2rem;
  min-width: 55px;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(107, 114, 128, 0.22);
  border-radius: 999px;
  background: #fcfcfd;
  color: #0f172a;
  cursor: pointer;
}

.harmonics-tool {
  margin: 0 0 2rem;
}

.harmonics-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  align-items: stretch;
}

.harmonics-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: flex-start;
  min-width: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: #ffffff;
  min-height: 8.2rem;
}
.harmonics-field span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}
.harmonics-field small {
  font-size: 0.76rem;
  line-height: 1.3;
  color: rgba(15, 23, 42, 0.62);
}
.harmonics-field input,
.harmonics-field select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 8px;
  background: #fcfcfd;
  color: #0f172a;
  padding: 0.55rem 0.68rem;
  font: inherit;
}
.harmonics-field input[type=range] {
  padding: 0;
  border: 0;
  background: transparent;
}

.harmonics-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(18rem, 0.95fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.harmonics-fretboard-panel,
.harmonics-spectrum-panel {
  width: 100%;
}

.harmonics-fretboard-wrap {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.harmonics-panel {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 12px;
  background: #ffffff;
  padding: 1rem;
}

.harmonics-summary-panel {
  margin-bottom: 1rem;
}

.harmonics-summary-title {
  margin: 0 0 0.65rem;
  font-size: 0.96rem;
}

.harmonics-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.harmonics-summary-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.7);
}

.harmonics-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.harmonics-panel-header h3 {
  margin: 0 0 0.3rem;
  font-size: 0.96rem;
}
.harmonics-panel-header p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.7);
}

.harmonics-fretboard-wrap,
.harmonics-spectrum-panel svg {
  width: 100%;
  overflow-x: auto;
}

#harmonics-fretboard,
#harmonics-spectrum {
  display: block;
  width: 100%;
  height: auto;
}

.harmonics-board {
  fill: rgb(234.84, 230.88, 227.44);
  stroke: rgba(107, 114, 128, 0.18);
}

.harmonics-fret-line {
  stroke: rgba(15, 23, 42, 0.2);
  stroke-width: 2;
}

.harmonics-nut-line {
  stroke: rgba(15, 23, 42, 0.85);
  stroke-width: 6;
}

.harmonics-active-fret-line {
  stroke: #0f7cc7;
  stroke-width: 6;
}

.harmonics-string-line {
  stroke: rgba(15, 23, 42, 0.72);
  stroke-width: 3;
}

.harmonics-muted-length {
  fill: rgba(15, 23, 42, 0.05);
}

.harmonics-fret-marker {
  fill: rgba(252, 252, 253, 0.96);
  stroke: rgba(15, 23, 42, 0.52);
  stroke-width: 2;
}

.harmonics-node-line {
  stroke-linecap: round;
  stroke-opacity: 0.92;
}

.harmonics-node-dot {
  stroke: rgba(252, 252, 253, 0.92);
  stroke-width: 2;
}

.harmonics-pluck-line {
  stroke: #0f7cc7;
  stroke-dasharray: 8 8;
  stroke-width: 2;
}

.harmonics-pluck-label,
.harmonics-axis-label,
.harmonics-bar-label {
  fill: rgba(15, 23, 42, 0.74);
  font-size: 14px;
  font-family: inherit;
}

.harmonics-fret-label {
  fill: #0f7cc7;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.harmonics-axis-title {
  fill: rgba(15, 23, 42, 0.82);
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
}

.harmonics-grid-line {
  stroke: rgba(107, 114, 128, 0.18);
  stroke-width: 1;
}

.harmonics-bar-active {
  fill: #0f7cc7;
}

.harmonics-bar-muted {
  fill: rgba(107, 114, 128, 0.22);
}

.harmonics-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.85rem;
  font-size: 0.84rem;
  color: rgba(15, 23, 42, 0.7);
}
.harmonics-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.harmonics-legend i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.legend-node {
  background: #0f7cc7;
}

.legend-pluck {
  width: 18px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: #0f7cc7;
}

.legend-marker {
  background: rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(15, 23, 42, 0.24);
}

.harmonics-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
}
.harmonics-stats div {
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.72);
}
.harmonics-stats dt {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.58);
}
.harmonics-stats dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.harmonics-stats-compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.harmonics-stats-compact div {
  min-width: 0;
}
.harmonics-stats-compact dd {
  font-size: 0.88rem;
  line-height: 1.3;
  word-break: break-word;
}

.harmonics-nodes-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.harmonics-nodes-list p {
  margin: 0;
  color: rgba(15, 23, 42, 0.72);
}

.harmonics-node-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.72);
}
.harmonics-node-card strong {
  font-size: 0.94rem;
}
.harmonics-node-card span {
  font-size: 0.84rem;
  color: rgba(15, 23, 42, 0.72);
}

.harmonics-table-wrap {
  overflow-x: auto;
}

.harmonics-detail-toggle {
  margin: 0 0 1rem;
}
.harmonics-detail-toggle summary {
  cursor: pointer;
  list-style: none;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72);
}
.harmonics-detail-toggle summary::-webkit-details-marker {
  display: none;
}
.harmonics-detail-toggle summary::before {
  content: "+ ";
}
.harmonics-detail-toggle[open] summary::before {
  content: "− ";
}

.harmonics-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.harmonics-table th,
.harmonics-table td {
  padding: 0.75rem 0.85rem;
  border-top: 1px solid rgba(107, 114, 128, 0.14);
  text-align: left;
  white-space: nowrap;
}
.harmonics-table th {
  border-top: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.harmonics-table .is-present {
  background: rgba(15, 124, 199, 0.05);
}

.string-tree-tool {
  margin: 0 0 2rem;
}

.page-string-tree .post-content > :not(.string-tree-tool) {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
}

.post-content > .string-tree-tool {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.string-tree-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.string-tree-field,
.string-tree-summary-card,
.string-tree-panel {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 12px;
  background: #ffffff;
}

.string-tree-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
  padding: 0.75rem 0.85rem;
}
.string-tree-field span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}
.string-tree-field small {
  font-size: 0.76rem;
  line-height: 1.3;
  color: rgba(15, 23, 42, 0.62);
}
.string-tree-field input,
.string-tree-field select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 8px;
  background: #fcfcfd;
  color: #0f172a;
  padding: 0.55rem 0.68rem;
  font: inherit;
}

.string-tree-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  grid-column: span 2;
}

.string-tree-summary-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem 0.9rem;
}
.string-tree-summary-card span,
.string-tree-summary-card small {
  color: rgba(15, 23, 42, 0.62);
}
.string-tree-summary-card span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.string-tree-summary-card strong {
  font-size: 1.15rem;
  white-space: nowrap;
}
.string-tree-summary-card small {
  font-size: 0.8rem;
  white-space: nowrap;
}

.string-tree-panel {
  padding: 1rem;
}

.string-tree-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.9rem;
}
.string-tree-panel-header h3 {
  margin: 0 0 0.3rem;
  font-size: 0.96rem;
}
.string-tree-panel-header p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.7);
}

.string-tree-analysis-select {
  width: clamp(12rem, 22vw, 16rem);
  flex: 0 0 auto;
}

.string-tree-add,
.string-tree-remove {
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 8px;
  background: #fcfcfd;
  color: #0f172a;
  padding: 0.55rem 0.8rem;
  font: inherit;
  cursor: pointer;
}

.string-tree-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.string-tree-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  table-layout: auto;
}
.string-tree-table th,
.string-tree-table td {
  padding: 0.75rem 0.65rem;
  border-top: 1px solid rgba(107, 114, 128, 0.14);
  text-align: left;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: break-word;
}
.string-tree-table th {
  border-top: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.string-tree-table input,
.string-tree-table select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 8px;
  background: #fcfcfd;
  color: #0f172a;
  padding: 0.5rem 0.6rem;
  font: inherit;
}

.string-tree-table th:nth-child(1),
.string-tree-table td:nth-child(1) {
  width: 6rem;
}

.string-tree-table th:nth-child(2),
.string-tree-table td:nth-child(2) {
  width: 4.25rem;
}

.string-tree-table th:nth-child(3),
.string-tree-table td:nth-child(3) {
  width: 4.85rem;
}

.string-tree-table th:nth-child(4),
.string-tree-table td:nth-child(4),
.string-tree-table th:nth-child(5),
.string-tree-table td:nth-child(5) {
  width: 8rem;
}

.string-tree-table th:nth-child(6),
.string-tree-table td:nth-child(6) {
  width: 9rem;
}

.string-tree-table th:nth-child(7),
.string-tree-table td:nth-child(7) {
  width: 3.5rem;
  text-align: right;
}

.string-tree-table .string-tree-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 1;
}

.string-tree-note {
  min-width: 5.5rem;
}

.string-tree-gauge,
.string-tree-prenut {
  min-width: 0;
}

.string-tree-prenut {
  min-width: 5rem;
}

.string-tree-cell-primary {
  font-size: 0.92rem;
  line-height: 1.35;
}

.string-tree-cell-meta {
  margin-top: 0.15rem;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.string-tree-table td:nth-child(2) .string-tree-cell-meta,
.string-tree-table td:nth-child(3) .string-tree-cell-meta {
  white-space: nowrap;
}

.string-cascade-tool .string-tree-table th:nth-child(1),
.string-cascade-tool .string-tree-table td:nth-child(1) {
  width: 6rem;
}

.string-cascade-tool .string-tree-table th:nth-child(2),
.string-cascade-tool .string-tree-table td:nth-child(2) {
  width: 4.6rem;
}

.string-cascade-tool .string-tree-table th:nth-child(3),
.string-cascade-tool .string-tree-table td:nth-child(3) {
  width: 5rem;
}

.string-cascade-tool .string-tree-table th:nth-child(4),
.string-cascade-tool .string-tree-table td:nth-child(4),
.string-cascade-tool .string-tree-table th:nth-child(5),
.string-cascade-tool .string-tree-table td:nth-child(5) {
  width: 8rem;
}

.string-cascade-tool .string-tree-table th:nth-child(6),
.string-cascade-tool .string-tree-table td:nth-child(6) {
  width: 3.5rem;
  text-align: right;
}

.string-tree-table tr.is-selected {
  background: rgba(15, 124, 199, 0.07);
}

.string-tree-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.string-tree-sequence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.string-tree-graph-card {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.6);
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
}
.string-tree-graph-card h4 {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-height: 2.1em;
  white-space: nowrap;
}
.string-tree-graph-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.string-tree-analysis-grid .string-tree-graph-card:last-child {
  grid-column: 1/-1;
}

.string-tree-sequence-card {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.6);
  padding: 0.85rem;
  margin-top: 1rem;
}
.string-tree-sequence-card h4 {
  margin: 0 0 0.6rem;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.string-tree-summary-card-panel {
  margin-top: 1rem;
}

.string-cascade-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.string-cascade-results-panel {
  margin-top: 1rem;
}

.string-cascade-graph-shell {
  overflow: hidden;
  border: 1px solid rgba(107, 114, 128, 0.14);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.55);
}

.string-cascade-spectrum-shell {
  overflow: hidden;
  border: 1px solid rgba(107, 114, 128, 0.14);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.55);
}

#string-cascade-graph {
  display: block;
  width: 100%;
  min-width: 960px;
  height: auto;
}

#string-cascade-lanes,
#string-tree-cascade-lanes {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
}

.string-cascade-graph-bg {
  fill: rgba(252, 252, 253, 0.75);
}

.string-cascade-column-title {
  fill: rgba(15, 23, 42, 0.64);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.string-cascade-edge-underlay {
  fill: none;
  stroke: rgba(252, 252, 253, 0.92);
  stroke-linecap: round;
}

.string-cascade-edge {
  fill: none;
  stroke-linecap: round;
}

.string-cascade-edge-order-1 {
  stroke: rgba(15, 124, 199, 0.95);
}

.string-cascade-edge-order-2 {
  stroke: rgba(21, 153, 71, 0.95);
}

.string-cascade-edge-order-3 {
  stroke: rgba(217, 119, 6, 0.95);
}

.string-cascade-node {
  stroke-width: 1;
}

.string-cascade-node-open {
  fill: rgba(71, 85, 105, 0.1);
  stroke: rgba(71, 85, 105, 0.45);
}

.string-cascade-node-after {
  fill: rgba(15, 124, 199, 0.1);
  stroke: rgba(15, 124, 199, 0.45);
}

.string-cascade-node-label,
.string-cascade-node-detail,
.string-cascade-empty {
  fill: rgba(15, 23, 42, 0.82);
  font-family: inherit;
}

.string-cascade-node-label {
  font-size: 11px;
  font-weight: 700;
}

.string-cascade-node-detail {
  fill: rgba(15, 23, 42, 0.62);
  font-size: 10px;
}

.string-cascade-empty {
  font-size: 13px;
}

.string-cascade-strength-bar {
  fill: #159947;
}

.string-cascade-lane-line {
  stroke: rgba(107, 114, 128, 0.22);
  stroke-width: 1;
}

.string-cascade-match-guide {
  stroke: rgba(217, 119, 6, 0.28);
  stroke-linecap: round;
}

.string-cascade-lane-label,
.string-cascade-lane-stem-label,
.string-cascade-total-label,
.string-cascade-total-value {
  fill: rgba(15, 23, 42, 0.82);
  font-family: inherit;
}

.string-cascade-lane-label {
  font-size: 11px;
  font-weight: 700;
}

.string-cascade-lane-stem {
  stroke-width: 2.25;
  stroke-linecap: round;
}

.string-cascade-lane-stem-label {
  font-size: 10px;
  fill: rgba(15, 23, 42, 0.66);
}

.string-tree-callout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.string-tree-callout {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.85rem 0.95rem;
}
.string-tree-callout span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.string-tree-callout p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}

.string-tree-sequence-header {
  margin-bottom: 0.2rem;
}

.string-tree-sequence-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 24rem;
}

.string-tree-sequence-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
  table-layout: fixed;
}
.string-tree-sequence-table th,
.string-tree-sequence-table td {
  padding: 0.55rem 0.5rem;
  border-top: 1px solid rgba(107, 114, 128, 0.14);
  text-align: left;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.string-tree-sequence-table th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
  border-top: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.string-tree-grid-line {
  stroke: rgba(107, 114, 128, 0.18);
  stroke-width: 1;
}

.string-tree-axis-label,
.string-tree-bar-label,
.string-tree-tick-label,
.string-tree-axis-title {
  fill: rgba(15, 23, 42, 0.74);
  font-family: inherit;
}

.string-tree-axis-label {
  font-size: 11px;
}

.string-tree-bar-label {
  fill: rgba(15, 23, 42, 0.82);
  font-size: 11px;
}

.string-tree-tick-label {
  fill: rgba(15, 23, 42, 0.56);
  font-size: 10px;
}

.string-tree-axis-title {
  font-size: 12px;
  font-weight: 700;
}

.string-tree-bar-open {
  fill: #475569;
}

.string-tree-bar-after {
  fill: #0f7cc7;
}

.string-tree-bar-overlap {
  fill: #159947;
}

.cursor-scaling-tool {
  margin: 0 0 2rem;
}

.post-content > .cursor-scaling-tool {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.cursor-scaling-intro {
  margin-bottom: 0.85rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
}
.cursor-scaling-intro p {
  margin: 0;
  color: rgba(15, 23, 42, 0.74);
}

.cursor-scaling-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.cursor-scaling-field,
.cursor-scaling-panel,
.cursor-scaling-summary-card,
.cursor-scaling-compare-card {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 12px;
  background: #ffffff;
}

.cursor-scaling-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
  padding: 0.75rem 0.85rem;
}
.cursor-scaling-field span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}
.cursor-scaling-field small {
  font-size: 0.76rem;
  line-height: 1.3;
  color: rgba(15, 23, 42, 0.62);
}
.cursor-scaling-field input,
.cursor-scaling-field select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 8px;
  background: #fcfcfd;
  color: #0f172a;
  padding: 0.55rem 0.68rem;
  font: inherit;
}

.cursor-scaling-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.cursor-scaling-panel {
  padding: 1rem;
}

.cursor-scaling-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.9rem;
}
.cursor-scaling-panel-header h3 {
  margin: 0 0 0.3rem;
  font-size: 0.96rem;
}
.cursor-scaling-panel-header p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.7);
}

.cursor-scaling-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.cursor-scaling-summary-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
}
.cursor-scaling-summary-card span,
.cursor-scaling-summary-card small {
  color: rgba(15, 23, 42, 0.62);
}
.cursor-scaling-summary-card span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cursor-scaling-summary-card strong {
  font-size: 1.15rem;
}
.cursor-scaling-summary-card small {
  font-size: 0.8rem;
  line-height: 1.3;
}
.cursor-scaling-summary-card.is-primary {
  background:
    radial-gradient(circle at top right, rgba(15, 124, 199, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
}

.cursor-scaling-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.cursor-scaling-stats,
.cursor-scaling-traversal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
}
.cursor-scaling-stats div,
.cursor-scaling-traversal-grid div {
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.72);
}
.cursor-scaling-stats dt,
.cursor-scaling-traversal-grid dt {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.58);
}
.cursor-scaling-stats dd,
.cursor-scaling-traversal-grid dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.cursor-scaling-compare {
  display: grid;
  gap: 0.75rem;
}

.cursor-scaling-compare-card {
  padding: 0.85rem 0.95rem;
}
.cursor-scaling-compare-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 0.65rem;
}
.cursor-scaling-compare-head strong {
  font-size: 0.92rem;
}
.cursor-scaling-compare-head span {
  color: rgba(15, 23, 42, 0.76);
  font-weight: 700;
}
.cursor-scaling-compare-card p {
  margin: 0.55rem 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.84rem;
  line-height: 1.4;
}

.cursor-scaling-bar-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.9);
  overflow: hidden;
}
.cursor-scaling-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}
.cursor-scaling-bar-fill.is-source {
  background: #0f7cc7;
}
.cursor-scaling-bar-fill.is-target {
  background: #159947;
}
.cursor-scaling-bar-fill.is-current {
  background: #d97706;
}

.cursor-scaling-detail-toggle {
  margin: 1rem 0 0;
}
.cursor-scaling-detail-toggle summary {
  cursor: pointer;
  list-style: none;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72);
}
.cursor-scaling-detail-toggle summary::-webkit-details-marker {
  display: none;
}
.cursor-scaling-detail-toggle summary::before {
  content: "+ ";
}
.cursor-scaling-detail-toggle[open] summary::before {
  content: "− ";
}

.cursor-scaling-copy p {
  margin: 0 0 0.6rem;
}
.cursor-scaling-copy p:last-child {
  margin-bottom: 0;
}

.latency-tool {
  margin: 0 0 2rem;
}

.post-content > .latency-tool {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.latency-controls-shell {
  margin-bottom: 1rem;
  padding: 0.38rem 0.42rem;
  border: 1px solid rgba(107, 114, 128, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.96));
}

.latency-controls-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.32rem;
}

.latency-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.16rem;
  align-items: start;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.latency-group-title {
  margin: 0;
  display: block;
  min-height: 0;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.74);
}

.latency-controls {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.26rem;
}

.latency-controls-core {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.latency-controls-buffers {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.latency-controls-environment {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.latency-controls-note {
  margin: 0.18rem 0 0;
  font-size: 0.6rem;
  color: rgba(15, 23, 42, 0.54);
}

.latency-field,
.latency-panel,
.latency-summary-card,
.latency-callout {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 12px;
  background: #ffffff;
}

.latency-field {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
  padding: 0.28rem 0.34rem;
  border-radius: 7px;
  border-color: rgba(107, 114, 128, 0.22);
  box-shadow: none;
  align-self: stretch;
}
.latency-field span {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72);
}
.latency-controls-groups .latency-field span {
  white-space: nowrap;
}
.latency-field small {
  font-size: 0.72rem;
  line-height: 1.3;
  color: rgba(15, 23, 42, 0.62);
}
.latency-distance-field {
  gap: 0.22rem;
}
.latency-distance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.22rem;
}
.latency-mini-field {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}
.latency-mini-field small {
  margin: 0;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}
.latency-field input,
.latency-field select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 5px;
  background: #f8fafc;
  color: #0f172a;
  min-height: 1.72rem;
  padding: 0.2rem 0.32rem;
  font: inherit;
  line-height: 1.2;
}

.latency-inline-pair {
  display: grid;
  grid-template-columns: minmax(5.6rem, 1fr) 4.7rem;
  gap: 0.22rem;
}

.latency-inline-pair-compact {
  grid-template-columns: minmax(0, 1fr) 3.5rem;
}

.latency-field-pair {
  grid-column: span 2;
}

.latency-field-pair-compact {
  grid-column: auto;
}

.latency-inline-pair-compact select {
  min-width: 0;
}

.latency-panel {
  padding: 1rem;
}

.latency-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.9rem;
}
.latency-panel-header h3 {
  margin: 0 0 0.3rem;
  font-size: 0.96rem;
}
.latency-panel-header p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.7);
}

.latency-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.latency-browser-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
  align-items: end;
}

.latency-browser-actions {
  display: flex;
  align-items: stretch;
}

.latency-browser-button {
  width: 100%;
  min-height: 2.15rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(107, 114, 128, 0.24);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.94);
  color: #ffffff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.latency-browser-status {
  margin: 0 0 0.75rem;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.84rem;
}

.latency-browser-copy {
  margin: 0 0 0.7rem;
  color: rgba(15, 23, 42, 0.7);
  font-size: 0.88rem;
  line-height: 1.45;
}

.latency-browser-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.latency-summary-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
}
.latency-summary-card span,
.latency-summary-card small {
  color: rgba(15, 23, 42, 0.62);
}
.latency-summary-card span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.latency-summary-card strong {
  font-size: 1.15rem;
}
.latency-summary-card small {
  font-size: 0.8rem;
  line-height: 1.3;
}
.latency-summary-card.is-primary {
  background:
    radial-gradient(circle at top right, rgba(217, 119, 6, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
}

.latency-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.latency-stats,
.latency-callout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
}
.latency-stats div {
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(252, 252, 253, 0.72);
}
.latency-stats dt {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.58);
}
.latency-stats dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.latency-callout-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.latency-callout {
  padding: 0.85rem 0.95rem;
}
.latency-callout span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.latency-callout p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.92rem;
}

.latency-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.latency-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.latency-table th,
.latency-table td {
  padding: 0.75rem 0.65rem;
  border-top: 1px solid rgba(107, 114, 128, 0.14);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.latency-table th {
  border-top: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.latency-table tr.is-active {
  background: rgba(217, 119, 6, 0.08);
}

.latency-detail-toggle {
  margin: 1rem 0 0;
}
.latency-detail-toggle summary {
  cursor: pointer;
  list-style: none;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72);
}
.latency-browser-toggle summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.65rem;
  align-items: baseline;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(248, 250, 252, 0.98));
  color: rgba(15, 23, 42, 0.84);
}
.latency-browser-toggle-title {
  font-size: 0.82rem;
}
.latency-browser-toggle-hint {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(15, 23, 42, 0.62);
}
.latency-detail-toggle summary::-webkit-details-marker {
  display: none;
}
.latency-detail-toggle summary::before {
  content: "+ ";
}
.latency-detail-toggle[open] summary::before {
  content: "− ";
}

.latency-copy p {
  margin: 0 0 0.6rem;
}
.latency-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .latency-controls-core {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .latency-controls-buffers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latency-controls-environment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latency-layout,
  .latency-summary-grid,
  .latency-callout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latency-browser-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latency-browser-actions {
    grid-column: 1 / -1;
  }
  .latency-browser-toggle summary {
    align-items: flex-start;
  }
  .latency-stats {
    grid-template-columns: 1fr;
  }
  .cursor-scaling-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cursor-scaling-layout,
  .cursor-scaling-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cursor-scaling-stats,
  .cursor-scaling-traversal-grid {
    grid-template-columns: 1fr;
  }
  .string-tree-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .string-cascade-source-grid {
    grid-template-columns: 1fr;
  }
  .string-tree-analysis-grid {
    grid-template-columns: 1fr;
  }
  .string-tree-sequence-grid {
    grid-template-columns: 1fr;
  }
  .string-tree-callout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .latency-group {
    gap: 0.18rem;
  }
  .latency-layout,
  .latency-summary-grid,
  .latency-callout-grid {
    grid-template-columns: 1fr;
  }
  .latency-controls-core,
  .latency-controls-buffers,
  .latency-controls-environment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latency-inline-pair {
    grid-template-columns: minmax(0, 1fr) 3.6rem;
  }
  .latency-controls-note {
    margin-left: 0;
    font-size: 0.56rem;
  }
  .latency-field-pair {
    grid-column: auto;
  }
  .latency-panel,
  .latency-field {
    padding: 0.46rem;
  }
  .latency-controls-shell {
    padding: 0.38rem;
  }
  .latency-panel {
    padding: 0.78rem 0.85rem;
  }
  .latency-panel-header {
    margin-bottom: 0.65rem;
  }
  .latency-summary-card,
  .latency-callout,
  .latency-stats div {
    padding: 0.68rem 0.74rem;
  }
  .latency-field span {
    font-size: 0.5rem;
  }
  .latency-field input,
  .latency-field select {
    min-height: 1.9rem;
    padding: 0.24rem 0.34rem;
  }
  .latency-distance-grid {
    grid-template-columns: 1fr;
  }
  .latency-browser-controls,
  .latency-browser-stats {
    grid-template-columns: 1fr;
  }
  .latency-table {
    font-size: 0.84rem;
  }
  .cursor-scaling-controls,
  .cursor-scaling-layout,
  .cursor-scaling-summary-grid,
  .cursor-scaling-pair {
    grid-template-columns: 1fr;
  }
  .cursor-scaling-panel,
  .cursor-scaling-field {
    padding: 0.85rem;
  }
  .string-tree-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  .string-tree-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  .string-tree-field {
    padding: 0.62rem 0.7rem;
    gap: 0.24rem;
  }
  .string-tree-field small {
    font-size: 0.68rem;
    line-height: 1.22;
  }
  .string-tree-panel {
    padding: 0.85rem;
  }
}
@media (max-width: 520px) {
  .string-tree-controls,
  .string-tree-summary {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1100px) {
  .post-content > .harmonics-tool {
    width: 100%;
  }
  .harmonics-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .harmonics-layout,
  .harmonics-summary-grid,
  .harmonics-stats-compact,
  .harmonics-nodes-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .harmonics-controls {
    grid-template-columns: 1fr;
  }
  .harmonics-panel {
    padding: 0.85rem;
  }
  .harmonics-layout,
  .harmonics-summary-grid,
  .harmonics-stats,
  .harmonics-stats-compact,
  .harmonics-nodes-list {
    grid-template-columns: 1fr;
  }
  .harmonics-table {
    font-size: 0.85rem;
  }
}

.dawchart {
  display: grid;
  gap: 1.15rem;
  margin: 1rem 0 1.5rem;
  width: 100%;
  max-width: 100%;
}
.dawchart,
.dawchart * {
  box-sizing: border-box;
}
.dawchart-hero,
.dawchart-panel {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}
.dawchart-hero {
  padding: 1.2rem 1.3rem 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(217, 70, 39, 0.12), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
}
.dawchart-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #9a3412;
  margin-bottom: 0.55rem;
}
.dawchart-hero h2 {
  margin: 0 0 0.6rem;
  font-size: 1.55rem;
  line-height: 1.15;
  text-wrap: balance;
}
.dawchart-hero p {
  margin: 0;
  max-width: 52rem;
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.74);
  text-wrap: pretty;
}
.dawchart-toolbar,
.dawchart-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  min-width: 0;
}
.dawchart-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}
.dawchart-panel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 1rem;
}
.dawchart-panel-head {
  margin-bottom: 0.9rem;
}
.dawchart-panel-head h3,
.dawchart-panel-head p,
.dawchart-note-block h4,
.dawchart-domain h4,
.dawchart-idea-grid h4 {
  margin: 0;
}
.dawchart-panel-head h3 {
  font-size: 0.96rem;
  margin-bottom: 0.28rem;
  text-wrap: balance;
}
.dawchart-panel-head p,
.dawchart-profile span,
.dawchart-idea-grid p {
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.45;
  text-wrap: pretty;
}
.dawchart-profile-list,
.dawchart-rank-list,
.dawchart-domain-list,
.dawchart-idea-grid {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}
.dawchart-picker-section + .dawchart-picker-section {
  margin-top: 0.55rem;
}
.dawchart-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}
.dawchart-map-scope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-bottom: 0.7rem;
}
.dawchart-map-scope-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.64);
}
.dawchart-map-scope-button {
  appearance: none;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0.24rem 0.6rem;
}
.dawchart-map-actions button,
.dawchart-file-button {
  appearance: none;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
}
.dawchart-map-actions input[type=file] {
  display: none;
}
.dawchart-map-text {
  width: 100%;
  min-height: 15rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  font: 0.84rem/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  padding: 0.8rem;
  resize: vertical;
}
.dawchart-map-status {
  margin-top: 0.55rem;
  font-size: 0.8rem;
  color: rgba(15, 23, 42, 0.68);
}
.dawchart-map-status.is-error {
  color: #b91c1c;
}
.dawchart-rank-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.34rem;
}
.dawchart-profile-list {
  grid-template-columns: repeat(auto-fit, minmax(6.2rem, 1fr));
  gap: 0.34rem;
}
.dawchart-rank-panel {
  position: sticky;
  top: calc(var(--site-nav-height, 42px) + 0.35rem);
  z-index: 4;
  width: min(100%, 48rem);
  max-width: 48rem;
  margin-inline: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 250, 252, 0.985));
  backdrop-filter: blur(10px);
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 0s;
}
.dawchart-rank-panel.is-released {
  position: static;
}
.dawchart-rank-panel.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}
.dawchart-rank-panel .dawchart-panel-head {
  display: none;
}
.dawchart-edit-toolbar {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}
.dawchart-detail-head {
  margin: -0.15rem -0.15rem 0.6rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 250, 252, 0.985));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
}
.dawchart-panel.is-head-fixed {
  padding-top: 6.2rem;
}
.dawchart-detail-head.is-fixed {
  position: fixed;
  top: calc(var(--site-nav-height, 42px) + 0.35rem);
  z-index: 3;
  margin-bottom: 0;
}
.dawchart-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.8rem;
}
.dawchart-section-head > div {
  min-width: 0;
}
.dawchart-matrix-edit-note {
  margin: 0 0 0.7rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(194, 65, 12, 0.22);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.96));
  color: rgba(124, 45, 18, 0.92);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}
.dawchart-mode-button {
  appearance: none;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.4rem 0.68rem;
  white-space: nowrap;
}
.dawchart-mode-button.is-active {
  border-color: rgba(194, 65, 12, 0.55);
  background: rgba(255, 247, 237, 0.98);
  color: #9a3412;
}
.dawchart-mode-button.is-secondary {
  font-weight: 600;
}
.dawchart-dirty-indicator {
  justify-self: end;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.58);
  white-space: nowrap;
}
.dawchart-dirty-indicator.is-dirty {
  color: #b45309;
}
.dawchart-profile-editor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem 0.7rem;
  margin: 0.55rem 0 0.7rem;
  padding: 0.65rem;
  border: 1px solid rgba(107, 114, 128, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
}
.dawchart-profile-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.5rem;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}
.dawchart-profile-row span {
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dawchart-profile-row span::after {
  content: ":";
}
.dawchart-profile-row input,
.dawchart-score-input {
  width: 100%;
  border: 1px solid rgba(107, 114, 128, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: inherit;
  font: inherit;
  font-variant-numeric: tabular-nums;
  padding: 0.28rem 0.42rem;
}
.dawchart-profile-row input {
  text-align: right;
  font-size: 0.78rem;
}
@media screen and (max-width: 1180px) {
  .dawchart-profile-editor {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 860px) {
  .dawchart-profile-editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 560px) {
  .dawchart-profile-editor {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dawchart-score-input {
  min-width: 0;
  text-align: center;
  font-size: 0.78rem;
}
.dawchart-profile-row input:focus,
.dawchart-score-input:focus {
  outline: none;
  border-color: rgba(194, 65, 12, 0.55);
  box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.18);
}
.dawchart-profile-row input::-webkit-outer-spin-button,
.dawchart-profile-row input::-webkit-inner-spin-button,
.dawchart-score-input::-webkit-outer-spin-button,
.dawchart-score-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dawchart-cell.is-editable {
  cursor: cell;
  box-shadow: inset 0 0 0 1px rgba(194, 65, 12, 0.18);
}
.dawchart-cell.is-editable:hover {
  background: rgba(255, 247, 237, 0.96) !important;
  box-shadow: inset 0 0 0 2px rgba(194, 65, 12, 0.35);
}
.dawchart-cell.is-editing {
  padding: 0.08rem;
  background: rgba(255, 247, 237, 0.98) !important;
}
.dawchart-profile {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.4rem 0.55rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.76rem;
  font-weight: 700;
}
.dawchart-profile.is-active,
.dawchart-rank-card.is-active {
  border-color: rgba(194, 65, 12, 0.55);
  box-shadow: inset 0 0 0 2px rgba(194, 65, 12, 0.5);
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.98), rgba(255, 255, 255, 0.95));
}
.dawchart-slider {
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(107, 114, 128, 0.16);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  background: rgba(255, 255, 255, 0.84);
}
.dawchart-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dawchart-slider input[type=range] {
  width: 100%;
}
.dawchart-slider-value {
  font-size: 0.82rem;
  font-weight: 700;
  color: #9a3412;
}
.dawchart-rank-card {
  position: relative;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.38rem 0.52rem;
  text-align: left;
  cursor: pointer;
  min-width: 0;
  overflow: hidden;
}
.dawchart-rank-fill {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.18), rgba(245, 158, 11, 0.32));
  pointer-events: none;
}
.dawchart-rank-card strong {
  white-space: nowrap;
  font-size: 0.78rem;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.dawchart-rank-top,
.dawchart-domain-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.dawchart-rank-top {
  margin-bottom: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.dawchart-rank-score,
.dawchart-domain-head strong {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  flex: 0 0 auto;
}
.dawchart-rank-score {
  font-size: 0.72rem;
}
.dawchart-domain-bar {
  position: relative;
  width: 100%;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
  overflow: hidden;
}
.dawchart-domain-bar span {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ea580c, #f59e0b);
}
.dawchart-domain-bar span:first-child {
  left: 0;
  border-radius: 999px;
}
.dawchart-domain-bar.is-diverging span {
  width: 0;
}
.dawchart-domain-bar.is-diverging .is-negative {
  right: 50%;
  background: linear-gradient(90deg, #f87171, #dc2626);
  border-radius: 999px 0 0 999px;
}
.dawchart-domain-bar.is-diverging .is-positive {
  left: 50%;
  background: linear-gradient(90deg, #16a34a, #86efac);
  border-radius: 0 999px 999px 0;
}
.dawchart-domain-zero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(15, 23, 42, 0.28);
  transform: translateX(-0.5px);
  z-index: 1;
}
.dawchart-matrix-wrap {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}
.dawchart-matrix {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.74rem;
  table-layout: fixed;
}
.dawchart-matrix th,
.dawchart-matrix td {
  padding: 0.32rem 0.18rem;
  border-right: 1px solid rgba(107, 114, 128, 0.12);
  border-bottom: 1px solid rgba(107, 114, 128, 0.12);
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.dawchart-matrix thead th {
  background: rgba(248, 250, 252, 0.98);
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.6);
  white-space: nowrap;
}
.dawchart-matrix thead th:first-child,
.dawchart-matrix tbody th {
  background: rgba(255, 255, 255, 0.98);
}
.dawchart-matrix thead th:first-child {
  text-align: left;
}
.dawchart-matrix tbody th {
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dawchart-matrix td,
.dawchart-matrix thead th:not(:first-child) {
  cursor: pointer;
}
.dawchart-matrix thead th:not(:first-child) {
  width: 3rem;
}
.dawchart-detail-matrix col.dawchart-col-label {
  width: 9.5rem;
}
.dawchart-detail-matrix col.dawchart-col-score {
  width: 3rem;
}
.dawchart-matrix .is-active-col,
.dawchart-matrix .dawchart-matrix-daw.is-active {
  box-shadow: inset 0 0 0 1px rgba(194, 65, 12, 0.22);
}
.dawchart-matrix td.is-total {
  font-weight: 700;
}
.dawchart-matrix tr.is-summary th,
.dawchart-matrix tr.is-summary td {
  font-weight: 700;
}
.dawchart-detail-matrix tr.is-repeat-header th {
  background: rgba(248, 250, 252, 0.98);
  text-align: center;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.58);
  white-space: nowrap;
}
.dawchart-detail-matrix tr.is-repeat-header th:first-child {
  text-align: left;
}
.dawchart-detail-matrix tr.is-summary th,
.dawchart-detail-matrix td.is-section-label {
  background: rgba(241, 245, 249, 0.96);
}
.dawchart-detail-matrix tr.is-summary th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.64);
  white-space: nowrap;
}
.dawchart-detail-matrix tr.is-detail th,
.dawchart-detail-matrix tr.is-detail td {
  font-size: 0.72rem;
}
.dawchart-detail-matrix tr.is-detail th {
  color: rgba(15, 23, 42, 0.72);
  font-weight: 500;
}
.dawchart-criterion-label {
  display: inline-block;
  width: 100%;
  padding-left: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.dawchart-matrix th:first-child,
.dawchart-matrix td:first-child {
  border-left: 1px solid rgba(107, 114, 128, 0.12);
}
.dawchart-matrix thead tr:first-child th {
  border-top: 1px solid rgba(107, 114, 128, 0.12);
}
.dawchart-matrix thead th:first-child {
  border-top-left-radius: 12px;
}
.dawchart-matrix thead th:last-child {
  border-top-right-radius: 12px;
}
.dawchart-matrix tbody tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
.dawchart-matrix tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.dawchart-mini-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}
.dawchart-mini-metrics div,
.dawchart-domain,
.dawchart-note-block,
.dawchart-idea-grid article {
  border: 1px solid rgba(107, 114, 128, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
}
.dawchart-mini-metrics div {
  padding: 0.75rem 0.8rem;
}
.dawchart-mini-metrics dt,
.dawchart-domain dl dt {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
}
.dawchart-mini-metrics dd,
.dawchart-domain dl dd {
  margin: 0;
  font-weight: 600;
}
.dawchart-domain {
  padding: 0.75rem 0.8rem;
}
.dawchart-domain-head {
  margin-bottom: 0.38rem;
}
.dawchart-domain h4 {
  text-wrap: balance;
}
.dawchart-domain-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dawchart-domain-meta {
  margin-top: 0.48rem;
  font-size: 0.78rem;
  color: rgba(15, 23, 42, 0.66);
}
.dawchart-notes {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.9rem;
}
.dawchart-note-block {
  padding: 0.85rem 0.95rem;
}
.dawchart-note-block h4 {
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}
.dawchart-note-block ul {
  margin: 0;
  padding-left: 1.1rem;
}
.dawchart-note-block li + li {
  margin-top: 0.35rem;
}
.dawchart-idea-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dawchart-idea-grid article {
  padding: 0.95rem;
}
.dawchart-idea-grid h4 {
  margin-bottom: 0.35rem;
  font-size: 0.94rem;
  text-wrap: balance;
}

@media (max-width: 980px) {
  .dawchart-rank-panel,
  .dawchart-rank-panel.is-released {
    position: static;
  }
  .dawchart-idea-grid {
    grid-template-columns: 1fr;
  }
  .dawchart-layout,
  .dawchart-domain-list {
    grid-template-columns: 1fr;
  }
  .dawchart-mini-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dawchart-profile-list {
    grid-template-columns: repeat(auto-fit, minmax(5.8rem, 1fr));
  }
  .dawchart-rank-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .dawchart-hero,
  .dawchart-panel {
    padding: 0.85rem;
  }
  .dawchart-hero h2 {
    font-size: 1.28rem;
  }
  .dawchart-domain-list {
    grid-template-columns: 1fr;
  }
}
.copy-button {
  margin-left: 10px;
  opacity: 0.18;
}

.copy-button:hover {
  opacity: 1;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  transition: color 0.2s linear, border-color 0.2s linear;
}

.meta-analysis-shell {
  display: grid;
  gap: 1.6rem;
  min-width: 0;
}

.meta-analysis-intro,
.meta-analysis-meta {
  max-width: 54rem;
}

.meta-analysis-meta {
  margin-top: -0.8rem;
  color: rgba(15, 23, 42, 0.64);
  font-size: 0.92rem;
}

.meta-section {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.meta-panel {
  min-width: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.meta-panel h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.meta-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.9rem;
}

.meta-card {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.meta-card-value {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.meta-card-label {
  margin-top: 0.35rem;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.meta-two-up,
.meta-outlier-grid {
  display: grid;
  gap: 1rem;
}

.meta-two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.meta-outlier-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.meta-chart {
  min-width: 0;
  display: grid;
  gap: 0.55rem;
}

.meta-bar-row,
.meta-health-row,
.meta-stack-row {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr) 4rem;
  gap: 0.7rem;
  align-items: center;
}

.meta-bar-label,
.meta-bar-value {
  font-size: 0.84rem;
}

.meta-bar-label {
  color: rgba(15, 23, 42, 0.76);
  overflow-wrap: anywhere;
}

.meta-bar-value {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.meta-bar-track,
.meta-health-track,
.meta-stack-track {
  position: relative;
  min-height: 0.72rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  overflow: hidden;
}

.meta-bar-fill,
.meta-health-fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.82), rgba(37, 99, 235, 0.45));
}

.meta-stack-track {
  display: flex;
}

.meta-stack-segment {
  display: block;
  height: 100%;
}

.meta-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  margin-top: 0.9rem;
  font-size: 0.78rem;
  color: rgba(15, 23, 42, 0.7);
}

.meta-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.meta-legend i {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
}

.meta-line-chart {
  width: 100%;
  height: auto;
  color: #2563eb;
}

.meta-line-chart text {
  fill: rgba(15, 23, 42, 0.64);
  font-size: 11px;
}

.meta-word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.8rem;
  line-height: 1.1;
}

.meta-word-cloud span {
  color: rgba(17, 24, 39, 0.88);
}

.meta-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.meta-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.meta-table th,
.meta-table td {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  vertical-align: top;
}

.meta-table th {
  text-align: left;
  background: rgba(37, 99, 235, 0.05);
}

.meta-heatmap-table {
  min-width: 42rem;
}

.meta-heatmap-table th,
.meta-heatmap-table td {
  text-align: center;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.meta-heatmap-table thead th:first-child,
.meta-heatmap-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: left;
  background: #ffffff;
}

.meta-heatmap-table thead th:first-child {
  z-index: 2;
}

.meta-heatmap-table-cell {
  min-width: 2.4rem;
  color: rgba(15, 23, 42, 0.84);
}

@media screen and (max-width: 980px) {
  .meta-two-up,
  .meta-outlier-grid {
    grid-template-columns: 1fr;
  }
  .meta-bar-row,
  .meta-health-row,
  .meta-stack-row {
    grid-template-columns: 7rem minmax(0, 1fr) 3.5rem;
  }
}
@media screen and (max-width: 720px) {
  .post-content > .meta-analysis-shell {
    max-width: 100%;
  }
  .meta-bar-row,
  .meta-health-row,
  .meta-stack-row {
    grid-template-columns: 1fr;
  }
  .meta-bar-value {
    text-align: left;
  }
}
/**
 * Syntax highlighting styles
 */
.highlight {
  color: #111827;
}
.highlighter-rouge .highlight {
  color: #111827;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=site.css.map */

.freebees-shell {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.freebees-hero,
.freebees-filter-panel,
.freebees-card {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 16px;
  background: #ffffff;
}

.freebees-hero,
.freebees-filter-panel {
  padding: 1rem 1.05rem;
}

.freebees-hero {
  background: linear-gradient(135deg, rgba(244, 251, 247, 0.96), rgba(247, 250, 255, 0.98));
}

.freebees-hero p,
.freebees-filter-head p,
.freebees-section-head p,
.freebees-card p {
  margin: 0;
}

.freebees-filter-panel,
.freebees-section {
  display: grid;
  gap: 0.85rem;
}

.freebees-filter-head h3,
.freebees-section-head h3,
.freebees-card h4 {
  margin: 0 0 0.2rem;
}

.freebees-filter-groups {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  gap: 0.7rem 0.9rem;
  justify-content: start;
  align-items: start;
}

.freebees-filter-group {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.freebees-filter-group-cost,
.freebees-filter-group-format,
.freebees-filter-group-platform {
  padding: 0.42rem 0.48rem 0.46rem;
  border: 1px solid rgba(107, 114, 128, 0.14);
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.72);
}

.freebees-filter-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}

.freebees-filter-label-row {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.freebees-filter-inline-buttons {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  flex-wrap: wrap;
}

.freebees-filter-reset {
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(15, 23, 42, 0.68);
  padding: 0.1rem 0.42rem;
  font: inherit;
  font-size: 0.64rem;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
}

.freebees-filter-inline {
  padding: 0.14rem 0.44rem;
  font-size: 0.68rem;
  width: auto;
  justify-self: start;
}

.freebees-filter-group-type {
  grid-column: 1 / -1;
}

.freebees-filter-group-type .freebees-filters {
  grid-template-columns: repeat(auto-fit, minmax(6rem, max-content));
}

.freebees-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.6rem, max-content));
  gap: 0.45rem;
  align-items: start;
}

.freebees-filter-group-cost .freebees-filters {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.freebees-filter-group-format .freebees-filters {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.freebees-filter-group-platform .freebees-filters {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.freebees-filter {
  border: 1px solid rgba(107, 114, 128, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  padding: 0.34rem 0.56rem;
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
  cursor: pointer;
  justify-self: stretch;
  width: 100%;
  text-align: center;
}

.freebees-filter.is-active {
  border-color: rgba(15, 118, 110, 0.4);
  background: rgba(15, 118, 110, 0.1);
  color: #115e59;
}

.freebees-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.freebees-count {
  font-size: 0.84rem;
  color: rgba(15, 23, 42, 0.64);
}

.freebees-status {
  font-size: 0.88rem;
  color: rgba(15, 23, 42, 0.68);
}

.freebees-results,
.freebees-tier-block,
.freebees-category-block {
  display: grid;
  gap: 0.8rem;
}

.freebees-tier-heading,
.freebees-category-head h4 {
  margin: 0;
}

.freebees-tier-heading {
  font-size: 1.08rem;
}

.freebees-category-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.freebees-category-count {
  font-size: 0.78rem;
  color: rgba(15, 23, 42, 0.62);
}

.freebees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 0.9rem;
}

.freebees-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.freebees-card[hidden] {
  display: none;
}

.freebees-card-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: start;
}

.freebees-kind {
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.6);
}

.freebees-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.freebees-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  font-size: 0.76rem;
  color: rgba(15, 23, 42, 0.74);
}

.freebees-badges .is-libre {
  background: rgba(13, 148, 136, 0.12);
  color: #115e59;
}

.freebees-badges .is-gratis {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.freebees-badges .is-legacy {
  background: rgba(245, 158, 11, 0.14);
  color: #92400e;
}

.freebees-note {
  color: rgba(15, 23, 42, 0.72);
}

.freebees-empty {
  padding: 1rem;
  border: 1px solid rgba(107, 114, 128, 0.18);
  border-radius: 16px;
  background: #ffffff;
}

@media (max-width: 700px) {
  .freebees-hero,
  .freebees-filter-panel,
  .freebees-card {
    padding: 0.82rem;
  }

  .freebees-shell {
    gap: 0.9rem;
  }

  .freebees-hero {
    padding: 0.72rem 0.8rem;
  }

  .freebees-filter-head p {
    display: none;
  }

  .freebees-filter-groups {
    grid-template-columns: max-content max-content max-content;
    gap: 0.55rem;
    overflow-x: auto;
    padding-bottom: 0.12rem;
    -webkit-overflow-scrolling: touch;
  }

  .freebees-filter-group {
    gap: 0.28rem;
  }

  .freebees-filter-group-cost,
  .freebees-filter-group-format,
  .freebees-filter-group-platform {
    padding: 0.38rem 0.42rem 0.4rem;
  }

  .freebees-filter {
    padding: 0.28rem 0.45rem;
    font-size: 0.74rem;
  }

  .freebees-filter-inline {
    padding: 0.12rem 0.36rem;
    font-size: 0.64rem;
  }

  .freebees-filter-reset {
    padding: 0.08rem 0.36rem;
    font-size: 0.6rem;
  }

  .freebees-filter-group-type {
    min-width: 0;
  }

  .freebees-filter-group-type .freebees-filters {
    grid-template-columns: repeat(auto-fit, minmax(5rem, max-content));
    gap: 0.35rem;
  }

  .freebees-section-head,
  .freebees-card-head {
    display: grid;
    gap: 0.35rem;
  }
}
@media (max-width: 420px) {
  .latency-controls-core,
  .latency-controls-buffers,
  .latency-controls-environment,
  .string-tree-controls,
  .string-tree-summary {
    grid-template-columns: 1fr;
  }
  .string-tree-summary {
    grid-column: auto;
  }
}
