.pr-expense-card{width:100%;max-width:320px;text-align:center;padding:14px 18px}.pr-expense-icon{font-size:2.2rem}.pr-expense-desc{font:800 1.05rem/1.3 var(--game-font-body);margin-top:6px}.pr-expense-amount{font:700 1.5rem/1 var(--game-font-mono);color:var(--game-accent-yellow);margin-top:6px}#pr-timerbar-wrap{max-width:320px;height:10px}.pr-choice-row{display:flex;gap:12px;width:100%;max-width:320px}.pr-choice-row .game-btn{flex:1}.pr-expense-card.pr-slide-spend{animation:pr-slide-left .3s ease forwards}.pr-expense-card.pr-slide-save{animation:pr-slide-right .3s ease forwards}@keyframes pr-slide-left{to{transform:translate(-120%) rotate(-8deg);opacity:0}}@keyframes pr-slide-right{to{transform:translate(120%) rotate(8deg);opacity:0}}.pr-chart-wrap{position:relative;width:100%;max-width:480px;height:120px;flex-shrink:1;min-height:0}#pr-chart,#pr-chart svg{display:block;width:100%;height:100%;object-fit:fill}#pr-emergency-wrap{max-width:320px;height:14px}#pr-emergency-label{text-align:center}@media(max-height:700px){.pr-expense-card{padding:12px 16px}.pr-expense-icon{font-size:2rem}.pr-expense-amount{font-size:1.3rem}.pr-chart-wrap{height:110px}}@media(max-height:580px){.pr-expense-card{padding:8px 14px}.pr-expense-icon{font-size:1.6rem}.pr-expense-desc{font-size:.95rem;margin-top:4px}.pr-expense-amount{font-size:1.1rem;margin-top:4px}.pr-chart-wrap{height:80px}}
