.content-hero__lead{max-width:42rem;color:var(--muted);text-align:center;margin:0 auto;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.5}.content-hero__byline{color:var(--muted);opacity:.75;margin:0;font-size:.9rem}.content-page{padding-bottom:clamp(4rem,8vw,6rem)}.content-page__body{max-width:48rem;margin-inline:auto;padding-top:clamp(3rem,6vw,5rem)}.content-section{padding-top:clamp(2.5rem,5vw,4rem)}.content-section h2{max-width:none;margin-bottom:1rem;font-size:clamp(1.6rem,2.5vw,2.1rem)}.content-section h3{margin-bottom:.75rem;font-size:clamp(1.3rem,2vw,1.7rem)}.content-section>p{color:var(--muted);margin-bottom:1rem;line-height:1.7}.content-section>p a{color:var(--green);text-underline-offset:3px}.content-section>p a:hover{color:var(--green-deep)}.content-section ul,.content-section ol{max-width:48rem;color:var(--muted);padding-left:1.5rem;line-height:1.7}.content-section li{margin-bottom:.5rem}.content-section li::marker{color:var(--green)}.content-image{border-radius:var(--radius);max-width:100%;margin:2rem 0 2.75rem;overflow:hidden}.content-image img{width:100%;height:auto;display:block}.content-image figcaption{background:var(--surface);color:var(--muted);text-align:center;padding:.75rem 1rem;font-size:.85rem}.content-section>img{border-radius:var(--radius);max-width:100%;height:auto;margin:1.5rem 0 2.75rem;display:block}.content-card-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;margin-bottom:3rem;display:grid}.content-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:1.5rem;transition:transform .2s,box-shadow .2s}.content-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.content-card h3{margin:0 0 .75rem;font-size:clamp(1.15rem,1.5vw,1.35rem)}.content-card p{color:var(--muted);margin:0;line-height:1.6}.content-note{border-left:3px solid var(--green);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface);margin:1.5rem 0;padding:1.25rem 1.5rem}.content-note p{color:var(--muted);margin:0}.content-section blockquote{border-left:3px solid var(--mint);background:var(--mint-pale);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:1.5rem 0;padding:1.25rem 1.5rem}.content-section blockquote p{color:var(--text);margin:0;font-style:italic}.content-table-wrap{border-radius:var(--radius);border:1px solid var(--line);margin:1.5rem 0;overflow-x:auto}.content-table-wrap table{border-collapse:collapse;width:100%;font-size:.95rem}.content-table-wrap th,.content-table-wrap td{text-align:left;border-bottom:1px solid var(--line);padding:.85rem 1rem}.content-table-wrap th{background:var(--surface);color:var(--text);font-weight:600}.content-table-wrap td{color:var(--muted)}.content-steps{counter-reset:step;padding-left:0;list-style:none}.content-steps li{counter-increment:step;color:var(--muted);margin-bottom:1.25rem;padding-left:3rem;line-height:1.7;position:relative}.content-steps li:before{content:counter(step);background:var(--green);width:2rem;height:2rem;color:var(--white);border-radius:50%;place-items:center;font-size:.85rem;font-weight:600;display:grid;position:absolute;top:.1em;left:0}.cp-player-select{color:#f7fbf8;text-align:center;background:#122b23;border:4px solid #214e3a;border-radius:0;max-width:48rem;margin:clamp(4rem,8vw,7rem) auto 0;padding:clamp(1.5rem,5vw,3.5rem);position:relative;overflow:hidden;box-shadow:0 0 0 4px #95d5b2,10px 10px #214e3a}.cp-player-select:before{z-index:0;pointer-events:none;content:"";background-image:linear-gradient(#95d5b212 1px,#0000 1px),linear-gradient(90deg,#95d5b212 1px,#0000 1px);background-size:14px 14px;position:absolute;inset:0}.cp-player-select>*{z-index:1;position:relative}.cp-player-select__kicker{color:#95d5b2;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:800}.cp-player-select__title{color:#fff;max-width:none;font-family:var(--font-heading);letter-spacing:-.04em;text-shadow:3px 3px #214e3a;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.05}.cp-player-select__intro{color:#d9ebe0;max-width:38rem;margin:1rem auto 0}.cp-player-select__choices{counter-reset:player;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:46rem;margin:2.25rem auto;display:grid}.cp-player-select__choice{color:#fff;cursor:pointer;min-height:7.5rem;font:inherit;text-align:left;counter-increment:player;background:#18382e;border:3px solid #4f6f61;border-radius:0;grid-template-columns:5.5rem 1fr;align-items:center;gap:1rem;padding:.9rem;font-weight:800;transition:background-color .12s steps(2,end),border-color .12s steps(2,end),box-shadow .12s steps(2,end);display:grid;position:relative;box-shadow:inset 0 0 0 2px #10241d}.cp-player-select__choice:before{color:#95d5b2;content:"P" counter(player);font-size:.7rem;font-weight:800;position:absolute;top:.45rem;left:.55rem}.cp-player-select__choice:hover,.cp-player-select__choice[aria-pressed=true]{background:#214e3a;border-color:#95d5b2;box-shadow:inset 0 0 0 2px #fff,4px 4px #081710}.cp-player-select__choice[aria-pressed=true]:after{color:#95d5b2;content:"SELECTED";letter-spacing:.08em;font-size:.65rem;position:absolute;bottom:.45rem;right:.6rem}.cp-player-select__choice img{object-fit:cover;border:3px solid #95d5b2;border-radius:0;width:5.5rem;height:5.5rem}.cp-player-select__choice.is-pixelated img{image-rendering:pixelated;filter:contrast(1.35)saturate(.65)}.cp-player-select__choice.is-pixelated:before{color:#fff;text-shadow:2px 0 #95d5b2,-2px 0 #95d5b2}.cp-player-select__profile{background:#081b14;border:3px solid #95d5b2;border-radius:0;max-width:46rem;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:inset 0 0 0 2px #214e3a}.cp-player-select__profile article{text-align:left;grid-template-columns:7rem minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.cp-player-select__profile article[hidden]{display:none}.cp-player-select__profile-avatar{object-fit:cover;border:3px solid #95d5b2;border-radius:0;width:7rem;height:7rem}.cp-player-select__name{color:#fff;max-width:none;font-family:var(--font-heading);letter-spacing:-.04em;margin:0 0 .85rem;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400;line-height:1.05}.cp-player-select__profile p{color:#d9ebe0;max-width:39rem;margin:0 auto;font-size:clamp(1rem,1.5vw,1.15rem)}.cp-player-select__role{letter-spacing:.04em;font-weight:800;color:#95d5b2!important;margin-bottom:.5rem!important;font-size:.9rem!important}@media (width<=700px){.cp-player-select__choices{grid-template-columns:1fr}.cp-player-select__profile article{text-align:center;grid-template-columns:1fr}.cp-player-select__profile-avatar{justify-self:center}}.cp-ranking-game{text-align:center;max-width:48rem;margin:clamp(4rem,8vw,7rem) auto 0}.cp-ranking-game__intro{max-width:44rem;margin:0 auto 2rem}.cp-ranking-game__kicker{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:800}.cp-ranking-game__title{max-width:none;font-family:var(--font-heading);letter-spacing:-.04em;color:var(--text);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.05}.cp-ranking-game__intro>p:last-child{color:var(--muted);margin:0;font-size:1.1rem}.cp-ranking-game__screen{color:#f7fbf8;background:#122b23;border:4px solid #214e3a;border-radius:0;padding:clamp(1.5rem,5vw,3rem);box-shadow:0 0 0 4px #95d5b2,10px 10px #214e3a}.cp-ranking-game__hint{color:#95d5b2;margin:0 0 1.25rem;font-size:.9rem;font-weight:700}.cp-ranking-puzzle{aspect-ratio:1;background:#081b14;border:4px solid #95d5b2;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);width:min(100%,23rem);margin:0 auto;display:grid;position:relative;box-shadow:inset 0 0 0 4px #214e3a}.cp-ranking-puzzle__tile,.cp-ranking-puzzle__empty{border:0;border-radius:0;margin:2px}.cp-ranking-puzzle__tile{cursor:pointer;background:#214e3a;transition:grid-row .18s steps(5,end),grid-column .18s steps(5,end);position:relative;overflow:hidden}.cp-ranking-puzzle__tile:before{content:"";background-image:linear-gradient(90deg,#95d5b226 1px,#0000 1px),linear-gradient(#95d5b226 1px,#0000 1px);background-size:8px 8px;position:absolute;inset:0}.cp-ranking-puzzle__tile span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath fill='%2395d5b2' d='M132 28h62v244h-67V112l-52 25V78z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:300% 300%;position:absolute;inset:0}.cp-ranking-puzzle__tile--1 span{background-position:0 0}.cp-ranking-puzzle__tile--2 span{background-position:50% 0}.cp-ranking-puzzle__tile--3 span{background-position:100% 0}.cp-ranking-puzzle__tile--4 span{background-position:0}.cp-ranking-puzzle__tile--5 span{background-position:50%}.cp-ranking-puzzle__tile--6 span{background-position:100%}.cp-ranking-puzzle__tile--7 span{background-position:0 100%}.cp-ranking-puzzle__tile--8 span{background-position:50% 100%}.cp-ranking-puzzle__empty{background:#95d5b21a}.cp-ranking-puzzle__one{z-index:5;color:#fff;opacity:0;pointer-events:none;text-shadow:6px 6px #214e3a;place-items:center;font-size:clamp(10rem,35vw,18rem);line-height:1;transition:opacity .2s steps(2,end);display:grid;position:absolute;inset:0}.cp-ranking-puzzle.is-solved .cp-ranking-puzzle__tile,.cp-ranking-puzzle.is-solved .cp-ranking-puzzle__empty{opacity:.15;pointer-events:none}.cp-ranking-puzzle.is-solved .cp-ranking-puzzle__one{opacity:1}.cp-ranking-game__win{color:#fff;margin:1.5rem 0 0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800}:global(.ranking-confetti){z-index:1000;pointer-events:none;width:.65rem;height:.65rem;position:fixed;top:0;left:0}
