:root{color-scheme:light;--ink: #151f33;--muted: #647084;--paper: #f6f2ea;--surface: #ffffff;--coral: #f25f5c;--mint: #33b88f;--lime: #d8f36a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 10%,rgba(216,243,106,.34),transparent 30rem),linear-gradient(135deg,#172033,#25334f);color:#fff;min-height:100vh}.overview{margin:0 auto;max-width:1120px;padding:clamp(1.75rem,5vw,4rem)}.logo{display:block;filter:brightness(0) invert(1);height:48px;margin-bottom:clamp(2.5rem,6vw,3.75rem);width:auto}.eyebrow{color:var(--lime);font-size:.86rem;font-weight:900;letter-spacing:0;margin:0 0 1rem;text-transform:uppercase}h1{font-size:clamp(2.8rem,7vw,5.35rem);line-height:.96;margin:0 0 1.2rem;max-width:12ch}.lead{color:#ffffffd1;font-size:clamp(1.2rem,2.5vw,1.5rem);line-height:1.55;max-width:700px}.deck-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(2rem,4vw,3rem)}.deck-toolbar{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.deck-toolbar span{background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#ffffffdb;font-size:.9rem;font-weight:800;padding:.55rem .85rem}.deck-card{background:#fffffff0;border:1px solid rgba(255,255,255,.4);border-radius:18px;color:var(--ink);min-height:320px;padding:2rem;text-decoration:none}.deck-card:hover{transform:translateY(-2px)}.deck-card span{color:var(--coral);display:block;font-size:.82rem;font-weight:900;margin-bottom:1rem;text-transform:uppercase}.deck-card strong{display:block;font-size:1.8rem;line-height:1.05;margin-bottom:1rem}.deck-card p{color:var(--muted);font-size:1.05rem;line-height:1.5}.deck-card dl{border-top:1px solid rgba(21,31,51,.12);display:grid;gap:.7rem;margin:1.4rem 0 0;padding-top:1rem}.deck-card div{align-items:baseline;display:flex;justify-content:space-between;gap:1rem}.deck-card dt{color:var(--muted);font-size:.82rem;font-weight:800}.deck-card dd{font-size:.88rem;font-weight:900;margin:0;text-align:right}@media(max-width:980px){.deck-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.deck-grid{grid-template-columns:1fr}.logo{margin-bottom:3rem}}
