.member-panel {
    display: grid;
    grid-template-columns: 360px 1fr;
    height: 350px;
    background: var(--dunkel);
    border: 1px solid var(--gold);
    border-radius: 4px;
    box-shadow: inset 0 0 80px rgba(122, 111, 100,.08);
    font-family: Georgia, serif;
    color: var(--gold);
}

/* LEFT */
.member-left {
    padding: 20px;
    border-right: 1px solid rgba(200,170,90,.2);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.member-badge {
    border: 1px solid var(--gold);
    padding: 6px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    width: fit-content;
}

.member-avatar {
    width: 200px;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--gold);
	margin: 0 20%;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: auto;
}

.stat {
   
    border: 1px solid var(--gold);
    padding: 10px;
    text-align: center;
}

.stat strong {
    display: block;
    font-size: 14px;
}

.stat span {
    font-size: 10px;
    letter-spacing: 1px;
    opacity: .8;
}

/* RIGHT */
.member-right {
    padding: 30px 40px;
    position: relative;
}

.member-name {
    font-size: 30px;
    color: #e2c46d;
    margin-bottom: 16px;
}

.member-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.member-tags span {
    border: 1px solid var(--gold);
    padding: 6px 12px;
    font-size: 11px;
    letter-spacing: .5px;
}

.member-profile {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: 1px solid var(--gold);
    padding: 8px 14px;
    font-size: 11px;
    color: #e2c46d;
    text-decoration: none;
}

.member-profile:hover {
    background: var(--hell);
}
.member-text {
    margin-top: 22px;
    max-width: 450px;
    height: 120px;
    padding: 14px 16px;
    background: var(--dunkel);
    border-left: 2px solid var(--gold);
    font-size: 13px;
    line-height: 1.6;
    color: var(--gold);
	text-align: left;
    overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
	margin-left: -50px;
}
/**********GRUPPENFARBEN*****************************************************************************/
/************Menschen**************/
g1 {
color: #6b304e;
text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(90deg, #6b304e, #714059, #774e63, #7d5d6e, #836c78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/************Magier**************/
g2 {
color: #6f36a8;
text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(90deg,#6f36a8, #824096, #8a4d87, #8a5c7d, #836c78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/************Sonstige**************/
g3 {
color: #b78424;
	text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(90deg, #b78424, #c07346, #b76b63, #a06a75, #836c78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/************Gruppen**************/
g4 {
color: #4a44ec;
text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(90deg, #4a44ec, #615ce1, #7671d5, #8886c6, #9a99b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/************Gruppen**************/
g5 {
color: #947a40;
text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(90deg, #947a40, #937d4a, #938055, #92835f, #928669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/************Gruppen**************/
g6 {
color: #a83244;
text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
    background-image: linear-gradient(90deg, #a83244, #a94c59, #a8636c, #a5787f, #a08d90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
