/* HOMEPAGE */
	/* Logged In */
	.home {
		flex: 1 0 auto;
	}
	.homeCont {
		display: grid;
		grid-template-columns: 1fr auto 3fr;
		width: 96%;
		margin: 0px auto 0px auto;
		height: 100%;
		gap: 20px;
	}
	.homeSidebar, .mainPage {
		margin: 35px 0;
	}
	.homeSidebar a {
		text-decoration: none;
	}
	.event-box {
		padding: 5px;
		margin: 10px auto 10px auto;
		overflow: hidden;
		width: 80%;
		font-size: 11px;
	}
	.divider {
		width: 1px;
	}
	.home-display {
	/* Locally scoped variables */
	  --gap: 1rem;
	  --line-offset: calc(var(--gap) / 2);
	  --line-thickness: 1px;
		display: grid;
		grid-template-columns: repeat(3, auto);
		width: 100%;
		overflow: hidden;
		gap: var(--gap);
	}
	.home-display a {
		position: relative;		/* Make Grid Items Control Absolute Pseudo Positioning */
	}
	.home-display a::before, 
	.home-display a::after {	/* Pseudo Element Shared Styling */
	   content: '';
	   position: absolute;
	   background-color: var(--line-color);
	   z-index: 1;
	}
	.home-display a::after {	/* Row Borders */
	  inline-size: 100vw;
	  block-size: var(--line-thickness);
	  inset-inline-start: 0;
	  inset-block-start: calc(var(--line-offset) * -1);
	}
	.home-display a::before {	/* Column Borders */
	  inline-size: var(--line-thickness);
	  block-size: 100vh;
	  inset-inline-start: calc(var(--line-offset) * -1);
	}
	.home-display img {
		width: auto;
		max-height: 183px;
		padding: 10px;
		margin: auto;
		display: block;
	}
	#home-login {
		display: none;
	}

	/* Guest */
	.home-features {
		width: 85%;
		margin: 0 auto 0 auto;
	}
	.home-row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 2%;
		padding-bottom: 20px;
		width: 100%;
	}
	.home-row img {
		height: 7rem;
		min-width: 90px;
	}
	.home-text {
		flex: 1 0 0;
		min-width: auto;
	}
	#calltoaction {
		align-items: baseline;
		justify-content: center;
		vertical-align: center;
		text-align: center;
		display: flex;
		gap: 15px;
	}
	#calltoaction .button {
		margin-top:5px;
	}
	.details {
		text-align: center;
		font-size: 12px;
	}
	.signup {
		border: 1px solid red;
		padding: 20px;
		min-width: 40%;
		width: 60%;
		margin: auto;
	}

	/* Login Form */
	input[type="password"] {
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
	.login {
		margin-bottom: 15px;
	}
	.login label {
		width: 100px;
	}
	.login form {
		padding: 20px;
		max-width: 500px;
		margin: 50px auto;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
	.login label {
		font-size: 16px;
	}
	.login input[type="text"],
	.login input[type="password"] {
		font-size: 16px;
	}
	.login input[type="submit"] {
		width: 100%;
		padding: 10px;
		border: none;
		border-radius: 4px;
		font-size: 16px;
		font-weight: bold;
	}
	.login input[type="submit"]:hover {
		cursor: pointer;
	}

/* FRIENDS LIST */
.roster {
	list-style: none;
	width: 100%;
	column-count: 4;
	padding: 0;
}
.roster li {
	display: flex; /* Enable flexbox */
	align-items: flex-start; /* Align icon and text to the top (prevents vertical misalignment) */
	gap: 10px; /* Space between icon and text (replaces margin-right) */
	margin-bottom: 12px;
	white-space: nowrap;
}
.roster li a {
	text-decoration: none;
}
.roster li::before {
	content: "\f101"; 
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/* Optional: Fix icon size to prevent text shifting */
	font-size: 1.2em; 
	min-width: 20px; /* Ensures icon takes up fixed space (prevents wrapping) */
}

/* CHANGELOG */
#acknowledgements {
	display: none;
}
#acknowledgements .info-inset {
	min-width: 60% !important;
	width: 80% !important;
	margin: auto;
}
.post {
	width: 80%;
	margin: 10px auto 10px auto;
	padding: 20px;
}
#changelog-pages {
	text-align: right;
	width: 90%;
}

/* PROFILE */
.profile-contact {
	margin-right: 20px;
	height: fit-content;
}
.profile-contact div {
	text-align: center;
	padding-top: 10px;
}
.profile-top {
	width: 100%;
}
.plotImage {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fa-house-user {
	font-size: 10em;
	padding-bottom: 10px;
}

/* FEEDBACK FORM */
.fa-square-plus {
	font-size: 1.85rem;
	color: green;
	cursor:pointer;
}
.fa-square-minus {
	font-size: 1.85rem;
	color: red;
	cursor:pointer;
}
#feedback_form {
	margin: 40px 0 0 20px;
}
#PvE-Hide, #Social-Hide, #PvE, #Social, #guild_activitiesOther, #contest_prizesOther {
	display:  none;
}
.sectionTitle {
	display: flex;
	margin-top: 30px;
	align-items: center;
	gap: 1%;
}
.sectionToggle {
	display: none;
}
.starRating {
	font-size: 40px;
	cursor: pointer;
	color: #eee;
}
.starRating:hover {
	color: #ccc;
}
.rated {
	color: green;
}
.question {
	padding: 10px 0;
	margin-top: 10px;
	font-weight: bold;
}
.radioChoice {
	position: relative;
	width: fit-content;
}
.radioSlider {
	height: 2px;
	width: 79%;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
	/* FAKE RADIO/CHECK */
	.radioGrid {
		display: grid;
		grid-template-rows: repeat(2,auto);
	}
	.selectCont {
		position: relative;
	}
	.radioCont {
		margin: 0 auto;
		width: 25px;
		height: 25px;
	}
	.checkCont {
		width: fit-content;
	}
	.checkCont label {
		padding-left: 35px;
		width: max-content;
		display: block;
	}
	.selectCont input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		width: 25px;
		height: 25px;
		z-index: 5;
	}
	.clicker {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: #eee;
	}
	.radio-button {
		border-radius: 50%;
	}
	.selectCont:hover input ~ .clicker {
		background-color: #ccc;
	}
	.selectCont input:checked ~ .clicker {
		background-color: green;
	}
	.clicker:after {
		content: "";
		position: absolute;
		display: none;
	}
	.selectCont input:checked ~ .clicker:after {
		display: block;
	}
	.selectCont .radio-button:after {
		position: absolute;
		display: none;
		top: 9px;
		left: 9px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}
	.selectCont .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg);
	}