.money-game-layout { display: flex; gap: 20px; align-items: flex-start; justify-content: center; max-width: 800px; margin: 0 auto 50px; flex-wrap: wrap; }
.money-game-layout.no-sidebar { max-width: 560px; }
.money-game { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.10); max-width: 560px; flex: 1 1 400px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: #222; }
.money-game * { box-sizing: border-box; }
.money-game button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; min-height: 44px; }
.money-game h3 { margin: 0 0 6px; font-size: 22px; text-align: center; color: #1e293b; }
.money-game-sub { text-align: center; color: #6b7280; font-size: 14px; margin-bottom: 20px; }

.money-game-step { display: none; }
.money-game-step.is-active { display: block; }

.money-game-name-input {
    display: block; width: 100%; max-width: 260px; margin: 0 auto 14px; padding: 10px 14px;
    border: 2px solid #d1d5db; border-radius: 100px; font-size: 16px; text-align: center; font-weight: 600;
}
.money-game-name-input:focus { outline: none; border-color: #d97706; }
.money-game-greeting { text-align: center; font-weight: 700; color: #d97706; margin-bottom: 10px; font-size: 15px; }

/* ---- Bestenlisten-Seitenleiste ---- */
.money-game-sidebar {
    background: #fdf9ee; border: 2px solid #ffe4a3; border-radius: 16px; padding: 18px 18px 10px;
    width: 240px; flex: 0 0 240px; box-sizing: border-box; max-height: 420px; overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.money-game-sidebar .money-game-choice-label { margin-top: 0; text-align: center; }
.money-game-lb-list { list-style: none; margin: 8px 0 0; padding: 0; }
.money-game-lb-list li { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 13.5px; border-bottom: 1px solid #f5e8c4; }
.money-game-lb-list li:last-child { border-bottom: none; }
.money-game-lb-rank { width: 24px; text-align: center; font-weight: 700; flex-shrink: 0; }
.money-game-lb-name { flex: 1; font-weight: 600; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.money-game-lb-points { font-weight: 700; color: #d97706; white-space: nowrap; }
.money-game-lb-empty { font-size: 13px; color: #92702c; text-align: center; margin: 10px 0 6px; }

.money-game-choice-label { font-weight: 700; font-size: 14px; margin: 16px 0 8px; color: #374151; text-align: center; }
.money-game-choice-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.money-game-choice-btn {
    border: 2px solid #d1d5db; background: #f9fafb; border-radius: 12px; padding: 12px 18px; cursor: pointer;
    font-size: 14px; font-weight: 700; transition: all 0.15s;
    touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.money-game-choice-btn:hover { border-color: #d97706; background: #fef3e2; }
.money-game-choice-btn.is-selected { border-color: #d97706; background: #d97706; color: #fff; }

.money-game-start-btn {
    display: block; margin: 24px auto 0; background: #16a34a; color: #fff; border: none; border-radius: 100px;
    padding: 14px 36px; font-size: 17px; font-weight: 700; cursor: pointer; transition: background 0.15s;
}
.money-game-start-btn:hover { background: #15803d; }
.money-game-start-btn:disabled { background: #d1d5db; cursor: not-allowed; }

.money-game-score { display: flex; justify-content: center; gap: 24px; margin-bottom: 18px; font-size: 14px; font-weight: 700; }
.money-game-score-correct { color: #16a34a; }
.money-game-score-wrong { color: #dc2626; }

.money-game-problem-box { text-align: center; padding: 10px 0 20px; }

/* ---- Münzen und Scheine ---- */
.money-game-coins { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center; min-height: 90px; margin-bottom: 16px; }
.money-coin {
    display: flex; align-items: center; justify-content: center; border-radius: 50%;
    background: linear-gradient(145deg, #fde68a, #d97706); color: #4a2e00; font-weight: 800;
    box-shadow: 0 3px 6px rgba(0,0,0,0.25), inset 0 0 0 2px rgba(255,255,255,0.4);
}
.money-coin-small { width: 46px; height: 46px; font-size: 13px; }
.money-coin-big { width: 62px; height: 62px; font-size: 15px; background: linear-gradient(145deg, #fef3c7, #b45309); }
.money-note {
    display: flex; align-items: center; justify-content: center; border-radius: 6px;
    background: linear-gradient(135deg, #86efac, #16a34a); color: #fff; font-weight: 800; font-size: 16px;
    width: 90px; height: 48px; box-shadow: 0 3px 6px rgba(0,0,0,0.25); border: 2px dashed rgba(255,255,255,0.6);
}

.money-game-question { font-size: 15px; color: #6b7280; margin-bottom: 16px; }
.money-game-answer-row { display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap; }

.money-game-feedback { text-align: center; min-height: 90px; padding-top: 10px; }
.money-game-feedback-emoji { font-size: 60px; display: inline-block; animation: mg-pop 0.4s ease; }
@keyframes mg-pop { 0% { transform: scale(0.3); opacity: 0; } 60% { transform: scale(1.15); opacity: 1; } 100% { transform: scale(1); } }
.money-game-feedback-text { font-size: 16px; font-weight: 700; margin-top: 8px; }
.money-game-feedback-text.is-correct { color: #16a34a; }
.money-game-feedback-text.is-wrong { color: #dc2626; }

.money-game-back-btn { display: block; margin: 18px auto 0; background: none; border: none; color: #6b7280; font-size: 13px; cursor: pointer; text-decoration: underline; }

@media (max-width: 700px) {
    .money-game-layout { flex-direction: column; align-items: stretch; }
    .money-game-sidebar { width: 100%; flex-basis: auto; max-height: 220px; order: 2; }
}
