body .chooser .choice-art{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;flex:0 0 72px;width:72px;height:72px;padding:0;display:block}body .chooser .choice{text-align:left;background:var(--paper);min-width:0}body .chooser .choice.selected{background:var(--surface-subtle)}body .chooser .choice .choice-indicator{border:1.5px solid var(--line-strong);background:0 0;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}body .chooser .choice.selected .choice-indicator:after{content:"";background:var(--ink);border-radius:50%;width:8px;height:8px}body .chooser .choice:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.chooser .chooser-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.chooser .chooser-top{align-items:center}body .chooser .chooser-back{min-height:44px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;flex-shrink:0;align-items:center;gap:8px;margin-left:auto;padding:0;display:inline-flex}.chooser .chooser-back:disabled{visibility:hidden}body .chooser.chooser-home{--panel-inset:24px;padding:var(--panel-inset);border-radius:var(--radius-panel);background:var(--surface-subtle);box-shadow:none;text-align:left;border:0;margin:0;scroll-margin-top:88px;display:block}body .chooser-home .chooser-question .chooser-header{align-items:flex-start;margin-bottom:20px}body .chooser-home .chooser-question h2{flex:1;min-width:0;max-width:none;margin:0;scroll-margin-top:88px}.chooser-home h2:focus{outline:none}body .chooser-home .choice-group{grid-template-columns:repeat(var(--choice-count,3),minmax(0,1fr));gap:12px}body .chooser-home .choice{background:var(--paper);min-width:0;min-height:80px;color:var(--ink);transition:background-color var(--motion-control) var(--ease-control),color var(--motion-control) var(--ease-control);border:0;border-radius:16px;gap:12px;padding:16px;position:relative}body .chooser-home .choice-art{transition:opacity var(--motion-control) var(--ease-control)}.chooser-home .choice>span{min-width:0}body .chooser-home .choice strong{font-size:var(--type-body-size);letter-spacing:var(--tracking-body);line-height:24px}body .chooser-home .choice.selected{background:var(--ink);color:var(--paper)}body .chooser-home .choice.selected .choice-indicator{border-color:var(--paper);background:var(--paper)}body .chooser-home .choice:active{background:var(--surface-pressed);transition-duration:0s}body .chooser-home .choice.selected:active{background:var(--ink-80)}body .chooser.results .chooser-header{align-items:flex-start}body .chooser.results .chooser-header h2{flex:1;min-width:0;margin:0}.chooser-home .result-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:24px 0}.chooser-home .result-row{background:var(--paper);border:0;border-radius:20px;min-width:0;padding:24px}.chooser-home .result-limit{margin-top:8px}.chooser-home .chooser-result-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;margin-top:24px;display:flex}.chooser-home .result-list:has(.result-row:only-child){grid-template-columns:minmax(0,1fr)}@media (hover:hover) and (pointer:fine){body .chooser-home:not([data-keyboard=true]) .choice:hover:not(:active){background:var(--surface-card-hover)}body .chooser-home:not([data-keyboard=true]) .choice.selected:hover:not(:active){background:var(--ink-80)}.chooser-home:not([data-keyboard=true]) .choice:hover .choice-art{opacity:var(--media-hover-opacity)}body .chooser .chooser-back:hover{color:var(--ink)}}@media (max-width:900px){body .chooser-home .choice-group{grid-template-columns:repeat(2,minmax(0,1fr))}.chooser-home .choice:last-child:nth-child(odd){grid-column:1/-1}}@media (max-width:760px){body .chooser.chooser-home{--panel-inset:20px}.chooser-home .chooser-header{gap:8px}body .chooser-home .choice-group{grid-template-columns:1fr}body .chooser-home .choice{gap:12px;min-height:72px;padding:12px 16px}body .chooser-home .choice .choice-indicator{flex-basis:20px;width:20px;height:20px}.chooser-home .result-list{grid-template-columns:1fr;gap:16px}.chooser-home .result-row{padding:20px}.chooser-home .chooser-result-actions{align-items:flex-start;gap:16px}}@media (max-width:360px){body .chooser .choice{gap:10px;padding-inline:16px}body .chooser .choice-art{flex-basis:64px;width:64px;height:64px}}@media (prefers-reduced-motion:reduce){.chooser-home .choice,.chooser-home .choice-art{transition:none}}body .chooser-home[data-keyboard=true] :is(.choice,.choice-art,.choice-indicator,button,.text-link){transition:none}
