/* 🎖️ ATLAS-CIV-CLICKER | BADGE SYSTEM (v7.9.12) */
/* @ui-render @ui-upgrade @badges @v3.8-premium */

/* 2x Score Badge für Elite-Forschung */
.score-badge-2x {
    position: absolute;
    top: 15px; left: 15px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #000;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.4);
    z-index: 20;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Elite Level Badge (Römische Ziffern auf Gelb) */
.elite-lvl-badge {
    position: absolute;
    top: 50%; right: 20px;
    transform: translateY(-50%);
    width: 42px; height: 42px;
    background: var(--color-gold);
    color: #000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
    z-index: 15;
}

.elite-lvl-badge i { font-size: 1.1rem; }
.elite-lvl-badge span { font-size: 1rem; font-weight: 900; line-height: 1; }

/* Rathaus Rang Plakette */
.rathaus-rank-badge {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--color-gold);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rathaus-rank-badge span {
    font-size: 0.9rem;
}
