/* Start custom CSS for html, class: .elementor-element-0194405 */.up-lottrend-article {
  --up-bg: #080808;
  --up-panel: #111111;
  --up-panel-2: #17120b;
  --up-text: #f7f1e7;
  --up-muted: #c7bda9;
  --up-soft: rgba(255, 255, 255, 0.08);
  --up-line: rgba(255, 185, 76, 0.24);
  --up-gold: #ffbf55;
  --up-orange: #ff7a18;
  --up-deep: #090604;
  --up-radius: 22px;
  --up-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);

  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 18px 56px;
  color: var(--up-text);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 191, 85, 0.12), transparent 30%),
    linear-gradient(180deg, #090909 0%, #070707 100%);
  border-radius: 28px;
  font-family: inherit;
  line-height: 1.8;
}

.up-lottrend-article *,
.up-lottrend-article *::before,
.up-lottrend-article *::after {
  box-sizing: border-box;
}

.up-lottrend-header {
  padding: 34px 30px 28px;
  border: 1px solid var(--up-line);
  border-radius: var(--up-radius);
  background:
    linear-gradient(135deg, rgba(255, 122, 24, 0.14), rgba(255, 191, 85, 0.06)),
    rgba(13, 13, 13, 0.92);
  box-shadow: var(--up-shadow);
  position: relative;
  overflow: hidden;
}

.up-lottrend-header::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 191, 85, 0.16), transparent 68%);
  pointer-events: none;
}

.up-lottrend-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 191, 85, 0.32);
  border-radius: 999px;
  color: var(--up-gold);
  background: rgba(255, 191, 85, 0.07);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.up-lottrend-header h1 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.2;
  color: #fff8eb;
  letter-spacing: -0.035em;
}

.up-lottrend-lead {
  max-width: 880px;
  margin: 18px 0 0;
  color: var(--up-muted);
  font-size: clamp(1rem, 1.55vw, 1.15rem);
}

.up-lottrend-featured,
.up-lottrend-image {
  margin: 26px 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 191, 85, 0.22);
  background: #0c0c0c;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.up-lottrend-featured img,
.up-lottrend-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.up-lottrend-featured:hover img,
.up-lottrend-image:hover img {
  transform: scale(1.018);
  filter: saturate(1.06) contrast(1.04);
}

.up-lottrend-section,
.up-lottrend-related,
.up-lottrend-faq,
.up-lottrend-cta {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 191, 85, 0.17);
  border-radius: var(--up-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(13, 13, 13, 0.88);
}

.up-lottrend-section h2,
.up-lottrend-related h2,
.up-lottrend-faq h2,
.up-lottrend-cta h2 {
  margin: 0 0 14px;
  color: #fff7ea;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.up-lottrend-section h3 {
  margin: 0 0 8px;
  color: var(--up-gold);
  font-size: 1.1rem;
  line-height: 1.35;
}

.up-lottrend-section p,
.up-lottrend-related p,
.up-lottrend-faq p,
.up-lottrend-cta p {
  margin: 0 0 14px;
  color: var(--up-muted);
}

.up-lottrend-section p:last-child,
.up-lottrend-faq p:last-child,
.up-lottrend-cta p:last-child {
  margin-bottom: 0;
}

.up-lottrend-keylink,
.up-lottrend-moneylink {
  color: var(--up-gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 191, 85, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.up-lottrend-keylink:hover,
.up-lottrend-moneylink:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.up-lottrend-note,
.up-lottrend-warning {
  margin-top: 18px;
  padding: 18px 18px;
  border-radius: 18px;
  color: #f9ead2;
  background: rgba(255, 191, 85, 0.075);
  border: 1px solid rgba(255, 191, 85, 0.22);
}

.up-lottrend-warning {
  background: rgba(255, 122, 24, 0.095);
  border-color: rgba(255, 122, 24, 0.28);
}

.up-lottrend-grid,
.up-lottrend-layer-grid,
.up-lottrend-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.up-lottrend-card,
.up-lottrend-layer-grid > div {
  padding: 20px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.09), rgba(255, 191, 85, 0.045)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 191, 85, 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.up-lottrend-card:hover,
.up-lottrend-layer-grid > div:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 191, 85, 0.36);
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.13), rgba(255, 191, 85, 0.075)),
    rgba(255, 255, 255, 0.045);
}

.up-lottrend-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 85, 0.18);
}

.up-lottrend-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(9, 9, 9, 0.9);
}

.up-lottrend-table th,
.up-lottrend-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  vertical-align: top;
  color: var(--up-muted);
}

.up-lottrend-table th {
  color: #fff3dc;
  background: rgba(255, 122, 24, 0.13);
  font-weight: 800;
}

.up-lottrend-table tr:last-child td {
  border-bottom: 0;
}

.up-lottrend-steps {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.up-lottrend-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 191, 85, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.up-lottrend-step span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #14100a;
  background: linear-gradient(135deg, var(--up-gold), var(--up-orange));
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 122, 24, 0.18);
}

.up-lottrend-step h3,
.up-lottrend-step p {
  grid-column: 2;
}

.up-lottrend-checklist,
.up-lottrend-example ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.up-lottrend-checklist li,
.up-lottrend-example li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 15px;
  color: var(--up-muted);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.up-lottrend-checklist li::before,
.up-lottrend-example li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  color: var(--up-gold);
  font-weight: 900;
}

.up-lottrend-gradient {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 191, 85, 0.09), rgba(255, 122, 24, 0.06)),
    rgba(12, 12, 12, 0.96);
}

.up-lottrend-layer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.up-lottrend-example {
  margin: 18px 0;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 122, 24, 0.075);
  border: 1px solid rgba(255, 122, 24, 0.22);
}

.up-lottrend-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.up-lottrend-related-grid a {
  display: block;
  min-height: 118px;
  padding: 18px;
  border-radius: 18px;
  color: #fff6e8;
  text-decoration: none;
  background:
    linear-gradient(160deg, rgba(255, 122, 24, 0.12), rgba(255, 191, 85, 0.055)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 191, 85, 0.16);
  font-weight: 800;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.up-lottrend-related-grid a span {
  display: block;
  margin-bottom: 8px;
  color: var(--up-gold);
  font-size: 0.86rem;
  font-weight: 700;
}

.up-lottrend-related-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 191, 85, 0.4);
  background:
    linear-gradient(160deg, rgba(255, 122, 24, 0.18), rgba(255, 191, 85, 0.09)),
    rgba(255, 255, 255, 0.045);
}

.up-lottrend-faq details {
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 191, 85, 0.16);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.up-lottrend-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #fff3df;
  font-weight: 800;
  outline: none;
}

.up-lottrend-faq details > div {
  padding: 0 18px 18px;
}

.up-lottrend-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background:
    radial-gradient(circle at left, rgba(255, 122, 24, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(255, 191, 85, 0.14), rgba(255, 122, 24, 0.1)),
    #0b0b0b;
}

.up-lottrend-cta span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--up-gold);
  font-weight: 800;
}

.up-lottrend-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #140d05;
  background: linear-gradient(135deg, var(--up-gold), var(--up-orange));
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 32px rgba(255, 122, 24, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.up-lottrend-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(255, 122, 24, 0.28);
}

@media (max-width: 900px) {
  .up-lottrend-grid,
  .up-lottrend-layer-grid,
  .up-lottrend-related-grid,
  .up-lottrend-cta {
    grid-template-columns: 1fr;
  }

  .up-lottrend-related-grid a {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .up-lottrend-article {
    padding: 18px 12px 38px;
    border-radius: 22px;
  }

  .up-lottrend-header,
  .up-lottrend-section,
  .up-lottrend-related,
  .up-lottrend-faq,
  .up-lottrend-cta {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .up-lottrend-featured,
  .up-lottrend-image {
    border-radius: 18px;
  }

  .up-lottrend-step {
    grid-template-columns: 1fr;
  }

  .up-lottrend-step h3,
  .up-lottrend-step p {
    grid-column: auto;
  }

  .up-lottrend-step span {
    width: 44px;
    height: 44px;
  }

  .up-lottrend-cta a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}/* End custom CSS */