:root{--bg:#f7f7f5;--card:#ffffff;--ink:#182c33;--muted:#61726f;--line:#d8e0d9;--green:#2d8a05;--mint:#dcefe1;--blue:#e1eef0;--yellow:#f4eac8;--shadow:0 18px 50px #173b2b18}*{box-sizing:border-box}html,body{margin:0;background:#17282d;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.deck{width:min(100vw,177.78vh);height:min(56.25vw,100vh);min-height:500px;margin:auto;position:relative;overflow:hidden;background:var(--bg)}.slide{display:none;position:relative;width:100%;height:100%;padding:5.2% 8% 7%;background:var(--bg)}.slide.active{display:block;animation:slide-in .36s ease both}.slide-top{display:grid;grid-template-columns:15% 1fr 15%;align-items:start;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:1.5%;margin-bottom:2.3%}.kicker{font-size:.68rem;letter-spacing:.12em;color:var(--green);font-weight:800}.slide-title{margin:0;font-size:clamp(1.2rem,2.1vw,2.2rem);letter-spacing:-.045em;line-height:1.05}.brand{justify-self:end;max-width:90px;max-height:38px;object-fit:contain}.content{height:76%;display:grid;align-items:center}.two{grid-template-columns:1fr 1fr;gap:5%}.hero{grid-template-columns:1.12fr .88fr;gap:5%}.eyebrow{font-size:.74rem;font-weight:800;letter-spacing:.13em;color:var(--green);margin:0 0 .5rem}.display{font-size:clamp(2.3rem,5.4vw,5.7rem);line-height:.92;letter-spacing:-.07em;margin:.08em 0 .25em}.display em,h2 em{font-family:Georgia,serif;font-weight:400}.lede{font-size:clamp(1rem,1.5vw,1.38rem);line-height:1.38;max-width:38rem}.card{padding:1.3rem;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow)}.facts{display:grid;gap:.75rem}.fact{display:flex;gap:.7rem;align-items:flex-start}.icon{width:2rem;height:2rem;flex:0 0 2rem;display:grid;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-weight:800}.media-frame{height:100%;overflow:hidden;border-radius:20px;background:#e9eee9;box-shadow:var(--shadow)}.media-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:var(--crop-x,50%) var(--crop-y,50%);transform:scale(var(--crop-scale,1));transform-origin:center}.media-frame.contain img{object-fit:contain;transform:none}.slide-sources{position:absolute;right:8%;bottom:2.8%;font-size:.67rem;color:var(--muted)}.slide-sources a{color:#216650;text-decoration:none;font-weight:800}.presenter{position:absolute;left:8%;bottom:2.8%;font-size:.72rem;font-weight:750;color:var(--muted)}.timeline{display:flex;align-items:center;gap:.55rem;margin:1rem 0}.timeline span{padding:.5rem .6rem;border-radius:8px;background:var(--mint);font-size:.76rem;font-weight:700}.timeline span:last-child{background:var(--green);color:#fff}.range{width:100%;accent-color:var(--green)}.range-output{font-size:1.4rem;font-weight:800;color:var(--green)}.choice-row,.action-row{display:flex;flex-wrap:wrap;gap:.65rem}.choice-row button,.action-row button,.nav button{border:1px solid #9ab2a2;border-radius:10px;background:#fff;padding:.62rem .8rem;color:var(--ink);font:inherit;font-weight:700;cursor:pointer}.choice-row button:hover,.choice-row button:focus,.action-row button:hover,.action-row button:focus{background:var(--mint);outline:3px solid #b7e0ca}.step-grid,.matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.step{padding:1rem;border-radius:15px;background:var(--blue)}.step b{display:block;font-size:1.5rem;color:var(--green)}.meter{height:18px;border-radius:999px;background:#e1e7e3;overflow:hidden}.meter span{display:block;height:100%;background:linear-gradient(90deg,#8fcf8c,var(--green));width:45%;transition:width .2s}.bars{display:grid;gap:.7rem}.bar-line{display:grid;grid-template-columns:110px 1fr 45px;align-items:center;gap:.6rem;font-size:.82rem}.bar-line i{height:18px;border-radius:99px;background:var(--blue);overflow:hidden}.bar-line i span{height:100%;display:block;background:#4c9b74}.matrix{grid-template-columns:1fr 1fr;gap:2px;border:2px solid var(--line);border-radius:15px;overflow:hidden}.matrix div{padding:1rem;min-height:85px;background:#fff}.matrix div:nth-child(1){background:#edf7ef}.matrix div:nth-child(2){background:#f9efd8}.matrix div:nth-child(3){background:#e6f1f4}.matrix div:nth-child(4){background:#f5e8e5}.traffic{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.traffic button{border:0;border-radius:18px;padding:1rem;color:#17332c;font:inherit;font-weight:800;cursor:pointer}.traffic button:nth-child(1){background:#bde4bf}.traffic button:nth-child(2){background:#f6e4a3}.traffic button:nth-child(3){background:#f0b4ab}.answer{min-height:2em;font-weight:700;color:var(--green)}.quote{font:clamp(1.4rem,2.8vw,2.9rem)/1.12 Georgia,serif;max-width:31ch}.navigation{position:fixed;z-index:8;right:16px;bottom:15px;display:flex;align-items:center;gap:.4rem;color:#eff9f7}.navigation button{padding:.5rem .7rem;border:0;background:#24505a;color:#fff}.navigation span{min-width:45px;text-align:center;font-size:.78rem}.progress{position:fixed;z-index:9;bottom:0;left:0;width:100%;height:5px;background:#ffffff40}.progress span{display:block;width:4%;height:100%;background:#8ed19b;transition:width .25s}@keyframes slide-in{from{opacity:0;transform:translateX(2%)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.slide.active,.meter span,.progress span{animation:none;transition:none}}:root[data-theme=dark]{--bg:#15242a;--card:#1e343a;--ink:#e9f3f0;--muted:#b7c9c5;--line:#416168;--mint:#244b42;--blue:#23444e;--yellow:#4f4528;--shadow:none}:root[data-theme=dark] .matrix div{background:#1d353a}:root[data-theme=dark] .matrix div:nth-child(1){background:#25483a}:root[data-theme=dark] .matrix div:nth-child(2){background:#4b4329}:root[data-theme=dark] .matrix div:nth-child(3){background:#244650}:root[data-theme=dark] .matrix div:nth-child(4){background:#4b3532}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg:#15242a;--card:#1e343a;--ink:#e9f3f0;--muted:#b7c9c5;--line:#416168;--mint:#244b42;--blue:#23444e;--yellow:#4f4528;--shadow:none}}@media(max-width:720px){.deck{width:100vw;height:100svh;min-height:0}.slide{padding:7% 6% 10%}.slide-top{grid-template-columns:1fr auto}.slide-top .kicker{display:none}.two,.hero{grid-template-columns:1fr}.media-frame{height:32vh}.display{font-size:clamp(2.2rem,12vw,4.5rem)}.step-grid,.traffic{grid-template-columns:1fr}.slide-sources{bottom:5%;right:6%}.presenter{left:6%;bottom:5%}}@media print{html,body{background:#fff}.deck{width:100%;height:auto;overflow:visible}.slide,.slide.active{display:block;break-after:page;page-break-after:always;width:100%;height:100vh;min-height:145mm;background:#fff!important;color:#111!important;animation:none}.slide:last-child{break-after:auto;page-break-after:auto}.navigation,.progress{display:none}.slide-sources,.presenter{color:#334!important}.slide-sources a{color:#075a49!important}.choice-row button,.action-row button,.traffic button{display:none}.media-frame{box-shadow:none}.card{box-shadow:none}}


/* Glossary Layout */
.glossary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 1.8rem;
  align-items: start;
  margin-top: 0.5rem;
}

.glossary-item {
  border-left: 3px solid var(--green);
  padding-left: 0.85rem;
  margin-bottom: 0.2rem;
}

.glossary-item h3 {
  margin: 0 0 0.15rem;
  font-size: clamp(0.95rem, 1.15cqw, 1.6rem);
  font-weight: 800;
  color: var(--ink);
}

.glossary-item p {
  margin: 0;
  font-size: clamp(0.8rem, 0.9cqw, 1.35rem);
  line-height: 1.35;
  color: var(--muted);
}
