:root{--shell-max:430px;--board-side-padding:clamp(14px,4.2vw,22px);--cell-gap-x:clamp(2px,0.8vw,4px);--cell-gap-y:clamp(4px,1.2vw,7px);--cell-size:min(11.4vw,calc((var(--shell-max) - (var(--board-side-padding) * 2) - (var(--cell-gap-x) * 7)) / 8),49px);--col-shift:50%;--board-bottom-padding:clamp(22px,5.7vw,25px);--blue-900:#0e2d4f;--blue-800:#1b5f91;--blue-600:#5db7df;--blue-300:#bdeeff;--gold:#ffd76b;--gold-dark:#a76820;--text:#fff7c5;--shadow:rgba(0,0,0,0.35);font-family:"Trebuchet MS","Arial Rounded MT Bold","Microsoft YaHei",sans-serif}*{box-sizing:border-box}[hidden]{display:none !important}.sr-only{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}body{min-height:100vh;margin:0;display:grid;place-items:center;color:var(--text);background:radial-gradient(circle at 20% 12%,rgba(82,159,210,0.42),transparent 18%),radial-gradient(circle at 82% 8%,rgba(37,111,178,0.42),transparent 16%),radial-gradient(circle at 18% 90%,rgba(23,78,142,0.5),transparent 22%),linear-gradient(145deg,#041223,#11436e 48%,#2f7ea8);overflow-x:hidden}button{font:inherit}.game-shell{width:min(100vw,var(--shell-max));min-height:100vh;padding:8px 0 8px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;position:relative;overflow:hidden;background:radial-gradient(circle at 42% 30%,rgba(255,255,255,0.11),transparent 10%),radial-gradient(circle at 78% 84%,rgba(7,43,82,0.58),transparent 18%),linear-gradient(180deg,rgba(25,96,153,0.88),rgba(42,126,177,0.74));box-shadow:0 18px 52px rgba(0,0,0,0.42)}.game-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 20%,rgba(9,58,104,0.32) 0 6%,transparent 7%),radial-gradient(circle at 54% 22%,rgba(5,42,82,0.28) 0 8%,transparent 9%),radial-gradient(circle at 36% 82%,rgba(91,176,215,0.2) 0 7%,transparent 8%);opacity:0.85}.top-bar,.board-wrap,.control-bar{position:relative;z-index:1}.top-bar{display:grid;grid-template-columns:1.1fr 0.8fr 0.74fr 0.88fr;grid-template-rows:auto auto;align-items:center;gap:8px;min-height:0;min-height:142px;padding:12px 12px 10px;border-bottom:1px solid rgba(176,229,255,0.18);background:linear-gradient(180deg,rgba(7,28,49,0.42),rgba(8,43,73,0.18)),radial-gradient(circle at 18% 0%,rgba(129,211,255,0.16),transparent 34%)}.brand-panel{grid-column:1 / 3;grid-row:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-kicker{margin:0 0 3px;color:rgba(219,244,255,0.72);font-size:10px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;text-shadow:none}.brand-panel h1{margin:0;color:#f7fbff;font-size:clamp(26px,7vw,34px);line-height:0.95;letter-spacing:0;text-shadow:0 8px 24px rgba(0,0,0,0.35)}.system-metrics{display:flex;flex-direction:column;gap:3px;color:#cfefff;font-size:11px;font-weight:900;text-align:right;text-shadow:none}.top-bar>.score-card:nth-of-type(2){grid-column:3;grid-row:1}.top-bar>.score-card:nth-of-type(3){grid-column:4;grid-row:1}.stability-panel{grid-column:1 / 3;grid-row:2;display:grid;gap:6px;min-width:0;padding:8px;border:1px solid rgba(190,236,255,0.14);border-radius:8px;background:rgba(2,23,40,0.28);box-shadow:inset 0 1px 0 rgba(255,255,255,0.08)}.meter-row{display:grid;grid-template-columns:auto auto;gap:3px 8px;align-items:center;color:#d7f3ff;font-size:11px;font-weight:900;text-shadow:none}.meter-row strong{justify-self:end;color:#f7fbff;font-size:11px}.meter{grid-column:1 / -1;height:5px;overflow:hidden;border-radius:999px;background:rgba(2,14,25,0.72);box-shadow:inset 0 1px 2px rgba(0,0,0,0.4)}.meter b{display:block;width:0%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7be0ff,#b8f55f);transition:width 180ms ease}.meter-row.danger .meter b{background:linear-gradient(90deg,#ffd66f,#ff5d6a)}.top-bar .next-card{grid-column:3;grid-row:2}.top-bar .theme-picker{grid-column:4;grid-row:2}.top-bar.is-level-mode,body.is-level-mode .top-bar{grid-template-columns:0.58fr 0.58fr 0.95fr 1.25fr;grid-template-rows:auto auto;align-items:center;gap:8px 9px;min-height:112px;padding:8px 10px 8px}.score-card,.next-card,.theme-picker,.level-summary,.level-goals{min-width:0;display:grid;gap:4px;text-shadow:none}.score-card span,.next-card span,.theme-picker span,.level-summary span,.level-goals>span{font-size:clamp(17px,4.6vw,23px);font-weight:900;color:rgba(229,245,255,0.72)}.score-card strong,.moves-card strong{font-size:clamp(28px,7.8vw,40px);line-height:0.9;color:#f7fbff;text-shadow:0 6px 20px rgba(0,0,0,0.38)}.level-summary strong{min-height:31px;font-size:clamp(16px,4.4vw,21px);line-height:1.05;color:#ffe68a}body.is-level-mode .score-card[aria-label="当前分数"]{grid-column:1;grid-row:2}body.is-level-mode .level-summary{grid-column:1 / -1;grid-row:1;display:block;min-height:30px}body.is-level-mode .moves-card{grid-column:2;grid-row:2}body.is-level-mode .next-card{grid-column:3;grid-row:2}body.is-level-mode .theme-picker{display:none}body.is-level-mode .level-goals{grid-column:4;grid-row:2;grid-template-columns:1fr;min-width:0}body.is-level-mode .score-card span,body.is-level-mode .next-card span,body.is-level-mode .theme-picker span,body.is-level-mode .level-summary span,body.is-level-mode .level-goals>span{font-size:clamp(13px,3.25vw,16px);line-height:1}body.is-level-mode .level-summary span{display:none}body.is-level-mode .level-goals>span{display:none}body.is-level-mode .score-card strong,body.is-level-mode .moves-card strong{font-size:clamp(26px,6.9vw,34px)}body.is-level-mode .level-summary strong{display:block;min-height:auto;overflow:hidden;padding:5px 10px;border-radius:999px;color:#fff0a0;font-size:clamp(15px,3.8vw,18px);line-height:1.12;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:rgba(4,38,66,0.34);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 2px 6px rgba(0,0,0,0.14)}.level-goals{grid-column:1 / -1;grid-template-columns:auto 1fr;align-items:center;gap:6px;padding-top:2px}.goal-progress{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;align-items:center;overflow:visible}.goal-chip{min-height:26px;min-width:0;display:inline-flex;justify-content:center;align-items:center;gap:4px;padding:2px 5px;border-radius:8px;color:#fff8ca;font-size:11px;font-weight:900;line-height:1;white-space:nowrap;overflow:hidden;background:rgba(3,34,58,0.52);box-shadow:inset 0 1px 0 rgba(255,255,255,0.18),0 2px 5px rgba(0,0,0,0.22)}.goal-chip:only-child{grid-column:1 / -1}body.is-level-mode .goal-chip{min-height:26px;padding:2px 5px;font-size:clamp(9px,2.6vw,11px)}.goal-chip strong{min-width:0;flex:0 1 auto;color:#ffe68a;overflow:hidden;text-overflow:ellipsis}.goal-chip .goal-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.goal-chip.is-color-goal .goal-label{display:none}.goal-chip.is-complete{color:#184212;background:linear-gradient(#dff7a3,#8bc95b);text-shadow:none}.goal-chip .microbe{width:17px;height:17px;flex:0 0 17px}.goal-chip.is-color-goal{gap:3px;padding-inline:4px}.next-card{justify-items:start}.next-batch{display:flex;gap:2px;min-height:40px;align-items:center}.theme-picker select{width:100%;min-height:30px;border:0;border-radius:7px;padding:0 7px;color:#4d3400;font-weight:900;background:linear-gradient(#fff0a4,#e9a13a);box-shadow:0 3px 0 rgba(96,52,9,0.65)}body.is-level-mode .theme-picker select{min-height:31px;font-size:13px}body.is-level-mode .board-wrap{padding-top:clamp(7px,1.2vh,11px)}.board-wrap{align-self:start;display:grid;place-items:center;padding:clamp(10px,1.8vh,16px) var(--board-side-padding) 0;overflow:visible}.board{width:calc((var(--cell-size) * 8)+(var(--cell-gap-x) * 7));max-width:calc(100vw - (var(--board-side-padding) * 2));display:grid;position:relative;grid-template-columns:repeat(8,var(--cell-size));grid-auto-rows:var(--cell-size);column-gap:var(--cell-gap-x);row-gap:var(--cell-gap-y);justify-content:center;padding:0 0 var(--board-bottom-padding);filter:drop-shadow(0 7px 10px rgba(0,0,0,0.25))}.microbe.trail-ghost{position:absolute;margin:0;pointer-events:none;z-index:3;opacity:var(--ghost-opacity,0.82);display:block;transform:scale(var(--ghost-scale,0.9));filter:saturate(1.18) brightness(1.12) blur(0.35px);mix-blend-mode:normal;animation:trail-fade 150ms linear both;box-shadow:inset -4px -7px 10px rgba(0,0,0,0.18),0 0 12px color-mix(in srgb,var(--body) 72%,white 28%),0 5px 14px rgba(0,0,0,0.24)}.trail-ghost-1{--ghost-opacity:0.86;--ghost-scale:0.96}.trail-ghost-2{--ghost-opacity:0.72;--ghost-scale:0.91}.trail-ghost-3{--ghost-opacity:0.58;--ghost-scale:0.86}.trail-ghost-4{--ghost-opacity:0.44;--ghost-scale:0.81}.trail-ghost-5{--ghost-opacity:0.3;--ghost-scale:0.76}.cell{width:var(--cell-size);height:var(--cell-size);border:0;border-radius:50%;padding:0;cursor:pointer;position:relative;background:radial-gradient(circle at 34% 28%,rgba(79,129,149,0.36),transparent 25%),radial-gradient(circle at 50% 62%,#06141e,#132f42 66%,#4a7c91 100%);box-shadow:inset 0 5px 10px rgba(0,0,0,0.75),inset 0 -2px 5px rgba(184,240,255,0.18),0 2px 0 rgba(183,239,255,0.2)}.cell.is-shifted-column{transform:translateY(var(--col-shift))}.cell.is-selected{z-index:2}.cell.has-obstacle,.cell.is-obstacle{cursor:not-allowed;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,0.16),transparent 18%),radial-gradient(circle at 50% 58%,#1c2428,#32393f 62%,#5c646a 100%);box-shadow:inset 0 5px 11px rgba(0,0,0,0.82),inset 0 -2px 5px rgba(255,255,255,0.08),0 2px 0 rgba(202,218,220,0.15)}.cell.has-obstacle::before,.cell.is-obstacle::before,.obstacle{content:"";position:absolute;inset:13%;border-radius:45% 55% 48% 52% / 55% 44% 56% 45%;background:linear-gradient(135deg,transparent 0 42%,rgba(9,14,17,0.52) 43% 48%,transparent 49%),linear-gradient(28deg,transparent 0 58%,rgba(12,15,18,0.48) 59% 64%,transparent 65%),radial-gradient(circle at 32% 24%,rgba(255,255,255,0.22),transparent 18%),radial-gradient(circle at 52% 58%,#687077,#30373d 72%);box-shadow:inset -4px -6px 9px rgba(0,0,0,0.46),inset 3px 4px 6px rgba(255,255,255,0.12),0 4px 7px rgba(0,0,0,0.34);pointer-events:none}.cell.has-obstacle::after,.cell.is-obstacle::after{content:"";position:absolute;left:31%;top:22%;width:38%;height:52%;border-radius:50%;border-left:2px solid rgba(16,21,25,0.44);transform:rotate(28deg);pointer-events:none}.microbe{width:100%;height:100%;display:block;border-radius:50%;position:relative;transform:scale(0.88);background:radial-gradient(circle at 34% 24%,rgba(255,255,255,0.58),transparent 13%),radial-gradient(circle at 50% 60%,var(--body),var(--body-dark) 75%);box-shadow:inset -4px -7px 10px rgba(0,0,0,0.32),inset 3px 4px 8px rgba(255,255,255,0.22),0 4px 8px rgba(0,0,0,0.4)}.microbe.is-moving{animation:microbe-slide var(--move-duration,180ms) ease-in-out both;z-index:4}.microbe.is-moving::after{content:"";position:absolute;inset:-6%;border-radius:inherit;pointer-events:none;opacity:0.72;transform:translate(var(--trail-x,0),var(--trail-y,0)) scaleX(1.28) scaleY(0.82);background:radial-gradient(circle at 35% 50%,rgba(255,255,255,0.62),rgba(255,255,255,0.18) 44%,transparent 72%),radial-gradient(circle,var(--body),transparent 64%);filter:blur(3px);mix-blend-mode:screen}.microbe.is-moving::before{box-shadow:0 0 12px rgba(255,255,255,0.55)}.microbe.is-selected-microbe{animation:microbe-selected-pulse 720ms ease-in-out infinite}.microbe.is-appearing{animation:microbe-pop 360ms cubic-bezier(0.2,1.35,0.42,1) both}.microbe.is-disappearing{animation:microbe-clear 320ms ease-in both}.microbe::before,.microbe::after{content:"";position:absolute;top:31%;width:17%;height:17%;border-radius:50%;background:radial-gradient(circle at 52% 58%,#1b2730 0 25%,#f1efe3 29%);box-shadow:0 0 0 1px rgba(0,0,0,0.15)}.microbe::before{left:27%}.microbe::after{right:27%}.microbe .mouth{position:absolute;left:36%;bottom:25%;width:28%;height:14%;border-radius:0 0 999px 999px;background:rgba(47,24,16,0.72)}.microbe .dot{position:absolute;width:7%;height:7%;border-radius:50%;background:rgba(28,22,19,0.25)}.microbe .dot:nth-child(2){left:16%;top:22%}.microbe .dot:nth-child(3){right:16%;top:20%}.microbe .dot:nth-child(4){left:18%;bottom:18%}.microbe .dot:nth-child(5){right:20%;bottom:16%}.microbe .special-mark{position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:2}.microbe.special-rainbow .special-mark{inset:10%;opacity:0.72;background:radial-gradient(circle at 30% 30%,rgba(242,174,135,0.54),transparent 24%),radial-gradient(circle at 70% 34%,rgba(239,218,135,0.48),transparent 25%),radial-gradient(circle at 35% 72%,rgba(138,205,172,0.48),transparent 26%),radial-gradient(circle at 70% 72%,rgba(136,171,218,0.48),transparent 27%);mix-blend-mode:soft-light}.microbe.special-split .special-mark{background:linear-gradient(112deg,transparent 0 42%,rgba(34,27,31,0.48) 43% 46%,transparent 47%),linear-gradient(34deg,transparent 0 54%,rgba(255,244,210,0.34) 55% 57%,transparent 58%),linear-gradient(156deg,transparent 0 63%,rgba(41,31,39,0.38) 64% 66%,transparent 67%);opacity:0.62}.microbe.special-locked .special-mark{left:50%;top:10%;width:32%;height:28%;inset:auto;border:2px solid rgba(39,38,34,0.58);border-bottom:0;border-radius:999px 999px 0 0;transform:translateX(-50%)}.microbe.special-locked .special-mark::after{content:"";position:absolute;left:50%;top:62%;width:150%;height:70%;border-radius:5px;transform:translateX(-50%);background:rgba(45,42,35,0.58);box-shadow:inset 0 1px 0 rgba(255,255,255,0.28),0 1px 2px rgba(0,0,0,0.18)}.microbe.type-0{--body:#d86f2b;--body-dark:#8f3f1f;border-radius:46% 54% 50% 45% / 42% 48% 55% 58%}.microbe.type-0 .mouth{left:32%;bottom:22%;width:36%;height:18%;border-radius:0 0 999px 999px;background:linear-gradient(90deg,transparent 0 30%,#fff 31% 43%,transparent 44% 56%,#fff 57% 69%,transparent 70%),rgba(47,24,16,0.86)}.microbe.type-1{--body:#36a9ff;--body-dark:#0a4f9b;border-radius:42% 58% 44% 56% / 58% 45% 55% 42%;transform:scale(0.84) rotate(-8deg)}.microbe.type-1::before,.microbe.type-1::after{top:27%}.microbe.type-1 .mouth{left:37%;bottom:22%;width:26%;height:22%;border-radius:50%}.microbe.type-1 .dot:nth-child(4),.microbe.type-1 .dot:nth-child(5){width:10%;height:10%;background:rgba(225,246,255,0.58)}.microbe.type-2{--body:#a8d83d;--body-dark:#39751a;border-radius:38% 62% 58% 42% / 46% 50% 50% 54%;box-shadow:-7px -3px 0 -5px #d7f06a,7px -3px 0 -5px #d7f06a,inset -4px -7px 10px rgba(0,0,0,0.25),inset 3px 4px 8px rgba(255,255,255,0.35),0 4px 8px rgba(0,0,0,0.4)}.microbe.type-2::before,.microbe.type-2::after{top:25%;width:16%;height:16%}.microbe.type-2 .mouth{left:31%;bottom:26%;width:38%;height:9%;border-radius:999px}.microbe.type-2 .dot{width:8%;height:8%;background:rgba(42,105,13,0.58)}.microbe.type-3{--body:#d4b34d;--body-dark:#9a6c22;border-radius:36% 36% 52% 52% / 48% 48% 62% 62%;transform:scale(0.86)}.microbe.type-3::before,.microbe.type-3::after{top:32%;width:15%;height:15%}.microbe.type-3 .mouth{left:34%;bottom:23%;width:32%;height:13%;border-radius:999px 999px 0 0;background:rgba(47,24,16,0.7)}.microbe.type-3 .dot:nth-child(2),.microbe.type-3 .dot:nth-child(3){width:5%;height:5%}.microbe.type-4{--body:#c46193;--body-dark:#84355e;border-radius:58% 42% 50% 50% / 42% 58% 48% 52%;transform:scale(0.85) rotate(7deg)}.microbe.type-4::before{left:25%;top:29%}.microbe.type-4::after{right:21%;top:26%;width:19%;height:19%}.microbe.type-4 .mouth{left:39%;bottom:24%;width:20%;height:18%;border-radius:0 0 999px 999px}.microbe.type-4 .dot{background:rgba(255,229,246,0.38)}.microbe.type-5{--body:#8e72c6;--body-dark:#513b88;border-radius:28% 28% 46% 46% / 30% 30% 62% 62%;clip-path:polygon(50% 0%,88% 16%,100% 55%,74% 100%,26% 100%,0% 55%,12% 16%)}.microbe.type-5::before,.microbe.type-5::after{top:28%;width:19%;height:19%}.microbe.type-5 .mouth{left:30%;bottom:24%;width:40%;height:14%;border-radius:0 0 999px 999px}.microbe.type-5 .dot{width:6%;height:6%;background:rgba(43,25,91,0.4)}.microbe.type-6{--body:#c8434d;--body-dark:#822231;border-radius:50%;transform:scale(0.82);box-shadow:inset -4px -7px 10px rgba(0,0,0,0.25),inset 3px 4px 8px rgba(255,255,255,0.35),0 4px 8px rgba(0,0,0,0.4)}.microbe.type-6::before,.microbe.type-6::after{top:30%;width:14%;height:14%}.microbe.type-6 .mouth{left:35%;bottom:27%;width:30%;height:8%;border-radius:999px}.microbe.type-6 .dot{background:rgba(255,238,150,0.72)}.microbe.type-7{--body:#8f9996;--body-dark:#4f5a58;border-radius:34% 52% 38% 58% / 45% 34% 58% 44%;transform:scale(0.9) rotate(-5deg);background:radial-gradient(circle at 28% 24%,rgba(255,255,255,0.55),transparent 11%),radial-gradient(circle at 68% 68%,rgba(55,62,60,0.4),transparent 16%),radial-gradient(circle at 50% 60%,var(--body),var(--body-dark) 75%)}.microbe.type-7::before{left:24%;top:30%;width:13%;height:13%}.microbe.type-7::after{right:24%;top:30%;width:13%;height:13%}.microbe.type-7 .mouth{left:34%;bottom:23%;width:32%;height:16%;border-radius:0 0 999px 999px;background:rgba(24,28,28,0.55)}.microbe.type-7 .dot{background:rgba(44,52,52,0.32)}body.theme-b{background:radial-gradient(circle at 20% 12%,rgba(145,192,72,0.34),transparent 18%),radial-gradient(circle at 82% 8%,rgba(89,138,45,0.34),transparent 16%),radial-gradient(circle at 18% 90%,rgba(61,111,35,0.42),transparent 22%),linear-gradient(145deg,#172d13,#315d21 48%,#6e9b35)}body.theme-b .game-shell{background:radial-gradient(circle at 42% 30%,rgba(235,244,153,0.1),transparent 10%),radial-gradient(circle at 78% 84%,rgba(24,61,22,0.56),transparent 18%),linear-gradient(180deg,rgba(46,91,30,0.9),rgba(91,136,42,0.76))}body.theme-b .game-shell::before{background:radial-gradient(circle at 12% 20%,rgba(31,72,26,0.32) 0 6%,transparent 7%),radial-gradient(circle at 54% 22%,rgba(21,61,24,0.28) 0 8%,transparent 9%),radial-gradient(circle at 36% 82%,rgba(180,209,100,0.18) 0 7%,transparent 8%)}body.theme-b .top-bar,body.theme-b .control-bar{border-color:rgba(30,69,24,0.7)}body.theme-b .cell{background:radial-gradient(circle at 34% 28%,rgba(88,116,49,0.32),transparent 25%),radial-gradient(circle at 50% 62%,#0b1c0b,#1d3517 66%,#5a7334 100%);box-shadow:inset 0 5px 10px rgba(0,0,0,0.72),inset 0 -2px 5px rgba(210,236,137,0.18),0 2px 0 rgba(172,207,94,0.2)}body.theme-c{background:radial-gradient(circle at 20% 12%,rgba(97,108,175,0.25),transparent 18%),radial-gradient(circle at 82% 8%,rgba(42,72,120,0.28),transparent 16%),radial-gradient(circle at 18% 90%,rgba(35,86,105,0.26),transparent 22%),linear-gradient(145deg,#080d18,#17243d 48%,#2b405e)}body.theme-c .game-shell{background:radial-gradient(circle at 42% 30%,rgba(255,255,255,0.07),transparent 10%),radial-gradient(circle at 78% 84%,rgba(23,30,58,0.62),transparent 18%),linear-gradient(180deg,rgba(16,25,47,0.95),rgba(35,54,83,0.82))}body.theme-c .game-shell::before{background:radial-gradient(circle at 12% 20%,rgba(50,61,116,0.28) 0 6%,transparent 7%),radial-gradient(circle at 54% 22%,rgba(20,35,78,0.24) 0 8%,transparent 9%),radial-gradient(circle at 36% 82%,rgba(83,139,156,0.16) 0 7%,transparent 8%)}body.theme-c .top-bar,body.theme-c .control-bar{border-color:rgba(75,91,135,0.65)}body.theme-c .cell{background:radial-gradient(circle at 34% 28%,rgba(62,72,105,0.32),transparent 25%),radial-gradient(circle at 50% 62%,#070c16,#1b2336 66%,#44506d 100%);box-shadow:inset 0 5px 10px rgba(0,0,0,0.8),inset 0 -2px 5px rgba(134,164,221,0.16),0 2px 0 rgba(118,143,210,0.18)}body.theme-d{background:radial-gradient(circle at 20% 12%,rgba(157,213,192,0.36),transparent 18%),radial-gradient(circle at 82% 8%,rgba(117,176,160,0.34),transparent 16%),radial-gradient(circle at 18% 90%,rgba(233,220,154,0.22),transparent 22%),linear-gradient(145deg,#1f5c58,#3b8d80 48%,#9bbb7b)}body.theme-d .game-shell{background:radial-gradient(circle at 42% 30%,rgba(255,255,255,0.12),transparent 10%),radial-gradient(circle at 78% 84%,rgba(40,104,91,0.44),transparent 18%),linear-gradient(180deg,rgba(49,130,120,0.86),rgba(135,178,114,0.78))}body.theme-d .game-shell::before{background:radial-gradient(circle at 12% 20%,rgba(52,115,103,0.24) 0 6%,transparent 7%),radial-gradient(circle at 54% 22%,rgba(44,102,91,0.22) 0 8%,transparent 9%),radial-gradient(circle at 36% 82%,rgba(239,224,158,0.18) 0 7%,transparent 8%)}body.theme-d .top-bar,body.theme-d .control-bar{border-color:rgba(54,101,96,0.62)}body.theme-d .cell{background:radial-gradient(circle at 34% 28%,rgba(70,116,112,0.32),transparent 25%),radial-gradient(circle at 50% 62%,#0d2020,#244441 66%,#5c8180 100%);box-shadow:inset 0 5px 10px rgba(0,0,0,0.7),inset 0 -2px 5px rgba(202,239,222,0.18),0 2px 0 rgba(150,214,187,0.18)}body.theme-b .microbe.type-0{--body:#be6f3f;--body-dark:#76432b;border-radius:44% 56% 64% 36% / 62% 42% 58% 38%;transform:scale(0.78) rotate(-16deg);clip-path:none}body.theme-b .microbe.type-1{--body:#35a8ef;--body-dark:#145a9a;border-radius:52% 48% 42% 58% / 36% 62% 38% 64%;transform:scale(0.8) rotate(12deg);clip-path:none;box-shadow:0 -8px 0 -5px #83d9ff,inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-b .microbe.type-2{--body:#a9c93d;--body-dark:#4f781e;border-radius:48% 52% 40% 60% / 58% 36% 64% 42%;transform:scale(0.82);box-shadow:-8px -5px 0 -6px #d8e76a,8px -5px 0 -6px #d8e76a,0 8px 0 -6px #d8e76a,inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-b .microbe.type-3{--body:#b99c4b;--body-dark:#7b6428;border-radius:50% 50% 38% 38% / 62% 62% 42% 42%;transform:scale(0.82);clip-path:polygon(50% 0%,86% 24%,76% 100%,24% 100%,14% 24%)}body.theme-b .microbe.type-4{--body:#ad5d79;--body-dark:#74394f;border-radius:64% 36% 64% 36% / 48% 58% 42% 52%;transform:scale(0.82) rotate(-10deg);clip-path:none}body.theme-b .microbe.type-5{--body:#78659f;--body-dark:#4a3c6d;border-radius:50%;transform:scale(0.76);clip-path:none;box-shadow:-7px 0 0 -5px #abc171,7px 0 0 -5px #abc171,0 -7px 0 -5px #abc171,0 7px 0 -5px #abc171,inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-b .microbe.type-6{--body:#a6473f;--body-dark:#6e2b29;border-radius:50% 50% 56% 44% / 42% 42% 62% 58%;transform:scale(0.8) rotate(18deg);clip-path:polygon(50% 0%,72% 18%,100% 45%,80% 80%,50% 100%,20% 80%,0% 45%,28% 18%)}body.theme-b .microbe.type-7{--body:#82907b;--body-dark:#4f5b4b;border-radius:36% 64% 44% 56% / 48% 36% 64% 52%;transform:scale(0.82) rotate(-18deg);clip-path:none}body.theme-c .microbe::before,body.theme-c .microbe::after{width:13%;height:13%}body.theme-c .microbe.type-0{--body:#b47743;--body-dark:#71492d;border-radius:18% 18% 24% 24%;transform:scale(0.78) rotate(45deg);clip-path:none}body.theme-c .microbe.type-1{--body:#4aaeff;--body-dark:#1a568f;border-radius:50%;transform:scale(0.72);clip-path:polygon(50% 0%,88% 30%,78% 88%,22% 88%,12% 30%)}body.theme-c .microbe.type-2{--body:#b1d453;--body-dark:#536f24;border-radius:20% 20% 22% 22%;transform:scale(0.74) rotate(-45deg);clip-path:none;box-shadow:0 0 0 2px rgba(213,255,108,.18),inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-c .microbe.type-3{--body:#b09251;--body-dark:#6f5b31;border-radius:999px;transform:scale(0.72) rotate(90deg);clip-path:none}body.theme-c .microbe.type-4{--body:#a25f7b;--body-dark:#61374f;border-radius:28% 28% 34% 34%;transform:scale(0.76) rotate(45deg);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}body.theme-c .microbe.type-5{--body:#71679f;--body-dark:#3f3b68;border-radius:0;transform:scale(0.78);clip-path:polygon(50% 0%,94% 25%,94% 75%,50% 100%,6% 75%,6% 25%)}body.theme-c .microbe.type-6{--body:#9d474c;--body-dark:#5f2b34;border-radius:50%;transform:scale(0.7);clip-path:none;box-shadow:0 0 0 3px rgba(255,255,255,.12),0 0 14px rgba(255,255,255,.12),inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-c .microbe.type-7{--body:#808b90;--body-dark:#474f56;border-radius:24% 58% 32% 50% / 36% 22% 58% 48%;transform:scale(0.78) rotate(-22deg);clip-path:none}body.theme-d .microbe.type-0{--body:#d08a5d;--body-dark:#89543b;border-radius:50%;transform:scale(0.84);clip-path:none}body.theme-d .microbe.type-1{--body:#43b2f2;--body-dark:#1e668f;border-radius:48% 52% 54% 46% / 44% 54% 46% 56%;transform:scale(0.82);clip-path:none;box-shadow:0 -6px 0 -5px #8bdfff,inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-d .microbe.type-2{--body:#b4c951;--body-dark:#637326;border-radius:44% 56% 46% 54% / 54% 44% 56% 46%;transform:scale(0.82) rotate(-8deg);clip-path:none;box-shadow:-6px -3px 0 -5px #dbe574,6px -3px 0 -5px #dbe574,inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-d .microbe.type-3{--body:#c5a95b;--body-dark:#7f6835;border-radius:42% 42% 58% 58% / 36% 36% 64% 64%;transform:scale(0.82);clip-path:none}body.theme-d .microbe.type-4{--body:#c37893;--body-dark:#81485f;border-radius:60% 40% 58% 42% / 42% 60% 40% 58%;transform:scale(0.82) rotate(10deg);clip-path:none}body.theme-d .microbe.type-5{--body:#8d7cb0;--body-dark:#554874;border-radius:28% 28% 46% 46% / 30% 30% 62% 62%;transform:scale(0.82);clip-path:polygon(50% 0%,90% 18%,100% 58%,72% 100%,28% 100%,0% 58%,10% 18%)}body.theme-d .microbe.type-6{--body:#b85d55;--body-dark:#753a39;border-radius:50%;transform:scale(0.78);clip-path:none;box-shadow:0 -7px 0 -4px #ad9b61,7px 0 0 -4px #ad9b61,0 7px 0 -4px #ad9b61,-7px 0 0 -4px #ad9b61,inset -4px -7px 10px rgba(0,0,0,.25),inset 3px 4px 8px rgba(255,255,255,.25),0 4px 8px rgba(0,0,0,.4)}body.theme-d .microbe.type-7{--body:#939b93;--body-dark:#59615b;border-radius:34% 52% 38% 58% / 45% 34% 58% 44%;transform:scale(0.84) rotate(8deg);clip-path:none}.next-batch .microbe{width:24px;height:24px;flex:0 0 24px}.control-bar{min-height:0;display:grid;gap:7px;align-items:stretch;padding:10px 12px 12px;border-top:1px solid rgba(176,229,255,0.16);background:linear-gradient(180deg,rgba(5,28,48,0.18),rgba(4,20,36,0.42))}.icon-button,.action-button,.mode-button{border:0;color:#4d3b00;font-weight:900;border-radius:8px;cursor:pointer;background:linear-gradient(#fff1a6,#ffbe3e);box-shadow:inset 0 2px 1px rgba(255,255,255,0.65),0 4px 0 #a76217,0 7px 14px rgba(0,0,0,0.25)}.icon-button{width:42px;height:42px;font-size:30px;line-height:1;border-radius:50%}.action-button{min-height:40px;padding:0 12px;white-space:nowrap}.mode-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:6px}body.is-level-mode .mode-controls{grid-template-columns:repeat(auto-fit,minmax(68px,1fr))}.play-controls{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:8px 10px;align-items:center}.play-controls .status-text{grid-column:1 / -1;grid-row:1}.play-controls .icon-button{grid-column:1;grid-row:2}.play-controls .action-button{grid-column:2;grid-row:2;width:100%}.achievement-button{font-size:16px}.item-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.item-button{min-width:0;min-height:42px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px;border:1px solid rgba(190,235,255,0.22);border-radius:8px;padding:4px 7px;color:#fff8cf;font-weight:900;text-shadow:0 2px 5px rgba(0,0,0,0.45);background:linear-gradient(180deg,rgba(23,83,124,0.82),rgba(10,44,76,0.86)),radial-gradient(circle at 30% 20%,rgba(255,255,255,0.16),transparent 42%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),0 3px 8px rgba(0,0,0,0.25);cursor:pointer}.item-button:disabled{cursor:not-allowed;opacity:0.42;filter:grayscale(0.35)}.item-button.is-active{color:#2d2100;text-shadow:none;border-color:rgba(255,237,148,0.86);background:linear-gradient(#fff3a7,#e6a23d);box-shadow:inset 0 2px 1px rgba(255,255,255,0.62),0 0 0 2px rgba(255,238,148,0.22),0 4px 10px rgba(0,0,0,0.28)}.item-icon{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:50%;font-size:15px;line-height:1;background:rgba(4,23,42,0.38)}.item-name{min-width:0;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.item-button strong{min-width:20px;padding:1px 5px;border-radius:999px;color:#17304a;font-size:13px;background:rgba(255,245,181,0.9);text-shadow:none}.recolor-panel{display:flex;gap:6px;align-items:center;justify-content:center;min-height:40px;padding:5px;border-radius:8px;background:rgba(3,31,55,0.46);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12)}.recolor-choice{width:32px;height:32px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,0.08);cursor:pointer}.recolor-choice:disabled{cursor:not-allowed;opacity:0.34}.recolor-choice .microbe{width:100%;height:100%}.cell.is-item-targeting{outline:1px solid rgba(255,246,176,0.18);outline-offset:1px}.cell.is-recolor-source{box-shadow:inset 0 5px 10px rgba(0,0,0,0.75),inset 0 -2px 5px rgba(184,240,255,0.18),0 0 0 2px rgba(255,232,110,0.68),0 2px 0 rgba(183,239,255,0.2)}.mode-button{min-width:0;min-height:32px;padding:0 8px;font-size:13px;white-space:nowrap;background:linear-gradient(#e2f6ff,#74c7e9);box-shadow:inset 0 2px 1px rgba(255,255,255,0.6),0 3px 0 #276487,0 6px 12px rgba(0,0,0,0.2)}.mode-button.is-active,.mode-button[aria-pressed="true"]{color:#321900;background:linear-gradient(#fff7b9,#ff9d33);box-shadow:inset 0 2px 1px rgba(255,255,255,0.7),0 3px 0 #9d5414,0 0 0 2px rgba(255,242,159,0.26)}.action-button.primary{color:#321900;background:linear-gradient(#fff6bd,#ff9a31)}.status-text{margin:0;min-width:0;padding:8px 10px;border:1px solid rgba(190,236,255,0.12);border-radius:8px;font-size:13px;line-height:1.35;color:#fffbd3;text-shadow:none;background:rgba(2,23,40,0.28);box-shadow:inset 0 1px 0 rgba(255,255,255,0.08)}.dialog{width:min(88vw,340px);border:0;border-radius:8px;padding:0;color:#fff9cf;background:transparent}.dialog::backdrop{background:rgba(5,20,5,0.58)}.dialog-panel{padding:22px;border-radius:8px;background:linear-gradient(160deg,#104a78,#2f87b0);box-shadow:0 20px 55px rgba(0,0,0,0.55)}.dialog h2{margin:0 0 8px;color:var(--gold);font-size:26px}.dialog p{margin:0 0 18px;line-height:1.5}.dialog menu{margin:0;padding:0;display:flex;justify-content:flex-end;gap:10px}.level-picker-dialog{width:min(92vw,390px)}.achievement-dialog{width:min(94vw,410px)}.level-picker-panel{padding:16px}.achievement-panel{display:grid;max-height:min(82vh,680px);padding:16px;overflow:hidden}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.dialog-header h2{margin:0}.dialog-icon-button{width:34px;height:34px;flex:0 0 34px;font-size:24px}.level-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-height:min(62vh,520px);overflow-y:auto;padding:2px 2px 4px}.achievement-summary{margin:0 0 10px;padding:8px 10px;border-radius:8px;color:#fff8cd;font-size:13px;font-weight:900;background:rgba(4,38,66,0.42);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12)}.achievement-list{display:grid;gap:8px;max-height:min(62vh,540px);overflow-y:auto;padding:2px 3px 5px;overscroll-behavior:contain}.achievement-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:10px;border-radius:8px;color:#fff9cf;background:rgba(5,46,78,0.58);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 4px 10px rgba(0,0,0,0.18)}.achievement-card.is-unlocked{background:linear-gradient(160deg,rgba(41,109,125,0.76),rgba(9,67,92,0.72))}.achievement-title{margin:0;min-width:0;color:#ffe68a;font-size:16px;line-height:1.1}.achievement-description,.achievement-reward,.achievement-time{margin:0;min-width:0;font-size:12px;line-height:1.35;color:rgba(255,249,207,0.88)}.achievement-description{grid-column:1 / -1}.achievement-status{align-self:start;padding:3px 7px;border-radius:999px;color:#183848;font-size:12px;font-weight:900;background:linear-gradient(#e4f8ff,#80cde8)}.achievement-card.is-unlocked .achievement-status{color:#4d3100;background:linear-gradient(#fff1a6,#ffbe3e)}.achievement-meta{grid-column:1 / -1;display:grid;gap:3px}.level-option{min-width:0;min-height:74px;display:grid;grid-template-rows:auto 1fr auto;gap:3px;padding:7px 5px;border:0;border-radius:8px;color:#173647;font:inherit;font-weight:900;cursor:pointer;background:linear-gradient(#e9fbff,#8bd4ed);box-shadow:inset 0 2px 1px rgba(255,255,255,0.7),0 4px 0 #326b83,0 7px 12px rgba(0,0,0,0.24)}.level-option:disabled,.level-option.is-locked{cursor:not-allowed;color:rgba(225,233,235,0.58);background:linear-gradient(#596770,#2f3b43);box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 4px 0 #1b252b}.level-number{font-size:19px;line-height:1;color:#ffe68a;text-shadow:0 2px 0 rgba(89,50,8,0.72)}.level-option-name{min-width:0;font-size:12px;line-height:1.12}.level-stars,.stars{color:var(--gold);font-size:12px;line-height:1;letter-spacing:1px;text-shadow:0 2px 0 rgba(89,50,8,0.72)}.level-stars{display:inline-flex;justify-content:center;gap:3px}.star-badge{width:13px;height:13px;display:inline-grid;place-items:center;border-radius:50%;font-size:9px;line-height:1;text-shadow:none}.star-badge.is-earned{color:#5b3300;background:linear-gradient(#fff3a5,#ffb43d);box-shadow:inset 0 1px 0 rgba(255,255,255,0.6),0 1px 2px rgba(91,45,0,0.35)}.star-badge.is-empty{color:transparent;border:2px solid rgba(36,72,91,0.48);background:rgba(19,50,67,0.2);box-shadow:inset 0 1px 2px rgba(0,0,0,0.16)}.level-option.is-locked .level-stars{color:rgba(225,233,235,0.58);text-shadow:none}.share-dialog{width:min(92vw,390px)}.share-panel{max-height:min(86vh,760px);display:grid;gap:12px;overflow-y:auto;padding:16px}.share-preview-wrap{width:100%;max-height:min(58vh,520px);display:grid;place-items:center;overflow:auto;border-radius:8px;padding:10px;background:rgba(4,28,48,0.42);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),inset 0 -10px 24px rgba(0,0,0,0.14)}.share-canvas{width:min(100%,285px);height:auto;display:block;border-radius:8px;background:#143a55;box-shadow:0 8px 24px rgba(0,0,0,0.34)}.share-copy-text{margin:0;padding:10px 11px;border-radius:8px;color:#fff8ca;font-size:13px;line-height:1.45;background:rgba(3,34,58,0.5)}.share-actions{justify-content:stretch}.share-actions .action-button{flex:1 1 0}@keyframes microbe-slide{0%{transform:translate(var(--move-x,0),var(--move-y,0)) scale(0.88)}100%{transform:translate(0,0) scale(0.88)}}@keyframes trail-fade{0%{opacity:var(--ghost-opacity,0.5);transform:scale(var(--ghost-scale,0.9))}72%{opacity:calc(var(--ghost-opacity,0.5) * 0.86)}100%{opacity:0;transform:scale(0.72)}}@keyframes microbe-selected-pulse{0%,100%{transform:scale(0.88);filter:brightness(1)}50%{transform:scale(1.08);filter:brightness(1.18)}}@keyframes microbe-pop{0%{opacity:0;transform:scale(0.2) rotate(-12deg);filter:brightness(1.45)}68%{opacity:1;transform:scale(1.02) rotate(4deg);filter:brightness(1.18)}100%{opacity:1;transform:scale(0.88) rotate(0);filter:brightness(1)}}@keyframes microbe-clear{0%{opacity:1;transform:scale(0.88);filter:brightness(1)}38%{opacity:1;transform:scale(1.12);filter:brightness(1.6)}100%{opacity:0;transform:scale(0.08);filter:brightness(2)}}@media (max-width:380px){:root{--board-side-padding:12px;--cell-size:min(11vw,calc((100vw - (var(--board-side-padding) * 2) - (var(--cell-gap-x) * 7)) / 8));--cell-gap-x:2px;--cell-gap-y:5px}.game-shell{padding-inline:0;grid-template-rows:auto minmax(0,1fr) auto}.top-bar{grid-template-columns:1.08fr 0.8fr 0.74fr 0.88fr;grid-template-rows:auto auto;gap:7px;min-height:136px;padding:10px 10px 9px}.brand-panel h1{font-size:28px}.brand-kicker{font-size:9px}.stability-panel{padding:7px}.top-bar.is-level-mode,body.is-level-mode .top-bar{grid-template-columns:0.54fr 0.54fr 0.88fr 1.25fr;gap:7px 5px;min-height:108px;padding:7px 6px}.score-card span,.next-card span,.theme-picker span{font-size:15px}.score-card strong{font-size:30px}.theme-picker select{min-height:28px;padding-inline:4px;font-size:12px}body.is-level-mode .score-card span,body.is-level-mode .next-card span,body.is-level-mode .theme-picker span,body.is-level-mode .level-summary span,body.is-level-mode .level-goals>span{font-size:13px}.next-batch .microbe{width:30px;height:30px;flex-basis:30px}.control-bar{gap:6px;padding:8px 10px 10px}.icon-button{width:40px;height:40px}.action-button{padding-inline:10px;font-size:14px}.mode-controls{gap:4px}.item-bar{gap:4px}.item-button{min-height:38px;gap:4px;padding-inline:5px}.item-icon{width:20px;height:20px;font-size:13px}.item-name,.item-button strong{font-size:12px}.mode-button{min-height:30px;padding-inline:5px;font-size:12px}.play-controls{grid-template-columns:40px minmax(0,1fr);gap:6px}.level-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.microbe.is-moving,.microbe.is-selected-microbe,.microbe.is-appearing,.microbe.is-disappearing{animation-duration:1ms}}:root{--shell-max:430px;--board-side-padding:16px;--cell-gap-x:0px;--cell-gap-y:2px;--cell-size:min(11.2vw,47px);--glass-line:rgba(143,211,248,0.46);--glass-line-strong:rgba(202,243,255,0.82);--glass-fill:rgba(7,28,48,0.62);--glass-fill-deep:rgba(0,12,24,0.78);--text:#e9f7ff;--cyan:#7edcff;--blue-token:#2f9eea;--blue-token-dark:#064d92;--green-token:#a8d63f;--green-token-dark:#436f17}body{color:var(--text);background:radial-gradient(circle at 16% 10%,rgba(96,175,218,0.22),transparent 16%),radial-gradient(circle at 86% 34%,rgba(83,190,223,0.16),transparent 20%),radial-gradient(circle at 30% 72%,rgba(84,157,205,0.13),transparent 18%),linear-gradient(180deg,#01060d 0%,#03111f 46%,#02080f 100%)}.game-shell{width:min(100vw,var(--shell-max));min-height:100vh;gap:12px;padding:14px 14px 16px;background:radial-gradient(circle at 18% 15%,rgba(83,150,190,0.19),transparent 14%),radial-gradient(circle at 84% 78%,rgba(79,169,209,0.12),transparent 18%),linear-gradient(180deg,#020812,#04101e 54%,#01050b);box-shadow:0 28px 80px rgba(0,0,0,0.72)}.game-shell::before{background:radial-gradient(circle at 8% 22%,rgba(158,226,255,0.16) 0 2px,transparent 3px),radial-gradient(circle at 72% 18%,rgba(158,226,255,0.12) 0 2px,transparent 3px),radial-gradient(circle at 82% 86%,rgba(158,226,255,0.13) 0 2px,transparent 3px),radial-gradient(circle at 18% 72%,rgba(120,206,255,0.08),transparent 16%);filter:blur(0.2px);opacity:1}.top-bar{grid-template-columns:minmax(0,1.22fr) minmax(142px,0.9fr);grid-template-rows:auto auto;min-height:0;gap:10px;padding:0;border:0;background:transparent}.brand-panel{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:2px 4px 4px}.brand-mark{width:42px;height:52px;position:relative;display:block;filter:drop-shadow(0 0 10px rgba(112,222,255,0.45))}.brand-mark i{width:17px;height:19px;position:absolute;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);background:radial-gradient(circle at 36% 26%,rgba(255,255,255,0.72),transparent 16%),linear-gradient(145deg,rgba(118,225,255,0.72),rgba(14,69,103,0.72));box-shadow:inset 0 0 0 1px rgba(181,239,255,0.58),0 0 10px rgba(94,213,255,0.22)}.brand-mark i:nth-child(1){left:12px;top:0}.brand-mark i:nth-child(2){left:0;top:17px;opacity:0.78}.brand-mark i:nth-child(3){left:18px;top:17px}.brand-mark i:nth-child(4){left:0;top:34px;opacity:0.5}.brand-mark i:nth-child(5){left:18px;top:34px;opacity:0.7}.brand-panel h1{color:#eef8ff;font-size:clamp(34px,9.2vw,42px);font-weight:900;letter-spacing:0;line-height:1;text-shadow:0 0 16px rgba(113,214,255,0.3),0 5px 20px rgba(0,0,0,0.65)}.brand-panel h1::first-letter{color:#f7fbff}.system-metrics{flex-direction:row;align-items:center;gap:6px;color:rgba(211,240,255,0.82);font-size:10px}.system-metrics span{min-width:32px;padding:4px 6px;border:1px solid rgba(115,190,231,0.22);border-radius:7px;background:rgba(3,17,31,0.42)}.settings-button{width:52px;height:52px;border:1px solid rgba(137,203,238,0.46);border-radius:12px;color:#d9f1ff;font-size:28px;line-height:1;cursor:pointer;background:radial-gradient(circle at 34% 25%,rgba(255,255,255,0.16),transparent 24%),linear-gradient(180deg,rgba(18,47,73,0.82),rgba(5,19,35,0.92));box-shadow:inset 0 1px 0 rgba(255,255,255,0.13),0 0 0 1px rgba(21,88,130,0.24),0 10px 22px rgba(0,0,0,0.34)}.settings-button:hover,.settings-button:focus-visible{color:#ffffff;border-color:rgba(186,237,255,0.8);outline:none}.score-deck{grid-column:1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;min-height:90px;overflow:hidden;border:1px solid var(--glass-line);border-radius:12px;background:linear-gradient(90deg,rgba(9,31,52,0.78),rgba(6,23,41,0.72)),radial-gradient(circle at 18% 12%,rgba(120,211,255,0.14),transparent 32%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.11),inset 0 -14px 26px rgba(0,0,0,0.24),0 11px 25px rgba(0,0,0,0.32)}.score-deck .score-card{min-width:0;justify-items:center;align-content:center;gap:14px;padding:14px 8px 13px;border:0;border-radius:0;background:transparent;box-shadow:none}.score-deck .score-card+.score-card{border-left:1px solid rgba(124,194,232,0.32)}.score-card span,.next-card span{color:rgba(219,239,249,0.82);font-size:15px;font-weight:800;letter-spacing:0;text-transform:uppercase}.score-card strong{color:#f9fbff;font-size:clamp(32px,9vw,44px);font-weight:800;line-height:0.9;letter-spacing:0;text-shadow:0 0 18px rgba(164,225,255,0.16),0 8px 18px rgba(0,0,0,0.52)}.best-score-card strong{color:#ffa323;text-shadow:0 0 18px rgba(255,164,35,0.18)}.top-bar .next-card{grid-column:2;grid-row:2}.next-card{min-height:90px;gap:8px;padding:11px 13px;border:1px solid var(--glass-line);border-radius:12px;background:linear-gradient(180deg,rgba(13,38,63,0.78),rgba(6,21,37,0.78)),radial-gradient(circle at 70% 0%,rgba(117,215,255,0.13),transparent 38%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),inset 0 -12px 26px rgba(0,0,0,0.28),0 11px 25px rgba(0,0,0,0.32)}.next-card span{width:100%;padding-bottom:6px;border-bottom:1px solid rgba(161,215,243,0.34)}.next-batch{min-height:45px;justify-content:space-between;gap:8px}.next-batch .microbe{width:36px;height:36px;flex:0 0 36px}.stability-panel,.theme-picker{display:none}.board-wrap{align-self:stretch;padding:17px 15px 16px;border:1px solid rgba(174,226,255,0.72);border-radius:28px;overflow:hidden;background:radial-gradient(circle at 14% 18%,rgba(120,200,238,0.13),transparent 19%),radial-gradient(circle at 84% 83%,rgba(118,209,255,0.1),transparent 22%),linear-gradient(180deg,rgba(8,33,55,0.74),rgba(1,13,25,0.83));box-shadow:inset 0 0 0 5px rgba(154,221,255,0.11),inset 0 1px 0 rgba(255,255,255,0.35),inset 0 -24px 44px rgba(0,0,0,0.27),0 0 0 1px rgba(13,70,110,0.8),0 18px 36px rgba(0,0,0,0.44)}.board{--col-shift:calc(var(--cell-size) * 0.5+1px);width:calc((var(--cell-size) * 8) - (var(--cell-size) * 0.82));max-width:100%;grid-template-columns:repeat(8,var(--cell-size));grid-auto-rows:calc(var(--cell-size) * 0.86);column-gap:calc(var(--cell-size) * -0.16);row-gap:var(--cell-gap-y);padding:10px 0 calc(var(--cell-size) * 0.5);filter:drop-shadow(0 11px 16px rgba(0,0,0,0.42))}.cell{width:var(--cell-size);height:var(--cell-size);border-radius:0;clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);background:linear-gradient(180deg,rgba(13,44,70,0.24),rgba(0,9,18,0.52)),radial-gradient(circle at 50% 58%,rgba(10,30,50,0.48),rgba(0,8,17,0.84) 70%);box-shadow:inset 0 0 0 2px rgba(93,155,194,0.58),inset 0 0 18px rgba(0,0,0,0.82),0 0 0 1px rgba(143,214,255,0.16),0 3px 7px rgba(0,0,0,0.6)}.cell::after{content:"";position:absolute;inset:2px;clip-path:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(164,226,255,0.22)}.cell.is-selected{filter:drop-shadow(0 0 8px rgba(132,225,255,0.78)) drop-shadow(0 0 18px rgba(101,220,255,0.35))}.cell.is-selected::after{box-shadow:inset 0 0 0 2px rgba(215,252,255,0.86),inset 0 0 18px rgba(88,215,255,0.3)}.microbe{width:100%;height:100%;z-index:2;transform:scale(0.77);clip-path:none;background:radial-gradient(circle at 32% 23%,rgba(255,255,255,0.82),transparent 12%),radial-gradient(circle at 58% 67%,var(--body),var(--body-dark) 72%);box-shadow:inset -5px -8px 11px rgba(0,0,0,0.42),inset 4px 5px 8px rgba(255,255,255,0.24),0 5px 10px rgba(0,0,0,0.55),0 0 14px color-mix(in srgb,var(--body) 32%,transparent)}.microbe .mouth{display:none}.microbe::before,.microbe::after{background:rgba(255,255,255,0.38);box-shadow:none}.microbe::before{left:31%;top:20%;width:18%;height:15%}.microbe::after{left:58%;top:50%;width:13%;height:12%;opacity:0.46}.microbe .dot{width:17%;height:17%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,0.76),transparent 27%),radial-gradient(circle,color-mix(in srgb,var(--body) 78%,white 22%),var(--body-dark));box-shadow:inset -1px -2px 3px rgba(0,0,0,0.28),0 1px 2px rgba(0,0,0,0.36)}.microbe.type-0,body.theme-b .microbe.type-0,body.theme-c .microbe.type-0,body.theme-d .microbe.type-0{--body:#ff7a1b;--body-dark:#9d2707;border-radius:50%;transform:scale(0.78);box-shadow:-9px 0 0 -6px #ffb335,9px 0 0 -6px #ffb335,0 -9px 0 -6px #ffcf38,0 9px 0 -6px #ff9425,-6px -6px 0 -6px #ffcf38,6px -6px 0 -6px #ffcf38,inset -5px -8px 11px rgba(0,0,0,0.42),inset 4px 5px 8px rgba(255,255,255,0.26),0 5px 11px rgba(0,0,0,0.56)}.microbe.type-1,body.theme-b .microbe.type-1,body.theme-c .microbe.type-1,body.theme-d .microbe.type-1{--body:var(--blue-token);--body-dark:var(--blue-token-dark);border-radius:50%;transform:scale(0.77);box-shadow:inset -5px -8px 11px rgba(0,0,0,0.42),inset 4px 5px 9px rgba(255,255,255,0.25),0 0 0 1px rgba(111,211,255,0.22),0 6px 12px rgba(0,0,0,0.56),0 0 16px rgba(47,158,234,0.34)}.microbe.type-2,body.theme-b .microbe.type-2,body.theme-c .microbe.type-2,body.theme-d .microbe.type-2{--body:var(--green-token);--body-dark:var(--green-token-dark);border-radius:50%;transform:scale(0.78);box-shadow:-9px 0 0 -6px #cdea5c,9px 0 0 -6px #cdea5c,0 -9px 0 -6px #d8f26a,0 9px 0 -6px #78aa26,-6px 6px 0 -6px #78aa26,6px 6px 0 -6px #78aa26,inset -5px -8px 11px rgba(0,0,0,0.42),inset 4px 5px 9px rgba(255,255,255,0.25),0 6px 12px rgba(0,0,0,0.56),0 0 16px rgba(168,214,63,0.34)}.microbe.type-3,body.theme-b .microbe.type-3,body.theme-c .microbe.type-3,body.theme-d .microbe.type-3{--body:#ffd238;--body-dark:#b06b08;border-radius:50%;transform:scale(0.77)}.microbe.type-4,body.theme-b .microbe.type-4,body.theme-c .microbe.type-4,body.theme-d .microbe.type-4{--body:#9e49e5;--body-dark:#43116c;border-radius:44% 56% 47% 53% / 55% 44% 56% 45%;transform:scale(0.78) rotate(-8deg)}.microbe.type-5,body.theme-b .microbe.type-5,body.theme-c .microbe.type-5,body.theme-d .microbe.type-5{--body:#f05a22;--body-dark:#811204;border-radius:50%;transform:scale(0.76)}.microbe.type-6,body.theme-b .microbe.type-6,body.theme-c .microbe.type-6,body.theme-d .microbe.type-6{--body:#77d7ff;--body-dark:#026983;width:96%;height:56%;margin:22% 2%;border-radius:999px;transform:scale(0.84) rotate(-22deg);box-shadow:-7px 0 0 -6px #93fff2,7px 0 0 -6px #93fff2,0 -8px 0 -7px #93fff2,0 8px 0 -7px #93fff2,inset -5px -8px 11px rgba(0,0,0,0.38),inset 4px 5px 8px rgba(255,255,255,0.28),0 5px 11px rgba(0,0,0,0.55),0 0 17px rgba(100,238,232,0.36)}.microbe.type-7,body.theme-b .microbe.type-7,body.theme-c .microbe.type-7,body.theme-d .microbe.type-7{--body:#24d8c7;--body-dark:#02716e;width:94%;height:54%;margin:23% 3%;border-radius:999px;transform:scale(0.84) rotate(-28deg);box-shadow:-9px 0 0 -7px #8ffff1,9px 0 0 -7px #8ffff1,0 -9px 0 -7px #8ffff1,0 9px 0 -7px #8ffff1,inset -5px -8px 11px rgba(0,0,0,0.38),inset 4px 5px 8px rgba(255,255,255,0.28),0 5px 11px rgba(0,0,0,0.55),0 0 18px rgba(36,216,199,0.4)}.control-bar{min-height:96px;grid-template-columns:76px minmax(0,1fr) 68px 58px;grid-template-rows:1fr;gap:8px;align-items:stretch;padding:10px;border:1px solid rgba(105,181,225,0.42);border-radius:16px;background:linear-gradient(180deg,rgba(8,32,54,0.8),rgba(2,13,25,0.82)),radial-gradient(circle at 10% 0%,rgba(115,218,255,0.14),transparent 32%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 11px 25px rgba(0,0,0,0.34)}.level-orb{grid-column:1;display:grid;place-items:center;align-content:center;gap:6px;color:rgba(224,244,255,0.9);font-size:12px;font-weight:900;text-align:center}.orb-ring{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 42% 45%,rgba(49,187,225,0.26),rgba(4,26,44,0.96) 64%),conic-gradient(from 20deg,#76f1ff 0 28%,transparent 28% 100%);box-shadow:inset 0 0 0 2px rgba(106,197,243,0.38),0 0 18px rgba(77,225,255,0.24)}.flask-icon{width:25px;height:31px;position:relative;display:block;border:3px solid #8cecff;border-top:0;border-radius:5px 5px 13px 13px;filter:drop-shadow(0 0 7px rgba(95,234,255,0.62))}.flask-icon::before{content:"";position:absolute;left:7px;top:-12px;width:7px;height:14px;border:3px solid #8cecff;border-bottom:0;border-radius:4px 4px 0 0}.flask-icon::after{content:"";position:absolute;left:4px;right:4px;bottom:4px;height:10px;border-radius:999px 999px 9px 9px;background:linear-gradient(180deg,rgba(107,241,255,0.32),rgba(92,204,255,0.85))}.play-controls{display:contents}.play-controls .status-text,.status-text{grid-column:2;grid-row:1;align-self:center;min-height:52px;display:flex;align-items:center;min-width:0;margin:0;padding:12px 14px 26px;border:1px solid rgba(111,184,225,0.35);border-radius:8px;color:#dcefff;font-size:14px;font-weight:700;line-height:1.25;background:rgba(3,17,31,0.56);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),inset 0 -10px 18px rgba(0,0,0,0.22)}.status-text::before{content:"";width:9px;height:9px;flex:0 0 9px;margin-right:12px;border-radius:50%;background:#a6f66c;box-shadow:0 0 12px rgba(166,246,108,0.82)}.status-dots{grid-column:2;align-self:end;justify-self:center;display:flex;gap:11px;padding-bottom:11px;pointer-events:none;z-index:2}.play-controls .status-dots{grid-column:2;grid-row:1}.status-dots i{width:8px;height:8px;display:block;border-radius:50%;background:rgba(94,174,205,0.76);box-shadow:0 0 7px rgba(103,215,255,0.34)}.status-dots i:nth-child(n+6){background:#7ceeff;box-shadow:0 0 10px rgba(124,238,255,0.76)}.icon-button,.action-button{border:1px solid rgba(116,191,232,0.34);border-radius:8px;color:#dcefff;cursor:pointer;background:radial-gradient(circle at 36% 20%,rgba(255,255,255,0.14),transparent 28%),linear-gradient(180deg,rgba(15,45,70,0.82),rgba(4,19,35,0.88));box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 7px 15px rgba(0,0,0,0.28)}.play-controls .action-button,.play-controls .icon-button{width:auto;height:auto}.play-controls #newGameButton,#newGameButton{grid-column:3;grid-row:1;min-height:74px;padding:40px 4px 8px;position:relative;font-size:11px;line-height:1;text-transform:uppercase}#newGameButton::before{content:"↻";position:absolute;left:50%;top:11px;transform:translateX(-50%);font-size:40px;line-height:1}.play-controls #helpButton,#helpButton{grid-column:4;grid-row:1;min-height:74px;padding:37px 4px 8px;position:relative;border-radius:8px;font-size:0}#helpButton::before{content:"?";position:absolute;left:50%;top:8px;transform:translateX(-50%);color:#dcefff;font-size:42px;line-height:1}#helpButton::after{content:"HELP";position:absolute;left:0;right:0;bottom:10px;color:#dcefff;font-size:11px;font-weight:900}.dialog-panel{border:1px solid rgba(144,211,248,0.52);border-radius:16px;color:#eaf8ff;background:linear-gradient(180deg,rgba(11,38,63,0.98),rgba(3,15,28,0.98))}@media (max-width:390px){:root{--board-side-padding:12px;--cell-size:min(11.05vw,42px)}.game-shell{gap:10px;padding:10px}.brand-panel{grid-template-columns:auto minmax(0,1fr) auto}.system-metrics{display:none}.settings-button{width:46px;height:46px;font-size:25px}.brand-panel h1{font-size:32px}.top-bar{grid-template-columns:1fr}.score-deck,.top-bar .next-card{grid-column:1}.top-bar .next-card{grid-row:3}.board-wrap{padding-inline:10px;border-radius:24px}.control-bar{grid-template-columns:68px minmax(0,1fr) 58px 52px;gap:6px;padding:8px}.orb-ring{width:52px;height:52px}.status-text{padding-inline:9px;font-size:12px}.status-dots{gap:7px}#newGameButton,#helpButton{min-height:68px}}.game-shell{gap:clamp(10px,1.8vh,18px)}.top-bar{grid-template-columns:minmax(0,1.39fr) minmax(126px,1fr);gap:clamp(8px,1.4vh,14px) 10px;align-items:start}.score-deck,.next-card{height:clamp(88px,11.4vh,112px);min-height:0;align-self:start;overflow:hidden}.next-batch .microbe{width:clamp(34px,9.8vw,44px);height:clamp(34px,9.8vw,44px);flex-basis:clamp(34px,9.8vw,44px)}.board-wrap{border-radius:clamp(22px,6vw,32px);padding:clamp(18px,3.2vh,30px) clamp(12px,3.5vw,20px);box-shadow:inset 0 0 0 4px rgba(217,249,255,0.18),inset 0 0 0 8px rgba(88,167,212,0.12),inset 0 1px 0 rgba(255,255,255,0.48),inset 0 -28px 54px rgba(0,0,0,0.31),0 0 0 1px rgba(14,81,124,0.88),0 18px 38px rgba(0,0,0,0.48)}.board-wrap::before{content:"";position:absolute;inset:8px;border-radius:inherit;pointer-events:none;border:1px solid rgba(210,247,255,0.28);box-shadow:inset 0 0 26px rgba(98,196,255,0.14),0 0 16px rgba(147,229,255,0.16)}.board{--cell-size:min(12.15vw,49px);--col-shift:calc(var(--cell-size) * 0.52);width:calc((var(--cell-size) * 8) - (var(--cell-size) * 0.84));grid-auto-rows:calc(var(--cell-size) * 0.9);column-gap:calc(var(--cell-size) * -0.16);row-gap:3px;padding-top:calc(var(--cell-size) * 0.18);padding-bottom:calc(var(--cell-size) * 0.7)}.cell{background:radial-gradient(circle at 45% 45%,rgba(9,35,57,0.22),rgba(0,8,17,0.68) 70%),linear-gradient(180deg,rgba(29,72,104,0.18),rgba(0,8,17,0.78));box-shadow:inset 0 0 0 1px rgba(218,249,255,0.18),inset 0 0 0 2px rgba(88,153,196,0.74),inset 0 0 20px rgba(0,0,0,0.9),0 0 0 1px rgba(131,218,255,0.17),0 3px 8px rgba(0,0,0,0.72);filter:drop-shadow(0 0 3px rgba(103,187,235,0.26))}.cell::after{inset:3px;box-shadow:inset 0 0 0 1px rgba(160,226,255,0.3),inset 0 7px 16px rgba(136,214,255,0.05)}.microbe{transform:scale(0.82);box-shadow:inset -6px -9px 12px rgba(0,0,0,0.46),inset 5px 6px 9px rgba(255,255,255,0.27),0 7px 13px rgba(0,0,0,0.58),0 0 16px color-mix(in srgb,var(--body) 36%,transparent)}.microbe.type-1,body.theme-b .microbe.type-1,body.theme-c .microbe.type-1,body.theme-d .microbe.type-1{--body:#39aef8;--body-dark:#064982}.microbe.type-2,body.theme-b .microbe.type-2,body.theme-c .microbe.type-2,body.theme-d .microbe.type-2{--body:#9dcb30;--body-dark:#385f12}.control-bar{min-height:clamp(102px,12.5vh,124px)}@media (max-width:390px){:root{--cell-size:min(12.15vw,47px)}.game-shell{gap:10px;padding:10px}.top-bar{grid-template-columns:minmax(0,1.38fr) minmax(122px,0.92fr);grid-template-rows:auto auto;gap:8px 8px}.brand-panel{grid-column:1 / -1;grid-template-columns:auto minmax(0,1fr) auto}.score-deck{grid-column:1;grid-row:2;height:90px;min-height:0}.top-bar .next-card{grid-column:2;grid-row:2;height:90px;min-height:0}.score-card strong{font-size:34px}.next-card{padding:10px 12px}.next-batch{gap:5px}.next-batch .microbe{width:31px;height:31px;flex-basis:31px}.board-wrap{padding:18px 10px 16px}.board{--cell-size:min(12.15vw,47px);row-gap:3px}.control-bar{grid-template-columns:60px minmax(0,1fr) 52px 48px;min-height:108px;gap:6px}.level-orb{font-size:10px}.orb-ring{width:50px;height:50px}.level-orb,.play-controls #newGameButton,.play-controls #helpButton,.play-controls .status-text{min-height:88px;height:88px}.status-text{font-size:11px;padding:10px 8px 25px}#newGameButton::before{font-size:36px}#helpButton::before{font-size:38px}}.game-shell{grid-template-rows:auto auto auto;min-height:auto}.system-metrics{display:none !important}.brand-panel{grid-template-columns:auto minmax(0,1fr) auto}.brand-panel h1{min-width:0;overflow:hidden;text-overflow:clip}.board-wrap{align-self:start;min-height:0;height:auto;place-items:start center}.control-bar{align-self:start}.is-theme-picker-open .theme-picker{width:min(300px,calc(100vw - 36px));display:grid !important;gap:6px;position:absolute;top:62px;right:12px;z-index:20;padding:11px;border:1px solid rgba(147,219,255,0.46);border-radius:10px;color:#eaf8ff;background:rgba(4,19,34,0.97);box-shadow:0 16px 34px rgba(0,0,0,0.48)}.is-theme-picker-open .top-bar{z-index:10}.is-theme-picker-open .theme-picker span{display:block;color:rgba(182,229,250,0.78);font-size:11px;font-weight:800}.is-theme-picker-open .theme-picker select{min-height:38px;width:100%;border:1px solid rgba(147,219,255,0.3);border-radius:7px;padding:0 8px;color:#effaff;background:#071a2b;font:inherit;font-size:13px}body.theme-a,body.theme-b,body.theme-c,body.theme-d{--legacy-gold:#ffe178;--legacy-gold-light:#fff0a7;--legacy-gold-shadow:#8b5b20;--legacy-line:rgba(43,104,144,0.72);--legacy-hole:radial-gradient(circle at 35% 30%,#2c5369,#061423 72%,#456f82);color:#fff3bd;background:linear-gradient(145deg,#0f416b,#2c8db8)}body.theme-b{--legacy-gold:#f3d674;--legacy-gold-light:#fff0a5;--legacy-gold-shadow:#79571e;--legacy-line:rgba(30,69,24,0.7);--legacy-hole:radial-gradient(circle at 35% 30%,#394f25,#0c1d0c 72%,#607a35);background:linear-gradient(145deg,#244f1b,#5f982d)}body.theme-c{--legacy-gold:#d7d8df;--legacy-gold-light:#f1f3f7;--legacy-gold-shadow:#4b526d;--legacy-line:rgba(83,96,142,0.62);--legacy-hole:radial-gradient(circle at 35% 30%,#26314e,#070b18 72%,#465276);background:linear-gradient(145deg,#0b1021,#273352)}body.theme-d{--legacy-gold:#fff0a3;--legacy-gold-light:#fff8cf;--legacy-gold-shadow:#80683e;--legacy-line:rgba(77,122,110,0.62);--legacy-hole:radial-gradient(circle at 35% 30%,#345451,#0a1d1e 72%,#6a8882);background:linear-gradient(145deg,#3d847d,#91b67a)}body.theme-a .game-shell,body.theme-b .game-shell,body.theme-c .game-shell,body.theme-d .game-shell{min-height:100vh;padding:12px 10px;gap:0;background:transparent;box-shadow:none}body.theme-a .game-shell::before,body.theme-b .game-shell::before,body.theme-c .game-shell::before,body.theme-d .game-shell::before{opacity:0.42}body.theme-a .brand-panel,body.theme-b .brand-panel,body.theme-c .brand-panel,body.theme-d .brand-panel{width:42px;display:block;position:absolute;top:6px;right:2px;z-index:4;padding:0}body.theme-a .brand-mark,body.theme-b .brand-mark,body.theme-c .brand-mark,body.theme-d .brand-mark,body.theme-a .brand-panel h1,body.theme-b .brand-panel h1,body.theme-c .brand-panel h1,body.theme-d .brand-panel h1,body.theme-a .system-metrics,body.theme-b .system-metrics,body.theme-c .system-metrics,body.theme-d .system-metrics{display:none}body.theme-a .settings-button,body.theme-b .settings-button,body.theme-c .settings-button,body.theme-d .settings-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,239,164,0.56);border-radius:50%;color:#4d3400;font-size:19px;background:linear-gradient(#fff0a4,#e99c31);box-shadow:0 3px 0 rgba(96,52,9,.7)}body.theme-a .top-bar,body.theme-b .top-bar,body.theme-c .top-bar,body.theme-d .top-bar{grid-template-columns:1fr 1fr 1.32fr;grid-template-rows:auto;min-height:94px;gap:0;padding:0 3px 10px;border-bottom:2px solid var(--legacy-line)}body.theme-a .score-deck,body.theme-b .score-deck,body.theme-c .score-deck,body.theme-d .score-deck{grid-column:1 / 3;grid-row:1;height:auto;min-height:74px;border:0;border-radius:0;background:transparent;box-shadow:none}body.theme-a .score-deck .score-card,body.theme-b .score-deck .score-card,body.theme-c .score-deck .score-card,body.theme-d .score-deck .score-card{align-content:center;padding:8px 4px}body.theme-a .score-deck .score-card+.score-card,body.theme-b .score-deck .score-card+.score-card,body.theme-c .score-deck .score-card+.score-card,body.theme-d .score-deck .score-card+.score-card{border:0}body.theme-a .score-card span,body.theme-a .next-card span,body.theme-b .score-card span,body.theme-b .next-card span,body.theme-c .score-card span,body.theme-c .next-card span,body.theme-d .score-card span,body.theme-d .next-card span{color:var(--legacy-gold);font-size:15px;text-shadow:0 2px 0 var(--legacy-gold-shadow)}body.theme-a .score-card strong,body.theme-b .score-card strong,body.theme-c .score-card strong,body.theme-d .score-card strong{color:var(--legacy-gold-light);font-size:38px;text-shadow:0 3px 0 var(--legacy-gold-shadow)}body.theme-a .top-bar .next-card,body.theme-b .top-bar .next-card,body.theme-c .top-bar .next-card,body.theme-d .top-bar .next-card{grid-column:3;grid-row:1;height:auto;min-height:74px;padding:8px 4px;border:0;border-radius:0;background:transparent;box-shadow:none}body.theme-a .next-card span,body.theme-b .next-card span,body.theme-c .next-card span,body.theme-d .next-card span{border:0}body.theme-a .next-batch,body.theme-b .next-batch,body.theme-c .next-batch,body.theme-d .next-batch{min-height:35px;justify-content:flex-start;gap:4px}body.theme-a .next-batch .microbe,body.theme-b .next-batch .microbe,body.theme-c .next-batch .microbe,body.theme-d .next-batch .microbe{width:28px;height:28px;flex-basis:28px}body.theme-a .board-wrap,body.theme-b .board-wrap,body.theme-c .board-wrap,body.theme-d .board-wrap{padding:10px 0 4px;border:0;border-radius:0;background:transparent;box-shadow:none}body.theme-a .board-wrap::before,body.theme-b .board-wrap::before,body.theme-c .board-wrap::before,body.theme-d .board-wrap::before{display:none}body.theme-a .board,body.theme-b .board,body.theme-c .board,body.theme-d .board{--cell-size:min(11.4vw,46px);width:calc(var(--cell-size) * 8);grid-auto-rows:var(--cell-size);column-gap:0;row-gap:4px;filter:drop-shadow(0 7px 9px rgba(0,0,0,0.28))}body.theme-a .cell,body.theme-b .cell,body.theme-c .cell,body.theme-d .cell{border-radius:50%;clip-path:none;background:var(--legacy-hole);box-shadow:inset 0 6px 10px rgba(0,0,0,0.72),inset 0 -2px 5px rgba(210,236,255,0.18),0 2px 0 rgba(210,236,255,0.16)}body.theme-a .cell::after,body.theme-b .cell::after,body.theme-c .cell::after,body.theme-d .cell::after{display:none}body.theme-a .control-bar,body.theme-b .control-bar,body.theme-c .control-bar,body.theme-d .control-bar{min-height:58px;grid-template-columns:38px minmax(0,1fr) 82px;gap:8px;padding:10px 3px 0;border:0;border-top:2px solid var(--legacy-line);border-radius:0;background:transparent;box-shadow:none}body.theme-a .level-orb,body.theme-b .level-orb,body.theme-c .level-orb,body.theme-d .level-orb,body.theme-a .status-dots,body.theme-b .status-dots,body.theme-c .status-dots,body.theme-d .status-dots{display:none}body.theme-a .status-text,body.theme-b .status-text,body.theme-c .status-text,body.theme-d .status-text{grid-column:2;min-height:34px;padding:8px 0;border:0;color:rgba(255,255,255,.84);background:transparent;box-shadow:none;font-size:12px}body.theme-a .status-text::before,body.theme-b .status-text::before,body.theme-c .status-text::before,body.theme-d .status-text::before{display:none}body.theme-a #helpButton,body.theme-b #helpButton,body.theme-c #helpButton,body.theme-d #helpButton{grid-column:1;min-height:34px;padding:0;border-radius:50%;color:#4d3400;background:linear-gradient(#fff0a4,#e99c31);box-shadow:0 3px 0 rgba(96,52,9,.7)}body.theme-a #helpButton::before,body.theme-b #helpButton::before,body.theme-c #helpButton::before,body.theme-d #helpButton::before{top:2px;color:#4d3400;font-size:25px}body.theme-a #helpButton::after,body.theme-b #helpButton::after,body.theme-c #helpButton::after,body.theme-d #helpButton::after{display:none}body.theme-a #newGameButton,body.theme-b #newGameButton,body.theme-c #newGameButton,body.theme-d #newGameButton{grid-column:3;min-height:34px;padding:0;color:#4d3400;background:linear-gradient(#fff0a4,#e99c31);box-shadow:0 3px 0 rgba(96,52,9,.7)}body.theme-a #newGameButton::before,body.theme-b #newGameButton::before,body.theme-c #newGameButton::before,body.theme-d #newGameButton::before{display:none}body.theme-lab{background:linear-gradient(180deg,#01060d,#04101e 54%,#01050b)}body.theme-transit{--accent-ui:#78e3cf;background:linear-gradient(180deg,#071514,#0e2827 56%,#071412)}body.theme-crawler{--accent-ui:#e08357;background:linear-gradient(180deg,#160d14,#2b1720 55%,#120b11)}body.theme-atlas{--accent-ui:#e9c86e;background:linear-gradient(180deg,#182235,#314966 58%,#172230)}body.theme-transit .game-shell,body.theme-crawler .game-shell,body.theme-atlas .game-shell{background:transparent;box-shadow:none}body.theme-transit .game-shell::before{background:radial-gradient(circle at 18% 20%,rgba(105,229,205,.12),transparent 18%),linear-gradient(90deg,transparent 49%,rgba(105,229,205,.08) 50%,transparent 51%)}body.theme-crawler .game-shell::before{background:radial-gradient(circle at 30% 18%,rgba(229,113,87,.12),transparent 20%),repeating-linear-gradient(90deg,transparent 0 34px,rgba(230,110,84,.045) 35px 36px)}body.theme-atlas .game-shell::before{background:radial-gradient(circle at 70% 24%,rgba(233,200,110,.12),transparent 22%),linear-gradient(135deg,transparent 48%,rgba(224,190,92,.07) 49% 51%,transparent 52%)}body.theme-transit .brand-panel h1,body.theme-crawler .brand-panel h1,body.theme-atlas .brand-panel h1{font-size:clamp(25px,7.4vw,34px);color:#f3fbf7}body.theme-transit .settings-button{border-radius:7px;color:#7ce5d2}body.theme-crawler .settings-button{border-color:rgba(225,125,91,.45);color:#ee9b77;background:#210f17}body.theme-atlas .settings-button{border-color:rgba(232,202,111,.45);color:#f0d682;background:#1d2a3c}body.theme-transit .score-deck,body.theme-transit .next-card,body.theme-transit .control-bar{border-color:rgba(105,229,205,.24);border-radius:7px;background:rgba(5,28,27,.75)}body.theme-crawler .score-deck,body.theme-crawler .next-card,body.theme-crawler .control-bar{border-color:rgba(229,113,87,.22);border-radius:8px;background:rgba(33,12,20,.78)}body.theme-atlas .score-deck,body.theme-atlas .next-card,body.theme-atlas .control-bar{border-color:rgba(233,200,110,.26);border-radius:9px;background:rgba(22,35,53,.8)}body.theme-transit .board-wrap{border-color:rgba(105,229,205,.42);border-radius:9px;background:rgba(3,22,22,.84)}body.theme-crawler .board-wrap{border-color:rgba(229,113,87,.28);border-radius:17px;background:rgba(24,8,15,.88)}body.theme-atlas .board-wrap{border-color:rgba(233,200,110,.32);border-radius:15px;background:rgba(20,31,48,.9)}body.theme-transit .cell{border-radius:50%;clip-path:none;box-shadow:inset 0 0 0 1px rgba(116,231,209,.28),inset 0 0 16px #001817}body.theme-crawler .cell{border-radius:50%;clip-path:none;box-shadow:inset 0 0 13px #050208,0 2px 6px rgba(0,0,0,.54)}body.theme-atlas .cell{clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);box-shadow:inset 0 0 0 1px rgba(229,199,109,.26),inset 0 0 15px #07121e}body.theme-folded{color:#243037;background:linear-gradient(145deg,#e6ebe6,#cfd9d3)}body.theme-folded .game-shell{background:linear-gradient(180deg,#f4f5ef,#dfe8e1);box-shadow:0 16px 45px rgba(32,51,47,.22)}body.theme-folded .game-shell::before{opacity:.38;background:repeating-linear-gradient(135deg,transparent 0 22px,rgba(84,119,107,.06) 23px 24px)}body.theme-folded .brand-panel h1,body.theme-folded .score-card strong{color:#2c3b3e;text-shadow:none}body.theme-folded .system-metrics,body.theme-folded .score-card span,body.theme-folded .next-card span{color:#62736e}body.theme-folded .settings-button{color:#356e62;border-color:rgba(53,110,98,.35);background:#eef3ed;box-shadow:0 5px 14px rgba(45,69,62,.15)}body.theme-folded .score-deck,body.theme-folded .next-card,body.theme-folded .control-bar{border-color:rgba(89,118,108,.22);background:rgba(255,255,255,.66);box-shadow:0 8px 18px rgba(54,79,70,.12)}body.theme-folded .board-wrap{border-color:rgba(89,118,108,.3);background:rgba(249,251,246,.72);box-shadow:inset 0 0 24px rgba(74,116,102,.12)}body.theme-folded .cell{border-radius:50%;clip-path:none;background:radial-gradient(circle at 32% 28%,#f3f5ef,#aab8b0 68%,#84968d);box-shadow:inset 0 3px 7px rgba(255,255,255,.7),inset 0 -5px 9px rgba(55,78,70,.34)}body.theme-folded .control-bar,body.theme-folded .status-text{color:#31423e}body.theme-folded .status-text{background:rgba(238,244,237,.9);border-color:rgba(79,111,100,.2)}body.theme-folded .icon-button,body.theme-folded .action-button{color:#245c52;border-color:rgba(44,105,94,.3);background:#eaf2e9;box-shadow:0 5px 10px rgba(44,85,74,.16)}@media (max-width:390px){body.theme-a .board,body.theme-b .board,body.theme-c .board,body.theme-d .board{--cell-size:min(11.3vw,43px)}}
