/* MangledPool.com production theme */
html { scroll-behavior: smooth; background: var(--mp-bg); }
body,
body.skin-black {
  min-height: 100vh;
  margin: 0;
  color: var(--mp-text);
  background:
    radial-gradient(circle at 15% 10%, rgba(25, 139, 255, .08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 151, 0, .06), transparent 28%),
    var(--mp-bg) !important;
  font-family: var(--mp-font) !important;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
a { color: var(--mp-blue-bright); }
a:hover, a:focus { color: #78c8ff; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
::selection { color: #fff; background: rgba(30, 143, 255, .55); }

.mp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Main homepage navigation */
.main-index-header {
  position: fixed !important;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  height: 72px;
  margin: 0 !important;
  border-bottom: 1px solid rgba(136, 165, 198, .12);
  background: rgba(3, 8, 17, .84) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.mp-nav { height: 100%; }
.mp-nav-inner {
  width: min(1240px, calc(100% - 38px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.mp-brand { display: flex; align-items: center; flex: 0 0 auto; }
.mp-brand img { display: block; width: 255px; max-height: 48px; object-fit: contain; }
.mp-nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; margin-left: auto; }
.mp-nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: #b3bfd0 !important;
  padding: 10px 13px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}
.mp-nav-link:hover, .mp-nav-link.is-active { color: #fff !important; background: rgba(30, 143, 255, .09); }
.mp-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(30, 143, 255, .55);
  border-radius: 10px;
  background: rgba(30, 143, 255, .08);
  color: #68bdff !important;
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 0 22px rgba(30, 143, 255, .05);
}
.mp-nav-cta:hover { transform: translateY(-1px); border-color: var(--mp-blue); background: rgba(30, 143, 255, .16); }

/* Homepage */
.main-index, .page-index, .mp-home { min-height: 100vh; background: transparent !important; }
.mp-home {
  /* The original UI locked vertical overflow, which clipped SOLO cards on shorter screens. */
  overflow: visible;
}
.mp-hero {
  position: relative;
  min-height: 620px;
  padding: 142px 0 116px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(126, 159, 196, .12);
  background: linear-gradient(180deg, rgba(2, 7, 15, .15), rgba(3, 8, 17, .96));
}
.mp-hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(42, 128, 214, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 128, 214, .12) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 20%, #000 65%, transparent 100%);
}
.mp-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -10%;
  bottom: -180px;
  left: -10%;
  height: 420px;
  transform: perspective(700px) rotateX(65deg);
  transform-origin: center bottom;
  background-image:
    linear-gradient(rgba(30, 143, 255, .23) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 143, 255, .23) 1px, transparent 1px);
  background-size: 55px 55px;
  opacity: .22;
}
.mp-hero-glow { position: absolute; z-index: -4; width: 560px; height: 560px; border-radius: 50%; filter: blur(90px); opacity: .22; }
.mp-hero-glow--blue { top: -190px; left: -160px; background: #0079ff; }
.mp-hero-glow--orange { right: -220px; bottom: -280px; background: #ff8a00; }
.mp-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.mp-hero-copy { position: relative; z-index: 2; }
.mp-eyebrow, .mp-section-kicker {
  color: #77bdff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mp-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 12px; border: 1px solid rgba(30, 143, 255, .22); border-radius: 999px; background: rgba(30, 143, 255, .06); }
.mp-status-dot { width: 8px; height: 8px; flex: 0 0 auto; display: inline-block; border-radius: 50%; background: var(--mp-green); box-shadow: 0 0 0 5px rgba(130, 220, 66, .08), 0 0 16px rgba(130, 220, 66, .64); }
.mp-hero h1 { margin: 0 0 22px; color: #f7f9fd; font-size: clamp(52px, 6vw, 78px); line-height: .99; font-weight: 800; letter-spacing: -.055em; }
.mp-hero h1 span { color: var(--mp-orange); text-shadow: 0 0 28px rgba(255, 151, 0, .20); }
.mp-hero-copy > p { max-width: 610px; margin: 0 0 29px; color: #aab5c4; font-size: 18px; line-height: 1.7; }
.mp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mp-btn {
  min-height: 48px;
  padding: 0 20px !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.mp-btn:hover { transform: translateY(-2px); }
.mp-btn-primary { color: #fff !important; background: linear-gradient(135deg, #0876e5, #1e9dff) !important; box-shadow: 0 12px 30px rgba(10, 126, 241, .27); }
.mp-btn-primary:hover { box-shadow: 0 16px 38px rgba(10, 126, 241, .38); }
.mp-btn-secondary { color: #cbd7e6 !important; border-color: rgba(142, 170, 202, .24) !important; background: rgba(12, 25, 42, .58) !important; }
.mp-btn-secondary:hover { color: #fff !important; border-color: rgba(80, 174, 255, .48) !important; background: rgba(16, 39, 66, .78) !important; }
.mp-btn-discord { color: #fff !important; background: linear-gradient(135deg, #5865f2, #7581ff) !important; box-shadow: 0 13px 34px rgba(88, 101, 242, .26); }
.mp-trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: #7f8ea1; font-size: 13px; font-weight: 600; }
.mp-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.mp-trust-row i { color: #43aaff; }

.mp-hero-visual { position: relative; min-height: 400px; display: grid; place-items: center; }
.mp-hero-mark { position: absolute; z-index: 2; top: 8px; left: -5px; width: 245px; height: 245px; object-fit: contain; filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .36)); }
.mp-server-scene { position: relative; width: 390px; height: 360px; margin-left: 100px; display: grid; place-items: center; }
.mp-server-stack { position: relative; z-index: 3; width: 185px; padding: 18px 16px; border: 1px solid rgba(63, 170, 255, .40); border-radius: 16px; background: linear-gradient(150deg, rgba(16, 36, 58, .98), rgba(5, 13, 24, .98)); box-shadow: 0 35px 70px rgba(0, 0, 0, .46), -14px 0 55px rgba(0, 129, 255, .10), 18px 0 50px rgba(255, 151, 0, .07); transform: perspective(900px) rotateY(-12deg) rotateX(3deg); }
.mp-server-stack::before { content: "MANGLEDPOOL"; display: block; margin-bottom: 10px; color: #6e829b; font-family: var(--mp-mono); font-size: 8px; letter-spacing: .22em; }
.mp-server-stack span { position: relative; display: block; height: 50px; margin: 8px 0; border: 1px solid rgba(91, 148, 204, .25); border-radius: 7px; background: linear-gradient(90deg, rgba(20, 58, 92, .75), rgba(8, 21, 37, .95)); box-shadow: inset 0 0 14px rgba(31, 143, 255, .08); }
.mp-server-stack span::before { content: ""; position: absolute; top: 14px; right: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--mp-green); box-shadow: 0 0 13px rgba(130, 220, 66, .7); }
.mp-server-stack span:nth-child(even)::before { background: var(--mp-orange); box-shadow: 0 0 13px rgba(255, 151, 0, .7); }
.mp-server-stack span::after { content: ""; position: absolute; top: 17px; left: 14px; width: 90px; height: 2px; background: linear-gradient(90deg, #248ff8, rgba(36, 143, 248, .05)); box-shadow: 0 8px 0 rgba(36, 143, 248, .34), 0 16px 0 rgba(36, 143, 248, .18); }
.mp-orbit { position: absolute; z-index: 1; border: 1px solid rgba(40, 149, 255, .25); border-radius: 50%; transform: rotateX(72deg); box-shadow: 0 0 36px rgba(19, 129, 255, .12); }
.mp-orbit-one { width: 350px; height: 350px; }
.mp-orbit-two { width: 450px; height: 450px; border-color: rgba(255, 151, 0, .12); }

/* Summary cards */
.mp-stats { position: relative; z-index: 5; margin-top: -52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mp-stat-card { min-height: 112px; display: flex; align-items: center; gap: 20px; padding: 22px 26px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: linear-gradient(145deg, rgba(15, 31, 51, .97), rgba(7, 16, 28, .97)); box-shadow: var(--mp-shadow); }
.mp-stat-card::after { content: ""; width: 70px; height: 70px; margin-left: auto; border-radius: 50%; background: radial-gradient(circle, rgba(30, 143, 255, .10), transparent 70%); }
.mp-stat-card--orange::after { background: radial-gradient(circle, rgba(255, 151, 0, .10), transparent 70%); }
.mp-stat-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid rgba(30, 143, 255, .32); border-radius: 13px; color: #4cb1ff; background: rgba(30, 143, 255, .08); font-size: 20px; }
.mp-stat-card--orange .mp-stat-icon { color: var(--mp-orange); border-color: rgba(255, 151, 0, .28); background: rgba(255, 151, 0, .07); }
.mp-stat-card strong { display: block; color: #fff; font-family: var(--mp-mono); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.05; }
.mp-stat-card span { display: block; margin-top: 5px; color: #8292a7; font-size: 11px; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; white-space: nowrap; }

/* Pools */
.mp-pools-section { padding: 100px 0 36px; scroll-margin-top: 86px; }
.mp-section-heading { margin-bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; }
.mp-section-heading h2 { margin: 8px 0 8px; color: #f6f8fb; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; font-weight: 800; letter-spacing: -.035em; }
.mp-section-heading p { margin: 0; color: #8190a5; font-size: 15px; }
.mode-toggle { flex: 0 0 auto; padding: 5px; display: inline-flex; gap: 4px; border: 1px solid var(--mp-border); border-radius: 999px; background: rgba(9, 20, 34, .86); }
.mode-btn { min-width: 76px; height: 37px; border: 0; border-radius: 999px; color: #8695a9; background: transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; transition: all .18s ease; }
.mode-btn:hover { color: #dce8f5; background: rgba(30, 143, 255, .09); }
.mode-btn.active { color: #fff; background: linear-gradient(135deg, #0878ea, #209eff); box-shadow: 0 8px 20px rgba(9, 123, 235, .24); }
.pool-coin-grid.row { margin: 0 !important; display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pool-coin-card { width: auto !important; max-width: none !important; flex: none !important; padding: 0 !important; margin: 0 !important; }
.pool-coin-card .card { height: 100%; min-height: 525px; margin: 0 !important; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--mp-border) !important; border-radius: var(--mp-radius) !important; background: linear-gradient(150deg, rgba(14, 28, 46, .98), rgba(6, 14, 25, .98)) !important; box-shadow: 0 18px 48px rgba(0, 0, 0, .23) !important; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pool-coin-card .card:hover { transform: translateY(-5px); border-color: rgba(38, 145, 255, .38) !important; box-shadow: 0 25px 62px rgba(0, 0, 0, .34), 0 0 0 1px rgba(30, 143, 255, .08) !important; }
.coin-card-header { min-height: 74px; padding: 17px 18px !important; display: flex !important; align-items: center; gap: 11px; border: 0 !important; border-bottom: 1px solid rgba(129, 160, 194, .12) !important; background: rgba(12, 26, 43, .74) !important; }
.coin-card-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .04); }
.coin-card-icon img, .coin-card-icon .coinimg { width: 36px !important; height: 36px !important; object-fit: contain; }
.coin-card-name { color: #f4f7fb !important; font-size: 17px !important; font-weight: 750 !important; }
.coin-mode-badge { margin-left: auto; padding: 6px 9px; border-radius: 7px; font-family: var(--mp-mono); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.coin-mode-badge--pool { color: #57b4ff; border: 1px solid rgba(30, 143, 255, .22); background: rgba(30, 143, 255, .10); }
.coin-mode-badge--solo { color: #ffaf2d; border: 1px solid rgba(255, 151, 0, .22); background: rgba(255, 151, 0, .09); }
.coin-card-status { margin-left: 2px; }
.coin-status-dot { width: 8px !important; height: 8px !important; display: block; border-radius: 50%; }
.coin-status-dot.online { background: var(--mp-green) !important; box-shadow: 0 0 0 4px rgba(130, 220, 66, .07), 0 0 12px rgba(130, 220, 66, .7); }
.coin-status-dot.offline { background: var(--mp-danger) !important; box-shadow: 0 0 10px rgba(255, 92, 108, .45); }
.coin-card-body { padding: 14px 18px 10px !important; flex: 1; background: transparent !important; }
.coin-stat-row { min-height: 36px; display: grid !important; grid-template-columns: 42% 58%; align-items: center; gap: 10px; border-bottom: 1px solid rgba(125, 154, 188, .095) !important; }
.coin-stat-row:last-child { border-bottom: 0 !important; }
.stat-label { color: #75869b !important; font-size: 12px !important; font-weight: 600; }
.stat-label::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 8px 2px 0; border-radius: 50%; background: #288ff1; opacity: .75; }
.stat-value { color: #dfe7f0 !important; font-family: var(--mp-mono); font-size: 11px !important; text-align: right; overflow-wrap: anywhere; }
.stat-value--progress { min-width: 0; }
.net-progress, .progress { position: relative; height: 8px !important; margin: 0 !important; overflow: visible !important; border-radius: 99px !important; background: rgba(109, 139, 173, .13) !important; box-shadow: none !important; }
.net-progress .progress-bar { min-width: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--mp-blue), var(--mp-orange)) !important; }
.progress-pct { position: absolute; top: -15px; right: 0; color: var(--mp-orange); font-family: var(--mp-mono); font-size: 9px; }
.coin-card-footer { padding: 14px 18px 18px !important; border: 0 !important; background: transparent !important; }
.btn-connect, .btn-connect-loading { width: 100%; min-height: 42px; display: inline-flex !important; align-items: center; justify-content: center; border-radius: 9px !important; font-size: 12px !important; font-weight: 800 !important; }
.btn-connect { color: #57b4ff !important; border: 1px solid rgba(30, 143, 255, .58) !important; background: rgba(30, 143, 255, .06) !important; }
.pool-coin-card[data-mode="solo"] .btn-connect { color: #ffad27 !important; border-color: rgba(255, 151, 0, .58) !important; background: rgba(255, 151, 0, .05) !important; }
.btn-connect:hover { color: #fff !important; background: rgba(30, 143, 255, .18) !important; }
.pool-coin-card[data-mode="solo"] .btn-connect:hover { background: rgba(255, 151, 0, .16) !important; }
.time-ago-box { color: #dce6f1 !important; background: rgba(113, 141, 174, .12) !important; border-color: rgba(113, 141, 174, .2) !important; }

/* How to connect */
.mp-how { padding: 78px 0 90px; scroll-margin-top: 78px; }
.mp-section-heading--compact { margin-bottom: 22px; }
.mp-steps { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: linear-gradient(145deg, rgba(13, 27, 45, .96), rgba(7, 16, 28, .96)); box-shadow: 0 24px 55px rgba(0, 0, 0, .20); }
.mp-step { position: relative; min-height: 238px; padding: 30px 25px; border-right: 1px solid rgba(127, 158, 193, .12); }
.mp-step:last-child { border-right: 0; }
.mp-step > span { position: absolute; top: 18px; right: 20px; color: rgba(131, 159, 192, .18); font-family: var(--mp-mono); font-size: 38px; font-weight: 800; }
.mp-step > i { width: 47px; height: 47px; margin-bottom: 25px; display: grid; place-items: center; border: 1px solid rgba(30, 143, 255, .30); border-radius: 50%; color: #46acff; background: rgba(30, 143, 255, .08); font-size: 18px; }
.mp-step h3 { margin: 0 0 10px; color: #f1f5fa; font-size: 16px; font-weight: 750; }
.mp-step p { margin: 0; color: #7f8fa3; font-size: 13px; line-height: 1.65; }

/* Discord banner */
.mp-discord-banner { margin-bottom: 95px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(88, 101, 242, .30); border-radius: var(--mp-radius); background: radial-gradient(circle at 90% 0, rgba(88, 101, 242, .20), transparent 34%), linear-gradient(140deg, rgba(20, 31, 59, .96), rgba(8, 17, 31, .98)); box-shadow: 0 22px 56px rgba(0, 0, 0, .24); }
.mp-discord-banner h2 { margin: 7px 0 6px; color: #fff; font-size: 28px; font-weight: 800; letter-spacing: -.025em; }
.mp-discord-banner p { margin: 0; color: #96a5b8; }

/* Footer */
.mp-footer { border-top: 1px solid rgba(126, 158, 194, .13); background: #02060c; }
.mp-footer-grid { padding: 50px 0 42px; display: grid; grid-template-columns: 1.7fr .7fr .85fr 1fr; gap: 50px; }
.mp-footer-brand img { width: 260px; max-height: 58px; object-fit: contain; object-position: left center; }
.mp-footer-brand p { max-width: 300px; margin: 15px 0 0; color: #77879a; font-size: 13px; line-height: 1.7; }
.mp-footer h3 { margin: 0 0 14px; color: #dfe7f1; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mp-footer a, .mp-footer button { display: block; margin: 8px 0; padding: 0; border: 0; color: #7e8ea2; background: none; font-size: 13px; text-align: left; cursor: pointer; }
.mp-footer a:hover, .mp-footer button:hover { color: #52b3ff; }
.mp-footer-status p { margin: 0; display: flex; align-items: center; gap: 9px; color: #8392a5; font-size: 13px; }
.mp-footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(126, 158, 194, .10); color: #637387; font-size: 12px; }
.mp-footer--pool { margin-left: 230px; }
.mp-footer--pool .mp-footer-bottom a { display: inline-flex; align-items: center; gap: 7px; color: #7585f5; }

/* Pool dashboard shell */
.main-pool { min-height: 100vh; background: var(--mp-bg) !important; }
.main-sidebar { width: 230px !important; border-right: 1px solid rgba(126, 158, 194, .12) !important; background: linear-gradient(180deg, #081321, #050b14) !important; box-shadow: 14px 0 45px rgba(0, 0, 0, .25) !important; }
.sidebar .logo { min-height: 72px; display: flex !important; align-items: center; border-bottom: 1px solid rgba(126, 158, 194, .12); }
.sidebar .logo::after { display: none !important; }
.sidebar .logo p { margin: 0 14px !important; color: #edf4fc !important; font-size: 16px !important; font-weight: 750; }
.sidebar li a { margin: 7px 11px 0 !important; padding: 11px 13px !important; border-radius: 9px !important; color: #8192a7 !important; }
.sidebar li a:hover { color: #e4effb !important; background: rgba(30, 143, 255, .08) !important; }
.sidebar li.active > a { color: #fff !important; background: linear-gradient(90deg, rgba(30, 143, 255, .24), rgba(30, 143, 255, .05)) !important; box-shadow: inset 3px 0 0 var(--mp-blue); }
.sidebar i { color: #348fe6 !important; }
.main-header { margin-left: 230px !important; height: 72px; border-bottom: 1px solid rgba(126, 158, 194, .12); background: rgba(5, 12, 21, .93) !important; }
.main-header .navbar { min-height: 72px !important; padding: 0 24px !important; display: flex; align-items: center; justify-content: space-between; background: transparent !important; box-shadow: none !important; }
.mp-pool-brand img { width: 220px; max-height: 48px; object-fit: contain; }
.mp-pool-nav-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.mp-pool-nav-actions > a { min-height: 38px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; border-radius: 8px; color: #8798ad !important; }
.mp-pool-nav-actions > a:hover { color: #fff !important; background: rgba(30, 143, 255, .08); }
.sidebar-toggle { float: none !important; }
.content-wrapper { margin-left: 230px !important; padding-top: 72px; background: var(--mp-bg-soft) !important; }
.content, .container-fluid { color: var(--mp-text); }
.content-header { padding: 28px 28px 12px !important; }
.content-header h1 { color: #f1f6fb !important; font-size: 27px !important; font-weight: 800 !important; }
.content-header h1 small { color: #6f8095 !important; }
.main-pool .card, .main-pool .info-box, .main-pool .box { border: 1px solid var(--mp-border) !important; border-radius: 13px !important; background: linear-gradient(145deg, rgba(14, 28, 46, .98), rgba(7, 16, 28, .98)) !important; color: var(--mp-text) !important; box-shadow: 0 16px 42px rgba(0, 0, 0, .18) !important; }
.main-pool .card-header, .main-pool .card-footer { border-color: rgba(126, 158, 194, .12) !important; background: rgba(14, 29, 48, .65) !important; }
.main-pool .card-title, .main-pool h1, .main-pool h2, .main-pool h3, .main-pool h4, .main-pool h5 { color: #eff5fb !important; }
.main-pool p, .main-pool .card-category, .main-pool .info-box-text { color: #8091a6 !important; }
.info-box-icon, .stamp { color: #50b2ff !important; background: rgba(30, 143, 255, .10) !important; }
.info-box-number { color: #f2f7fc !important; }
.table { color: #c7d2df !important; background: transparent !important; }
.table thead th { color: #7daee0 !important; border-color: rgba(126, 158, 194, .13) !important; background: rgba(11, 24, 40, .94) !important; }
.table td { border-color: rgba(126, 158, 194, .10) !important; }
.table-hover tbody tr:hover { color: #fff !important; background: rgba(30, 143, 255, .06) !important; }
.form-control, input.form-control, select.form-control, textarea.form-control { min-height: 44px; color: #ecf4fc !important; border: 1px solid rgba(126, 158, 194, .22) !important; border-radius: 9px !important; background: rgba(3, 10, 18, .62) !important; box-shadow: none !important; }
.form-control:focus { border-color: rgba(30, 143, 255, .72) !important; box-shadow: 0 0 0 3px rgba(30, 143, 255, .10) !important; }
.btn-primary, .btn-info, .btn-fill { border-color: transparent !important; background: linear-gradient(135deg, #0878e9, #209eff) !important; color: #fff !important; }
.btn-warning { border-color: transparent !important; background: linear-gradient(135deg, #e57e00, #ffab22) !important; color: #fff !important; }
.nav-tabs, .tablinks { border-color: rgba(126, 158, 194, .13) !important; }
.tablinks { color: #8294aa !important; background: rgba(10, 23, 39, .75) !important; }
.tablinks.active, .tablinks:hover { color: #fff !important; background: rgba(30, 143, 255, .18) !important; }
.ct-label { color: #75879b !important; fill: #75879b !important; }
.ct-grid { stroke: rgba(126, 158, 194, .10) !important; }
.ct-series-a .ct-line, .ct-series-a .ct-point { stroke: var(--mp-blue) !important; }
.mp-support-card .card-body { padding: 65px 30px !important; text-align: center; }
.mp-support-card h2 { margin: 10px 0 !important; font-size: 34px; }
.mp-support-card p { max-width: 620px; margin: 0 auto 25px; font-size: 15px; }
.mp-support-icon { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #5865f2, #7782ff); font-size: 35px; box-shadow: 0 18px 40px rgba(88, 101, 242, .28); }
.footer-skin-picker, #serverPingTable, #serverPingList { display: none !important; }

/* Responsive */
@media (max-width: 1100px) {
  .mp-nav-links { display: none; }
  .mp-hero-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .mp-hero-mark { width: 190px; height: 190px; }
  .mp-server-scene { width: 310px; margin-left: 70px; }
  .pool-coin-grid.row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-steps { grid-template-columns: repeat(2, 1fr); }
  .mp-step:nth-child(2) { border-right: 0; }
  .mp-step:nth-child(-n+2) { border-bottom: 1px solid rgba(127, 158, 193, .12); }
  .mp-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .mp-footer-status { display: none; }
}
@media (max-width: 820px) {
  .mp-container { width: min(100% - 28px, 1180px); }
  .mp-nav-inner { width: calc(100% - 26px); }
  .mp-brand img { width: 205px; }
  .mp-nav-cta span { display: none; }
  .mp-nav-cta { width: 42px; padding: 0; justify-content: center; }
  .mp-hero { min-height: auto; padding: 120px 0 90px; }
  .mp-hero-inner { grid-template-columns: 1fr; }
  .mp-hero-visual { min-height: 320px; order: -1; }
  .mp-hero-mark { top: -30px; left: 5%; width: 175px; height: 175px; }
  .mp-server-scene { width: 300px; height: 290px; margin-left: 120px; transform: scale(.84); }
  .mp-hero h1 { font-size: clamp(48px, 13vw, 70px); }
  .mp-stats { grid-template-columns: 1fr; margin-top: -38px; }
  .mp-stat-card { min-height: 88px; }
  .mp-section-heading { align-items: flex-start; flex-direction: column; }
  .pool-coin-grid.row { grid-template-columns: 1fr; }
  .mp-discord-banner { align-items: flex-start; flex-direction: column; }
  .mp-footer-grid { grid-template-columns: 1fr 1fr; }
  .mp-footer-brand { grid-column: 1 / -1; }
  .main-sidebar { transform: translate(-230px, 0); }
  .sidebar-open .main-sidebar { transform: translate(0, 0); }
  .main-header, .content-wrapper, .mp-footer--pool { margin-left: 0 !important; }
  .mp-pool-brand img { width: 190px; }
}
@media (max-width: 520px) {
  .mp-brand img { width: 180px; }
  .mp-hero { padding-top: 104px; }
  .mp-hero-visual { min-height: 250px; }
  .mp-hero-mark { width: 145px; height: 145px; }
  .mp-server-scene { margin-left: 95px; transform: scale(.66); }
  .mp-hero-copy > p { font-size: 16px; }
  .mp-hero-actions { flex-direction: column; }
  .mp-btn { width: 100%; }
  .mp-trust-row { gap: 13px; }
  .mode-toggle { width: 100%; }
  .mode-btn { flex: 1; min-width: 0; }
  .mp-steps { grid-template-columns: 1fr; }
  .mp-step { border-right: 0; border-bottom: 1px solid rgba(127, 158, 193, .12); }
  .mp-step:last-child { border-bottom: 0; }
  .mp-footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .mp-footer-brand { grid-column: auto; }
  .mp-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
  .mp-discord-banner { padding: 28px 24px; }
}
.mp-footer-bottom .mp-license-credit {
  display: inline-block;
  margin: 0;
  color: #8292a7;
  font-size: 12px;
  text-decoration: none;
}
.mp-footer-bottom .mp-license-credit:hover { color: #52b3ff; }


/* Keep the homepage fully scrollable on short desktop/laptop viewports. */
body,
body.skin-black {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.wrapper {
  height: auto !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.main-index,
.page-index,
.mp-home,
.mp-pools-section {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
}
.mp-pools-section {
  padding-bottom: 72px;
}
.pool-coin-grid.row {
  align-items: stretch;
  padding-bottom: 18px;
}
.coin-card-footer {
  margin-top: auto;
}
