/* GeeKPress Limelight — geekui-profile.css
   Profile SPA: moss-green interactives over limelight panels. */

#geekui-root-profile { font-family: var(--geekui-font-base); color: var(--gxp-text); }

#geekui-root-profile a { color: var(--lml-lime-2) !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(var(--lml-surface-rgb), 0.92), rgba(var(--lml-bg-rgb), 0.96)) !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(--lml-lime-2) !important; border-bottom: 2px solid var(--lml-lime); }

#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(--lml-btn-hi), var(--lml-btn-lo)) !important;
	border-color: rgba(var(--lml-lime2-rgb), 0.6) !important;
	color: var(--lml-ink-on-gold) !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(--lml-cream) !important; }
#geekui-root-profile .geekui-vote-score-value { font-family: var(--geekui-font-title); color: var(--lml-cream); }

/* react-select skin */
#geekui-root-profile .geek-select__control {
	background: rgba(var(--lml-bg-rgb), 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(--lml-lime) !important; box-shadow: none !important; }
#geekui-root-profile .geek-select__menu {
	background: var(--lml-bg-2) !important;
	border: 1px solid rgba(var(--lml-lime-rgb), 0.3) !important;
	border-radius: 8px !important;
}
#geekui-root-profile .geek-select__option--is-focused { background: rgba(var(--lml-hot-rgb), 0.16) !important; }
#geekui-root-profile .geek-select__option--is-selected { background: rgba(var(--lml-hot-rgb), 0.32) !important; }
#geekui-root-profile .geek-select__single-value,
#geekui-root-profile .geek-select__input { color: var(--gxp-text) !important; }

/* — Limelight motif layer — */
#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 { box-shadow: inset 0 1px 0 rgba(var(--lml-cream-rgb), 0.10), 0 10px 26px rgba(0, 0, 0, 0.42) !important; }
#geekui-root-profile .geekui-game-profile-status-board-item:hover { border-color: var(--lml-lime) !important; color: var(--lml-lime) !important; }

/* ════════════════════════════════════════════════════════════════
   ACTIVITIES re-ink (2026-06-12) — the plugin ships literal foreign
   colors for activity items (genre blue #5fb6d2, watchlist --act blue
   #44b4d4, watched --act green #5cc878). Pull them into the Forest
   gold family; favourite stays on the accent default.
   ════════════════════════════════════════════════════════════════ */
#geekui-root-profile .geekui-act-genre {
	color: var(--gxp-accent-2, var(--lml-lime-2)) !important;
	font-family: var(--geekui-font-mono) !important;
	font-size: 11px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#geekui-root-profile .geekui-act-genre-sep { color: var(--gxp-accent) !important; }
#geekui-root-profile .geekui-profile-actions > div:nth-child(2) {
	--act: var(--gxp-accent-2, var(--lml-lime-2));
	--act-dim: rgba(var(--lml-lime2-rgb), 0.45);
	--act-bg: rgba(var(--lml-lime2-rgb), 0.12);
}
#geekui-root-profile .geekui-profile-actions > div:nth-child(3) {
	--act: var(--lml-hot);
	--act-dim: rgba(var(--lml-hot-rgb), 0.45);
	--act-bg: rgba(var(--lml-hot-rgb), 0.14);
}
#geekui-root-profile .geekui-profile-actions > div {
	border-radius: 8px !important;
	font-family: var(--geekui-font-base);
}
#geekui-root-profile .geekui-act-year {
	border-radius: 5px;
	background: rgba(var(--lml-lime-rgb), 0.08);
}
#geekui-root-profile .geekui-act-sum { color: var(--gxp-text-dim) !important; }
/* active state: text lights up in its own accent tone (the plugin base
   leaves it on --act-dim, which reads near-black on the dark bg) */
#geekui-root-profile .geekui-profile-actions > div { color: var(--gxp-text-dim) !important; }
#geekui-root-profile .geekui-profile-actions > div.active,
#geekui-root-profile .geekui-profile-actions > div.persona-active {
	color: var(--act, var(--gxp-accent)) !important;
}
#geekui-root-profile .geekui-profile-actions > div.active svg,
#geekui-root-profile .geekui-profile-actions > div.persona-active svg {
	color: var(--act, var(--gxp-accent)) !important;
}

/* review list items: content was flush against the card border */
#geekui-root-profile .geekui-profile-review-item {
	padding: 16px 20px !important;
}
