.description {
    background: rgba(255, 255, 255, 0.80); /* gris pâle transparent */
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 10px 12px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 13px;
    color: #ddd;
    line-height: 1.45;
    max-height: 160px;
    overflow-y: auto;
}

.description h2 {
    font-size: 16px;
    margin: 10px 0 4px;
    color: #4da3ff;
}

.description a {
    color: #82c3ff;
    text-decoration: none;
    font-weight: 600;
}

.description a:hover {
    color: #b4d9ff;
}





.mod-result {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 18px;
    display: flex;
    gap: 18px;
}

.description {
    font-size: 13px;
    color: #ddd;
    line-height: 1.45;
    max-height: 140px;
    overflow-y: auto;
    padding-right: 6px;
    margin-top: 6px;
}

.description h2 {
    font-size: 16px;
    margin-top: 10px;
    color: #4da3ff;
}

.description a {
    color: #82c3ff;
    text-decoration: none;
    font-weight: 600;
}

.description a:hover {
    color: #b4d9ff;
}

.description {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 10px 12px;
    border-radius: 8px;
    margin-top: 10px;      /* ← IMPORTANT */
}

.description {
    margin: 10px 0 0 0;    /* marge en haut */
}








body {
    background: linear-gradient(135deg, #0d0d0f, #1a1b1f);
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
    padding: 40px;
}

.panel {
    max-width: 900px;
    margin: auto;
}

.card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(20px);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    background: rgba(255,255,255,0.15);
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

button:hover {
    background: rgba(255,255,255,0.25);
}

button.danger {
    background: rgba(255,0,0,0.25);
}

.modlist li {
    margin-bottom: 10px;
}

pre {
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 10px;
    max-height: 500px;
    overflow-y: auto;
}

a {
    color: #4da3ff;
    font-weight: 600;
}
a:hover {
    color: #82c3ff;
}


