[data-theme="gerecht"] { --color-base-100: #faf7f2; --color-base-200: #f0ebe0; --color-base-300: #e6ddcc; --color-base-content: #1a1a1a; --color-primary: #c7512e; --color-primary-content: #faf7f2; --color-secondary: #1c3144; --color-secondary-content: #faf7f2; --color-accent: #e6a817; --color-accent-content: #1a1a1a; --color-neutral: #2a2a2a; --color-neutral-content: #faf7f2; --rounded-box: 0.125rem; --rounded-btn: 0; --rounded-badge: 0; --animation-btn: 0.15s; --animation-input: 0.15s; --btn-focus-scale: 0.97; --tab-radius: 0; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; background-color: #faf7f2; } body { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.05rem; color: #1a1a1a; background-color: #faf7f2; line-height: 1.7; } h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; } h2 { font-size: 1.75rem; margin: 3.5rem 0 2.4rem; } h2:first-of-type { margin-top: 0; } h3 { font-size: 1.2rem; margin: 2.5rem 0 1.3rem; } h4 { font-size: 1rem; margin: 1.5rem 0 1rem; } .stat-num { font-family: 'JetBrains Mono', 'Courier New', monospace; font-weight: 600; } .source-ref { font-family: 'JetBrains Mono', 'Courier New', monospace; font-size: 0.7rem; color: #c7512e; vertical-align: super; cursor: help; } .divider-dash { width: 100%; height: 3px; background: repeating-linear-gradient(90deg, #c7512e 0, #c7512e 8px, transparent 8px, transparent 12px); opacity: 0.5; margin: 2.5rem 0; } .pullq { border-left: 4px solid #c7512e; padding: 1rem 0 1rem 2rem; margin: 2.5rem 0; font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; font-style: italic; color: #1c3144; background: rgba(199,81,46,0.04); } .stat-box { background: #f0ebe0; border: 1px solid #e6ddcc; padding: 1.5rem; position: relative; } .stat-box::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; height: 4px; background: #c7512e; } .stat-box h4 { margin: 0 0 0.5rem; font-size: 0.95rem; } .stat-box p { margin: 0; } .src-tag { display: inline-block; background: #1c3144; color: #e6a817; font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; padding: 0.12rem 0.45rem; margin: 0.12rem; text-decoration: none; } .src-tag:hover { background: #c7512e; color: #fff; } .dark-sect { background: #1c3144; color: #f0ebe0; } .dark-sect h2 { margin-top: 0; } .dark-sect .pullq { color: #e6a817; border-color: #e6a817; background: rgba(230,168,23,0.06); } .dark-sect .stat-box { background: rgba(240,235,224,0.08); border-color: rgba(240,235,224,0.15); } .cta-btn { display: inline-block; background: #c7512e; color: #faf7f2; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 600; padding: 0.85rem 2rem; text-decoration: none; letter-spacing: 0.03em; transition: background 0.2s; border: 2px solid #c7512e; } .cta-btn:hover { background: transparent; color: #c7512e; } .cta-outline { display: inline-block; background: transparent; color: #c7512e; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 600; padding: 0.85rem 2rem; text-decoration: none; letter-spacing: 0.03em; border: 2px solid #c7512e; transition: all 0.2s; } .cta-outline:hover { background: #c7512e; color: #faf7f2; } .party-tag { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; padding: 0.15rem 0.55rem; margin: 0.15rem; border: 1px solid; } .party-no { background: rgba(199,81,46,0.1); border-color: #c7512e; color: #c7512e; } .party-yes { background: rgba(28,49,68,0.08); border-color: #1c3144; color: #1c3144; } .sticky-nav { position: sticky; top: 0; z-index: 50; background: #faf7f2; border-bottom: 1px solid #e6ddcc; padding: 0.5rem 0; overflow-x: auto; white-space: nowrap; font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; -webkit-overflow-scrolling: touch; } .sticky-nav a { color: #1a1a1a; text-decoration: none; padding: 0.25rem 0.6rem; opacity: 0.55; } .sticky-nav a:hover { opacity: 1; color: #c7512e; } footer { background: #0d1b2a; color: #e6ddcc; font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; line-height: 1.9; } footer a { color: #e6a817; text-decoration: none; word-break: break-all; } footer a:hover { color: #c7512e; } p { margin-bottom: 0.85rem; } p:last-child { margin-bottom: 0; } .chart-wrap { margin: 2rem 0; } .chart-note { font-size: 0.8rem; text-align: center; opacity: 0.7; } .kachel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.6rem; } @media (max-width: 768px) { body { font-size: 1rem; } h2 { font-size: 1.45rem; margin: 2.5rem 0 2rem; } h3 { font-size: 1.1rem; } h1 { font-size: 1.8rem !important; } .pullq { font-size: 1.1rem; padding-left: 1.2rem; } .stat-box { padding: 1rem; } .sticky-nav { font-size: 0.62rem; } .sticky-nav a { padding: 0.2rem 0.45rem; } .cta-btn, .cta-outline { font-size: 0.75rem; padding: 0.7rem 1.3rem; } .donut-row { grid-template-columns: 1fr !important; } .donut-row > div:first-child { margin: 0 auto; max-width: 220px !important; } footer { font-size: 0.62rem; } } @media (max-width: 480px) { section[style*="padding"] { padding-left: 1rem !important; padding-right: 1rem !important; } h2 { font-size: 1.3rem; margin: 2rem 0 1.5rem; } .stat-num { font-size: 1.6rem !important; } .kachel-grid { grid-template-columns: repeat(2, 1fr); } }