/* ========================================
   Font Faces
   ======================================== */
@font-face {
	font-family: 'Boldspixels';
	src: url('boldspixels.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sekuya';
	src: url('Sekuya-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DurendalAndOliphantRegular';
	src: url('DurendalAndOliphantRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ========================================
   Base Styles
   ======================================== */
body {
	background-color: #160D09;
}

a {
	text-decoration: none;
}

.LabelV {
	width: 200px;
}

.FormFieldError {
	color: red;
}

/* ========================================
   Form Inputs (Stormforge theme)
   ======================================== */
.form-control,
.form-select {
	background: rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.form-control:focus,
.form-select:focus {
	background: rgba(0, 0, 0, 0.3);
	border-color: #ffc107;
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.form-control::placeholder {
	color: #666;
}

.input-group-text {
	background: rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.form-check-input {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.2);
}

.form-check-input:checked {
	background-color: #ffc107;
	border-color: #ffc107;
}

.form-check-input:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Semplicita Pro", "Open Sans", Arial, Helvetica, sans-serif;
}

.fs-1,
.fs-2,
.fs-3,
.fs-4,
.fs-5,
.fs-6 {
	font-family: "Semplicita Pro", "Open Sans", Arial, Helvetica, sans-serif;
}

/* ========================================
   Server Branding
   ======================================== */
.server-name {
	font-family: 'DurendalAndOliphantRegular', serif;
}

.server-size {
	font-size: 34px;
}

.server-color {
	color: #F4BF2A;
}

/* ========================================
   Custom Border & Background
   ======================================== */
.border-materia {
	border-color: #352B31 !important;
	--bs-border-opacity: 1;
}

.bg-content {
	position: relative;
	background-color: #221619;
	background-image: url('/images/bg-materia.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-content::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 90% at 50% 0%, rgba(0,0,0,0.10), rgba(0,0,0,0) 55%),
		radial-gradient(120% 120% at 50% 120%, rgba(0,0,0,0), rgba(0,0,0,0.18) 70%);
	pointer-events: none;
	z-index: 0;
}

.bg-content > * {
	position: relative;
	z-index: 1;
}

/* ========================================
   Navigation
   ======================================== */
.navbar-bg {
	background-color: rgba(60, 42, 41, 0.8);
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 0.4rem 0.6rem;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
	outline: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 1199.98px) {
	.navbar-collapse {
		margin-top: 0.75rem;
		padding-top: 0.5rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.navbar-nav .nav-link {
		padding-left: 0;
	}

	.navbar-nav .dropdown-menu {
		border: none;
		background-color: rgba(0, 0, 0, 0.2);
	}
}

.menu-item-custom {
	color: white;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-link {
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
}

.nav-link:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0.25rem;
	color: white !important;
}

.nav-item.dropdown:hover > .dropdown-menu {
	display: block !important;
}

/* Dropdown hover styles */
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-toggle::after {
	content: "";
	display: inline-block;
	margin-left: 0.35rem;
	width: 0.75em;
	height: 0.75em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 11L2 5h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.dropdown-menu {
	background-color: rgba(60, 42, 41, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: white;
}

/* ========================================
   Hero Section
   ======================================== */
.hero-image {
	background-size: cover;
	margin-top: -100px;
	width: 100%;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.hero-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.hero-image h1 {
	position: relative;
	z-index: 10;
	text-shadow: 
		0 2px 4px rgba(0, 0, 0, 0.8),
		0 4px 8px rgba(0, 0, 0, 0.6),
		0 8px 16px rgba(0, 0, 0, 0.5);
}

/* ========================================
   Pane (WoW-style Panel)
   ======================================== */
.pane {
	position: relative;
	border-radius: 10px;
	padding: 16px;
	background: rgba(10, 10, 12, 0.82);
	color: #e8e8e8;
	border: 1px solid rgba(210, 180, 110, 0.35);
	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.55),
		inset 0 0 0 1px rgba(255, 255, 255, 0.06),
		inset 0 0 0 3px rgba(0, 0, 0, 0.45);
}

.pane::before {
	content: "";
	position: absolute;
	inset: 6px;
	border-radius: 8px;
	border: 1px solid rgba(255, 220, 140, 0.12);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		inset 0 -1px 0 rgba(0, 0, 0, 0.35);
	pointer-events: none;
}

.pane::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background:
		radial-gradient(120% 80% at 50% 0%, rgba(120, 90, 40, 0.22), rgba(0, 0, 0, 0) 55%),
		radial-gradient(120% 120% at 50% 120%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 70%);
	pointer-events: none;
}

.pane-light {
	background: rgba(35, 28, 32, 0.9);
}

/* ========================================
   Info Card (Wikipedia-style box)
   ======================================== */
.info-card {
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid #56423d;
	border-radius: 8px;
	padding: 16px;
	color: #e8e8e8;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 215, 0, 0.1);
}

/* ========================================
   WoW-style Table
   ======================================== */
.table-wow {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	color: #e7e7e7;
}

.table-wow tbody tr td {
	border-top: 1px solid rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding: 10px 12px;
}

.table-wow tbody tr:nth-child(odd) td {
	background: rgba(255,255,255,0.08);
}

.table-wow tbody tr:nth-child(even) td {
	background: rgba(0,0,0,0.35);
}

.table-wow tbody tr:hover td {
	background: rgba(255, 220, 140, 0.12);
}

/* ========================================
   Online Players Indicator
   ======================================== */
.online-indicator {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	transition: all 0.3s ease;
}

.online-indicator:hover {
	background: rgba(0, 0, 0, 0.5);
	border-color: rgba(40, 167, 69, 0.5);
	transform: translateY(-2px);
}

.online-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: relative;
}

.online-dot.online {
	background: #28a745;
	box-shadow: 0 0 8px rgba(40, 167, 69, 0.8);
	animation: pulse-green 2s infinite;
}

.online-dot.offline {
	background: #dc3545;
	box-shadow: 0 0 8px rgba(220, 53, 69, 0.6);
}

@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
	}
	70% {
		box-shadow: 0 0 0 8px rgba(40, 167, 69, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
	}
}

.online-count {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.online-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Responsive: hide label on smaller screens */
@media (max-width: 992px) {
	.online-label {
		display: none;
	}
	
	.online-indicator {
		padding: 8px 12px;
	}
}

/* ========================================
   Tibia/WoW Style Button Overrides
   ======================================== */

/* Primary Button (Red) */
.btn-primary {
	background: linear-gradient(180deg, #d12020 0%, #8b0000 50%, #5c0000 100%);
	border: 2px solid #3a0000;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.btn-primary:hover {
	background: linear-gradient(180deg, #ff2a2a 0%, #c20000 50%, #8b0000 100%);
	border-color: #5c0000;
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 6px 12px rgba(139, 0, 0, 0.6);
	transform: translateY(-2px);
}

.btn-primary:active,
.btn-primary.active {
	background: linear-gradient(180deg, #8b0000 0%, #5c0000 50%, #3a0000 100%);
	border-color: #1f0000;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0);
}

.btn-primary:disabled {
	background: linear-gradient(180deg, #6b6b6b 0%, #4a4a4a 50%, #2a2a2a 100%);
	border-color: #1a1a1a;
	color: #999;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Primary Outline Button */
.btn-outline-primary {
	color: #d12020;
	border: 2px solid #d12020;
	font-weight: 600;
	transition: all 0.2s ease;
}

.btn-outline-primary:hover {
	background: linear-gradient(180deg, #d12020 0%, #8b0000 50%, #5c0000 100%);
	border-color: #3a0000;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.btn-outline-primary:active,
.btn-outline-primary.active {
	background: linear-gradient(180deg, #8b0000 0%, #5c0000 50%, #3a0000 100%);
	border-color: #1f0000;
	color: #fff;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Secondary Button (Yellow) */
.btn-secondary {
	background: linear-gradient(180deg, #ffc107 0%, #ff9800 50%, #d48000 100%);
	border: 2px solid #8b6914;
	color: #1a1a1a;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.btn-secondary:hover {
	background: linear-gradient(180deg, #ffd740 0%, #ffb300 50%, #ff9800 100%);
	border-color: #b8860b;
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.6),
		0 6px 12px rgba(139, 107, 20, 0.5);
	transform: translateY(-2px);
}

.btn-secondary:active,
.btn-secondary.active {
	background: linear-gradient(180deg, #ff9800 0%, #d48000 50%, #8b6914 100%);
	border-color: #5a4509;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.4),
		0 2px 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0);
}

.btn-secondary:disabled {
	background: linear-gradient(180deg, #6b6b6b 0%, #4a4a4a 50%, #2a2a2a 100%);
	border-color: #1a1a1a;
	color: #999;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Secondary Outline Button */
.btn-outline-secondary {
	color: #ffc107;
	border: 2px solid #ffc107;
	font-weight: 600;
	transition: all 0.2s ease;
}

.btn-outline-secondary:hover {
	background: linear-gradient(180deg, #ffc107 0%, #ff9800 50%, #d48000 100%);
	border-color: #8b6914;
	color: #1a1a1a;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.btn-outline-secondary:active,
.btn-outline-secondary.active {
	background: linear-gradient(180deg, #ff9800 0%, #d48000 50%, #8b6914 100%);
	border-color: #5a4509;
	color: #1a1a1a;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.4),
		0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Success Button (Green) */
.btn-success {
	background: linear-gradient(180deg, #28a745 0%, #1e7a34 50%, #145523 100%);
	border: 2px solid #0d3a1e;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.btn-success:hover {
	background: linear-gradient(180deg, #3dcc56 0%, #28a745 50%, #1e7a34 100%);
	border-color: #0d3a1e;
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 6px 12px rgba(40, 167, 69, 0.5);
	transform: translateY(-2px);
}

.btn-success:active,
.btn-success.active {
	background: linear-gradient(180deg, #1e7a34 0%, #145523 50%, #0d3a1e 100%);
	border-color: #051f0f;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0);
}

.btn-success:disabled {
	background: linear-gradient(180deg, #6b6b6b 0%, #4a4a4a 50%, #2a2a2a 100%);
	border-color: #1a1a1a;
	color: #999;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Success Outline Button */
.btn-outline-success {
	color: #28a745;
	border: 2px solid #28a745;
	font-weight: 600;
	transition: all 0.2s ease;
}

.btn-outline-success:hover {
	background: linear-gradient(180deg, #28a745 0%, #1e7a34 50%, #145523 100%);
	border-color: #0d3a1e;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.btn-outline-success:active,
.btn-outline-success.active {
	background: linear-gradient(180deg, #1e7a34 0%, #145523 50%, #0d3a1e 100%);
	border-color: #051f0f;
	color: #fff;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Danger Button (Purple/Magenta) */
.btn-danger {
	background: linear-gradient(180deg, #dc3545 0%, #a71d31 50%, #751f22 100%);
	border: 2px solid #4a1217;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.btn-danger:hover {
	background: linear-gradient(180deg, #ff4757 0%, #dc3545 50%, #a71d31 100%);
	border-color: #751f22;
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 6px 12px rgba(167, 29, 49, 0.5);
	transform: translateY(-2px);
}

.btn-danger:active,
.btn-danger.active {
	background: linear-gradient(180deg, #a71d31 0%, #751f22 50%, #4a1217 100%);
	border-color: #2a0a0c;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0);
}

.btn-danger:disabled {
	background: linear-gradient(180deg, #6b6b6b 0%, #4a4a4a 50%, #2a2a2a 100%);
	border-color: #1a1a1a;
	color: #999;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Danger Outline Button */
.btn-outline-danger {
	color: #dc3545;
	border: 2px solid #dc3545;
	font-weight: 600;
	transition: all 0.2s ease;
}

.btn-outline-danger:hover {
	background: linear-gradient(180deg, #dc3545 0%, #a71d31 50%, #751f22 100%);
	border-color: #4a1217;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.btn-outline-danger:active,
.btn-outline-danger.active {
	background: linear-gradient(180deg, #a71d31 0%, #751f22 50%, #4a1217 100%);
	border-color: #2a0a0c;
	color: #fff;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Warning Button (Orange) */
.btn-warning {
	background: linear-gradient(180deg, #fd7e14 0%, #d66a1a 50%, #9d4a0f 100%);
	border: 2px solid #662d08;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.btn-warning:hover {
	background: linear-gradient(180deg, #ff9433 0%, #fd7e14 50%, #d66a1a 100%);
	border-color: #9d4a0f;
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 6px 12px rgba(214, 106, 26, 0.5);
	transform: translateY(-2px);
}

.btn-warning:active,
.btn-warning.active {
	background: linear-gradient(180deg, #d66a1a 0%, #9d4a0f 50%, #662d08 100%);
	border-color: #3d1b04;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0);
}

.btn-warning:disabled {
	background: linear-gradient(180deg, #6b6b6b 0%, #4a4a4a 50%, #2a2a2a 100%);
	border-color: #1a1a1a;
	color: #999;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Warning Outline Button */
.btn-outline-warning {
	color: #fd7e14;
	border: 2px solid #fd7e14;
	font-weight: 600;
	transition: all 0.2s ease;
}

.btn-outline-warning:hover {
	background: linear-gradient(180deg, #fd7e14 0%, #d66a1a 50%, #9d4a0f 100%);
	border-color: #662d08;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.btn-outline-warning:active,
.btn-outline-warning.active {
	background: linear-gradient(180deg, #d66a1a 0%, #9d4a0f 50%, #662d08 100%);
	border-color: #3d1b04;
	color: #fff;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Info Button (Blue) */
.btn-info {
	background: linear-gradient(180deg, #17a2b8 0%, #0f7a93 50%, #085c70 100%);
	border: 2px solid #053c4a;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.btn-info:hover {
	background: linear-gradient(180deg, #20c5d8 0%, #17a2b8 50%, #0f7a93 100%);
	border-color: #085c70;
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 6px 12px rgba(23, 162, 184, 0.5);
	transform: translateY(-2px);
}

.btn-info:active,
.btn-info.active {
	background: linear-gradient(180deg, #0f7a93 0%, #085c70 50%, #053c4a 100%);
	border-color: #021f27;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0);
}

.btn-info:disabled {
	background: linear-gradient(180deg, #6b6b6b 0%, #4a4a4a 50%, #2a2a2a 100%);
	border-color: #1a1a1a;
	color: #999;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Info Outline Button */
.btn-outline-info {
	color: #17a2b8;
	border: 2px solid #17a2b8;
	font-weight: 600;
	transition: all 0.2s ease;
}

.btn-outline-info:hover {
	background: linear-gradient(180deg, #17a2b8 0%, #0f7a93 50%, #085c70 100%);
	border-color: #053c4a;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.btn-outline-info:active,
.btn-outline-info.active {
	background: linear-gradient(180deg, #0f7a93 0%, #085c70 50%, #053c4a 100%);
	border-color: #021f27;
	color: #fff;
	box-shadow: 
		inset 0 2px 4px rgba(0, 0, 0, 0.5),
		0 2px 4px rgba(0, 0, 0, 0.4);
}
