/* TavernWall v6.3.29 Launch Checklist + Badges + Mentions */

.mention-link {
    color: #ffd955;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255,217,85,.55);
}
.mention-link:hover {
    color: #fff1a6;
    border-bottom-color: #fff1a6;
}

.achievements-hero,
.launch-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.achievement-score,
.launch-score {
    min-width: 150px;
    padding: 14px 16px;
    border: 1px solid rgba(255,217,85,.35);
    border-radius: 18px;
    background: rgba(255,217,85,.08);
    text-align: center;
}
.achievement-score span,
.launch-score span {
    display: block;
    color: var(--muted);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.achievement-score strong,
.launch-score strong {
    display: block;
    color: #ffd955;
    font-size: 34px;
    line-height: 1;
}
.launch-score.good {
    border-color: rgba(116,220,138,.45);
    background: rgba(116,220,138,.08);
}
.launch-score.warn {
    border-color: rgba(255,217,85,.35);
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.achievement-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 134px;
}
.achievement-card.locked {
    opacity: .58;
    filter: grayscale(.45);
}
.achievement-card.earned {
    border-color: rgba(255,217,85,.55) !important;
    background:
        radial-gradient(circle at top right, rgba(255,217,85,.12), transparent 40%),
        rgba(0,0,0,.14) !important;
}
.achievement-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 30px;
    border: 1px solid rgba(255,217,85,.28);
    background: rgba(0,0,0,.18);
}
.achievement-card h2 {
    margin: 0 0 4px;
    color: #ffd955;
    font-size: 20px;
}
.achievement-card p {
    margin: 0 0 6px;
    line-height: 1.35;
}
.achievement-card small {
    color: var(--muted);
}

.profile-badges-card .mini-link {
    display: inline-block;
    margin-top: 8px;
}
.profile-badge-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.profile-badge-strip span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border: 1px solid rgba(255,217,85,.28);
    border-radius: 999px;
    background: rgba(255,217,85,.08);
    font-size: 12px;
    font-weight: 900;
}
.profile-badge-strip b {
    font-size: 16px;
}

.launch-check-table td {
    vertical-align: top;
}
.launch-check-table .check-ok td:first-child {
    color: #8ee6a2;
    font-weight: 900;
}
.launch-check-table .check-bad td:first-child {
    color: #ffd955;
    font-weight: 900;
}

.admin-hub-card[href="admin_launch_checklist.php"] {
    border-color: rgba(255,217,85,.45);
}

@media (max-width: 720px) {
    .achievements-hero,
    .launch-hero {
        display: grid;
    }
    .achievement-score,
    .launch-score {
        width: 100%;
    }
}
