.odp-app {
  --gold: #d8b25d;
  --dark: #080705;
  max-width: 1180px;
  margin: 30px auto;
  padding: 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 5%, #936a2528, transparent 30%), var(--dark);
  color: #f5f0e8;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}
.odp-app * {
  box-sizing: border-box;
}
.odp-auth {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 35px;
  align-items: center;
}
.odp-intro small,
.odp-active-head small,
.odp-payment small {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.18em;
}
.odp-intro h1,
.odp-active-head h1 {
  font: 46px/1.08 Georgia;
  margin: 15px 0;
}
.odp-intro p,
.odp-payment p {
  color: #a69e95;
  line-height: 1.7;
}
.odp-price {
  color: #efcf7c;
  font: 40px Georgia;
}
.odp-price span {
  color: #817a72;
  font: 12px Arial;
}
.odp-auth-box,
.odp-payment,
.odp-active {
  border: 1px solid #d8b25d40;
  border-radius: 20px;
  background: #141009;
  padding: 28px;
}
.odp-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.odp-auth h2 {
  font: 22px Georgia;
}
.odp-auth form,
.odp-payment form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.odp-app input {
  width: 100%;
  height: 46px;
  border: 1px solid #493c27;
  border-radius: 8px;
  background: #0a0806;
  padding: 0 12px;
  color: #fff;
}
.odp-app button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(110deg, #b78635, #f0d183, #b88635);
  padding: 10px 15px;
  color: #171007;
  font-weight: bold;
  cursor: pointer;
}
.odp-auth a {
  color: #caa95f;
  font-size: 11px;
}
.odp-error {
  border-radius: 8px;
  background: #a52d2d25;
  padding: 10px;
  color: #e99494;
}
.odp-success {
  color: #89cf9a;
}
.odp-account {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  border: 1px solid #ffffff12;
  border-radius: 14px;
  padding: 15px;
}
.odp-account > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.odp-account small {
  color: #8a7b63;
  font-size: 8px;
}
.odp-account span {
  color: #7f776e;
  font-size: 10px;
}
.odp-account > a {
  color: #d7b765;
}
.odp-status {
  border: 1px solid;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 9px;
}
.odp-status.active {
  color: #83cf98;
}
.odp-status.pending,
.odp-status.expired {
  color: #dfad68;
}
.odp-payment {
  display: grid;
  grid-template-columns: 1fr 270px 0.9fr;
  gap: 25px;
  align-items: center;
}
.odp-payment > img {
  width: 100%;
  max-height: 420px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.odp-upi {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ffffff12;
  border-radius: 9px;
  padding: 12px;
}
.odp-payment label {
  color: #b6aea4;
  font-size: 11px;
}
.odp-payment label input {
  height: auto;
  margin-top: 7px;
  padding: 10px;
}
.odp-fields {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}
.odp-fields label {
  color: #b8aea3;
  font-size: 11px;
}
.odp-fields input {
  display: block;
  margin-top: 7px;
}
.odp-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}
.odp-summary article {
  border: 1px solid #ffffff12;
  border-radius: 12px;
  padding: 18px;
}
.odp-summary small {
  color: #a7894e;
}
.odp-summary b {
  display: block;
  color: #edcd7a;
  font: 34px Georgia;
}
.odp-active h2 {
  font: 25px Georgia;
}
.odp-table {
  overflow: auto;
  border: 1px solid #ffffff12;
  border-radius: 12px;
}
.odp-row {
  display: grid;
  grid-template-columns: 0.45fr 1.2fr 1fr 1fr 0.45fr;
  min-width: 680px;
  border-top: 1px solid #ffffff0d;
}
.odp-row:first-child {
  border-top: 0;
}
.odp-row span {
  padding: 11px;
  color: #aaa299;
  font-size: 11px;
}
.odp-row.head {
  background: #d6ad580d;
}
.odp-row.head span {
  color: #be9952;
  font-size: 8px;
  font-weight: bold;
}
.odp-row i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #b92f2f;
}
.odp-grid-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.odp-grid-title p {
  font-size: 10px;
  color: #8b8379;
}
.odp-grid-title i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px 0 10px;
}
.odp-grid-title .md {
  background: #a52626;
}
.odp-grid-title .ad {
  background: #fff;
}
.odp-year-grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.odp-year-grids > article {
  overflow: hidden;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  background: #0a0806;
}
.odp-year-grids header,
.odp-year-grids footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.odp-year-grids header b {
  color: #e1bf6b;
}
.odp-year-grids header span,
.odp-year-grids footer span {
  font-size: 8px;
  color: #777067;
}
.odp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #3a2f1d;
}
.odp-grid > span {
  position: relative;
  display: grid;
  min-height: 46px;
  place-items: center;
  border: solid #33291a;
  border-width: 0 1px 1px 0;
  color: #665e55;
}
.odp-grid > span:nth-child(3n) {
  border-right: 0;
}
.odp-grid > span:nth-child(n + 7) {
  border-bottom: 0;
}
.odp-grid small {
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 7px;
}
.odp-grid .maha {
  background: #962323;
  color: #fff;
}
.odp-grid .antar {
  background: #fff;
  color: #111;
}
@media (max-width: 900px) {
  .odp-auth,
  .odp-payment {
    grid-template-columns: 1fr;
  }
  .odp-payment > img {
    max-width: 330px;
  }
  .odp-year-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .odp-app {
    margin: 10px;
    padding: 18px;
  }
  .odp-auth-grid,
  .odp-fields,
  .odp-summary,
  .odp-year-grids {
    grid-template-columns: 1fr;
  }
  .odp-account {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .odp-intro h1 {
    font-size: 35px;
  }
}
.odp-grid-title .base { background: #d8b25d; }
.odp-grid > span > b { display: flex; flex-wrap: wrap; justify-content: center; gap: 2px; }
.odp-grid > span > b > i { font-style: normal; }
.odp-grid .base-digit { color: #d8b25d; }
.odp-grid .maha-digit { color: #ff3b3b; }
.odp-grid .antar-digit { color: #fff; }

/* v1.1.7 promotional price pattern */
.odp-price{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:8px;
}
.odp-price del{
  color:#8f877e;
  font:24px Georgia,serif;
  text-decoration-thickness:2px;
}
.odp-price strong{
  color:#efcf7c;
  font:40px Georgia,serif;
}
.odp-price span{
  margin-left:2px;
}
.dpt-affiliate-app{max-width:1100px;margin:32px auto;color:#18334b}.dpt-affiliate-hero{padding:38px;border-radius:22px;background:linear-gradient(135deg,#073b4c,#087f8c);color:#fff;margin-bottom:22px}.dpt-affiliate-hero small{letter-spacing:1.8px;font-weight:800}.dpt-affiliate-hero h1{color:#fff;margin:8px 0;font-size:38px}.dpt-affiliate-hero p{margin:0;max-width:720px}.dpt-affiliate-card{background:#fff;border:1px solid #dbe8ed;border-radius:18px;padding:24px;margin:18px 0;box-shadow:0 8px 24px rgba(7,59,76,.07)}.dpt-affiliate-card h2{margin-top:0;color:#073b4c}.dpt-affiliate-card form{display:grid;gap:12px;max-width:560px}.dpt-affiliate-card label{font-weight:700}.dpt-affiliate-card input{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:12px;border:1px solid #b8ccd4;border-radius:9px}.dpt-affiliate-card button,.dpt-affiliate-button{display:inline-block;border:0;border-radius:9px;background:#087f8c;color:#fff!important;padding:12px 18px;font-weight:800;text-decoration:none;cursor:pointer}.dpt-ref-link{display:flex;gap:8px}.dpt-ref-link input{margin:0}.dpt-affiliate-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.dpt-affiliate-stats div{background:#073b4c;color:#fff;border-radius:14px;padding:18px}.dpt-affiliate-stats small{display:block;opacity:.75;font-size:11px}.dpt-affiliate-stats b{font-size:21px}.dpt-small{font-size:13px;color:#5b6f79}@media(max-width:760px){.dpt-affiliate-hero{padding:25px}.dpt-affiliate-hero h1{font-size:30px}.dpt-affiliate-stats{grid-template-columns:1fr 1fr}.dpt-ref-link{display:grid}}
.dpt-affiliate-auth{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.dpt-affiliate-auth .dpt-affiliate-card{margin:0}.dpt-account-check{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}.dpt-account-check a{margin-left:auto;color:#087f8c;font-weight:800}@media(max-width:760px){.dpt-affiliate-auth{grid-template-columns:1fr}.dpt-account-check a{margin-left:0}}
