:root {--font-size-sm: clamp(14.4px, 0.07vw + 14.13px, 15px);--font-size-base: clamp(18px, 0.23vw + 17.09px, 20px);--font-size-md: clamp(22.5px, 0.47vw + 20.61px, 26.66px);--font-size-lg: clamp(28.13px, 0.84vw + 24.76px, 35.54px);--font-size-xl: clamp(35.16px, 1.39vw + 29.6px, 47.37px);--font-size-xxl: clamp(43.95px, 2.18vw + 35.22px, 63.15px);--font-size-xxxl: clamp(54.93px, 3.32vw + 41.64px, 84.17px);--theme-primary: hsl(0, 0%, 0%);--theme-primary-hover: hsl(0, 0%, 20%);--theme-on-primary: #fff;--theme-bg: #fff;--theme-on-bg: #000;--theme-surface-1: #f2f2f2;--theme-on-surface-1: #000;--theme-surface-2: #cce6d0;--theme-on-surface-2: #000;--theme-shape-radius: clamp(1rem, 2rem, 3rem);--theme-button-border-radius: 3rem;--theme-transition: 0.2s ease-in-out;--theme-grid-gap: 1rem;--container-max-width: 1440px;--container-max-width-narrow: 960px;--container-padding: 0px;--theme-blog-post-header-width: 1200px;--theme-font-family-serif: 'Roboto Serif', Georgia, Cambria, 'Times New Roman', Times, serif;--theme-font-family-sans: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;}html, body {line-height: 1.5;font-family: var(--theme-font-family-sans);font-size: var(--font-size-base);color: var(--theme-on-bg);}h1, h2, h3 {font-family: var(--theme-font-family-serif);font-weight: 700;}h1 {font-size: var(--font-size-xxl);}h2 {font-size: var(--font-size-xl);}h3 {font-size: var(--font-size-lg);}h1, h2 {line-height: 1.1;font-weight: 700;}h3 {font-weight: 500;}h6 {font-size: var(--font-size-sm);}h1, h2, h3, h4, h5, h6, p {margin: 0 0 1rem 0;}blockquote {font-style: italic;font-size: var(--font-size-base);font-weight: 500;margin-bottom: 1rem;padding-left: 1.5rem;border-left: 0.25rem solid var(--theme-on-bg);}.content {padding-left: 1em;padding-right: 1em;}.instructions {line-height: 1.6;margin: 1rem 0;background: #4F39FA;padding: 1.0rem;border-radius: 0.4rem;color: var(--color-bg);}.instructions code {font-size: 0.875em;border: 0.1em solid var(--color-border);border-radius: 4px;padding: 0.15em 0.25em;}.link-card-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(30ch, 1fr));gap: 1rem;padding: 0;margin-left:-40px;}.word-wrap {-ms-word-break: break-all;word-break: break-all;word-break: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}