/* ========================================================================== */
/* OLIMPO MU EXCLUSIVE THEME - BsDev.Shop                                     */
/* ========================================================================== */
:root {
  --olimpo-bg: #050a12;
  --olimpo-bg-2: #08111e;
  --olimpo-panel: rgba(9, 18, 31, .92);
  --olimpo-panel-2: rgba(12, 25, 43, .88);
  --olimpo-gold: #d8ad55;
  --olimpo-gold-2: #f2d68d;
  --olimpo-blue: #1c6aa7;
  --olimpo-blue-2: #2d91d0;
  --olimpo-ink: #eaf2fb;
  --olimpo-muted: #8ea3b8;
  --olimpo-border: rgba(216, 173, 85, .22);
  --olimpo-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

html { scroll-behavior: smooth; }
body.olimpo-theme {
  font-family: 'Montserrat', gisha, Arial, sans-serif;
  color: var(--olimpo-ink);
  background-color: var(--olimpo-bg);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(28, 106, 167, .22), transparent 34rem),
    linear-gradient(180deg, rgba(3, 7, 13, .22) 0, rgba(5, 10, 18, .94) 660px),
    url(../images/bg.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center top, center top, center top;
  background-size: 100% 760px, 100% 820px, cover;
  background-attachment: scroll;
}
body.olimpo-theme::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: url(../images/olimpo-pattern.svg);
  background-size: 160px 80px;
  opacity: .13;
  mask-image: linear-gradient(to bottom, transparent 0, #000 360px, #000 100%);
}
body.olimpo-theme a { color: var(--olimpo-gold-2); }
body.olimpo-theme a:hover { color: #fff1c0; }
body.olimpo-theme .wrapper { overflow: hidden; }

/* NAVIGATION */
body.olimpo-theme .olimpo-navbar {
  min-height: 66px;
  padding: 0;
  background: rgba(3, 8, 15, .86) !important;
  border-bottom: 1px solid rgba(216, 173, 85, .16) !important;
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
}
body.olimpo-theme .olimpo-navbar .container { min-height: 66px; }
body.olimpo-theme .olimpo-navbar-mark {
  align-items: center;
  gap: 10px;
  padding-right: 22px;
  margin-right: 12px;
  border-right: 1px solid rgba(216,173,85,.18);
  text-decoration: none;
  color: #fff;
}
body.olimpo-theme .olimpo-navbar-mark .olimpo-mark-symbol {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--olimpo-gold);
  transform: rotate(45deg);
  color: var(--olimpo-gold-2);
  font-family: 'Cinzel', serif;
  font-size: 17px;
  box-shadow: inset 0 0 18px rgba(216,173,85,.12), 0 0 18px rgba(216,173,85,.08);
}
body.olimpo-theme .olimpo-navbar-mark .olimpo-mark-symbol::first-letter { transform: rotate(-45deg); }
body.olimpo-theme .olimpo-navbar-mark strong,
body.olimpo-theme .olimpo-navbar-mark small { display:block; line-height:1; }
body.olimpo-theme .olimpo-navbar-mark strong { font-family:'Cinzel',serif; letter-spacing:.12em; font-size:14px; color:#fff; }
body.olimpo-theme .olimpo-navbar-mark small { margin-top:5px; font-size:7px; letter-spacing:.35em; color:var(--olimpo-gold); }
body.olimpo-theme .navbar .nav-item { margin: 0 3px 0 0; }
body.olimpo-theme .olimpo-main-menu .nav-link {
  position: relative;
  padding: 25px 10px 23px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .055em;
  color: #c8d6e4;
  background: transparent !important;
  border-radius: 0 !important;
  transition: .22s ease;
}
body.olimpo-theme .olimpo-main-menu .nav-link::after {
  content:'';
  position:absolute;
  left:50%; right:50%; bottom:0;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--olimpo-gold), transparent);
  transition:.22s ease;
}
body.olimpo-theme .olimpo-main-menu .nav-link:hover,
body.olimpo-theme .olimpo-main-menu .nav-link.active,
body.olimpo-theme .olimpo-main-menu .nav-link.show { color:#fff !important; }
body.olimpo-theme .olimpo-main-menu .nav-link:hover::after,
body.olimpo-theme .olimpo-main-menu .nav-link.active::after,
body.olimpo-theme .olimpo-main-menu .nav-link.show::after { left:8px; right:8px; }
body.olimpo-theme .navbar .btn-header,
body.olimpo-theme .navbar-toggle {
  color:#dce8f3;
  border:1px solid rgba(216,173,85,.20);
  background:rgba(255,255,255,.035);
  border-radius:4px;
}
body.olimpo-theme .navbar-auth .btn-primary {
  background: linear-gradient(135deg, #b88732, #e0b95f) !important;
  border-color: #e8c871 !important;
  color:#07101b !important;
  font-weight:800;
  box-shadow:0 7px 20px rgba(216,173,85,.15);
}
body.olimpo-theme .dropdown-menu {
  color:#dbe6f1;
  background:#091320;
  border:1px solid rgba(216,173,85,.18);
  box-shadow:0 18px 55px rgba(0,0,0,.45);
  border-radius:5px;
}
body.olimpo-theme .dropdown-item { color:#c9d7e5; }
body.olimpo-theme .dropdown-item:hover,
body.olimpo-theme .dropdown-item:focus { color:#fff; background:rgba(216,173,85,.09); }

/* HERO */
body.olimpo-theme .olimpo-site-header { position: relative; }
body.olimpo-theme .olimpo-hero {
  position: relative;
  min-height: 520px;
  padding-top: 66px;
  display:flex;
  align-items:center;
}
body.olimpo-theme .olimpo-hero::before,
body.olimpo-theme .olimpo-hero::after {
  content:'';
  position:absolute;
  pointer-events:none;
}
body.olimpo-theme .olimpo-hero::before {
  inset:0;
  background:
    linear-gradient(90deg, rgba(4,9,16,.94) 0%, rgba(4,9,16,.72) 37%, rgba(4,9,16,.18) 66%, rgba(4,9,16,.72) 100%),
    linear-gradient(180deg, rgba(4,9,16,.05) 0%, rgba(5,10,18,.0) 58%, var(--olimpo-bg) 100%);
}
body.olimpo-theme .olimpo-hero::after {
  left:0; right:0; bottom:28px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(216,173,85,.16), rgba(216,173,85,.55), rgba(216,173,85,.16), transparent);
}
body.olimpo-theme .olimpo-hero-glow {
  position:absolute;
  width:420px; height:420px;
  left:46%; top:52%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(45,145,208,.18), rgba(216,173,85,.06) 36%, transparent 70%);
  filter:blur(12px);
}
body.olimpo-theme .olimpo-hero-inner {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 330px;
  gap:50px;
  align-items:center;
  padding-top:24px;
  padding-bottom:42px;
}
body.olimpo-theme .olimpo-hero-copy { max-width:720px; }
body.olimpo-theme .olimpo-eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--olimpo-gold-2);
  font-size:10px;
  letter-spacing:.32em;
  font-weight:700;
}
body.olimpo-theme .olimpo-eyebrow span { width:38px; height:1px; background:linear-gradient(90deg,transparent,var(--olimpo-gold)); }
body.olimpo-theme .olimpo-eyebrow span:last-child { background:linear-gradient(90deg,var(--olimpo-gold),transparent); }
body.olimpo-theme .olimpo-hero-brand {
  display:block;
  margin:22px 0 12px;
  max-width:500px;
  filter:drop-shadow(0 16px 35px rgba(0,0,0,.55));
}
body.olimpo-theme .olimpo-hero-brand img { max-height:190px; object-fit:contain; object-position:left center; }
body.olimpo-theme .olimpo-hero h1 {
  max-width:680px;
  margin:12px 0 10px;
  font-family:'Cinzel',serif;
  font-size:clamp(23px, 3vw, 42px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:.025em;
  color:#f7fbff;
  text-shadow:0 3px 25px rgba(0,0,0,.6);
}
body.olimpo-theme .olimpo-hero p {
  color:#aebfd0;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.olimpo-theme .olimpo-hero-actions { display:flex; gap:12px; margin-top:24px; flex-wrap:wrap; }
body.olimpo-theme .olimpo-btn {
  min-height:46px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:3px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:800;
  font-size:11px;
  transition:.2s ease;
}
body.olimpo-theme .olimpo-btn .material-symbols-outlined { font-size:18px; }
body.olimpo-theme .olimpo-btn-gold {
  color:#09111b !important;
  border:1px solid #f0d17d;
  background:linear-gradient(135deg,#b98630 0%,#e0b75c 52%,#f2d98e 100%);
  box-shadow:0 10px 26px rgba(216,173,85,.18), inset 0 1px rgba(255,255,255,.35);
}
body.olimpo-theme .olimpo-btn-gold:hover { transform:translateY(-2px); filter:brightness(1.08); }
body.olimpo-theme .olimpo-btn-ghost {
  color:#e9f2fb !important;
  border:1px solid rgba(184,209,231,.26);
  background:rgba(7,17,29,.46);
  backdrop-filter:blur(8px);
}
body.olimpo-theme .olimpo-btn-ghost:hover { border-color:var(--olimpo-gold); background:rgba(216,173,85,.08); }
body.olimpo-theme .olimpo-hero-meta {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}
body.olimpo-theme .olimpo-hero-meta span {
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(3,10,18,.38);
  color:#9fb1c3;
  font-size:9px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.olimpo-theme .olimpo-hero-meta i,
body.olimpo-theme .olimpo-live i,
body.olimpo-theme .olimpo-online-total i {
  display:inline-block;
  width:6px; height:6px;
  margin-right:6px;
  border-radius:50%;
  background:#43d17f;
  box-shadow:0 0 0 4px rgba(67,209,127,.08),0 0 12px rgba(67,209,127,.45);
}
body.olimpo-theme .olimpo-countdown-wrap {
  align-self:end;
  margin-bottom:52px;
  padding:20px;
  border:1px solid var(--olimpo-border);
  border-top:2px solid var(--olimpo-gold);
  background:linear-gradient(160deg,rgba(10,21,36,.88),rgba(4,10,17,.78));
  box-shadow:var(--olimpo-shadow);
  backdrop-filter:blur(12px);
}
body.olimpo-theme .olimpo-countdown-label {
  margin-bottom:13px;
  color:var(--olimpo-gold-2);
  font-family:'Cinzel',serif;
  font-weight:700;
  font-size:11px;
  letter-spacing:.15em;
}
body.olimpo-theme .olimpo-countdown-wrap [class*="countdown"] { color:#fff; }

/* MAIN / GLOBAL PAGE */
body.olimpo-theme .olimpo-main { flex:1; margin:-28px 0 34px; position:relative; z-index:4; }
body.olimpo-theme .page {
  color:#cfdae6;
  background:linear-gradient(145deg,rgba(9,18,31,.96),rgba(6,13,23,.96));
  border:1px solid rgba(216,173,85,.15);
  box-shadow:var(--olimpo-shadow);
  border-radius:4px;
}
body.olimpo-theme .page h1,
body.olimpo-theme .page h2,
body.olimpo-theme .page h3,
body.olimpo-theme .page h4,
body.olimpo-theme .page h5 { color:#f2f6fa; }
body.olimpo-theme .page h1,
body.olimpo-theme .page h2,
body.olimpo-theme .page h3 { font-family:'Cinzel',serif; letter-spacing:.03em; }
body.olimpo-theme .page h3:before,
body.olimpo-theme .page h3:after { border-color:rgba(216,173,85,.18); }
body.olimpo-theme .btn-primary {
  background:linear-gradient(135deg,#a8782a,#d8ad55);
  border-color:#e2be6d;
  color:#07101b;
  font-weight:700;
}
body.olimpo-theme .btn-primary:hover { background:linear-gradient(135deg,#bd8d36,#ecd078); border-color:#f0d587; color:#07101b; }
body.olimpo-theme .btn-secondary { background:#152439; border-color:#263e58; color:#d9e6f2; }
body.olimpo-theme .form-control,
body.olimpo-theme .form-select,
body.olimpo-theme .input-group-text {
  color:#e2ecf5;
  background:#07111d;
  border-color:rgba(216,173,85,.17);
  border-radius:3px;
}
body.olimpo-theme .form-control:focus,
body.olimpo-theme .form-select:focus {
  color:#fff;
  background:#091522;
  border-color:rgba(216,173,85,.55);
  box-shadow:0 0 0 .2rem rgba(216,173,85,.08);
}
body.olimpo-theme .form-control::placeholder { color:#61778d; }
body.olimpo-theme .table { --bs-table-color:#d2dfeb; --bs-table-bg:transparent; --bs-table-border-color:rgba(216,173,85,.10); }
body.olimpo-theme .table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-accent-bg:rgba(255,255,255,.025); color:#dce7f2; }
body.olimpo-theme .table-hover > tbody > tr:hover > * { --bs-table-accent-bg:rgba(216,173,85,.055); color:#fff; }
body.olimpo-theme .list-group-item {
  color:#cad8e6;
  background:#091522;
  border-color:rgba(216,173,85,.12);
}
body.olimpo-theme .nav-tabs { border-color:rgba(216,173,85,.14); }
body.olimpo-theme .nav-tabs .nav-link { color:#9eb1c4; border:0; }
body.olimpo-theme .nav-tabs .nav-link.active { color:var(--olimpo-gold-2); background:rgba(216,173,85,.06); border-bottom:2px solid var(--olimpo-gold); }
body.olimpo-theme .pagination .page-link { background:#0b1725; border-color:#1e3044; color:#c8d9e7; }
body.olimpo-theme .pagination .active > .page-link { color:#07101b; background:var(--olimpo-gold); border-color:var(--olimpo-gold); }

/* QUICK ACTIONS */
body.olimpo-theme .olimpo-quickbar {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:14px;
}
body.olimpo-theme .olimpo-quick-card {
  min-height:76px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:14px 17px;
  color:#dce7f2;
  text-decoration:none;
  border:1px solid rgba(216,173,85,.13);
  border-top:2px solid rgba(216,173,85,.55);
  background:linear-gradient(135deg,rgba(14,27,45,.96),rgba(7,15,26,.96));
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  transition:.2s ease;
}
body.olimpo-theme .olimpo-quick-card:hover { transform:translateY(-2px); border-color:rgba(216,173,85,.42); color:#fff; box-shadow:0 14px 35px rgba(0,0,0,.28); }
body.olimpo-theme .olimpo-quick-card > .material-symbols-outlined {
  font-size:28px;
  color:var(--olimpo-gold-2);
  filter:drop-shadow(0 0 10px rgba(216,173,85,.16));
}
body.olimpo-theme .olimpo-quick-card strong,
body.olimpo-theme .olimpo-quick-card small { display:block; }
body.olimpo-theme .olimpo-quick-card strong { font-family:'Cinzel',serif; font-size:12px; letter-spacing:.07em; color:#f0f5fa; }
body.olimpo-theme .olimpo-quick-card small { margin-top:4px; color:#70869b; font-size:9px; }

/* HOME */
body.olimpo-theme .olimpo-home-shell { padding:18px; }
body.olimpo-theme .olimpo-featured { position:relative; }
body.olimpo-theme .olimpo-section-heading {
  margin-bottom:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
body.olimpo-theme .olimpo-section-heading > span { font-family:'Cinzel',serif; font-weight:700; font-size:12px; letter-spacing:.16em; color:#f0d583; }
body.olimpo-theme .olimpo-section-heading > small { color:#688096; font-size:9px; text-transform:uppercase; letter-spacing:.06em; }
body.olimpo-theme .olimpo-banner-frame {
  position:relative;
  overflow:hidden;
  min-height:270px;
  border:1px solid rgba(216,173,85,.17);
  background:#060d16;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.018);
}
body.olimpo-theme .olimpo-banner-frame::before,
body.olimpo-theme .olimpo-banner-frame::after {
  content:'';
  position:absolute;
  z-index:3;
  pointer-events:none;
  width:44px; height:44px;
}
body.olimpo-theme .olimpo-banner-frame::before { left:7px; top:7px; border-left:1px solid var(--olimpo-gold); border-top:1px solid var(--olimpo-gold); }
body.olimpo-theme .olimpo-banner-frame::after { right:7px; bottom:7px; border-right:1px solid var(--olimpo-gold); border-bottom:1px solid var(--olimpo-gold); }
body.olimpo-theme #slides-banner-carousel { margin-bottom:0; }
body.olimpo-theme #slides-banner-carousel .carousel-inner,
body.olimpo-theme #slides-banner-carousel .carousel-item { min-height:270px; }
body.olimpo-theme #slides-banner-carousel img { width:100%; min-height:270px; max-height:410px; object-fit:cover; }
body.olimpo-theme #slides-banner-carousel .carousel-control-prev,
body.olimpo-theme #slides-banner-carousel .carousel-control-next { width:54px; opacity:.7; }
body.olimpo-theme .olimpo-content-section { margin-top:22px; padding-top:20px; border-top:1px solid rgba(216,173,85,.10); }
body.olimpo-theme .olimpo-section-title {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
body.olimpo-theme .olimpo-section-title small { display:block; margin-bottom:4px; color:var(--olimpo-gold); font-size:8px; font-weight:700; letter-spacing:.28em; }
body.olimpo-theme .olimpo-section-title h2 { margin:0; font-size:18px; line-height:1.1; }
body.olimpo-theme .olimpo-link-more {
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#7f96aa;
  text-decoration:none;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
body.olimpo-theme .olimpo-link-more .material-symbols-outlined { font-size:16px; color:var(--olimpo-gold); }
body.olimpo-theme .olimpo-live { color:#7e96ab; font-size:9px; font-weight:700; letter-spacing:.08em; }
body.olimpo-theme .posts-post { padding:13px 0; border-bottom:1px solid rgba(216,173,85,.10); }
body.olimpo-theme .posts-title a { color:#eaf1f8; font-weight:700; text-decoration:none; }
body.olimpo-theme .posts-body { color:#8399ac; }
body.olimpo-theme .posts-image { overflow:hidden; border:1px solid rgba(216,173,85,.15); }
body.olimpo-theme .posts-image img { width:100%; height:72px; object-fit:cover; }

/* SIDEBAR */
body.olimpo-theme .olimpo-sidebar-sticky { position:sticky; top:82px; }
body.olimpo-theme .olimpo-sidebar .row { margin:0; }
body.olimpo-theme .olimpo-sidebar .row > * { padding-left:0; padding-right:0; }
body.olimpo-theme .olimpo-side-card {
  position:relative;
  overflow:hidden;
  padding:14px;
  background:linear-gradient(145deg,rgba(12,25,42,.96),rgba(6,14,24,.96));
  border:1px solid rgba(216,173,85,.13);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
body.olimpo-theme .olimpo-side-card::before {
  content:'';
  position:absolute;
  left:0; top:0; bottom:0;
  width:2px;
  background:linear-gradient(180deg,var(--olimpo-gold),rgba(216,173,85,.04));
}
body.olimpo-theme .olimpo-side-card-title {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(216,173,85,.10);
}
body.olimpo-theme .olimpo-side-card-title > .material-symbols-outlined { color:var(--olimpo-gold-2); font-size:21px; }
body.olimpo-theme .olimpo-side-card-title div { min-width:0; flex:1; }
body.olimpo-theme .olimpo-side-card-title small,
body.olimpo-theme .olimpo-side-card-title strong { display:block; }
body.olimpo-theme .olimpo-side-card-title small { color:#5e7790; font-size:7px; font-weight:700; letter-spacing:.25em; }
body.olimpo-theme .olimpo-side-card-title strong { margin-top:2px; color:#edf4fb; font-family:'Cinzel',serif; font-size:12px; letter-spacing:.06em; text-transform:uppercase; }
body.olimpo-theme .olimpo-side-action { color:#5e7891; line-height:1; }
body.olimpo-theme .olimpo-side-action .material-symbols-outlined { font-size:17px; }
body.olimpo-theme .olimpo-room-row { margin-bottom:12px; color:#91a7bb; font-size:9px; }
body.olimpo-theme .olimpo-room-row strong { color:#58d991; font-size:8px; text-transform:uppercase; }
body.olimpo-theme .olimpo-room-row .progress { height:3px; margin-top:7px; background:#122437; border-radius:0; }
body.olimpo-theme .olimpo-room-row .progress-bar { background:linear-gradient(90deg,#1b7f58,#58d991) !important; }
body.olimpo-theme .olimpo-online-total {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:3px -14px -14px;
  padding:11px 14px;
  background:rgba(216,173,85,.055);
  border-top:1px solid rgba(216,173,85,.09);
  color:#7f96aa;
  font-size:8px;
  letter-spacing:.06em;
}
body.olimpo-theme .olimpo-online-total strong,
body.olimpo-theme .olimpo-online-total strong a { color:#fff; font-family:'Cinzel',serif; font-size:18px; text-decoration:none; }
body.olimpo-theme .sidebar-list { font-size:9px; }
body.olimpo-theme .sidebar-list li { padding:7px 0; color:#7890a5; border-color:rgba(216,173,85,.08); }
body.olimpo-theme .sidebar-list li .text { color:#e7eef6; font-weight:700; }
body.olimpo-theme .olimpo-team-list li .text { color:#5fd68f; }
body.olimpo-theme .olimpo-event-card [class*="event"] { color:#c8d7e5; }
body.olimpo-theme .olimpo-poll-wrap > * { color:#cbd8e5; background:linear-gradient(145deg,rgba(12,25,42,.96),rgba(6,14,24,.96)); border:1px solid rgba(216,173,85,.13); padding:14px; }

/* TOP CLASS + CASTLE */
body.olimpo-theme .olimpo-champions-shell { overflow:hidden; }
body.olimpo-theme .olimpo-champions-title { padding:17px 20px; margin:0; border-bottom:1px solid rgba(216,173,85,.14); background:linear-gradient(90deg,rgba(216,173,85,.055),transparent); }
body.olimpo-theme .olimpo-greek-line {
  width:40px; height:40px;
  display:grid; place-items:center;
  color:var(--olimpo-gold-2);
  font-family:'Cinzel',serif;
  border:1px solid rgba(216,173,85,.24);
  transform:rotate(45deg);
}
body.olimpo-theme .olimpo-top-class { min-height:390px; background:radial-gradient(circle at 25% 50%,rgba(28,106,167,.15),transparent 40%); }
body.olimpo-theme .top-class-header {
  min-height:60px;
  padding:8px 14px;
  color:#e5eef7;
  background:rgba(255,255,255,.018);
  border-bottom:1px solid rgba(216,173,85,.12);
}
body.olimpo-theme .top-class-name { font-family:'Cinzel',serif; font-size:13px; letter-spacing:.08em; }
body.olimpo-theme .top-class-classes .nav-link { opacity:.55; filter:grayscale(.45); transition:.2s ease; }
body.olimpo-theme .top-class-classes .nav-link:hover,
body.olimpo-theme .top-class-classes .nav-link.active { opacity:1; filter:none; }
body.olimpo-theme .top-class-classes .nav-link.active:after { background:var(--olimpo-gold); box-shadow:0 0 12px rgba(216,173,85,.3); }
body.olimpo-theme .top-class-content { min-height:330px; }
body.olimpo-theme .top-class-content .image { min-width:42%; display:flex; align-items:flex-end; justify-content:center; position:relative; }
body.olimpo-theme .top-class-content .image::after { content:''; position:absolute; left:10%; right:10%; bottom:8px; height:18px; background:radial-gradient(ellipse,rgba(45,145,208,.25),transparent 65%); filter:blur(5px); }
body.olimpo-theme .top-class-content img { max-height:330px; transform:translateY(10px); filter:drop-shadow(0 15px 28px rgba(0,0,0,.55)); }
body.olimpo-theme .top-class-content .info { display:flex; flex-direction:column; justify-content:center; padding:30px; }
body.olimpo-theme .top-class-content .info h3 { color:var(--olimpo-gold-2); font-size:12px; }
body.olimpo-theme .top-class-content .info .name { color:#fff; font-family:'Cinzel',serif; font-size:27px; letter-spacing:.03em; }
body.olimpo-theme .top-class-content .info .score,
body.olimpo-theme .top-class-content .info .guild { color:#849aae; font-size:10px; }
body.olimpo-theme .top-class-content .info strong { color:#dce8f4; }
body.olimpo-theme .olimpo-castle-siege {
  min-height:100%;
  padding:16px;
  border:0;
  border-left:1px solid rgba(216,173,85,.14);
  color:#fff;
  background:linear-gradient(rgba(4,9,15,.45),rgba(4,9,15,.74)), url(../images/castle-siege.png) center/cover no-repeat;
}
body.olimpo-theme .castle-siege-header { background:linear-gradient(90deg,#8e6524,var(--olimpo-gold),#8e6524); color:#0c121a; font-family:'Cinzel',serif; font-size:11px; letter-spacing:.08em; }
body.olimpo-theme .olimpo-castle-siege .castle-siege-owner,
body.olimpo-theme .olimpo-castle-siege .castle-siege-master,
body.olimpo-theme .olimpo-castle-siege .castle-siege-next { width:100%; border:1px solid rgba(216,173,85,.13); background:rgba(3,10,17,.72); border-radius:2px; }
body.olimpo-theme .olimpo-castle-siege .name { color:var(--olimpo-gold-2); }

/* MISC MODULES */
body.olimpo-theme .card { color:#d2dfeb; background:#0a1624; border-color:rgba(216,173,85,.12); }
body.olimpo-theme .card-header { background:rgba(216,173,85,.05); border-color:rgba(216,173,85,.12); }
body.olimpo-theme .accordion-item { color:#d3deea; background:#091522; border-color:rgba(216,173,85,.11); }
body.olimpo-theme .accordion-button { color:#dce8f3; background:#0b1928; }
body.olimpo-theme .accordion-button:not(.collapsed) { color:#f1d88d; background:#0e1d2d; box-shadow:inset 0 -1px rgba(216,173,85,.12); }
body.olimpo-theme .alert { border-radius:3px; }
body.olimpo-theme .market-item,
body.olimpo-theme .package,
body.olimpo-theme .webshop-item { background:#0a1624; border-color:rgba(216,173,85,.12); }

/* FOOTER */
body.olimpo-theme .olimpo-footer {
  position:relative;
  margin-top:0 !important;
  padding:54px 0 22px !important;
  color:#7890a5 !important;
  background:linear-gradient(180deg,rgba(5,10,18,.85),#03070c) !important;
  border-top:1px solid rgba(216,173,85,.12);
}
body.olimpo-theme .olimpo-footer::before {
  content:'';
  position:absolute;
  left:0; right:0; top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,173,85,.45),transparent);
}
body.olimpo-theme .olimpo-footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr .7fr;
  gap:40px;
  align-items:start;
}
body.olimpo-theme .olimpo-footer-brand img { max-width:240px; max-height:105px; object-fit:contain; object-position:left center; filter:drop-shadow(0 8px 18px rgba(0,0,0,.35)); }
body.olimpo-theme .olimpo-footer-brand p { max-width:420px; margin:14px 0 0; color:#5f768b; font-size:10px; line-height:1.7; }
body.olimpo-theme .olimpo-footer-links strong { display:block; margin-bottom:12px; color:#d9c17d; font-family:'Cinzel',serif; font-size:10px; letter-spacing:.1em; }
body.olimpo-theme .olimpo-footer-links a { display:block; margin:7px 0; color:#70869a; text-decoration:none; font-size:9px; }
body.olimpo-theme .olimpo-footer-links a:hover { color:#f0d583; }
body.olimpo-theme .olimpo-footer-emblem { justify-self:end; width:74px; height:74px; display:grid; place-items:center; color:rgba(216,173,85,.52); border:1px solid rgba(216,173,85,.20); font-family:'Cinzel',serif; font-size:30px; transform:rotate(45deg); box-shadow:inset 0 0 30px rgba(216,173,85,.04); }
body.olimpo-theme .olimpo-footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:38px; padding-top:18px; border-top:1px solid rgba(216,173,85,.08); color:#4f6578; font-size:8px; }
body.olimpo-theme .olimpo-footer-bottom a { color:#b99a58; text-decoration:none; }

/* RESPONSIVE */
@media (max-width: 1199.98px) {
  body.olimpo-theme .olimpo-hero-inner { grid-template-columns:minmax(0,1fr) 290px; }
  body.olimpo-theme .olimpo-quickbar { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 991.98px) {
  body.olimpo-theme .olimpo-navbar .container { min-height:60px; }
  body.olimpo-theme .navbar-collapse { top:60px !important; left:12px !important; right:12px !important; background:#07111d !important; border:1px solid rgba(216,173,85,.16); box-shadow:0 18px 40px rgba(0,0,0,.45); }
  body.olimpo-theme .olimpo-main-menu { padding:8px !important; }
  body.olimpo-theme .olimpo-main-menu .nav-link { padding:12px 14px; }
  body.olimpo-theme .olimpo-main-menu .nav-link::after { display:none; }
  body.olimpo-theme .olimpo-hero { min-height:auto; padding-top:80px; }
  body.olimpo-theme .olimpo-hero-inner { grid-template-columns:1fr; padding-bottom:80px; }
  body.olimpo-theme .olimpo-countdown-wrap { max-width:480px; margin:0; }
  body.olimpo-theme .olimpo-sidebar-sticky { position:static; }
  body.olimpo-theme .olimpo-castle-siege { border-left:0; border-top:1px solid rgba(216,173,85,.14); }
  body.olimpo-theme .olimpo-footer-grid { grid-template-columns:2fr 1fr 1fr; }
  body.olimpo-theme .olimpo-footer-emblem { display:none; }
}
@media (max-width: 767.98px) {
  body.olimpo-theme { background-size:auto 690px, auto 760px, auto 760px; }
  body.olimpo-theme .olimpo-hero { padding-top:74px; }
  body.olimpo-theme .olimpo-hero-inner { gap:24px; padding-bottom:62px; }
  body.olimpo-theme .olimpo-hero-brand { max-width:370px; margin-top:16px; }
  body.olimpo-theme .olimpo-hero-brand img { max-height:145px; }
  body.olimpo-theme .olimpo-hero h1 { font-size:28px; }
  body.olimpo-theme .olimpo-eyebrow { font-size:8px; letter-spacing:.2em; }
  body.olimpo-theme .olimpo-hero-meta span { font-size:8px; }
  body.olimpo-theme .olimpo-main { margin-top:-22px; }
  body.olimpo-theme .olimpo-quickbar { grid-template-columns:1fr 1fr; gap:7px; }
  body.olimpo-theme .olimpo-quick-card { min-height:68px; padding:10px; }
  body.olimpo-theme .olimpo-quick-card > .material-symbols-outlined { font-size:23px; }
  body.olimpo-theme .olimpo-home-shell { padding:11px; }
  body.olimpo-theme .olimpo-banner-frame,
  body.olimpo-theme #slides-banner-carousel .carousel-inner,
  body.olimpo-theme #slides-banner-carousel .carousel-item,
  body.olimpo-theme #slides-banner-carousel img { min-height:190px; }
  body.olimpo-theme #slides-banner-carousel img { max-height:260px; }
  body.olimpo-theme .olimpo-section-heading { display:block; }
  body.olimpo-theme .olimpo-section-heading small { display:block; margin-top:5px; }
  body.olimpo-theme .top-class-content { min-height:430px; flex-direction:column; }
  body.olimpo-theme .top-class-content .image { min-height:230px; }
  body.olimpo-theme .top-class-content img { max-height:250px; }
  body.olimpo-theme .top-class-content .info { padding:10px 18px 25px; }
  body.olimpo-theme .olimpo-footer-grid { grid-template-columns:1fr 1fr; gap:25px; }
  body.olimpo-theme .olimpo-footer-brand { grid-column:1 / -1; }
  body.olimpo-theme .olimpo-footer-bottom { flex-direction:column; gap:7px; }
}
@media (max-width: 479.98px) {
  body.olimpo-theme .olimpo-nav-actions .navbar-language { display:none; }
  body.olimpo-theme .olimpo-hero h1 { font-size:23px; }
  body.olimpo-theme .olimpo-hero p { font-size:9px; }
  body.olimpo-theme .olimpo-btn { min-height:42px; padding:0 14px; }
  body.olimpo-theme .olimpo-quickbar { grid-template-columns:1fr; }
  body.olimpo-theme .olimpo-section-title { align-items:flex-start; }
  body.olimpo-theme .olimpo-section-title h2 { font-size:15px; }
  body.olimpo-theme .olimpo-footer-grid { grid-template-columns:1fr; }
}

/* ========================================================================== */
/* TABLES / RANKINGS - OLIMPO DARK FIX                                        */
/* Corrige tabelas claras herdadas do Bootstrap/plugins do Morpheus.          */
/* ========================================================================== */
body.olimpo-theme .table {
  --table-color: #dce8f3;
  --table-bg: #08121e;
  --table-border-color: rgba(216, 173, 85, .12);
  --table-accent-bg: transparent;
  --table-striped-color: #e7f0f8;
  --table-striped-bg: rgba(255, 255, 255, .025);
  --table-active-color: #ffffff;
  --table-active-bg: rgba(216, 173, 85, .08);
  --table-hover-color: #ffffff;
  --table-hover-bg: rgba(216, 173, 85, .065);
  color: #dce8f3;
  border-color: rgba(216, 173, 85, .12);
}

body.olimpo-theme .table > :not(caption) > * > * {
  color: var(--table-color-state, var(--table-color-type, var(--table-color))) !important;
  background-color: var(--table-bg) !important;
  border-bottom-color: var(--table-border-color) !important;
  box-shadow: inset 0 0 0 9999px var(--table-bg-state, var(--table-bg-type, var(--table-accent-bg))) !important;
}

body.olimpo-theme .table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-color-type: var(--table-striped-color);
  --table-bg-type: var(--table-striped-bg);
}

body.olimpo-theme .table-hover > tbody > tr:hover > * {
  --table-color-state: var(--table-hover-color);
  --table-bg-state: var(--table-hover-bg);
}

body.olimpo-theme .table-dark,
body.olimpo-theme thead.table-dark,
body.olimpo-theme .table > thead.table-dark > tr > * {
  --table-color: #f5ecd4;
  --table-bg: #111a24;
  --table-border-color: rgba(216, 173, 85, .24);
  --table-striped-bg: #111a24;
  --table-striped-color: #f5ecd4;
  --table-hover-bg: #172433;
  --table-hover-color: #ffffff;
  color: #f5ecd4 !important;
  background-color: #111a24 !important;
}

body.olimpo-theme .table thead th {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  vertical-align: middle;
}

body.olimpo-theme .table tbody td {
  vertical-align: middle;
}

body.olimpo-theme .table a {
  color: #e6c46d;
  text-decoration: none;
  transition: color .18s ease, text-shadow .18s ease;
}

body.olimpo-theme .table a:hover {
  color: #fff0ba;
  text-shadow: 0 0 12px rgba(216, 173, 85, .22);
}

/* Hall of Fame / Tempo Real da Home */
body.olimpo-theme .olimpo-hall-wrap {
  position: relative;
  padding: 12px 14px 14px;
  overflow: hidden;
  border: 1px solid rgba(216, 173, 85, .16);
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 145, 208, .07), transparent 48%),
    linear-gradient(180deg, rgba(10, 20, 34, .96), rgba(6, 14, 24, .96));
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 18px 42px rgba(0,0,0,.16);
}

body.olimpo-theme .olimpo-hall-wrap::before,
body.olimpo-theme .olimpo-hall-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 173, 85, .75));
}
body.olimpo-theme .olimpo-hall-wrap::before { left: 0; }
body.olimpo-theme .olimpo-hall-wrap::after { right: 0; transform: scaleX(-1); }

body.olimpo-theme .olimpo-hall-wrap .table-responsive {
  overflow-x: auto;
}

body.olimpo-theme .olimpo-hall-wrap table,
body.olimpo-theme .olimpo-hall-wrap .table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
  background: transparent !important;
}

body.olimpo-theme .olimpo-hall-wrap .table > thead > tr > *,
body.olimpo-theme .olimpo-hall-wrap table > thead > tr > * {
  color: #f0d88f !important;
  background: rgba(16, 27, 39, .98) !important;
  border-top: 1px solid rgba(216, 173, 85, .18) !important;
  border-bottom: 1px solid rgba(216, 173, 85, .22) !important;
  box-shadow: none !important;
}

body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr > *,
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr > * {
  height: 42px;
  color: #cbd9e6 !important;
  background: linear-gradient(90deg, rgba(13, 25, 40, .98), rgba(8, 17, 29, .98)) !important;
  border-top: 1px solid rgba(255, 255, 255, .025) !important;
  border-bottom: 1px solid rgba(216, 173, 85, .075) !important;
  box-shadow: none !important;
}

body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr:hover > *,
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr:hover > * {
  color: #ffffff !important;
  background: linear-gradient(90deg, rgba(25, 43, 62, .98), rgba(12, 25, 41, .98)) !important;
  border-bottom-color: rgba(216, 173, 85, .23) !important;
}

body.olimpo-theme .olimpo-hall-wrap tbody tr > *:first-child {
  width: 42px;
  padding-left: 10px !important;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #7f96aa !important;
  border-left: 2px solid transparent !important;
}

body.olimpo-theme .olimpo-hall-wrap tbody tr > *:last-child {
  text-align: right;
  padding-right: 12px !important;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #d7e7f5 !important;
}

body.olimpo-theme .olimpo-hall-wrap tbody tr:nth-child(1) > * {
  background: linear-gradient(90deg, rgba(62, 47, 18, .55), rgba(13, 25, 40, .98) 40%, rgba(8, 17, 29, .98)) !important;
}
body.olimpo-theme .olimpo-hall-wrap tbody tr:nth-child(1) > *:first-child {
  color: #f2d57b !important;
  border-left-color: #d8ad55 !important;
}
body.olimpo-theme .olimpo-hall-wrap tbody tr:nth-child(2) > *:first-child {
  color: #cbd4dc !important;
  border-left-color: rgba(207, 216, 224, .55) !important;
}
body.olimpo-theme .olimpo-hall-wrap tbody tr:nth-child(3) > *:first-child {
  color: #c99562 !important;
  border-left-color: rgba(201, 149, 98, .58) !important;
}

body.olimpo-theme .olimpo-hall-wrap tbody img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(216, 173, 85, .28);
  background: #07111d;
  box-shadow: 0 0 0 2px rgba(255,255,255,.018);
}

/* Rankings internos e demais páginas */
body.olimpo-theme .page .table-responsive {
  border: 1px solid rgba(216, 173, 85, .10);
  background: rgba(7, 16, 28, .7);
}

body.olimpo-theme .page .table-responsive .table {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  body.olimpo-theme .olimpo-hall-wrap {
    padding: 8px;
  }
  body.olimpo-theme .olimpo-hall-wrap .table thead th,
  body.olimpo-theme .olimpo-hall-wrap .table tbody td {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
  body.olimpo-theme .olimpo-hall-wrap tbody tr > *:first-child {
    width: 32px;
  }
}

/* ========================================================================== */
/* SITE-WIDE STANDARDIZATION v1.2                                             */
/* Loaded after Morpheus + plugin CSS. Keeps ALL pages/modules in Olimpo UI.  */
/* ========================================================================== */

/* Page shell / headings / breadcrumbs */
body.olimpo-theme .page:not(.olimpo-home-shell):not(.olimpo-champions-shell) {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(45,145,208,.055), transparent 260px),
    linear-gradient(145deg, rgba(10,21,35,.98), rgba(6,13,23,.98));
  border: 1px solid rgba(216,173,85,.15);
  border-top-color: rgba(216,173,85,.34);
}
body.olimpo-theme .page:not(.olimpo-home-shell):not(.olimpo-champions-shell)::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,173,85,.65), transparent);
  pointer-events: none;
}
body.olimpo-theme .page-mini { max-width: 430px; }
body.olimpo-theme .page-title {
  position: relative;
  margin: -2px 0 18px;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(216,173,85,.12);
}
body.olimpo-theme .page-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 1px;
  background: var(--olimpo-gold);
  box-shadow: 0 0 16px rgba(216,173,85,.25);
}
body.olimpo-theme .page-title h1,
body.olimpo-theme .page-title h2 {
  margin: 0;
  color: #f3f7fb;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.olimpo-theme .page-body { color: #b9c9d8; }
body.olimpo-theme .breadcrumb {
  gap: 4px;
  margin-top: -5px;
  margin-bottom: 16px;
  color: #688095;
  font-size: 10px;
}
body.olimpo-theme .breadcrumb-item,
body.olimpo-theme .breadcrumb-item.active { color: #688095; }
body.olimpo-theme .breadcrumb-item a { color: #9bb0c3; text-decoration: none; }
body.olimpo-theme .breadcrumb-item a:hover { color: var(--olimpo-gold-2); }
body.olimpo-theme .breadcrumb-item + .breadcrumb-item::before { color: rgba(216,173,85,.48); }
body.olimpo-theme .divisor { color: #667f95; }
body.olimpo-theme .divisor::before,
body.olimpo-theme .divisor::after { border-color: rgba(216,173,85,.13); }
body.olimpo-theme hr { border-color: rgba(216,173,85,.12); opacity: 1; }

/* Tables: Bootstrap 5.3 + old Morpheus/plugin table variables */
body.olimpo-theme table,
body.olimpo-theme .table {
  --bs-table-color: #cfdeeb;
  --bs-table-bg: #08131f;
  --bs-table-border-color: rgba(216,173,85,.12);
  --bs-table-striped-color: #e2ebf3;
  --bs-table-striped-bg: rgba(255,255,255,.025);
  --bs-table-active-color: #fff;
  --bs-table-active-bg: rgba(216,173,85,.08);
  --bs-table-hover-color: #fff;
  --bs-table-hover-bg: rgba(216,173,85,.065);
  color: #cfdeeb !important;
  border-color: rgba(216,173,85,.12) !important;
  background-color: transparent !important;
}
body.olimpo-theme table > :not(caption) > * > *,
body.olimpo-theme .table > :not(caption) > * > * {
  color: #cfdeeb !important;
  background-color: #08131f !important;
  border-color: rgba(216,173,85,.12) !important;
  box-shadow: none !important;
}
body.olimpo-theme table.table-striped > tbody > tr:nth-of-type(odd) > *,
body.olimpo-theme .table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #0a1725 !important;
}
body.olimpo-theme table.table-hover > tbody > tr:hover > *,
body.olimpo-theme .table.table-hover > tbody > tr:hover > * {
  color: #fff !important;
  background-color: #112338 !important;
}
body.olimpo-theme table > thead > tr > *,
body.olimpo-theme .table > thead > tr > * {
  color: #f0d78d !important;
  background: #111c28 !important;
  border-top-color: rgba(216,173,85,.18) !important;
  border-bottom-color: rgba(216,173,85,.25) !important;
  font-weight: 800;
}
body.olimpo-theme .table-dark,
body.olimpo-theme .table-light,
body.olimpo-theme thead.table-dark,
body.olimpo-theme thead.table-light,
body.olimpo-theme tbody.table-light,
body.olimpo-theme tbody.table-dark {
  --bs-table-bg: #111c28 !important;
  --bs-table-color: #f0d78d !important;
  --bs-table-border-color: rgba(216,173,85,.22) !important;
  color: #f0d78d !important;
  background: #111c28 !important;
}
body.olimpo-theme .table-responsive {
  border-radius: 3px;
  border: 1px solid rgba(216,173,85,.11);
  background: #07111c;
}
body.olimpo-theme .table-responsive > .table { margin-bottom: 0; }
body.olimpo-theme .table-bordered > :not(caption) > * { border-color: rgba(216,173,85,.12) !important; }
body.olimpo-theme .table-sm > :not(caption) > * > * { padding: .45rem .55rem; }

/* Forms */
body.olimpo-theme .form-label,
body.olimpo-theme label { color: #b9cad8; }
body.olimpo-theme .form-text,
body.olimpo-theme small.form-text { color: #71899f; }
body.olimpo-theme .form-control,
body.olimpo-theme .form-select,
body.olimpo-theme .input-group-text {
  min-height: 39px;
  color: #e3edf5 !important;
  background-color: #07121e !important;
  border-color: rgba(216,173,85,.17) !important;
}
body.olimpo-theme textarea.form-control { min-height: 110px; }
body.olimpo-theme .form-control:disabled,
body.olimpo-theme .form-control[readonly],
body.olimpo-theme .form-select:disabled {
  color: #71869a !important;
  background: #0b1621 !important;
  opacity: 1;
}
body.olimpo-theme .form-check-input {
  background-color: #07121e;
  border-color: rgba(216,173,85,.32);
}
body.olimpo-theme .form-check-input:checked {
  background-color: #c79b45;
  border-color: #e3c16d;
}
body.olimpo-theme .form-check-input:focus { box-shadow: 0 0 0 .2rem rgba(216,173,85,.08); }
body.olimpo-theme fieldset { border-color: rgba(216,173,85,.16); }
body.olimpo-theme legend {
  color: #e7d18f;
  background: #08131f;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: .04em;
}

/* Buttons */
body.olimpo-theme .btn { border-radius: 3px; }
body.olimpo-theme .btn-primary,
body.olimpo-theme .badge-primary {
  color: #07101b !important;
  background: linear-gradient(135deg,#aa792b,#d8ad55) !important;
  border-color: #e1bd69 !important;
}
body.olimpo-theme .btn-secondary,
body.olimpo-theme .btn-outline-secondary {
  color: #cbd9e5 !important;
  background: #112033 !important;
  border-color: #29415a !important;
}
body.olimpo-theme .btn-success { color:#06140c !important; background:#55c985 !important; border-color:#6fd89a !important; }
body.olimpo-theme .btn-danger { color:#fff !important; background:#9d3946 !important; border-color:#bd5360 !important; }
body.olimpo-theme .btn-warning { color:#151006 !important; background:#d8ad55 !important; border-color:#e4c16e !important; }
body.olimpo-theme .btn-info { color:#06131b !important; background:#5aaed7 !important; border-color:#70c0e6 !important; }
body.olimpo-theme .btn-link { color: var(--olimpo-gold-2); text-decoration: none; }
body.olimpo-theme .btn:hover { filter: brightness(1.07); }
body.olimpo-theme .btn-more { color:#cbd9e5; background:#142236; }

/* Alerts */
body.olimpo-theme .alert {
  color: #cbd9e6;
  background: #0b1826;
  border: 1px solid rgba(216,173,85,.14);
  box-shadow: inset 3px 0 rgba(216,173,85,.25);
}
body.olimpo-theme .alert-warning { color:#e7cf8b; background:#211b0d; border-color:rgba(216,173,85,.28); box-shadow:inset 3px 0 #d8ad55; }
body.olimpo-theme .alert-danger { color:#efb8c0; background:#211014; border-color:rgba(190,75,91,.32); box-shadow:inset 3px 0 #b74756; }
body.olimpo-theme .alert-success { color:#b4e7c8; background:#0d1e16; border-color:rgba(76,190,124,.28); box-shadow:inset 3px 0 #4cbe7c; }
body.olimpo-theme .alert-info { color:#b9dff2; background:#0c1c26; border-color:rgba(76,158,199,.28); box-shadow:inset 3px 0 #4c9ec7; }

/* Cards / lists / panels */
body.olimpo-theme .card,
body.olimpo-theme .list-group-item,
body.olimpo-theme .list-group-heading {
  color: #cad8e5 !important;
  background: #0a1624 !important;
  border-color: rgba(216,173,85,.12) !important;
}
body.olimpo-theme .card { box-shadow: 0 10px 26px rgba(0,0,0,.13); }
body.olimpo-theme .card-header,
body.olimpo-theme .list-group-heading {
  color: #ecd488 !important;
  background: #101d2c !important;
  border-color: rgba(216,173,85,.16) !important;
  font-family: 'Cinzel', serif;
  letter-spacing: .04em;
}
body.olimpo-theme .card-footer { color:#8499ad; background:#09131f; border-color:rgba(216,173,85,.11); }
body.olimpo-theme .list-group-item-action:hover,
body.olimpo-theme .list-group-item-action:focus,
body.olimpo-theme .list-group-item-action.active {
  color:#fff !important;
  background:#12253a !important;
  border-color:rgba(216,173,85,.22) !important;
}
body.olimpo-theme .list-characters .character.active .card { border-color: #d8ad55 !important; box-shadow:0 0 0 1px rgba(216,173,85,.2),0 14px 35px rgba(0,0,0,.2); }
body.olimpo-theme .character-avatar { background:radial-gradient(circle at 50% 80%,rgba(45,145,208,.11),transparent 58%); }

/* Tabs / pills / pagination */
body.olimpo-theme .nav-tabs { gap: 3px; border-bottom-color: rgba(216,173,85,.15); }
body.olimpo-theme .nav-tabs .nav-link {
  color:#8399ad;
  background:transparent;
  border:0 !important;
  border-bottom:2px solid transparent !important;
  border-radius:0;
}
body.olimpo-theme .nav-tabs .nav-link:hover { color:#e1edf6; background:rgba(255,255,255,.025); }
body.olimpo-theme .nav-tabs .nav-link.active,
body.olimpo-theme .nav-tabs .nav-item.show .nav-link {
  color:#f0d588 !important;
  background:rgba(216,173,85,.055) !important;
  border-bottom-color:#d8ad55 !important;
}
body.olimpo-theme .pagination .page-link {
  color:#9fb3c5;
  background:#0a1725;
  border-color:#1d3044;
}
body.olimpo-theme .pagination .page-link:hover { color:#fff; background:#13263a; border-color:#3a5167; }
body.olimpo-theme .pagination .active > .page-link { color:#07101b; background:#d8ad55; border-color:#e4c36f; }

/* Badges / status / progress */
body.olimpo-theme .badge { border-radius: 3px; font-weight:700; }
body.olimpo-theme .bg-success { background-color:#43bd79 !important; }
body.olimpo-theme .bg-danger { background-color:#b74756 !important; }
body.olimpo-theme .bg-warning { background-color:#d2a347 !important; }
body.olimpo-theme .bg-secondary { background-color:#33485d !important; }
body.olimpo-theme .progress { background:#06101a; border:1px solid rgba(255,255,255,.035); }
body.olimpo-theme .progress-bar { box-shadow:0 0 14px rgba(67,189,121,.17); }

/* Dropdowns / auth / notifications */
body.olimpo-theme .dropdown-menu {
  color:#cbd9e6 !important;
  background:#091522 !important;
  border-color:rgba(216,173,85,.16) !important;
}
body.olimpo-theme .dropdown-divider { border-color:rgba(216,173,85,.11); }
body.olimpo-theme .dropdown-item { color:#b8c8d6 !important; }
body.olimpo-theme .dropdown-item:hover,
body.olimpo-theme .dropdown-item:focus,
body.olimpo-theme .dropdown-item.active { color:#fff !important; background:#14263a !important; }
body.olimpo-theme .dropdown-services-title { color:#e9d080; }
body.olimpo-theme .notifications-container { color:#cbd9e5; background:#091522; }
body.olimpo-theme .notifications-header { color:#07101b; background:#d8ad55; }
body.olimpo-theme .notifications-list { background:#091522; }
body.olimpo-theme .notifications-item-link { color:#cbd9e5; }
body.olimpo-theme .notifications-item-link:hover { color:#fff; background:#13263a; }
body.olimpo-theme .notifications-item-subtitle,
body.olimpo-theme .notifications-footer { color:#72899d; }
body.olimpo-theme .notifications-footer { border-color:rgba(216,173,85,.11); }
body.olimpo-theme .notifications-footer-action:hover { color:#fff; background:#13263a; }

/* Modals */
body.olimpo-theme .modal-content {
  color:#cbd9e6;
  background:#081521;
  border:1px solid rgba(216,173,85,.18);
  box-shadow:0 25px 80px rgba(0,0,0,.55);
}
body.olimpo-theme .modal-header,
body.olimpo-theme .modal-footer { border-color:rgba(216,173,85,.12); }
body.olimpo-theme .modal-title { color:#f0d68b; font-family:'Cinzel',serif; }
body.olimpo-theme .btn-close { filter:invert(1) grayscale(1); opacity:.7; }
body.olimpo-theme .modal-backdrop.show { opacity:.72; }

/* Accordion */
body.olimpo-theme .accordion-item { color:#cbd9e5; background:#091522; border-color:rgba(216,173,85,.12); }
body.olimpo-theme .accordion-button { color:#cbd9e5; background:#0d1a29; }
body.olimpo-theme .accordion-button:not(.collapsed) { color:#efd68c; background:#112238; }
body.olimpo-theme .accordion-button::after { filter:invert(1) sepia(.2); }

/* Default modules that otherwise carry light-theme SCSS */
body.olimpo-theme .sidebar-title { color:#ead183; }
body.olimpo-theme .sidebar-toggler { color:#aabccc !important; }
body.olimpo-theme .sidebar-toggler svg path,
body.olimpo-theme .webshop-categories-toggler svg path { fill:#d8ad55 !important; }
body.olimpo-theme .sidebar-list li { border-color:rgba(216,173,85,.09) !important; }
body.olimpo-theme .market.accounts .characters .character { border-color:rgba(216,173,85,.14) !important; background:#091522; }
body.olimpo-theme .ticket-message { border-color:rgba(216,173,85,.11); }
body.olimpo-theme .ticket-message-images a,
body.olimpo-theme .ticket-images a { border-color:rgba(216,173,85,.14); background:#091522; }
body.olimpo-theme .single-post-comment { border-color:rgba(216,173,85,.12); }
body.olimpo-theme .webshop-product,
body.olimpo-theme .market .product,
body.olimpo-theme .packages .package,
body.olimpo-theme .auction-item,
body.olimpo-theme .items-list .item { color:#cbd9e5; }
body.olimpo-theme .webshop-product-price span,
body.olimpo-theme .market .price span,
body.olimpo-theme .packages .price span,
body.olimpo-theme .auction-item .price span { color:#f0cf73; }
body.olimpo-theme .webshop-single-character,
body.olimpo-theme .market.accounts .characters .character { border-radius:3px; }

/* Plugin-injected home blocks: force theme even if plugin CSS is aggressive */
body.olimpo-theme .olimpo-hall-wrap,
body.olimpo-theme .olimpo-market-wrap,
body.olimpo-theme .olimpo-posts-wrap,
body.olimpo-theme .olimpo-event-card,
body.olimpo-theme .olimpo-webshop-card,
body.olimpo-theme .olimpo-poll-wrap {
  --bs-body-color:#cbd9e5;
  --bs-body-bg:#08131f;
  color:#cbd9e5;
}
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr > *,
body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr > * {
  color:#cbd9e6 !important;
  background:#0a1725 !important;
  border-color:rgba(216,173,85,.09) !important;
  box-shadow:none !important;
}
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr:nth-child(1) > *,
body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr:nth-child(1) > * {
  background:linear-gradient(90deg,rgba(61,47,19,.72),#0b1826 38%,#08131f) !important;
}
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr:nth-child(2) > *,
body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr:nth-child(2) > * { background:#0b1826 !important; }
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr:nth-child(3) > *,
body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr:nth-child(3) > * { background:#0a1725 !important; }
body.olimpo-theme .olimpo-hall-wrap table > tbody > tr:hover > *,
body.olimpo-theme .olimpo-hall-wrap .table > tbody > tr:hover > * { background:#13283e !important; }

/* Generic raw plugin tables without .table class */
body.olimpo-theme .olimpo-hall-wrap table,
body.olimpo-theme .olimpo-market-wrap table,
body.olimpo-theme .olimpo-side-card table,
body.olimpo-theme .page table { color:#cfdeeb !important; background:transparent !important; }
body.olimpo-theme .page table th,
body.olimpo-theme .page table td,
body.olimpo-theme .olimpo-side-card table th,
body.olimpo-theme .olimpo-side-card table td { border-color:rgba(216,173,85,.11) !important; }

/* Selection / focus */
body.olimpo-theme ::selection { color:#07101b; background:#e0bd6a; }
body.olimpo-theme :focus-visible { outline:1px solid rgba(230,198,111,.75); outline-offset:2px; }

/* Mobile page consistency */
@media (max-width: 767.98px) {
  body.olimpo-theme .page:not(.olimpo-home-shell):not(.olimpo-champions-shell) { padding:13px; }
  body.olimpo-theme .page:not(.olimpo-home-shell):not(.olimpo-champions-shell)::before { left:13px; right:13px; }
  body.olimpo-theme .page-title h1,
  body.olimpo-theme .page-title h2 { font-size:15px; }
  body.olimpo-theme .table-responsive { border-left:0; border-right:0; border-radius:0; }
  body.olimpo-theme .table > :not(caption) > * > * { white-space:nowrap; }
  body.olimpo-theme .modal-dialog { margin:.6rem; }
}

/* Error / empty-state pages */
body.olimpo-theme .olimpo-state-page { max-width:620px; margin:40px auto; padding:42px 28px !important; }
body.olimpo-theme .olimpo-state-emblem {
  width:58px;height:58px;margin:0 auto 28px;display:grid;place-items:center;
  color:var(--olimpo-gold-2);border:1px solid rgba(216,173,85,.35);
  font-family:'Cinzel',serif;font-size:24px;transform:rotate(45deg);
}
body.olimpo-theme .olimpo-state-emblem::first-letter { transform:rotate(-45deg); }
body.olimpo-theme .olimpo-state-page .page-body p { color:#8097aa; }

/* Legacy/utility templates brought into the same visual standard */
body.olimpo-theme .title {
  color:#f2f6fa;
  font-family:'Cinzel',serif;
  font-size:17px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.olimpo-theme .breadcrumber {
  display:flex;
  gap:7px;
  list-style:none;
  margin:0 0 16px;
  padding:0;
  color:#6d8499;
  font-size:10px;
}
body.olimpo-theme .breadcrumber li + li::before { content:'›'; margin-right:7px; color:rgba(216,173,85,.5); }
body.olimpo-theme .breadcrumber a { color:#9cafc0; text-decoration:none; }
body.olimpo-theme .breadcrumber a:hover { color:var(--olimpo-gold-2); }
body.olimpo-theme .sidebar-toggler svg path { fill:transparent !important; stroke:#d8ad55 !important; }
body.olimpo-theme .styled-checkbox + label::before,
body.olimpo-theme .styled-radio + label::before {
  background:#07121e !important;
  border-color:rgba(216,173,85,.32) !important;
}
body.olimpo-theme .styled-checkbox:hover + label::before,
body.olimpo-theme .styled-radio:hover + label::before { border-color:#d8ad55 !important; }
body.olimpo-theme .styled-checkbox:checked + label::before,
body.olimpo-theme .styled-radio:checked + label::before { background:#c4943f !important; border-color:#e0bd68 !important; }
body.olimpo-theme .styled-checkbox:disabled + label::before,
body.olimpo-theme .styled-radio:disabled + label::before { background:#111b27 !important; border-color:#253548 !important; }
body.olimpo-theme .olimpo-partial-castle { min-height:360px; }


/* ========================================================================== */
/* GLOBAL TABLE / TABS HARD FIXES (v1.3)                                      */
/* ========================================================================== */
body.olimpo-theme .page .table,
body.olimpo-theme table.table {
  --table-color: #dde7f2 !important;
  --table-bg: rgba(7, 16, 27, .82) !important;
  --table-border-color: rgba(216, 173, 85, .13) !important;
  --table-striped-color: #e6eef7 !important;
  --table-striped-bg: rgba(255, 255, 255, .045) !important;
  --table-hover-color: #ffffff !important;
  --table-hover-bg: rgba(216, 173, 85, .075) !important;
  width: 100%;
  color: #dde7f2 !important;
  background: transparent !important;
  border-color: rgba(216, 173, 85, .13) !important;
  box-shadow: inset 0 0 0 1px rgba(216, 173, 85, .07);
}
body.olimpo-theme .page .table > :not(caption) > * > *,
body.olimpo-theme table.table > :not(caption) > * > * {
  color: #dde7f2 !important;
  background-color: rgba(7, 16, 27, .84) !important;
  border-color: rgba(216, 173, 85, .13) !important;
  box-shadow: inset 0 0 0 9999px transparent !important;
}
body.olimpo-theme .page .table thead,
body.olimpo-theme .page .table thead tr,
body.olimpo-theme .page .table thead th,
body.olimpo-theme table.table thead,
body.olimpo-theme table.table thead tr,
body.olimpo-theme table.table thead th,
body.olimpo-theme .page .table .table-dark,
body.olimpo-theme .page .table .table-dark th,
body.olimpo-theme .page .table .table-dark td {
  color: #f4f8fc !important;
  background: linear-gradient(180deg, rgba(25, 35, 47, .96), rgba(16, 23, 32, .98)) !important;
  border-color: rgba(216, 173, 85, .18) !important;
}
body.olimpo-theme .page .table.table-striped > tbody > tr:nth-of-type(odd) > *,
body.olimpo-theme table.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #e6eef7 !important;
  background-color: rgba(255, 255, 255, .055) !important;
}
body.olimpo-theme .page .table.table-striped > tbody > tr:nth-of-type(even) > *,
body.olimpo-theme table.table.table-striped > tbody > tr:nth-of-type(even) > * {
  color: #dbe6f1 !important;
  background-color: rgba(7, 16, 27, .84) !important;
}
body.olimpo-theme .page .table.table-hover > tbody > tr:hover > *,
body.olimpo-theme table.table.table-hover > tbody > tr:hover > * {
  color: #ffffff !important;
  background-color: rgba(216, 173, 85, .08) !important;
}
body.olimpo-theme .page .table a,
body.olimpo-theme table.table a {
  color: #f0cf7a !important;
}
body.olimpo-theme .page .table a:hover,
body.olimpo-theme table.table a:hover {
  color: #fff0bd !important;
}
body.olimpo-theme .page .table td:first-child,
body.olimpo-theme table.table td:first-child {
  color: #f0f5fa !important;
}
body.olimpo-theme .page .table td,
body.olimpo-theme .page .table th,
body.olimpo-theme table.table td,
body.olimpo-theme table.table th {
  vertical-align: middle;
}
body.olimpo-theme .page .table-bordered > :not(caption) > * > *,
body.olimpo-theme table.table-bordered > :not(caption) > * > * {
  border-width: 0 1px 1px 0;
}
body.olimpo-theme .page .table-bordered > :not(caption) > tr > *:last-child,
body.olimpo-theme table.table-bordered > :not(caption) > tr > *:last-child {
  border-right-width: 0;
}
body.olimpo-theme .page .table-bordered > :not(caption) > tr:last-child > *,
body.olimpo-theme table.table-bordered > :not(caption) > tr:last-child > * {
  border-bottom-width: 0;
}

body.olimpo-theme .page .nav-tabs {
  border-bottom-color: rgba(216, 173, 85, .18) !important;
}
body.olimpo-theme .page .nav-tabs .nav-link {
  color: #b6c6d6 !important;
  background: rgba(7, 16, 27, .38) !important;
  border: 1px solid rgba(216, 173, 85, .14) !important;
  border-bottom-color: rgba(216, 173, 85, .14) !important;
  border-radius: 0 !important;
  margin-right: 6px;
}
body.olimpo-theme .page .nav-tabs .nav-link:hover,
body.olimpo-theme .page .nav-tabs .nav-link:focus {
  color: #fff !important;
  background: rgba(216, 173, 85, .08) !important;
  border-color: rgba(216, 173, 85, .24) !important;
}
body.olimpo-theme .page .nav-tabs .nav-link.active,
body.olimpo-theme .page .nav-tabs .nav-item.show .nav-link {
  color: #f0cf7a !important;
  background: rgba(216, 173, 85, .10) !important;
  border-color: rgba(216, 173, 85, .30) !important;
  border-bottom-color: rgba(216, 173, 85, .30) !important;
  box-shadow: inset 0 -2px 0 0 var(--olimpo-gold);
}
body.olimpo-theme .page .btn-outline-secondary {
  color: #d8c17b !important;
  border-color: rgba(216, 173, 85, .28) !important;
  background: rgba(7, 16, 27, .42) !important;
}
body.olimpo-theme .page .btn-outline-secondary:hover,
body.olimpo-theme .page .btn-outline-secondary:focus,
body.olimpo-theme .page .btn-outline-secondary.active {
  color: #0a111a !important;
  background: linear-gradient(135deg, #b88732, #e3c26d) !important;
  border-color: #e8c871 !important;
}

body.olimpo-theme .page .badge.bg-primary,
body.olimpo-theme .page .badge.badge-primary {
  background: linear-gradient(135deg, #216bd5, #2f8cff) !important;
}
body.olimpo-theme .page .badge.bg-success {
  background: linear-gradient(135deg, #178752, #26bb70) !important;
}


/* ========================================================================== */
/* OLIMPO V1.4 - CACHE-PROOF CRITICAL TABLE SKIN                              */
/* This block intentionally uses direct properties instead of Bootstrap vars.  */
/* ========================================================================== */
html body.olimpo-theme #app .olimpo-table,
html body.olimpo-theme #app .olimpo-hall-wrap table,
html body.olimpo-theme #app .page table.table {
  width: 100% !important;
  color: #dfe9f3 !important;
  background: #07111d !important;
  border-color: rgba(216,173,85,.16) !important;
  border-collapse: collapse;
}
html body.olimpo-theme #app .olimpo-table > thead > tr > *,
html body.olimpo-theme #app .olimpo-hall-wrap table > thead > tr > *,
html body.olimpo-theme #app .page table.table > thead > tr > * {
  color: #f3d982 !important;
  background: #111c28 !important;
  background-color: #111c28 !important;
  border-color: rgba(216,173,85,.24) !important;
  box-shadow: none !important;
}
html body.olimpo-theme #app .olimpo-table > tbody > tr > *,
html body.olimpo-theme #app .olimpo-hall-wrap table > tbody > tr > *,
html body.olimpo-theme #app .page table.table > tbody > tr > * {
  color: #dce7f1 !important;
  background: #081522 !important;
  background-color: #081522 !important;
  border-color: rgba(216,173,85,.12) !important;
  box-shadow: none !important;
}
html body.olimpo-theme #app .olimpo-table.table-striped > tbody > tr:nth-of-type(odd) > *,
html body.olimpo-theme #app .olimpo-hall-wrap table > tbody > tr:nth-of-type(odd) > *,
html body.olimpo-theme #app .page table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #e8f0f7 !important;
  background: #0d1b2a !important;
  background-color: #0d1b2a !important;
  box-shadow: none !important;
}
html body.olimpo-theme #app .olimpo-table.table-striped > tbody > tr:nth-of-type(even) > *,
html body.olimpo-theme #app .olimpo-hall-wrap table > tbody > tr:nth-of-type(even) > *,
html body.olimpo-theme #app .page table.table-striped > tbody > tr:nth-of-type(even) > * {
  color: #dce7f1 !important;
  background: #081522 !important;
  background-color: #081522 !important;
  box-shadow: none !important;
}
html body.olimpo-theme #app .olimpo-table.table-hover > tbody > tr:hover > *,
html body.olimpo-theme #app .olimpo-hall-wrap table > tbody > tr:hover > *,
html body.olimpo-theme #app .page table.table-hover > tbody > tr:hover > * {
  color: #ffffff !important;
  background: #142a40 !important;
  background-color: #142a40 !important;
  box-shadow: none !important;
}
html body.olimpo-theme #app .olimpo-table a,
html body.olimpo-theme #app .olimpo-hall-wrap table a,
html body.olimpo-theme #app .page table.table a {
  color: #edc968 !important;
}
html body.olimpo-theme #app .olimpo-table a:hover,
html body.olimpo-theme #app .olimpo-hall-wrap table a:hover,
html body.olimpo-theme #app .page table.table a:hover {
  color: #fff0b9 !important;
}
html body.olimpo-theme #app .page .nav-tabs .nav-link,
html body.olimpo-theme #app .page .btn-outline-secondary {
  color: #c6d3df !important;
  background: #081522 !important;
  border-color: rgba(216,173,85,.24) !important;
}
html body.olimpo-theme #app .page .nav-tabs .nav-link.active,
html body.olimpo-theme #app .page .btn-outline-secondary.active,
html body.olimpo-theme #app .page .btn-outline-secondary:hover {
  color: #f3d982 !important;
  background: #172234 !important;
  border-color: rgba(216,173,85,.52) !important;
}


/* ========================================================================== */
/* WHATSAPP GROUP BUTTON - v1.5                                               */
/* ========================================================================== */
body.olimpo-theme .olimpo-whatsapp-group {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1085;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 8px 17px 8px 9px;
  color: #f7fbff !important;
  text-decoration: none !important;
  border: 1px solid rgba(83, 224, 137, .44);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(10, 34, 26, .97), rgba(7, 22, 22, .98));
  box-shadow: 0 14px 38px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.025) inset;
  backdrop-filter: blur(12px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.olimpo-theme .olimpo-whatsapp-group::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(37, 211, 102, .08), transparent 60%);
}
body.olimpo-theme .olimpo-whatsapp-group:hover {
  transform: translateY(-3px);
  color: #fff !important;
  border-color: rgba(83, 224, 137, .78);
  background: linear-gradient(135deg, rgba(12, 45, 32, .99), rgba(7, 27, 24, .99));
  box-shadow: 0 18px 46px rgba(0,0,0,.48), 0 0 22px rgba(37, 211, 102, .10);
}
body.olimpo-theme .olimpo-whatsapp-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #20bb5a, #2bd66c);
  box-shadow: 0 6px 18px rgba(37, 211, 102, .20);
}
body.olimpo-theme .olimpo-whatsapp-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
body.olimpo-theme .olimpo-whatsapp-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
body.olimpo-theme .olimpo-whatsapp-copy small {
  margin-bottom: 4px;
  color: #77d99a;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .18em;
}
body.olimpo-theme .olimpo-whatsapp-copy strong {
  color: #f5fbf7;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
}
@media (max-width: 575.98px) {
  body.olimpo-theme .olimpo-whatsapp-group {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 7px;
    border-radius: 50%;
  }
  body.olimpo-theme .olimpo-whatsapp-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 50%;
  }
  body.olimpo-theme .olimpo-whatsapp-copy { display: none; }
}


/* ========================================================================== */
/* BSDEV SIGNATURE - v1.6                                                     */
/* ========================================================================== */
body.olimpo-theme .olimpo-bsdev-signature {
  position: relative;
  justify-self: end;
  align-self: center;
  width: min(100%, 310px);
  padding: 18px 20px 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 45%),
    rgba(3, 7, 12, .70);
  border: 1px solid rgba(255,255,255,.08);
  border-left: 2px solid #d72232;
  box-shadow: 0 18px 45px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.025);
  overflow: hidden;
}
body.olimpo-theme .olimpo-bsdev-signature::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  right: -68px;
  top: -72px;
  border: 1px solid rgba(215,34,50,.18);
  transform: rotate(45deg);
}
body.olimpo-theme .olimpo-bsdev-kicker {
  margin-bottom: 8px;
  color: #718090;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .24em;
}
body.olimpo-theme .olimpo-bsdev-logo {
  display: inline-flex;
  align-items: baseline;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  text-decoration: none !important;
  text-shadow: 0 8px 24px rgba(0,0,0,.4);
}
body.olimpo-theme .olimpo-bsdev-logo:hover { filter: brightness(1.1); }
body.olimpo-theme .olimpo-bsdev-bs { color: #f5f7fa; }
body.olimpo-theme .olimpo-bsdev-dev { color: #e12736; }
body.olimpo-theme .olimpo-bsdev-tagline {
  margin-top: 6px;
  color: #c5ccd4;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
}
body.olimpo-theme .olimpo-bsdev-services {
  margin-top: 12px;
  color: #586979;
  font-size: 6.5px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .06em;
}
body.olimpo-theme .olimpo-bsdev-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 13px;
}
body.olimpo-theme .olimpo-bsdev-links a {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin: 0;
  padding: 0 9px;
  color: #d7dee6 !important;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
}
body.olimpo-theme .olimpo-bsdev-links a:hover {
  color: #fff !important;
  border-color: rgba(215,34,50,.45);
  background: rgba(215,34,50,.08);
}
body.olimpo-theme .olimpo-footer-bottom a {
  color: #e06a73;
}
@media (max-width: 1199.98px) {
  body.olimpo-theme .olimpo-bsdev-signature { display: block; justify-self: stretch; max-width: none; grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
  body.olimpo-theme .olimpo-bsdev-signature { padding: 16px; }
  body.olimpo-theme .olimpo-bsdev-logo { font-size: 28px; }
}

/* ========================================================================== */
/* INFORMATION / PROGRESSION TABLES - v1.7                                   */
/* ========================================================================== */
body.olimpo-theme .olimpo-info-progression {
  margin: 8px 0 34px;
}
body.olimpo-theme .olimpo-info-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(216, 173, 85, .28);
  background:
    radial-gradient(circle at 90% 15%, rgba(216, 173, 85, .10), transparent 34%),
    linear-gradient(135deg, rgba(15, 25, 38, .96), rgba(5, 12, 20, .98));
  box-shadow: 0 18px 45px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.025);
}
body.olimpo-theme .olimpo-info-intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(#f4d77c, #9e681d);
}
body.olimpo-theme .olimpo-info-kicker,
body.olimpo-theme .olimpo-info-table-heading > div > span,
body.olimpo-theme .olimpo-info-existing-title > span {
  display: block;
  margin-bottom: 5px;
  color: #d7ae55;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}
body.olimpo-theme .olimpo-info-intro h2,
body.olimpo-theme .olimpo-info-existing-title h2 {
  margin: 0;
  color: #f3f6f9;
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: .025em;
}
body.olimpo-theme .olimpo-info-intro p {
  max-width: 760px;
  margin: 9px 0 0;
  color: #9faebb;
  font-size: 13px;
  line-height: 1.7;
}
body.olimpo-theme .olimpo-info-omega {
  flex: 0 0 auto;
  color: rgba(226, 183, 91, .20);
  font-family: 'Cinzel', serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 28px rgba(216, 173, 85, .08);
}
body.olimpo-theme .olimpo-vip-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}
body.olimpo-theme .olimpo-vip-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(12, 23, 35, .98), rgba(5, 12, 19, .98));
  box-shadow: 0 15px 36px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.025);
}
body.olimpo-theme .olimpo-vip-card::after {
  content: '';
  position: absolute;
  width: 125px;
  height: 125px;
  right: -58px;
  top: -68px;
  border: 1px solid currentColor;
  opacity: .08;
  transform: rotate(45deg);
}
body.olimpo-theme .olimpo-vip-card-silver { color: #d9e0e7; border-color: rgba(190, 205, 219, .24); }
body.olimpo-theme .olimpo-vip-card-gold { color: #f1c45f; border-color: rgba(216, 173, 85, .38); }
body.olimpo-theme .olimpo-vip-card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid currentColor;
  background: rgba(255,255,255,.025);
  opacity: .9;
  transform: rotate(45deg);
}
body.olimpo-theme .olimpo-vip-card-icon .material-symbols-outlined {
  font-size: 28px;
  transform: rotate(-45deg);
}
body.olimpo-theme .olimpo-vip-card-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.olimpo-theme .olimpo-vip-card-copy small {
  margin-bottom: 3px;
  color: #738493;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}
body.olimpo-theme .olimpo-vip-card-copy strong {
  color: inherit;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: .04em;
}
body.olimpo-theme .olimpo-vip-price {
  margin-top: 5px;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
}
body.olimpo-theme .olimpo-vip-price b {
  color: inherit;
  font-size: 24px;
  font-weight: 800;
}
body.olimpo-theme .olimpo-vip-card-gold .olimpo-vip-price b { color: #f1c45f; }
body.olimpo-theme .olimpo-vip-card-silver .olimpo-vip-price b { color: #eef3f7; }
body.olimpo-theme .olimpo-info-table-card {
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(216, 173, 85, .22);
  background: #07111c;
  box-shadow: 0 17px 44px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.02);
}
body.olimpo-theme .olimpo-info-table-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px 16px;
  border-bottom: 1px solid rgba(216, 173, 85, .20);
  background: linear-gradient(90deg, rgba(25, 34, 47, .98), rgba(9, 18, 28, .98));
}
body.olimpo-theme .olimpo-info-table-heading h3 {
  margin: 0;
  color: #f5f7fa;
  font-family: 'Cinzel', serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .025em;
}
body.olimpo-theme .olimpo-info-table-heading > .material-symbols-outlined {
  color: #d8ad55;
  font-size: 29px;
}
body.olimpo-theme #app .olimpo-progression-table {
  min-width: 660px;
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
}
body.olimpo-theme #app .olimpo-progression-table > thead > tr > th {
  padding: 15px 18px !important;
  color: #e9eef3 !important;
  background: #101a26 !important;
  border: 0 !important;
  border-right: 1px solid rgba(216, 173, 85, .18) !important;
  border-bottom: 1px solid rgba(216, 173, 85, .24) !important;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .045em;
  text-align: center;
  white-space: nowrap;
}
body.olimpo-theme #app .olimpo-progression-table > thead > tr > th:first-child {
  color: #e4bd65 !important;
  text-align: left;
}
body.olimpo-theme #app .olimpo-progression-table > thead > tr > th.olimpo-gold-column { color: #f2c65f !important; }
body.olimpo-theme #app .olimpo-progression-table > tbody > tr > td {
  padding: 13px 18px !important;
  color: #d8e1e9 !important;
  background: #081522 !important;
  border: 0 !important;
  border-right: 1px solid rgba(216, 173, 85, .11) !important;
  border-bottom: 1px solid rgba(216, 173, 85, .11) !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
body.olimpo-theme #app .olimpo-progression-table > tbody > tr:nth-child(even) > td { background: #0a1826 !important; }
body.olimpo-theme #app .olimpo-progression-table > tbody > tr > td:first-child {
  color: #dfba69 !important;
  font-family: 'Cinzel', serif;
  text-align: left;
  white-space: nowrap;
}
body.olimpo-theme #app .olimpo-progression-table > tbody > tr > td:last-child {
  color: #efc35f !important;
}
body.olimpo-theme #app .olimpo-progression-table > thead > tr > th:last-child,
body.olimpo-theme #app .olimpo-progression-table > tbody > tr > td:last-child { border-right: 0 !important; }
body.olimpo-theme #app .olimpo-progression-table > tbody > tr:last-child > td { border-bottom: 0 !important; }
body.olimpo-theme .olimpo-info-existing-title {
  margin: 38px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(216, 173, 85, .18);
}
body.olimpo-theme .olimpo-info-existing-title h2 { font-size: clamp(19px, 2.5vw, 26px); }
@media (max-width: 767.98px) {
  body.olimpo-theme .olimpo-info-intro { padding: 20px 18px; }
  body.olimpo-theme .olimpo-info-omega { display: none; }
  body.olimpo-theme .olimpo-vip-prices { grid-template-columns: 1fr; }
  body.olimpo-theme .olimpo-info-table-heading { padding: 16px; }
  body.olimpo-theme .olimpo-info-table-heading h3 { font-size: 16px; }
}

/* ========================================================================== */
/* INFORMATION PAGE TABS - v1.8                                               */
/* ========================================================================== */
body.olimpo-theme .olimpo-info-page .page-body { padding-bottom: 36px; }
body.olimpo-theme .olimpo-info-shell {
  overflow: hidden;
  border: 1px solid rgba(216,173,85,.20);
  background: linear-gradient(180deg, rgba(8,18,29,.985), rgba(5,12,20,.99));
  box-shadow: 0 22px 58px rgba(0,0,0,.30), inset 0 1px rgba(255,255,255,.025);
}
body.olimpo-theme .olimpo-info-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 148px;
  padding: 28px 32px;
  overflow: hidden;
  border-bottom: 1px solid rgba(216,173,85,.18);
  background:
    linear-gradient(90deg, rgba(7,17,27,.98) 0%, rgba(9,20,31,.94) 58%, rgba(13,24,34,.82) 100%),
    radial-gradient(circle at 88% 40%, rgba(216,173,85,.14), transparent 34%);
}
body.olimpo-theme .olimpo-info-hero::before {
  content:''; position:absolute; left:0; top:0; bottom:0; width:3px;
  background:linear-gradient(#f3d77c,#a66a1d);
}
body.olimpo-theme .olimpo-info-hero::after {
  content:''; position:absolute; width:260px; height:260px; right:-110px; top:-150px;
  border:1px solid rgba(216,173,85,.10); transform:rotate(45deg);
}
body.olimpo-theme .olimpo-info-hero-copy { position:relative; z-index:2; max-width:760px; }
body.olimpo-theme .olimpo-info-hero-copy h2 {
  margin:3px 0 8px; color:#f5f1e7; font-family:'Cinzel',serif;
  font-size:clamp(25px,3.2vw,38px); font-weight:700; letter-spacing:.01em;
}
body.olimpo-theme .olimpo-info-hero-copy p { margin:0; color:#99a8b6; font-size:13px; line-height:1.65; }
body.olimpo-theme .olimpo-info-hero-mark {
  position:relative; z-index:1; flex:0 0 auto; margin-left:24px;
  color:rgba(229,189,100,.18); font-family:'Cinzel',serif; font-size:86px; line-height:1;
  text-shadow:0 0 35px rgba(216,173,85,.08);
}
body.olimpo-theme .olimpo-info-tabs {
  display:flex; gap:0; overflow-x:auto; scrollbar-width:thin;
  border-bottom:1px solid rgba(216,173,85,.18); background:#07121d;
}
body.olimpo-theme .olimpo-info-tab {
  position:relative; display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-width:max-content; flex:1 0 auto; min-height:58px; padding:0 18px;
  border:0; border-right:1px solid rgba(255,255,255,.045); outline:0;
  color:#8696a5; background:transparent; font-family:'Montserrat',Arial,sans-serif;
  font-size:10px; font-weight:800; letter-spacing:.055em; text-transform:uppercase;
  transition:color .2s ease, background .2s ease;
}
body.olimpo-theme .olimpo-info-tab .material-symbols-outlined { font-size:19px; font-weight:400; }
body.olimpo-theme .olimpo-info-tab:hover { color:#e5c373; background:rgba(216,173,85,.045); }
body.olimpo-theme .olimpo-info-tab.is-active { color:#f0ce76; background:linear-gradient(180deg,rgba(216,173,85,.07),rgba(216,173,85,.025)); }
body.olimpo-theme .olimpo-info-tab.is-active::after {
  content:''; position:absolute; left:18%; right:18%; bottom:0; height:2px;
  background:linear-gradient(90deg,transparent,#e6bd61,transparent); box-shadow:0 0 12px rgba(229,189,97,.45);
}
body.olimpo-theme .olimpo-info-panels { min-height:440px; }
body.olimpo-theme .olimpo-info-panel { padding:28px 30px 32px; animation:olimpoInfoFade .18s ease; }
body.olimpo-theme .olimpo-info-panel[hidden] { display:none !important; }
@keyframes olimpoInfoFade { from { opacity:.45; transform:translateY(3px); } to { opacity:1; transform:none; } }
body.olimpo-theme .olimpo-section-head {
  display:flex; align-items:flex-end; justify-content:space-between; gap:28px;
  margin-bottom:20px; padding-bottom:14px; border-bottom:1px solid rgba(216,173,85,.13);
}
body.olimpo-theme .olimpo-section-head > div > span {
  display:block; margin-bottom:4px; color:#c99d49; font-size:8px; font-weight:800; letter-spacing:.18em;
}
body.olimpo-theme .olimpo-section-head h3 {
  margin:0; color:#eef2f5; font-family:'Cinzel',serif; font-size:22px; font-weight:700;
}
body.olimpo-theme .olimpo-section-head > p { max-width:420px; margin:0; color:#758594; font-size:11px; line-height:1.55; text-align:right; }
body.olimpo-theme .olimpo-vip-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
body.olimpo-theme .olimpo-vip-plan {
  position:relative; display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:16px;
  min-height:126px; padding:20px; overflow:hidden; border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(135deg,#0c1926,#07111b); box-shadow:0 14px 34px rgba(0,0,0,.18);
}
body.olimpo-theme .olimpo-vip-plan::after {
  content:''; position:absolute; width:125px; height:125px; right:-60px; top:-76px;
  border:1px solid currentColor; opacity:.07; transform:rotate(45deg);
}
body.olimpo-theme .olimpo-vip-plan.silver { color:#dce5ec; border-color:rgba(196,211,224,.18); }
body.olimpo-theme .olimpo-vip-plan.gold { color:#edc261; border-color:rgba(216,173,85,.34); background:linear-gradient(135deg,#121b25,#0b151f); }
body.olimpo-theme .olimpo-vip-emblem {
  display:grid; place-items:center; width:54px; height:54px; border:1px solid currentColor; transform:rotate(45deg); opacity:.85;
}
body.olimpo-theme .olimpo-vip-emblem .material-symbols-outlined { font-size:27px; transform:rotate(-45deg); }
body.olimpo-theme .olimpo-vip-main { min-width:0; }
body.olimpo-theme .olimpo-vip-main small, body.olimpo-theme .olimpo-vip-value small {
  display:block; color:#718291; font-size:7px; font-weight:800; letter-spacing:.17em;
}
body.olimpo-theme .olimpo-vip-main strong { display:block; margin:2px 0 4px; color:inherit; font-family:'Cinzel',serif; font-size:22px; }
body.olimpo-theme .olimpo-vip-main p { margin:0; color:#8999a7; font-size:10px; line-height:1.45; }
body.olimpo-theme .olimpo-vip-value { position:relative; z-index:2; min-width:116px; text-align:right; }
body.olimpo-theme .olimpo-vip-value strong { display:block; margin-top:3px; color:#f5f7f8; font-size:21px; font-weight:800; white-space:nowrap; }
body.olimpo-theme .olimpo-vip-plan.gold .olimpo-vip-value strong { color:#f1c45f; }
body.olimpo-theme .olimpo-summary-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-top:16px; }
body.olimpo-theme .olimpo-summary-grid article {
  display:grid; grid-template-columns:34px 1fr; grid-template-rows:auto auto; column-gap:10px; align-items:center;
  min-height:76px; padding:14px 15px; border:1px solid rgba(255,255,255,.065); background:#091522;
}
body.olimpo-theme .olimpo-summary-grid .material-symbols-outlined { grid-row:1/3; color:#cfa451; font-size:24px; }
body.olimpo-theme .olimpo-summary-grid small { color:#657888; font-size:7px; font-weight:800; letter-spacing:.12em; }
body.olimpo-theme .olimpo-summary-grid strong { color:#dbe3e9; font-size:11px; font-weight:700; }
body.olimpo-theme .olimpo-info-callout {
  display:flex; align-items:center; gap:14px; margin-top:16px; padding:15px 17px;
  border:1px solid rgba(216,173,85,.13); background:rgba(216,173,85,.035);
}
body.olimpo-theme .olimpo-info-callout > .material-symbols-outlined { color:#d3aa55; font-size:23px; }
body.olimpo-theme .olimpo-info-callout strong { color:#dce3e8; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
body.olimpo-theme .olimpo-info-callout p { margin:3px 0 0; color:#758695; font-size:10px; }
body.olimpo-theme .olimpo-table-card, body.olimpo-theme .olimpo-data-card {
  overflow:hidden; border:1px solid rgba(216,173,85,.16); background:#07131f; box-shadow:0 13px 30px rgba(0,0,0,.16);
}
body.olimpo-theme .olimpo-info-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
body.olimpo-theme .olimpo-data-card { margin-bottom:16px; }
body.olimpo-theme .olimpo-data-card h4 {
  display:flex; align-items:center; gap:9px; margin:0; padding:14px 16px;
  color:#e7edf1; border-bottom:1px solid rgba(216,173,85,.14); background:#0d1925;
  font-family:'Cinzel',serif; font-size:15px; font-weight:700;
}
body.olimpo-theme .olimpo-data-card h4 .material-symbols-outlined { color:#d4aa54; font-size:20px; }
body.olimpo-theme #app .olimpo-info-panel .olimpo-table > tbody > tr > td,
body.olimpo-theme #app .olimpo-info-panel .olimpo-table > thead > tr > th {
  padding:10px 13px !important; font-size:10px !important; vertical-align:middle;
}
body.olimpo-theme #app .olimpo-info-panel .olimpo-table > tbody > tr > td:first-child { color:#aab7c1 !important; }
body.olimpo-theme #app .olimpo-info-panel .olimpo-table > tbody > tr > td:last-child { color:#e3e9ee !important; font-weight:700; }
body.olimpo-theme .olimpo-status { display:inline-flex; align-items:center; gap:5px; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
body.olimpo-theme .olimpo-status::before { content:''; width:6px; height:6px; border-radius:50%; background:currentColor; box-shadow:0 0 8px currentColor; }
body.olimpo-theme .olimpo-status.on { color:#36b77c; }
body.olimpo-theme .olimpo-status.off { color:#c96464; }
body.olimpo-theme .olimpo-command-card { margin-bottom:16px; }
body.olimpo-theme .olimpo-command-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:rgba(216,173,85,.09); }
body.olimpo-theme .olimpo-command-grid > div { display:flex; align-items:center; gap:14px; min-height:54px; padding:10px 14px; background:#081522; }
body.olimpo-theme .olimpo-command-grid code {
  min-width:100px; padding:6px 8px; color:#efc666; border:1px solid rgba(216,173,85,.16); background:#0d1c2a;
  font-family:monospace; font-size:10px; font-weight:700;
}
body.olimpo-theme .olimpo-command-grid span { color:#a9b5bf; font-size:10px; line-height:1.4; }
body.olimpo-theme #app .olimpo-progression-table { min-width:600px; }
body.olimpo-theme #app .olimpo-progression-table > thead > tr > th { padding:14px 16px !important; font-size:11px; }
body.olimpo-theme #app .olimpo-progression-table > tbody > tr > td { padding:12px 16px !important; font-size:11px; }
body.olimpo-theme .olimpo-services-table { min-width:650px; }

@media (max-width: 991.98px) {
  body.olimpo-theme .olimpo-info-tab { flex:0 0 auto; min-height:54px; padding:0 16px; }
  body.olimpo-theme .olimpo-summary-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.olimpo-theme .olimpo-info-columns { grid-template-columns:1fr; }
}
@media (max-width: 767.98px) {
  body.olimpo-theme .olimpo-info-hero { min-height:128px; padding:23px 20px; }
  body.olimpo-theme .olimpo-info-hero-mark { display:none; }
  body.olimpo-theme .olimpo-info-panel { padding:20px 16px 24px; }
  body.olimpo-theme .olimpo-section-head { display:block; }
  body.olimpo-theme .olimpo-section-head > p { margin-top:7px; text-align:left; }
  body.olimpo-theme .olimpo-vip-grid { grid-template-columns:1fr; }
  body.olimpo-theme .olimpo-vip-plan { grid-template-columns:48px 1fr; min-height:116px; padding:17px; }
  body.olimpo-theme .olimpo-vip-emblem { width:44px; height:44px; }
  body.olimpo-theme .olimpo-vip-value { grid-column:2; min-width:0; text-align:left; }
  body.olimpo-theme .olimpo-vip-value strong { font-size:19px; }
  body.olimpo-theme .olimpo-summary-grid { grid-template-columns:1fr 1fr; }
  body.olimpo-theme .olimpo-command-grid { grid-template-columns:1fr; }
}
@media (max-width: 479.98px) {
  body.olimpo-theme .olimpo-info-hero-copy h2 { font-size:24px; }
  body.olimpo-theme .olimpo-info-tab { padding:0 13px; font-size:9px; }
  body.olimpo-theme .olimpo-summary-grid { grid-template-columns:1fr; }
  body.olimpo-theme .olimpo-command-grid > div { align-items:flex-start; flex-direction:column; gap:6px; }
  body.olimpo-theme .olimpo-command-grid code { min-width:0; }
}

/* ========================================================================== */
/* OLIMPO GUIDE / INFORMATION PAGE - v1.9                                    */
/* ========================================================================== */
body.olimpo-theme #app .olimpo-guide-page,
body.olimpo-theme #app .olimpo-guide-page * {
  box-sizing: border-box;
}
body.olimpo-theme #app .olimpo-guide-page-body {
  padding: 0 0 42px !important;
}
body.olimpo-theme #app .olimpo-guide-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(216, 173, 85, .24);
  background:
    radial-gradient(circle at 50% -10%, rgba(216, 173, 85, .10), transparent 34%),
    linear-gradient(180deg, rgba(5, 14, 23, .985), rgba(4, 11, 18, .995));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .38), inset 0 1px rgba(255,255,255,.025);
}
body.olimpo-theme #app .olimpo-guide-shell::before,
body.olimpo-theme #app .olimpo-guide-shell::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(216,173,85,.40), transparent);
  opacity: .65;
}
body.olimpo-theme #app .olimpo-guide-shell::before { left: 18px; }
body.olimpo-theme #app .olimpo-guide-shell::after { right: 18px; }

body.olimpo-theme #app .olimpo-guide-hero {
  position: relative;
  padding: 38px 28px 27px;
  text-align: center;
  border-bottom: 1px solid rgba(216,173,85,.16);
  background:
    linear-gradient(90deg, rgba(216,173,85,.025), transparent 22%, transparent 78%, rgba(216,173,85,.025)),
    radial-gradient(circle at 50% 0%, rgba(216,173,85,.10), transparent 45%);
}
body.olimpo-theme #app .olimpo-guide-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
  color: #d5ad5b !important;
  font: 800 9px/1.2 'Montserrat', Arial, sans-serif;
  letter-spacing: .31em;
  text-transform: uppercase;
}
body.olimpo-theme #app .olimpo-guide-eyebrow span {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,173,85,.82));
}
body.olimpo-theme #app .olimpo-guide-eyebrow span:last-child {
  transform: scaleX(-1);
}
body.olimpo-theme #app .olimpo-guide-hero h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #f2f4f6 !important;
  font: 700 clamp(28px, 3.5vw, 46px)/1.08 'Cinzel', serif !important;
  letter-spacing: .01em !important;
  text-transform: uppercase;
  text-shadow: 0 7px 30px rgba(0,0,0,.46);
}
body.olimpo-theme #app .olimpo-guide-hero h1 strong {
  color: #e1b45d !important;
  font-weight: 700 !important;
  background: linear-gradient(180deg, #fff0b8 0%, #d8a849 52%, #9a651c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.olimpo-theme #app .olimpo-guide-hero p {
  max-width: 900px;
  margin: 12px auto 0 !important;
  color: #a9b6c2 !important;
  font: 500 13px/1.65 'Montserrat', Arial, sans-serif !important;
}

body.olimpo-theme #app .olimpo-guide-tabs {
  display: grid;
  grid-template-columns: 1.05fr 1.08fr .72fr .78fr 1.38fr 1.48fr;
  gap: 1px;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: auto;
  border-top: 1px solid rgba(216,173,85,.06);
  border-bottom: 1px solid rgba(216,173,85,.28);
  background: rgba(216,173,85,.16);
  scrollbar-width: thin;
}
body.olimpo-theme #app .olimpo-guide-tab {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-width: 138px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: #b8c3cc !important;
  background: linear-gradient(180deg, #0b1825, #07131f) !important;
  box-shadow: none !important;
  font: 700 10px/1.1 'Montserrat', Arial, sans-serif !important;
  letter-spacing: .035em !important;
  text-transform: none !important;
  white-space: nowrap !important;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
body.olimpo-theme #app .olimpo-guide-tab .material-symbols-outlined {
  flex: 0 0 auto;
  color: #d6ac58 !important;
  font-size: 21px !important;
  line-height: 1 !important;
}
body.olimpo-theme #app .olimpo-guide-tab:hover {
  color: #f0d486 !important;
  background: linear-gradient(180deg, #122131, #0a1723) !important;
}
body.olimpo-theme #app .olimpo-guide-tab.is-active {
  color: #fff5d9 !important;
  background:
    radial-gradient(circle at 50% 100%, rgba(232,185,85,.20), transparent 58%),
    linear-gradient(180deg, #2a2519, #171a1d 58%, #0d1620) !important;
  box-shadow: inset 0 0 0 1px rgba(236,190,89,.52), inset 0 -3px 0 #d7a646, 0 0 22px rgba(216,173,85,.08) !important;
}
body.olimpo-theme #app .olimpo-guide-tab.is-active::after {
  content: '';
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd978, transparent);
  box-shadow: 0 0 10px rgba(255,214,112,.85);
}

body.olimpo-theme #app .olimpo-guide-panels {
  min-height: 500px;
}
body.olimpo-theme #app .olimpo-guide-panel {
  padding: 28px 28px 30px !important;
}
body.olimpo-theme #app .olimpo-guide-panel[hidden] {
  display: none !important;
}
body.olimpo-theme #app .olimpo-guide-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 22px;
  align-items: stretch;
}
body.olimpo-theme #app .olimpo-guide-block {
  min-width: 0;
}
body.olimpo-theme #app .olimpo-guide-section-title {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  min-height: 50px;
}
body.olimpo-theme #app .olimpo-guide-section-title > div {
  flex: 0 0 auto;
}
body.olimpo-theme #app .olimpo-guide-section-title small,
body.olimpo-theme #app .olimpo-guide-panel-heading small,
body.olimpo-theme #app .olimpo-guide-table-title small {
  display: block !important;
  margin: 0 0 3px !important;
  color: #d0a654 !important;
  font: 800 8px/1.2 'Montserrat', Arial, sans-serif !important;
  letter-spacing: .18em !important;
  text-transform: uppercase;
}
body.olimpo-theme #app .olimpo-guide-section-title h2,
body.olimpo-theme #app .olimpo-guide-panel-heading h2,
body.olimpo-theme #app .olimpo-guide-table-title h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #edf1f4 !important;
  font: 700 20px/1.2 'Cinzel', serif !important;
  letter-spacing: .015em !important;
  text-transform: uppercase;
}
body.olimpo-theme #app .olimpo-guide-line {
  flex: 1 1 auto;
  height: 1px;
  margin-bottom: 7px;
  background: linear-gradient(90deg, rgba(216,173,85,.60), transparent);
}
body.olimpo-theme #app .olimpo-guide-section-copy {
  margin: 4px 0 14px !important;
  color: #8c9aa7 !important;
  font: 500 10px/1.45 'Montserrat', Arial, sans-serif !important;
}

body.olimpo-theme #app .olimpo-guide-vip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.olimpo-theme #app .olimpo-guide-vip-card {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  min-height: 162px;
  padding: 20px 20px 18px !important;
  overflow: hidden;
  border: 1px solid rgba(193, 211, 224, .25) !important;
  background:
    radial-gradient(circle at 18% 50%, rgba(173,196,214,.10), transparent 28%),
    linear-gradient(135deg, #0d1b29, #08131e 74%) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 16px 35px rgba(0,0,0,.20) !important;
}
body.olimpo-theme #app .olimpo-guide-vip-card::before,
body.olimpo-theme #app .olimpo-guide-vip-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
body.olimpo-theme #app .olimpo-guide-vip-card::before {
  inset: 8px;
  border: 1px solid rgba(255,255,255,.035);
}
body.olimpo-theme #app .olimpo-guide-vip-card::after {
  width: 160px;
  height: 160px;
  right: -90px;
  top: -105px;
  border: 1px solid currentColor;
  opacity: .10;
  transform: rotate(45deg);
}
body.olimpo-theme #app .olimpo-guide-vip-card.silver {
  color: #d9e5ee;
}
body.olimpo-theme #app .olimpo-guide-vip-card.gold {
  color: #f0c562;
  border-color: rgba(225,177,70,.55) !important;
  background:
    radial-gradient(circle at 18% 50%, rgba(224,171,54,.15), transparent 30%),
    linear-gradient(135deg, #171a1a, #0d151d 74%) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 16px 35px rgba(0,0,0,.22), 0 0 24px rgba(207,155,42,.05) !important;
}
body.olimpo-theme #app .olimpo-guide-vip-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  border: 1px solid currentColor;
  background: rgba(255,255,255,.015);
  transform: rotate(45deg);
  box-shadow: 0 0 26px rgba(190,208,220,.05);
}
body.olimpo-theme #app .olimpo-guide-vip-card.gold .olimpo-guide-vip-icon {
  box-shadow: 0 0 30px rgba(216,173,85,.12);
}
body.olimpo-theme #app .olimpo-guide-vip-icon .material-symbols-outlined {
  color: currentColor !important;
  font-size: 38px !important;
  transform: rotate(-45deg);
}
body.olimpo-theme #app .olimpo-guide-vip-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
body.olimpo-theme #app .olimpo-guide-vip-copy small {
  display: block !important;
  margin: 0 0 2px !important;
  color: #758797 !important;
  font: 800 7px/1.2 'Montserrat', Arial, sans-serif !important;
  letter-spacing: .17em !important;
}
body.olimpo-theme #app .olimpo-guide-vip-copy h3 {
  margin: 0 0 5px !important;
  color: currentColor !important;
  font: 700 19px/1.15 'Cinzel', serif !important;
}
body.olimpo-theme #app .olimpo-guide-vip-copy p {
  min-height: 29px;
  margin: 0 0 10px !important;
  color: #a3afb9 !important;
  font: 500 9px/1.45 'Montserrat', Arial, sans-serif !important;
}
body.olimpo-theme #app .olimpo-guide-vip-copy strong {
  display: block !important;
  color: #f3f5f7 !important;
  font: 700 25px/1 'Cinzel', serif !important;
  white-space: nowrap;
}
body.olimpo-theme #app .olimpo-guide-vip-card.gold .olimpo-guide-vip-copy strong {
  color: #efbf55 !important;
}

body.olimpo-theme #app .olimpo-guide-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}
body.olimpo-theme #app .olimpo-guide-summary-grid article {
  display: grid !important;
  grid-template-columns: 46px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 13px !important;
  min-height: 76px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(140,167,188,.25) !important;
  background: linear-gradient(135deg, #0d1c2a, #081522) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.025) !important;
}
body.olimpo-theme #app .olimpo-guide-summary-grid .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #e1b45e !important;
  font-size: 30px !important;
}
body.olimpo-theme #app .olimpo-guide-summary-grid article > div {
  min-width: 0;
}
body.olimpo-theme #app .olimpo-guide-summary-grid small {
  display: block !important;
  margin: 0 0 3px !important;
  color: #c99c47 !important;
  font: 800 7px/1.1 'Montserrat', Arial, sans-serif !important;
  letter-spacing: .10em !important;
}
body.olimpo-theme #app .olimpo-guide-summary-grid strong {
  display: block !important;
  overflow: hidden;
  color: #edf1f4 !important;
  font: 700 12px/1.25 'Cinzel', serif !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.olimpo-theme #app .olimpo-guide-table-section {
  margin-top: 26px;
}
body.olimpo-theme #app .olimpo-guide-table-title {
  display: grid;
  grid-template-columns: minmax(40px,1fr) auto minmax(40px,1fr);
  align-items: center;
  gap: 18px;
  margin: 0 0 13px;
  text-align: center;
}
body.olimpo-theme #app .olimpo-guide-table-title > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,173,85,.62));
}
body.olimpo-theme #app .olimpo-guide-table-title > span:last-child {
  transform: scaleX(-1);
}
body.olimpo-theme #app .olimpo-guide-table-title p {
  margin: 5px 0 0 !important;
  color: #9ba8b4 !important;
  font: 500 9px/1.45 'Montserrat', Arial, sans-serif !important;
}
body.olimpo-theme #app .olimpo-guide-table-wrap {
  overflow: auto;
  border: 1px solid rgba(216,173,85,.45) !important;
  background: #07131f !important;
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 14px 30px rgba(0,0,0,.18) !important;
}
body.olimpo-theme #app table.olimpo-guide-table {
  width: 100% !important;
  min-width: 640px !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  color: #dbe4eb !important;
  background: transparent !important;
}
body.olimpo-theme #app table.olimpo-guide-table > thead > tr > th {
  height: 42px !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-right: 1px solid rgba(216,173,85,.16) !important;
  border-bottom: 1px solid rgba(216,173,85,.25) !important;
  color: #f1ca68 !important;
  background: linear-gradient(180deg, #111e2b, #0d1924) !important;
  font: 800 9px/1.2 'Montserrat', Arial, sans-serif !important;
  letter-spacing: .075em !important;
  text-align: center !important;
  vertical-align: middle !important;
}
body.olimpo-theme #app table.olimpo-guide-table > thead > tr > th:first-child {
  width: 24%;
}
body.olimpo-theme #app table.olimpo-guide-table > tbody > tr > td {
  height: 40px !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-right: 1px solid rgba(216,173,85,.10) !important;
  border-bottom: 1px solid rgba(216,173,85,.10) !important;
  color: #dce5ec !important;
  background: #081522 !important;
  font: 600 11px/1.2 'Montserrat', Arial, sans-serif !important;
  text-align: center !important;
  vertical-align: middle !important;
}
body.olimpo-theme #app table.olimpo-guide-table > tbody > tr:nth-child(even) > td {
  background: #0a1825 !important;
}
body.olimpo-theme #app table.olimpo-guide-table > tbody > tr > td:first-child {
  color: #e4d0a0 !important;
  font-weight: 700 !important;
}
body.olimpo-theme #app table.olimpo-guide-table > thead > tr > th:last-child,
body.olimpo-theme #app table.olimpo-guide-table > tbody > tr > td:last-child {
  color: #efbf55 !important;
  border-right: 0 !important;
}
body.olimpo-theme #app table.olimpo-guide-table > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

body.olimpo-theme #app .olimpo-guide-panel-heading {
  max-width: 850px;
  margin: 0 auto 22px;
  text-align: center;
}
body.olimpo-theme #app .olimpo-guide-panel-heading p {
  margin: 7px 0 0 !important;
  color: #91a0ad !important;
  font: 500 10px/1.55 'Montserrat', Arial, sans-serif !important;
}
body.olimpo-theme #app .olimpo-guide-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
body.olimpo-theme #app .olimpo-guide-data-card {
  overflow: hidden;
  margin: 0 0 16px !important;
  border: 1px solid rgba(216,173,85,.18) !important;
  background: #07131f !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.18) !important;
}
body.olimpo-theme #app .olimpo-guide-data-card h3 {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 11px 15px !important;
  border-bottom: 1px solid rgba(216,173,85,.18) !important;
  color: #edf1f4 !important;
  background: linear-gradient(180deg, #111e2b, #0d1925) !important;
  font: 700 14px/1.2 'Cinzel', serif !important;
}
body.olimpo-theme #app .olimpo-guide-data-card h3 .material-symbols-outlined {
  color: #d8ad58 !important;
  font-size: 22px !important;
}
body.olimpo-theme #app table.olimpo-guide-data-table,
body.olimpo-theme #app table.olimpo-guide-services-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: #07131f !important;
}
body.olimpo-theme #app table.olimpo-guide-data-table > tbody > tr > td,
body.olimpo-theme #app table.olimpo-guide-services-table > tbody > tr > td,
body.olimpo-theme #app table.olimpo-guide-services-table > thead > tr > th {
  padding: 10px 13px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216,173,85,.10) !important;
  color: #aebbc5 !important;
  background: #081522 !important;
  font: 600 10px/1.35 'Montserrat', Arial, sans-serif !important;
  vertical-align: middle !important;
}
body.olimpo-theme #app table.olimpo-guide-data-table > tbody > tr:nth-child(even) > td,
body.olimpo-theme #app table.olimpo-guide-services-table > tbody > tr:nth-child(even) > td {
  background: #0a1825 !important;
}
body.olimpo-theme #app table.olimpo-guide-data-table > tbody > tr > td:last-child {
  color: #e4e9ed !important;
  font-weight: 700 !important;
  text-align: right !important;
}
body.olimpo-theme #app table.olimpo-guide-services-table {
  min-width: 650px !important;
}
body.olimpo-theme #app table.olimpo-guide-services-table > thead > tr > th {
  color: #f0c867 !important;
  background: #101d29 !important;
  text-align: center !important;
}
body.olimpo-theme #app table.olimpo-guide-services-table > thead > tr > th:first-child,
body.olimpo-theme #app table.olimpo-guide-services-table > tbody > tr > td:first-child {
  text-align: left !important;
}
body.olimpo-theme #app table.olimpo-guide-services-table > tbody > tr > td:not(:first-child) {
  text-align: center !important;
}
body.olimpo-theme #app .olimpo-guide-status {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}
body.olimpo-theme #app .olimpo-guide-status::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}
body.olimpo-theme #app .olimpo-guide-status.on { color: #38b77d !important; }
body.olimpo-theme #app .olimpo-guide-status.off { color: #c76767 !important; }
body.olimpo-theme #app .olimpo-guide-stats-card {
  margin-top: 0 !important;
}
body.olimpo-theme #app .olimpo-guide-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1px;
  background: rgba(216,173,85,.11);
}
body.olimpo-theme #app .olimpo-guide-command-grid > div {
  display: grid !important;
  grid-template-columns: 112px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 55px !important;
  padding: 10px 13px !important;
  background: #081522 !important;
}
body.olimpo-theme #app .olimpo-guide-command-grid code {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(216,173,85,.20) !important;
  color: #edc465 !important;
  background: #0d1c2a !important;
  font: 700 10px/1 monospace !important;
}
body.olimpo-theme #app .olimpo-guide-command-grid span {
  color: #aab6c0 !important;
  font: 500 10px/1.35 'Montserrat', Arial, sans-serif !important;
}
body.olimpo-theme #app .olimpo-guide-services-card {
  margin-top: 16px !important;
}

body.olimpo-theme #app .olimpo-guide-footer-mark {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  align-items: center;
  gap: 16px;
  padding: 7px 28px 25px;
  text-align: center;
}
body.olimpo-theme #app .olimpo-guide-footer-mark > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,173,85,.58));
}
body.olimpo-theme #app .olimpo-guide-footer-mark > span:nth-of-type(2) {
  transform: scaleX(-1);
}
body.olimpo-theme #app .olimpo-guide-footer-mark strong {
  color: #dcb157 !important;
  font: 700 11px/1.2 'Cinzel', serif !important;
  letter-spacing: .30em !important;
}
body.olimpo-theme #app .olimpo-guide-footer-mark small {
  grid-column: 1 / -1;
  margin-top: -6px;
  color: #71808d !important;
  font: 700 7px/1.2 'Montserrat', Arial, sans-serif !important;
  letter-spacing: .38em !important;
}

@media (max-width: 1199.98px) {
  body.olimpo-theme #app .olimpo-guide-overview {
    grid-template-columns: 1fr;
  }
  body.olimpo-theme #app .olimpo-guide-summary-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
}
@media (max-width: 991.98px) {
  body.olimpo-theme #app .olimpo-guide-tabs {
    display: flex;
    gap: 1px;
  }
  body.olimpo-theme #app .olimpo-guide-tab {
    flex: 0 0 auto !important;
  }
  body.olimpo-theme #app .olimpo-guide-summary-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  body.olimpo-theme #app .olimpo-guide-data-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  body.olimpo-theme #app .olimpo-guide-shell::before,
  body.olimpo-theme #app .olimpo-guide-shell::after { display: none; }
  body.olimpo-theme #app .olimpo-guide-hero {
    padding: 28px 16px 22px;
  }
  body.olimpo-theme #app .olimpo-guide-eyebrow {
    gap: 8px;
    font-size: 7px;
    letter-spacing: .18em;
  }
  body.olimpo-theme #app .olimpo-guide-eyebrow span { width: 28px; }
  body.olimpo-theme #app .olimpo-guide-hero p { font-size: 10px !important; }
  body.olimpo-theme #app .olimpo-guide-panel {
    padding: 20px 14px 24px !important;
  }
  body.olimpo-theme #app .olimpo-guide-vip-grid {
    grid-template-columns: 1fr;
  }
  body.olimpo-theme #app .olimpo-guide-vip-card {
    min-height: 145px;
  }
  body.olimpo-theme #app .olimpo-guide-summary-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  body.olimpo-theme #app .olimpo-guide-table-title {
    grid-template-columns: 1fr;
  }
  body.olimpo-theme #app .olimpo-guide-table-title > span { display: none; }
  body.olimpo-theme #app .olimpo-guide-command-grid {
    grid-template-columns: 1fr;
  }
  body.olimpo-theme #app .olimpo-guide-footer-mark {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 479.98px) {
  body.olimpo-theme #app .olimpo-guide-hero h1 {
    font-size: 25px !important;
  }
  body.olimpo-theme #app .olimpo-guide-vip-card {
    grid-template-columns: 62px minmax(0,1fr);
    gap: 12px;
    padding: 17px 15px !important;
  }
  body.olimpo-theme #app .olimpo-guide-vip-icon {
    width: 58px;
    height: 58px;
  }
  body.olimpo-theme #app .olimpo-guide-vip-icon .material-symbols-outlined {
    font-size: 30px !important;
  }
  body.olimpo-theme #app .olimpo-guide-vip-copy strong {
    font-size: 21px !important;
  }
  body.olimpo-theme #app .olimpo-guide-summary-grid {
    grid-template-columns: 1fr;
  }
  body.olimpo-theme #app .olimpo-guide-command-grid > div {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }
  body.olimpo-theme #app .olimpo-guide-footer-mark strong {
    font-size: 9px !important;
    letter-spacing: .22em !important;
  }
}
