.round-app{display:flex;flex-direction:column;min-height:100dvh;max-width:var(--measure);margin:0 auto;padding:0 var(--gutter);font-size:var(--ui)}@keyframes fade{0%{opacity:0}to{opacity:1}}.round-card,.reveal,.connect-card{animation:fade .2s ease-out}@keyframes nudge{0%,to{transform:translate(0)}33%{transform:translate(-2px)}66%{transform:translate(2px)}}.round-bar .guess input[data-nudge=true]{animation:nudge .12s ease-in-out}@media(prefers-reduced-motion:reduce){.round-card,.reveal,.connect-card,.round-bar .guess input[data-nudge=true]{animation:none}}.round-app.booting .round-top,.round-app.booting .card-head>:not(.banner),.round-app.booting .round-voice,.round-app.booting .round-bar,.round-app.booting .bar-foot{visibility:hidden}.round-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:var(--tap);padding:.75rem 0 .5rem;color:var(--muted)}.round-top .shelf-link{display:inline-flex;align-items:center;min-height:var(--tap);min-width:0;color:var(--text);font-weight:800;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.round-top .shelf-link:hover{color:var(--accent)}.bar-foot{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:.25rem 0 .5rem}.bar-foot:empty{display:none}.round-foot{margin:0;font-size:.8125rem;color:var(--muted)}.round-foot button.link{min-height:0;font-size:inherit;font-weight:600;color:var(--muted)}.round-card{flex:0 0 auto;display:flex;flex-direction:column;margin-bottom:12px}.round-card .card-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem}.card-head .banner{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;color:var(--text)}.round-app[data-boot=dark] .banner,.round-app[data-boot=title] .banner{color:var(--accent)}.card-head .banner[data-settling=true],.reveal h3.who[data-settling=true]{transition:color .6s ease-out}.status{display:flex;align-items:center;gap:.4rem;font-variant-numeric:tabular-nums;white-space:nowrap}.readout{display:inline-flex;align-items:center;min-height:2rem;padding:0 .75rem;border-radius:var(--pill);background:var(--field);color:var(--text);font-size:.8125rem;font-weight:600;letter-spacing:.01em}.readout.qleft{color:var(--muted)}.readout.points[data-drop=true]{background:var(--accent);color:var(--on-accent)}.readout.clock.hold{color:var(--muted)}.readout.speed{color:var(--accent);font-variant-numeric:tabular-nums}.readout.speed.hold{color:var(--muted)}.round-voice{flex:1 1 auto;padding:.25rem 0 .5rem}.round-voice p{margin:0 0 1rem}.round-voice .voice{font-size:var(--voice-size);font-weight:600;line-height:1.3;letter-spacing:-.01em}.round-voice .opening{margin-bottom:1.25rem}.round-voice .turn{padding-top:1rem;border-top:1px solid var(--hairline)}.round-voice .you{margin:0 0 .5rem;color:var(--muted);font-size:var(--ui)}.round-voice .you strong{font-weight:700}.guess-line{margin:0 0 1rem;padding-top:1rem;border-top:1px solid var(--hairline);color:var(--muted)}.guess-line .label{color:var(--text);font-weight:700}.guess-line.wrong .cost{display:inline-block;margin-left:.5rem;padding:0 .5rem;border-radius:var(--pill);background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:700}.guess-line.right .label{color:var(--success)}.round-voice .note{margin:0 0 .75rem}.round-bar{position:sticky;bottom:0;z-index:2;margin:0 calc(-1 * var(--gutter));padding:.75rem var(--gutter) max(.75rem,env(safe-area-inset-bottom));border-radius:var(--radius-card) var(--radius-card) 0 0;background:var(--card);box-shadow:0 -8px 32px #3c1e140f;display:flex;flex-direction:column;gap:.5rem;margin-top:auto}:root[data-theme=dark] .round-bar{box-shadow:0 -8px 32px #0006}.round-bar form{display:flex;gap:.5rem;align-items:center}.round-bar input,.connect-form input,.sign-in input,.search-panel input,.reveal .markdown{flex:1 1 auto;min-width:0;min-height:var(--tap);padding:0 1rem;border:0;border-radius:var(--radius);background:var(--field);color:var(--text);font:inherit;font-size:var(--ui);caret-color:var(--accent)}.round-bar input::placeholder,.connect-form input::placeholder,.sign-in input::placeholder,.search-panel input::placeholder{color:var(--muted)}.round-bar input:focus-visible,.connect-form input:focus-visible,.sign-in input:focus-visible,.search-panel input:focus-visible,.reveal .markdown:focus-visible{outline:3px solid var(--ring);outline-offset:0}.round-bar input:disabled{opacity:.6}.round-bar .guess .cost{font-size:.75rem;color:var(--muted);white-space:nowrap}.round-bar .moves{display:flex;flex-direction:column;gap:.25rem}.round-bar .side{display:flex;gap:.25rem;justify-content:space-between}@media(min-width:40rem){.round-bar .moves{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.round-bar .guess{flex:1 1 auto}}.search-panel{display:flex;flex-direction:column;gap:.5rem;padding:.25rem 0 .75rem;border-bottom:1px solid var(--hairline);max-height:55dvh;overflow-y:auto}.search-panel .note{margin:0}.search-panel .keep{flex-wrap:wrap}.search-panel .keep input[type=url]{flex-basis:100%}.search-panel .kept{list-style:none;margin:0;padding:0}.search-panel .kept li{padding:.5rem 0;border-top:1px solid var(--hairline)}.search-panel .kept a{font-weight:600}.search-panel .close{align-self:flex-start}.reveal{margin-bottom:12px}.reveal .outcome{margin:0 0 .5rem;color:var(--muted);font-weight:600}.reveal .scoreline{display:flex;flex-wrap:wrap;gap:.25rem 1rem;align-items:baseline;margin:0 0 .75rem;color:var(--muted);font-size:.875rem}.reveal .scoreline strong{color:var(--text);font-size:1.25rem;font-weight:800}.reveal h3.who{margin:0 0 1rem;font-size:calc(var(--voice-size) * 1.2);font-weight:800;letter-spacing:-.02em;line-height:1.2;color:var(--text)}.reveal h3.who:has(.secret[data-resolved=false]){color:var(--accent)}.reveal h3.who .secret{letter-spacing:.01em}.reveal .voice{font-size:var(--voice-size);font-weight:600;line-height:1.3;letter-spacing:-.01em}.reveal h4,.board h4{margin:1.5rem 0 .5rem;padding-top:1rem;border-top:1px solid var(--hairline);color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.reveal .misses ul{list-style:none;margin:0 0 1rem;padding:0}.reveal .misses li{padding:.6rem 0;border-top:1px solid var(--hairline);font-size:1.05rem;line-height:1.45}.reveal .misses li:first-child{border-top:0;padding-top:0}.reveal .misses .guess-name{font-weight:800}.reveal .misses .why{font-weight:500}.reveal .parting{color:var(--muted)}.reveal .after{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:1rem 0}.reveal .after .hint{padding:.15rem .5rem;border-radius:6px;background:var(--field);color:var(--muted);font:inherit;font-size:.75rem;font-weight:600}.reveal .after-voice{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--hairline)}.reveal .share{display:inline-block;max-width:100%;margin:0;padding:.85rem 1.1rem;border:2px dashed var(--accent);border-radius:var(--radius);color:var(--text);font:inherit;font-weight:600;line-height:1.6;white-space:pre;overflow-x:auto}.reveal .next{margin:0 0 1rem}.reveal .markdown{width:100%;margin:0 0 1rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.45;resize:vertical}.board .you{margin:0 0 .75rem;font-weight:600}.board-table{width:100%;margin:0 0 1rem;border-collapse:collapse;font-variant-numeric:tabular-nums}.board-table th,.board-table td{padding:.5rem .25rem;border-bottom:1px solid var(--hairline);text-align:left}.board-table tr:last-child td{border-bottom:0}.board-table th{color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.board-table td:first-child,.board-table th:first-child{width:2.5rem;color:var(--muted)}.board-table td:nth-child(2){font-weight:600}.board-table td:nth-child(3),.board-table td:nth-child(4),.board-table th:nth-child(3),.board-table th:nth-child(4){text-align:right;white-space:nowrap}.sign-in .row{display:flex;gap:.5rem}.sign-in .note{margin:0 0 .75rem}.connect .question{margin:0 0 1rem}.connect-card{margin-top:.25rem}.connect-form{display:flex;flex-direction:column;gap:.75rem}.connect-form h2{margin:0;font-size:1.15rem}.connect-form .get-key{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;color:var(--muted)}.connect-form .get-key a{display:inline-flex;align-items:center;min-height:var(--tap);padding:0 .9rem;border-radius:var(--pill);background:var(--field);color:var(--text);font-weight:600;text-decoration:none}.connect-form .get-key a:hover{color:var(--accent)}.connect-form .row{display:flex;gap:.5rem}.connect-form .note{margin:0}.horror-painting{margin:1rem 0 3rem;overflow:hidden;border:10px solid #050505;background:#050505}.horror-painting img{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover}@media(max-width:480px){.connect-form .row{flex-direction:column}}
