/* --- Nova Modern Unified Dark Theme --- */
:root {
  --accent: #66c0f4;
  --accent-hover: #338edc;
  --bg-main: #181c24;
  --bg-card: #23272f;
  --bg-navbar: #1b2028;
  --bg-footer: #181c24;
  --text-main: #e6eaf3;
    --text-muted: #8f98a0;
  --border: #2a2f38;
  --radius: 1.2rem;
  --shadow: 0 4px 32px rgba(0,0,0,0.22);
  --font-main: 'Inter', 'Rajdhani', 'Segoe UI', Arial, sans-serif;
  --font-heading: 'Orbitron', 'Rajdhani', 'Segoe UI', Arial, sans-serif;
}
@media only screen and (min-width: 300px) {
    .paypal-button-container {
        min-width: fit-content;
        max-width: -webkit-fill-available;
        background-color: #232e3b !important;
    }
.list-group-item {
    place-content: center;
}
.discount-pct {
color: mediumaquamarine;
}
.discount-badge {
clip-path: content-box;
}
.btn {
    background-color: #16414e;
    color: mediumaquamarine;
}
button.btn.btn-secondary.add-to-cart.ms-2 {
    background: linear-gradient(127deg, #0009b6e8, transparent);
    -webkit-text-fill-color: cyan;
    margin-left: 0.1rem !important;
}
.bg-light {
    background-color: rgb(32 36 44) !important;
}
[data-bs-theme=dark] {
    --bs-body-color: #00adff;
}
.paypal-button-container {
        background: #232e3b;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    min-width: 3rem;
    max-width: fit-content;
}

.card-header:first-child {
    min-height: -webkit-fill-available;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    display: var(--fa-display, inline-block);
}

body {
  background: linear-gradient(184deg, #202735 0%, #20242c 50%, #262e3d 100%);
  font-family: 'Inter', 'Rajdhani', 'Segoe UI', Arial, sans-serif;
    margin: 0;
  min-height: 100vh;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

.form-control {
    display: -webkit-inline-box;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', 'Rajdhani', Arial, sans-serif;
  color: #66c0f4;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5%;
  background: #20242c;
}

/* Navbar */
.pro-navbar {
  background: linear-gradient(90deg, #223a5e 0%, #338edc 100%) !important;
  box-shadow: 0 4px 24px rgba(51,142,220,0.18);
  border-bottom: 2px solid #338edc;
  z-index: 1100;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  min-height: 56px;
}
.pro-navbar .navbar-brand span {
  font-family: 'Orbitron', 'Rajdhani', Arial, sans-serif;
  font-weight: 700;
  color: #66c0f4;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
.pro-navbar .navbar-nav .nav-link {
  color: #e6eaf3 !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.7rem;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.pro-navbar .navbar-nav .nav-link.active,
.pro-navbar .navbar-nav .nav-link:hover {
  background: linear-gradient(90deg, #338edc 0%, #66c0f4 100%);
  color: #fff !important;
  box-shadow: 0 2px 12px rgba(51,142,220,0.18);
}
.pro-navbar .navbar-toggler {
  border: none;
  background: #338edc;
  border-radius: 0.5rem;
}
.pro-navbar .navbar-toggler:focus {
  outline: 2px solid #66c0f4;
}

/* Footer */
footer, .footer {
  background: #20242c;
  color: #8f98a0;
  padding: 2.5rem 0 1.5rem 0;
  text-align: center;
  font-size: 1rem;
  border-top: 2px solid #338edc;
  flex-shrink: 0;
  box-shadow: 0 -2px 16px rgba(51,142,220,0.08);
}

/* Cards & Sections */
.card, .modern-section, .game-card, .game-browse-card, .filter-card {
  background: linear-gradient(135deg, #232b38 60%, #223a5e 100%);
  border-radius: 1.2rem;
  box-shadow: 0 4px 32px rgba(51,142,220,0.10);
  border: 1px solid #223a5e;
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem;
  transition: box-shadow 0.3s, border 0.2s;
}
.card:hover, .modern-section:hover, .game-card:hover, .game-browse-card:hover {
  box-shadow: 0 8px 40px rgba(51,142,220,0.18);
  border: 1.5px solid #338edc;
}

.card-title, .modern-section h2, .game-card .card-title, .game-browse-card .card-title {
  color: #66c0f4;
  font-family: 'Orbitron', 'Rajdhani', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

/* Buttons */
.btn, button {
  background: linear-gradient(90deg, #338edc 0%, #66c0f4 100%);
  color: #fff;
    border: none;
  border-radius: 0.7rem;
  padding: 0.7rem 1.5rem;
  font-weight: 700;
  font-family: 'Rajdhani', Arial, sans-serif;
  font-size: 1.08rem;
  box-shadow: 0 2px 12px rgba(51,142,220,0.10);
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  text-shadow: 0 1px 2px rgba(0,0,0,0.10);
  position: relative;
  overflow: hidden;
}
.btn:hover, button:hover {
  background: linear-gradient(90deg, #66c0f4 0%, #338edc 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(51,142,220,0.18);
}
.btn-primary {
  background: linear-gradient(90deg, #338edc 0%, #66c0f4 100%) !important;
  color: #fff !important;
}
.btn-outline-primary {
  background: transparent !important;
  color: #66c0f4 !important;
  border: 2px solid #338edc !important;
}
.btn-outline-primary:hover {
  background: linear-gradient(90deg, #338edc 0%, #66c0f4 100%) !important;
  color: #fff !important;
}

/* Forms */
input:focus, textarea:focus, select:focus {
  border-color: var(--accent);
    outline: none;
}
label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  -webkit-text-stroke: thin;
}

/* Links */
a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
  text-wrap: initial;
  text-align: center;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Utility */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted) !important; }
.mt-4 { margin-top: 2rem; }
.mb-4 { margin-bottom: 2rem; }

/* Responsive */
@media (max-width: 900px) {
  .container { padding: 1rem 0.5rem; }
  .card, .modern-section, .game-card, .game-browse-card, .filter-card {
    padding: 1.2rem 0.5rem;
  }
  .pro-navbar .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 600px) {
  h1 { font-size: 2rem; }
  h2 { font-width: 1.5rem; }
  .container { padding: 0.5rem 0.2rem; }
  .pro-navbar .navbar-brand span {
    font-size: 1rem;
  }
  .card, .modern-section, .game-card, .game-browse-card, .filter-card {
    padding: 1rem 0.2rem;
  }
}

/* Animations */
.fade-in { animation: fadeIn 0.5s ease; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Alerts */
.alert {
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--accent);
}
.alert-warning {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #a50000;
    --bs-alert-border-color: #652b2b;
    --bs-alert-link-color: #ef0021;
    text-transform: uppercase;
    font-weight: bold;
}
/* Misc */
::-webkit-scrollbar {
  width: 8px;
  background: #223a5e;
}
::-webkit-scrollbar-thumb {
  background: #338edc;
  border-radius: 4px;
}

/* --- Modern Footer Styling --- */
.footer {
  background: #20242c;
  padding: 2.5rem 0 1.5rem 0;
  border-top: 2px solid #338edc;
  font-size: 1.05rem;
  box-shadow: 0 -2px 16px rgba(51,142,220,0.08);
}
.footer h5 {
  color: #66c0f4;
  font-family: 'Orbitron', 'Rajdhani', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer a {
  color: #66c0f4;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer .social-links {
  margin-top: 0.5rem;
}
.footer .social-links a {
  color: #66c0f4;
  margin: 0 0.5rem;
  font-size: 1.5rem;
  transition: color 0.2s, transform 0.2s;
  display: inline-block;
}
.footer .social-links a:hover {
  color: #fff;
  transform: translateY(-2px) scale(1.15);
}
.footer .payment-methods {
  margin-top: 0.5rem;
}
.footer .payment-methods i {
  color: #66c0f4;
  font-size: 2rem;
  margin: 0 0.3rem;
  vertical-align: middle;
  transition: color 0.2s, transform 0.2s;
}
.footer .payment-methods i:hover {
  color: #fff;
  transform: scale(1.15);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  padding-top: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}
@media (max-width: 900px) {
  .footer .row > div {
    margin-bottom: 1.5rem;
    text-align: center !important;
  }
  .footer .payment-methods {
    margin-top: 1rem;
  }
}

/* --- Custom Footer Layout --- */
.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.footer-col h5 {
  margin-bottom: 1rem;
}
.footer-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 0.5rem;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  padding-top: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .footer-row {
    gap: 1.2rem;
  }
  .footer-col {
    flex: 1 1 160px;
    min-width: 140px;
  }
}
@media (max-width: 900px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .footer-col {
    text-align: center;
    margin-bottom: 1.5rem;
    min-width: 0;
    width: 100%;
  }
}

/* --- Sticky Footer Layout --- */
html, body {
  height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main.flex-grow-1, .main-content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
  background: linear-gradient(90deg, #223a5e 0%, #1b2838 100%);
  border-top: 2px solid #338edc;
  box-shadow: 0 -2px 16px rgba(51,142,220,0.08);
}

/* --- Back to Top Button --- */
.back-to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 1050;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  opacity: 0.85;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
}
.back-to-top:hover {
  background: var(--accent-hover);
  opacity: 1;
  transform: translateY(-4px) scale(1.08);
}

/* --- AI Assistant Chat Widget --- */
/* Accessibility Improvements */
/* Modern Section & Card Responsive */
.modern-section, .card {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
[class^="col-"], [class*=" col-"] {
  box-sizing: border-box;
  padding: 0.5rem;
}
.col-md-4, .col-lg-2, .col-lg-3 {
  flex: 1 1 220px;
  max-width: 320px;
  min-width: 180px;
}
@media (max-width: 900px) {
  .col-md-4, .col-lg-2, .col-lg-3 {
    flex: 1 1 45%;
    max-width: 100%;
    min-width: 140px;
  }
}
@media (max-width: 600px) {
  .col-md-4, .col-lg-2, .col-lg-3 {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  .modern-section, .card {
    padding: 1rem 0.2rem;
  }
}

@media (max-width: 900px) {
  .back-to-top {
    right: 1rem;
    bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .back-to-top {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

/* Main Content Card/Section */
.main-content {
  background: #20242c;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  padding: 2.5rem 2rem;
  margin: 2rem auto 2rem auto;
  max-width: none;
  min-height: 300px;
  text-align: center;
}
@media (max-width: 900px) {
  .main-content {
    padding: 1.2rem 0.5rem;
    margin: 1rem auto;
}
}

/* Section/Card Visual Hierarchy */
.modern-section, .card, .fallback-card {
  background: #23272f;
  border-radius: 1.2rem;
  box-shadow: 0 2px 24px rgba(0,0,0,0.12);
  margin-bottom: 2.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid #23272f;
}
.fallback-card {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.2rem;
  margin: 4rem auto;
  max-width: 500px;
}

/* Spacing Between Major Sections */
main.flex-grow-1 > *:not(:last-child) {
  margin-bottom: 2.5rem;
}

/* Ensure footer is always at the bottom */
body > .footer {
  margin-top: auto;
}

/* --- Wishlist, Cart, Deals, Browse --- */
.price-container .original-price {
  text-decoration: line-through;
  color: #8f98a0;
  font-size: 1rem;
  margin-right: 0.5em;
}
.price-container .final-price {
  color: #66c0f4;
  font-weight: 700;
  font-size: 1.1rem;
}

/* --- Cookie Banner & Modals --- */
.cookie-consent {
  background: rgba(34,58,94,0.95);
  border-radius: 1.2rem;
  box-shadow: 0 4px 32px rgba(51,142,220,0.18);
  border: 1px solid #338edc;
}

/* --- Compact Navbar Fix --- */
@media (max-width: 992px) {
  .pro-navbar .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem;
  }
}
/* Reduce the spacer below the navbar */
body > .pro-navbar + div[style*="height"] {
  height: 56px !important;
}

/* --- OffGam4us Modern Navbar Theme --- */
.offgam-navbar {
  min-height: 40px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background: #181c24;
  border-bottom: 1px solid #23272f;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.offgam-navbar .navbar-nav .nav-link,
.offgam-navbar .btn,
.offgam-navbar .brand-title {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.3rem 0.7rem;
}
.offgam-navbar .brand-title {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.offgam-navbar .navbar-nav .nav-link i,
.offgam-navbar .btn i {
  font-size: 1.1em;
}
.offgam-navbar .navbar-nav .nav-link {
  margin-right: 0.2rem;
}
.offgam-navbar .navbar-nav .nav-link:last-child {
  margin-right: 0;
}
.offgam-navbar .dropdown-menu {
  font-size: 0.98rem;
}
body > .offgam-navbar + div[style*="height"] {
  height: 40px !important;
}
.main-content {
  margin-top: 1.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  background: #20242c;
  border-radius: 1.2rem;
  min-inline-size: fit-content;
  text-align: center;
}

/* Main CSS for OffGam4us */
:root {
  /* Primary color palette */
  --primary: #08bfd0;
  --primary-dark: #0697a5;
  --primary-light: #4ed8e6;
  --accent-dark: #001174de;
  --bg-darkest: #0d1117;
  
  /* Background colors */
  --bg-darkest: #0d1117;
  --bg-dark: #161b22;
  --bg-medium: #21262d;
  --bg-light: #30363d;
  
  /* Text colors */
  --text-bright: #f0f6fc;
  --text-light: #c9d1d9;
  --text-muted: #8b949e;
  --text-dark: #6e7681;
  
  /* Border colors */
  --border-light: rgba(255, 255, 255, 0.1);
  --border-medium: rgba(255, 255, 255, 0.05);
  --border-dark: rgba(0, 0, 0, 0.2);
  
  /* UI elements */
  --card-bg: rgba(22, 27, 34, 0.9);
  --card-border: rgba(255, 255, 255, 0.05);
  --card-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  
  /* Container width */
  --container-max-width: 1200px;
    
    /* Spacing */
  --space-unit: 0.5rem;
  --space-xs: calc(var(--space-unit) * 1);  /* 0.5rem */
  --space-sm: calc(var(--space-unit) * 2);  /* 1rem */
  --space-md: calc(var(--space-unit) * 3);  /* 1.5rem */
  --space-lg: calc(var(--space-unit) * 5);  /* 2.5rem */
  --space-xl: calc(var(--space-unit) * 8);  /* 4rem */
  
  /* Font settings */
  --font-heading: 'Orbitron', sans-serif;
  --font-body: 'Rajdhani', sans-serif;
    
    /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  
  /* Z-indices */
  --z-base: 1;
  --z-modal: 1000;
  --z-popup: 1050;
  --z-tooltip: 1060;
  --z-overlay: 1070;
}

/* Base Styles */
* {
  box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-light);
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .modern-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--text-bright);
  text-align-last: center;
}

h1, .h1 {
  font-size: 2.5rem;
  background: linear-gradient(to right, var(--primary) 0%, var(--primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(8, 191, 208, 0.3);
}

h2, .h2 {
  font-size: 2rem;
  color: var(--primary);
  text-shadow: 0 0 10px rgba(8, 191, 208, 0.2);
  position: relative;
  padding-bottom: 0.5rem;
}

h2:after, .h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 60px;
  background: linear-gradient(to right, var(--primary) 0%, transparent 100%);
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
    color: var(--primary);
    text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover, a:focus {
  color: var(--primary-light);
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

/* Modern Gaming UI Classes */
.game-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  overflow: hidden;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
  box-shadow: var(--card-shadow);
  height: 100%;
  position: relative;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

.game-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--primary), transparent);
  z-index: 1;
}

.game-card-img-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.game-card-img {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.game-card:hover .game-card-img {
  transform: scale(1.05);
}

.game-card-body {
  padding: 1.25rem;
}

.game-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-card-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 2.8rem;
}

.game-card-price {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.game-card-price-new {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
}

.game-card-price-old {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  text-decoration: line-through;
  color: var(--text-dark);
}

.game-card-discount {
  margin-left: auto;
  background-color: var(--accent);
  color: white;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

/* Navigation */
.offgam-navbar {
  background: linear-gradient(to bottom, rgba(13, 17, 23, 0.95) 0%, rgba(13, 17, 23, 0.85) 100%);
  border-bottom: 1px solid var(--border-light);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.navbar-spacer {
  height: 62px; /* Adjust to match your navbar height */
}

.brand-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(to right, var(--primary) 0%, var(--primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.5rem;
  letter-spacing: 1px;
}

.navbar-brand img {
  height: 30px;
  width: auto;
}

/* Sidebar Filters */
.sidebar-filters {
  background: var(--bg-dark);
  border-radius: 10px;
  padding: 1.5rem;
  border: 1px solid var(--border-light);
  margin-bottom: 2rem;
  box-shadow: var(--card-shadow);
}

.sidebar-filters .filter-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 0.75rem;
  color: var(--primary);
}

.filter-group {
  margin-bottom: 1.5rem;
}

.filter-group-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-bright);
}

/* Button Styles */
.btn {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  border: none;
  transition: all var(--transition-fast);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: left 0.3s ease;
  z-index: -1;
}

.btn:hover:before {
  left: 0;
}

.btn-accent {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(8, 191, 208, 0.4);
  border: none;
}

.btn-accent:hover, .btn-accent:focus {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  box-shadow: 0 6px 20px rgba(8, 191, 208, 0.5);
  transform: translateY(-2px);
  color: white;
}

.btn-outline-accent {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-outline-accent:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  transition: left 0.3s ease;
  z-index: -1;
}

.btn-outline-accent:hover:before {
  left: 0;
}

.btn-outline-accent:hover, .btn-outline-accent:focus {
  color: white;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(8, 191, 208, 0.3);
}

.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(8, 191, 208, 0.1) 0%, rgba(8, 191, 208, 0.2) 100%);
  border: 1px solid rgba(8, 191, 208, 0.3);
  color: var(--primary);
  font-size: 1rem;
  transition: all var(--transition-fast);
}

.btn-icon:hover, .btn-icon:focus {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(8, 191, 208, 0.4);
}

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
}

/* Footer */
.footer {
  background: #20242c;
  padding: 3rem 0 1.5rem;
  margin-top: 3rem;
  border-top: 1px solid var(--border-light);
  backdrop-filter: blur(10px);
}

.footer h5 {
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.footer a {
  color: var(--text-muted);
  transition: color var(--transition-fast);
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
}

.footer a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width var(--transition-fast);
}

.footer a:hover {
  color: var(--primary);
}

.footer a:hover:before {
  width: 100%;
}

.footer-bottom {
  border-top: 1px solid var(--border-light);
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.copyright {
  color: var(--text-dark);
}

.social-links {
display: -webkit-inline-box;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(8, 191, 208, 0.1) 0%, rgba(8, 191, 208, 0.2) 100%);
  border-radius: 50%;
  color: var(--primary);
  font-size: 1.25rem;
  transition: all var(--transition-fast);
}

.social-links a:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(8, 191, 208, 0.4);
}

.payment-methods {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  color: var(--text-muted);
  font-size: 1.5rem;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 6rem;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(8, 191, 208, 0.4);
  border: none;
  transition: all var(--transition-fast);
}

.back-to-top:hover {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(8, 191, 208, 0.5);
}

/* Search Bar */
.game-search {
  position: relative;
  margin-bottom: 2rem;
}

.game-search input {
  width: 100%;
  background: rgba(48, 54, 61, 0.3);
  border: 1px solid var(--border-light);
  color: var(--text-light);
  padding: 0.75rem 1rem 0.75rem 3rem;
  border-radius: 30px;
  font-family: var(--font-body);
  transition: all var(--transition-fast);
}

.game-search input:focus {
  background: rgba(48, 54, 61, 0.5);
  box-shadow: 0 0 0 3px rgba(8, 191, 208, 0.2);
  border-color: var(--primary);
  outline: none;
}

.game-search i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 1.25rem;
}

/* Game Section Headings */
.section-heading {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-light);
}

.section-heading h2 {
  margin-bottom: 0;
  flex: 1;
}

.section-heading a {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
}

/* Price Tag */
.price-tag {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
    display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.price-tag:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: left 0.3s ease;
}

.price-tag:hover:before {
  left: 0;
}

/* Discount Badge */
.discount-badge {
  position: absolute;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: white;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(229, 69, 66, 0.4);
  z-index: 2;
}

/* Rating Stars */
.rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.rating-stars {
  display: flex;
  gap: 0.25rem;
  color: var(--accent);
  margin-right: 0.5rem;
}

.rating-count {
  color: #8f98a0;
  font-size: 0.95em;
  margin-left: 0.3em;
  vertical-align: middle;
}

/* Improved Navbar */
.nav-link {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1rem;
  color: var(--text-light);
  transition: color var(--transition-fast);
  position: relative;
}

.nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width var(--transition-fast);
}

.nav-link:hover, .nav-link:focus {
  color: var(--primary);
}

.nav-link:hover:before, .nav-link:focus:before {
  width: 80%;
}

.dropdown-menu {
  background: var(--bg-dark);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  min-width: 12rem;
}

.dropdown-item {
  color: var(--text-light);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  transition: all var(--transition-fast);
}

.dropdown-item:hover, .dropdown-item:focus {
  background: linear-gradient(135deg, rgba(8, 191, 208, 0.1) 0%, rgba(8, 191, 208, 0.2) 100%);
  color: var(--primary);
}

/* Game Count Badge */
.game-count {
  display: inline-block;
  background: linear-gradient(135deg, var(--bg-medium) 0%, var(--bg-light) 100%);
  color: var(--text-light);
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  border-radius: 30px;
  margin-left: 1rem;
}

/* Media Queries */
@media (max-width: 992px) {
  .brand-title {
    font-size: 1.25rem;
  }
  
  .navbar-brand img {
    height: 25px;
  }
  
  h1, .h1 {
    font-size: 2rem;
  }
  
  h2, .h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .game-card-title {
    font-size: 1.1rem;
  }
  
  .game-card-price-new {
    font-size: 1.1rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .payment-methods {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
  
  .navbar-brand img {
    height: 22px;
  }
  
  .brand-title {
    font-size: 1.1rem;
  }
  
  .footer {
    text-align: center;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .payment-methods {
    justify-content: center;
  }
}

/* New Layout for Browse Page */
.browse-container {
  display: flex;
  gap: 2rem;
}

.browse-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.browse-content {
  flex: 1;
}

@media (max-width: 992px) {
  .browse-container {
    flex-direction: column;
  }
  
  .browse-sidebar {
    width: 100%;
  }
}

/* Custom Checkbox Style */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
    cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: rgba(48, 54, 61, 0.3);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  transition: all var(--transition-fast);
}

.custom-checkbox:hover input ~ .checkmark {
  background: rgba(48, 54, 61, 0.5);
}

.custom-checkbox input:checked ~ .checkmark {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Custom Range Slider */
.price-slider {
    width: 100%;
  margin: 1rem 0;
}

.price-range {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.price-min, .price-max {
  color: var(--text-muted);
  font-size: 0.875rem;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(48, 54, 61, 0.3);
  border-radius: 3px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: none;
}

/* Game Tags */
.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.game-tag {
  background: rgba(48, 54, 61, 0.3);
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  border-radius: 30px;
  font-size: 0.875rem;
  transition: all var(--transition-fast);
}

.game-tag:hover {
  background: rgba(8, 191, 208, 0.2);
  color: var(--primary);
}

/* Loading Animation */
.loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(8, 191, 208, 0.2);
  border-radius: 50%;
  border-top-color: var(--primary);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  color: var(--text-muted);
}

.loading-text {
  margin-top: 1rem;
  font-size: 1.25rem;
}

/* Empty State */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  text-align: center;
}

.empty-state-icon {
  font-size: 4rem;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.empty-state-text {
  color: var(--text-muted);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--bg-light);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

/* Gamer-style hover effects */
.hover-glow {
  transition: all var(--transition-normal);
}

.hover-glow:hover {
  box-shadow: 0 0 20px var(--primary);
}

.glow-text {
  text-shadow: 0 0 10px var(--primary-light);
}

/* Animated buttons */
.btn-animated {
  position: relative;
  overflow: hidden;
}

.btn-animated:after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(30deg) translate(-100%, 0);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  100% {
    transform: rotate(30deg) translate(100%, 0);
  }
}

/* AI Assistant Widget Styling */
/* --- Browse Page Styles --- */
.browse-games-wrapper {
    /* Adjust padding if needed after navbar fixes */
    padding-top: var(--spacing-xxl);
    padding-bottom: var(--spacing-xxl);
}

/* Filter Card Styles */
.filter-card {
    background: linear-gradient(to bottom, #1b2838 0%, #171a21 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.filter-card .card-header {
    background: rgba(15, 23, 42, 0.9);
    padding: var(--spacing-md);
    border-bottom: 1px solid var(--border);
}

.filter-card .card-header h5 {
    margin: 0;
    color: var(--text-main);
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.filter-card .card-body {
    padding: var(--spacing-lg);
}

.filter-card .form-label {
    color: var(--text-main);
    margin-bottom: var(--spacing-sm);
    font-weight: 500;
    opacity: 0.9;
}

.filter-card .input-group-text {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid var(--border);
    color: var(--text-main);
    padding: var(--spacing-sm);
    align-self: baseline;
    width: fit-content;
}

.filter-card .form-control,
.filter-card .form-select {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid var(--border);
    color: var(--text-main);
    padding: var(--spacing-sm);
    border-radius: var(--radius);
    transition: all var(--transition-normal, 0.2s ease-in-out);
    text-align: -webkit-center;
}

.filter-card .form-control:focus,
.filter-card .form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(102, 192, 244, 0.2);
    color: var(--text-main);
    background: rgba(15, 23, 42, 0.9);
}

.filter-card .btn {
    /* Use general button styles from main.css */
    margin-top: var(--spacing-md);
}

/* Browse Page Search Bar Styles (Unified with Navbar) */
.navbar-search.mx-auto {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-search .input-group {
    border-radius: var(--radius-pill, 20px);
    background: var(--bg-card); /* Keep background on the container */
    box-shadow: none;
    padding: 0;
    align-items: center;
    overflow: hidden;
    display: flex;
    width: fit-content;	
}

.navbar-search .search-input {
    /* Explicitly remove all borders, outlines, and box-shadows */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;   
    /* Set background and color */
    background: var(--bg-card); 
    color: var(--text-main);  
    border-radius: var(--radius-pill, 20px) 0 0 var(--radius-pill, 20px); /* Re-apply left border radius */
    text-align: -webkit-center;
    padding: var(--spacing-sm); /* Use consistent padding */
    font-size: 0.95rem;
    transition: box-shadow 0.2s; /* Transition only box-shadow */
    height: 34px;
    flex-grow: 1;
    
    /* Remove default appearance */
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
}

.navbar-search .search-input:focus {
    /* Ensure no border or outline on focus and apply a clean box-shadow */
    border: none !important; 
    outline: none !important;
    background: var(--bg-card); /* Keep background consistent on focus */
    color: var(--text-main);
    /* Use a subtle outer box-shadow for the focus indicator */
    box-shadow: 0 0 0 1px var(--accent), 0 0 8px rgba(102, 192, 244, 0.6) !important; 
}

.navbar-search .search-btn {
    border-radius: 0 var(--radius-pill, 20px) var(--radius-pill, 20px) 0;
    color: #fff;
    align-self: baseline;
    border: none;
    padding: 0 var(--spacing-md);
    transition: background 0.2s;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex-shrink: 0;
}

.navbar-search .search-btn:hover {
    background: var(--accent-hover);
}

/* Responsive Styles for Browse Page */
@media (max-width: 768px) {
    .filter-card {
        margin-bottom: var(--spacing-lg);
    }

    .browse-games-wrapper {
        padding: var(--spacing-md);
    }
}

@media (max-width: 576px) {
     .filter-card .input-group {
        grid-template-columns: 1fr; /* Stack inputs on very small screens */
     }
     .filter-card .input-group-text {
         text-align: center;
         border-radius: var(--radius);
         margin-top: var(--spacing-sm);
         margin-bottom: var(--spacing-sm);
     }
}

/* --- Live Chat Widget Styles --- */
#liveChatWidget #liveChatToggle {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 1050;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  font-size: 1.5rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  opacity: 0.92;
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
}
#liveChatWidget #liveChatToggle:hover {
  background: var(--accent-hover);
  opacity: 1;
  transform: translateY(-4px) scale(1.08);
}
#liveChatWidget .modal-content {
  background: #181c24;
  border-radius: 1rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
#liveChatWidget .modal-header {
  background: linear-gradient(90deg, #223a5e 0%, #1b2838 100%);
  border-bottom: 1px solid var(--border-color);
}
#liveChatWidget .modal-title {
  color: var(--accent);
  font-weight: 600;
}
#liveChatWidget .modal-footer {
  border-top: 1px solid var(--border-color);
}
#liveChatWidget #liveChatMessages {
  min-height: 120px;
  max-height: 350px;
  overflow-y: auto;
  background: rgba(0,0,0,0.12);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
#liveChatWidget .fw-bold.text-accent {
  color: var(--accent);
}
#liveChatWidget .badge.bg-danger {
  font-size: 0.85em;
  vertical-align: top;
}
@media (max-width: 600px) {
  #liveChatWidget #liveChatToggle {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
  #liveChatWidget .modal-dialog {
    margin: 0.5rem;
  }
}

/* --- Star Rating & Review Modal Styles (moved from game-details.css) --- */
.review-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2000;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: opacity 0.2s;
}
.review-modal.active {
    display: flex;
    opacity: 1;
}
.review-modal-content {
    background: linear-gradient(to bottom, #1b2838 0%, #171a21 100%);
    border-radius: var(--border-radius-sm);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    padding: 2rem 2.5rem;
    max-width: 500px;
    width: 100%;
    margin: 2rem auto;
    position: relative;
    color: var(--text-color);
    animation: modalFadeIn 0.2s;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.review-modal .modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
}
.review-modal .btn {
    min-width: 120px;
}
.review-modal .form-group {
    margin-bottom: 1.2rem;
}
.review-modal .review-textarea {
    width: 100%;
    min-height: 100px;
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--border-color);
    background: #23272e;
    color: var(--text-color);
    padding: 0.75rem;
    resize: vertical;
}
.star-rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 30px;
    margin-bottom: 15px;
}
.star-rating .star {
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s, transform 0.2s;
    margin-right: 5px;
    font-size: 2rem;
    position: relative;
}
.star-rating .star.selected {
    color: #ffc107;
    transform: scale(1.2);
    text-shadow: 0 0 5px rgba(255, 193, 7, 0.7);
}
.star-rating .star:hover {
    color: #ffe066;
}
.rating-count {
    color: #8f98a0;
    font-size: 0.95em;
    margin-left: 0.3em;
    vertical-align: middle;
}
@keyframes starPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1.2); }
}
.star-rating .star.clicked {
    animation: starPulse 0.3s ease;
}
.review-modal .star-button {
    background: none;
    border: none;
    color: var(--warning);
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.1s;
    margin-right: 0.2rem;
}
.review-modal .star-button .active {
    color: var(--warning);
}
.review-modal .star-button:focus {
    outline: 2px solid var(--primary-color);
}
.review-modal .star-button:hover {
    transform: scale(1.2);
}
body.modal-open {
    overflow: hidden !important;
}

.order-info-card {
    background-color: #409be2;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #409be299;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    font-family: ui-rounded;
}
}