html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{--color-bg: #fafaf9;--color-surface: #ffffff;--color-text: #1c1917;--color-muted: #57534e;--color-subtle: #78716c;--color-border: #e7e5e4;--color-accent: #1e3a5f;--color-accent-hover: #152a45;--color-accent-soft: #eef2f6;--color-product: #b45309;--color-product-soft: #fffbeb;--color-product-border: #fde68a;--color-org: #1e3a5f;--color-org-soft: #eef2f6;--color-org-border: #cbd5e1;--color-scrum: #0f766e;--color-scrum-soft: #f0fdfa;--color-scrum-border: #99f6e4;--color-mentoring: #9a3412;--color-mentoring-soft: #fff7ed;--color-mentoring-border: #fed7aa;--color-btn-on-accent: #ffffff;--radius: .75rem;--header-bg: #ffffff;--header-blur: none;--card-blur: none;--shadow-hero: 12px 12px 0 #c2410c, 24px 24px 0 rgb(30 58 95 / 15%);--shadow-card: 0 4px 20px rgb(30 58 95 / 8%)}html[data-theme=dark]{--color-bg: #0f172a;--color-surface: rgb(30 41 59 / 72%);--color-text: #f1f5f9;--color-muted: #94a3b8;--color-subtle: #64748b;--color-border: rgb(148 163 184 / 22%);--color-accent: #f97316;--color-accent-hover: #ea580c;--color-accent-soft: rgb(249 115 22 / 14%);--color-product: #fbbf24;--color-product-soft: rgb(251 191 36 / 10%);--color-product-border: rgb(251 191 36 / 22%);--color-org: #93c5fd;--color-org-soft: rgb(147 197 253 / 10%);--color-org-border: rgb(147 197 253 / 20%);--color-scrum: #5eead4;--color-scrum-soft: rgb(94 234 212 / 10%);--color-scrum-border: rgb(94 234 212 / 20%);--color-mentoring: #fb923c;--color-mentoring-soft: rgb(251 146 60 / 10%);--color-mentoring-border: rgb(251 146 60 / 22%);--color-btn-on-accent: #0f172a;--radius: 1rem;--header-bg: rgb(15 23 42 / 88%);--header-blur: blur(12px);--card-blur: blur(8px);--shadow-hero: 0 0 0 1px rgb(148 163 184 / 15%), 0 0 60px rgb(249 115 22 / 22%);--shadow-card: 0 8px 32px rgb(0 0 0 / 35%)}body{transition:background-color .35s ease,color .35s ease}.site-header{background:var(--header-bg);backdrop-filter:var(--header-blur)}.btn--primary{color:var(--color-btn-on-accent)}.hero{position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__deco{position:absolute;display:none}html[data-theme=light] .hero__deco--light{display:block;bottom:0;left:0;width:100%;height:7rem;color:#1e3a5f;opacity:.18}html[data-theme=dark] .hero__deco--dark{display:block;inset:-25% -15%;width:130%;height:150%;object-fit:cover;opacity:.85}.hero--split{position:relative}html[data-theme=light] .hero__photo{border:3px solid #fff;box-shadow:var(--shadow-hero)}html[data-theme=dark] .hero__photo{border:2px solid rgb(249 115 22 / 40%);box-shadow:var(--shadow-hero)}.hero__badge-pst{background:var(--color-surface);border-color:var(--color-org-border);color:var(--color-org)}.hero__stats{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}html[data-theme=dark] .hero__stats{display:none}.hero__stat{display:flex;flex-direction:column;gap:.15rem}.hero__stat strong{font-size:1.35rem;color:var(--color-accent);letter-spacing:-.02em}.hero__stat span{font-size:.8rem;color:var(--color-subtle)}.card{backdrop-filter:var(--card-blur)}html[data-theme=dark] .section--warm{background:linear-gradient(180deg,rgb(251 191 36 / 6%) 0%,var(--color-bg) 100%);border-color:var(--color-product-border)}html[data-theme=dark] .section--cool{background:linear-gradient(180deg,rgb(147 197 253 / 6%) 0%,var(--color-bg) 100%);border-color:var(--color-org-border)}html[data-theme=dark] .section--surface{background:#0f172a73}html[data-theme=dark] .trust-bar__link img{filter:brightness(0) invert(1);opacity:.82}html[data-theme=dark] .trust-bar__link img[alt*=Rebelsi]{filter:none;opacity:.95}html[data-theme=dark] .material-card:hover,html[data-theme=dark] .training-card:hover{box-shadow:var(--shadow-card)}html[data-theme=dark] .form-notice--success{background:#064e3b59;border-color:#34d39966;color:#d1fae5}html[data-theme=dark] .form-notice--error{background:#7f1d1d59;border-color:#f8717159;color:#fecaca}html[data-theme=dark] .form-group input,html[data-theme=dark] .form-group textarea,html[data-theme=dark] .form-group select{color:var(--color-text)}.site-header__inner{align-items:center}.site-header__tools{display:flex;align-items:center;gap:.75rem}@media(max-width:40rem){.site-header__inner{flex-wrap:wrap}.nav{order:3;width:100%}}.theme-toggle[data-astro-cid-x3pjskd3]{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.theme-toggle[data-astro-cid-x3pjskd3]:hover{color:var(--color-text);border-color:var(--color-accent)}.theme-toggle__icon[data-astro-cid-x3pjskd3]{width:1.1rem;height:1.1rem}[data-astro-cid-x3pjskd3][data-theme=light] .theme-toggle__icon--moon[data-astro-cid-x3pjskd3],[data-astro-cid-x3pjskd3][data-theme=dark] .theme-toggle__icon--sun[data-astro-cid-x3pjskd3]{display:none}
