@charset "UTF-8";
body {
  background-color: #0b0f1e;
  color: #e6e7ea;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
@media (max-width: 576px) {
  .grid.cards {
    gap: 14px;
  }
}

.card {
  --bs-card-bg: #12162b;
  --bs-card-color: #e6e7ea;
  --bs-card-border-color: rgba(255, 255, 255, 0.06);
  --bs-card-border-width: 1px;
  --bs-card-border-radius: 14px;
  --bs-card-cap-bg: rgb(17.68, 21.68, 42.6);
  --bs-card-cap-color: #e6e7ea;
  --bs-card-spacer-y: 0.9rem;
  --bs-card-spacer-x: 1rem;
  background: var(--bs-card-bg);
  color: var(--bs-card-color);
  border: 1px solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
}
.card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}
.card .card-header,
.card .card-footer {
  background: var(--bs-card-cap-bg);
  color: var(--bs-card-cap-color);
  border-color: var(--bs-card-border-color);
}
.card .list-group-item {
  background: #12162b;
  color: #e6e7ea;
  border-color: rgba(255, 255, 255, 0.06);
}
.card .list-group-item:hover {
  background: rgb(19.35, 25, 49.3);
}
.card a {
  color: inherit;
  text-decoration: none;
}
.card a:hover {
  color: #c8a35f;
}
.card .card-title,
.card h2,
.card h3,
.card h4 {
  font-weight: 700;
  letter-spacing: 0.01em;
}
.card .meta {
  color: #b6b8c3;
  margin: 0 14px 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 0.9rem;
}
.card .cover {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #0e1226;
}
.card .cover + .card-body {
  padding-top: 0.85rem;
}
.card h2 {
  margin: 12px 14px;
  font-size: 1.1rem;
}
.card .badge,
.card .class-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e6e7ea;
}
.card .class-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  margin: 0.125rem 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.card .class-chip img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.35rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #b6b8c3;
}

.card.card-link {
  cursor: pointer;
}
.card.card-link:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  border-color: #c8a35f;
}

.table thead th {
  background: #0e1226;
  color: #fff;
  border-color: #0e1226;
}

.wow-theme {
  background: #0e1226;
  color: #e6e7ea;
}

h1, h2, h3 {
  color: #c8a35f;
}

/* Glassy bar + subtle border glow */
.navbar {
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
}

.navbar-glass {
  backdrop-filter: saturate(120%) blur(6px);
  -webkit-backdrop-filter: saturate(120%) blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* Animated underline + active pill */
.navbar .nav-link {
  position: relative;
  color: #e6e7ea;
  padding: 0.5rem 0.75rem;
  border-radius: 14px;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.35rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(200, 163, 95, 0), rgba(200, 163, 95, 0.9), rgba(200, 163, 95, 0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.navbar .nav-link:hover {
  color: #e6e7ea;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}
.navbar .nav-link:hover::after {
  transform: scaleX(1);
}
.navbar .nav-link.active {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

/* Divider before socials */
.nav-divider {
  width: 1px;
  height: 28px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.25), transparent);
  opacity: 0.6;
}

/* Social buttons (kept unified) */
.social-buttons {
  gap: 0.5rem !important;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #e6e7ea;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}
.social-btn i {
  font-size: 18px;
  line-height: 1;
}
.social-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.social-btn:active {
  transform: translateY(0);
  filter: brightness(0.96);
}
.social-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(200, 163, 95, 0.45);
}

@media (max-width: 380px) {
  .social-buttons {
    gap: 0.35rem !important;
  }
  .social-btn {
    width: 36px;
    height: 36px;
  }
  .social-btn i {
    font-size: 16px;
  }
}
/* Mega dropdown: premium panel */
.navbar .mega-dropdown .dropdown-menu {
  min-width: 620px;
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #e6e7ea;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.navbar .mega-dropdown .dropdown-item {
  color: #e6e7ea;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  transition: background 0.15s ease, transform 0.15s ease;
}
.navbar .mega-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(2px);
}

.navbar .mega-dropdown .badge {
  background-color: #b6b8c3 !important;
  color: #0b0f1e;
  font-weight: 600;
}

/* Dropdown caret rotation on open */
.mega-dropdown .dropdown-toggle[aria-expanded=true] .fa-caret-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.mega-dropdown .dropdown-toggle .fa-caret-down {
  transition: transform 0.2s ease;
}

/* Mobile: make the mega menu comfy */
@media (max-width: 991.98px) {
  .navbar .mega-dropdown .dropdown-menu {
    min-width: 100%;
    border-radius: 14px;
  }
}
.navbar-elevated {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

footer {
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
}

/* Modern comments UI */
.comments .card-header {
  border-color: rgba(255, 255, 255, 0.08);
}
.comments .bg-darker {
  background-color: #151a20;
}
.comments .reply-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border: 1px dashed rgba(23, 162, 184, 0.4);
  background: rgba(23, 162, 184, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.comments .reply-notice .close {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
}
.comments .reply-notice .close:hover {
  color: #fff;
}
.comments .composer {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.comments .auto-resize {
  resize: none;
}
.comments .comment-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.05s ease;
  border-radius: 0.75rem;
}
.comments .comment-item:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.14);
}
.comments .comment-item .avatar {
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.comments .comment-item .comment-body {
  white-space: pre-wrap;
}
.comments .reply-toggle i {
  opacity: 0.8;
}
.comments .text-light-50 {
  color: rgba(255, 255, 255, 0.65) !important;
}
.comments .custom-control-label::before,
.comments .custom-control-label::after {
  background-color: #343a40;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.comments .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  border-color: #007bff;
}

.grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background: #12162b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.card .cover {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.card h2 {
  margin: 12px 14px;
  font-size: 1.1rem;
}

.card .meta {
  color: #b6b8c3;
  margin: 0 14px 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.fact-header {
  text-align: center;
}

.cover-lg {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.fact-title {
  margin: 16px 0 6px;
  font-size: 2rem;
  text-shadow: 0 2px 0 #000;
}

.badge {
  background: #1b2a55;
  color: #dfe6ff;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fact-actions {
  margin: 20px 0;
  display: flex;
  gap: 10px;
}

.hero {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  color: #fff;
  border-radius: 0.75rem;
}
.hero .overlay {
  background: rgba(13, 17, 33, 0.85);
  border-radius: 0.75rem;
  padding: 2rem;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spec-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.class-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: #2b3567;
  border: 1px solid #172045;
  margin: 0.125rem 0.25rem;
  font-weight: 600;
  font-size: 1.2rem;
}
.class-chip img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.35rem;
}

.keyword {
  font-weight: 700;
}

.badge-tier {
  font-size: 0.9rem;
}

.card h3,
.card h4 {
  font-weight: 700;
}

.kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #6c757d;
}

.read-more-card {
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.read-more-card .icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 163, 95, 0.35);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.read-more-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 163, 95, 0.5);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.read-more-card:hover .icon-wrap {
  filter: brightness(1.2);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: transparent;
  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)));
  border-color: #272b3f;
}

.hero-category {
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
}

.grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background: #12162b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.card .ratio > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgb(0, 15, 28) !important;
}

.sticky-alerts {
  width: min(92vw, 420px);
}
.sticky-alerts .alert {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
  color: #e6e7ea;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.sticky-alerts .alert-success {
  border-color: rgba(40, 167, 69, 0.35);
}
.sticky-alerts .alert-danger {
  border-color: rgba(220, 53, 69, 0.35);
}
.sticky-alerts .alert-warning {
  border-color: rgba(255, 193, 7, 0.45);
  color: #1b1b1b;
}
.sticky-alerts .alert-info {
  border-color: rgba(13, 202, 240, 0.35);
  color: #e6e7ea;
}
.sticky-alerts .btn-close {
  filter: invert(1) grayscale(1);
  opacity: 0.8;
}
.sticky-alerts .alert-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: rgba(200, 163, 95, 0.65);
  transform: scaleX(1);
  transform-origin: left;
}

.keyword-cloud {
  line-height: 2.1;
}
.keyword-cloud .kw {
  display: inline-block;
  margin: 0.125rem 0.375rem;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.keyword-cloud .kw:hover {
  text-decoration: underline;
}
.keyword-cloud .kw-w1 {
  font-size: 0.85rem;
  opacity: 0.75;
}
.keyword-cloud .kw-w2 {
  font-size: 1rem;
  opacity: 0.8;
}
.keyword-cloud .kw-w3 {
  font-size: 1.125rem;
  opacity: 0.9;
}
.keyword-cloud .kw-w4 {
  font-size: 1.25rem;
}
.keyword-cloud .kw-w5 {
  font-size: 1.375rem;
  font-weight: 600;
}
.keyword-cloud .kw-side {
  margin: 0.1rem 0.3rem;
}

.pagination .page-item .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #e6e7ea;
  font-weight: bold;
  text-decoration: none;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.breadcrumb-wownoob {
  --crumb-bg: rgba(255,255,255,.04);
  --crumb-bg-hover: rgba(255,255,255,.08);
  --crumb-sep: rgba(200,163,95,.65);
  --crumb-text: $body-text;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  margin: 0;
  background: transparent;
  /* allow horizontal scroll on small screens */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.breadcrumb-wownoob .breadcrumb-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: var(--crumb-text);
}
.breadcrumb-wownoob .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  font-weight: 700;
  color: var(--crumb-sep);
  margin: 0 0.35rem;
  transform: translateY(-1px);
}
.breadcrumb-wownoob .breadcrumb-item a.crumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--crumb-text);
  text-decoration: none;
  padding: 0.35rem 0.6rem;
  border-radius: 14px;
  background: var(--crumb-bg);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.breadcrumb-wownoob .breadcrumb-item a.crumb-link:hover {
  background: var(--crumb-bg-hover);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}
.breadcrumb-wownoob .breadcrumb-item .crumb-current {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.6rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(200, 163, 95, 0.18), rgba(200, 163, 95, 0.05));
  border: 1px solid rgba(200, 163, 95, 0.35);
  color: #e6e7ea;
  max-width: 38ch; /* graceful truncation for long titles */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* optional: subtle glowing underline on hover */
.breadcrumb-wownoob .crumb-link:hover {
  box-shadow: inset 0 -2px 0 0 rgba(200, 163, 95, 0.55);
}

/* nicer scrollbar on WebKit (mobile/desktop) */
.breadcrumb-wownoob::-webkit-scrollbar {
  height: 6px;
}

.breadcrumb-wownoob::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.hero-category {
  background: radial-gradient(60% 120% at 50% 0, #1b2a55 0, #0e1226 60%);
}/*# sourceMappingURL=main.css.map */