:root{color-scheme:light dark;font-family:ui-rounded,Avenir Next,Segoe UI,system-ui,sans-serif;background:#d9cfb8;color:#302214;--canvas: #d9cfb8;--paper: #f3e8cb;--paper-soft: #eadbb8;--ink: #302214;--muted: #6f6049;--line: #8a7657;--moss: #50663b;--moss-soft: #dce5c8;--mustard: #b88429;--mustard-soft: #f5e4a9;--teal: #47788a;--teal-soft: #d7e7e8;--plum: #765371;--plum-soft: #e7d7e5;--berry: #a84e42;--berry-soft: #f0d2c8;--earth: #8b6542;--earth-soft: #ead8c1;--shadow: 0 16px 30px rgb(56 39 20 / 18%);--radius: 13px}*{box-sizing:border-box}body{min-width:320px;min-height:100dvh;margin:0;background:radial-gradient(circle at 18% 8%,rgb(255 255 255 / 48%) 0 1px,transparent 1.5px) 0 0 / 11px 11px,radial-gradient(circle at 70% 55%,rgb(104 78 39 / 10%) 0 1px,transparent 1.5px) 0 0 / 17px 17px,linear-gradient(115deg,#e3d8be,var(--canvas))}button,select{font:inherit}button{cursor:pointer}button:focus-visible,select:focus-visible{outline:3px solid var(--mustard);outline-offset:3px}button:disabled{cursor:not-allowed}.setup-shell{width:min(1160px,calc(100% - 40px));min-height:100dvh;display:grid;grid-template-columns:1.05fr .95fr;grid-template-areas:"copy art" "seats seats";align-content:center;gap:34px 48px;margin:auto;padding:46px 0}.setup-copy{grid-area:copy;max-width:560px}.kicker,.seat-number,.phase-label{margin:0 0 9px;color:var(--moss);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.setup-copy h1{max-width:10ch;margin:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.5rem);letter-spacing:-.065em;line-height:.9}.intro{max-width:48ch;margin:24px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.7}.setup-actions{margin-top:28px}.setup-art,.setup-seats,.event-card-panel,.rule-panel,.round-recap,.scores-panel,.timeline-panel,.action-tray{border:2px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgb(255 250 232 / 78%),var(--paper));box-shadow:var(--shadow)}.setup-art{grid-area:art;overflow:hidden;transform:rotate(.35deg)}.setup-art img{display:block;width:100%;height:auto}.setup-seats{grid-area:seats;display:grid;grid-template-columns:minmax(220px,.6fr) minmax(480px,1.4fr);gap:30px;padding:28px}.setup-seats h2,.left-rail h2,.right-rail h2{margin:0;color:var(--ink);font-size:1.08rem;letter-spacing:-.025em}.setup-seats p{color:var(--muted);line-height:1.55}.controller-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.controller-choice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid var(--line);border-radius:9px;background:#fffbeba6}.controller-choice span{display:grid;gap:3px}.controller-choice small{color:var(--muted)}.controller-choice select{border:1px solid var(--line);border-radius:7px;background:var(--paper-soft);color:var(--ink);padding:7px 9px}.tiny-note{grid-column:1 / -1;margin:0;font-size:.86rem}.primary-button,.secondary-button,.quiet-button{min-height:40px;border:2px solid var(--ink);border-radius:7px;padding:8px 14px;font-weight:900;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.primary-button{background:var(--moss);color:#fffbea;box-shadow:3px 3px #30221475}.primary-button:hover:not(:disabled){background:#3d502d;transform:translate(-1px,-1px)}.secondary-button{background:var(--mustard-soft);color:var(--ink);box-shadow:2px 2px #3022144d}.secondary-button:hover:not(:disabled),.quiet-button:hover{background:var(--paper-soft)}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){box-shadow:none;transform:translate(2px,2px)}.quiet-button{min-height:33px;border-width:1px;background:transparent;color:var(--ink);font-size:.8rem}.app-shell{width:min(1600px,calc(100% - 30px));margin:auto;padding:18px 0 28px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;margin-bottom:16px;padding:0 10px;border-bottom:2px solid var(--ink)}.wordmark{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.3vw,2.15rem);font-weight:900;letter-spacing:-.07em;text-decoration:none}.wordmark-leaf{color:var(--berry);font-family:ui-rounded,sans-serif;font-size:1rem}.header-meta{display:flex;align-items:center;gap:13px;color:var(--muted);font-size:.8rem;font-weight:800}.header-meta>span+span{padding-left:13px;border-left:1px solid var(--line)}.game-layout{display:grid;grid-template-columns:minmax(200px,.62fr) minmax(680px,2.25fr) minmax(245px,.8fr);gap:18px;align-items:start}.left-rail,.right-rail{display:grid;gap:16px}.event-card-panel,.rule-panel,.round-recap,.scores-panel,.timeline-panel{padding:18px}.event-card-panel{position:relative;overflow:hidden;min-height:180px;background:linear-gradient(145deg,#eee0b9,var(--paper))}.event-card-panel:after{position:absolute;right:-32px;bottom:-48px;width:110px;height:110px;border:14px solid rgb(184 132 41 / 28%);border-radius:50%;content:""}.panel-heading{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:8px;color:var(--muted);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.panel-heading strong{color:var(--berry)}.event-card-panel h2{position:relative;z-index:1;margin:25px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem}.event-card-panel p,.garden-panel p,.rule-panel p{position:relative;z-index:1;margin:9px 0;color:var(--muted);font-size:.88rem;line-height:1.55}.event-card-panel small{position:relative;z-index:1;color:var(--moss);font-weight:800}.rule-panel{border-left:6px solid var(--mustard)}.rule-panel h2{font-family:Georgia,Times New Roman,serif}.round-recap{border-left:6px solid var(--moss)}.round-recap>span{color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.round-recap h2{margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.round-recap p{margin:6px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5}.round-recap.patient{border-left-color:var(--teal)}.round-recap.garden{border-left-color:var(--earth)}.round-recap.unresolved{border-left-color:var(--berry)}.table-area{min-width:0}.garden-panel{border:2px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#5c4a30,#3e3020);box-shadow:0 8px #30221440;color:#fff8e3}.board-garden{display:grid;grid-template-columns:142px 1fr;align-items:center;gap:16px;min-height:108px;margin:0 16px 13px;padding:12px 16px}.garden-panel.is-active{box-shadow:0 0 0 3px #b8842959,0 8px #30221440}.garden-panel>div:first-child>span{display:block;color:#fff8e3;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:900;letter-spacing:-.04em}.garden-panel p{margin-bottom:0;color:#e4d4b3}.garden-field{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:5px;min-height:68px;padding:7px;border:2px solid rgb(28 21 14 / 82%);border-radius:6px;background:linear-gradient(180deg,#8d6d3b,#5f4a2d)}.garden-field.is-empty{background:repeating-linear-gradient(135deg,#6b5533 0,#6b5533 8px,#58452d 8px,#58452d 16px)}.garden-crop{display:grid;min-width:0;min-height:40px;place-items:center;overflow:hidden;border:1px solid rgb(31 24 15 / 74%);border-radius:4px;background:linear-gradient(180deg,#c9d4a0 0,#c9d4a0 36%,#8b643b 37%,#8b643b);box-shadow:inset 0 1px #ffffff94}.turn-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 16px 12px}.flow-step{display:flex;min-width:0;align-items:center;gap:7px;padding:8px 9px;border:2px solid var(--line);border-radius:8px;background:linear-gradient(145deg,rgb(255 251 235 / 90%),var(--paper-soft));color:var(--muted);transform:rotate(var(--tilt, 0deg))}.flow-step:nth-child(odd){--tilt: -.45deg}.flow-step:nth-child(2n){--tilt: .45deg}.flow-step>span{display:grid;flex:none;width:22px;height:22px;place-items:center;border:1px solid currentColor;border-radius:50%;font-family:Georgia,Times New Roman,serif;font-size:.7rem;font-weight:900}.flow-step div{display:grid;min-width:0;gap:1px}.flow-step strong{overflow:hidden;color:inherit;font-size:.67rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.flow-step small{color:inherit;font-size:.61rem}.flow-step.complete{color:var(--moss)}.flow-step.current{border-color:var(--ink);background:var(--mustard-soft);color:var(--ink);box-shadow:2px 3px #30221442}.board-flip-stage{position:relative;height:710px;perspective:2200px;perspective-origin:50% 47%}.board-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .85s cubic-bezier(.2,.82,.2,1)}.board-flip-stage.show-table .board-flip-inner{transform:rotateY(180deg)}.board-face{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.board-face-wheel{z-index:2;background:#f4e9c9}.board-face-table{z-index:1;transform:rotateY(180deg)}.board-flip-stage.show-wheel .board-face-table,.board-flip-stage.show-table .board-face-wheel{pointer-events:none}.round-wheel-face{position:relative;display:grid;height:100%;grid-template-rows:auto 1fr auto;overflow:hidden;padding:15px 20px 16px;border:7px solid #5a422d;border-radius:22px;background:radial-gradient(ellipse at 50% 39%,rgb(255 252 229 / 92%) 0 22%,rgb(240 226 185 / 90%) 46%,transparent 47%),radial-gradient(circle at 13% 20%,rgb(255 255 255 / 58%) 0 1px,transparent 2px) 0 0 / 14px 14px,linear-gradient(145deg,#f9efd3,#dfc995);box-shadow:inset 0 0 0 3px #fffbe5c2,inset 0 0 44px #60432133,0 19px 32px #3d2a1540}.round-wheel-face:before,.round-wheel-face:after{position:absolute;z-index:0;width:170px;height:170px;border:10px double rgb(81 112 61 / 24%);border-radius:50%;content:""}.round-wheel-face:before{top:-84px;left:-78px}.round-wheel-face:after{right:-92px;bottom:-91px;border-color:#b8842933}.wheel-wood-banner,.wheel-layout,.wheel-story-strip{position:relative;z-index:1}.wheel-wood-banner{justify-self:center;min-width:208px;margin:-2px 0 2px;padding:6px 25px 7px;border:2px solid #533a23;border-radius:4px 4px 9px 9px;background:linear-gradient(180deg,#9b7140,#6e4b2d);box-shadow:inset 0 1px #ffe9aa6b,0 3px #46311c4d;color:#fff4d4;font-family:Georgia,Times New Roman,serif;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase;transform:rotate(-.35deg)}.wheel-wood-banner:before,.wheel-wood-banner:after{position:absolute;top:50%;width:13px;height:13px;border:2px solid #533a23;border-radius:50%;background:#d9ab51;box-shadow:inset 0 1px #ffe6a2;content:"";transform:translateY(-50%)}.wheel-wood-banner:before{left:7px}.wheel-wood-banner:after{right:7px}.wheel-layout{display:grid;grid-template-columns:minmax(375px,1fr) minmax(160px,.36fr);align-items:center;justify-items:center;gap:10px;min-height:0}.round-wheel{--wheel-translate: -197px;--marker-translate: -173px;position:relative;width:min(100%,474px);aspect-ratio:1;isolation:isolate}.wheel-rim{position:absolute;z-index:1;top:26px;right:26px;bottom:26px;left:26px;border:14px solid #7a5837;border-radius:50%;background:radial-gradient(circle at 48% 42%,#f3e6b6 0,#f3e6b6 58%,#d3b079 59%,#d3b079 63%,#5f442e 64%,#5f442e 66%,#b88d59 67%,#b88d59);box-shadow:inset 0 0 0 3px #f4db9f,inset 0 0 34px #4a321b61,0 7px #4d361f52}.wheel-rim:before{position:absolute;top:17px;right:17px;bottom:17px;left:17px;border:2px dashed rgb(98 68 39 / 48%);border-radius:50%;content:""}.wheel-day-tile{position:absolute;z-index:4;top:50%;left:50%;display:grid;width:45px;height:45px;place-items:center;border:2px solid #5b422b;border-radius:8px 10px 7px 9px;background:linear-gradient(145deg,#f8eac1,#cfa970);box-shadow:inset 0 1px #fff8d4c7,2px 3px #4a321b47;color:#4c3522;font-family:Georgia,Times New Roman,serif;font-size:.88rem;font-weight:900;transform:translate(-50%,-50%) rotate(var(--wheel-angle)) translateY(var(--wheel-translate)) rotate(var(--wheel-counter-angle))}.wheel-day-tile i{position:absolute;right:4px;bottom:4px;width:7px;height:5px;border-radius:7px 0;background:#6e9651;transform:rotate(-30deg)}.wheel-day-tile:nth-of-type(2n){background:linear-gradient(145deg,#f0d9bc,#d8a887)}.wheel-day-tile:nth-of-type(3n){background:linear-gradient(145deg,#e9ecc0,#a9c57e)}.wheel-day-tile.is-today{z-index:6;border-color:#8e572c;outline:4px solid rgb(198 141 52 / 32%);background:linear-gradient(145deg,#ffe8a8,#d99b47);color:#582c18;animation:today-tile-pulse 1.35s ease-in-out infinite}.wheel-day-tile.is-today:before{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px dashed rgb(94 52 24 / 68%);border-radius:4px;content:""}.wheel-garden-scene{position:absolute;z-index:2;top:90px;right:90px;bottom:90px;left:90px;overflow:hidden;border:5px solid #8a653e;border-radius:50%;background:radial-gradient(ellipse at 50% 76%,#b5cd8f 0 28%,transparent 29%),linear-gradient(180deg,#b8e1e0 0,#b8e1e0 43%,#f6e7b9 44%,#f6e7b9);box-shadow:inset 0 0 0 4px #fff5cd9e,inset 0 -16px 22px #486f352e}.wheel-cloud{position:absolute;width:56px;height:18px;border-radius:50%;background:#fffdeac7;filter:blur(.2px)}.wheel-cloud:before,.wheel-cloud:after{position:absolute;bottom:0;border-radius:50%;background:inherit;content:""}.wheel-cloud:before{left:11px;width:21px;height:25px}.wheel-cloud:after{right:8px;width:25px;height:29px}.wheel-cloud-one{top:31px;left:20px;transform:scale(.7)}.wheel-cloud-two{top:54px;right:19px;transform:scale(.48)}.wheel-hill{position:absolute;bottom:-3px;width:150px;height:86px;border-radius:50% 50% 0 0}.wheel-hill-back{right:-36px;background:#91b36e;transform:rotate(-13deg)}.wheel-hill-front{bottom:-26px;left:-26px;background:#70995d;transform:rotate(11deg)}.wheel-cottage{position:absolute;z-index:2;bottom:48px;left:50%;width:66px;height:55px;border:3px solid #69452d;border-radius:4px 4px 8px 8px;background:linear-gradient(90deg,#ca9462,#f0c97f 52%,#b8784d);box-shadow:0 4px #4c321d40;transform:translate(-50%)}.wheel-cottage:before{position:absolute;top:-31px;left:-8px;width:76px;height:37px;border:3px solid #69452d;border-radius:7px 7px 2px 2px;background:linear-gradient(135deg,transparent 49%,#a64f37 50%) 0 0 / 50% 100%,linear-gradient(45deg,transparent 49%,#a64f37 50%) 100% 0 / 50% 100%;background-repeat:no-repeat;content:""}.wheel-cottage i{position:absolute;bottom:0;left:24px;width:15px;height:29px;border:2px solid #69452d;border-bottom:0;border-radius:9px 9px 0 0;background:#815439}.wheel-cottage b,.wheel-cottage em{position:absolute;top:12px;width:11px;height:11px;border:2px solid #69452d;background:#b8d4d5}.wheel-cottage b{left:9px}.wheel-cottage em{right:9px}.wheel-flower{position:absolute;z-index:3;width:19px;height:19px;border:4px dotted #f1c767;border-radius:50%;background:#d57879}.wheel-flower-one{bottom:38px;left:40px}.wheel-flower-two{right:44px;bottom:42px;background:#8d76b4}.wheel-flower-three{bottom:24px;left:50%;background:#e79164;transform:scale(.65)}.wheel-day-plaque{position:absolute;z-index:7;top:50%;left:50%;display:grid;width:93px;height:93px;place-content:center;border:4px solid #5a422d;border-radius:50%;background:linear-gradient(145deg,#fff0c7,#d9b672);box-shadow:inset 0 0 0 4px #f6e6b7,3px 4px #452f1c59;color:#553a23;text-align:center;transform:translate(-50%,-50%)}.wheel-day-plaque span,.wheel-day-plaque small{font-size:.5rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.wheel-day-plaque strong{font-family:Georgia,Times New Roman,serif;font-size:2.1rem;line-height:.9}.wheel-player-marker{position:absolute;z-index:8;top:50%;left:50%;display:grid;width:54px;justify-items:center;transform:translate(-50%,-50%) rotate(var(--wheel-angle)) translateY(var(--marker-translate)) rotate(var(--wheel-counter-angle));animation:wheel-marker-arrive .74s cubic-bezier(.2,.9,.25,1) both;animation-delay:var(--marker-delay)}.wheel-player-marker .portrait-token{width:47px;height:61px;margin:-11px 0 -10px;filter:drop-shadow(1px 2px 0 rgb(48 34 20 / 22%))}.wheel-player-marker>span{display:block;max-width:58px;overflow:hidden;border:1px solid rgb(66 48 30 / 72%);border-radius:5px;padding:1px 3px;background:#fff2cb;color:#533a22;font-size:.48rem;font-weight:900;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap;box-shadow:1px 1px #49341e33}.wheel-event-card{width:min(100%,190px);padding:13px 13px 12px;border:3px solid #5a422d;border-radius:8px 12px 7px 10px;background:linear-gradient(145deg,#fff5d9,#e5cda0);box-shadow:4px 5px #4a321b4d;color:#4f3723;text-align:center;transform:rotate(1.35deg)}.wheel-event-label{display:block;color:#766049;font-size:.57rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.wheel-event-crest{display:flex;width:54px;height:34px;align-items:end;justify-content:center;gap:2px;margin:6px auto 3px;border-bottom:2px solid #6f4b2d}.wheel-event-crest i{display:block;width:12px;border:2px solid #6f4b2d;border-radius:12px 12px 3px 3px;background:#86a961}.wheel-event-crest i:nth-child(1){height:17px}.wheel-event-crest i:nth-child(2){height:27px;background:#d8964c}.wheel-event-crest i:nth-child(3){height:21px;background:#7fa7ad}.wheel-event-card>strong{color:var(--berry);font-family:Georgia,Times New Roman,serif;font-size:1.05rem}.wheel-event-card h2{margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;letter-spacing:-.04em;line-height:.98}.wheel-event-card p{margin:7px 0;color:#725f48;font-size:.68rem;line-height:1.35}.wheel-event-card small{display:block;padding-top:7px;border-top:1px solid rgb(86 61 35 / 32%);color:#6c8552;font-size:.54rem;font-weight:900;line-height:1.35}.wheel-story-strip{align-self:end;max-width:730px;margin:0 auto;padding:9px 22px 10px;border:2px solid #725331;border-radius:8px;background:linear-gradient(145deg,#fff7dceb,#e5cc97eb);box-shadow:3px 4px #52371f38;text-align:center}.wheel-story-strip h2{margin:0;color:#4e3520;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;letter-spacing:-.04em}.wheel-story-strip p{margin:3px auto 0;color:#695841;font-size:.72rem;line-height:1.35}.wheel-story-strip small{display:block;margin-top:4px;color:var(--moss);font-size:.57rem;font-weight:900}.wheel-outcome{display:block;margin-bottom:3px;color:var(--earth);font-size:.54rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.wheel-outcome.patient{color:var(--teal)}.wheel-outcome.garden{color:var(--earth)}.wheel-outcome.unresolved{color:var(--berry)}.table-felt{position:relative;display:grid;height:100%;min-height:0;grid-template-columns:minmax(195px,1fr) minmax(160px,.78fr) minmax(195px,1fr);grid-template-rows:auto minmax(80px,1fr) auto;gap:13px;overflow:hidden;padding:21px 25px;border:7px solid #4d3922;border-radius:22px;background:linear-gradient(145deg,#f5e9c6,#e9d8aa 52%,#ddc99b);box-shadow:inset 0 0 0 3px #fff9e0a8,inset 0 0 42px #593e1e38,0 19px 32px #3d2a1540}.table-felt:before{position:absolute;z-index:0;top:13%;right:15%;bottom:13%;left:15%;border:12px dashed rgb(77 57 34 / 63%);border-radius:18px;content:"";opacity:.75}.table-felt:after{position:absolute;z-index:0;top:32%;right:35%;bottom:32%;left:35%;border:2px solid rgb(77 57 34 / 72%);border-radius:14px;background:linear-gradient(145deg,#dfe1af,#e5d2a2);box-shadow:inset 0 0 0 7px #fff6d673;content:""}.seat-panel{position:relative;z-index:1;min-width:0;width:min(100%,246px);padding:10px;border:3px solid var(--ink);border-radius:10px;background:linear-gradient(145deg,rgb(255 251 234 / 95%),var(--paper));box-shadow:4px 5px #30221459;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.seat-panel.board-active{grid-column:1;grid-row:1;justify-self:start;align-self:start}.seat-panel.board-assistant{grid-column:3;grid-row:1;justify-self:end;align-self:start}.seat-panel.board-patient-one{grid-column:1;grid-row:3;justify-self:start;align-self:end}.seat-panel.board-patient-two{grid-column:3;grid-row:3;justify-self:end;align-self:end}.seat-panel.role-care-team{border-color:#695624}.seat-panel.role-patient{border-color:#416879}.seat-panel.is-actor{box-shadow:0 0 0 4px #b8842957,4px 5px #30221459}.seat-panel.is-target{box-shadow:0 0 0 4px #a84e4242,4px 5px #30221459}.seat-panel.is-turn{border-color:var(--ink);box-shadow:0 0 0 5px #50663b47,5px 6px #30221461;transform:translateY(-3px)}.seat-heading{display:flex;min-height:62px;justify-content:space-between;gap:8px;align-items:start}.seat-identity{display:flex;min-width:0;gap:7px;align-items:flex-start}.seat-heading h3{margin:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.16rem;letter-spacing:-.05em}.role-label{display:table;max-width:138px;margin-top:4px;padding:3px 6px;border:1px solid currentColor;border-radius:4px;color:var(--ink);font-size:.66rem;font-weight:900;line-height:1.08}.board-active .role-label{background:var(--moss-soft);color:#334328}.board-assistant .role-label{background:var(--mustard-soft);color:#705113}.board-patient-one .role-label{background:var(--teal-soft);color:#2f5665}.board-patient-two .role-label{background:var(--plum-soft);color:#573e53}.turn-cue{display:table;margin-top:5px;padding:3px 5px;border:1px solid var(--ink);border-radius:4px;background:var(--paper-soft);color:var(--muted);font-size:.57rem;font-weight:900}.turn-cue.current{background:var(--moss);color:#fff9e7}.control-badge{flex:none;padding:3px 5px;border:1px solid var(--line);border-radius:4px;font-size:.59rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.control-badge.human{background:var(--mustard-soft);color:#775713}.control-badge.ai{background:var(--moss-soft);color:#384a2a}.seat-panel .seat-number,.seat-panel .seat-score{display:none}.seat-heading{min-height:76px}.portrait-token{--character-tilt: -2deg;position:relative;z-index:2;width:64px;height:88px;flex:none;margin:-16px -1px -12px -7px;overflow:visible;container-type:inline-size;filter:drop-shadow(2px 3px 0 rgb(48 34 20 / 16%));transform:rotate(var(--character-tilt));transform-origin:50% 100%;will-change:transform}.board-assistant .portrait-token,.board-patient-two .portrait-token{--character-tilt: 2deg}.portrait-token:hover{animation:player-idle-bob 1.35s ease-in-out infinite}.character-0{--char-skin: #d89c79;--char-skin-shade: #bf765a;--char-hair: #5c3625;--char-coat: #597643;--char-coat-dark: #334c31;--char-accent: #e8bd68;--char-token: #769b4e;--char-token-dark: #426239;--char-prop: #b87848;--char-prop-light: #f1dfae;--char-eye: #785238;--char-cheek: #e58c87;--char-outline: #412d22}.character-1{--char-skin: #d8a07b;--char-skin-shade: #bd755c;--char-hair: #302d31;--char-coat: #d39a32;--char-coat-dark: #a66d24;--char-accent: #f3ce58;--char-token: #d8ae43;--char-token-dark: #a57a25;--char-prop: #b87d43;--char-prop-light: #efd28d;--char-eye: #624542;--char-cheek: #e48584;--char-outline: #442f25}.character-2{--char-skin: #805441;--char-skin-shade: #623b31;--char-hair: #292a2a;--char-coat: #43859a;--char-coat-dark: #286474;--char-accent: #a9d6d0;--char-token: #4e92b1;--char-token-dark: #2f6179;--char-prop: #e7d9a8;--char-prop-light: #fcf3ce;--char-eye: #4b7481;--char-cheek: #cf7774;--char-outline: #372b27}.character-3{--char-skin: #d99b7a;--char-skin-shade: #b96e5c;--char-hair: #34283a;--char-coat: #79538b;--char-coat-dark: #54365f;--char-accent: #bc84c8;--char-token: #8866a5;--char-token-dark: #553d70;--char-prop: #9b9b98;--char-prop-light: #d9d8d1;--char-eye: #775a9a;--char-cheek: #e68b8b;--char-outline: #3d2a38}.character-shadow{fill:#3626173d}.character-token-base,.character-token-rim,.character-token-glow{stroke:var(--char-outline);stroke-linecap:round;stroke-linejoin:round}.character-token-base{fill:var(--char-token-dark);stroke-width:2.4}.character-token-rim{fill:var(--char-token);stroke-width:2.1}.character-token-glow{fill:none;stroke:#fff8d78c;stroke-width:1.4}.character-legs-body>*,.character-clothing>*,.character-head>*,.character-hair>*,.character-prop>*,.character-accessory>*,.character-wheelchair>*{stroke:var(--char-outline);stroke-linecap:round;stroke-linejoin:round}.character-legs-body>*,.character-clothing>*,.character-head>*,.character-hair>*,.character-prop>*,.character-accessory>*{stroke-width:2.15}.character-wheelchair>*{stroke-width:2.3}.character-trouser{fill:#57483d}.character-leg{fill:var(--char-skin);stroke-width:2.1!important}.character-shoe{fill:#4a382b}.character-skirt{fill:var(--char-coat-dark)}.character-coat,.character-sleeve{fill:var(--char-coat)}.character-coat-dark{fill:var(--char-coat-dark)}.character-rain-flap,.character-collar,.character-button{fill:var(--char-accent)}.character-head-shape,.character-ear{fill:var(--char-skin)}.character-ear{fill:var(--char-skin-shade)}.character-hair-fill{fill:var(--char-hair)}.character-clipboard,.character-basket{fill:var(--char-prop)}.character-paper,.character-book,.character-book-page{fill:var(--char-prop-light)}.character-hand{fill:var(--char-skin)}.character-clip,.character-pencil,.character-basket-weave,.character-book-page{fill:none}.character-fruit,.character-bow,.character-bow-centre,.character-ribbon,.character-ribbon-centre{fill:var(--char-accent)}.character-token-leaf{fill:#83ad58}.character-token-vein{fill:none;stroke:#466c39!important;stroke-width:1.1!important}.character-token-spark{fill:var(--char-accent)}.character-wheel{fill:#3e5969}.character-wheel-inner{fill:#b9d4d4}.character-wheel-spoke,.character-chair-frame{fill:none}.character-chair-seat{fill:#5d7480}.character-cat{fill:var(--char-prop)}.character-cat-ear{fill:var(--char-prop-light)}.character-cat-eye{fill:var(--char-outline);stroke-width:1.25!important}.character-cat-face,.character-cat-stripe{fill:none;stroke-width:1.3!important}.character-brow,.character-nose,.character-cheek-stroke,.character-mouth-light{fill:none;stroke-linecap:round;stroke-linejoin:round}.character-brow{stroke:var(--char-outline);stroke-width:1.45}.character-eye-sclera{fill:#fff8e9;stroke:var(--char-outline);stroke-width:1.25}.character-face-details .character-eye{fill:var(--char-eye)}.character-pupil{fill:#2d2727}.character-eye-shine,.character-eye-spark{fill:#fff9e9}.character-cheek{fill:var(--char-cheek);opacity:.56}.character-cheek-stroke{stroke:#93454b7a;stroke-width:.85}.character-nose{stroke:var(--char-skin-shade);stroke-width:1.05}.character-smile{fill:none;stroke:var(--char-outline);stroke-width:2;stroke-linecap:round}.character-mouth-light{stroke:#fff4e0c2;stroke-width:.8}@container (max-width: 63px){.character-detail,.character-token-glow{display:none}.portrait-token{filter:drop-shadow(1px 2px 0 rgb(48 34 20 / 14%))}}.illustrated-character{display:block;width:82px;height:128px;margin:-46px -8px -7px -15px;container-type:normal}.illustrated-character:before{position:absolute;z-index:0;top:10px;left:50%;width:60px;height:60px;border:1px dotted rgb(255 249 220 / 84%);border-radius:50%;background:radial-gradient(circle at 34% 30%,rgb(255 255 255 / 92%) 0 2px,transparent 2.5px),radial-gradient(circle at 70% 45%,rgb(255 248 202 / 88%) 0 1.7px,transparent 2.2px),radial-gradient(circle,rgb(255 252 224 / 84%) 0 34%,rgb(255 245 194 / 18%) 35% 65%,transparent 66%);box-shadow:0 0 0 4px #ffffff2e;content:"";transform:translate(-50%)}.illustrated-character:after{position:absolute;z-index:0;bottom:4px;left:50%;width:70px;height:17px;border:2px solid var(--char-outline);border-radius:50%;background:radial-gradient(ellipse at 50% 28%,rgb(255 250 215 / 62%),transparent 31%),var(--char-token);box-shadow:0 3px 0 var(--char-token-dark);content:"";transform:translate(-50%)}.illustrated-character img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:50% 100%;filter:saturate(1.08) brightness(1.03);transform:translateY(-1px) scale(1.015);transform-origin:50% 100%}.wheel-player-marker .illustrated-character{width:61px;height:80px;margin:-25px -3px -17px}.wheel-player-marker .illustrated-character:before{top:5px;width:45px;height:45px}.wheel-player-marker .illustrated-character:after{bottom:2px;width:58px;height:13px;border-width:1px}.hand{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px}.food-card{position:relative;isolation:isolate;display:grid;min-height:113px;grid-template-rows:auto 1fr auto auto;justify-items:center;gap:1px;overflow:hidden;padding:5px 4px 4px;border:2px solid rgb(76 57 35 / 82%);border-radius:4px 7px 5px 6px;background:radial-gradient(circle at 10% 14%,rgb(255 255 255 / 50%) 0 1px,transparent 1.5px) 0 0 / 9px 9px,linear-gradient(145deg,#fbf0d4,#e7d5a7);color:var(--ink);text-align:center;box-shadow:2px 3px #43301c4f;transform:rotate(var(--card-tilt, 0deg))}.food-card:nth-child(3n+1){--card-tilt: -.7deg}.food-card:nth-child(3n+2){--card-tilt: .35deg}.food-card:nth-child(3n){--card-tilt: -.15deg}.food-card:before{position:absolute;z-index:-1;top:3px;right:3px;bottom:3px;left:3px;border:1px dashed rgb(73 55 33 / 45%);border-radius:2px 5px 3px 4px;content:"";pointer-events:none}.food-card:after{position:absolute;z-index:-1;right:-11px;bottom:-12px;width:44px;height:44px;border:1px solid rgb(73 55 33 / 28%);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 3px,rgb(73 55 33 / 13%) 4px 5px);content:""}.food-card.clickable{border-color:var(--mustard);box-shadow:0 0 0 3px #e2bb6152,2px 3px #43301c4f;cursor:pointer;animation:playable-card-pulse 1.8s ease-in-out infinite}.food-card.clickable:hover:not(:disabled){border-color:var(--moss);box-shadow:3px 5px #43301c61;transform:translateY(-3px) rotate(-.8deg)}.food-card.actor-choice{border-color:var(--mustard)}.food-card.target-choice{border-color:var(--moss)}.food-card.garden-choice{border-color:var(--moss);box-shadow:0 0 0 3px #50663b38,2px 3px #43301c4f;animation:garden-choice-pulse 1.8s ease-in-out infinite}.food-card.selected{border:3px solid var(--moss);padding:4px 3px 3px;background:linear-gradient(145deg,#edf3d9,#d6e2ba)}.food-card:disabled{cursor:default;opacity:1;filter:none}.food-card.rose{background:radial-gradient(circle at 10% 14%,rgb(255 255 255 / 46%) 0 1px,transparent 1.5px) 0 0 / 9px 9px,linear-gradient(145deg,#f5dfd3,#e8bfae)}.food-card.sun{background:radial-gradient(circle at 10% 14%,rgb(255 255 255 / 46%) 0 1px,transparent 1.5px) 0 0 / 9px 9px,linear-gradient(145deg,#fbefc9,#e9d38d)}.food-card.earth{background:radial-gradient(circle at 10% 14%,rgb(255 255 255 / 46%) 0 1px,transparent 1.5px) 0 0 / 9px 9px,linear-gradient(145deg,#f0e1ca,#d9bd98)}.food-card.leaf{background:radial-gradient(circle at 10% 14%,rgb(255 255 255 / 46%) 0 1px,transparent 1.5px) 0 0 / 9px 9px,linear-gradient(145deg,#e9efd9,#cbdab8)}.food-card-header{position:relative;z-index:1;display:flex;width:100%;align-items:center;justify-content:space-between;gap:3px;color:#46341fd6;font-size:.38rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.food-value{position:relative;z-index:4;display:grid;width:20px;height:20px;flex:none;place-items:center;border:1px solid rgb(55 40 24 / 85%);border-radius:50%;background:#34291d;color:#fff5d9;font-family:Georgia,Times New Roman,serif;font-size:.74rem;letter-spacing:0;line-height:1}.food-illustration{position:relative;z-index:1;display:grid;width:100%;min-height:62px;place-items:center;overflow:hidden;border-top:1px solid rgb(71 52 31 / 22%);border-bottom:1px solid rgb(71 52 31 / 20%);background:radial-gradient(ellipse at 50% 63%,rgb(138 108 69 / 16%) 0 30%,transparent 31%),linear-gradient(180deg,#fffae46e,#a17c4917)}.food-illustration:before,.food-illustration:after{position:absolute;z-index:-1;content:"";pointer-events:none}.food-illustration:before{top:7px;left:9px;width:4px;height:4px;border-radius:50%;background:#f4c05785;box-shadow:48px 6px #6b914c59,60px 39px #cb6e5352,11px 45px #6b914c4d}.food-illustration:after{right:-14px;bottom:-18px;width:44px;height:37px;border:1px solid rgb(157 112 55 / 22%);border-radius:50%;transform:rotate(-22deg)}.food-dish-image{position:relative;z-index:1;display:block;width:100%;height:76px;max-width:none;object-fit:contain;filter:drop-shadow(1px 2px 0 rgb(80 52 24 / 25%));transform:translateY(1px)}.food-dish{width:72px;height:61px;overflow:visible;filter:drop-shadow(1px 2px 0 rgb(65 45 26 / 20%))}.food-dish .dish-shadow{fill:#3e2c1a33}.food-dish .dish-plate-rim{fill:#e6c796;stroke:#5a422d;stroke-width:1.5}.food-dish .dish-bowl{fill:#b88662;stroke:#5a422d;stroke-width:1.6}.food-dish .dish-food{fill:#d6aa62;stroke:#5a422d;stroke-width:1.3}.food-dish .dish-plate-detail{fill:none;stroke:#fff7d7b8;stroke-width:1.2;stroke-linecap:round}.food-dish .dish-main-art{filter:drop-shadow(.5px 1px 0 rgb(48 34 20 / 22%))}.food-dish .dish-garnish-art{opacity:.93;filter:drop-shadow(.5px 1px 0 rgb(48 34 20 / 18%))}.food-dish-tea .tea-steam{fill:none;stroke:#916f45;stroke-width:1.5;stroke-linecap:round}.food-dish-tea .tea-cup{fill:#d5b87a;stroke:#5a422d;stroke-width:1.7}.food-dish-tea .tea-handle{fill:none;stroke:#5a422d;stroke-width:2.4;stroke-linecap:round}.food-dish-tea .tea-surface{fill:#71804c;stroke:#5a422d;stroke-width:1.3}.food-dish-tea .tea-leaves{fill:none;stroke:#d5e29b;stroke-width:1.25;stroke-linecap:round}.food-ingredient{stroke:#5b422d;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.2}.food-ingredient .ingredient-leaf{fill:#779957;stroke:#45643b}.food-ingredient .ingredient-stem,.food-ingredient .ingredient-vein,.food-ingredient .ingredient-orange-segments,.food-ingredient .ingredient-corn-lines,.food-ingredient .ingredient-seeds,.food-ingredient .ingredient-potato-cut,.food-ingredient .ingredient-rice-grains,.food-ingredient .ingredient-bread-lines,.food-ingredient .ingredient-oat-flakes,.food-ingredient .ingredient-milk-glass-line,.food-ingredient .ingredient-tofu-specks,.food-ingredient .ingredient-fish-lines,.food-ingredient .ingredient-salmon-lines,.food-ingredient .ingredient-poultry-light,.food-ingredient .ingredient-meat-marble,.food-ingredient .ingredient-almond-line,.food-ingredient .ingredient-crumbs,.food-ingredient .ingredient-prawn-lines,.food-ingredient .ingredient-mackerel-stripe,.food-ingredient .ingredient-ham-fat,.food-ingredient .ingredient-sausage-shine{fill:none}.food-ingredient .ingredient-stem{stroke:#56412b;stroke-width:2}.food-ingredient .ingredient-shine{fill:#fff3ce;stroke:none}.food-ingredient .ingredient-red{fill:#cf6558}.food-ingredient .ingredient-red-dark{fill:#b84c49}.food-ingredient .ingredient-cut{fill:#fff0c9}.food-ingredient .ingredient-cucumber{fill:#709d61}.food-ingredient .ingredient-cucumber-slice{fill:#a8c987}.food-ingredient .ingredient-cucumber-core{fill:#e5f0b7}.food-ingredient .ingredient-rind{fill:#5a8e58}.food-ingredient .ingredient-watermelon{fill:#e17669}.food-ingredient .ingredient-banana-shadow{fill:#bfa853}.food-ingredient .ingredient-banana{fill:#f0d56f}.food-ingredient .ingredient-orange{fill:#e79b49}.food-ingredient .ingredient-orange-light{fill:#ffd98a}.food-ingredient .ingredient-broccoli{fill:#6d9a56}.food-ingredient .ingredient-broccoli-dark{fill:#577f48}.food-ingredient .ingredient-broccoli-stem{fill:#9dbc70}.food-ingredient .ingredient-potato{fill:#cfaa72}.food-ingredient .ingredient-potato-cut{fill:#f4dca2}.food-ingredient .ingredient-speckles{stroke:#9a734c;stroke-width:2}.food-ingredient .ingredient-corn-husk{fill:#6f9859}.food-ingredient .ingredient-corn{fill:#f0c95a}.food-ingredient .ingredient-corn-lines{stroke:#cf9d3f;stroke-width:1}.food-ingredient .ingredient-pea-pod{fill:#60924f}.food-ingredient .ingredient-pea{fill:#98bd68}.food-ingredient .ingredient-avocado{fill:#547a48}.food-ingredient .ingredient-avocado-flesh{fill:#b9d36d}.food-ingredient .ingredient-pit{fill:#9a6941}.food-ingredient .ingredient-avocado-slice{fill:#7fa45c}.food-ingredient .ingredient-mushroom-cap{fill:#c98d64}.food-ingredient .ingredient-mushroom-cap-light{fill:#e4b783}.food-ingredient .ingredient-mushroom-stem{fill:#f1ddb1}.food-ingredient .ingredient-rice-bowl{fill:#8ba49a}.food-ingredient .ingredient-rice{fill:#f6e7bd}.food-ingredient .ingredient-rice-grains{stroke:#cdbd85;stroke-width:2}.food-ingredient .ingredient-bread-crust{fill:#a96f3e}.food-ingredient .ingredient-bread{fill:#deb66d}.food-ingredient .ingredient-bread-lines{stroke:#bd874b;stroke-width:1.5}.food-ingredient .ingredient-pasta{fill:none;stroke:#e9bd5c;stroke-width:4.4}.food-ingredient .ingredient-tomato{fill:#ca6456}.food-ingredient .ingredient-oats{fill:#d7b86e}.food-ingredient .ingredient-oat-flakes{stroke:#f6e2a1;stroke-width:2.3}.food-ingredient .ingredient-flakes{fill:#e5bc4d;stroke:#b88a37}.food-ingredient .ingredient-sauce{fill:#c96a54}.food-ingredient .ingredient-beans{fill:#f1c097}.food-ingredient .ingredient-milk-glass{fill:#b6d6d6}.food-ingredient .ingredient-milk{fill:#f8f3da}.food-ingredient .ingredient-milk-glass-line{stroke:#5d8c91}.food-ingredient .ingredient-green-bean{fill:none;stroke:#6e9c59;stroke-width:4.8}.food-ingredient .ingredient-green-bean-dark{fill:none;stroke:#497b47;stroke-width:1.15}.food-ingredient .ingredient-egg-white{fill:#fff9dc}.food-ingredient .ingredient-yolk{fill:#e7a743}.food-ingredient .ingredient-yolk-light{fill:#ffd66d;stroke:none}.food-ingredient .ingredient-jar{fill:#c7774d}.food-ingredient .ingredient-jar-lid{fill:#77965a}.food-ingredient .ingredient-peanut-spread{fill:none;stroke:#e8b25e;stroke-width:3}.food-ingredient .ingredient-peanut{fill:#c79457}.food-ingredient .ingredient-yogurt-cup{fill:#a8cbce}.food-ingredient .ingredient-yogurt{fill:#fff8dd}.food-ingredient .ingredient-yogurt-swirl{fill:none;stroke:#e7e1bd;stroke-width:2}.food-ingredient .ingredient-berry{fill:#cc6d75}.food-ingredient .ingredient-hummus{fill:#e5c673}.food-ingredient .ingredient-hummus-swirl{fill:none;stroke:#b98e45;stroke-width:1.8}.food-ingredient .ingredient-chickpea{fill:#e9c364}.food-ingredient .ingredient-cheese{fill:#efa94d}.food-ingredient .ingredient-cheese-hole{fill:#c97f34}.food-ingredient .ingredient-tofu{fill:#f3dfac}.food-ingredient .ingredient-tofu-side{fill:#d6bc80}.food-ingredient .ingredient-tofu-specks{stroke:#a77f4c;stroke-width:1.7}.food-ingredient .ingredient-black-bean-bed{fill:#8a6654}.food-ingredient .ingredient-black-beans{fill:#3f3a3b}.food-ingredient .ingredient-fish{fill:#9bbec3}.food-ingredient .ingredient-fish-eye{fill:#fff7d4}.food-ingredient .ingredient-fish-lines{stroke:#5d9199;stroke-width:1.4}.food-ingredient .ingredient-salmon{fill:#e98f75}.food-ingredient .ingredient-salmon-lines{stroke:#f9ceb0;stroke-width:2}.food-ingredient .ingredient-poultry{fill:#dfad6c}.food-ingredient .ingredient-poultry-light{stroke:#f7dca5;stroke-width:2}.food-ingredient .ingredient-herb{stroke:#6d9354;stroke-width:2.2}.food-ingredient .ingredient-meat{fill:#a95d4f}.food-ingredient .ingredient-meat-marble{stroke:#dfaa94;stroke-width:1.8}.food-ingredient .ingredient-herb-dot{fill:#769a55;stroke:none}.food-ingredient .ingredient-almond{fill:#c68d52}.food-ingredient .ingredient-almond-line{stroke:#90633e}.food-ingredient .ingredient-fish-finger{fill:#e0ae56}.food-ingredient .ingredient-crumbs{stroke:#a67538;stroke-width:2}.food-ingredient .ingredient-prawn{fill:none;stroke:#e38666;stroke-width:5}.food-ingredient .ingredient-prawn-lines{stroke:#b95b4e;stroke-width:1.35}.food-ingredient .ingredient-tin{fill:#9baeb2}.food-ingredient .ingredient-tin-rim{fill:#c7d5d3}.food-ingredient .ingredient-sardine{fill:#79a}.food-ingredient .ingredient-mussel-shell{fill:#596f80}.food-ingredient .ingredient-mussel-flesh{fill:#e7b45b}.food-ingredient .ingredient-steak{fill:#a95246}.food-ingredient .ingredient-steak-grill{stroke:#e3a07d;stroke-width:1.9}.food-ingredient .ingredient-lentil-bed{fill:#b06f4b}.food-ingredient .ingredient-lentils{fill:#d6a860}.food-ingredient .ingredient-sausage{fill:#c9715a}.food-ingredient .ingredient-sausage-shine{stroke:#edb08c;stroke-width:1.7}.food-ingredient .ingredient-mackerel{fill:#648ca2}.food-ingredient .ingredient-mackerel-stripe{stroke:#c2d6d0;stroke-width:2}.food-ingredient .ingredient-ham{fill:#df8f83}.food-ingredient .ingredient-ham-fat{stroke:#f7d2be;stroke-width:2}.food-dish-porridge .dish-food{fill:#e7d7a5}.food-dish-porridge .dish-speck{fill:#a98a4f}.food-dish-tofu .dish-food{fill:#e4bd65}.food-dish-tofu .dish-bowl{fill:#a9684c}.food-dish-stew .dish-food{fill:#a95e45}.food-dish-stew .dish-bowl{fill:#766d57}.food-dish-quinoa .dish-food{fill:#8d714e}.food-dish-quinoa .dish-bowl{fill:#72906c}.food-dish-curry .dish-food{fill:#d49b3f}.food-dish-curry .dish-bowl{fill:#a7523f}.food-dish-pasta .dish-food{fill:#d7be78}.food-dish-pasta .dish-bowl{fill:#96714e}.food-dish-greens .dish-food{fill:#8da76f}.food-dish-greens .dish-bowl{fill:#739070}.food-name{position:relative;z-index:1;width:100%;min-height:13px;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:.57rem;font-weight:900;letter-spacing:-.025em;line-height:1.05}.food-card-caption{position:relative;z-index:1;color:#4b3822bd;font-size:.32rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.garden-replace-mark{position:relative;z-index:2;color:var(--moss);font-size:.42rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.card-action-mark{position:absolute;z-index:3;top:3px;left:3px;max-width:calc(100% - 29px);overflow:hidden;padding:2px 4px;border:1px solid var(--moss);border-radius:4px;color:#fff9e7;font-size:.4rem;font-weight:900;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:var(--moss);box-shadow:0 1px #28371eb3}.patient-total{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:2px 6px;margin-top:7px;padding-top:6px;border-top:1px solid rgb(76 57 35 / 45%)}.patient-total span{color:var(--muted);font-size:.6rem;font-weight:800}.patient-total strong{color:var(--ink);font-size:.94rem;font-variant-numeric:tabular-nums}.patient-total small{grid-column:1 / -1;font-size:.57rem;font-weight:800}.patient-total.safe small{color:var(--moss)}.patient-total.risk small{color:var(--berry)}.centre-status{position:relative;z-index:1;grid-column:2;grid-row:2;align-self:center;display:grid;justify-items:center;gap:5px;padding:15px 12px;border:3px solid var(--ink);border-radius:8px;background:linear-gradient(145deg,#fff4d7,#e8d6a6);box-shadow:4px 5px #30221452;text-align:center;transform:rotate(-.5deg)}.centre-status>strong{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2.6vw,2rem);letter-spacing:-.07em}.centre-status>span{max-width:17ch;color:var(--muted);font-size:.65rem}.centre-status .primary-button{margin-top:4px}.action-tray{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:16px 16px 0;padding:14px 16px}.action-tray strong{color:var(--ink);font-family:Georgia,Times New Roman,serif}.action-tray p{margin:3px 0 0;color:var(--muted);font-size:.78rem}.action-tray small{display:block;margin-top:4px;color:var(--muted);font-size:.62rem}.action-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.scores-panel{background:linear-gradient(145deg,#f7edcf,#decaa0)}.scores-panel h2,.timeline-panel h2{margin-bottom:12px;font-family:Georgia,Times New Roman,serif}.score-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0;border-bottom:1px solid rgb(76 57 35 / 38%)}.score-row:last-child{border-bottom:0}.score-row>span{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-weight:900}.score-row div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 8px;text-align:right}.score-row small{color:var(--muted);font-size:.6rem}.score-row strong{grid-row:1 / span 2;grid-column:2;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.25rem}.timeline-panel{background:linear-gradient(145deg,#423728,#2d261d);color:#f5e9ca}.timeline-panel h2{color:#fff3d7}.timeline-panel ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.timeline-panel li{padding-left:10px;border-left:2px solid #879e5e}.timeline-panel li span{color:#b9cd8a;font-size:.59rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.timeline-panel li p{margin:3px 0 0;color:#e5d9bd;font-size:.74rem;line-height:1.42}@media(max-width:1240px){.game-layout{grid-template-columns:minmax(185px,.58fr) minmax(620px,2fr)}.right-rail{grid-column:1 / -1;grid-template-columns:1fr 1.2fr}.timeline-panel{max-height:270px}}@media(max-width:900px){.setup-shell{grid-template-columns:1fr;grid-template-areas:"copy" "art" "seats";padding:30px 0}.setup-seats,.game-layout{grid-template-columns:1fr}.left-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.rule-panel{grid-column:1 / -1}.right-rail{grid-column:auto;grid-template-columns:1fr 1fr}.board-flip-stage{height:690px}}@media(max-width:680px){.app-shell,.setup-shell{width:min(100% - 20px,640px)}.app-header{align-items:flex-start;padding:5px 0 12px}.header-meta{flex-wrap:wrap;justify-content:flex-end;gap:6px 9px}.header-meta>span+span{padding-left:9px}.controller-grid,.left-rail,.right-rail{grid-template-columns:1fr}.rule-panel{grid-column:auto}.board-garden{grid-template-columns:1fr;gap:7px;margin-inline:0}.garden-field{grid-template-columns:repeat(6,minmax(0,1fr))}.turn-flow{grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:0}.table-felt{display:grid;min-height:auto;grid-template-columns:1fr;grid-template-rows:auto;gap:12px;padding:14px;border-width:5px;border-radius:25px;background:linear-gradient(145deg,#ead7a7,#cdb77d)}.table-felt:before,.table-felt:after{display:none}.seat-panel.board-active,.seat-panel.board-assistant,.seat-panel.board-patient-one,.seat-panel.board-patient-two,.centre-status{grid-column:auto;grid-row:auto;width:auto;justify-self:stretch}.centre-status{order:-1;transform:none}.action-tray{align-items:stretch;flex-direction:column;margin-inline:0}.action-buttons{justify-content:stretch}.action-buttons button{flex:1}.setup-seats{padding:19px}}@media(max-width:680px){.board-flip-stage{height:auto;perspective:none}.board-flip-inner{height:auto;transform:none!important}.board-face{position:relative;transform:none!important;backface-visibility:visible;-webkit-backface-visibility:visible}.board-flip-stage.show-wheel .board-face-table,.board-flip-stage.show-table .board-face-wheel{display:none}.table-felt{height:auto}.round-wheel-face{min-height:665px;padding-inline:10px;border-width:5px;border-radius:18px}.wheel-layout{grid-template-columns:1fr;align-content:center;gap:0}.round-wheel{--wheel-translate: -153px;--marker-translate: -133px;width:min(100%,370px)}.wheel-rim{top:25px;right:25px;bottom:25px;left:25px;border-width:11px}.wheel-garden-scene{top:72px;right:72px;bottom:72px;left:72px}.wheel-event-card{width:min(94%,270px);margin-top:-3px;padding:9px 12px;transform:rotate(.5deg)}.wheel-event-card p{display:none}.wheel-story-strip{margin-inline:5px;padding:8px 11px}.wheel-story-strip p{display:none}.wheel-player-marker .portrait-token{width:40px;height:53px}.wheel-player-marker>span{font-size:.44rem}.wheel-day-tile{width:38px;height:38px;font-size:.72rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(prefers-reduced-motion:reduce){.portrait-token:hover{animation:none}}:root{color-scheme:light;font-family:Alegreya Sans,Trebuchet MS,ui-rounded,system-ui,sans-serif;--canvas: #f6efd9;--paper: #fff8e7;--paper-soft: #f4e8c9;--ink: #40331f;--muted: #78654a;--line: #a48350;--moss: #52763d;--moss-soft: #deedc8;--mustard: #cc9639;--mustard-soft: #f9e2a8;--teal: #278b8a;--teal-soft: #d7efea;--plum: #8e659e;--plum-soft: #ebdff0;--berry: #c9685e;--berry-soft: #f8d9d0;--shadow: 0 10px 24px rgb(104 75 33 / 18%)}body{background:radial-gradient(circle at 20% 18%,rgb(255 255 255 / 76%) 0 2px,transparent 2.5px) 0 0 / 23px 23px,radial-gradient(circle at 68% 62%,rgb(191 151 75 / 14%) 0 1px,transparent 1.5px) 0 0 / 13px 13px,linear-gradient(130deg,#fff9e8,#f6eccf 48%,#e8f1da)}.app-shell{width:min(1660px,calc(100% - 28px));padding-top:14px}.app-header{min-height:72px;margin:0 4px 16px;padding:7px 15px 9px;border:2px solid #b89154;border-radius:18px 18px 10px 10px;background:linear-gradient(180deg,#fffdeff2,#f4e7c2eb);box-shadow:inset 0 0 0 3px #ffffff94,0 5px #976d342e}.wordmark{color:#1c7774;font-family:Georgia,Palatino Linotype,serif;font-size:clamp(1.7rem,2.5vw,2.4rem);letter-spacing:-.075em;text-shadow:0 1px 0 #fffef3}.wordmark-leaf{color:#d26e68}.header-meta{color:#6b7951;font-size:.78rem}.game-layout{grid-template-columns:minmax(205px,.66fr) minmax(720px,2.45fr) minmax(250px,.86fr);gap:15px}.left-rail,.right-rail{gap:13px}.event-card-panel,.rule-panel,.round-recap,.scores-panel,.timeline-panel,.action-tray{border:2px solid #d2b475;border-radius:17px 14px 18px 13px;background:radial-gradient(circle at 17% 14%,rgb(255 255 255 / 72%) 0 1px,transparent 1.6px) 0 0 / 12px 12px,linear-gradient(135deg,#fffdf0,#f4e9c9);box-shadow:inset 0 0 0 3px #ffffff9e,0 6px #9b764024,0 12px 20px #805b241a}.event-card-panel{min-height:188px;border-color:#d8bd82}.event-card-panel:after{width:122px;height:122px;border-color:#69964a3d}.event-card-panel h2,.rule-panel h2,.scores-panel h2,.timeline-panel h2{font-family:Georgia,Palatino Linotype,serif;letter-spacing:-.04em}.panel-heading{color:#5b8a65}.panel-heading strong{color:#cb7560}.rule-panel{border-left:5px solid #edbd58}.timeline-panel{border-color:#397b78;background:linear-gradient(145deg,#eaf5dc,#dce9cb);color:#3d553b}.timeline-panel h2{color:#346e6b}.timeline-panel li{border-left-color:#c98a43}.timeline-panel li span{color:#447961}.timeline-panel li p{color:#5d644a}.garden-panel{position:relative;overflow:hidden;border:4px solid #896238;border-radius:19px 19px 12px 12px;background:linear-gradient(90deg,transparent 0 4%,rgb(255 235 161 / 24%) 4.3% 4.8%,transparent 5.1% 94.9%,rgb(255 235 161 / 24%) 95.2% 95.7%,transparent 96%),linear-gradient(180deg,#9f6d37,#6f4829);box-shadow:inset 0 0 0 3px #ffdf9a42,0 7px #6241223d}.garden-panel:before{position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:1px solid rgb(255 233 172 / 56%);border-radius:13px 13px 7px 7px;content:"";pointer-events:none}.board-garden{min-height:113px;margin:0 12px 12px;padding:13px 15px}.garden-panel>div:first-child>span{color:#fff2c8;font-family:Georgia,Palatino Linotype,serif}.garden-panel p{color:#ffefc8}.garden-field{gap:6px;border-color:#704422;border-radius:9px;background:linear-gradient(180deg,#c8d69a 0,#c8d69a 34%,#8a5d33 35%,#8a5d33);box-shadow:inset 0 2px 5px #40261357}.garden-crop{min-height:48px;border-color:#5d3c1fbf;border-radius:7px 7px 5px 5px;background:linear-gradient(180deg,#deedb9 0,#deedb9 35%,#a77742 36%,#a77742)}.turn-flow{margin-inline:10px;gap:7px}.flow-step{min-height:48px;border-color:#d2b475;border-radius:11px 9px 12px 8px;background:linear-gradient(145deg,#fffdf0,#f1e3bd);color:#6b7656;box-shadow:0 2px #8b642c26}.flow-step.current{border-color:#d39a3d;background:linear-gradient(145deg,#fff3c4,#f2ce70);color:#73551d;box-shadow:0 0 0 3px #e2af4533,0 3px #7e552133}.board-flip-stage{height:710px}.round-wheel-face{border-color:#aa7d48;border-radius:26px 24px 22px;background:radial-gradient(circle at 48% 47%,rgb(255 255 255 / 88%) 0 25%,transparent 56%),linear-gradient(145deg,#fffdf0,#f4e2b5);box-shadow:inset 0 0 0 4px #ffffffbd,inset 0 0 40px #79572729,0 14px 26px #684b212e}.wheel-wood-banner{border-color:#80562d;background:linear-gradient(180deg,#9c7440,#704626)}.wheel-rim{border-color:#a77a48;background:radial-gradient(circle,#fff8db 0,#fff8db 53%,#d2ae78 54%,#d2ae78 61%,#7f5733 62%,#7f5733 65%,#efd69c 66%,#efd69c)}.wheel-garden-scene{border-color:#b18757;background:url(/assets/chews-freedom-garden-board-v2-Dv1YOuYZ.png) center / cover no-repeat;box-shadow:inset 0 0 0 4px #fff8daa8,inset 0 -12px 16px #5679351f}.wheel-garden-scene .wheel-cloud,.wheel-garden-scene .wheel-hill,.wheel-garden-scene .wheel-cottage,.wheel-garden-scene .wheel-flower{display:none}.wheel-day-tile{border-color:#a47a4d;background:linear-gradient(145deg,#fff5ca,#eac37b)}.wheel-day-tile:nth-of-type(2n){background:linear-gradient(145deg,#f8ddd0,#e7ad8c)}.wheel-day-tile:nth-of-type(3n){background:linear-gradient(145deg,#e8f1cb,#b6cf87)}.wheel-day-tile.is-today{border-color:#bd7440;background:linear-gradient(145deg,#ffe8a7,#e6a54c)}.wheel-event-card{border-color:#d1b577;background:linear-gradient(145deg,#fffdf0,#f7e7b9);box-shadow:4px 5px #825b2638}.wheel-story-strip{border-color:#d0af70;border-radius:12px 10px 13px 9px;background:linear-gradient(145deg,#fffdf0f5,#f6e3b8f0)}.table-felt{border-color:#a97d4b;border-radius:26px 24px 23px 25px;background:radial-gradient(circle at 50% 51%,rgb(255 255 255 / 94%) 0 26%,transparent 47%),radial-gradient(circle at 18% 14%,rgb(255 255 255 / 64%) 0 1px,transparent 1.6px) 0 0 / 15px 15px,linear-gradient(145deg,#fff8df,#f3dfaa);box-shadow:inset 0 0 0 4px #ffffffb8,inset 0 0 45px #74512521,0 14px 27px #61441e2e}.table-felt:before{top:10%;right:18%;bottom:10%;left:18%;border:7px solid #c69b64;border-radius:50%;background:linear-gradient(#fffbe50f,#fffbe50f),url(/assets/chews-freedom-garden-board-v2-Dv1YOuYZ.png) center / cover no-repeat;box-shadow:inset 0 0 0 4px #fffce8b3,0 6px #7f59292e;opacity:1}.table-felt:after{display:none}.seat-panel{border-color:#d2b477;border-radius:17px 13px 16px 12px;background:radial-gradient(circle at 14% 10%,rgb(255 255 255 / 72%) 0 1px,transparent 1.5px) 0 0 / 11px 11px,linear-gradient(145deg,#fffef1fa,#f6e8c7);box-shadow:inset 0 0 0 3px #ffffffb3,3px 5px #7e582840}.seat-panel.role-care-team{border-color:#d6a64a}.seat-panel.role-patient{border-color:#79a7b4}.seat-panel.is-actor,.seat-panel.is-turn{box-shadow:0 0 0 4px #eebf4d57,inset 0 0 0 3px #ffffffb3,4px 6px #7e582847}.seat-heading{min-height:75px}.portrait-token{filter:drop-shadow(1px 3px 0 rgb(111 77 34 / 22%))}.role-label{border-color:transparent;border-radius:8px 6px 8px 5px;box-shadow:inset 0 0 0 1px #5f4c282e}.control-badge{border-color:#7d5c2b40;border-radius:8px 6px 7px 5px}.food-card{min-height:126px;border-color:#bf9a62;border-radius:12px 9px 11px 8px;box-shadow:inset 0 0 0 2px #ffffff94,2px 3px #714f223d}.food-card:before{border-color:#9c70385e}.food-card:after{opacity:.55}.food-value{width:22px;height:22px;border-color:#89612f;background:#52763d;color:#fff9dd}.food-illustration{min-height:67px;border-radius:6px;background:radial-gradient(ellipse at 50% 64%,rgb(128 89 42 / 18%) 0 28%,transparent 29%),linear-gradient(180deg,#fffeeea8,#b98e501f)}.food-dish{width:80px;height:66px;filter:drop-shadow(1px 2px 0 rgb(80 52 24 / 22%))}.food-name{font-size:.61rem}.food-card-caption{font-size:.34rem}.food-card.clickable{border-color:#d49636;box-shadow:0 0 0 3px #e8b6484d,inset 0 0 0 2px #ffffff94,2px 3px #714f223d}.food-card.selected{border-color:#5d8a47;background:linear-gradient(145deg,#eff5d9,#d8e6b9)}.centre-status{border-color:#c7a16a;border-radius:14px 11px 15px 10px;background:linear-gradient(145deg,#fffdeef5,#f6e3b8f5);box-shadow:inset 0 0 0 3px #ffffffad,3px 5px #7853243b}.centre-status>strong{color:#487542}.action-tray{border-color:#d3b574;background:linear-gradient(145deg,#fffdf0,#f4e5bd)}.scores-panel{border-color:#75a998;background:linear-gradient(145deg,#fdfdec,#e2f0d7)}.score-row{border-bottom-color:#547e5b3d}@media(max-width:1240px){.game-layout{grid-template-columns:minmax(185px,.58fr) minmax(620px,2fr)}}@media(max-width:900px){.game-layout{grid-template-columns:1fr}.board-flip-stage{height:720px}}@media(max-width:680px){.app-header{border-radius:14px 14px 8px 8px}.board-flip-stage{height:auto}.table-felt:before{top:27%;right:14%;bottom:27%;left:14%}.food-card{min-height:118px}}@keyframes player-idle-bob{50%{transform:rotate(var(--character-tilt)) translateY(-2px)}}@keyframes today-tile-pulse{50%{outline-color:#c68d3494;box-shadow:inset 0 1px #fff8d4c7,0 0 0 5px #d89b411a,2px 3px #4a321b47}}@keyframes wheel-marker-arrive{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--wheel-angle)) translateY(calc(var(--marker-translate) + 34px)) rotate(var(--wheel-counter-angle)) scale(.78)}to{opacity:1;transform:translate(-50%,-50%) rotate(var(--wheel-angle)) translateY(var(--marker-translate)) rotate(var(--wheel-counter-angle)) scale(1)}}@keyframes garden-choice-pulse{50%{box-shadow:0 0 0 6px #50663b14}}@keyframes playable-card-pulse{50%{box-shadow:0 0 0 5px #e2bb6126,2px 3px #43301c4f}}.rulebook-launcher{position:relative;display:grid;min-height:236px;align-content:center;gap:10px;padding:15px 13px;overflow:hidden;border:2px solid #8c6337;border-radius:16px 12px 17px 13px;background:radial-gradient(circle at 12% 17%,rgb(255 247 211 / 76%) 0 1px,transparent 1.5px) 0 0 / 11px 11px,linear-gradient(145deg,#e6d39d,#b98b51 48%,#805534);box-shadow:inset 0 0 0 3px #ffeaac40,0 6px #74482333,0 12px 20px #66441b1f}.rulebook-launcher:before,.rulebook-launcher:after{position:absolute;content:"";pointer-events:none}.rulebook-launcher:before{top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgb(255 237 180 / 42%);border-radius:11px 8px 12px 9px}.rulebook-launcher:after{right:-36px;bottom:-43px;width:106px;height:106px;border:8px double rgb(73 46 26 / 21%);border-radius:50%}.rulebook-launcher>p{position:relative;z-index:1;margin:0;color:#fff0c4;font-family:Georgia,Palatino Linotype,serif;font-size:.8rem;font-weight:900;letter-spacing:.02em;text-align:center}.rulebook-button{position:relative;z-index:1;display:grid;width:100%;grid-template-columns:100px minmax(0,1fr);align-items:center;gap:10px;padding:6px 5px 6px 0;border:0;background:transparent;color:#fff9df;text-align:left}.rulebook-button:hover .ancient-book-icon{transform:translateY(-4px) rotate(-5.5deg) scale(1.03)}.rulebook-button:active .ancient-book-icon{transform:translateY(1px) rotate(-2deg) scale(.97)}.rulebook-button-copy{display:grid;min-width:0;gap:4px}.rulebook-button-copy strong{color:#fff7d8;font-family:Georgia,Palatino Linotype,serif;font-size:1.07rem;letter-spacing:-.035em;line-height:1}.rulebook-button-copy small{color:#fae7af;font-size:.64rem;font-weight:800;line-height:1.35}.ancient-book-icon{position:relative;display:block;width:94px;height:120px;filter:drop-shadow(3px 5px 0 rgb(54 31 17 / 35%));transform:rotate(-3deg);transform-origin:50% 92%;transition:transform .18s ease}.ancient-book-pages{position:absolute;z-index:0;top:8px;right:3px;bottom:3px;left:12px;border:2px solid #59361f;border-radius:5px 8px 7px 5px;background:repeating-linear-gradient(180deg,#f4db9d 0,#f4db9d 4px,#ccad73,#ccad73 6px);box-shadow:2px 2px #6b4528}.ancient-book-cover{position:absolute;z-index:2;top:3px;right:10px;bottom:0;left:2px;display:grid;place-content:center;gap:3px;border:3px solid #3f281c;border-radius:7px 5px 5px 7px;background:radial-gradient(circle at 20% 18%,rgb(255 225 145 / 24%) 0 1px,transparent 1.6px) 0 0 / 9px 9px,linear-gradient(105deg,#54331f 0,#54331f 11%,#8d5230 12%,#8d5230 17%,#6e3d27 18%,#6e3d27 74%,#4d2c20 75%,#4d2c20);box-shadow:inset 0 0 0 2px #f2c26663,inset 0 0 18px #23120d61}.ancient-book-cover:before{position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgb(246 205 118 / 74%);border-radius:3px;content:""}.ancient-book-cover span,.ancient-book-cover strong{position:relative;z-index:1;color:#f2ca72;font-family:Georgia,Palatino Linotype,serif;font-weight:900;letter-spacing:-.08em;line-height:.83;text-shadow:0 1px 0 #4a2618}.ancient-book-cover span{font-size:.8rem}.ancient-book-cover strong{font-size:1rem}.ancient-book-cover i,.ancient-book-cover b{position:relative;z-index:1;display:block;height:2px;margin:0 auto;background:#e9bb62;box-shadow:0 1px #341b1285}.ancient-book-cover i{width:29px}.ancient-book-cover b{width:20px}.ancient-book-bookmark{position:absolute;z-index:3;top:0;right:16px;width:11px;height:42px;border:1px solid #5e2e24;border-bottom:0;background:linear-gradient(90deg,#b64e43,#e17a5a 48%,#8e342f);clip-path:polygon(0 0,100% 0,100% 100%,50% 84%,0 100%)}.rulebook-overlay{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:19px;overflow:auto;background:#261c1294;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.rulebook-dialog{position:relative;display:grid;width:min(1140px,100%);height:min(850px,calc(100dvh - 38px));grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:5px solid #4f2f20;border-radius:16px 13px 15px 14px;background:#6c4028;box-shadow:inset 0 0 0 3px #f5c16957,0 26px 56px #1f130b75}.rulebook-dialog:before,.rulebook-dialog:after{position:absolute;z-index:4;top:70px;bottom:0;width:12px;background:linear-gradient(90deg,rgb(80 43 27 / 12%),transparent);content:"";pointer-events:none}.rulebook-dialog:before{left:0}.rulebook-dialog:after{right:0;transform:scaleX(-1)}.rulebook-titlebar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:12px 18px 13px;border-bottom:3px solid #3f291d;background:radial-gradient(circle at 18% 26%,rgb(255 221 142 / 15%) 0 1px,transparent 1.5px) 0 0 / 13px 13px,linear-gradient(105deg,#4d2d1e,#75442a 52%,#4c2d20)}.rulebook-titlebar>div{display:grid;gap:2px}.rulebook-titlebar span{color:#f5d98f;font-size:.61rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.rulebook-titlebar h2{margin:0;color:#fff0c7;font-family:Georgia,Palatino Linotype,serif;font-size:clamp(1.25rem,2.4vw,1.7rem);letter-spacing:-.045em}.rulebook-close{flex:none;min-height:35px;padding:7px 10px;border:2px solid #4d2e20;border-radius:7px 5px;background:linear-gradient(145deg,#f4d88f,#cb9749);box-shadow:inset 0 1px #fff6d0ad,2px 2px #2d190f61;color:#4d2b1d;font-size:.7rem;font-weight:900}.rulebook-close:hover{background:linear-gradient(145deg,#fff0b8,#d8a84d);transform:translateY(-1px)}.rulebook-close:active{box-shadow:none;transform:translate(1px,1px)}.rulebook-titlebar .rulebook-title-actions{display:flex;align-items:center;gap:10px}.rulebook-page-navigation{display:flex;align-items:center;gap:6px;padding:4px 6px;border:1px solid rgb(246 207 127 / 30%);border-radius:8px 6px;background:#26160e47}.rulebook-page-navigation span{min-width:78px;color:#f7dfa5;font-family:Georgia,Palatino Linotype,serif;font-size:.59rem;font-weight:900;letter-spacing:.035em;line-height:1.1;text-align:center;text-transform:none}.rulebook-page-turn{min-height:27px;padding:5px 7px;border:1px solid #d4a75c;border-radius:5px 4px;background:linear-gradient(145deg,#f7de9a,#b97a38);box-shadow:inset 0 1px #fff7d39e,1px 1px #190f0a59;color:#4d2b1d;font-size:.55rem;font-weight:900}.rulebook-page-turn:hover:not(:disabled){background:linear-gradient(145deg,#fff0b8,#d8a84d);transform:translateY(-1px)}.rulebook-page-turn:disabled{cursor:default;opacity:.38}.rulebook-spread{position:relative;display:grid;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));background:#d7bb7e;transform-origin:50% 50%}.rulebook-spread.is-turning-forward{animation:rulebook-turn-forward .44s cubic-bezier(.22,.8,.25,1) both}.rulebook-spread.is-turning-back{animation:rulebook-turn-back .44s cubic-bezier(.22,.8,.25,1) both}@keyframes rulebook-turn-forward{0%{opacity:.32;transform:perspective(1500px) rotateY(-7deg) translate(22px)}56%{opacity:1;transform:perspective(1500px) rotateY(2deg) translate(-5px)}to{transform:perspective(1500px) rotateY(0) translate(0)}}@keyframes rulebook-turn-back{0%{opacity:.32;transform:perspective(1500px) rotateY(7deg) translate(-22px)}56%{opacity:1;transform:perspective(1500px) rotateY(-2deg) translate(5px)}to{transform:perspective(1500px) rotateY(0) translate(0)}}.rulebook-binding{position:absolute;z-index:6;top:0;bottom:0;left:calc(50% - 10px);width:20px;border-inline:1px solid rgb(72 42 23 / 44%);background:linear-gradient(90deg,#6b3d25,#b27b3d 22%,#e6c782 49%,#a06c34 78%,#5c331f);box-shadow:0 0 10px #341e116e;pointer-events:none}.rulebook-binding i{display:block;width:13px;height:13px;margin:42px auto 0;border:2px solid #51311f;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffe1a0 0,#ffe1a0 16%,#bf8237 18%,#bf8237 56%,#74421f 58%);box-shadow:0 86px #c1883e,0 172px #c1883e,0 258px #c1883e}.rulebook-binding i+i,.rulebook-binding i+i+i{display:none}.rulebook-page{min-height:0;overflow:auto;padding:25px 30px 30px;color:#503a26;background:radial-gradient(circle at 14% 12%,rgb(255 255 255 / 62%) 0 1px,transparent 1.6px) 0 0 / 13px 13px,repeating-linear-gradient(0deg,transparent 0 29px,rgb(113 76 42 / 10%) 30px 31px),linear-gradient(110deg,#fbf2d7,#ead4a0)}.rulebook-rules-page,.rulebook-deck-left-page{padding-right:38px}.rulebook-events-page,.rulebook-deck-right-page{padding-left:38px;background:radial-gradient(circle at 84% 11%,rgb(255 255 255 / 58%) 0 1px,transparent 1.6px) 0 0 / 13px 13px,repeating-linear-gradient(0deg,transparent 0 29px,rgb(113 76 42 / 10%) 30px 31px),linear-gradient(250deg,#fbf2d7,#ead4a0)}.rulebook-intro{margin:0 0 15px;color:#6b5135;font-family:Georgia,Palatino Linotype,serif;font-size:.86rem;font-style:italic;line-height:1.45}.rulebook-page h3{margin:0;color:#56331f;font-family:Georgia,Palatino Linotype,serif;font-size:1.2rem;letter-spacing:-.035em}.rulebook-steps{display:grid;gap:10px;margin:14px 0 17px;padding:0;list-style:none}.rulebook-steps li{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:start}.rulebook-steps li>span{display:grid;width:24px;height:24px;place-items:center;border:1px solid #694226;border-radius:50%;background:#e3ba68;box-shadow:inset 0 1px #fff0bc;color:#58371f;font-family:Georgia,Palatino Linotype,serif;font-size:.75rem;font-weight:900}.rulebook-steps p,.rulebook-score-note p{margin:0;color:#64482e;font-size:.72rem;line-height:1.45}.rulebook-steps strong{color:#4c2d1d;font-family:Georgia,Palatino Linotype,serif}.rulebook-score-note{padding:12px 13px;border:2px solid #a77b45;border-radius:8px 6px 9px 7px;background:#fff7d59e;box-shadow:inset 0 0 0 2px #ffffff73}.rulebook-score-note h3{font-size:1.02rem}.rulebook-score-note p{margin-top:5px}.rulebook-end-note{margin-top:10px;padding:10px 12px;border:1px solid rgb(147 86 52 / 65%);border-radius:7px 5px 8px 6px;background:#ffefc9bd;box-shadow:inset 0 0 0 2px #ffffff5e}.rulebook-end-note h3{color:#784328;font-size:.95rem}.rulebook-end-note p{margin:4px 0 0;color:#70482d;font-size:.68rem;line-height:1.38}.event-index{display:grid;gap:7px;margin:13px 0 0;padding:0;list-style:none}.event-index-card{display:grid;grid-template-columns:38px minmax(0,1fr) 76px;align-items:center;gap:7px;min-height:49px;padding:5px 6px 5px 5px;border:1px solid rgb(119 80 43 / 45%);border-radius:7px 5px 7px 6px;background:#fff9e0ba;box-shadow:inset 0 0 0 1px #ffffff70,1px 1px #6f492429}.event-index-mark{position:relative;display:grid;width:33px;height:33px;place-items:center;overflow:hidden;border:1px solid rgb(89 59 31 / 46%);border-radius:7px 5px;background:linear-gradient(145deg,#dba56a,#a4523e)}.event-index-mark i{position:relative;display:block;width:14px;height:14px;border:2px solid #fff2bf;border-radius:50%}.event-index-mark i:after{position:absolute;top:5px;left:2px;width:7px;height:2px;background:#fff2bf;content:""}.event-index-card.garden .event-index-mark{background:linear-gradient(145deg,#b9d282,#54854d)}.event-index-card.garden .event-index-mark i{width:16px;height:11px;border-radius:100% 0;transform:rotate(-35deg)}.event-index-card.garden .event-index-mark i:after{top:8px;left:0;width:15px;height:1px;transform:rotate(35deg)}.event-index-copy{display:grid;min-width:0;gap:3px}.event-index-copy strong{color:#4d301e;font-family:Georgia,Palatino Linotype,serif;font-size:.75rem;line-height:1.05}.event-index-copy small{color:#755a3d;font-size:.57rem;font-weight:800;line-height:1.22}.event-index-effect{justify-self:end;padding:4px 5px;border:1px solid rgb(101 69 36 / 42%);border-radius:5px 4px;background:#f2dfb0;color:#62432a;font-size:.54rem;font-weight:900;line-height:1.1;text-align:center}.deck-page-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.8fr);align-items:end;gap:12px;margin-bottom:13px;padding-bottom:10px;border-bottom:2px solid rgb(117 78 39 / 35%)}.deck-page-heading>div{display:grid;gap:2px}.deck-page-heading span{color:#7f633e;font-size:.58rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.deck-page-heading h3{font-size:1.28rem}.deck-page-heading p{margin:0;color:#725439;font-size:.65rem;line-height:1.35;text-align:right}.food-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;padding:0 1px 3px;list-style:none}.food-index-card{display:grid;min-width:0;grid-template-columns:39px minmax(0,1fr) 36px;align-items:center;gap:5px;min-height:46px;padding:3px 3px 3px 4px;border:1px solid rgb(119 80 43 / 45%);border-radius:7px 5px 7px 6px;background:#fff9e0ba;box-shadow:inset 0 0 0 1px #ffffff70,1px 1px #6f492429}.food-index-art{display:grid;width:36px;height:36px;place-items:center;overflow:hidden;border:1px solid rgb(127 84 44 / 28%);border-radius:6px 4px;background:radial-gradient(ellipse at 50% 73%,rgb(102 66 31 / 15%) 0 27%,transparent 28%),#fff8dd}.food-index-art img{display:block;width:43px;height:43px;object-fit:contain}.food-index-copy{display:grid;min-width:0;gap:3px}.food-index-copy strong{overflow:hidden;color:#4d301e;font-family:Georgia,Palatino Linotype,serif;font-size:.69rem;letter-spacing:-.02em;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.food-index-copy small{display:-webkit-box;overflow:hidden;color:#755a3d;font-size:.51rem;font-weight:800;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.food-index-value{display:grid;width:34px;height:35px;place-content:center;border:2px solid #5d482a;border-radius:50%;background:radial-gradient(circle at 36% 28%,#e4efb9 0,#e4efb9 6%,#779455 8%,#779455 61%,#405c32 63%);box-shadow:inset 0 1px #ffffdd8a,1px 1px #54351c40;color:#fff9de;text-align:center}.food-index-value b{font-family:Georgia,Palatino Linotype,serif;font-size:.88rem;line-height:.82}.food-index-value small{margin-top:2px;color:#eff7ca;font-size:.33rem;font-weight:900;letter-spacing:-.02em;line-height:1}.rulebook-page-number{margin:14px 0 0;padding-top:7px;border-top:1px solid rgb(117 78 39 / 35%);color:#80603c;font-family:Georgia,Palatino Linotype,serif;font-size:.65rem;font-style:italic;text-align:right}@media(max-width:900px){.rulebook-launcher{min-height:190px}.rulebook-button{max-width:310px;justify-self:center}.rulebook-binding{left:calc(50% - 10px)}.rulebook-page{padding-inline:22px}.rulebook-rules-page,.rulebook-deck-left-page{padding-right:34px}.rulebook-events-page,.rulebook-deck-right-page{padding-left:34px}.food-index{grid-template-columns:1fr}}@media(max-width:680px){.rulebook-overlay{place-items:start center;padding:9px}.rulebook-dialog{height:calc(100dvh - 18px);border-width:3px;border-radius:12px 10px 13px 11px}.rulebook-titlebar{min-height:67px;padding:9px 11px;gap:10px}.rulebook-titlebar span{font-size:.51rem}.rulebook-titlebar h2{font-size:1.18rem}.rulebook-title-actions{gap:5px}.rulebook-page-navigation{gap:3px;padding:3px}.rulebook-page-navigation span{min-width:58px;font-size:.48rem}.rulebook-page-turn{min-height:25px;padding:4px 5px;font-size:.48rem}.rulebook-close{min-height:31px;padding:6px 8px;font-size:.61rem}.rulebook-spread{grid-template-columns:1fr;grid-template-rows:minmax(0,.84fr) minmax(0,1.16fr)}.rulebook-binding{display:none}.rulebook-page,.rulebook-rules-page,.rulebook-events-page,.rulebook-deck-page{padding:17px 16px 20px}.rulebook-rules-page{border-bottom:3px solid #9c7040}.rulebook-intro{margin-bottom:10px;font-size:.76rem}.rulebook-page h3{font-size:1.04rem}.rulebook-steps{gap:6px;margin:9px 0 11px}.rulebook-steps p,.rulebook-score-note p{font-size:.63rem}.rulebook-steps li>span{width:21px;height:21px;font-size:.66rem}.rulebook-steps li{grid-template-columns:23px minmax(0,1fr);gap:6px}.rulebook-score-note{padding:8px 9px}.rulebook-end-note{margin-top:7px;padding:7px 9px}.rulebook-end-note h3{font-size:.86rem}.rulebook-end-note p{font-size:.59rem}.event-index{gap:5px;margin-top:9px}.event-index-card{grid-template-columns:33px minmax(0,1fr) 65px;min-height:44px;gap:5px;padding:4px}.event-index-mark{width:29px;height:29px}.event-index-copy strong{font-size:.68rem}.event-index-copy small{font-size:.52rem}.event-index-effect{font-size:.48rem}.deck-page-heading{grid-template-columns:1fr;gap:4px;margin-bottom:9px;padding-bottom:7px}.deck-page-heading h3{font-size:1.08rem}.deck-page-heading p{font-size:.59rem;text-align:left}.food-index{grid-template-columns:1fr;gap:5px}.food-index-card{grid-template-columns:39px minmax(0,1fr) 37px;min-height:47px}.food-index-art{width:36px;height:36px}.food-index-art img{width:44px;height:44px}.food-index-value{width:34px;height:35px}.food-index-value b{font-size:.84rem}}@media(prefers-reduced-motion:reduce){.ancient-book-icon,.rulebook-close{transition:none}.rulebook-spread.is-turning-forward,.rulebook-spread.is-turning-back{animation:none}}.garden-crop{min-height:50px}.orchard-fruit{display:block;width:min(50px,100%);height:auto;max-height:52px;object-fit:contain;filter:drop-shadow(0 2px 1px rgb(42 45 22 / 34%))}.illustrated-character.is-todays-nutritionist{filter:drop-shadow(0 0 5px rgb(231 184 78 / 48%))}.nutritionist-uniform{position:absolute;z-index:3;right:7px;bottom:16px;display:grid;width:25px;height:32px;place-items:center;overflow:hidden;border:1.5px solid #6d644d;border-radius:8px 8px 5px 5px;background:linear-gradient(90deg,#f7f0d9 0,#f7f0d9 42%,#fffaf0 43%,#fffaf0 56%,#e8ddbd 57%);box-shadow:inset 0 2px #ffffffb8,1px 2px #46301b45;transform:rotate(5deg);pointer-events:none}.nutritionist-uniform:before{position:absolute;top:-7px;left:6px;width:11px;height:12px;border:1.5px solid #6d644d;border-radius:0 0 8px 8px;background:#c7dba0;content:""}.nutritionist-uniform i{position:absolute;right:3px;bottom:5px;width:7px;height:7px;border:1px solid #5d8644;border-radius:50%;background:#f5ce69;box-shadow:inset 0 1px #ffffffad}.nutritionist-uniform b{position:relative;z-index:1;margin-top:8px;color:#557944;font-size:.56rem;line-height:1;text-shadow:0 1px 0 #fff6d9}.wheel-player-marker .nutritionist-uniform{right:1px;bottom:8px;width:17px;height:22px;border-width:1px;transform:rotate(5deg) scale(.8);transform-origin:100% 100%}.dynamic-prompt-bar{display:grid;min-width:0;flex:1 1 460px;gap:5px}.dynamic-prompt-bar>.turn-flow.is-compact{margin:0 0 3px;gap:5px}.turn-flow.is-compact .flow-step{min-height:38px;padding:5px 6px}.turn-flow.is-compact .flow-step>span{width:18px;height:18px;font-size:.59rem}.turn-flow.is-compact .flow-step strong{font-size:.57rem}.turn-flow.is-compact .flow-step small{font-size:.5rem}.action-summary{display:grid;gap:3px;margin-top:3px;padding:7px 9px;border:1px solid rgb(83 114 57 / 55%);border-radius:8px 6px 9px 7px;background:linear-gradient(145deg,#eff6d3f0,#dceab8d9);box-shadow:inset 0 1px #ffffffb8;color:#435a31}.action-summary strong{color:#36512b;font-size:.76rem}.action-summary span{color:#596844;font-size:.64rem;font-weight:800;line-height:1.3}.game-dialog-overlay{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#2d20158a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.game-dialog{width:min(100%,510px);padding:27px;border:3px solid #8d6438;border-radius:18px 13px 20px 15px;background:radial-gradient(circle at 11% 12%,rgb(255 255 255 / 66%) 0 1px,transparent 1.6px) 0 0 / 13px 13px,linear-gradient(145deg,#fffdf0,#efd9a5);box-shadow:inset 0 0 0 3px #ffffffad,0 20px 55px #2c1e115c;color:#4f3722}.game-dialog:before{display:block;width:62px;height:7px;margin:-30px auto 18px;border:2px solid #6d4828;border-radius:50%;background:#bd8b4c;box-shadow:inset 0 1px #ffdf9c;content:""}.dialog-kicker{margin:0 0 6px;color:#6d874d;font-size:.64rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.game-dialog h2{margin:0;color:#4d301d;font-family:Georgia,Palatino Linotype,serif;font-size:clamp(1.65rem,4vw,2.15rem);letter-spacing:-.055em}.game-dialog>p:not(.dialog-kicker){margin:10px 0 0;color:#72553a;font-size:.9rem;line-height:1.5}.name-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:20px}.name-input-grid label{display:grid;gap:5px;color:#5c442d;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.name-input-grid input{width:100%;border:2px solid #c7a269;border-radius:7px 5px 8px 6px;padding:9px 10px;outline:none;background:#fffdefd4;color:#49311f;font:800 .92rem/1.2 Georgia,Palatino Linotype,serif;box-shadow:inset 0 1px 2px #6a47221f}.name-input-grid input:focus{border-color:#6e9651;box-shadow:0 0 0 3px #6e965138,inset 0 1px 2px #6a47221f}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.tutorial-dialog{max-width:555px}.tutorial-steps{min-height:166px;margin-top:20px;padding:18px;border:2px solid #bb955b;border-radius:12px 9px 13px 10px;background:#fff9e0b3;box-shadow:inset 0 0 0 2px #ffffff7a}.tutorial-steps>span{color:#758b51;font-size:.68rem;font-weight:900;letter-spacing:.08em}.tutorial-steps h3{margin:7px 0;color:#4d321f;font-family:Georgia,Palatino Linotype,serif;font-size:1.22rem}.tutorial-steps p{margin:0;color:#6c5037;line-height:1.5}.mutual-aid-overlay{z-index:70}.mutual-aid-dialog{max-width:485px;text-align:center}.mutual-aid-dialog .primary-button{margin-top:21px}.tutorial-running button:not([data-tutorial-allowed]),.tutorial-running a{pointer-events:none}.tutorial-running.tutorial-focus-nutritionist-seat [data-tutorial-target=nutritionist-seat] .food-card,.tutorial-running.tutorial-focus-assistant-seat [data-tutorial-target=assistant-seat] .food-card,.tutorial-running.tutorial-focus-friend-one-seat [data-tutorial-target=friend-one-seat] .food-card,.tutorial-running.tutorial-focus-friend-two-seat [data-tutorial-target=friend-two-seat] .food-card,.tutorial-running.tutorial-focus-confirm-swap [data-tutorial-target=confirm-swap] button{pointer-events:auto}.tutorial-spotlight-layer{position:fixed;z-index:74;top:0;right:0;bottom:0;left:0;pointer-events:none}.tutorial-spotlight-hole{position:fixed;display:block;border:3px solid #f5d468;border-radius:18px 14px 19px 13px;box-shadow:0 0 0 100vmax #201911ab,0 0 0 7px #fff7c447,0 0 28px #ffdf6da8}.tutorial-coach{position:fixed;z-index:75;right:24px;bottom:22px;width:min(420px,calc(100% - 40px));padding:19px 20px;border:3px solid #895f33;border-radius:17px 13px 19px 14px;background:radial-gradient(circle at 12% 11%,rgb(255 255 255 / 72%) 0 1px,transparent 1.6px) 0 0 / 13px 13px,linear-gradient(145deg,#fffcec,#efd7a0);box-shadow:inset 0 0 0 3px #ffffff9e,0 17px 34px #281c1063;color:#573b25}.tutorial-coach-kicker{margin:0 0 5px;color:#668547;font-size:.63rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.tutorial-coach h2{margin:0;color:#4c301e;font-family:Georgia,Palatino Linotype,serif;font-size:1.28rem;letter-spacing:-.04em;line-height:1.04}.tutorial-coach>p{margin:8px 0 0;color:#6a4d34;font-size:.77rem;line-height:1.42}.tutorial-coach>small{display:block;margin-top:9px;color:#697d50;font-size:.65rem;font-weight:900}.tutorial-coach-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px}.tutorial-coach-actions .primary-button,.tutorial-coach-actions .secondary-button{min-height:34px;padding:7px 10px;font-size:.67rem}.tutorial-running.tutorial-focus-friend-two-seat .tutorial-coach{right:auto;left:24px}.tutorial-running.tutorial-focus-confirm-swap .tutorial-coach{top:24px;bottom:auto}@media(max-width:680px){.garden-crop{min-height:42px}.orchard-fruit{width:40px;height:40px}.dynamic-prompt-bar>.turn-flow.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.game-dialog-overlay{align-items:center;padding:12px}.game-dialog{padding:22px 18px}.name-input-grid{grid-template-columns:1fr}.dialog-actions{flex-direction:column-reverse}.dialog-actions button{width:100%}.tutorial-coach{right:10px;bottom:10px;width:calc(100% - 20px);padding:16px}.tutorial-running.tutorial-focus-friend-two-seat .tutorial-coach{right:auto;left:10px}.tutorial-running.tutorial-focus-confirm-swap .tutorial-coach{top:10px;bottom:auto}.tutorial-coach-actions{flex-direction:column}.tutorial-coach-actions button{width:100%}}
