/* GeeKPress Aurelian — geekui-profile.css
   Profile SPA: violet interactives over gilt panels. */

#geekui-root-profile { font-family: var(--geekui-font-base); color: var(--gxp-text); }

#geekui-root-profile a { color: var(--aur-gold-bright) !important; }
#geekui-root-profile a:hover { color: #fff !important; }

#geekui-root-profile .geekui-profile-username {
	font-family: var(--geekui-font-title) !important;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#geekui-root-profile .geekui-profile-registered {
	font-family: var(--geekui-font-mono);
	color: var(--gxp-text-mute);
	letter-spacing: 0.05em;
}

#geekui-root-profile .geekui-profile-overview-grid-item,
#geekui-root-profile .geekui-profile-activities-item,
#geekui-root-profile .geekui-profile-review-item,
#geekui-root-profile .geekui-profile-right-list,
#geekui-root-profile .geekui-list-block {
	background: linear-gradient(180deg, rgba(21, 26, 44, 0.9), rgba(13, 16, 28, 0.95)) !important;
	border: 1px solid var(--gxp-border) !important;
	border-radius: 10px !important;
}
#geekui-root-profile .geekui-profile-overview-grid-item:hover,
#geekui-root-profile .geekui-profile-activities-item:hover { border-color: var(--gxp-border-2) !important; }

#geekui-root-profile .geekui-tab-title {
	font-family: var(--geekui-font-title) !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 13px;
}
#geekui-root-profile .geekui-tab-title.current { color: var(--aur-gold-bright) !important; border-bottom: 2px solid var(--aur-gold); }

#geekui-root-profile .geekui-btn {
	font-family: var(--geekui-font-title) !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 8px !important;
	border: 1px solid var(--gxp-border-2) !important;
}
#geekui-root-profile .geekui-primary {
	background: linear-gradient(180deg, var(--aur-vbtn-1), var(--aur-vbtn-2)) !important;
	border-color: rgba(var(--aur-violet-2-rgb), 0.6) !important;
	color: #f6f1ff !important;
}

#geekui-root-profile .geekui-game-profile-status-board-item {
	border: 1px solid var(--gxp-border) !important;
	border-radius: 8px !important;
}
#geekui-root-profile .geekui-rv-star--on { color: var(--aur-star) !important; }
#geekui-root-profile .geekui-vote-score-value { font-family: var(--geekui-font-title); color: var(--aur-blue); }

/* react-select skin */
#geekui-root-profile .geek-select__control {
	background: rgba(15, 19, 34, 0.9) !important;
	border: 1px solid var(--gxp-border) !important;
	border-radius: 8px !important;
}
#geekui-root-profile .geek-select__control--is-focused { border-color: var(--aur-gold) !important; box-shadow: none !important; }
#geekui-root-profile .geek-select__menu {
	background: var(--aur-surface) !important;
	border: 1px solid rgba(var(--aur-gold-rgb), 0.3) !important;
	border-radius: 8px !important;
}
#geekui-root-profile .geek-select__option--is-focused { background: rgba(var(--aur-violet-rgb), 0.16) !important; }
#geekui-root-profile .geek-select__option--is-selected { background: rgba(var(--aur-violet-rgb), 0.32) !important; }
#geekui-root-profile .geek-select__single-value,
#geekui-root-profile .geek-select__input { color: var(--gxp-text) !important; }

/* ════════════════════════════════════════════════════════════════
   MACHINED 3-D PLATES (auto sweep 2026-06-11)
   Theme-wide extension of theme.css .aur-frame — keep in sync.
   ════════════════════════════════════════════════════════════════ */
#geekui-root-profile .geekui-profile-overview-grid-item, #geekui-root-profile .geekui-profile-activities-item, #geekui-root-profile .geekui-profile-review-item, #geekui-root-profile .geekui-profile-right-list, #geekui-root-profile .geekui-list-block {
	background:
		linear-gradient(180deg, var(--aur-plate-hi) 0%, var(--aur-plate-mid) 36%, var(--aur-plate-lo) 100%) padding-box,
		linear-gradient(150deg,
			rgba(var(--aur-gold-bright-rgb), 0.85) 0%,
			rgba(var(--aur-gold-rgb), 0.36) 22%,
			rgba(var(--aur-gold-dim-rgb), 0.18) 50%,
			rgba(var(--aur-violet-rgb), 0.26) 82%,
			rgba(var(--aur-violet-2-rgb), 0.55) 100%) border-box !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	clip-path: polygon(
		9px 0, calc(100% - 9px) 0, 100% 9px,
		100% calc(100% - 9px), calc(100% - 9px) 100%,
		9px 100%, 0 calc(100% - 9px), 0 9px);
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
	box-shadow:
		inset 0 1px 0 rgba(var(--aur-gold-bright-rgb), 0.10),
		inset 0 -1px 0 rgba(0, 0, 0, 0.46) !important;
}
#geekui-root-profile .geekui-profile-overview-grid-item:hover,
#geekui-root-profile .geekui-profile-activities-item:hover,
#geekui-root-profile .geekui-list-grid-item:hover {
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 9px rgba(var(--aur-gold-rgb), 0.18));
}

/* ── Profile dressing pass 2 (2026-06-11) — the missing pieces ──── */

/* plates for the wrappers the sweep missed: the left identity card,
   vote rows, review editor.
   NOTE: .geekui-list-grid-item is intentionally NOT in this group — its
   poster art is set INLINE by the plugin as `style="background:url(...)"`,
   so a `background … !important` here would overwrite the poster and the
   edit-mode cards would render empty. It gets its gilt edge below via a
   ::after ring instead (same pattern as .gxl-item-poster on the Lists page). */
#geekui-root-profile .geekui-profile-actions,
#geekui-root-profile .geekui-vote-row,
#geekui-root-profile .geekui-rv-item,
#geekui-root-profile .geekui-rv-form {
	background:
		linear-gradient(180deg, var(--aur-plate-hi) 0%, var(--aur-plate-mid) 36%, var(--aur-plate-lo) 100%) padding-box,
		linear-gradient(150deg,
			rgba(var(--aur-gold-bright-rgb), 0.85) 0%,
			rgba(var(--aur-gold-rgb), 0.36) 22%,
			rgba(var(--aur-gold-dim-rgb), 0.18) 50%,
			rgba(var(--aur-violet-rgb), 0.26) 82%,
			rgba(var(--aur-violet-2-rgb), 0.55) 100%) border-box !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
	box-shadow:
		inset 0 1px 0 rgba(var(--aur-gold-bright-rgb), 0.10),
		inset 0 -1px 0 rgba(0, 0, 0, 0.46) !important;
}

/* List edit-grid cards: keep the plugin's inline poster background visible,
   only style size/shape/edge — never touch `background` (no image wipe). */
#geekui-root-profile .geekui-list-grid-item {
	position: relative;
	border: 0 !important;
	border-radius: 0 !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
}
#geekui-root-profile .geekui-list-grid-item::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border: 1px solid transparent;
	background: linear-gradient(150deg,
		rgba(var(--aur-gold-bright-rgb), 0.8) 0%,
		rgba(var(--aur-gold-rgb), 0.32) 24%,
		rgba(var(--aur-gold-dim-rgb), 0.16) 55%,
		rgba(var(--aur-violet-2-rgb), 0.45) 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	        mask-composite: exclude;
}

/* tabs strip → slim plate; links Cinzel, gilt active underline
   (replaces the plugin's violet pill) */
#geekui-root-profile .geekui-tabs {
	background:
		linear-gradient(180deg, var(--aur-plate-hi) 0%, var(--aur-plate-lo) 100%) padding-box,
		linear-gradient(150deg, rgba(var(--aur-gold-bright-rgb), 0.6) 0%, rgba(var(--aur-gold-rgb), 0.24) 24%, rgba(var(--aur-gold-dim-rgb), 0.14) 55%, rgba(var(--aur-violet-2-rgb), 0.4) 100%) border-box !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
	box-shadow: inset 0 1px 0 rgba(var(--aur-gold-bright-rgb), 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}
#geekui-root-profile .geekui-tabs a {
	font-family: var(--geekui-font-title) !important;
	font-size: 11.5px !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--gxp-text-mute) !important;
	border-bottom: 2px solid transparent !important;
}
#geekui-root-profile .geekui-tabs a:hover { color: var(--aur-gold-bright) !important; }
#geekui-root-profile .geekui-tabs a.geekui-active {
	color: var(--aur-gold-bright) !important;
	background: transparent !important;
	border-bottom: 2px solid var(--aur-gold) !important;
}

/* section headings (GENERAL / FAVOURITES / …) → gilt Cinzel with the
   theme's diamond + trailing rule (was plugin violet) */
#geekui-root-profile .geekui-tab-title {
	display: flex !important;
	align-items: center;
	gap: 12px;
	font-size: 16px !important;
	letter-spacing: 0.18em;
	color: var(--aur-gold-bright) !important;
}
#geekui-root-profile .geekui-tab-title::before {
	content: "";
	width: 8px; height: 8px; flex: none;
	background: linear-gradient(135deg, var(--aur-gold-bright), var(--aur-gold-dim));
	transform: rotate(45deg);
}
#geekui-root-profile .geekui-tab-title::after {
	content: "";
	flex: 1;
	height: 1px;
	min-width: 36px;
	background: linear-gradient(90deg, rgba(var(--aur-gold-rgb), 0.34), transparent);
}

/* right rail — LAST VOTES voice */
#geekui-root-profile .geekui-profile-right-list-title {
	font-family: var(--geekui-font-title) !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aur-gold-bright) !important;
	border-bottom: 1px solid rgba(var(--aur-gold-rgb), 0.22) !important;
}
#geekui-root-profile .geekui-profile-right-list-item { border-bottom: 1px solid rgba(var(--aur-gold-rgb), 0.10) !important; }
#geekui-root-profile .geekui-profile-right-list-item:last-child { border-bottom: 0 !important; }
#geekui-root-profile .geekui-vote-score-star { color: var(--aur-star) !important; }

/* ── Dressing pass 3 (2026-06-11): identity card, LAST VOTES padding,
      active tab, activities popover clipping ───────────────────── */

/* 2) identity card = the UNCLASSED `.geekui-profile > div:first-child`
   (avatar + username + joined). Plate it; the plugin's violet corner
   pseudo brackets are retired. */
#geekui-root-profile .geekui-profile > div:first-child {
	background:
		linear-gradient(180deg, var(--aur-plate-hi) 0%, var(--aur-plate-mid) 36%, var(--aur-plate-lo) 100%) padding-box,
		linear-gradient(150deg,
			rgba(var(--aur-gold-bright-rgb), 0.85) 0%,
			rgba(var(--aur-gold-rgb), 0.36) 22%,
			rgba(var(--aur-gold-dim-rgb), 0.18) 50%,
			rgba(var(--aur-violet-rgb), 0.26) 82%,
			rgba(var(--aur-violet-2-rgb), 0.55) 100%) border-box !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
	box-shadow:
		inset 0 1px 0 rgba(var(--aur-gold-bright-rgb), 0.10),
		inset 0 -1px 0 rgba(0, 0, 0, 0.46) !important;
	padding: 24px 18px !important;
}
#geekui-root-profile .geekui-profile > div:first-child::before,
#geekui-root-profile .geekui-profile > div:first-child::after { content: none !important; }
#geekui-root-profile .geekui-profile > div:first-child img {
	border-color: var(--aur-gold) !important;
	box-shadow: 0 0 18px rgba(var(--aur-gold-rgb), 0.30), inset 0 0 12px rgba(var(--aur-gold-rgb), 0.10) !important;
}

/* 1) LAST VOTES — breathing room inside the plate (plugin zeroes the
   container padding with !important; the id out-ranks it) */
#geekui-root-profile .geekui-profile-right-list { padding: 16px 16px 10px !important; }
#geekui-root-profile .geekui-profile-right-list-title { margin: 0 0 6px !important; }

/* 3) active tab — strip EVERY plugin chrome (global .geekui-active box,
   borders, shadows); the gilt underline is the only marker */
#geekui-root-profile .geekui-tabs a.geekui-active,
#geekui-root-profile .geekui-tabs a.geekui-active:hover {
	background: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	clip-path: none !important;
	border-radius: 0 !important;
	color: var(--aur-gold-bright) !important;
	border-bottom: 2px solid var(--aur-gold) !important;
}

/* 4) activities cards open a status popover BELOW their buttons — the
   plate's clip-path was beheading it. No chamfer here: square plate,
   overflow free, popover above neighbours. */
#geekui-root-profile .geekui-profile-activities-item {
	clip-path: none !important;
	filter: none !important;
	overflow: visible !important;
	box-shadow:
		inset 0 1px 0 rgba(var(--aur-gold-bright-rgb), 0.10),
		inset 0 -1px 0 rgba(0, 0, 0, 0.46),
		0 10px 18px rgba(0, 0, 0, 0.42) !important;
}
#geekui-root-profile .geekui-profile-activities-item:hover { filter: none !important; }
#geekui-root-profile .geekui-game-profile-status-board { z-index: 40 !important; }
