:root {
	--col-bg:        #f5eef0;
	--col-bg-light:  #faf7f8;
	--col-nav:       #e8dde5;
	--col-accent:    #c9a8b2;
	--col-accent2:   #8b5e6e;
	--col-border:    #d4c5d0;
	--col-text:      #3b3b3b;
	--col-text-soft: #9b7080;
}

#profil_wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Jost', sans-serif;
	background: transparent;
}

/* ── HERO ── */
#profil_hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

#profil_hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(190deg, #ffdde0cc 5%, #806c9a99 70%);
	z-index: 1;
	pointer-events: none;
}

/* ── ZEILE 1: Name + Icons ── */
#profil_hero_top {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 36px;
	background: rgba(245, 238, 240, 0.6);
	backdrop-filter: blur(4px);
}

#profil_name_wrap {
	display: flex;
	align-items: stretch;
	gap: 16px;
}

.profil_hero_vline {
	width: 2px;
	background: linear-gradient(180deg, #ffdde0, #806c9a);
	border-radius: 2px;
	flex-shrink: 0;
	align-self: stretch;
	min-height: 50px;
}

#profil_charname {
	font-family: "DMSerifDisplay-Regular", serif;
	font-size: 48px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	letter-spacing: 2px;
	color: #3d1f2e;
	text-shadow: 0 2px 12px rgba(255,255,255,0.6);
	margin-bottom: 4px;
}

#profil_usertitle {
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--col-text-soft);
}

#profil_hero_icons {
	display: flex;
	gap: 14px;
	align-items: center;
}

.profil_hero_icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #54426c !important;
	font-size: 30px;
	text-decoration: none;
	transition: color 0.2s;
}

.profil_hero_icon:hover {
	color: #8b5e6e !important;
}

.profil_hero_icon i {
	color: #54426c;
	font-size: 25px;
}

.profil_hero_icon .fa-radio {
	position: relative;
	top: -1px;
	right: 20px;
}

.profil_hero_icon:hover i {
	color: #8b5e6e;
}

/* ── ZEILE 2+3: Pinnwand + Facts + Avatar ── */
#profil_hero_bottom {
	position: relative;
	z-index: 2;
}

#profil_avatar_wrap {
	position: absolute;
	z-index: 3;
	left: 36px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(245, 238, 240, 0.55);
	backdrop-filter: blur(4px);
	padding: 10px;
}

#profil_avatar_wrap img {
	width: 250px;
	height: 400px;
	object-fit: cover;
	object-position: top center;
	display: block;
}

/* Zeile 2: Pinnwand */
#profil_pinterest_bg {
	width: 100%;
	height: 420px;
	overflow: hidden;
	pointer-events: none;
	position: relative;
}

#profil_pinterest_bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(190deg, #ffdde0cc 5%, #806c9a99 70%);
	z-index: 1;
	pointer-events: none;
}

#profil_pinterest_bg #pinterest-container {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	pointer-events: none;
	filter: saturate(0.55) opacity(0.9);
}

#profil_pinterest_bg #pinterest-container > span,
#profil_pinterest_bg #pinterest-container iframe {
	width: 100% !important;
	min-width: 100% !important;
}

/* Zeile 3: Facts */
#profil_facts_grid {
	width: 100%;
	background: rgba(245, 238, 240, 0.55);
	backdrop-filter: blur(4px);
	padding: 16px 36px;
	border-top: 1px solid rgba(212,197,208,0.4);
	position: relative;
	overflow: hidden;
}

.profil_facts_row1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 320px;
}

.profil_facts_divider {
	width: 100%;
	height: 1px;
	background: rgba(212,197,208,0.3);
	margin: 4px 0;
	position: relative;
	z-index: 1;
}

.profil_facts_row2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.profil_facts_row2 .profil_fact_item {
	width: 25%;
}

#profil_facts_name_bg {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 60px;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
	gap: 0;
}

.profil_playedby_label {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #8b5e6e;
	opacity: 0.15;
	white-space: nowrap;
}

.profil_playedby_name {
	font-family: "DMSerifDisplay-Regular", serif;
	font-style: italic;
	font-size: 110px;
	font-weight: 300;
	color: #8b5e6e;
	opacity: 0.1;
	white-space: nowrap;
	letter-spacing: 4px;
	line-height: 1;
}

#profil_facts_grid > *:not(#profil_facts_name_bg) {
	position: relative;
	z-index: 1;
}

.profil_fact_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	padding: 8px 20px;
	width: 33.33%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.profil_fact_label {
	font-size: 10px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--col-text-soft);
	display: flex;
	align-items: center;
	gap: 5px;
}

.profil_fact_label i {
	font-size: 10px;
	color: var(--col-accent);
}

.profil_fact_value {
	font-size: 12px;
	color: #4a3540;
	font-family: "DMSerifDisplay-Regular", serif;
	text-transform: uppercase;
}

.profil_instaroid {
	display: none;
}

/* ── TAB-NAVIGATION ── */
#profil_tabs_wrapper {
	display: flex;
	flex-direction: column;
}

#profil_tabs_wrapper input[type="radio"] {
	display: none;
}

#profil_tabnav {
	background: var(--col-nav);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid var(--col-border);
	border-bottom: 2px solid var(--col-accent);
}

.tab_label {
	padding: 12px 22px;
	font-size: 8px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	color: var(--col-text-soft);
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	transition: color 0.2s;
}

.tab_label i {
	font-size: 14px;
	opacity: 0.55;
	transition: opacity 0.2s;
}

.tab_label:hover { color: var(--col-accent2); }
.tab_label:hover i { opacity: 1; }

#profil_tabs_wrapper input#ptab1:checked ~ #profil_tabnav .tab_label[for="ptab1"],
#profil_tabs_wrapper input#ptab2:checked ~ #profil_tabnav .tab_label[for="ptab2"],
#profil_tabs_wrapper input#ptab3:checked ~ #profil_tabnav .tab_label[for="ptab3"],
#profil_tabs_wrapper input#ptab4:checked ~ #profil_tabnav .tab_label[for="ptab4"],
#profil_tabs_wrapper input#ptab5:checked ~ #profil_tabnav .tab_label[for="ptab5"] {
	color: var(--col-accent2);
	border-bottom: 2px solid var(--col-accent2);
}

#profil_tabs_wrapper input#ptab1:checked ~ #profil_tabnav .tab_label[for="ptab1"] i,
#profil_tabs_wrapper input#ptab2:checked ~ #profil_tabnav .tab_label[for="ptab2"] i,
#profil_tabs_wrapper input#ptab3:checked ~ #profil_tabnav .tab_label[for="ptab3"] i,
#profil_tabs_wrapper input#ptab4:checked ~ #profil_tabnav .tab_label[for="ptab4"] i,
#profil_tabs_wrapper input#ptab5:checked ~ #profil_tabnav .tab_label[for="ptab5"] i {
	opacity: 1;
}

/* ── TAB PANELS ── */
#profil_tabcontent {
	min-height: 260px;
	border-top: none;
}

.profil_tab_panel {
	display: none;
	padding: 36px;
	color: var(--col-text);
	font-size: 12px;
	line-height: 1.9;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.profil_tab_panel::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #ffffff7d;
	z-index: 0;
	pointer-events: none;
}

.profil_tab_panel > * {
	position: relative;
	z-index: 1;
}

#profil_tabs_wrapper input#ptab1:checked ~ #profil_tabcontent #panel1,
#profil_tabs_wrapper input#ptab2:checked ~ #profil_tabcontent #panel2,
#profil_tabs_wrapper input#ptab3:checked ~ #profil_tabcontent #panel3,
#profil_tabs_wrapper input#ptab4:checked ~ #profil_tabcontent #panel4,
#profil_tabs_wrapper input#ptab5:checked ~ #profil_tabcontent #panel5 {
	display: block;
}

#panel1 { background-image: url(../../../BILD_URL_TAB1); }
#panel2 { background-image: url(../../../BILD_URL_TAB2); }
#panel3 { background-image: url(../../../BILD_URL_TAB3); }
#panel4 { background-image: url(../../../BILD_URL_TAB4); }
#panel5 { background-image: url(../../../BILD_URL_TAB5); }

/* ── TAB 1: ALLGEMEIN ── */
#panel1_heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
	z-index: 1;
}

.panel1_hline {
	flex: 0.4;
	flex-shrink: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c9a8b2);
}

.panel1_vline {
	width: 2px;
	height: 100%;
	min-height: 60px;
	background: linear-gradient(180deg, #ffdde0, #806c9a);
	flex-shrink: 0;
	border-radius: 2px;
	align-self: stretch;
}

.panel1_quote_text {
	font-family: "DMSerifDisplay-Regular", serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	color: var(--col-accent2);
	letter-spacing: 1px;
	text-align: center;
	flex: 1;
	padding: 0px 100px;
}

#panel1_inner {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

#panel1_icons {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 12px;
	background: #806c9a29;
}

#panel1_icons::-webkit-scrollbar { width: 3px; }
#panel1_icons::-webkit-scrollbar-track { background: transparent; }
#panel1_icons::-webkit-scrollbar-thumb { background: var(--col-accent); }

#panel1_icons img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	display: block;
	flex-shrink: 0;
	border: 1px solid #ffffff;
	padding: 10px;
	background: transparent;
	box-sizing: content-box;
}

#panel1_text {
	flex: 1;
	font-size: 12px;
	line-height: 1.9;
	color: var(--col-text);
	text-align: justify;
	background: #806c9a29;
	padding: 25px;
	height: 450px;
	overflow: auto;
}

#panel1_text::-webkit-scrollbar { width: 3px; }
#panel1_text::-webkit-scrollbar-track { background: transparent; }
#panel1_text::-webkit-scrollbar-thumb { background: var(--col-accent); }

/* ── TAB 2: CHARAKTER ── */
#panel2_inner {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

#panel2_text {
	flex: 1.5;
	font-size: 12px;
	line-height: 1.9;
	color: var(--col-text);
	text-align: justify;
	background: #806c9a29;
	padding: 12px;
	height: 532px;
	overflow: auto;
}

#panel2_text::-webkit-scrollbar { width: 3px; }
#panel2_text::-webkit-scrollbar-track { background: transparent; }
#panel2_text::-webkit-scrollbar-thumb { background: var(--col-accent); }

#panel2_bars {
	display: flex;
    flex-direction: column;
    gap: 4.4px;
    padding: 10px;
    background: #806c9a29;
}

.chara_bar_wrap {
	display: flex;
	flex-direction: column;
}

.chara_bar_outer {
	width: 100%;
	height: 35px;
	background: rgba(245, 238, 240, 0.35);
	position: relative;
	display: flex;
	align-items: center;
}

.chara_bar_inner {
	height: 100%;
	background: linear-gradient(90deg, rgba(212,197,208,0.5), rgba(180,160,185,0.6));
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.6s ease;
}

.chara_bar_text {
	position: relative;
	z-index: 2;
	font-size: 8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #3d1f2e;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

/* ── TAB 3: HISTORIE ── */
#panel3_headings {
	display: flex;
	gap: 30px;
	margin-bottom: 12px;
}

#panel3_headings .panel3_heading {
	flex: 1;
}

#panel3_headings .panel3_heading:first-child {
	width: 40%;
	flex: none;
}

#panel3_inner {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

#panel3_left {
	width: 40%;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 1.9;
	color: var(--col-text);
	text-align: justify;
	background: #806c9a29;
	height: 450px;
	position: relative;
	overflow: hidden;
}

#panel3_left_inner {
	padding: 12px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}

#panel3_left_inner::-webkit-scrollbar { width: 3px; }
#panel3_left_inner::-webkit-scrollbar-track { background: transparent; }
#panel3_left_inner::-webkit-scrollbar-thumb { background: var(--col-accent); }

#panel3_right {
	flex: 1;
	font-size: 12px;
	line-height: 1.9;
	color: var(--col-text);
	text-align: justify;
	background: #806c9a29;
	padding: 12px;
	height: 450px;
	overflow: auto;
}

#panel3_right::-webkit-scrollbar { width: 3px; }
#panel3_right::-webkit-scrollbar-track { background: transparent; }
#panel3_right::-webkit-scrollbar-thumb { background: var(--col-accent); }

.panel3_heading {
	font-family: "DMSerifDisplay-Regular", serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	color: var(--col-accent2);
	letter-spacing: 1px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.panel3_heading_vline {
	width: 2px;
	min-height: 28px;
	background: linear-gradient(180deg, #ffdde0, #806c9a);
	border-radius: 2px;
	flex-shrink: 0;
	align-self: stretch;
}

/* ── TAB 3: FRAKTIONS-ICON HINTERGRUND ── */
#panel3_faction_bg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}

.panel3_faction_icon {
	font-size: 320px;
	opacity: 0.08;
	transform: translate(25%, 15%);
	pointer-events: none;
	flex-shrink: 0;
}

#panel3_left > *:not(#panel3_faction_bg) {
	position: relative;
	z-index: 1;
}

/* ── QUOTE BAR ── */
#profil_quote_bar {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 36px;
	background: var(--col-nav);
	border: 1px solid var(--col-border);
	border-top: none;
}

#profil_quote_text {
	flex: 1;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 14px;
	color: var(--col-text-soft);
	line-height: 1.7;
}

#profil_quote_icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
}

#profil_quote_icon img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid var(--col-border);
}

/* ── PINTEREST CSS-FIX ── */
#pinterest-container { width: 520px; height: 470px !important; overflow: auto !important; box-shadow: none !important; border: none !important; background: transparent !important; border-radius: 0 !important; }
#pinterest-container::-webkit-scrollbar-corner { background: transparent; }
#pinterest-container::-webkit-scrollbar { width: 2.5px; background: transparent; }
#pinterest-container::-webkit-scrollbar-thumb { background: transparent; }
#pinterest-container [class$=_img] { display: block !important; box-shadow: none !important; border-radius: 0 !important; border: none !important; width: 120px !important; max-width: 120px !important; }
#pinterest-container [class$=_col] { padding: 2px; margin-top: 2px; }
#pinterest-container [class$=_button] { display: none !important; }
#pinterest-container [class$=_board] { box-shadow: none !important; border-radius: 0 !important; }
#pinterest-container span span { overflow: hidden !important; height: 70% !important; border: none !important; box-shadow: none !important; border-radius: 0 !important; }

#pinterest-container [class$=_header],
#pinterest-container [class$=_boardName],
#pinterest-container [class$=_userName],
#pinterest-container [class$=_footer],
#pinterest-container [class$=_follow],
#pinterest-container [class$=_logo],
#pinterest-container a[href*="pinterest.com/"][class] {
	display: none !important;
}

/* ══════════════════════════════════════
   TABS 2
══════════════════════════════════════ */
#profil_tabs2_wrapper {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

#profil_tabs2_wrapper input[type="radio"] {
	display: none;
}

#profil_tabnav2 {
	background: var(--col-nav);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10px;
	border-top: 1px solid var(--col-border);
	border-bottom: 2px solid var(--col-accent);
}

.tab_label2 {
	padding: 12px 22px;
	font-size: 8px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	color: var(--col-text-soft);
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	transition: color 0.2s;
}

.tab_label2 i {
	font-size: 14px;
	opacity: 0.55;
	transition: opacity 0.2s;
}

.tab_label2:hover { color: var(--col-accent2); }
.tab_label2:hover i { opacity: 1; }

#profil_tabs2_wrapper input#ptab6:checked ~ #profil_tabnav2 .tab_label2[for="ptab6"],
#profil_tabs2_wrapper input#ptab7:checked ~ #profil_tabnav2 .tab_label2[for="ptab7"] {
	color: var(--col-accent2);
	border-bottom: 2px solid var(--col-accent2);
}

#profil_tabs2_wrapper input#ptab6:checked ~ #profil_tabnav2 .tab_label2[for="ptab6"] i,
#profil_tabs2_wrapper input#ptab7:checked ~ #profil_tabnav2 .tab_label2[for="ptab7"] i {
	opacity: 1;
}

#profil_tabcontent2 {
	min-height: 200px;
}

.profil_tab_panel2 {
	display: none;
	padding: 28px;
	color: var(--col-text);
	font-size: 12px;
	line-height: 1.9;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.profil_tab_panel2::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #ffffff7d;
	z-index: 0;
	pointer-events: none;
}

.profil_tab_panel2 > * {
	position: relative;
	z-index: 1;
}

/* Panel 6 als flex-column anzeigen */
#profil_tabs2_wrapper input#ptab6:checked ~ #profil_tabcontent2 #panel6,
#profil_tabs2_wrapper input#ptab7:checked ~ #profil_tabcontent2 #panel7 {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* ── GIMMIK: SPOTIFY ── */
.spotify_wrap {
	position: relative;
	background: #806c9a29;
	padding: 20px;
	overflow: hidden;
}

.spotify_bg_icon {
	position: absolute;
	right: -10px;
	top: -20px;
	font-size: 120px;
	color: #8b5e6e;
	opacity: 0.08;
	pointer-events: none;
}

.spotify_heading {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 14px;
}

.spotify_vline {
	width: 2px;
	background: linear-gradient(180deg, #ffdde0, #806c9a);
	border-radius: 2px;
	flex-shrink: 0;
	min-height: 24px;
}

.spotify_heading_text {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	color: #8b5e6e;
	letter-spacing: 1px;
}

.spotify_wrap iframe {
	display: block;
	border: none;
	position: relative;
	z-index: 1;
}

/* ── GIMMIK TAB LAYOUT ── */
.gimmik_inner {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.gimmik_playlist {
	width: 35%;
	flex-shrink: 0;
}

.gimmik_playlist iframe {
	width: 100% !important;
	height: 352px;
}

.gimmik_content {
	flex: 1;
}

/* ══════════════════════════════════════
   PANEL 6: USER TAB
══════════════════════════════════════ */

/* ── Hauptreihe ── */
.p6_main {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

/* ── Gemeinsame Elemente ── */
.p6_vline {
	width: 2px;
	background: linear-gradient(180deg, #ffdde0, #806c9a);
	border-radius: 2px;
	flex-shrink: 0;
	align-self: stretch;
	min-height: 28px;
}

.p6_vline_short {
	width: 2px;
	height: 16px;
	background: linear-gradient(180deg, #ffdde0, #806c9a);
	border-radius: 2px;
	flex-shrink: 0;
}

.p6_divider {
	width: 100%;
	height: 1px;
	background: rgba(212,197,208,0.35);
	margin: 10px 0;
}

.p6_block_head {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 14px;
}

.p6_username {
	font-family: "DMSerifDisplay-Regular", serif;
	font-style: italic;
	font-size: 20px;
	font-weight: 300;
	color: #8b5e6e;
	letter-spacing: 1px;
	line-height: 1.1;
}

.p6_sublabel {
	font-size: 8px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #9b7080;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	margin-top: 2px;
}

/* ── DIV 1: Avatar ── */
.p6_avatar_wrap {
	flex-shrink: 0;
    width: 320px;
    background: #806c9a29;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.p6_avatar_wrap img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	object-position: top center;
	display: block;
	flex-shrink: 0;
	outline: 1px solid #ffffff;
    outline-offset: 10px;
}

/* ── DIV 2: Facts ── */
.p6_facts_col {
	flex: 1;
    background: #806c9a29;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    min-height: 310px;
}

/* GEÄNDERT: 3 Spalten für Zeile 1, Zeile 2 mit p6_fact_half / p6_fact_half_wide */
.p6_facts_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 4px 16px;
}

.p6_fact_item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 5px 0;
	align-items: center;
	text-align: center;
}

/* span 3 = volle Breite (alle 3 Spalten) */
.p6_fact_full {
	grid-column: span 3;
}

/* span 1 = schmale Spalte (z.B. Rapid Fire) */
.p6_fact_half {
	grid-column: span 1;
}

/* span 2 = breite Spalte (z.B. Unerwünschte Inhalte) */
.p6_fact_half_wide {
	grid-column: span 2;
}

/* Zeile 2: zwei gleich breite Spalten à 50% */
.p6_fact_row2 {
	grid-column: span 3;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 16px;
}

.p6_fact_label {
	font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9b7080;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
}

.p6_fact_label i {
	font-size: 8px;
	color: var(--col-accent);
	width: 10px;
	text-align: center;
	flex-shrink: 0;
}

.p6_fact_value {
	font-size: 11px;
    color: #4a3540;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-align: center;
    padding: 5px;
}

/* ── Mature Content Flammen ── */
/* ── Untere Reihe: Mature + Accounts ── */
.p6_bottom_row {
	display: flex;
	gap: 16px;
	align-items: stretch;
}

.p6_mature_block {
	flex-shrink: 0;
	width: 270px;
	background: #806c9a29;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.p6_mature_block .p6_block_head {
	align-self: flex-start;
	margin-bottom: 16px;
}

.p6_mature_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.p6_flames {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
}

.p6_flame {
	display: inline-flex;
	align-items: center;
}

.p6_flame i {
	font-size: 28px;
}

.p6_flame_on i {
	background: linear-gradient(180deg, #806c9a, #8b5e6e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.p6_flame_off i {
	color: #c9a8b2;
	opacity: 0.3;
}

/* ── Verbundene Accounts ── */
.p6_accounts_wrap {
	flex: 1;
	background: #806c9a29;
	padding: 18px 20px;
	box-sizing: border-box;
}
.p6_player_col {
	width: 230px;
    flex-shrink: 0;
    background: #806c9a29;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
}

.p6_stat_row {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 7px 0;
}

.p6_stat_label {
	font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9b7080;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
}

.p6_stat_label i {
	font-size: 8px;
	color: var(--col-accent);
	width: 10px;
	text-align: center;
	flex-shrink: 0;
}

.p6_stat_value {
	font-size: 11px;
    color: #4a3540;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.p6_status_dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
}

.p6_online  { background: #806c9a; }
.p6_offline { background: rgba(155,112,128,0.3); }

.p6_accounts_inner {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	height: 70px;
    overflow: auto;
}

.p6_accounts_inner .profil_accountswitcher_view_account {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.p6_accounts_inner [id*="profile_link_"],
.p6_accounts_inner [id*="profile_switch_"] {
	display: block;
}

.p6_accounts_inner [id*="profile_link_"] img,
.p6_accounts_inner [id*="profile_switch_"] img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: top center;
	display: block;
	border: 1px solid rgba(212,197,208,0.5);
	transition: border-color 0.2s;
}

.p6_accounts_inner [id*="profile_link_"] img:hover,
.p6_accounts_inner [id*="profile_switch_"] img:hover {
	border-color: #806c9a;
}

.p6_accounts_inner .switchlink {
	display: block;
}

.p6_stat_row_inline {
	display: flex;
	gap: 12px;
	padding: 7px 0;
}

.p6_stat_inline_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.p6_stat_value .smalltext {
	display: none;
}

.p6_stat_value a[href="online.php"] {
	font-size: 0;
}

.p6_stat_value a[href="online.php"] span.online,
.p6_stat_value a[href="online.php"] span.offline {
	font-size: 10px;
}

/* ── TAB 2: ERSCHEINUNGSBILD FELDER ── */
.chara_appear_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 4px 8px;
}

.chara_appear_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 6px 4px;
	background: rgba(245, 238, 240, 0.35);
}

.chara_appear_full {
	display: flex;
	flex-direction: column;
	padding: 6px 4px;
	margin-top: 4px;
	background: rgba(245, 238, 240, 0.35);
	min-height: 43px;
}

.chara_appear_label {
	font-size: 7.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #9b7080;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 2px;
	padding: 0px 10px;
}

.chara_appear_label i {
	font-size: 8px;
	color: var(--col-accent);
}

.chara_appear_value {
	font-size: 10px;
	color: #4a3540;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.5;
	padding: 0px 20px;
}

/* ── TAB 2: RECHTE SPALTE (Balken + Erscheinung untereinander) ── */
#panel2_right_col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#panel2_appear {
	background: #806c9a29;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#profil_quote_playlist {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
}

/* ── NEU PUNKT 3: Rapid Fire / Unerwünschte Inhalte 50px ── */
.p6_fact_row2_item {
	justify-content: flex-start;
	padding-top: 4px;
}

.p6_fact_row2_item .p6_fact_value {
	height: 50px;
	overflow: auto;
	text-align: justify;
}

/* ── NEU PUNKT 3: Zeile 3 Avatarperson FID 10, volle Breite ── */
.p6_fact_row3 {
	grid-column: span 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
    /* background: rgba(245, 238, 240, 0.35); */
    gap: 3px;
    margin-top: 15px;
}

.p6_fact_value_row3 {
	font-size: 11px;
	color: #4a3540;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}

/* ── NEU PUNKT 4: FID 42 Bar über Tab-Menü ── */
#profil_fid42_bar {
	background: #c9a8b2;
	border: 1px solid var(--col-border);
	border-top: none;
	padding: 14px 36px;
	display: flex;
	align-items: center;
	gap: 20px;
}

#profil_fid42_inner {
	flex: 1;
    font-style: italic;
    font-size: 13px;
    line-height: 1.7;
}

#profil_fid42_trigger {
	flex-shrink: 0;
	background: #8b3a52;
	color: #fce8ef;
	font-family: 'Jost', sans-serif;
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-right: 3px solid #6b2a3e;
}

#profil_fid42_trigger i {
	font-size: 13px;
	color: #fce8ef;
}

/* ── Gast-Hinweis in Tabs ── */
#profil_guest_msg {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 40px;
	font-family: 'Jost', sans-serif;
	font-size: 10px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--col-text-soft);
	font-weight: 300;
}

#profil_guest_msg i {
	font-size: 14px;
	color: var(--col-accent);
}

.guest .p6_accounts_inner img {
	content: url(/images_dust/default_avatar.png);
}