:root{--theme-name:leonhart;--theme-primary:#1d8745;--theme-secondary:#131b17;--theme-bg:#0d1511;--theme-bg-soft:#111b17;--theme-surface:rgba(19,27,23,.94);--theme-surface-strong:#101714;--theme-border:rgba(82,127,101,.34);--theme-text:#f2f7f4;--theme-text-muted:#c7d2cb;--theme-primary-soft:rgba(29,135,69,.16);--theme-focus-ring:rgba(29,135,69,.18);--theme-button-text:#f3fff7;--home-hero-bg-image:url("/static/img/hero/leonhart/hero-leonhart-desktop.webp");--theme-gradient:radial-gradient(circle at 15% 0%, rgba(29,135,69,.20), transparent 26rem),linear-gradient(180deg,#101913 0%,#0d1410 38%,#090c0a 100%);--bg:var(--theme-bg);--bg-soft:var(--theme-bg-soft);--surface:var(--theme-surface);--surface-strong:var(--theme-surface-strong);--text:var(--theme-text);--muted:var(--theme-text-muted);--brand:var(--theme-primary);--brand-soft:var(--theme-primary-soft);--border:var(--theme-border)}body{background:var(--theme-gradient)}.btn{background:var(--theme-primary);border-color:var(--theme-primary);color:var(--theme-button-text)}.btn.secondary{background:transparent;border-color:var(--theme-border);color:var(--theme-text)}.nav a:hover,.nav a.active{background:var(--theme-primary-soft)}input:focus,select:focus,textarea:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-focus-ring)}