:root{--ink:#2a292d;--button-ink:#101014;--text:#59595f;--text-h:var(--ink);--bg:#fff;--sky:#d9edf9;--sky-card:#c8e8fb;--sky-card-deep:#bfe3f6;--panel-bg:#fffdf8;--panel-border:#acd7ea;--tile-border:#d8d1c5;--line:#6d6a6f;--accent:#fac85b;--accent-dark:#db9530;--selected:#c94f3b;--selected-bg:#fff0c4;--hover-bg:#eef8fe;--success:#187a66;--error:#bd4d3c;--shadow-soft:0 .75rem 1.8rem #3533381f;--shadow-tile:0 .25rem 0 #3533381f, 0 .7rem 1.3rem #3533381a;--brand-font:"Cooper Black", "Rockwell Extra Bold", Georgia, serif;--ui-font:"Avenir Next", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;--button-font:"Arial Black", "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;font:18px/1.45 var(--ui-font);color:var(--text);background:var(--bg);font-synthesis:weight;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;margin:0;overflow:hidden}h1,h2,p{margin:0}h1,h2{font-family:var(--brand-font);letter-spacing:.015em;font-weight:900}code{color:var(--text-h);background:#fffc;border-radius:.5rem;margin-top:.75rem;padding:.5rem .75rem;display:inline-block}#app{min-height:100svh}.game-shell{--page-pad:clamp(.75rem, 2.2vw, 1.5rem);height:100svh;padding:var(--page-pad);background:linear-gradient(#fff 0% 72%,#f6fbff 100%);place-items:stretch stretch;display:grid;position:relative;overflow:hidden}.game-shell>*{z-index:1;position:relative}grid-layout{min-width:0;min-height:0;display:grid}.word-builder-layout{place-items:stretch stretch;width:100%;height:100%}.question-panel{border:1px solid var(--panel-border);background:var(--panel-bg);width:min(100%,1080px);height:100%;max-height:760px;box-shadow:var(--shadow-soft);border-radius:.65rem;place-content:center;place-self:center;gap:.75rem;padding:clamp(1rem,2.2vw,1.75rem);display:grid;overflow:hidden}.empty-message{color:var(--text-h)}.message-panel{text-align:center}.message-action-button,.unit-card{-webkit-tap-highlight-color:transparent}.message-action-button{border:2px solid var(--accent-dark);background:var(--accent);min-width:12rem;color:var(--ink);font:inherit;cursor:pointer;box-shadow:var(--shadow-soft);border-radius:999px;justify-self:center;padding:.8rem 1.2rem;font-weight:900}.message-action-button:hover,.message-action-button[hover]{transform:translateY(-2px)}.unit-menu-shell{background:linear-gradient(#fff 0% 70%,#f4fbff 100%)}.unit-menu-layout{place-self:center;place-items:stretch stretch;width:min(100%,1180px);height:100%}.unit-menu-header{text-align:right;align-content:center;justify-items:end;gap:.35rem;padding-inline:clamp(.35rem,1vw,.75rem);display:grid}.unit-menu-eyebrow{color:var(--text);letter-spacing:.22em;text-transform:uppercase;padding-right:clamp(2.8rem,5vw,3.6rem);font-size:clamp(.76rem,1.3vw,.92rem);font-weight:900;position:relative}.unit-menu-eyebrow:before{content:"";background:var(--accent-dark);border-radius:999px;width:clamp(2.1rem,4vw,2.8rem);height:.16rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}.unit-menu-title{max-width:12ch;color:var(--text-h);font-size:clamp(2.35rem,5.8vw,4.75rem);line-height:.98}.unit-menu-subtitle{color:var(--text);font-size:clamp(1rem,1.8vw,1.2rem);font-weight:800}.unit-menu-card-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(.75rem,1.7vw,1.15rem);min-width:0;min-height:0;display:grid}.unit-card{background:linear-gradient(180deg, var(--sky-card), var(--sky-card-deep));width:100%;min-width:0;height:100%;min-height:0;color:var(--button-ink);font-family:var(--button-font);box-shadow:var(--shadow-soft);cursor:pointer;text-align:center;border:.12rem solid #a8d7ed;border-radius:.6rem;grid-template-rows:minmax(3.7rem,1fr) auto auto auto;align-content:center;place-self:stretch stretch;justify-items:center;gap:clamp(.25rem,.8vw,.45rem);padding:clamp(.75rem,1.5vw,1.05rem);font-weight:900;transition:transform .12s,box-shadow .12s,border-color .12s;display:grid;position:relative;overflow:hidden}.unit-card:before{content:"";z-index:0;aspect-ratio:1.08;background:var(--accent);opacity:.92;border-radius:44% 56% 48% 52%;width:clamp(4.5rem,9vw,7.2rem);position:absolute;top:clamp(.65rem,1.5vw,1rem);left:50%;transform:translate(-50%)rotate(-10deg)}.unit-card:after{content:"★";z-index:0;color:#fff8bf;text-shadow:0 .08rem #35333847;font-size:clamp(1.4rem,3vw,2.15rem);position:absolute;top:.55rem;right:.7rem}.unit-card>*{z-index:1;position:relative}.unit-card:hover,.unit-card[hover]{border-color:var(--accent-dark);transform:translateY(-3px)scale(1.01);box-shadow:0 1rem 2rem #35333829}.unit-card:active,.unit-card[active]{transform:translateY(1px)scale(.98)}.unit-card-icon{place-items:center;width:min(100%,7.2rem);min-height:clamp(3.4rem,7vw,4.5rem);display:grid;position:relative}.unit-card-letter{border:.12rem solid var(--tile-border);background:var(--panel-bg);color:#111;width:clamp(1.75rem,4vw,2.45rem);height:clamp(2rem,4.6vw,2.85rem);box-shadow:var(--shadow-tile);transform:rotate(var(--letter-rotation,0deg)) translateY(var(--letter-offset,0));border-radius:.35rem;place-items:center;font-family:Trebuchet MS,system-ui,sans-serif;font-size:clamp(1.35rem,3.4vw,1.95rem);line-height:1;display:grid;position:absolute}.unit-card-letter:first-child{--letter-rotation:-9deg;top:.15rem;left:.3rem}.unit-card-letter:nth-child(2){--letter-rotation:7deg;top:.55rem;left:2.35rem}.unit-card-letter:nth-child(3){--letter-rotation:-4deg;top:.3rem;right:2.35rem}.unit-card-letter:nth-child(4){--letter-rotation:10deg;top:.85rem;right:.2rem}.unit-card-title{color:inherit;font-family:var(--button-font);font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:900;line-height:1}.unit-card-count{color:var(--button-ink);font-family:var(--button-font);font-size:clamp(.9rem,1.7vw,1rem);font-weight:900}.unit-card-preview{text-align:center;flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:.3rem;width:100%;padding-inline:clamp(.6rem,1.4vw,1.2rem);display:flex}.unit-card-word{min-width:2.1rem;color:var(--button-ink);font-family:var(--button-font);background:#fffdf8e0;border:1px solid #35333814;border-radius:999px;justify-content:center;align-items:center;padding:.16rem .42rem;font-size:clamp(.85rem,1.7vw,1rem);font-weight:900;display:inline-flex}.unit-menu-page-status{border:1px solid var(--panel-border);background:var(--panel-bg);color:var(--text-h);white-space:nowrap;box-shadow:var(--shadow-tile);border-radius:999px;place-self:center;padding:.4rem .9rem;font-size:clamp(.9rem,1.7vw,1.05rem);font-weight:900}.unit-menu-arrow-button{min-width:0;min-height:0}.game-button.grid-icon{--icon-color:var(--button-ink);--icon-color-hover:var(--button-ink);border:2px solid var(--panel-border);background:var(--panel-bg);min-width:0;min-height:0;color:var(--button-ink);font-family:var(--button-font);box-shadow:var(--shadow-tile);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:.6rem;place-items:center;font-weight:900;transition:transform .12s,box-shadow .12s,opacity .12s,background-color .12s;display:grid;position:relative;overflow:hidden}.game-button.grid-icon:hover,.game-button.grid-icon[hover]{background:var(--hover-bg);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.game-button.grid-icon:active,.game-button.grid-icon[active]{transform:translateY(1px)scale(.98)}.game-button.grid-icon[i-disabled]{pointer-events:none;opacity:.62}.game-button.grid-icon[selected]{background:var(--selected-bg);border-color:var(--accent-dark);box-shadow:var(--shadow-soft)}.game-button .card-icon{display:none}.game-button .content{width:100%;height:100%;color:var(--button-ink);font-family:var(--button-font);text-align:center;justify-content:center;align-items:center;gap:.3rem;padding:.35rem;font-weight:900;display:flex}.game-button .symbol{width:1.9rem;height:1.9rem;color:var(--button-ink);flex:none;place-items:center;display:grid}.game-button .symbol svg{color:currentColor;width:100%;height:100%}.game-button .symbol svg path{fill:var(--button-ink);stroke:var(--button-ink);stroke-width:.35px}.game-button .display-value,.game-button .display-value *{letter-spacing:.01em;text-shadow:0 0 0 var(--button-ink);color:var(--button-ink)!important;font-family:var(--button-font)!important;font-weight:900!important}.icon-button{place-self:stretch stretch;width:100%;height:100%}.icon-button .display-value{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.icon-button .symbol{width:clamp(3rem,8vw,6rem);height:clamp(3rem,8vw,6rem)}.nav-button{place-self:stretch stretch;width:100%;height:100%;padding:.2rem .5rem}.nav-button.primary{border-color:var(--accent-dark);background:var(--accent);font-weight:900}.nav-button.primary:hover,.nav-button.primary[hover]{background:#ffd873}.nav-button .content{flex-direction:column}.nav-button .symbol{width:clamp(2rem,5vw,4.5rem);height:clamp(2rem,5vw,4.5rem)}.nav-button .display-value,.nav-button .display-value *{font-size:clamp(1rem,2.2vw,2rem);color:var(--button-ink)!important;font-family:var(--button-font)!important;font-weight:900!important}.word-question-section{border:1px solid var(--panel-border);background:radial-gradient(circle at 28% 18%, #ffffff52, transparent 34%), linear-gradient(180deg, var(--sky-card), var(--sky-card-deep));min-width:0;min-height:0;box-shadow:var(--shadow-soft);border-radius:.65rem;grid-template-columns:minmax(0,1fr);place-items:stretch stretch;gap:clamp(.65rem,2vw,1.5rem);padding:clamp(.45rem,1.1vw,.8rem);display:grid;overflow:hidden}.game-title-block{border-left:.22rem solid var(--accent-dark);text-align:right;place-self:start end;align-items:center;gap:clamp(.7rem,1.5vw,1rem);min-width:0;padding:clamp(.35rem,.8vw,.6rem) clamp(.5rem,1vw,.8rem);display:flex}.game-title-text{flex:auto;gap:.35rem;min-width:0;display:grid}.game-title{color:var(--text-h);font-size:clamp(1.25rem,2.7vw,1.95rem);line-height:1.05}.game-meta-row{flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:.35rem 1rem;display:flex}.game-unit,.game-step,.word-prompt{color:var(--text-h);font-size:clamp(.88rem,1.7vw,1rem);line-height:1.25}.word-prompt{color:var(--text);font-weight:800}.word-board{--puzzle-gap:clamp(.75rem, 1.8vw, 1.25rem);--puzzle-tile-size:clamp(5.8rem, min(10vw, 19vh), 9.5rem);--puzzle-slot-size:clamp(5.3rem, min(9.5vw, 18vh), 9rem);--puzzle-letter-font-size:clamp(3.6rem, min(7vw, 12vh), 6.6rem);align-content:stretch;place-self:stretch center;justify-items:center;gap:var(--puzzle-gap);grid-column:1/-1;grid-template-rows:minmax(0,1fr) minmax(0,1fr);width:100%;max-width:100%;height:100%;min-height:0;display:grid}.word-icon-card{background:#fffdf8b8;border:.12rem solid #3533381a;border-radius:.65rem;place-items:center;width:min(100%,clamp(5.5rem,13vw,8.5rem));height:100%;min-height:0;margin:0;padding:clamp(.25rem,.8vw,.5rem);display:grid}.top-word-icon-card{cursor:pointer;place-self:center;transition:transform .12s,box-shadow .12s,background-color .12s}.top-word-icon-card:hover,.top-word-icon-card[hover]{background:var(--hover-bg);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.top-word-icon-card:active,.top-word-icon-card[active]{transform:translateY(1px)scale(.98)}.word-icon-card .symbol,.word-icon-symbol{place-items:center;width:min(100%,clamp(4rem,min(11vw,14vh),7rem));height:min(100%,clamp(4rem,min(11vw,14vh),7rem));display:grid}.word-icon-card .symbol img,.word-icon-card .symbol svg{object-fit:contain;width:100%;height:100%}.word-icon-card .symbol .text{width:100%;height:100%;color:var(--button-ink);font-family:var(--button-font);place-items:center;font-weight:900;line-height:1;display:grid}.letter-bank{place-content:center;align-items:center;gap:var(--puzzle-gap);flex-wrap:wrap;width:100%;max-width:100%;height:100%;min-height:0;display:flex}.letter-tile.game-button.grid-icon{width:min(var(--puzzle-tile-size), calc((100% - var(--puzzle-gap) - var(--puzzle-gap)) / 3));height:min(var(--puzzle-tile-size), 100%);aspect-ratio:1;border-color:var(--tile-border);background:var(--panel-bg);border-radius:.55rem;flex:none;place-self:center}.letter-tile .content{padding:.2rem}.letter-tile.game-button .content .display-value,.letter-tile.game-button .content .display-value>*{color:#050505;font-family:Trebuchet MS,system-ui,sans-serif;font-weight:700;line-height:1;font-size:var(--puzzle-letter-font-size)!important}.answer-slots{place-content:center;align-items:center;gap:var(--puzzle-gap);flex-wrap:wrap;width:100%;max-width:100%;height:100%;min-height:0;display:flex}.answer-slot{width:min(var(--puzzle-slot-size), calc((100% - var(--puzzle-gap) - var(--puzzle-gap)) / 3));height:min(var(--puzzle-slot-size), 100%);aspect-ratio:1;border:0;border-bottom:.24rem solid var(--line);color:#050505;cursor:default;background:0 0;flex:none;place-items:center;font-family:Trebuchet MS,system-ui,sans-serif;font-size:clamp(3.2rem,min(6.5vw,11vh),6rem);font-weight:700;line-height:1;display:grid}.answer-slot.filled{cursor:pointer;border:.12rem solid var(--tile-border);border-bottom:.24rem solid var(--line);background:var(--panel-bg);box-shadow:var(--shadow-tile);border-radius:.55rem .55rem 0 0}.answer-slot-line{width:100%}.word-feedback{min-height:1.6rem;color:var(--text);text-align:right;justify-self:end;padding-top:clamp(.2rem,.8vw,.6rem);font-weight:900}.word-feedback.success{color:var(--success)}.word-feedback.error{color:var(--error)}.result-summary-section{place-items:center;padding:clamp(.75rem,1.8vw,1.25rem)}.result-summary-card{width:min(100%,52rem);color:var(--text-h);text-align:center;box-shadow:var(--shadow-soft);background:#fffdf8e6;border:.12rem solid #3533381a;border-radius:.65rem;gap:clamp(.7rem,1.6vw,1.15rem);padding:clamp(.9rem,2vw,1.35rem);display:grid}.result-summary-title{color:var(--text-h);font-size:clamp(1.45rem,3.3vw,2.35rem);line-height:1}.result-summary-subtitle{color:var(--text);font-size:clamp(.9rem,1.7vw,1.05rem);font-weight:800}.result-summary-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.55rem,1.3vw,.9rem);margin:0;display:grid}.result-summary-stat{border:1px solid var(--panel-border);background:var(--panel-bg);min-width:0;box-shadow:var(--shadow-tile);border-radius:.55rem;align-content:center;gap:.35rem;padding:clamp(.65rem,1.4vw,.95rem);display:grid}.result-summary-label,.result-summary-value{margin:0}.result-summary-label{color:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:clamp(.78rem,1.35vw,.92rem);font-weight:900}.result-summary-value{color:var(--text-h);font-family:var(--button-font);font-size:clamp(1rem,2.1vw,1.55rem);font-weight:900;line-height:1.1}@media (width<=640px){.game-shell{--page-pad:.5rem;padding:var(--page-pad)}.word-builder-layout,.question-panel{height:100%}.word-question-section{grid-template-columns:1fr;padding:.75rem}.word-board{grid-column:1;justify-self:center;padding-top:0}.word-feedback{padding-top:0}.letter-tile{width:clamp(3.6rem,22vw,5rem);height:clamp(3.8rem,23vw,5.2rem)}.answer-slots{gap:.6rem}.nav-button .content{gap:.15rem}.result-summary-list{grid-template-columns:1fr}}
