@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --blue:#1265f4; --ink:#0b2345; --muted:#4c668c; --line:#dce5f2; --pale:#f4f8ff;
  --font-family-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-mono:'JetBrains Mono', monospace;
  --fs-h1:2.25rem; --fs-h2:1.5rem; --fs-h3:1.125rem; --fs-body:.9375rem; --fs-small:.75rem; --fs-code:.84375rem;
  --fw-regular:400; --fw-medium:500; --fw-semibold:600; --fw-bold:700;
  --lh-heading:1.25; --lh-body-compact:1.35; --lh-code:1.4;
  --ls-tight:-.02em; --ls-body:-.01em; --ls-chart:.04em;
  --spacing-paragraph:.6em; --spacing-heading-bottom:.4em;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; padding-top:88px; color:var(--ink); font-family:var(--font-family-sans); font-size:var(--fs-body); line-height:var(--lh-body-compact); letter-spacing:var(--ls-body); font-weight:var(--fw-regular); -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
a { color:inherit; text-decoration:none; }
h1, h2, h3, h4, h5, h6 { font-family:var(--font-family-sans); line-height:var(--lh-heading); letter-spacing:var(--ls-tight); margin-top:1.2em; margin-bottom:var(--spacing-heading-bottom); scroll-margin-top:112px; }
h1 { font-size:var(--fs-h1); font-weight:var(--fw-bold); letter-spacing:-.025em; }
h2 { font-size:var(--fs-h2); font-weight:var(--fw-semibold); }
h3 { font-size:var(--fs-h3); font-weight:var(--fw-semibold); }
p { margin-top:0; margin-bottom:var(--spacing-paragraph); }
.chart-label, .chart-axis, .chart-legend { font-family:var(--font-family-sans); font-size:var(--fs-small); font-weight:var(--fw-semibold); letter-spacing:var(--ls-chart); text-transform:uppercase; }
pre, code { font-family:var(--font-family-mono); font-size:var(--fs-code); font-variant-ligatures:normal; }
pre { line-height:var(--lh-code); padding:12px 16px; border-radius:6px; overflow-x:auto; margin-bottom:var(--spacing-paragraph); }
p code, li code { padding:2px 5px; border-radius:4px; }
.topbar { position:fixed; z-index:10; inset:0 0 auto; height:88px; border-bottom:1px solid var(--line); background:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 28px 0 26px; }
.brand { display:flex; align-items:center; gap:12px; }.topbar .brand-logo { display:block; flex:0 0 218px; width:218px !important; max-width:218px; height:49px !important; max-height:49px; object-fit:contain; object-position:left center; }.brand-copy small { color:#526989; display:block; font-size:11px; line-height:1.25; max-width:180px; }@media (max-width:950px) { .topbar .brand-logo { flex-basis:190px; width:190px !important; max-width:190px; height:43px !important; max-height:43px; }.topbar { padding:0 14px !important; }.top-nav { gap:11px !important; } }@media (max-width:700px) { .brand-copy { display:none; }.top-nav > a { display:none; }.topbar .brand-logo { flex-basis:170px; width:170px !important; max-width:170px; height:40px !important; max-height:40px; } }@media (max-width:600px) { .topbar { padding:0 10px !important; }.top-nav { gap:7px !important; }.topbar .brand-logo { flex-basis:150px; width:150px !important; max-width:150px; height:35px !important; max-height:35px; } }@media (max-width:480px) { .language-switcher { display:none; }.topbar .brand-logo { flex-basis:142px; width:142px !important; max-width:142px; height:33px !important; max-height:33px; } }
.brand-mark { width:52px; height:62px; display:flex; gap:4px; transform:rotate(-29deg); align-items:center; }.brand-mark i { background:#1467f5; display:block; border-radius:3px; width:13px; height:43px; }.brand-mark i:nth-child(2){height:51px}.brand-mark i:nth-child(3){height:43px}
.top-nav { height:100%; display:flex; gap:38px; align-items:center; }.top-nav a { height:100%; display:grid; align-items:center; font-size:var(--fs-small); font-weight:var(--fw-semibold); border-bottom:2px solid transparent; }.top-nav a.active { color:var(--blue); border-color:var(--blue); }
.language-switcher { display:flex; align-items:center; gap:0; padding:3px; border:1px solid #c8d7ed; border-radius:7px; background:#fff; color:#647794; font-size:var(--fs-small); font-weight:var(--fw-semibold); }.language-switcher > span { display:none; }.top-nav .language-switcher a { height:auto; padding:5px 8px; border:0; border-radius:4px; color:#647794; line-height:1; }.top-nav .language-switcher a[aria-current="true"], .top-nav .language-switcher a.is-active { background:var(--blue); color:#fff; box-shadow:0 2px 5px rgba(18,101,244,.2); }.top-nav .language-switcher a:hover { color:var(--blue); }.top-nav .language-switcher a[aria-current="true"]:hover, .top-nav .language-switcher a.is-active:hover { color:#fff; background:#0c54d4; }.top-nav .language-switcher a:focus-visible { outline:2px solid #80a9ff; outline-offset:2px; }
.menu-toggle, .mobile-menu { display:none; }
.back-to-top { position:fixed; right:236px; bottom:26px; z-index:8; width:44px; height:44px; border:0; border-radius:50%; background:var(--blue); color:#fff; box-shadow:0 8px 18px rgba(18,101,244,.28); cursor:pointer; font-size:24px; font-weight:var(--fw-semibold); line-height:1; opacity:0; pointer-events:none; transform:translateY(10px); transition:opacity .2s ease, transform .2s ease, background-color .2s ease; }.back-to-top:hover { background:#0c54d4; }.back-to-top:focus-visible { outline:3px solid #a9c7ff; outline-offset:3px; }.back-to-top.is-visible { opacity:1; pointer-events:auto; transform:translateY(0); }
.site-layout { min-height:calc(100vh - 88px); display:grid; grid-template-columns:247px 1fr; }.sidebar { border-right:1px solid var(--line); padding:48px 11px; }.eyebrow { color:#647794; letter-spacing:var(--ls-chart); font-weight:var(--fw-semibold); font-size:var(--fs-small); margin:1px 0 18px; }.side-nav { display:grid; gap:7px; }.side-nav a { height:47px; display:flex; align-items:center; padding:0 16px; border-left:3px solid transparent; gap:15px; border-radius:10px; font-weight:var(--fw-semibold); font-size:var(--fs-small); }.side-nav a span { color:#506783; font-size:25px; width:18px; text-align:center; }.side-nav a.active { color:var(--blue); border-left-color:var(--blue); background:#eaf1ff; }.side-nav a.active span { color:var(--blue); }
.download-card { position:relative; width:207px; margin-top:56px; border:1px solid #c8dcff; background:#f5f9ff; border-radius:10px; padding:22px 16px 17px 54px; min-height:190px; }.download-icon { position:absolute; font-size:30px; color:var(--blue); left:17px; top:28px; }.download-card h2 { font-size:var(--fs-small); line-height:var(--lh-body-compact); margin:0 0 9px; }.download-card p { color:#4f6890; font-size:11px; line-height:var(--lh-body-compact); margin:0 0 14px; }.download-card a { background:#2856ee; color:white; display:block; border-radius:7px; padding:12px 4px; text-align:center; font-size:var(--fs-small); font-weight:var(--fw-semibold); margin-left:-38px; }
.home-content { background:#fbfcff; padding:34px 28px 62px; }.hero { min-height:690px; border:1px solid #dbe6f5; border-radius:14px; background:linear-gradient(120deg,#f7faff,#eff6ff); display:grid; grid-template-columns:1fr 1fr; align-items:center; padding:82px 84px; }.hero-copy { max-width:635px; }.hero h1 { margin:0 0 24px; }.hero-copy p { color:var(--muted); font-size:var(--fs-body); line-height:var(--lh-body-compact); max-width:650px; margin:0 0 46px; }.hero-actions { display:flex; gap:14px; }.button { min-width:218px; height:56px; display:flex; align-items:center; justify-content:center; gap:15px; border-radius:6px; font-size:var(--fs-small); font-weight:var(--fw-semibold); }.button-primary { background:#2c59ed; color:white; box-shadow:0 13px 22px #cbd9ff; }.button-secondary { border:1px solid #b5c7e1; background:#fff; }
.hero-text-only { display:flex; align-items:flex-start; justify-content:center; padding:72px 56px 82px; }.hero-text-only .hero-copy { width:min(100%, 780px); max-width:780px; }.hero-text-only .hero-copy p { max-width:none; margin-bottom:1.35rem; }.hero-text-only .hero-copy p:last-child { color:var(--ink); margin-top:2rem; }
.hero-visual-only { display:flex; align-items:center; justify-content:center; padding:0; overflow:hidden; }.hero-illustration { display:block; width:auto; max-width:100%; max-height:min(690px, calc(100dvh - 132px)); height:auto; }.hero-html { min-height:min(690px, calc(100dvh - 132px)); grid-template-columns:minmax(0, 1.05fr) minmax(360px, .95fr); gap:4rem; padding:clamp(36px, 4.25vw, 64px); align-items:start; }.hero-html h1 { font-size:clamp(1.45rem, 2.25vw, 2.55rem); line-height:1.2; letter-spacing:-.035em; }.accent-blue { color:#315df0; }.accent-teal { color:#398eac; }.accent-gold { color:#e59b29; }.hero-html__intro { display:flex; min-height:100%; flex-direction:column; }.hero-html__statement { max-width:33rem; margin:clamp(2.5rem, 5.5vh, 6.25rem) 0 0; color:var(--ink); font-size:clamp(.9rem, 1.1vw, 1.08rem); font-weight:var(--fw-semibold); line-height:1.5; }.hero-html__statement strong { color:#168c81; display:inline-block; margin-top:.4rem; }.hero-html__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }.hero-action { min-height:42px; display:inline-flex; align-items:center; justify-content:center; padding:0 15px; border:1px solid #b5c7e1; border-radius:7px; background:#fff; color:var(--ink); font-size:var(--fs-small); font-weight:var(--fw-semibold); transition:background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }.hero-action:hover { border-color:#7da3f8; background:#f3f7ff; color:var(--blue); }.hero-action:focus-visible { outline:3px solid #a9c7ff; outline-offset:3px; }.hero-action--primary { border-color:#2856ee; background:#2856ee; color:#fff; box-shadow:0 8px 16px rgba(40,86,238,.2); }.hero-action--primary:hover { border-color:#0c54d4; background:#0c54d4; color:#fff; transform:translateY(-1px); }.hero-html__benefits { display:grid; gap:clamp(1rem, 2.7vh, 2.15rem); padding-top:.4rem; }.hero-benefit { display:grid; grid-template-columns:58px 1fr; align-items:center; gap:1.1rem; }.hero-benefit svg { width:58px; height:58px; padding:13px; border-radius:14px; fill:none; stroke:currentColor; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; }.hero-benefit p { margin:0; color:var(--ink); font-size:clamp(.9rem, 1.1vw, 1.08rem); line-height:1.48; }.hero-benefit--blue { color:#315df0; }.hero-benefit--blue svg { background:#eaf0ff; }.hero-benefit--teal { color:#398eac; }.hero-benefit--teal svg { background:#e7f4f7; }.hero-benefit--gold { color:#df9421; }.hero-benefit--gold svg { background:#fff4df; }
.framework-wheel { height:440px; position:relative; min-width:580px; }.ring { position:absolute; left:50%; top:50%; width:255px; height:255px; transform:translate(-50%,-50%); border-radius:50%; background:conic-gradient(#1e91d5 0 20%,#20ae79 20% 40%,#f5a11d 40% 60%,#8235d9 60% 80%,#2c5be8 80%); padding:25px; box-shadow:0 18px 28px #d9e4f4; }.ring::before { content:""; display:block; width:100%; height:100%; background:#f7faff; border-radius:50%; }.people-icon { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:7px; padding-top:36px; }.people-icon i { background:#0c2448; width:25px; height:25px; border-radius:50%; }.people-icon i:nth-child(2){width:31px;height:31px}.people-icon b { position:absolute; width:96px; height:45px; border-radius:6px 6px 2px 2px; background:#0c2448; top:137px; transform:skew(-18deg); }
.tag { position:absolute; width:179px; height:63px; border:1px solid; border-radius:9px; display:flex; align-items:center; gap:15px; padding:0 18px; font-size:27px; font-weight:var(--fw-semibold); background:#fff; }.tag span { font-size:var(--fs-small); letter-spacing:var(--ls-chart); }.tag::after { content:""; position:absolute; height:1px; width:57px; background:currentColor; opacity:.2; top:50%; }.tag-principios { color:#1265f4; border-color:#adc9ff; background:#edf4ff; left:37px; top:26px; }.tag-principios::after,.tag-personas::after { left:100%; }.tag-procesos { color:#008759; border-color:#b5dfc8; background:#edfbf4; right:26px; top:26px; }.tag-procesos::after,.tag-mejora::after { right:100%; }.tag-personas { color:#8132d8; border-color:#d8b9fb; background:#fbf4ff; left:37px; bottom:9px; }.tag-mejora { color:#db7904; border-color:#f3cb94; background:#fff7ec; right:26px; bottom:9px; }
.content-page { display:grid; grid-template-columns:minmax(550px, 1fr) 216px; min-height:calc(100vh - 88px); }.page-main { display:flex; justify-content:center; padding:72px 56px 70px; }.page-main > p { color:var(--muted); font-size:var(--fs-body); line-height:var(--lh-body-compact); margin:0; }.page-empty { border-left:1px solid var(--line); padding:75px 28px; }.page-empty .eyebrow { margin:0 0 22px; }.page-empty p { border-left:1px solid #cfdbeb; margin:0; padding-left:18px; color:#69809f; font-size:var(--fs-small); line-height:var(--lh-body-compact); }.page-toc { display:grid; gap:10px; border-left:1px solid #cfdbeb; padding-left:18px; }.page-toc a { color:#69809f; font-size:var(--fs-small); line-height:var(--lh-body-compact); }.page-toc a:hover, .page-toc a:focus-visible { color:var(--blue); }.page-toc .toc-level-h3 { padding-left:10px; font-size:11px; }
.article-content { width:min(100%, 760px); }.article-content h1 { margin-top:0; }.article-content p { color:var(--muted); font-size:var(--fs-body); line-height:1.65; margin-bottom:1.45rem; }.article-content strong { color:var(--ink); font-weight:var(--fw-bold); }
.article-content a { color:var(--blue); text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:2px; }.article-content a:hover, .article-content a:focus-visible { color:#0c54d4; }
.article-next-action { margin-top:2.5rem !important; }.article-content .article-next-action a { display:inline-flex; align-items:center; gap:10px; min-height:46px; padding:0 19px; border-radius:7px; background:#2856ee; color:#fff; font-size:var(--fs-small); font-weight:var(--fw-semibold); text-decoration:none; box-shadow:0 8px 16px rgba(40,86,238,.2); }.article-content .article-next-action a:hover { background:#0c54d4; color:#fff; }.article-content .article-next-action a:focus-visible { outline:3px solid #a9c7ff; outline-offset:3px; }
.article-page-navigation { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:3rem; padding-top:1.15rem; border-top:1px solid var(--line); }.article-page-navigation a { display:inline-flex; align-items:center; gap:7px; padding:5px 0; color:#506783; font-size:var(--fs-small); font-weight:var(--fw-semibold); text-decoration:none; }.article-page-navigation a:hover { color:var(--blue); }.article-page-navigation a:focus-visible { outline:3px solid #a9c7ff; outline-offset:3px; border-radius:3px; }.article-page-navigation__next { text-align:right; }
.principles-list { display:grid; gap:1rem; margin:0 0 1.6rem; padding-left:1.45rem; color:var(--muted); }.principles-list > li { padding-left:.3rem; font-size:var(--fs-body); line-height:1.6; }.principles-list > li::marker { color:var(--blue); font-weight:var(--fw-bold); }.principles-list ul { display:grid; gap:.45rem; margin: .7rem 0 0; padding-left:1.35rem; }.principles-list ul li::marker { color:#7593c5; }
.article-content h2 { margin-top:2.4rem; margin-bottom:.7rem; }.article-content h3 { margin-top:1.6rem; margin-bottom:.65rem; }.article-list { display:grid; gap:1rem; margin:0 0 1.6rem; padding-left:1.45rem; color:var(--muted); }.article-list li { padding-left:.3rem; font-size:var(--fs-body); line-height:1.6; }.article-list li::marker { color:var(--blue); }.content-figure { margin:2.1rem auto 1.9rem; text-align:center; }.content-figure img { display:block; width:100%; max-width:620px; height:auto; margin:0 auto; border:1px solid var(--line); border-radius:8px; background:#fff; }.content-figure figcaption { margin-top:.7rem; color:var(--muted); font-size:var(--fs-small); line-height:var(--lh-body-compact); }.table-wrap { width:100%; margin:1rem 0 2rem; overflow-x:auto; border:1px solid var(--line); border-radius:9px; background:#fff; }.learning-log-table { width:100%; min-width:850px; border-collapse:collapse; color:var(--muted); font-size:.92rem; line-height:1.5; }.learning-log-table th,.learning-log-table td { padding:1rem; vertical-align:top; text-align:left; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.learning-log-table th:last-child,.learning-log-table td:last-child { border-right:0; }.learning-log-table tbody tr:last-child td { border-bottom:0; }.learning-log-table th { color:var(--ink); background:#f1f6ff; font-size:.84rem; font-weight:var(--fw-semibold); }.learning-log-table th:nth-child(1) { width:24%; }.learning-log-table th:nth-child(2) { width:36%; }.learning-log-table th:nth-child(3) { width:40%; }
@media (max-width: 950px) { .topbar{padding:0 18px}.brand > span:last-child{display:none}.top-nav{gap:15px}.menu-toggle{width:38px;height:38px;display:grid;place-content:center;gap:5px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;padding:0}.menu-toggle span{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px}.mobile-menu{position:fixed;z-index:9;top:88px;right:18px;width:238px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:0 0 10px 10px;box-shadow:0 12px 26px rgba(11,35,69,.14)}.mobile-menu.is-open{display:grid}.mobile-menu a{height:43px;display:flex;align-items:center;gap:14px;padding:0 13px;border-radius:7px;font-size:var(--fs-small);font-weight:var(--fw-semibold)}.mobile-menu a span{width:18px;color:#506783;font-size:22px;text-align:center}.mobile-menu a.active{color:var(--blue);background:#eaf1ff}.mobile-menu a.active span{color:var(--blue)}.site-layout{grid-template-columns:1fr}.sidebar{display:none}.hero{grid-template-columns:1fr;padding:58px 40px}.hero-visual-only{padding:0;min-height:0}.hero-visual-only .hero-illustration{width:auto;max-width:100%;max-height:calc(100dvh - 132px)}.hero-html{min-height:0;gap:2.5rem;padding:42px 40px}.hero-html__statement{margin-top:2.75rem}.hero-html__benefits{gap:1.25rem}.framework-wheel{min-width:0;width:100%;transform:scale(.82);transform-origin:left center}.content-page{grid-template-columns:1fr}.page-main{padding:55px 40px}.page-empty{display:none} }
@media (max-width: 600px) { .topbar{padding:0 12px}.brand-mark{width:48px}.top-nav a{font-size:var(--fs-small)}.top-nav{gap:11px}.menu-toggle{width:34px;height:34px}.hero{padding:48px 25px}.hero h1,.page-main h1{font-size:var(--fs-h1);letter-spacing:-.025em}.hero-copy p{font-size:var(--fs-body)}.hero-actions{flex-direction:column}.framework-wheel{margin-top:-45px;margin-bottom:-45px;transform:scale(.6)}.mobile-menu{right:12px;width:calc(100% - 24px)}.page-main{padding:45px 25px}.back-to-top{right:18px;bottom:18px;width:40px;height:40px} }
