:root{color-scheme:light;--bg: #ffffff;--surface: #ffffff;--surface-soft: #f5f5f5;--ink: #111111;--muted: #5e5e5e;--line: #d8d8d8;--accent: #0057ff;--accent-strong: #003db8;--accent-ink: #ffffff;--marker: #0057ff;--shadow: none;--radius: 2px;--shell: 1120px;--section-y: 48px;--title-size: clamp(3.6rem, 13vw, 9rem);--heading-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--body-font)}[data-theme=editorial]{--bg: #fbf8f1;--surface: #ffffff;--surface-soft: #f3eee4;--ink: #1b1815;--muted: #6f6258;--line: #ded5c7;--accent: #8e3f2c;--accent-strong: #6c2c1f;--accent-ink: #ffffff;--marker: #b97346;--shadow: 0 22px 60px rgb(47 34 22 / 12%);--radius: 8px;--title-size: clamp(3.7rem, 13vw, 8.8rem);--heading-font: Georgia, "Times New Roman", serif}[data-theme=product]{--bg: #f5f7f8;--surface: #ffffff;--surface-soft: #eef5f4;--ink: #17201c;--muted: #5a6660;--line: #d5ddda;--accent: #0d766e;--accent-strong: #074f4a;--accent-ink: #ffffff;--marker: #b15f32;--shadow: 0 18px 55px rgb(16 28 24 / 10%);--radius: 8px}[data-theme=classic]{--bg: #f6f7f9;--surface: #ffffff;--surface-soft: #eef1f5;--ink: #1b2430;--muted: #596272;--line: #d4dae3;--accent: #244c7a;--accent-strong: #173454;--accent-ink: #ffffff;--marker: #6f7f93;--shadow: 0 16px 44px rgb(26 39 57 / 9%);--radius: 4px;--title-size: clamp(3.5rem, 12vw, 7.8rem)}[data-theme=console]{color-scheme:dark;--bg: #0b0f14;--surface: #101820;--surface-soft: #121d26;--ink: #ecf4ee;--muted: #9fb0a8;--line: #2b3c45;--accent: #6ee7b7;--accent-strong: #a7f3d0;--accent-ink: #092014;--marker: #f4d35e;--shadow: none;--radius: 2px;--title-size: clamp(3.2rem, 12vw, 7.5rem);--heading-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=console-cyan]{color-scheme:dark;--bg: #071118;--surface: #0d1a23;--surface-soft: #10212d;--ink: #eef8ff;--muted: #9db7c7;--line: #244556;--accent: #67e8f9;--accent-strong: #a5f3fc;--accent-ink: #06202a;--marker: #38bdf8;--shadow: none;--radius: 2px;--title-size: clamp(3.2rem, 12vw, 7.5rem);--heading-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=console-amber]{color-scheme:dark;--bg: #120f0a;--surface: #1b160f;--surface-soft: #241d12;--ink: #fff8e7;--muted: #c9b99a;--line: #473824;--accent: #fbbf24;--accent-strong: #fde68a;--accent-ink: #231604;--marker: #fb923c;--shadow: none;--radius: 2px;--title-size: clamp(3.2rem, 12vw, 7.5rem);--heading-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=console-violet]{color-scheme:dark;--bg: #100d1a;--surface: #171225;--surface-soft: #201936;--ink: #f6f0ff;--muted: #b9abc9;--line: #3b3156;--accent: #c4b5fd;--accent-strong: #ddd6fe;--accent-ink: #1a1230;--marker: #f0abfc;--shadow: none;--radius: 2px;--title-size: clamp(3.2rem, 12vw, 7.5rem);--heading-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink)}body{margin:0;min-width:320px}a{color:inherit;text-decoration-color:color-mix(in srgb,currentColor 35%,transparent);text-underline-offset:.18em}a:hover{color:var(--accent-strong)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--heading-font)}h1{max-width:12ch;margin-bottom:14px;font-size:var(--title-size);line-height:.88;letter-spacing:0}h2{font-size:clamp(1.5rem,3vw,2.55rem);line-height:1;letter-spacing:0}h3{margin-bottom:6px;font-size:1.08rem}.site-shell{width:min(var(--shell),calc(100% - 32px));margin:0 auto;padding:48px 0}.theme-switcher{position:sticky;z-index:10;top:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;width:min(var(--shell),calc(100% - 24px));margin:12px auto -42px;border:1px solid var(--line);border-radius:var(--radius);padding:8px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:var(--shadow);backdrop-filter:blur(14px)}.theme-switcher span{padding:0 8px;color:var(--muted);font-size:.82rem;font-weight:750}.theme-switcher__button{display:inline-flex;min-height:32px;align-items:center;border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);padding:0 10px;background:var(--surface-soft);color:var(--ink);font-size:.86rem;font-weight:750;text-decoration:none}.theme-switcher__button[aria-current=true]{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.intro{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:stretch;min-height:calc(100svh - 96px)}.intro__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,7vw,96px) 0}.eyebrow{margin:0 0 18px;color:var(--marker);font-size:.82rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.role{margin-bottom:24px;color:var(--accent-strong);font-size:clamp(1.4rem,3vw,2rem);font-weight:760}.summary{max-width:720px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);padding:0 18px;background:var(--surface);color:var(--ink);font-weight:760;text-decoration:none}.button--primary{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.button--primary:hover{color:var(--accent-ink);background:var(--accent-strong)}.contact-panel{align-self:center;display:grid;gap:14px;border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--surface);box-shadow:var(--shadow)}.contact-panel a{overflow-wrap:anywhere;font-weight:680}.section-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;border-top:1px solid var(--line);padding:var(--section-y) 0}.section-grid>h2{position:sticky;top:24px;align-self:start}.highlight-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}.highlight-list li,.entry{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.highlight-list li{padding:20px;color:var(--muted);line-height:1.55}.stack{display:grid;gap:18px}.entry{padding:24px}.entry__header{display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.entry__header p,.entry__header span,.education span{color:var(--muted)}.entry ul{margin:0;padding-left:1.1rem;color:var(--muted);line-height:1.6}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:var(--surface);color:var(--muted);font-size:.9rem;font-weight:760}.two-column{grid-template-columns:240px repeat(2,minmax(0,1fr))}.education{display:grid;gap:4px;line-height:1.45}.skill-groups{display:grid;gap:20px}.skill-group{display:grid;gap:10px}.skill-group h3{margin-bottom:0;color:var(--ink);font-size:.95rem;text-transform:uppercase}.language-inline{margin-bottom:0;color:var(--muted);line-height:1.55}[data-theme=swiss] .highlight-list li,[data-theme=swiss] .entry,[data-theme=swiss] .contact-panel{background:var(--surface)}[data-theme=editorial] h1{line-height:.95}[data-theme^=console] .eyebrow:before{content:"> "}[data-theme^=console] .section-grid>h2:before{content:"# ";color:var(--marker)}[data-theme^=console] .skill-group h3{color:var(--marker)}[data-theme^=console] .skill-group .tag-list span{background:color-mix(in srgb,var(--surface) 68%,transparent);color:var(--muted)}.printable,.printable body{background:#fff}.print-page{width:210mm;min-height:297mm;margin:0 auto;padding:14mm 16mm;background:#fff;color:#141817;font-size:10.5pt;line-height:1.35}.print-header,.print-entry__header,.print-columns{display:grid;grid-template-columns:1fr auto;gap:16px}.print-columns{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);align-items:start}.print-columns>div{min-width:0}.print-header{align-items:end;border-bottom:1px solid #cfd6d2;padding-bottom:12px}.print-header h1{max-width:none;margin-bottom:4px;font-size:30pt;line-height:1}.print-header p{margin-bottom:0;color:#0d766e;font-size:13pt;font-weight:700}address{display:grid;gap:2px;color:#4b5550;font-style:normal;text-align:right}.print-page section{border-bottom:1px solid #e1e5e2;padding:11px 0}.print-page h2{margin-bottom:6px;color:#0d766e;font-size:10pt;text-transform:uppercase}.print-page h3{margin-bottom:3px;font-size:11pt}.print-page ul{margin:6px 0 0;padding-left:15px}.print-entry+.print-entry{margin-top:8px}.print-entry{break-inside:avoid}.print-entry p,.print-entry__header span{margin-bottom:0;color:#4b5550}.print-skill-group{margin-bottom:4px;line-height:1.25}.print-language{overflow-wrap:anywhere}@media(max-width:820px){.site-shell{width:min(100% - 24px,680px);padding:24px 0}.theme-switcher{position:static;margin-bottom:-18px}.intro,.section-grid,.two-column{display:block;min-height:auto}.intro__content{padding:48px 0 28px}h1{font-size:clamp(3.2rem,19vw,5.8rem)}.contact-panel{margin-bottom:32px}.section-grid{padding:34px 0}.section-grid>h2{position:static;margin-bottom:18px}.highlight-list{grid-template-columns:1fr}.entry__header{display:grid}}@media print{@page{size:A4;margin:0}.print-page{width:auto;min-height:auto;padding:14mm 16mm}}
