:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202124;background:#f7f5ef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #202124;--muted: #696f7a;--line: #d9d8d1;--surface: #fffdf8;--yellow: #f2c14e;--green: #70a37f;--blue: #6488c7;--purple: #8f69b8;--coral: #d96c5f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:linear-gradient(180deg,#ffffffd1,#f7f5eff5 36rem),#f7f5ef}button,a{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,4vw,4rem);border-bottom:1px solid rgba(32,33,36,.1);background:#fffdf8e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.site-header a{color:var(--ink);text-decoration:none}.brand{display:inline-flex;align-items:center;gap:.7rem;font-weight:800}.brand span{display:inline-grid;width:2.2rem;height:2.2rem;place-items:center;border:2px solid var(--ink);border-radius:6px;background:var(--yellow);font-size:.78rem}.site-header nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.site-header nav a{border-radius:999px;padding:.55rem .8rem;color:#3d4149;font-weight:700}.site-header nav a:hover{background:#20212414}main{display:grid;gap:clamp(2rem,5vw,4rem);padding:0 clamp(1rem,4vw,4rem) 4rem}.hero-section{display:grid;grid-template-columns:minmax(0,.92fr) minmax(20rem,1fr);align-items:center;gap:clamp(2rem,6vw,5rem);min-height:calc(100svh - 6rem);padding:clamp(2rem,6vw,5rem) 0 1.25rem}.hero-copy{display:grid;gap:1.2rem}.eyebrow{margin:0;color:var(--coral);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:11ch;margin-bottom:0;font-size:clamp(3.4rem,8vw,6.9rem);line-height:.94;letter-spacing:0}h2{margin-bottom:0;font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.05;letter-spacing:0}h3{margin-bottom:0;font-size:1.02rem;line-height:1.2;letter-spacing:0}.hero-copy>p:not(.eyebrow){max-width:47rem;color:#3f4249;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.hero-section img{display:block;width:min(100%,56rem);border:1px solid rgba(32,33,36,.1);border-radius:8px;box-shadow:0 24px 70px #2629342e}.hero-meta{display:flex;flex-wrap:wrap;gap:.6rem}.hero-meta span{display:inline-flex;align-items:center;gap:.35rem;min-height:2.25rem;border:1px solid var(--line);border-radius:999px;padding:.45rem .75rem;background:#fffdf8b8;color:#343841;font-weight:800}.difficulty-dot{display:inline-block;width:.48rem;height:.48rem;border-radius:50%;background:#d3d0c6}.difficulty-dot.is-filled{background:var(--coral)}.tool-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(21rem,.78fr);align-items:start;gap:1rem}.solver-panel,.hint-panel,.content-band,.archive-section,.source-section{border:1px solid rgba(32,33,36,.12);border-radius:8px;background:#fffdf8eb;box-shadow:0 18px 55px #3b362c14}.solver-panel,.hint-panel{padding:clamp(1rem,3vw,1.35rem)}.panel-heading,.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.mistakes{border:1px solid rgba(217,108,95,.35);border-radius:999px;padding:.45rem .75rem;background:#d96c5f1a;color:#9d372f;font-weight:900;white-space:nowrap}.word-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;min-height:23rem}.word-tile{display:grid;min-height:5.15rem;place-items:center;border:1px solid #c9c5bb;border-radius:8px;padding:.65rem;background:#ede9df;color:#202124;font-size:clamp(.78rem,1.3vw,1rem);font-weight:900;letter-spacing:0;line-height:1.15;text-align:center;text-wrap:balance}.word-tile:hover{border-color:#7d817f;background:#e1ddd3}.word-tile.is-selected{border-color:#202124;background:#202124;color:#fff}.solved-groups{display:grid;gap:.55rem;margin-bottom:.65rem}.solved-group{border-radius:8px;padding:.8rem 1rem;color:#17191d}.solved-group.yellow{background:var(--yellow)}.solved-group.green{background:var(--green)}.solved-group.blue{background:var(--blue);color:#fff}.solved-group.purple{background:var(--purple);color:#fff}.solved-group p{margin-bottom:.25rem;font-weight:950;text-transform:uppercase}.solved-group span{font-weight:750}.status-message{min-height:2rem;margin:.9rem 0;color:var(--muted);font-weight:750}.solver-actions,.hint-actions{display:flex;flex-wrap:wrap;gap:.5rem}.solver-actions button,.hint-actions button,.panel-heading button{min-height:2.55rem;border:1px solid #202124;border-radius:6px;padding:.5rem .8rem;background:#202124;color:#fff;font-weight:900}.solver-actions button:not(:first-child),.hint-actions button,.panel-heading button{border-color:var(--line);background:#fff;color:var(--ink)}.solver-actions button:hover,.hint-actions button:hover,.panel-heading button:hover{transform:translateY(-1px)}.hint-list{display:grid;gap:.75rem}.hint-card{position:relative;display:grid;gap:.65rem;overflow:hidden;border:1px solid var(--line);border-radius:8px;padding:.95rem;background:#fff}.hint-card:before{position:absolute;inset:0 auto 0 0;width:.35rem;content:""}.hint-card.yellow:before{background:var(--yellow)}.hint-card.green:before{background:var(--green)}.hint-card.blue:before{background:var(--blue)}.hint-card.purple:before{background:var(--purple)}.hint-card-topline{display:flex;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.hint-card dl{display:grid;gap:.45rem;margin:0}.hint-card dl div{display:grid;grid-template-columns:4.2rem 1fr;gap:.75rem}.hint-card dt{color:var(--muted);font-weight:900}.hint-card dd{margin:0;font-weight:760}.hint-card p{margin:0;color:#4b4f57;line-height:1.45}.content-band{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:1rem;padding:clamp(1.1rem,4vw,2rem)}.content-band p{color:#4a4e56;line-height:1.55}.strategy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.strategy-grid article{border:1px solid var(--line);border-radius:8px;padding:1rem;background:#fff}.strategy-grid span{color:var(--coral);font-weight:950}.strategy-grid p{margin-bottom:0;font-size:.95rem}.archive-section,.source-section{padding:clamp(1.1rem,4vw,2rem)}.archive-list{display:grid;gap:.7rem}.archive-item{display:grid;grid-template-columns:5rem 12rem 1fr;align-items:center;gap:1rem;width:100%;border:1px solid var(--line);border-radius:8px;padding:.85rem;background:#fff;color:var(--ink);text-align:left}.archive-item.is-active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.archive-item span,.archive-item strong{font-weight:950}.archive-item small{color:var(--muted);font-size:.9rem;line-height:1.35}.source-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.source-list a{display:grid;gap:.3rem;min-height:6rem;border:1px solid var(--line);border-radius:8px;padding:.9rem;background:#fff;color:var(--ink);text-decoration:none}.source-list span{font-weight:950}.source-list small{color:var(--muted);line-height:1.35}.disclaimer{margin:1rem 0 0;color:var(--muted);font-size:.92rem}@media(max-width:1040px){.hero-section,.tool-layout,.content-band{grid-template-columns:1fr}.hero-section{min-height:auto}h1{max-width:12ch}.source-list,.strategy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.site-header{position:static;align-items:flex-start;flex-direction:column}.site-header nav{justify-content:flex-start}main{padding-inline:.85rem}.hero-section{gap:1.4rem;padding-top:1.5rem}h1{font-size:clamp(3rem,15vw,4.25rem)}.word-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-height:auto}.word-tile{min-height:4.6rem}.panel-heading{align-items:flex-start;flex-direction:column}.archive-item,.source-list,.strategy-grid{grid-template-columns:1fr}}
