
:root{font-family:ui-rounded,'Segoe UI',system-ui,sans-serif;color:#204e5d;background:#def3ee;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 10% 10%,#fff8d7,transparent 60%),linear-gradient(150deg,#bde4dc,#eaf8ed 60%,#d1e9eb)}main{width:min(620px,100%);padding:30px 24px;margin:auto}header{text-align:center;margin:0 0 24px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.2em;opacity:.7}h1{font-size:clamp(38px,8vw,64px);line-height:1;margin:18px 0 12px;font-weight:900;letter-spacing:-.05em}h1 em{font-style:normal;color:#e78269}header p{margin:0;opacity:.75}.stats{display:flex;justify-content:space-around;gap:12px;background:#ffffff70;padding:15px 12px;border-radius:18px;margin-bottom:20px;box-shadow:0 8px 25px #164a5110}.stats span{font-size:12px}.stats b{display:block;font-size:21px;margin-top:3px}.board{display:grid;gap:10px;padding:14px;border-radius:26px;background:#31576a18;box-shadow:inset 0 2px 5px #12343e18}.tide{grid-template-columns:repeat(3,1fr);max-width:430px;margin:auto}.tile{aspect-ratio:1;border:1px solid #ffffff60;border-radius:16px;color:#ffffff;font:900 42px/1 system-ui;text-shadow:0 2px 5px #263e5c35;box-shadow:0 5px 0 #1b37481a,0 8px 15px #35696414;cursor:pointer;transition:transform .12s}.tile:hover:not(:disabled){transform:translateY(-3px)}.tile.blank{box-shadow:inset 0 2px 10px #18394418;border:1px dashed #658e9240}.actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:20px 0}button{font:700 14px/1.4 inherit;touch-action:manipulation}.actions button{border:0;border-radius:14px;padding:14px 22px;background:#214f5b;color:#fff;font-weight:700;cursor:pointer}.actions .secondary{background:#ffffff90;color:inherit}button:focus-visible{outline:3px solid #f99554;outline-offset:3px}#status{text-align:center;font-weight:650;min-height:42px;font-size:15px}.help{text-align:center;font-size:12px;line-height:1.7;opacity:.75}details{font-size:12px;margin-top:25px;padding:14px;border:1px solid #73999840;border-radius:12px}summary{cursor:pointer;font-weight:700}ol{max-height:120px;overflow:auto;line-height:1.8}.orchard{color:#49314c;background:radial-gradient(ellipse at top,#fff0dc,transparent 70%),linear-gradient(145deg,#efc7dc,#e6daf7)}.orchard h1 em{color:#b86394}.orchard .actions button{background:#70426f}.orchard-board{grid-template-columns:repeat(6,1fr);gap:6px;padding:10px;background:#b69bc740}.fruit{aspect-ratio:1;border:1px solid #fff9;border-radius:12px;background:#fff9;font-size:clamp(22px,5vw,38px);cursor:pointer;box-shadow:0 3px 0 #9163a620}.fruit.selected{outline:3px solid #cf589f;background:#ffeff8}.fruit:disabled{opacity:.8}.orbit{color:#d9e3ff;background:radial-gradient(ellipse at top,#363363,transparent 65%),#14152c}.orbit h1 em{color:#9decd9}.orbit .stats{background:#ffffff0a}.orbit .actions button{background:#9decd9;color:#192e3b}.orbit .actions .secondary{background:#ffffff15;color:#d9e3ff}canvas{display:block;max-width:100%;width:480px;aspect-ratio:1;margin:auto;border-radius:24px;border:1px solid #b9bbf12a;box-shadow:0 16px 70px #0003}.steering button:first-child,.steering button:nth-child(3){font-size:24px;padding:8px 24px}@media(max-width:420px){main{padding:22px 14px}.tile{font-size:34px}.actions button{padding:12px 16px}.board{gap:7px}.orchard-board{gap:4px}.fruit{border-radius:8px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}