:root {
	--tblr-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
	--tblr-success: #10B981;
	--tblr-success-rgb: 16, 185, 129;
}
body {
	font-feature-settings: "cv03", "cv04", "cv11";
}
a.card:hover {
	box-shadow: none !important;
}
.bg-success {
	background-color: #10B981 !important;
}
.card {
	--tblr-card-border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: var(--tblr-primary) !important;
	border-color: var(--tblr-primary) !important;
	opacity: 0.9 !important;
}

[x-cloak] { display: none !important; }

.section {
	margin: 3rem 0;
}

.border-input {
	border-color: #dadfe5 !important;
}

.card-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fs-100 {
	font-size: 100%;
}

.alert-success {
	color: #fff;
	background-color: var(--tblr-success) !important;
}
.alert-danger {
	color: #fff;
	background-color: var(--tblr-danger) !important;
}
.alert-warning {
	color: #fff;
	background-color: var(--tblr-warning) !important;
}
.alert-info {
	color: #fff;
	background-color: var(--tblr-info) !important;
}

.widget-title {
	color: inherit;
	margin-bottom: 0.5rem;
}

.widget-link {
	--tblr-text-opacity: 1;
	color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}
[data-bs-theme=dark] .widget-link {
	color: rgba(255, 255, 255, 0.5) !important;
}
.widget-link:hover {
	text-decoration: none;
	color: inherit !important;
}

.footer {
	color: inherit;
	background-color: var(--tblr-bg-surface);
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumb {
	background-color: var(--tblr-bg-surface);
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid var(--tblr-border-color) !important;
	margin-bottom: 0.75rem;
}
.breadcrumb-item a {
	color: inherit;
}
.breadcrumb-item.active {
	--tblr-text-opacity: 1;
	font-weight: normal;
	color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}
[data-bs-theme=dark] .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.5) !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	color: var(--tblr-dropdown-link-active-color) !important;
	text-decoration: none;
	background-color: var(--tblr-dropdown-link-active-bg);
}
[data-bs-theme=dark] .dropdown-item.active, .dropdown-item:active,
[data-bs-theme=dark] .dropdown-item:hover {
	color: #fff !important;
}

[data-bs-theme=dark] .text-muted {
	color: rgba(255, 255, 255, 0.5) !important;
}

.btn-transparent {
	background-color: transparent;
	border-color: transparent !important;
	box-shadow: none;
	color: inherit;
}

@media (min-width: 768px) {
	.navbar-expand-md .nav-item:hover {
		position: relative;
	}
	.navbar-expand-md .nav-item:hover:not(.no-hover-border)::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -.25rem;
		border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
		border-bottom-width: 2px;
	}
}

.ti {
	font-size: 20px;
}

.page-center {
	justify-content: center;
}

.card-header .ck-content p:last-child,
.card-body .ck-content p:last-child {
	margin-bottom: 0;
}

.superWheel .sWheel-inner {
	background-color: #d2a100;
	border-radius: 100%;
}

.input-group.input-icon {
	margin-left: 1px;
}
.input-group.input-icon .input-icon-addon {
	z-index: 6;
}
.input-group.input-icon .form-control {
	height: calc(2.25rem + 2px);
}

.table a:not(.btn) {
	color: inherit;
}
.table a:hover {
	text-decoration: none;
}

.btn-group-sm>.btn, .btn-sm {
	--tblr-btn-line-height: 1.625;
	--tblr-btn-icon-size: 0.813rem;
}

tbody td {
	vertical-align: middle;
}

.btn-icon .ti {
	font-size: 1rem;
}

.bg-surface {
	background-color: var(--tblr-bg-surface);
}

.card-product .stock {
	position: absolute;
	top: -.75rem;
	left: -0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	padding: .325rem .625rem;
	font-size: 90%;
	color: #ffffff;
	border-radius: .375rem;
	z-index: 2;
}
.card-product .stock.stock-sm {
	top: -0.5rem;
	left: -0.5rem;
	font-size: 85%;
	padding: .25rem .5rem;
}
.card-product .stock.have-stock {
	background-color: #fb6340;
}
.card-product .stock.stock-out {
	background-color: #f5365c;
}

.card-product .discount {
	position: absolute;
	top: -1.25rem;
	right: -0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	font-weight: 600;
	color: #ffffff !important;
	background-color: #e53e3e !important;
	border-radius: 50%;
	z-index: 2;
}
.card-product .discount.discount-sm {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 90%;
	font-weight: 600;
	top: -0.75rem;
	right: -0.5rem;
}


.card-product .price {
	font-size: 1.125rem;
	font-weight: 600;
}

.card-product .old-price {
	font-size: 80%;
	font-weight: 700;
	color: #f5365c;
	text-decoration: line-through;
}

.card-product {
	height: 100%;
}

.card-product .card-img-top {
	height: auto;
}

.card-product .card-body {
	display: flex;
	flex-direction: column;
	position: initial;
}

/* Category page card styles — match main store design */
.card-product .card-body .fs-lg {
	color: #1a1a1a !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	text-align: center !important;
}
.card-product .card-body .text-heading {
	color: #1a1a1a !important;
	text-align: center !important;
	display: block !important;
}
.card-product .card-body .old-price {
	color: rgba(26,26,26,0.5) !important;
}
.card-product .card-body .btn-primary {
	background: #1a1a1a !important;
	border-color: #1a1a1a !important;
	color: #f0ebe3 !important;
	border-radius: 12px !important;
	font-weight: 700 !important;
}
.card-product .card-body .btn-primary:hover {
	background: #333 !important;
	border-color: #333 !important;
}

.border-bottom-separator > * {
	padding-top: .875rem;
	padding-bottom: .875rem;
	border-bottom: 1px solid var(--tblr-border-color) !important;
}
.border-bottom-separator > *:last-child {
	border-bottom: 0 !important;
}

.no-underline:hover {
	text-decoration: none;
}

.icon-sm {
	font-size: 1rem !important;
}

.card-img-right {
	border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 992px) {
	.home-slider .carousel-inner, .home-slider .carousel-item {
		height: 400px;
		overflow: hidden;
	}
	.home-slider .carousel-item img {
		height: 400px;
		object-fit: cover;
		overflow: hidden;
	}
}

/* BROADCAST */
.broadcast {
	width: 100%;
	height: 44px;
	background-color: var(--tblr-bg-surface);
	overflow: hidden;
	border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}
.broadcast-item {
	display: inline-block;
	padding: 10px 600px 10px 0;
}
@media (max-width: 768px) {
	.broadcast-item {
		padding-right: 400px;
	}
}
.broadcast-link {
	color: var(--tblr-body-color);
}

.shopping-cart-count-circle {
	width: 18px;
	height: 18px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	font-size: 80%;
	background-color: var(--tblr-primary);
	color: #fff;
}

/*NAV-TABS*/
.nav-tabs {
	margin-bottom: 0;
}
.nav-tabs .nav-link {
	display: block;
	text-align: center;
	padding: 1rem;
	font-weight: 500;
	color: var(--tblr-body-color);
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid var(--tblr-border-color);
}

.nav-tabs .nav-link:hover {
	color: var(--tblr-primary);
	border-color: var(--tblr-border-color);
}

.nav-tabs .nav-link:first-child {
	border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
	border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 2px solid var(--tblr-primary);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--tblr-primary);
	border-color: var(--tblr-primary);
	background-color: transparent;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	--tblr-btn-disabled-border-color: var(--tblr-btn-disabled-bg);
}

@media (min-width: 768px) {
	.termsfeed-com---nb .cc-nb-main-container {
		padding: 2rem !important;
	}
	.termsfeed-com---nb-simple {
		bottom: 20px !important;
		right: 20px !important;
		border-radius: 0.625rem !important;
	}
}
.cc-cp-foot-byline {
	visibility: hidden;
}
.cc-pc-head-close:focus {
	border: none !important;
}
.termsfeed-com---palette-dark *:focus {
	box-shadow: none !important;
}
.cc-nb-okagree, .cc-cp-foot-save {
	color: #1a1a1a !important;
	background-color: var(--tblr-primary) !important;
}

.btn-link {
	color: rgba(var(--tblr-link-color-rgb),var(--tblr-link-opacity,1));
}

.btn-link:hover {
	color: rgba(var(--tblr-link-hover-color-rgb),var(--tblr-link-opacity,1));
}

.role__default {
	display: inline-block;
	justify-content: center;
	align-items: center;
	background: var(--tblr-bg-surface-secondary);
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 1.35714285em;
	font-size: 85%;
	font-weight: var(--tblr-font-weight-bold);
	letter-spacing: .04em;
	vertical-align: bottom;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	text-align: center;
	white-space: nowrap;
	border-radius: 0.25rem;
}

.forum-online-users a:hover {
	text-decoration: none;
}
.forum-online-users a:not(:last-child)::after {
	margin-left: -3px;
	content: ",";
	font-size: 90%;
	color: rgb(var(--tblr-body-color-rgb)) !important;
}

.select2-container--bootstrap4 .select2-selection--single {
	height: calc(1.875em + .75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	line-height: calc(1.875em + .75rem);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
}

.select2-container--bootstrap4 .select2-selection {
	background-color: var(--tblr-bg-forms);
	border-color: var(--tblr-border-color);
}

.select2-results__option {
	background-color: var(--tblr-bg-forms);
}

.select2-container--bootstrap4 .select2-dropdown {
	border-color: var(--tblr-border-color);
}

/* ckeditor */
.ck-editor__editable {
	min-height: 150px !important;
}
[data-bs-theme=dark] .ck-editor .ck-content {
	background: var(--tblr-bg-surface) !important;
	border-color: var(--tblr-border-color-translucent) !important;
}
[data-bs-theme=dark] .card .ck-editor .ck-content {
	background: var(--tblr-bg-forms) !important;
	border-color: var(--tblr-bg-forms) !important;
}
[data-bs-theme=dark] .ck-editor .ck-toolbar {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
[data-bs-theme=dark] .ck-editor .ck-toolbar__items * {
	color: #FFF !important;
}
[data-bs-theme=dark] .ck-editor .ck-button:hover {
	background: #111111 !important;
}
[data-bs-theme=dark] .ck-editor .ck-button:focus {
	background: #111111 !important;
}
[data-bs-theme=dark] .ck-editor .ck-list__item {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
.ck-editor.ck-toolbar {
	border: 1px solid #efefef !important;
}

.header-banner{
	position: relative;
	overflow: hidden;
	background: #0c0c0d;
}

.header-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 255px;
	background: #0c0c0d;
}

.header-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.header-banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
	.header-banner-content {
		width: 100%;
		justify-content: center;
	}
}
.zoom-hover {
	transition: transform .3s;
	transform: scale(1.0);
}
.zoom-hover:hover {
	transform: scale(1.1);
}
.header-banner-logo {
	max-height: 150px;
}
.header-side-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 0.5rem;
	color: #fff;
}
.header-side-icon svg {
	fill: white;
	width: 30px;
	height: 30px;
}

#powered_by_leaderos {
	color: var(--body-color);
}

[data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image {
	filter: none !important;
}
.auth-logo {
	max-height: 100px;
}
.auth-layout #powered_by_leaderos {
	opacity: 0.75;
}
[data-bs-theme=dark] .auth-layout #powered_by_leaderos {
	opacity: 0.5;
}
.toggle-password {
	line-height: 1;
}

.user-data {
	display: flex;
	align-items: center;
	padding: 8px;
}

.user-data:nth-child(2n) {
	border-right: none !important;
}

.user-data:last-child {
	border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
	.user-data {
		border-right: none !important;
	}
}

.sidebar-profile-card .sidebar-link {
	display: flex;
	align-items: center;
	padding: 0.5rem 1.5rem;
	color: var(--body-color);
	text-decoration: none !important;
}
.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
	background-color: rgb(var(--tblr-body-bg-rgb));
}
.avatar-150px {
	width: 150px;
	height: 150px;
}

/* === Origin Realms Header === */
.or-header-wrapper { position: relative; }

/* Hero image — default height for inner pages */
.or-header-wrapper .header-image,
.header-image {
  height: 75vh !important;
  min-height: 500px !important;
  max-height: 800px !important;
}
/* Homepage header — same height as other pages now */
.or-header-home .header-image {
  height: 75vh !important;
  min-height: 500px !important;
  max-height: 800px !important;
}
.or-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 12%, transparent 25%),
    linear-gradient(to bottom, transparent 30%, rgba(12,12,13,0.4) 50%, rgba(12,12,13,0.8) 65%, #0c0c0d 80%, #0c0c0d 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .or-header-wrapper .header-image,
  .header-image {
    height: 50vh !important;
    min-height: 300px !important;
  }
  .or-header-home .header-image {
    height: 50vh !important;
    min-height: 300px !important;
  }
}

/* Navbar floats over the hero */
.or-navbar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Hero center content — logo, CTA, scroll indicator (homepage only) */
.or-hero-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding-top: 4rem;
}
.or-hero-center > * { pointer-events: auto; }

.or-hero-logo a { display: block; }
.or-hero-logo img {
  max-width: 700px;
  width: 55vw;
  height: auto;
  filter: none;
}

.or-hero-cta-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.5rem;
}

.or-hero-cta {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.or-hero-ip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, #fdd849 0%, #f0b818 100%);
  color: #1a1a1a;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 3.5rem;
  border: none;
  border-bottom: 5px solid #c99212;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.15s, transform 0.1s;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.or-hero-ip-btn:hover {
  filter: brightness(1.06);
  color: #1a1a1a;
  text-decoration: none;
}
.or-hero-ip-btn:active {
  transform: translateY(2px);
  border-bottom-width: 3px;
}

.or-hero-discord-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  background: linear-gradient(180deg, #6d78f6 0%, #5865F2 100%);
  border: none;
  border-bottom: 5px solid #3640a0;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: filter 0.15s, transform 0.1s;
}
.or-hero-discord-btn svg { width: 26px; height: 26px; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25)); }
.or-hero-discord-btn:hover { filter: brightness(1.1); color: #fff; text-decoration: none; }
.or-hero-discord-btn:active { transform: translateY(2px); border-bottom-width: 3px; }

/* Player count badge — floating top-right of IP button */
.or-hero-player-badge {
  position: absolute;
  top: -12px;
  right: calc(58px + 10px + 16px);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(30, 20, 60, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  z-index: 2;
}
.or-hero-player-badge svg { opacity: 0.8; }

/* Hero badges row */
.or-hero-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.or-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}
a.or-hero-badge:hover {
  background: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.1) 100%);
  border-color: rgba(255,255,255,0.35);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.15);
}
.or-hero-badge svg {
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}
a.or-hero-badge:hover svg {
  opacity: 1;
  transform: translateX(2px);
}
.or-hero-badge-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(74, 222, 128, 0.6);
}

.or-hero-scroll {
  margin-top: 1.5rem;
  color: rgba(255,255,255,0.5);
  animation: or-hero-bounce 2s ease infinite;
}

@keyframes or-hero-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* Adjust page overlap — homepage has full-height hero, other pages use original overlap */
.or-header-wrapper ~ .page-wrapper { margin-top: -25rem !important; }
.or-header-home ~ .page-wrapper { margin-top: -25rem !important; }

@media (max-width: 768px) {
  .or-hero-logo img { max-width: 320px; width: 75vw; }
  .or-hero-ip-btn { font-size: 0.85rem; padding: 0.75rem 2rem; }
  .or-hero-discord-btn { width: 46px; }
  .or-hero-badges { display: none; }
  .or-hero-player-badge { font-size: 0.7rem; top: -10px; right: -8px; }
  .or-hero-scroll { margin-top: 1.5rem; }
  .or-header-wrapper ~ .page-wrapper { margin-top: -10rem !important; }
  .or-header-home ~ .page-wrapper { margin-top: -10rem !important; }
}

/* Logo (fallback for non-hero pages) */
.or-navbar-logo { height: 44px !important; }

/* Nav links */
.or-navbar .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  padding: 0.6rem 1rem;
  border-radius: 4px;
}
.or-navbar .nav-link:hover { color: #fff !important; opacity: 0.8; }
.or-navbar .nav-item:hover::after,
.or-navbar .nav-item.active::after { display: none !important; }
/* Hide icons on desktop, show only text */
.or-navbar .nav-link-icon { display: none !important; }
/* Active item: teal button */
.or-navbar .nav-item.active .nav-link {
  background-color: #25B5CC;
  color: #fff !important;
  opacity: 1;
}

/* Right-side buttons */
.or-nav-right { display: flex; align-items: center; gap: 0.5rem; }

.or-discord-btn {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background-color: #5865F2;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color 0.15s;
}
.or-discord-btn svg { width: 20px; height: 20px; fill: white; }
.or-discord-btn:hover { background-color: #4752c4; text-decoration: none; }

.or-ip-btn {
  display: flex; align-items: center; gap: 0.5rem;
  background-color: #f0ebe3;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.or-ip-btn:hover { background-color: #ddd5c8; color: #1a1a1a; text-decoration: none; }

.or-ip-btn-wrapper {
  position: relative;
}
.or-ip-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #4ade80;
  color: #0a3d1f;
  font-size: 0.65rem;
  font-weight: 800;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 0 0 2px rgba(12,12,13,0.8);
}

/* Remove page-wrapper top padding added for the navbar (our navbar is absolute) */
.page-wrapper { padding-top: 0 !important; }
/* Pull page content up to overlap the faded header — only when header exists */
.or-header-wrapper ~ .page-wrapper { position: relative; z-index: 2; }
@media (max-width: 768px) {
  .or-store-banner-overlay { display: none; }
}

/* Reduce spacing between hero and blog section */
.home-section,
.store-section { margin: 0 !important; padding-top: 8rem !important; }

/* === Origin Realms Blog Grid === */
.or-blog-title {
  display: none;
}
.or-discord-section {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.or-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .or-blog-grid { grid-template-columns: 1fr; }
}

.or-blog-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.45);
  aspect-ratio: 16 / 9;
}
.or-blog-card:hover { text-decoration: none; color: #fff; }

.or-blog-card-img {
  position: absolute;
  inset: 0;
  background: #1a1a1a;
}
.or-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.or-blog-card:hover .or-blog-card-img img { transform: scale(1.05); }

.or-blog-card-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
  z-index: 1;
}

.or-blog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  line-height: 1.3;
  color: #fff;
}

.or-blog-card-meta {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.7);
}
.or-blog-card-category {
  color: #25B5CC;
  font-weight: 600;
}
.or-blog-card-sep { opacity: 0.5; }
.or-blog-card-date { opacity: 0.7; }

.or-blog-card-excerpt {
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.8;
  margin: 0;
  color: rgba(255,255,255,0.85);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === Discord Social Section === */
.or-discord-section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  margin: 1rem 0 2rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #1e1a14 50%, #2a2318 100%);
  border-radius: 20px;
  overflow: visible;
  min-height: 280px;
  position: relative;
}

.or-discord-mascot {
  flex: 0 0 400px;
  position: relative;
  overflow: visible;
}
.or-discord-mascot img {
  position: absolute;
  right: -4rem;
  bottom: 0;
  width: 600px;
  max-width: none;
  display: block;
  pointer-events: none;
}

.or-discord-content {
  flex: 1;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.or-discord-heading {
  font-size: 1.75rem;
  font-weight: 900;
  color: #f0ebe3;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.or-discord-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(240,235,227,0.65);
  margin-bottom: 1.75rem;
  max-width: 520px;
}

.or-discord-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  background-color: #5865F2;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.or-discord-cta:hover { background-color: #4752c4; color: #fff; text-decoration: none; }

@media (max-width: 768px) {
  .or-discord-section { flex-direction: column-reverse; overflow: hidden; }
  .or-discord-mascot { flex: none; width: 100%; height: 180px; }
  .or-discord-mascot img { width: 80%; height: 180px; object-position: center top; right: 0; left: 50%; transform: translateX(-50%); }
  .or-discord-content { padding: 1.75rem; text-align: center; align-items: center; }
  .or-discord-text { max-width: 100%; }
  .or-discord-cta { align-self: center; }
}

/* Mobile navbar: single row, compact */
@media (max-width: 768px) {
  .or-navbar .container-xl {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .or-navbar .navbar-brand { order: 0; flex: 0 0 auto; }
  .or-navbar-logo { height: 32px !important; }
  .or-navbar .or-nav-right {
    order: 1;
    flex: 0 0 auto;
    margin-left: auto !important;
    gap: 0.4rem !important;
  }
  .or-navbar .navbar-toggler { display: none !important; }
  .or-navbar .or-nav-right .btn { padding: 0.3rem 0.6rem !important; font-size: 0.75rem !important; }
  .or-navbar .or-nav-right .or-discord-btn { width: 32px !important; height: 32px !important; padding: 0 !important; }
}

/* User menu in or-navbar */
.or-navbar .nav-link.d-flex { color: #fff !important; }
/* Login button — ghost style */
.or-navbar .btn-transparent {
  color: #f0ebe3 !important;
  background: transparent !important;
  border: 1px solid rgba(240,235,227,0.4) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}
.or-navbar .btn-transparent:hover {
  background: rgba(240,235,227,0.1) !important;
  border-color: rgba(240,235,227,0.7) !important;
}
/* Register button — solid cream */
.or-navbar .btn-primary {
  background: #f0ebe3 !important;
  border-color: #f0ebe3 !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  opacity: 1 !important;
}
.or-navbar .btn-primary:hover {
  background: #e0d9cf !important;
  border-color: #e0d9cf !important;
  color: #1a1a1a !important;
}
/* === Origin Realms Footer === */
.or-footer {
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 2rem !important;
  margin-bottom: 50px !important;
}
.or-footer,
.or-footer *,
[data-bs-theme=dark] .or-footer,
[data-bs-theme=dark] .or-footer * {
  color: #1a1a1a !important;
  background-color: transparent;
}
.or-footer-ip-btn,
.or-footer-player-count {
  background-color: rgba(0,0,0,0.15) !important;
}
.or-footer-inner {
  display: flex;
  align-items: stretch;
  padding: 0 1rem;
  gap: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0ebe3 !important;
}
.or-footer-mascot {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.or-footer-mascot img {
  height: 120px;
  width: auto;
  display: block;
}
.or-footer-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 0;
  gap: 0.75rem;
}
.or-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.or-footer-ip-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.or-footer-ip-btn {
  background-color: rgba(0,0,0,0.15);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.or-footer-ip-btn:hover { background-color: rgba(0,0,0,0.25); }
.or-footer-player-count {
  background-color: rgba(0,0,0,0.15);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.45rem 0.75rem;
  border-radius: 6px;
}
.or-footer-socials {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.or-footer-social-link {
  color: rgba(90,48,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color 0.15s;
}
.or-footer-social-link:hover { color: #1a1a1a; }
.or-footer-social-link svg { width: 22px; height: 22px; }
.or-footer-bottom {}
.or-footer-copyright {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
}
.or-footer-disclaimer {
  font-weight: 400;
  opacity: 0.8;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .or-footer-mascot { display: none; }
  .or-footer-top { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .or-footer-socials { flex-wrap: wrap; }
}

/* Blog view all */
.or-blog-view-all-wrap {
  text-align: center;
  margin: 2rem 0 1.5rem;
}
.or-blog-view-all-btn {
  display: inline-block;
  background-color: #f0ebe3;
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.75rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
}
.or-blog-view-all-btn:hover { background-color: #ddd5c8; color: #1a1a1a !important; text-decoration: none; }

/* === Store Category Cards === */
.or-store-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #1a1a1a !important;
  text-decoration: none;
  overflow: hidden;
  min-height: 340px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.or-store-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(240,235,227,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.or-store-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.55);
  text-decoration: none;
}
/* Image area — large, centered, with floating shadow */
.or-store-card-img-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem 1rem;
  width: 100%;
}
.or-store-card-img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.6));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.or-store-card:hover .or-store-card-img {
  transform: translateY(-6px) scale(1.06);
  filter: drop-shadow(0 20px 32px rgba(0,0,0,0.75));
}
/* Bottom strip */
.or-store-card-footer {
  width: 100%;
  background-color: rgba(240,235,227,0.06);
  border-top: 1px solid rgba(240,235,227,0.08);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.or-store-card-name {
  color: #f0ebe3 !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.or-store-card-btn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background-color: #f0ebe3;
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.2s, transform 0.2s;
}
.or-store-card:hover .or-store-card-btn {
  background-color: #fff;
  transform: translateX(2px);
}

/* === Background texture (dark mode) === */
[data-bs-theme=dark] body {
  background-color: #16181d !important;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
}
[data-bs-theme=dark] .page {
  background: transparent !important;
}

/* === Store Product Cards (cream style) === */
/* === Product Card Redesign === */
.card-product {
  background-color: #f0ebe3 !important;
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10) !important;
  position: relative !important;
}
[data-bs-theme=dark] .card-product {
  background-color: #f0ebe3 !important;
}
.card-product:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.22) !important;
}
/* Image */
.card-product .card-img-top {
  width: 100% !important;
  height: 200px !important;
  object-fit: contain !important;
  padding: 2rem 1.5rem 1rem !important;
  transition: transform 0.3s ease !important;
  background: transparent !important;
}
.card-product:hover .card-img-top {
  transform: scale(1.07) !important;
}
/* Card body */
.card-product .card-body {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 1rem 1rem !important;
  flex: 1 !important;
}
/* Product name */
.cp-name {
  color: #1a1a1a !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  margin: 0 0 1rem !important;
}
/* Dark inset buy bar */
.cp-buy {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
  background: #1a1a1a !important;
  border-radius: 12px !important;
  padding: 0.75rem 1rem !important;
  color: #f0ebe3 !important;
  margin-top: auto !important;
  font-weight: 700 !important;
}
.cp-buy .ti { font-size: 1.1rem; }
.cp-buy-danger { background: #b91c1c !important; }
.cp-buy-disabled { opacity: 0.6 !important; }
.cp-prices {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.2 !important;
}
.cp-old-price {
  font-size: 0.7rem !important;
  color: rgba(240,235,227,0.5) !important;
  text-decoration: line-through !important;
  font-weight: 500 !important;
}
.cp-new-price {
  font-size: 0.95rem !important;
  color: #f0ebe3 !important;
  font-weight: 800 !important;
}
/* SAVE badge — top left red pill */
.cp-save-badge {
  position: absolute !important;
  top: 0.75rem !important;
  left: 0.75rem !important;
  background: #e53e3e !important;
  color: #fff !important;
  font-size: 0.65rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.25rem 0.6rem !important;
  border-radius: 20px !important;
  z-index: 2 !important;
}
/* Stock badge */
.card-product .stock {
  top: 0.75rem !important;
  right: 0.75rem !important;
  left: auto !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  padding: 0.25rem 0.5rem !important;
}

/* Hide framework-injected LeaderOS bar */
body > a[href="https://www.leaderos.net"],
a[style*="z-index: 99999"],
a[style*="bottom: 0"][style*="width: 100%"] {
  display: none !important;
}
.or-footer {
  margin-bottom: 2rem !important;
}

/* === Vote Cards === */
.or-vote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.or-vote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f0ebe3;
  border-radius: 16px;
  padding: 1.5rem;
  text-decoration: none;
  min-height: 160px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.or-vote-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.3);
  text-decoration: none;
}
.or-vote-card-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(90,48,0,0.15);
  line-height: 1;
}
.or-vote-card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a !important;
  margin-top: 0.5rem;
}
.or-vote-card-action {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a !important;
}
.or-vote-card-action svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.or-vote-card:hover .or-vote-card-action svg {
  transform: translate(3px, -3px);
}

/* === Help Article Cards === */
.or-help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.or-help-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f0ebe3;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  min-height: 180px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.or-help-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.3);
  text-decoration: none;
}
.or-help-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.or-help-card-has-bg .or-help-card-overlay {
  opacity: 1;
}
.or-help-card-content {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
/* Default style (no background image) */
.or-help-card-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(90,48,0,0.15);
  line-height: 1;
}
.or-help-card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a !important;
  margin-top: 0.5rem;
}
.or-help-card-action {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a !important;
}
.or-help-card-action svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.or-help-card:hover .or-help-card-action svg {
  transform: translate(3px, -3px);
}
/* With background image — white text */
.or-help-card-has-bg .or-help-card-number {
  color: rgba(255,255,255,0.5);
}
.or-help-card-has-bg .or-help-card-name {
  color: #fff !important;
  font-size: 1.35rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.or-help-card-has-bg .or-help-card-action {
  color: rgba(255,255,255,0.85) !important;
}
.or-help-card-has-bg:hover .or-help-card-overlay {
  background: rgba(0,0,0,0.65);
}

/* === Help Topic Cards === */
.or-help-topic-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background-color: #1e2128;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.or-help-topic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.4);
  text-decoration: none;
}
.or-help-topic-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.or-help-topic-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.or-help-topic-name {
  padding: 0.85rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff !important;
}

.or-navbar .or-ip-btn,
.or-navbar .or-ip-btn * {
  color: #1a1a1a !important;
}

/* === Product Page === */
.or-product-card {
  display: grid;
  grid-template-columns: 220px 1fr 300px;
  gap: 0;
  background-color: #f0ebe3;
  border-radius: 20px;
  overflow: hidden;
}
.or-product-img-wrap {
  background-color: #e5ddd4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.or-product-img-featured {
  background: url('../img/featured-card-bg.png') center/cover no-repeat;
  align-items: flex-start;
  padding-top: 2.5rem;
}
.or-product-img {
  width: 100%;
  max-width: 160px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.or-product-info {
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(0,0,0,0.08);
}
.or-product-category {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(26,26,26,0.5) !important;
  margin-bottom: 0.4rem;
}
.or-product-name {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a !important;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.or-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.or-product-badge {
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.or-badge-duration { background: rgba(0,0,0,0.1); color: #1a1a1a; }
.or-badge-discount { background: #e53e3e; color: #fff; }
.or-badge-danger   { background: #e53e3e; color: #fff; }
.or-badge-warning  { background: #d97706; color: #fff; }
.or-product-details { color: #1a1a1a !important; line-height: 1.7; }

.or-product-summary {
  padding: 2.5rem 2rem;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
}
.or-product-summary-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
.or-product-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.or-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}
.or-summary-discount { color: #fc8181 !important; }
.or-summary-total {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 0.75rem;
  margin-top: 0.25rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff !important;
}
.or-summary-total span:last-child { color: #f0ebe3 !important; }
.or-product-buy-btn {
  display: block;
  text-align: center;
  background-color: #f0ebe3;
  color: #1a1a1a !important;
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s;
}
.or-product-buy-btn:hover { background-color: #ddd5c8; color: #1a1a1a !important; text-decoration: none; }

@media (max-width: 900px) {
  .or-product-card { grid-template-columns: 1fr; }
  .or-product-summary { border-radius: 0 0 20px 20px; }
}

/* === Cart Page === */
.or-cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.5rem;
  align-items: start;
}
.or-cart-items {
  background-color: #f0ebe3;
  border-radius: 20px;
  overflow: hidden;
  min-height: 200px;
}
.or-cart-loading, .or-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  color: #1a1a1a;
  gap: 1rem;
}
.or-cart-empty svg { width: 48px; height: 48px; opacity: 0.3; }
.or-cart-empty p { opacity: 0.5; font-size: 0.95rem; }
.or-cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  color: #1a1a1a !important;
}
.or-cart-item:last-child { border-bottom: none; }
.or-cart-item-name { display: flex; flex-direction: column; gap: 0.2rem; font-weight: 600; color: #1a1a1a !important; }
.or-cart-item-name small { font-weight: 400; opacity: 0.6; font-size: 0.78rem; }
.or-cart-item-price, .or-cart-item-total { color: #1a1a1a !important; font-weight: 600; font-size: 0.9rem; }
.or-cart-old-price { text-decoration: line-through; opacity: 0.4; margin-right: 0.35rem; font-size: 0.8rem; }
.or-cart-item-qty { display: flex; align-items: center; }
.or-qty-btn { background: rgba(0,0,0,0.1); border: none; width: 28px; height: 28px; border-radius: 6px; font-weight: 700; color: #1a1a1a; cursor: pointer; }
.or-qty-btn:hover { background: rgba(0,0,0,0.2); }
.or-qty-input { width: 36px; text-align: center; border: none; background: transparent; font-weight: 600; color: #1a1a1a !important; }
.or-cart-item-actions { display: flex; gap: 0.4rem; }
.or-cart-action-btn { width: 30px; height: 30px; border-radius: 6px; border: none; cursor: pointer; font-size: 0.75rem; display: flex; align-items: center; justify-content: center; }
.or-cart-action-info { background: rgba(0,0,0,0.1); color: #1a1a1a; text-decoration: none; }
.or-cart-action-delete { background: #e53e3e; color: #fff; }

/* Cart summary (reuses .or-product-summary styles) */
.or-cart-summary {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 2rem 1.75rem;
}
.or-cart-cashback {
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7) !important;
  margin-bottom: 1.25rem;
}
.or-cart-field { margin-bottom: 1rem; }
.or-cart-field label { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.5) !important; margin-bottom: 0.4rem; }
.or-cart-input-group { display: flex; gap: 0.5rem; }
.or-cart-input-group input { flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 0.55rem 0.75rem; color: #fff !important; font-size: 0.88rem; outline: none; }
.or-cart-input-group button { background: #f0ebe3; color: #1a1a1a; border: none; border-radius: 8px; padding: 0.55rem 1rem; font-weight: 700; font-size: 0.82rem; cursor: pointer; white-space: nowrap; }
.or-cart-input-group .or-btn-remove { background: #e53e3e; color: #fff; }
.or-alert-success { color: #6ee7b7 !important; font-size: 0.8rem; margin-top: 0.3rem; display: block; }
.or-alert-error { color: #fc8181 !important; font-size: 0.8rem; margin-top: 0.3rem; display: block; }
.or-cart-select { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 0.55rem 0.75rem; color: #fff !important; font-size: 0.88rem; outline: none; }
.or-cart-select option { background: #1a1a1a; }
.or-cart-check { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; }
.or-cart-check label { color: rgba(255,255,255,0.7) !important; font-size: 0.85rem; }
.or-cart-check a { color: #f0ebe3 !important; }

@media (max-width: 900px) {
  .or-cart-layout { grid-template-columns: 1fr; }
  .or-cart-item { grid-template-columns: 1fr 1fr; }
}

/* === Profile Page === */
.or-profile-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .or-profile-layout { grid-template-columns: 1fr; }
}

/* Sidebar */
.or-profile-sidebar {
  background-color: #1a1a1a;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 80px;
}
.or-profile-avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(160deg, #2a2a2a 0%, #1a1a1a 100%);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.or-profile-avatar {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 90px !important;
  border-radius: 16px !important;
  border: 3px solid rgba(240,235,227,0.2) !important;
  margin-bottom: 0.75rem;
  image-rendering: pixelated;
  background: rgba(26,26,26,0.3);
  object-fit: contain;
}
.or-profile-username {
  color: #f0ebe3 !important;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  text-align: center;
}
.or-profile-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
}
.or-profile-role {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  background-color: rgba(240,235,227,0.1);
  color: #f0ebe3;
}

/* Nav */
.or-profile-nav { padding: 0.75rem 0 1rem; }
.or-profile-nav-group { margin-bottom: 0.25rem; }
.or-profile-nav-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(240,235,227,0.35);
  padding: 0.75rem 1.25rem 0.35rem;
}
.or-profile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.25rem;
  color: rgba(240,235,227,0.65) !important;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.15s ease;
}
.or-profile-nav-link:hover {
  color: #f0ebe3 !important;
  background-color: rgba(240,235,227,0.05);
}
.or-profile-nav-link.active {
  color: #f0ebe3 !important;
  border-left-color: #f0ebe3;
  background-color: rgba(240,235,227,0.08);
}
.or-profile-nav-link i { font-size: 1rem; opacity: 0.7; }
.or-profile-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

/* Main content */
.or-profile-content { display: flex; flex-direction: column; gap: 1.25rem; }

.or-profile-card {
  background-color: #f0ebe3 !important;
  border-radius: 16px;
  overflow: hidden;
  color: #1a1a1a !important;
}
[data-bs-theme=dark] .or-profile-card {
  background-color: #f0ebe3 !important;
  color: #1a1a1a !important;
}
.or-profile-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(26,26,26,0.1);
}
.or-profile-card-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26,26,26,0.5);
}
.or-profile-edit-btn {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a1a1a !important;
  text-decoration: none;
  background-color: rgba(26,26,26,0.1);
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  transition: background-color 0.15s;
}
.or-profile-edit-btn:hover { background-color: rgba(26,26,26,0.18); }
.or-profile-view-all {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(26,26,26,0.5) !important;
  text-decoration: none;
}
.or-profile-view-all:hover { color: #1a1a1a !important; }

/* Stats grid */
.or-profile-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0;
}
.or-profile-stat {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(26,26,26,0.07);
  border-right: 1px solid rgba(26,26,26,0.07);
}
.or-profile-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(26,26,26,0.45);
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.or-profile-stat-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  word-break: break-all;
}
.or-stat-enabled { color: #15803d !important; }
.or-stat-disabled { color: #b91c1c !important; }

/* Tabs */
.or-profile-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(26,26,26,0.1);
  overflow-x: auto;
}
.or-profile-tab {
  padding: 0.75rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(26,26,26,0.5) !important;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.15s;
}
.or-profile-tab:hover { color: #1a1a1a !important; }
.or-profile-tab.active {
  color: #1a1a1a !important;
  border-bottom-color: #1a1a1a;
}

/* Table */
.or-profile-table-wrap { overflow-x: auto; }
.or-profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  color: #1a1a1a;
}
.or-profile-table thead tr {
  border-bottom: 1px solid rgba(26,26,26,0.1);
}
.or-profile-table th {
  padding: 0.65rem 1.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(26,26,26,0.45);
  white-space: nowrap;
}
.or-profile-table td {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(26,26,26,0.07);
  color: #1a1a1a;
}
.or-profile-table td a { color: #1a1a1a; font-weight: 600; text-decoration: none; }
.or-profile-table td a:hover { opacity: 0.7; }
.or-profile-table tbody tr:last-child td { border-bottom: none; }

/* Table action btn */
.or-table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 6px;
  background-color: rgba(26,26,26,0.1);
  color: #1a1a1a !important;
  text-decoration: none;
  transition: background-color 0.15s;
}
.or-table-action:hover { background-color: rgba(26,26,26,0.2); }

/* Badges */
.or-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  color: #fff;
}
.or-badge-success { background-color: #15803d; }
.or-badge-danger  { background-color: #b91c1c; }
.or-badge-warning { background-color: #b45309; }
.or-badge-info    { background-color: #0369a1; }

/* Credit */
.or-credit-pos { color: #15803d; font-weight: 700; }
.or-credit-neg { color: #b91c1c; font-weight: 700; }

/* Empty state */
.or-profile-empty {
  padding: 2rem 1.5rem;
  color: rgba(26,26,26,0.45);
  font-size: 0.875rem;
  text-align: center;
}

/* === Alert / Empty State Redesign === */
.alert {
  border: none !important;
  border-radius: 12px !important;
  padding: 1rem 1.25rem !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
}
.alert::before {
  font-family: 'tabler-icons';
  font-size: 1.1rem;
  flex-shrink: 0;
}
.alert-danger {
  background-color: #fef2f2 !important;
  color: #b91c1c !important;
  border-left: 3px solid #b91c1c !important;
}
.alert-danger::before { content: '\eac0'; color: #b91c1c; }
.alert-success {
  background-color: #f0fdf4 !important;
  color: #15803d !important;
  border-left: 3px solid #15803d !important;
}
.alert-success::before { content: '\ea5e'; color: #15803d; }
.alert-warning {
  background-color: #fffbeb !important;
  color: #b45309 !important;
  border-left: 3px solid #b45309 !important;
}
.alert-warning::before { content: '\ea09'; color: #b45309; }
.alert-info {
  background-color: #f0f9ff !important;
  color: #0369a1 !important;
  border-left: 3px solid #0369a1 !important;
}
.alert-info::before { content: '\ea77'; color: #0369a1; }

/* === 404 Page === */
.or-404-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.or-404-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem;
  gap: 1rem;
}
.or-404-mascot {
  width: 320px;
  max-width: 80vw;
  filter: drop-shadow(0 16px 48px rgba(0,0,0,0.5));
  margin-bottom: 0.5rem;
}
.or-404-title {
  font-size: 2rem;
  font-weight: 800;
  color: #f0ebe3;
  margin: 0;
}
.or-404-sub {
  font-size: 0.95rem;
  color: rgba(240,235,227,0.5);
  margin: 0;
  max-width: 360px;
}
.or-404-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  background-color: #f0ebe3;
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  transition: background-color 0.2s, transform 0.2s;
}
.or-404-btn:hover {
  background-color: #fff;
  transform: translateX(-3px);
}

/* === Store Banner Overlay === */
.or-store-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10rem;
  z-index: 5;
  pointer-events: none;
  /* Match Bootstrap container padding */
  padding-left: max(1.5rem, calc((100% - 1320px) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100% - 1320px) / 2 + 1.5rem));
}
.or-store-banner-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 0 40px rgba(0,0,0,0.3);
  -webkit-text-stroke: 1px rgba(0,0,0,0.15);
}
.or-store-banner-discount {
  display: inline-block;
  width: fit-content;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  background: #dc3545;
  padding: 0.3rem 0.75rem;
  border-radius: 0.35rem;
  margin-top: 0.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* === Store Section Headers === */
.or-store-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.or-store-section-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f0ebe3;
  margin: 0;
  letter-spacing: -0.01em;
}
[data-bs-theme=dark] .or-store-section-title { color: #f0ebe3; }
.or-store-section-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(240,235,227,0.5) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.or-store-section-link:hover { color: #f0ebe3 !important; }

/* === Featured Product Hero Banner === */
.or-featured-product {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #e8f0fe 0%, #c5d9f5 60%, #a8c4e8 100%);
  border-radius: 20px;
  padding: 2.5rem 2.5rem 2.5rem 3rem;
  overflow: hidden;
  min-height: 220px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.or-featured-product::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  background: url('../img/featured-card-bg.png') center/cover no-repeat;
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
  z-index: 1;
  pointer-events: none;
}
.or-featured-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}
.or-featured-product-content {
  flex: 1;
  z-index: 2;
  position: relative;
}
.or-featured-product-badge {
  display: inline-block;
  background: rgba(0,0,0,0.1);
  color: #1a1a1a;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(0,0,0,0.15);
}
.or-featured-product-name {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1a1a1a !important;
  margin: 0 0 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.or-featured-product-price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.or-featured-old-price {
  font-size: 1rem;
  color: rgba(0,0,0,0.4);
  text-decoration: line-through;
  font-weight: 600;
}
.or-featured-new-price {
  font-size: 1.5rem;
  color: #1a1a1a;
  font-weight: 800;
}
.or-featured-product-cta {
  display: inline-flex;
  align-items: center;
  background: #dc3545;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.65rem 1.5rem;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.15s;
}
.or-featured-product:hover .or-featured-product-cta {
  background: #b52a37;
}
.or-featured-product-img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4));
  flex-shrink: 0;
  margin-left: 1.5rem;
}
@media (max-width: 576px) {
  .or-featured-product { padding: 1.75rem; }
  .or-featured-product-img { width: 120px; height: 120px; }
  .or-featured-product-name { font-size: 1.5rem; }
}

/* === Store Hero Row === */
.or-store-hero {
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
}
.or-store-hero .or-featured-product {
  flex: 1;
  min-width: 0;
  margin-bottom: 0 !important;
}

/* === Daily Gift Square Card === */
.or-daily-gift-card {
  flex-shrink: 0;
  width: 200px;
  background: linear-gradient(145deg, #1a1a1a 0%, #111 100%);
  border-radius: 18px;
  padding: 1.25rem;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(240,235,227,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: or-dg-float 3s ease-in-out infinite;
}
@keyframes or-dg-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.or-daily-gift-card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 48px rgba(0,0,0,0.6), 0 0 0 1px rgba(240,235,227,0.12);
  animation: none;
}
.or-daily-gift-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent 0%, rgba(240,235,227,0.04) 25%, transparent 50%);
  animation: or-dg-shimmer 4s linear infinite;
  pointer-events: none;
}
@keyframes or-dg-shimmer {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.or-daily-gift-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}
.or-daily-gift-card-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(240,235,227,0.1);
  color: #f0ebe3;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(240,235,227,0.15);
  position: relative;
  z-index: 2;
}
.or-daily-gift-card-img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.5));
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
  transition: transform 0.3s;
}
.or-daily-gift-card:hover .or-daily-gift-card-img {
  transform: scale(1.08) rotate(-3deg);
}
.or-daily-gift-card-body {
  width: 100%;
  position: relative;
  z-index: 2;
}
.or-daily-gift-card-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #f0ebe3 !important;
  margin: 0 0 0.6rem 0;
  line-height: 1.2;
}
.or-daily-gift-card-btn {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: all 0.15s;
}
.or-daily-gift-card-btn--claim {
  background: #dc3545;
  color: #fff;
}
.or-daily-gift-card-btn--claim:hover {
  background: #b52a37;
  transform: scale(1.03);
}
.or-daily-gift-card-btn--cooldown {
  background: rgba(240,235,227,0.08);
  color: rgba(240,235,227,0.6);
  border: 1px solid rgba(240,235,227,0.1);
  cursor: default;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .or-store-hero { flex-direction: column; }
  .or-daily-gift-card {
    width: 100%;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 1.25rem;
    animation: none;
  }
  .or-daily-gift-card-img { width: 60px; height: 60px; margin-bottom: 0; }
  .or-daily-gift-card-body { text-align: left; }
  .or-daily-gift-card-badge { margin-bottom: 0.5rem; }
  .or-daily-gift-card-btn { width: auto; display: inline-block; }
}

/* === SweetAlert2 Theme Override === */
.swal2-popup {
  background: #1a1a1a !important;
  border-radius: 16px !important;
  border: 1px solid rgba(240,235,227,0.1) !important;
}
.swal2-title {
  color: #f0ebe3 !important;
  font-weight: 800 !important;
}
.swal2-content, .swal2-html-container {
  color: rgba(240,235,227,0.75) !important;
}
.swal2-icon.swal2-success {
  border-color: #c8923c !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(200,146,60,0.3) !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #c8923c !important;
}
.swal2-confirm {
  background-color: #c8923c !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  box-shadow: none !important;
}
.swal2-confirm:hover {
  background-color: #b07830 !important;
}
.swal2-cancel {
  background-color: #2a2a2a !important;
  color: #f0ebe3 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
}

/* === Blog Post === */
.or-post-title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 2rem 0 0.75rem;
}
.or-post-date {
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.5;
  margin-bottom: 2rem;
}

/* === Related Posts === */
.or-related-posts {
  background: #f0ebe3 !important;
  border-radius: 20px;
  padding: 2.5rem 3rem;
}
.or-related-title {
  font-size: 1.75rem !important;
  font-weight: 900 !important;
  color: #1a1a1a !important;
  text-align: center;
  margin-bottom: 0.4rem;
}
.or-related-subtitle {
  text-align: center;
  color: rgba(26,26,26,0.55) !important;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}
.or-related-card {
  display: block !important;
}
.or-related-img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  display: block !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.or-related-card:hover .or-related-img {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.or-related-card-title {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin: 0.85rem 0 0.25rem !important;
}
.or-related-card-meta {
  font-size: 0.85rem !important;
  color: rgba(26,26,26,0.5) !important;
  margin: 0 !important;
}
.or-related-category {
  color: rgba(26,26,26,0.5) !important;
  text-decoration: none !important;
}
.or-related-category:hover { color: #1a1a1a !important; }
@media (max-width: 576px) {
  .or-related-card { flex: 1 1 100% !important; }
  .or-related-posts { padding: 1.75rem; }
}

/* === Comment form button === */
.news-section .btn-primary {
  background: #f0ebe3 !important;
  border-color: #f0ebe3 !important;
  color: #1a1a1a !important;
}
.news-section .btn-primary:hover {
  background: #e0d9cf !important;
  border-color: #e0d9cf !important;
  color: #1a1a1a !important;
}

/* === Help Index === */
.or-help-section-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(240,235,227,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

/* === Auth pages button fix === */
.auth-layout .btn-primary,
.auth-layout .btn-primary:hover {
  color: #1a1a1a !important;
}


/* === Account Settings Forms === */
.or-settings-avatar {
  width: 96px !important;
  height: 96px !important;
  border-radius: 12px !important;
  flex-shrink: 0;
}
.or-settings-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(26,26,26,0.5);
  margin-bottom: 0.4rem;
}
.or-settings-input {
  display: block;
  width: 100%;
  padding: 0.55rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  background: rgba(26,26,26,0.06);
  border: 1px solid rgba(26,26,26,0.12);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.15s;
}
.or-settings-input:focus {
  border-color: rgba(26,26,26,0.35);
  background: rgba(26,26,26,0.04);
}
.or-settings-input::placeholder { color: rgba(26,26,26,0.3); }
.or-settings-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  background: #1a1a1a;
  color: #f0ebe3 !important;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s;
}
.or-settings-btn-primary:hover { opacity: 0.85; }
.or-settings-btn-danger {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  background: rgba(185,28,28,0.12);
  color: #b91c1c !important;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}
.or-settings-btn-danger:hover { background: rgba(185,28,28,0.2); }

.or-settings-divider {
  border: none;
  border-top: 1px solid rgba(26,26,26,0.1);
  margin: 1.25rem 0;
}


/* === Payment Success Page === */
.or-success-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #1e1a14 50%, #2a2318 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 3.5rem 4rem 0 4rem;
  min-height: 380px;
}
.or-success-content {
  flex: 1;
  padding-bottom: 3.5rem;
  max-width: 520px;
}
.or-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(34,197,94,0.15);
  color: #4ade80;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}
.or-success-badge i { font-size: 0.9rem; }
.or-success-title {
  font-size: 3rem;
  font-weight: 900;
  color: #f0ebe3 !important;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.or-success-sub {
  font-size: 0.95rem;
  color: rgba(240,235,227,0.5);
  margin-bottom: 2rem;
  line-height: 1.7;
}
.or-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.or-success-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.4rem;
  background: #f0ebe3;
  color: #1a1a1a !important;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}
.or-success-btn-primary:hover { background: #e0d9cf; color: #1a1a1a !important; }
.or-success-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.4rem;
  background: rgba(240,235,227,0.08);
  color: #f0ebe3 !important;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid rgba(240,235,227,0.15);
  transition: background 0.15s;
}
.or-success-btn-ghost:hover { background: rgba(240,235,227,0.14); color: #f0ebe3 !important; }
.or-success-mascot {
  flex-shrink: 0;
  align-self: flex-end;
}
.or-success-mascot img {
  width: 280px;
  display: block;
  filter: drop-shadow(0 -4px 32px rgba(240,235,227,0.08));
}

@media (max-width: 768px) {
  .or-success-wrapper { flex-direction: column; align-items: center; padding: 2.5rem 1.5rem 0; text-align: center; }
  .or-success-content { padding-bottom: 2rem; max-width: 100%; }
  .or-success-actions { justify-content: center; }
  .or-success-title { font-size: 2rem; }
  .or-success-mascot img { width: 180px; }
}

.or-success-btn-primary:hover,
.or-success-btn-ghost:hover { text-decoration: none !important; }

/* ── Staff Page ── */
.or-staff-section {
  margin-bottom: 2.5rem;
}

.or-staff-role-heading {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f0ebe3;
  margin-bottom: 1.25rem;
}

.or-staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
}

.or-staff-card {
  background: #f0ebe3;
  border-radius: 20px;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.or-staff-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.22);
  text-decoration: none;
}

.or-staff-avatar {
  margin-bottom: 1rem;
}

.or-staff-avatar .avatar {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  image-rendering: pixelated;
}

.or-staff-name {
  font-size: 1.05rem;
  font-weight: 750;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.or-staff-role {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  opacity: 0.55;
}

@media (max-width: 576px) {
  .or-staff-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .or-staff-card {
    padding: 1.5rem 1rem 1.25rem;
  }
  .or-staff-avatar .avatar {
    width: 64px;
    height: 64px;
  }
}

/* ── Member Profile ── */
.or-profile-hero {
  background: #f0ebe3;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
}

.or-profile-header {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.or-profile-avatar {
  flex: 0 0 160px;
  width: 160px;
}

.or-profile-avatar-img {
  display: block;
  width: 160px !important;
  height: 160px !important;
  border-radius: 22px !important;
  image-rendering: pixelated;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border: 4px solid rgba(255,255,255,0.6) !important;
  object-fit: contain;
  background: rgba(26,26,26,0.06);
}

.or-profile-info {
  min-width: 0;
  flex: 1;
  padding-top: 0.15rem;
}

.or-profile-name {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a !important;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.or-profile-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.or-profile-role {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 99px;
}

.or-profile-bio {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  opacity: 0.55;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

.or-profile-stats {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.or-profile-stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.or-profile-stat-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
}

.or-profile-stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  opacity: 0.4;
}

.or-profile-stat-divider {
  width: 1px;
  height: 28px;
  background: rgba(26,26,26,0.15);
}

.or-profile-bans {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.or-profile-ban {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(229,62,62,0.12);
  color: #c53030;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 99px;
}

.or-profile-ban i {
  font-size: 0.9rem;
}

.or-profile-ban-date {
  opacity: 0.7;
  margin-left: 0.25rem;
}

/* Leaderboard card */
.or-profile-leaderboard {
  background: #f0ebe3;
  border-radius: 20px;
  overflow: hidden;
}

.or-profile-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 2px solid rgba(26,26,26,0.08);
}

.or-profile-tab {
  flex: 1;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a1a;
  opacity: 0.5;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: opacity 0.2s, border-color 0.2s;
}

.or-profile-tab:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #1a1a1a;
}

.or-profile-tab.active {
  opacity: 1;
  border-bottom-color: #1a1a1a;
}

.or-profile-tab-content {
  padding: 0;
}

.or-profile-table {
  margin: 0;
  color: #1a1a1a;
}

.or-profile-table th {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  opacity: 0.5;
  border-bottom-color: rgba(26,26,26,0.08);
  padding: 1rem 1.25rem;
}

.or-profile-table td {
  font-weight: 600;
  color: #1a1a1a;
  border-bottom-color: rgba(26,26,26,0.06);
  padding: 0.85rem 1.25rem;
}

.or-profile-tab-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem;
  color: #1a1a1a;
  opacity: 0.5;
  font-weight: 600;
}

@media (max-width: 576px) {
  .or-profile-hero {
    padding: 1.5rem;
  }
  .or-profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }
  .or-profile-avatar {
    flex: 0 0 120px;
    width: 120px;
  }
  .or-profile-avatar-img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 18px !important;
  }
  .or-profile-name {
    font-size: 1.5rem;
  }
  .or-profile-roles {
    justify-content: center;
  }
  .or-profile-stats {
    justify-content: center;
  }
  .or-profile-bans {
    justify-content: center;
  }
}

/* Keep bold text dark inside cream content areas */
.or-product-details strong,
.or-product-details b { color: #1a1a1a !important; }

/* === Meet The Team Slider === */
.or-team-section {
  background-color: #f0ebe3;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: 2rem;
  min-height: 340px;
  position: relative;
}
.or-team-content {
  flex: 1;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.or-team-heading {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1a1a1a !important;
  margin: 0 0 0.25rem;
}
.or-team-subtitle {
  color: #6b6560;
  font-size: 0.95rem;
  margin: 0 0 1.5rem;
}
.or-team-member {
  margin-bottom: 1.5rem;
}
.or-team-member-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}
.or-team-member-role {
  display: inline-block;
  background-color: #1a1a1a;
  color: #f0ebe3;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.or-team-member-bio {
  color: #4a4540;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}
.or-team-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.or-team-thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
}
.or-team-thumbs::-webkit-scrollbar { display: none; }
.or-team-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s, transform 0.2s;
  flex-shrink: 0;
  object-fit: cover;
}
.or-team-thumb:hover {
  transform: scale(1.1);
}
.or-team-thumb.active {
  border-color: #1a1a1a;
  transform: scale(1.1);
}
.or-team-arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: #6b6560;
  flex-shrink: 0;
  transition: color 0.2s;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.or-team-arrow:hover {
  color: #1a1a1a;
}
.or-team-arrow svg {
  width: 20px;
  height: 20px;
}
.or-team-body {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem 2rem 0;
  flex-shrink: 0;
}
.or-team-body img {
  height: 280px;
  width: auto;
  object-fit: contain;
  image-rendering: pixelated;
}

/* Responsive */
@media (max-width: 768px) {
  .or-team-section {
    flex-direction: column;
  }
  .or-team-content {
    padding: 1.5rem;
  }
  .or-team-body {
    display: none;
  }
}

/* === Homepage Applications Section === */
.or-applications-home {
  margin: 3rem 0;
}
.or-applications-home-heading {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.or-applications-home-subtitle {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}
.or-applications-home-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.or-applications-home-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(240, 235, 227, 0.08);
  border: 1px solid rgba(240, 235, 227, 0.1);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s, border-color 0.2s;
}
.or-applications-home-card:hover {
  background-color: rgba(240, 235, 227, 0.14);
  border-color: rgba(240, 235, 227, 0.2);
  text-decoration: none;
  color: inherit;
}
.or-applications-home-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(240, 235, 227, 0.1);
  color: #f0ebe3;
  flex-shrink: 0;
}
.or-applications-home-card-content {
  flex: 1;
  min-width: 0;
}
.or-applications-home-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.15rem;
}
.or-applications-home-card-meta {
  font-size: 0.8rem;
  opacity: 0.45;
}
.or-applications-home-card-arrow {
  opacity: 0.3;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.or-applications-home-card:hover .or-applications-home-card-arrow {
  opacity: 0.7;
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .or-applications-home-heading {
    font-size: 1.4rem;
  }
  .or-applications-home-card {
    padding: 1rem 1.25rem;
  }
}

/* === Application Form === */
.or-application-card {
  background-color: #f0ebe3;
  border-radius: 20px;
  overflow: hidden;
  color: #1a1a1a;
}
[data-bs-theme=dark] .or-application-card {
  background-color: #f0ebe3;
  color: #1a1a1a;
}
.or-application-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(26,26,26,0.1);
}
.or-application-description {
  font-size: 0.9rem;
  color: rgba(26,26,26,0.6);
  line-height: 1.6;
}
.or-application-body {
  padding: 2rem;
}
.or-application-field {
  margin-bottom: 1.5rem;
}
.or-application-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(26,26,26,0.5);
  margin-bottom: 0.5rem;
}
.or-application-input {
  width: 100%;
  background-color: rgba(26,26,26,0.06);
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  color: #1a1a1a;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
}
.or-application-input:focus {
  border-color: rgba(26,26,26,0.3);
  box-shadow: 0 0 0 3px rgba(26,26,26,0.08);
}
.or-application-textarea {
  resize: vertical;
  min-height: 100px;
}
.or-application-card .form-control {
  background-color: rgba(26,26,26,0.06);
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 10px;
  color: #1a1a1a;
}
.or-application-submit-btn {
  background-color: #1a1a1a;
  color: #f0ebe3;
  border: none;
  border-radius: 12px;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
}
.or-application-submit-btn:hover {
  opacity: 0.85;
}
.or-application-listing-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  gap: 1rem;
}
.or-application-listing-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a !important;
  margin-bottom: 0.25rem;
}
.or-application-listing-meta {
  font-size: 0.8rem;
  color: rgba(26,26,26,0.5);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.or-application-listing-dot {
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .or-application-header,
  .or-application-body {
    padding: 1.5rem;
  }
  .or-application-listing-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }
}

/* How to Play section */
.or-howtoplay-wrapper {
  position: relative;
  margin: 3rem 0;
  margin-top: 4rem;
}
.or-howtoplay-logo {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 320px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.or-howtoplay-section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #1e1a14 50%, #2a2318 100%);
  border-radius: 20px;
  overflow: visible;
  min-height: 300px;
  position: relative;
}

.or-howtoplay-content {
  flex: 1;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.or-howtoplay-heading {
  font-size: 1.75rem;
  font-weight: 900;
  color: #f0ebe3;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.or-howtoplay-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(240,235,227,0.65);
  margin-bottom: 1.75rem;
  max-width: 520px;
}

.or-howtoplay-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.or-howtoplay-ip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #f5c842 0%, #e8a817 100%);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
}
.or-howtoplay-ip-btn:hover { opacity: 0.9; transform: translateY(-1px); }


.or-howtoplay-discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #5865F2;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.or-howtoplay-discord-btn:hover { background-color: #4752c4; color: #fff; text-decoration: none; }

.or-howtoplay-info {
  flex: 0 0 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem 2rem 0;
}

.or-howtoplay-card {
  background: rgba(240,235,227,0.06);
  border: 1px solid rgba(240,235,227,0.12);
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 260px;
  backdrop-filter: blur(8px);
}

.or-howtoplay-badge {
  display: inline-block;
  align-self: flex-start;
  background: linear-gradient(135deg, #f5c842 0%, #e8a817 100%);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.25rem;
}

.or-howtoplay-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.or-howtoplay-field-label {
  font-size: 0.75rem;
  color: rgba(240,235,227,0.5);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.or-howtoplay-field-value {
  background: rgba(240,235,227,0.08);
  border: 1px solid rgba(240,235,227,0.1);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #f0ebe3;
  font-weight: 600;
}

.or-howtoplay-field-copyable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.2s;
}
.or-howtoplay-field-copyable:hover { border-color: rgba(240,235,227,0.3); }
.or-howtoplay-field-copyable svg { opacity: 0.5; flex-shrink: 0; }

.or-howtoplay-character {
  position: absolute;
  right: -3rem;
  bottom: -0.5rem;
  width: 220px;
  pointer-events: none;
}
.or-howtoplay-character img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.4));
}

@media (max-width: 768px) {
  .or-howtoplay-wrapper { margin-top: 3rem; }
  .or-howtoplay-section { flex-direction: column; overflow: hidden; }
  .or-howtoplay-logo { display: none; }
  .or-howtoplay-content { padding: 1.75rem; text-align: center; align-items: center; }
  .or-howtoplay-text { max-width: 100%; }
  .or-howtoplay-buttons { justify-content: center; }
  .or-howtoplay-info { flex: none; padding: 0 1.75rem 1.75rem; justify-content: center; }
  .or-howtoplay-card { width: 100%; }
  .or-howtoplay-character { position: relative; right: auto; bottom: auto; width: 140px; margin: -2rem auto 0; }
}

/* Features showcase section */
.or-features-section {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 3rem 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #1e1a14 50%, #2a2318 100%);
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
}

.or-features-gallery {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}

.or-features-slides {
  position: absolute;
  inset: 0;
}

.or-features-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.or-features-slide.active { opacity: 1; }
.or-features-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.or-features-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  z-index: 2;
}

.or-features-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  border: none;
  background: linear-gradient(135deg, #f5c842 0%, #e8a817 100%);
  color: #1a1a1a;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  flex-shrink: 0;
}
.or-features-arrow:hover { opacity: 0.85; transform: translateY(-1px); }

.or-features-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.or-features-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.or-features-dot.active {
  background: #f5c842;
  transform: scale(1.15);
}
.or-features-dot:hover { background: rgba(255,255,255,0.6); }

.or-features-content {
  flex: 1;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.or-features-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f5c842;
  margin-bottom: 0.6rem;
}

.or-features-heading {
  font-size: 1.75rem;
  font-weight: 900;
  color: #f0ebe3;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.or-features-desc {
  background: rgba(240,235,227,0.06);
  border: 1px solid rgba(240,235,227,0.1);
  border-radius: 12px;
  padding: 1.15rem 1.35rem;
}
.or-features-desc p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(240,235,227,0.7);
  margin: 0;
}

@media (max-width: 768px) {
  .or-features-section { flex-direction: column; height: auto; }
  .or-features-gallery { flex: none; height: 220px; }
  .or-features-content { padding: 1.75rem; text-align: center; }
}
