@property --cv-kb-h{syntax: "<length>"; inherits: true; initial-value: 0px;}:root{--paper: #f6f4ec;--paper-deep: #edeade;--dot: #c6c1b0;--rough: #c5dbb0;--course-dot: #9eb48a;--ink: #29291f;--ink-soft: #6f6d5e;--fairway: #9ecb85;--green: #6fa85a;--green-line: #548544;--pine: #3c5f42;--sand: #ecdca6;--sand-line: #c8ab66;--water: #a9d2e4;--water-line: #6fa8c4;--flag: #d0442f;--ok: #3f7a4d;--stroke-under: var(--ok);--stroke-over: var(--paper);--bad: #b23a28;--hot: #d99a1f;--mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--hud-h: 2.75rem;--shot-h: 3.85rem;--chrome-above-shot: 2.65rem;--cv-kb-h: 0px;--kb-h: var(--cv-kb-h);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html{height:100vh}body{margin:0;height:100%;background:var(--paper-deep);color:var(--ink);font-family:var(--mono);-webkit-font-smoothing:antialiased;overscroll-behavior:none;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none}#root{height:100%}.shell{position:fixed;top:var(--vv-top, 0px);left:0;right:0;width:100%;height:var(--vvh, 100vh);max-width:560px;margin:0 auto;overflow:hidden;overscroll-behavior:none;background:var(--paper);touch-action:none}@media(min-width:561px){body{background:var(--paper-deep)}.shell{left:50%;right:auto;transform:translate(-50%);box-shadow:0 0 0 1.5px var(--ink)}}.paper-dots{--cell: 32px;--dot-origin-x: 0px;--dot-origin-y: 0px;background-color:var(--rough);background-image:radial-gradient(var(--course-dot) 1.5px,transparent 1.6px);background-size:var(--cell) var(--cell);background-position:var(--dot-origin-x) var(--dot-origin-y)}.stage{position:absolute;top:0;left:0;right:0;height:var(--stage-h, 100vh);overflow-x:hidden;overflow-y:auto;overflow-anchor:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:calc(var(--hud-h) + var(--safe-top) + .5rem) clamp(.85rem,5.5vw,1.75rem) calc(var(--shot-h) + var(--chrome-above-shot) + var(--kb-h) + var(--safe-bottom));transition:padding-bottom .25s ease;background-color:var(--rough);user-select:none;-webkit-user-select:none}.shell[data-keyboard=open] .chrome-rail,.shell[data-keyboard=open] .chrome-menu-reveal{display:none}.shell[data-keyboard=open] .suggest{max-height:min(11rem,36dvh)}.shell[data-keyboard=open] .shot-bar{padding-bottom:.45rem}.shell[data-keyboard=open] .stage{padding-bottom:calc(var(--shot-h) + var(--kb-h) + var(--safe-bottom))}@keyframes force-repaint{0%{opacity:.999}to{opacity:1}}#shot-input:focus{animation:force-repaint .02s}.stage-map{width:100%;min-height:100%;display:flex;align-items:flex-start;justify-content:center}.stage-map svg{display:block;width:100%;height:auto}.hud-pill{position:absolute;top:calc(.55rem + var(--safe-top));left:50%;transform:translate(-50%);z-index:30;margin:0;padding:.55rem .95rem;min-height:44px;font:inherit;font-size:.72rem;font-weight:600;letter-spacing:.04em;white-space:nowrap;color:var(--ink);background:var(--paper);border:1.5px solid var(--ink);border-radius:999px;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none}.hud-pill:focus-visible{outline:none;box-shadow:0 0 0 3px #d99a1f73}.chrome-viewport{position:fixed;left:0;right:0;top:calc(var(--vv-top, 0px) + var(--vvh, 100vh));transform:translateY(-100%);transition:top .25s ease;z-index:40;width:100%;max-width:560px;margin:0 auto;pointer-events:none;touch-action:none}.chrome-bottom{display:flex;flex-direction:column;align-items:stretch;pointer-events:none;touch-action:none}.chrome-bottom>*{pointer-events:auto}.chrome-rail{display:flex;align-items:stretch;gap:0;width:100%;margin:0;background:var(--paper);border-top:1.5px solid var(--ink);user-select:none;-webkit-user-select:none}.chrome-menu-btn{flex:0 0 44px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;min-height:44px;min-width:44px;border:none;border-right:1.5px solid var(--ink);border-radius:0;background:var(--paper);color:var(--ink);cursor:pointer;touch-action:manipulation}.chrome-menu-btn.open{background:var(--paper-deep)}.chrome-menu-icon{display:flex;flex-direction:column;justify-content:center;gap:5px;width:18px}.chrome-menu-icon>span{display:block;height:1.5px;width:100%;background:var(--ink);border-radius:1px;transition:transform .18s ease,opacity .18s ease}.chrome-menu-btn.open .chrome-menu-icon>span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.chrome-menu-btn.open .chrome-menu-icon>span:nth-child(2){opacity:0}.chrome-menu-btn.open .chrome-menu-icon>span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.chrome-status{flex:1 1 auto;min-width:0;display:flex;align-items:center;margin:0;padding:0 .75rem;min-height:44px;font:inherit;font-size:.72rem;font-weight:500;letter-spacing:.02em;text-align:left;color:var(--ink-soft);background:var(--paper);border:none;border-radius:0;cursor:pointer;touch-action:manipulation}.chrome-status.ok{color:var(--ok)}.chrome-status.bad{color:var(--bad)}.chrome-status-line{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chrome-menu-reveal{display:grid;grid-template-rows:0fr;background:var(--paper);border-top:1.5px solid var(--dot);transition:grid-template-rows .22s cubic-bezier(.22,1,.36,1);overflow:hidden}.chrome-menu-reveal.open{grid-template-rows:1fr}.chrome-menu{min-height:0;overflow:hidden;display:flex;gap:.45rem;padding:0 .65rem;opacity:0;pointer-events:none;transition:opacity .18s ease,padding .22s cubic-bezier(.22,1,.36,1)}.chrome-menu-reveal.open .chrome-menu{padding:.45rem .65rem;opacity:1;pointer-events:auto}.chrome-menu button{flex:1 1 0}.chrome-menu-danger{color:var(--bad)}.result-peek{display:flex;flex-direction:column;align-items:center;gap:.15rem;width:100%;margin:0;padding:.35rem .75rem calc(.55rem + var(--safe-bottom));font:inherit;color:var(--ink);background:var(--paper);border:none;border-top:1.5px solid var(--ink);cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none}.result-peek-title{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.result-peek-detail{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;color:var(--ink-soft)}.drawer-handle{display:flex;justify-content:center;padding:.2rem 0 .1rem}.drawer-handle>span{width:36px;height:4px;border-radius:2px;background:var(--dot)}.shot-stack{display:flex;flex-direction:column;align-items:stretch;width:100%;background:var(--paper)}.shot-bar{display:flex;flex-direction:row;gap:.45rem;align-items:stretch;width:100%;margin:0;padding:.45rem .65rem calc(.45rem + var(--safe-bottom));background:var(--paper);border-top:1.5px solid var(--ink)}.shell[data-cv-keyboard=open]{--cv-kb-h: 12.75rem;transition:--cv-kb-h .25s ease}.shell[data-cv-keyboard=open] .shot-bar{padding-bottom:.45rem;border-top:1.5px solid var(--ink)}.cv-keyboard{width:100%;padding:.2rem .35rem calc(.35rem + var(--safe-bottom));background:var(--paper-deep);border-top:1px solid var(--dot);user-select:none;-webkit-user-select:none;touch-action:manipulation}.cv-rows{display:flex;flex-direction:column;gap:.28rem}.cv-row{display:flex;justify-content:center;gap:.22rem}.cv-row-1{padding-inline:.55rem}.cv-row-2{padding-inline:.15rem}.cv-key{flex:1 1 0;min-width:0;max-width:2.15rem;min-height:2.55rem;margin:0;padding:0;border:1.5px solid var(--ink);border-radius:6px;background:#fffdf6;color:var(--ink);font:inherit;font-size:.95rem;font-weight:600;line-height:1;text-transform:uppercase;cursor:pointer;transition:opacity .12s ease,background-color .12s ease,color .12s ease}.cv-key:active:not([aria-disabled=true]){background:var(--paper);transform:translateY(1px)}.cv-key.hg-cv-later{opacity:.62;background:#f3f0e4;color:var(--ink-soft)}.cv-key.hg-cv-dead,.cv-key.hg-cv-dead[aria-disabled=true]{opacity:.28;cursor:default;background:var(--paper-deep);color:var(--ink-soft)}.cv-key-action{max-width:2.85rem;flex:1.15 1 0;font-size:.72rem;font-weight:600;text-transform:lowercase}.cv-key-space{flex:4 1 0;max-width:none;font-size:.78rem;font-weight:600;text-transform:lowercase}.cv-suggest{display:flex;flex-wrap:nowrap;gap:.35rem;overflow-x:auto;padding:.25rem .15rem .4rem;-webkit-overflow-scrolling:touch}.cv-suggest-item{flex:0 0 auto;margin:0;padding:.35rem .65rem;min-height:36px;border:1.5px solid var(--ink);border-radius:6px;background:#fffdf6;color:var(--ink);font:inherit;font-size:.78rem;white-space:nowrap;cursor:pointer}.shot-field{position:relative;flex:1 1 auto;width:auto;min-width:0}.shot-play{flex:0 0 auto;align-self:stretch;min-width:4.5rem}.shot-play:disabled{opacity:.4;cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}input[type=text]{width:100%;min-width:0;min-height:44px;font:inherit;font-size:16px;padding:.55rem .7rem;border:1.5px solid var(--ink);border-radius:8px;background:#fffdf6;color:var(--ink);outline:none;user-select:text;-webkit-user-select:text}input[type=text]::-webkit-contacts-auto-fill-button,input[type=text]::-webkit-credentials-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}input[type=text]:focus-visible{box-shadow:0 0 0 3px #d99a1f59}.suggest{position:absolute;left:0;right:0;bottom:calc(100% + 4px);z-index:50;margin:0;padding:.25rem 0;list-style:none;max-height:14rem;overflow:auto;border:1.5px solid var(--ink);border-radius:8px;background:#fffdf6;box-shadow:4px 5px #29291f1f;user-select:none;-webkit-user-select:none}.suggest li{display:flex;justify-content:flex-start;gap:.55rem;padding:.4rem .65rem;min-height:44px;align-items:center;font-size:.82rem;cursor:pointer}.suggest li.active,.suggest li:hover{background:var(--paper-deep)}.suggest-title{flex:1 1 auto;min-width:0;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-title b{font-weight:700;color:var(--ink)}.suggest-title>span{font-weight:400;color:var(--ink-soft)}.suggest-meta{flex:0 0 auto;color:var(--ink-soft);font-size:.72rem}.poster-thumb{flex:0 0 auto;width:28px;height:42px;object-fit:cover;border-radius:3px;border:1px solid var(--ink);background:var(--paper-deep)}.poster-thumb-empty{display:inline-block;box-sizing:border-box;opacity:.35}button{font:inherit;font-size:.85rem;font-weight:600;letter-spacing:.04em;border:1.5px solid var(--ink);border-radius:8px;background:var(--ink);color:var(--paper);padding:.55rem .85rem;min-height:44px;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;flex:0 0 auto;white-space:nowrap}button.ghost{background:var(--paper);color:var(--ink)}button:focus-visible{outline:none;box-shadow:0 0 0 3px #d99a1f73}button:active{transform:translateY(1px)}.drawer-dim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:45;margin:0;padding:0;border:none;border-radius:0;background:#29291f33;cursor:pointer;min-height:0}.drawer{position:absolute;left:0;right:0;bottom:0;z-index:50;display:flex;flex-direction:column;background:var(--paper);border-top:1.5px solid var(--ink);border-radius:14px 14px 0 0;transform:translateY(100vh);visibility:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;pointer-events:none;max-height:100%}.drawer.open{transform:translateY(0);visibility:visible;pointer-events:auto;transition:transform .28s cubic-bezier(.22,1,.36,1),visibility 0s}.drawer-60{height:60%}.drawer-70{height:70%}.drawer-auto{height:auto;max-height:min(48dvh,100%)}.drawer-auto .drawer-body{flex:0 1 auto}.drawer-body{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;padding:.35rem 1rem calc(1rem + var(--safe-bottom));-webkit-overflow-scrolling:touch;user-select:text;-webkit-user-select:text}.drawer-body h2{margin:0 0 .5rem;font-size:.95rem;letter-spacing:.14em;text-transform:uppercase}.log{margin:.4rem 0 0;padding:0;list-style:none;font-size:.76rem;color:var(--ink-soft);display:grid;gap:.35rem}.log li.log-film{display:flex;align-items:center;gap:.5rem}.log li.log-film .poster-thumb{width:22px;height:33px}.log li b{color:var(--ink);font-weight:600}.log li.trees{color:var(--pine)}.log li.whiff{color:var(--bad)}.legend{display:flex;flex-wrap:wrap;gap:.4rem;margin:.85rem 0 0}.legend .chip{font-size:.68rem;letter-spacing:.05em;border:1.5px solid var(--ink);border-radius:999px;padding:.28rem .6rem;background:var(--paper);display:inline-flex;align-items:center;gap:.4rem}.legend .chip .swatch{width:14px;height:3px;border-radius:2px;display:inline-block}.legend .chip.dead{opacity:.38;text-decoration:line-through}.footnote{margin-top:.75rem;font-size:.66rem;color:var(--ink-soft);letter-spacing:.03em}.actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.result-sheet .line{font-size:.82rem;margin:.15rem 0}.person-portrait-interactive{cursor:pointer}.person-portrait-interactive:focus{outline:none}.person-portrait-interactive:focus-visible .person-portrait-ring{stroke:var(--hot);stroke-width:3}.person-portrait-interactive:hover .person-portrait-ring{stroke:var(--hot)}.slot-marker-interactive{cursor:pointer}.slot-marker-interactive:focus{outline:none}.slot-marker-interactive:focus-visible .slot-marker-hit,.slot-marker-interactive:hover .slot-marker-hit{stroke:var(--hot)}.person-sheet{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.25rem 0 .15rem}.person-sheet-photo{width:148px;height:148px;object-fit:cover;border-radius:50%;border:2px solid var(--ink);background:var(--paper-deep)}.person-sheet-photo-empty{box-sizing:border-box}.person-sheet h2{margin:.35rem 0 0;text-transform:none;letter-spacing:.02em;font-size:1.05rem}.person-sheet-role{margin:0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.sheet-links{margin:.15rem 0 0;font-size:.8rem;font-weight:600;letter-spacing:.06em}.sheet-link{color:var(--ink);text-decoration:underline;text-underline-offset:.15em}.sheet-links-sep{color:var(--ink-soft);font-weight:500}.person-sheet .footnote{margin-top:.35rem}.film-sheet{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.25rem 0 .15rem}.film-sheet-poster{width:120px;height:180px;object-fit:cover;border-radius:4px;border:2px solid var(--ink);background:var(--paper-deep)}.film-sheet-poster-empty{box-sizing:border-box}.film-sheet h2{margin:.35rem 0 0;text-transform:none;letter-spacing:.02em;font-size:1.05rem}.film-sheet-year{font-weight:500;color:var(--ink-soft)}.film-sheet-role{margin:0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.film-sheet .footnote{margin-top:.35rem}.result-sheet .log{max-height:7.5rem;overflow:auto;overscroll-behavior:contain}.result-sheet .share{max-height:5.5rem;overflow:auto}.share{margin-top:.75rem;background:var(--paper-deep);border:1.5px dashed var(--ink-soft);border-radius:8px;padding:.6rem .7rem;font-size:.76rem;white-space:pre-wrap;word-break:break-word}.summary-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.2rem .75rem;font-size:.8rem;padding:.35rem 0;border-bottom:1.5px dashed var(--dot)}.summary-row>:first-child{flex:1 1 12rem;min-width:0}.summary-row>:last-child{flex:0 0 auto;white-space:nowrap;margin-left:auto}.ball-marker{transition:cx .35s ease,cy .35s ease,opacity .15s ease}.ball-marker-rolling{transition:none}.path-walker{pointer-events:none}.path-walker image{image-rendering:pixelated;image-rendering:crisp-edges}@media(prefers-reduced-motion:reduce){.ball-marker,.drawer{transition:none}.stage{scroll-behavior:auto}.chrome-menu-reveal,.chrome-menu,.chrome-menu-icon>span{transition:none}}.debug-panel{position:absolute;top:.35rem;right:.35rem;bottom:.35rem;left:.35rem;z-index:80;display:flex;flex-direction:column;background:var(--paper);border:1.5px solid var(--ink);border-radius:10px;box-shadow:6px 8px #29291f24;overflow:hidden;pointer-events:auto}.hint-unlock-row{flex:0 0 auto;display:flex;gap:.4rem;padding:.4rem .65rem calc(.45rem + var(--safe-bottom));border-top:1px solid var(--dot);background:var(--paper)}.hint-unlock-btn{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.35rem .5rem;font:inherit;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--ink-soft);background:transparent;border:1.5px solid var(--dot);border-radius:6px;opacity:.55}.hint-unlock-btn.unlocked{color:var(--ink);border-color:var(--ink);opacity:1;background:#fffdf6}.hint-unlock-btn.next{color:var(--ink);background:var(--sand);border-color:var(--ink);opacity:1;cursor:pointer;touch-action:manipulation}.debug-log-bar .hint{color:var(--ink-soft)}.log .hint{color:var(--ink-soft);font-size:.85rem}.debug-head{display:flex;align-items:center;gap:.5rem;padding:.4rem .65rem;border-bottom:1.5px solid var(--ink);flex:0 0 auto}.debug-head h2{margin:0;flex:0 0 auto;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase}.debug-head-meta{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debug-head button{min-height:36px;padding:.35rem .65rem;font-size:.75rem}.debug-muted{color:var(--ink-soft);font-size:.72rem}.debug-legend{display:flex;flex-wrap:wrap;gap:.35rem .55rem;padding:.28rem .65rem;border-bottom:1px solid var(--dot);font-size:.66rem;letter-spacing:.04em;text-transform:uppercase;flex:0 0 auto}.debug-legend>span:before{content:"";display:inline-block;width:.55rem;height:.55rem;margin-right:.3rem;border-radius:2px;vertical-align:-1px;border:1px solid var(--ink)}.debug-legend .status-ball:before{background:var(--hot)}.debug-legend .status-played:before{background:var(--ok)}.debug-legend .status-live:before{background:#fffdf6}.debug-legend .status-dead:before{background:var(--dot);border-color:var(--ink-soft)}.debug-legend .status-trees:before{background:var(--pine)}.debug-legend .status-allow:before{background:transparent;border-style:dashed}.debug-legend .kind-person:before{border-radius:999px;background:var(--sand)}.debug-feedback{margin:0;padding:.3rem .75rem;font-size:.7rem;border-bottom:1px solid var(--dot);flex:0 0 auto}.debug-feedback.ok{color:var(--ok)}.debug-feedback.bad{color:var(--bad)}.debug-dag-scroll{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;touch-action:pan-x pan-y;background:radial-gradient(circle,var(--dot) .7px,transparent .8px) 0 0 / 14px 14px}.debug-dag{display:block;margin:0 auto;font-family:var(--mono)}.debug-dag-edge{stroke:var(--ink-soft);stroke-width:1.5;color:var(--ink-soft);marker-end:url(#debug-arrow);opacity:.55;stroke-linecap:butt;stroke-linejoin:round}.debug-dag-edge.status-live{stroke:var(--ink);color:var(--ink);opacity:.9;stroke-width:1.7}.debug-dag-edge.status-played{stroke:var(--ok);color:var(--ok);opacity:1;stroke-width:2.2}.debug-dag-edge.status-dead{stroke:var(--dot);color:var(--dot);opacity:.35}.debug-dag-edge.status-trees{stroke:var(--pine);color:var(--pine);opacity:.85;stroke-dasharray:4 3}.debug-dag-edge.status-allow{stroke:var(--ink-soft);color:var(--ink-soft);opacity:.7;stroke-dasharray:2 3}.debug-dag-edge.hover{opacity:1;stroke-width:2.4}.debug-dag-node{cursor:default}.debug-dag-node rect{fill:#fffdf6;stroke:var(--ink);stroke-width:1.4}.debug-dag-node text{fill:var(--ink);font-size:10px;text-anchor:start;dominant-baseline:middle;pointer-events:none}.debug-dag-icon{color:var(--ink);pointer-events:none}.debug-dag-icon.kind-music{color:var(--ink-soft)}.debug-dag-node.status-dead .debug-dag-icon{opacity:.85}.debug-dag-node.kind-allow .debug-dag-icon{color:var(--ink-soft)}.debug-dag-node.kind-person rect{fill:var(--sand)}.debug-dag-node.kind-tee rect,.debug-dag-node.kind-pin rect{fill:var(--paper-deep);font-weight:600}.debug-dag-node.status-ball rect{fill:var(--hot);stroke-width:2}.debug-dag-node.status-ball text{fill:var(--ink);font-weight:700}.debug-dag-node.status-played rect{fill:#d7ead0}.debug-dag-node.status-live rect{fill:#fffdf6}.debug-dag-node.status-dead{opacity:.38}.debug-dag-node.status-trees rect{fill:#d5e2d4;stroke:var(--pine)}.debug-dag-node.status-allow rect{fill:transparent;stroke-dasharray:3 2}.debug-dag-node.kind-allow text{fill:var(--ink-soft);font-size:9px}.debug-dag-node.hover rect{stroke-width:2.2}.debug-hover{flex:0 0 auto;margin:0;padding:.25rem .65rem;border-top:1px solid var(--dot);font-size:.68rem}.debug-log-bar{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:.3rem .55rem;list-style:none;margin:0;padding:.28rem .65rem calc(.35rem + var(--safe-bottom));border-top:1px solid var(--dot);font-size:.66rem;color:var(--ink-soft)}.debug-log-bar .ok{color:var(--ok)}.debug-log-bar .trees{color:var(--pine)}.debug-log-bar .whiff{color:var(--bad)}.review{max-width:1280px;margin:0 auto;padding:1.25rem 1rem 3rem;overflow:auto;height:100%;overscroll-behavior:auto;user-select:text;-webkit-user-select:text}.review-head h1{margin:0 0 .4rem;font-size:1.1rem}.review-head p{margin:.35rem 0;color:var(--ink-soft);font-size:.82rem;line-height:1.45;max-width:46rem}.review-nav a{color:var(--ink)}.review-meta{font-size:.75rem;color:var(--ink-soft)}.review-hole{margin-top:1.35rem}.review-hole h2{margin:0 0 .45rem;font-size:.8rem;font-weight:600}.review-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.review-thumb{margin:0;background:var(--paper);border:1.5px solid var(--ink);border-radius:6px;overflow:hidden}.review-map{padding:.15rem;aspect-ratio:8 / 12}.review-map svg{display:block;width:100%;height:100%}.review-thumb figcaption{border-top:1px solid var(--ink-soft);padding:.28rem .4rem;font-size:.68rem;text-align:center;color:var(--ink-soft)}.review-audit{margin:1.25rem 0 0;padding:1rem 1.1rem;background:var(--paper);border:1.5px solid var(--ink);border-radius:6px;font-family:var(--mono);font-size:.78rem;line-height:1.55;white-space:pre-wrap;overflow-x:auto}@media(max-width:720px){.review-row{grid-template-columns:1fr}.review-map{aspect-ratio:auto;min-height:220px}}
