.home {
  min-height: calc(100vh - 57px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 80px;
  text-align: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(0, 140, 255, 0.08);
  border: 1px solid rgba(0, 140, 255, 0.22);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 30px;
  animation: fadeUp 0.5s both;
}

.kicker::before {
  content: "◆";
  font-size: 8px;
}

.htitle {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(52px, 9vw, 96px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 0.93;
  text-transform: uppercase;
  margin-bottom: 8px;
  animation: fadeUp 0.5s 0.1s both;
}

.htitle .t1 {
  display: block;
  background: linear-gradient(140deg, #fff 0%, #a8d4ff 55%, #4aabff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.htitle .t2 {
  display: block;
  background: linear-gradient(140deg, #3a8fff, #0055ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hsub {
  font-size: 16px;
  color: var(--muted);
  max-width: 500px;
  margin: 20px auto 56px;
  line-height: 1.7;
  animation: fadeUp 0.5s 0.2s both;
}

.mpg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1000px;
  width: 100%;
  animation: fadeUp 0.5s 0.3s both;
}

@media (max-width: 860px) {
  .mpg {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
  }
}

@media (max-width: 500px) {
  .mpg {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
}

.mpc {
  position: relative;
  border-radius: 20px;
  padding: 28px 20px 48px;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  text-align: left;
  border: 1px solid transparent;
}

.mpc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.04),
    transparent 60%
  );
  pointer-events: none;
}

.mpc:hover {
  transform: translateY(-6px);
}

.mpc-s {
  background: linear-gradient(150deg, #1c0408 0%, #0d0103 100%);
  border-color: rgba(255, 51, 0, 0.22);
}

.mpc-s:hover {
  box-shadow:
    0 20px 56px rgba(255, 51, 0, 0.22),
    0 0 0 1px rgba(255, 51, 0, 0.35);
}

.mpc-m {
  background: linear-gradient(150deg, #0c100a 0%, #060802 100%);
  border-color: rgba(200, 170, 0, 0.2);
}

.mpc-m:hover {
  box-shadow:
    0 20px 56px rgba(200, 170, 0, 0.18),
    0 0 0 1px rgba(200, 170, 0, 0.35);
}

.mpc-t {
  background: linear-gradient(150deg, #0e0814 0%, #050208 100%);
  border-color: rgba(254, 44, 85, 0.2);
}

.mpc-t:hover {
  box-shadow:
    0 20px 56px rgba(254, 44, 85, 0.2),
    0 0 0 1px rgba(37, 244, 238, 0.2);
}

.mpc-a {
  background: linear-gradient(150deg, #140b00 0%, #0a0500 100%);
  border-color: rgba(255, 153, 0, 0.2);
}

.mpc-a:hover {
  box-shadow:
    0 20px 56px rgba(255, 153, 0, 0.2),
    0 0 0 1px rgba(255, 153, 0, 0.35);
}

.mpc-c {
  background: linear-gradient(150deg, #001424 0%, #000a14 100%);
  border-color: rgba(0, 170, 255, 0.28);
}

.mpc-c:hover {
  box-shadow:
    0 20px 56px rgba(0, 170, 255, 0.22),
    0 0 0 1px rgba(0, 170, 255, 0.35);
}

.cmp-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.cmp-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cmp-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cmp-logo:nth-child(1) {
  background: linear-gradient(145deg, #112f5f, #071a3a);
}

.cmp-logo:nth-child(2) {
  background: linear-gradient(145deg, #ffe100, #ffcf00);
}

.cmp-logo:nth-child(3) {
  background: linear-gradient(145deg, #ff7a2f, #ff4a00);
  border-color: rgba(255, 102, 0, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 102, 0, 0.32),
    0 10px 24px rgba(255, 102, 0, 0.22);
}

.cmp-logo:nth-child(4) {
  background: linear-gradient(145deg, #111115, #030307);
}

.cmp-logo img {
  width: 78%;
  height: 78%;
  display: block;
  object-fit: contain;
}

.cmp-title {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.cmp-title-main,
.cmp-title-sub {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cmp-title-main {
  font-size: clamp(26px, 3vw, 32px);
  background: linear-gradient(140deg, #fff 0%, #9dd5ff 60%, #3ea9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cmp-title-sub {
  font-size: clamp(24px, 2.8vw, 30px);
  background: linear-gradient(140deg, #4aa9ff, #0067ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lbox {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.lbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cmp-icon {
  font-size: 26px;
  color: var(--accent);
}
.mpc-s .lbox {
  background: rgba(255, 51, 0, 0.12);
}

.mpc-m .lbox {
  background: rgba(200, 170, 0, 0.1);
}

.mpc-t .lbox {
  background: rgba(254, 44, 85, 0.1);
}

.mpc-a .lbox {
  background: rgba(255, 153, 0, 0.12);
}

.mpc-c .lbox {
  background: rgba(0, 170, 255, 0.12);
}

.mpname {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.mpc-s .mpname {
  color: var(--shopee-l);
}

.mpc-m .mpname {
  color: var(--meli-l);
}

.mpc-t .mpname {
  color: var(--ttr);
}

.mpc-a .mpname {
  color: var(--amz-l);
}

.mpc-c .mpname {
  color: var(--accent);
}

.mprate {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  padding: 4px 9px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
}

.mpc-s .mprate {
  background: rgba(255, 51, 0, 0.12);
  color: var(--shopee-l);
}

.mpc-m .mprate {
  background: rgba(200, 170, 0, 0.1);
  color: var(--meli-l);
}

.mpc-t .mprate {
  background: rgba(254, 44, 85, 0.12);
  color: var(--ttr);
}

.mpc-a .mprate {
  background: rgba(255, 153, 0, 0.12);
  color: var(--amz-l);
}

.mpc-c .mprate {
  background: rgba(0, 170, 255, 0.12);
  color: var(--accent);
}

.mpdesc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.mparrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  opacity: 0.25;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.mpc:hover .mparrow {
  opacity: 0.8;
  transform: translate(3px, -3px);
}

@media (max-width: 500px) {
  .cmp-head {
    gap: 8px;
  }

  .cmp-logo {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .cmp-title-main {
    font-size: 24px;
  }

  .cmp-title-sub {
    font-size: 22px;
  }
}

.bhow {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--border2);
  background: rgba(0, 140, 255, 0.07);
  color: var(--accent);
  transition: all 0.2s;
  white-space: nowrap;
}

.bhow:hover {
  background: rgba(0, 140, 255, 0.16);
}

.crd {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  transition: border-color 0.2s;
}

.crd:hover {
  border-color: var(--border2);
}

.ct {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ctd {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.fld {
  margin-bottom: 13px;
}

.fld:last-child {
  margin-bottom: 0;
}

.fld label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 7px;
}

.fld .ht {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  background: rgba(0, 140, 255, 0.07);
  border: 1px solid var(--border);
  padding: 2px 7px;
  border-radius: 4px;
  color: var(--muted);
}

.iw {
  display: flex;
  align-items: center;
  background: #040d1a;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.iw:focus-within {
  border-color: var(--accent);
}

.pfx {
  padding: 0 11px;
  height: 43px;
  display: flex;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: var(--muted);
  background: rgba(0, 140, 255, 0.04);
  border-right: 1px solid var(--border);
  user-select: none;
  white-space: nowrap;
}

.iw input,
.iw select {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 0 12px;
  height: 43px;
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  min-width: 0;
}

.iw select {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  cursor: pointer;
  appearance: none;
}

.iw select option {
  background: #040d1a;
}

.mgm {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}

.mr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mr h3 {
  font-size: 15px;
  font-weight: 700;
}

.mv {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
  transition: all 0.2s;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: var(--border2);
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: var(--border2);
  height: 5px;
  border-radius: 3px;
}

input[type="range"]::-moz-range-track {
  background: var(--border2);
  height: 5px;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.15s;
  background: var(--accent);
  border: 2px solid #001020;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.25);
}

.rm {
  display: flex;
  justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}

.rc {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  overflow: hidden;
  position: relative;
}

.rg {
  position: absolute;
  width: 320px;
  height: 320px;
  top: -80px;
  right: -80px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  opacity: 0.3;
}

.rm2 {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 22px;
}

.rm2 small {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 10px;
}

.pvn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 9vw, 80px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ppill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  padding: 5px 14px;
  border-radius: 100px;
  margin-top: 12px;
  font-weight: 500;
}

.p-ok {
  background: rgba(0, 232, 143, 0.08);
  color: #00e88f;
  border: 1px solid rgba(0, 232, 143, 0.2);
}

.p-bad {
  background: rgba(255, 50, 50, 0.08);
  color: #ff4444;
  border: 1px solid rgba(255, 50, 50, 0.2);
}

.bkd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 480px) {
  .bkd {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bi {
  background: #040d1a;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
}

.bil {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bid {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.biv {
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  font-weight: 500;
}

.brc {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}

.brl {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.brt {
  height: 30px;
  background: #040d1a;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  margin-bottom: 12px;
  border: 1px solid var(--border);
}

.seg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.seg span {
  padding: 0 5px;
}

.s0 {
  background: linear-gradient(90deg, #2244ff, #5577ff);
}

.s1 {
  background: linear-gradient(90deg, #cc2244, #ff4466);
}

.s2 {
  background: linear-gradient(90deg, #ccaa00, #ffdd44);
  color: #000;
}

.s3 {
  background: linear-gradient(90deg, #cc4400, #ff8833);
}

.s4 {
  background: linear-gradient(90deg, #0099cc, #33ccff);
  color: #000;
}

.s5 {
  background: linear-gradient(90deg, #00bb77, #33ff99);
  color: #000;
}

.lgd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
}

.ld {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.wb {
  background: rgba(0, 180, 255, 0.05);
  border: 1px solid rgba(0, 180, 255, 0.2);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 12px;
  color: #50c8ff;
  line-height: 1.7;
  font-family: "JetBrains Mono", monospace;
}

.wb strong {
  color: #90dfff;
}

.itbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 11px;
}

.itbl th {
  background: rgba(0, 140, 255, 0.1);
  padding: 7px 10px;
  text-align: left;
  color: #7ec8ff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.itbl td {
  padding: 7px 10px;
  border-top: 1px solid rgba(0, 140, 255, 0.1);
  color: #90c8e0;
  font-family: "JetBrains Mono", monospace;
}

.itbl tr:hover td {
  background: rgba(0, 140, 255, 0.04);
}

.ov {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
  z-index: 200;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.ov.on {
  display: flex;
}

@media (min-width: 640px) {
  .ov {
    align-items: center;
    padding: 24px;
  }
}

.mdl {
  background: linear-gradient(170deg, #091826, #040c18);
  border: 1px solid rgba(0, 140, 255, 0.22);
  border-radius: 24px 24px 0 0;
  width: 100%;
  max-width: 660px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px 24px 40px;
  position: relative;
  animation: sUp 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: var(--border2) transparent;
}

@media (min-width: 640px) {
  .mdl {
    border-radius: 24px;
  }
}

@keyframes sUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.mx {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 140, 255, 0.08);
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  color: var(--muted);
  transition: all 0.2s;
}

.mx:hover {
  color: var(--text);
  background: rgba(0, 140, 255, 0.18);
}

.mdl h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-right: 40px;
}

.msub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.6;
}

.mst {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin: 18px 0 10px;
}

.ii {
  background: rgba(0, 140, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 13px 15px;
  margin-bottom: 9px;
}

.iin {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.itag {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
}

.iid {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.rt {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.rt th {
  background: rgba(0, 140, 255, 0.1);
  padding: 10px 14px;
  text-align: left;
  color: #7ec8ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rt td {
  padding: 9px 14px;
  border-top: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.2);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.rt tr:first-child td {
  border-top: none;
}

.rt td:last-child {
  color: #70c0e0;
}

.popped {
  animation: pop 0.28s ease;
}
