/* ASCII Art Decorations */

.ascii-deco {
    position: absolute;
    font-family: var(--font);
    color: var(--text-faint);
    opacity: 0.5;
    font-size: 0.75rem;
    white-space: pre;
    pointer-events: none;
}

.ascii-deco.beans {
    bottom: -18px;
    left: -35px;
}

.ascii-deco.coins {
    top: -8px;
    right: -35px;
}

.ascii-deco.building {
    bottom: -18px;
    right: -45px;
}

/* Cup tiers — just get bolder */
.ascii-cup.tier-1 { color: var(--text); }
.ascii-cup.tier-2 { color: var(--accent); }
.ascii-cup.tier-3 { color: var(--accent); font-weight: 700; }
.ascii-cup.tier-4 { color: var(--accent); font-weight: 700; }
