/* i2c - tokens.css (wygenerowane z tokens.json). Nie edytuj ręcznie; zmieniaj tokens.json. */
:root, [data-theme="light"] {
  --paper: #ffffff;
  --canvas: #edeef0;
  --surface: #f7f7f8;
  --surface-raised: #ffffff;
  --surface-sunken: #e4e5e8;
  --line: #e1e2e6;
  --line-strong: #76787f;
  --ink: #000000;
  --ink-2: #3b3c41;
  --muted: #62636a;
  --faint: #c3c4c9;
  --inverse: #000000;
  --on-inverse: #ffffff;
  --focus: #000000;
  --accent-checker: #9ff09c;
  --accent-checker-soft: #e6f9e5;
  --accent-knowhow: #9fd4ff;
  --accent-knowhow-soft: #e5f2ff;
  --accent-chat: #d40a1e;
  --accent-chat-soft: #fde3e5;
  --accent-chat-on: #ffffff;
  --accent-spare-2: #cbbcff;
  --accent-i2c: #ff5a1f;
  --on-accent: #000000;
  --positive: #16733a;
  --negative: #b3261e;
  --shadow-float: 0 8px 24px rgba(0,0,0,0.08);
}
[data-theme="dark"] {
  --paper: #000000;
  --canvas: #0c0c0d;
  --surface: #161618;
  --surface-raised: #1f1f22;
  --surface-sunken: #0a0a0b;
  --line: #2a2a2e;
  --line-strong: #6b6c73;
  --ink: #ffffff;
  --ink-2: #d4d5d9;
  --muted: #9a9ba2;
  --faint: #3a3b40;
  --inverse: #ffffff;
  --on-inverse: #000000;
  --focus: #ffffff;
  --accent-checker: #9ff09c;
  --accent-checker-soft: #14241a;
  --accent-knowhow: #9fd4ff;
  --accent-knowhow-soft: #121e29;
  --accent-chat: #ee1524;
  --accent-chat-soft: #3b0d10;
  --accent-chat-on: #ffffff;
  --accent-spare-2: #cbbcff;
  --accent-i2c: #ff6a33;
  --on-accent: #000000;
  --positive: #5fd68a;
  --negative: #ff8a7a;
  --shadow-float: 0 8px 24px rgba(0,0,0,0.5);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --paper: #000000;
    --canvas: #0c0c0d;
    --surface: #161618;
    --surface-raised: #1f1f22;
    --surface-sunken: #0a0a0b;
    --line: #2a2a2e;
    --line-strong: #6b6c73;
    --ink: #ffffff;
    --ink-2: #d4d5d9;
    --muted: #9a9ba2;
    --faint: #3a3b40;
    --inverse: #ffffff;
    --on-inverse: #000000;
    --focus: #ffffff;
    --accent-checker: #9ff09c;
    --accent-checker-soft: #14241a;
    --accent-knowhow: #9fd4ff;
    --accent-knowhow-soft: #121e29;
    --accent-chat: #ee1524;
    --accent-chat-soft: #3b0d10;
    --accent-chat-on: #ffffff;
    --accent-spare-2: #cbbcff;
    --accent-i2c: #ff6a33;
    --on-accent: #000000;
    --positive: #5fd68a;
    --negative: #ff8a7a;
    --shadow-float: 0 8px 24px rgba(0,0,0,0.5);
  }
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  --radius-0: 0px;
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --control-sm: 32px;
  --control-md: 40px;
  --control-lg: 48px;
  --rule-w: 96px;
  --rule-h: 9px;
  --motif-stroke: 80px;
  --font-sans: "Mulish", "Helvetica Neue", Arial, sans-serif;
}
/* Marka (i2c.pl) */
.i2c-t-display { font-family: var(--font-sans); font-size: 96px; line-height: 0.95; font-weight: 900; letter-spacing: -0.01em; }
.i2c-t-display-sm { font-family: var(--font-sans); font-size: 64px; line-height: 1.0; font-weight: 900; letter-spacing: -0.01em; }
.i2c-t-contact { font-family: var(--font-sans); font-size: 18px; line-height: 1.5; font-weight: 400; letter-spacing: 0.04em; }
/* Aplikacje */
.i2c-t-h1 { font-family: var(--font-sans); font-size: 48px; line-height: 1.15; font-weight: 300; letter-spacing: -0.01em; }
.i2c-t-h1-strong { font-family: var(--font-sans); font-size: 48px; line-height: 1.15; font-weight: 700; letter-spacing: -0.01em; }
.i2c-t-h2 { font-family: var(--font-sans); font-size: 32px; line-height: 1.25; font-weight: 400; letter-spacing: normal; }
.i2c-t-h3 { font-family: var(--font-sans); font-size: 20px; line-height: 1.4; font-weight: 600; letter-spacing: normal; }
.i2c-t-metric-xl { font-family: var(--font-sans); font-size: 56px; line-height: 1.05; font-weight: 400; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.i2c-t-metric { font-family: var(--font-sans); font-size: 28px; line-height: 1.15; font-weight: 500; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.i2c-t-body { font-family: var(--font-sans); font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: normal; }
.i2c-t-body-sm { font-family: var(--font-sans); font-size: 14px; line-height: 1.45; font-weight: 400; letter-spacing: normal; }
.i2c-t-label { font-family: var(--font-sans); font-size: 11px; line-height: 1.45; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.i2c-t-caption { font-family: var(--font-sans); font-size: 12px; line-height: 1.35; font-weight: 400; letter-spacing: normal; }
