/* Zweck: zentrale Design-Tokens | Schicht: Tokens | Ladende Seiten: alle Shell-Seiten */
:root {
  --desk:#087f83;
  --ink:#12312f;
  --muted:#365b57;
  --accent:#007f7b;
  --accent2:#e85d2f;
  --shadow:0 14px 32px rgba(3,61,64,.22);
  --shell-max:1620px;
  --content:1020px;
  --sidebar:240px;
  --ad:320px;
  --gap:20px;
  --canvas-min:1100px;
  --mobile-bp:720px;
  --serif:Georgia,Cambria,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --sheet-gap:30px;
  --book-ink:#12312f;
  --book-muted:#365b57;
  --book-line:rgba(0,112,118,.34);
  --book-paper:#fff;
  --book-accent:#005c5c;
  --book-accent-2:#bf360c;
  --book-accent-3:#f2a42d;
  --book-shadow:0 14px 32px rgba(3,61,64,.2);
  --book-soft-shadow:0 10px 22px rgba(3,61,64,.14);
  --book-serif:Georgia,Cambria,"Times New Roman",Times,serif;
  --book-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --book-content-width:1020px;
  --site-ad-width:320px;
  --book-gap:20px;
  --site-shell-width:1620px;
  --site-page-height:2020px;
  --site-main-width:calc(var(--site-shell-width) - var(--site-ad-width) - var(--book-gap));
  --pdf-media-card-width:9cm;
  --affiliate-logo-height:1cm;
  --affiliate-logo-height-print:1cm;
  --amg-mint:#e4fbf8;
  --amg-mint-soft:#f4fbfb;
  --amg-paper:#fff;
  --amg-ink:#142c2e;
  --amg-muted:#536c6b;
  --amg-line:rgba(19,97,99,.14);
  --amg-teal:#0f7777;
  --amg-teal-soft:#dff7f3;
  --amg-orange:#d95f2b;
  --amg-shadow:0 18px 42px rgba(16,65,66,.11);
  --site-canvas-width:1640px;
  --site-shell-gap:4px;
  --site-content-fixed-width:calc(var(--site-canvas-width) - var(--site-ad-width) - var(--site-shell-gap));
  --site-content-inset-left:20px;
  --site-content-inset-right:0px;
  --site-desk-1:#e8e2d6;
  --site-desk-2:#ded7c8;
  --site-desk-3:#d3cbb9;
}

/* Globaler Dark-Mode-Tokenflip; Seitentypmodule konsumieren nur diese Werte. */
html[data-theme="dark"] {
  --amg-mint: #0d1e20;
  --amg-mint-soft: #132b2e;
  --amg-paper: #162b2e;
  --amg-ink: #edf7f5;
  --amg-muted: #b6cbc8;
  --amg-line: rgba(206, 235, 232, .2);
  --book-ink: #edf7f5;
  --book-muted: #b6cbc8;
  --book-paper: #142729;
  --book-line: rgba(206, 235, 232, .18);
  --site-desk-1: #0c1a1c;
  --site-desk-2: #102326;
  --site-desk-3: #172e31;
}
