.tool-overlay-life_choices_paper_toss .tool-panel { max-width: 850px; }
.life-choices-game { color: #16334a; }
.life-choices-progress,.life-choices-kicker { margin: 0; color: #46687f; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.life-choices-instruction { margin: .25rem 0 .7rem; }
.life-choices-arena { position: relative; min-height: min(60vh, 500px); overflow: hidden; border-radius: 20px; outline: none; background: #c7d7df; touch-action: none; isolation: isolate; }
.life-choices-arena:focus-visible { box-shadow: 0 0 0 3px #287aab; }
.life-choices-backdrop { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(12,37,57,.08),rgba(12,37,57,.34)), url('/images/tools/life-choices-office.webp') center/cover; z-index: 0; }
.life-choices-label { position: absolute; z-index: 3; width: min(31%, 220px); padding: .35rem .5rem; color: #fff; background: rgba(12,34,52,.73); border-radius: 9px; text-align: center; font-weight: 700; line-height: 1.2; text-shadow: 0 1px 1px #000; transform: translateX(-50%); }
.life-choices-bin { position: absolute; z-index: 2; top: 26%; width: min(23%, 165px); height: auto; display: block; object-fit: contain; user-select: none; pointer-events: none; }
.life-choices-left-bin { left: 0; }.life-choices-right-bin { right: 0; }
.life-choices-launch { position: absolute; z-index: 2; bottom: 0; left: 26%; width: 48%; height: 29%; border-top: 1px dashed rgba(255,255,255,.32); display: grid; place-items: end center; background: linear-gradient(0deg,rgba(8,28,42,.2),transparent); }
.life-choices-ball { width: 72px; max-width: 35%; margin-bottom: 12px; user-select: none; will-change: transform; }.life-choices-ball.is-throwing { filter: drop-shadow(0 7px 4px rgba(0,0,0,.25)); }
.life-choices-status { min-height: 1.5rem; margin: .55rem 0; color: #31546a; }.life-choices-retry { margin-top: -.25rem; }
.life-choices-results { max-width: 630px; margin: auto; }.life-choices-results h3 { margin: .15rem 0 .55rem; }.life-choices-result-list { display: grid; gap: .45rem; margin: 1rem 0; }.life-choices-result-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem .65rem; background: #f0f6f8; border-radius: 9px; }.life-choices-result-list span { color: #52697a; text-align: right; font-size: .9rem; }.life-choices-finishing { padding: 3rem 1rem; text-align: center; }
@media (max-width: 560px) { .life-choices-arena { min-height: 430px; border-radius: 14px; }.life-choices-label { width: min(41%, 180px); font-size: .86rem; }.life-choices-launch { left: 15%; width: 70%; }.life-choices-result-list div { display: block; }.life-choices-result-list span { display: block; text-align: left; margin-top: .15rem; } }
@media (prefers-reduced-motion: reduce) { .life-choices-bin,.life-choices-ball { transition: none !important; } }
