:root{--paper:#f3efe5;--ink:#253235;--muted:#78807d;--teal:#42a89a;--coral:#e27a6d;--yellow:#e2b852;--blue:#6d8fba;--shadow:rgba(48,47,40,.16)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#d8d4c9;color:var(--ink);font-family:ui-rounded,"Avenir Next","Segoe UI",sans-serif}body{display:grid;place-items:center;padding:18px;overflow-x:hidden}.shell{width:min(1400px,100%);background:var(--paper);border-radius:24px;box-shadow:0 28px 80px rgba(45,45,38,.22);overflow:hidden;border:1px solid rgba(255,255,255,.7)}button{font:inherit;color:inherit}.topbar{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;border-bottom:1px solid rgba(37,50,53,.11);background:rgba(248,245,236,.88)}.brand{font-size:15px;font-weight:800;letter-spacing:.17em;display:flex;align-items:center;gap:8px}.brand .drop{color:var(--teal);font-size:23px;filter:blur(.3px)}.brand small{display:block;font-size:10px;letter-spacing:.08em;color:var(--muted);font-weight:500;margin-left:4px}.stats{display:flex;height:52px}.stats>div{min-width:86px;text-align:center;border-left:1px solid rgba(37,50,53,.1);display:grid;grid-template-columns:auto auto;grid-template-rows:1fr 1fr;align-items:end;justify-content:center;column-gap:6px}.stats>div:last-child{border-right:1px solid rgba(37,50,53,.1)}.stats strong{font-size:18px}.stats small{grid-column:1/3;align-self:start;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.14em}.stats .icon{font-size:14px;color:var(--yellow)}.stats .heart{color:var(--coral)}.controls{display:flex;justify-content:flex-end;gap:8px}.controls button{width:38px;height:38px;border-radius:50%;background:transparent;border:1px solid rgba(37,50,53,.17);cursor:pointer}.controls button:hover{background:#fff}.game-wrap{position:relative;aspect-ratio:5/3;max-height:calc(100vh - 220px);min-height:410px;background:#ede8db}canvas{display:block;width:100%;height:100%;touch-action:none}.paper-grain{position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.33'/%3E%3C/svg%3E");mix-blend-mode:multiply}.toast{position:absolute;left:50%;top:18px;transform:translate(-50%,-10px);padding:9px 15px;border-radius:18px;background:rgba(37,50,53,.84);color:white;font-size:13px;opacity:0;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}.overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(243,239,229,.82);backdrop-filter:blur(8px);z-index:5;text-align:center}.overlay.hidden{display:none}.splash-logo{position:relative;width:180px;height:140px;display:grid;place-items:center}.splash-logo i{position:absolute;inset:0;background:var(--teal);border-radius:44% 56% 48% 52% / 55% 42% 58% 45%;transform:rotate(-8deg);box-shadow:-28px 20px 0 -19px var(--coral),70px -17px 0 -27px var(--yellow),73px 53px 0 -33px var(--blue)}.splash-logo b{position:relative;color:white;font-size:37px;line-height:.85;letter-spacing:-.06em;text-transform:uppercase;transform:rotate(-3deg)}.overlay p{color:#576260;line-height:1.6;margin:18px 0}.overlay>small{margin-top:15px;color:var(--muted)}.primary{border:0;border-radius:26px;padding:13px 26px;background:var(--ink);color:white;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(37,50,53,.2)}.primary:hover{transform:translateY(-1px)}.end-mark{font-size:58px;color:var(--yellow)}.overlay h1{margin:8px 0 0;font-size:34px}.tray{min-height:96px;display:grid;grid-template-columns:repeat(4,1fr) 1.18fr;gap:10px;padding:12px 16px;background:#f8f5ec;border-top:1px solid rgba(37,50,53,.1)}.tower-card{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:14px;padding:7px 10px;cursor:pointer;transition:.18s;min-width:0}.tower-card:hover,.tower-card.selected{background:white;border-color:rgba(37,50,53,.12);box-shadow:0 4px 15px rgba(48,47,40,.08)}.swatch{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:20px;box-shadow:inset 0 0 0 4px rgba(255,255,255,.2)}.swatch.quill{background:var(--teal)}.swatch.bloom{background:var(--coral)}.swatch.wash{background:var(--blue)}.swatch.marker{background:var(--yellow)}.tower-card span{min-width:0}.tower-card b,.tower-card small{display:block}.tower-card b{font-size:14px}.tower-card small{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tower-card em{font-style:normal;font-weight:800;font-size:13px}.tower-card em:before{content:'◉ ';color:var(--yellow)}.next-wave{border:0;border-radius:14px;background:var(--ink);color:white;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr 1fr;text-align:left;padding:13px 16px;cursor:pointer}.next-wave span{font-weight:750}.next-wave small{color:#bac2bf}.next-wave b{grid-column:2;grid-row:1/3;font-size:30px;align-self:center}.next-wave:disabled{opacity:.45;cursor:default}
@media(max-width:900px){body{padding:0;display:block}.shell{border-radius:0;min-height:100vh}.topbar{grid-template-columns:1fr auto;height:66px;padding:0 12px}.brand small{display:none}.stats{order:3;grid-column:1/3;width:100%;justify-content:center;position:absolute;top:65px;left:0;z-index:3;pointer-events:none}.stats>div{border:0!important;min-width:68px;background:rgba(248,245,236,.86);padding-top:6px}.game-wrap{margin-top:36px;min-height:390px;aspect-ratio:auto;height:56vh}.tray{grid-template-columns:repeat(4,1fr);padding:9px;gap:5px}.tower-card{display:flex;flex-direction:column;text-align:center;padding:5px;gap:3px}.tower-card span small,.tower-card em{display:none}.swatch{width:38px;height:38px}.next-wave{grid-column:1/5;height:55px}.next-wave small{display:block}.brand{font-size:12px}.controls{gap:5px}.controls button{width:34px;height:34px}}
