.core-logo {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-aria {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.logo-footer {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.core-top-column {
    width: 1000px;
    background-color: #666;
    border: 10px solid #555;
    padding: 15px;
    border-radius: 0px 25px 25px 0px;
    box-sizing: border-box;
}

/* Ligne du haut avec les deux colonnes côte à côte */
.core-top-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

/* Colonne de gauche : Organisations */
.core-middle-column-left {
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
	display: none;
}

.core-left-top {
    background-color: #666;
    border: 10px solid #555;
    padding: 15px;
    border-radius: 25px;
    box-sizing: border-box;
}

/* Bloc du bas — Objets */
.core-middle-column-bottom {
    width: 1220px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.core-middle-bottom {
    background-color: #666;
    border: 10px solid #555;
    padding: 15px;
    border-radius: 25px 25px 25px 25px;
    box-sizing: border-box;
}

/* ============ Composants objets ============ */

.item-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #555;
    padding: 5px 0;
    border-bottom: 2px solid #333;
    text-align: center;
}

.item-row {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.item-icon {
    width: 50px;
    text-align: center;
}

.item-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: middle;
}

.item-quantity {
    width: 80px;
    text-align: center;
}

.item-name {
    flex: 1;
    text-align: left;
    padding-left: 10px;
}

.item-tagorga {
    text-align: center;
    width: 80px;
}

.item-players {
    width: 200px;
    text-align: center;
    padding-right: 10px;
}

.item-previewicon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: middle;
}

/* ======= Filtres ======= */

.filter-bar button,
.filter-bar input,
.filter-bar select {
    background-color: #555;
    color: white;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 5px;
}

.filter-bar button:hover {
    background-color: #777;
}
