/* Start custom CSS for html, class: .elementor-element-570f1ac *//* =========================================================
   288UP PG Slot Mobile Experience Article
   Prefix: uppgsm-
   Premium Long-form / Elementor-safe
   Theme: Black / Orange / Gold
   Includes: Visible Breadcrumb
   ========================================================= */

.uppgsm-article {
  --uppgsm-bg: #050505;
  --uppgsm-card: rgba(18, 18, 18, 0.94);
  --uppgsm-orange: #ff5a00;
  --uppgsm-orange-soft: rgba(255, 90, 0, 0.16);
  --uppgsm-gold: #ffb347;
  --uppgsm-gold-2: #ffd38a;
  --uppgsm-text: #ffffff;
  --uppgsm-muted: #bdbdbd;
  --uppgsm-border: rgba(255, 179, 71, 0.24);
  --uppgsm-border-orange: rgba(255, 90, 0, 0.36);
  --uppgsm-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --uppgsm-radius-xl: 28px;
  --uppgsm-radius-lg: 22px;
  --uppgsm-radius-md: 16px;
  --uppgsm-max: 980px;

  width: min(var(--uppgsm-max), calc(100% - 28px));
  margin: 0 auto;
  padding: 36px 0 64px;
  color: var(--uppgsm-text);
  font-family: inherit;
  line-height: 1.78;
}

.uppgsm-article *,
.uppgsm-article *::before,
.uppgsm-article *::after {
  box-sizing: border-box;
}

.uppgsm-article a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   Visible Breadcrumb
   ========================================================= */

.uppgsm-breadcrumb {
  margin: 0 0 24px;
  padding: 0;
}

.uppgsm-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  list-style: none;
  border: 1px solid rgba(255, 179, 71, 0.20);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.10), rgba(255, 179, 71, 0.05)),
    rgba(12, 12, 12, 0.90);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.uppgsm-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--uppgsm-muted);
  font-size: 13px;
  line-height: 1.4;
}

.uppgsm-breadcrumb li[aria-hidden="true"] {
  color: var(--uppgsm-gold);
  font-weight: 900;
}

.uppgsm-breadcrumb a {
  display: inline-flex;
  align-items: center;
  color: #f0d6aa;
  font-weight: 800;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease,
    transform 0.2s ease;
}

.uppgsm-breadcrumb a:hover {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.32);
  transform: translateY(-1px);
}

.uppgsm-breadcrumb li:last-child a {
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}

/* =========================================================
   Header / Hero
   ========================================================= */

.uppgsm-header {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  margin-bottom: 26px;
  border: 1px solid var(--uppgsm-border-orange);
  border-radius: var(--uppgsm-radius-xl);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 90, 0, 0.22), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(255, 179, 71, 0.15), transparent 36%),
    linear-gradient(145deg, #111 0%, #070707 100%);
  box-shadow: var(--uppgsm-shadow);
}

.uppgsm-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      115deg,
      transparent,
      rgba(255, 179, 71, 0.08),
      transparent
    );
  pointer-events: none;
}

.uppgsm-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 179, 71, 0.42);
  background: rgba(255, 90, 0, 0.14);
  color: var(--uppgsm-gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.uppgsm-header h1 {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 4.2vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.uppgsm-intro {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin: 18px 0 0;
  color: #ececec;
  font-size: 17px;
}

.uppgsm-intro strong {
  color: #ffe0ad;
  font-weight: 900;
}

.uppgsm-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.uppgsm-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 179, 71, 0.16);
  color: var(--uppgsm-muted);
  font-size: 13px;
}

/* =========================================================
   Global Sections
   ========================================================= */

.uppgsm-section,
.uppgsm-related,
.uppgsm-faq,
.uppgsm-bottom-cta {
  margin: 28px 0;
}

.uppgsm-section {
  padding: 0 4px;
}

.uppgsm-card-section {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppgsm-radius-xl);
  border: 1px solid var(--uppgsm-border);
  background:
    linear-gradient(
      145deg,
      rgba(18, 18, 18, 0.96),
      rgba(8, 8, 8, 0.96)
    ),
    radial-gradient(
      circle at 10% 0%,
      rgba(255, 90, 0, 0.12),
      transparent 44%
    );
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.uppgsm-gradient {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppgsm-radius-xl);
  border: 1px solid rgba(255, 179, 71, 0.20);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(255, 90, 0, 0.18),
      transparent 42%
    ),
    linear-gradient(
      135deg,
      rgba(255, 179, 71, 0.08),
      rgba(8, 8, 8, 0.98)
    );
}

.uppgsm-section h2,
.uppgsm-related h2,
.uppgsm-faq h2,
.uppgsm-bottom-cta h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.28;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.uppgsm-section p,
.uppgsm-related p,
.uppgsm-faq p,
.uppgsm-bottom-cta span {
  margin: 0 0 15px;
  color: #e1e1e1;
  font-size: 16px;
}

.uppgsm-section p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Inline Internal Links
   ========================================================= */

.uppgsm-keylink {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 2px !important;
  border-radius: 0 !important;
  color: #ffd38a !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 850;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 179, 71, 0.52);
  background:
    linear-gradient(
      to top,
      rgba(255, 90, 0, 0.15) 34%,
      transparent 34%
    );
  box-shadow: none !important;
  transform: none !important;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.uppgsm-keylink:hover {
  display: inline !important;
  color: #ffffff !important;
  border-bottom-color: rgba(255, 90, 0, 0.92);
  background:
    linear-gradient(
      to top,
      rgba(255, 179, 71, 0.22) 36%,
      transparent 36%
    );
  box-shadow: none !important;
  transform: none !important;
}

/* =========================================================
   Images
   ========================================================= */

.uppgsm-figure {
  margin: 28px 0;
  overflow: hidden;
  border-radius: var(--uppgsm-radius-xl);
  border: 1px solid var(--uppgsm-border);
  background: #090909;
  box-shadow: var(--uppgsm-shadow);
}

.uppgsm-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: none !important;
  transition:
    filter 0.28s ease,
    opacity 0.28s ease;
}

.uppgsm-figure:hover img {
  transform: none !important;
  filter:
    brightness(1.055)
    contrast(1.035)
    saturate(1.055);
}

.uppgsm-figure figcaption {
  padding: 12px 16px;
  color: var(--uppgsm-muted);
  font-size: 13px;
  background: rgba(0, 0, 0, 0.72);
  border-top: 1px solid rgba(255, 179, 71, 0.14);
}

.uppgsm-cover {
  margin-top: 0;
}

/* =========================================================
   Notes / Warnings
   ========================================================= */

.uppgsm-note,
.uppgsm-warning {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--uppgsm-radius-md);
}

.uppgsm-note {
  border: 1px solid rgba(255, 179, 71, 0.26);
  background:
    linear-gradient(
      135deg,
      rgba(255, 179, 71, 0.10),
      rgba(255, 90, 0, 0.08)
    ),
    rgba(255, 255, 255, 0.035);
}

.uppgsm-warning {
  border: 1px solid rgba(255, 90, 0, 0.40);
  background:
    linear-gradient(
      135deg,
      rgba(255, 90, 0, 0.15),
      rgba(184, 56, 0, 0.08)
    ),
    rgba(255, 255, 255, 0.035);
}

.uppgsm-note strong,
.uppgsm-warning strong {
  display: block;
  margin-bottom: 7px;
  color: var(--uppgsm-gold-2);
  font-size: 15px;
}

.uppgsm-note p,
.uppgsm-warning p {
  margin: 0;
  color: #e8e8e8;
}

/* =========================================================
   Cards / Grids
   ========================================================= */

.uppgsm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.uppgsm-mini-card,
.uppgsm-related-card {
  padding: 18px;
  border-radius: var(--uppgsm-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.17);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 90, 0, 0.045)
    ),
    rgba(7, 7, 7, 0.88);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.uppgsm-mini-card:hover,
.uppgsm-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 179, 71, 0.42);
  background:
    linear-gradient(
      145deg,
      rgba(255, 90, 0, 0.10),
      rgba(255, 179, 71, 0.055)
    ),
    rgba(7, 7, 7, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.uppgsm-mini-card span,
.uppgsm-related-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--uppgsm-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.uppgsm-mini-card h3,
.uppgsm-related-card h3 {
  margin: 0 0 8px;
  color: #fff3dc;
  font-size: 18px;
  line-height: 1.34;
}

.uppgsm-mini-card p,
.uppgsm-related-card p {
  margin: 0;
  color: var(--uppgsm-muted);
  font-size: 14px;
}

/* =========================================================
   Tables
   ========================================================= */

.uppgsm-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0 4px;
  border-radius: var(--uppgsm-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.18);
  background: rgba(0, 0, 0, 0.28);
  -webkit-overflow-scrolling: touch;
}

.uppgsm-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.uppgsm-table th,
.uppgsm-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 179, 71, 0.12);
}

.uppgsm-table th {
  color: #1b0c00;
  font-size: 14px;
  font-weight: 950;
  background:
    linear-gradient(
      135deg,
      var(--uppgsm-gold),
      var(--uppgsm-orange)
    );
}

.uppgsm-table td {
  color: #e8e8e8;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.uppgsm-table tr:last-child td {
  border-bottom: none;
}

.uppgsm-table tr:hover td {
  background: rgba(255, 90, 0, 0.08);
}

/* =========================================================
   Checklists
   ========================================================= */

.uppgsm-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.uppgsm-checklist li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border-radius: 15px;
  border: 1px solid rgba(255, 179, 71, 0.15);
  background: rgba(255, 255, 255, 0.045);
  color: #e9e9e9;
  font-size: 15px;
}

.uppgsm-checklist li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 13px;
  color: var(--uppgsm-gold);
  font-weight: 950;
}

/* =========================================================
   Related Articles
   ========================================================= */

.uppgsm-related {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppgsm-radius-xl);
  border: 1px solid var(--uppgsm-border-orange);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(255, 90, 0, 0.18),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(18, 18, 18, 0.96),
      rgba(8, 8, 8, 0.97)
    );
  box-shadow: var(--uppgsm-shadow);
}

.uppgsm-related-head p {
  margin: 0 0 8px;
  color: var(--uppgsm-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.uppgsm-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.uppgsm-related-card p {
  margin: 0 0 12px;
}

.uppgsm-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffd38a;
  font-size: 14px;
  font-weight: 900;
  transition:
    color 0.2s ease,
    transform 0.2s ease,
    text-shadow 0.2s ease;
}

.uppgsm-related-card a::after {
  content: "→";
  transition: transform 0.2s ease;
}

.uppgsm-related-card a:hover {
  color: #ffffff;
  transform: translateX(2px);
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.32);
}

.uppgsm-related-card a:hover::after {
  transform: translateX(3px);
}

/* =========================================================
   FAQ
   ========================================================= */

.uppgsm-faq {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppgsm-radius-xl);
  border: 1px solid var(--uppgsm-border);
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.25);
}

.uppgsm-faq details {
  margin-top: 12px;
  border-radius: var(--uppgsm-radius-md);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.uppgsm-faq details:hover {
  border-color: rgba(255, 179, 71, 0.38);
  background: rgba(255, 90, 0, 0.065);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.20);
}

.uppgsm-faq summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #fff2d8;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.uppgsm-faq summary::-webkit-details-marker {
  display: none;
}

.uppgsm-faq summary::after {
  content: "+";
  float: right;
  color: var(--uppgsm-gold);
  font-weight: 950;
}

.uppgsm-faq details[open] summary::after {
  content: "–";
}

.uppgsm-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--uppgsm-muted);
  font-size: 15px;
}

/* =========================================================
   Bottom CTA
   ========================================================= */

.uppgsm-bottom-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  border: 1px solid rgba(255, 179, 71, 0.34);
  background:
    linear-gradient(
      135deg,
      rgba(255, 90, 0, 0.28),
      rgba(7, 7, 7, 0.96) 58%
    ),
    radial-gradient(
      circle at 85% 15%,
      rgba(255, 179, 71, 0.20),
      transparent 32%
    );
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.uppgsm-bottom-cta p {
  margin: 0 0 8px;
  color: var(--uppgsm-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.uppgsm-bottom-cta h2 {
  margin-bottom: 10px;
}

.uppgsm-bottom-cta span {
  display: block;
  max-width: 680px;
  margin: 0;
  color: #e6e6e6;
}

.uppgsm-bottom-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #160b00;
  background:
    linear-gradient(
      135deg,
      var(--uppgsm-gold),
      var(--uppgsm-orange)
    );
  border: 1px solid rgba(255, 211, 138, 0.62);
  box-shadow: 0 14px 38px rgba(255, 90, 0, 0.24);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.uppgsm-bottom-cta a:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 46px rgba(255, 90, 0, 0.32);
}

/* =========================================================
   Accessibility / Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .uppgsm-article *,
  .uppgsm-article *::before,
  .uppgsm-article *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   Tablet / Mobile
   ========================================================= */

@media (max-width: 760px) {
  .uppgsm-article {
    width: min(100% - 22px, var(--uppgsm-max));
    padding: 24px 0 46px;
  }

  .uppgsm-breadcrumb ol {
    border-radius: 20px;
    padding: 11px 13px;
  }

  .uppgsm-breadcrumb li {
    font-size: 12px;
  }

  .uppgsm-header,
  .uppgsm-card-section,
  .uppgsm-gradient,
  .uppgsm-related,
  .uppgsm-faq,
  .uppgsm-bottom-cta {
    border-radius: 22px;
  }

  .uppgsm-header {
    padding: 22px;
  }

  .uppgsm-header h1 {
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.25;
  }

  .uppgsm-intro,
  .uppgsm-section p,
  .uppgsm-bottom-cta span {
    font-size: 15.5px;
  }

  .uppgsm-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .uppgsm-section h2,
  .uppgsm-related h2,
  .uppgsm-faq h2,
  .uppgsm-bottom-cta h2 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .uppgsm-grid-3,
  .uppgsm-related-grid,
  .uppgsm-bottom-cta {
    grid-template-columns: 1fr;
  }

  .uppgsm-bottom-cta a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .uppgsm-figure {
    border-radius: 20px;
  }

  .uppgsm-figure figcaption {
    font-size: 12px;
  }

  .uppgsm-table {
    min-width: 720px;
  }
}

@media (max-width: 420px) {
  .uppgsm-breadcrumb ol {
    gap: 6px;
    padding: 10px 12px;
  }

  .uppgsm-breadcrumb li {
    font-size: 11.5px;
  }

  .uppgsm-header,
  .uppgsm-card-section,
  .uppgsm-gradient,
  .uppgsm-related,
  .uppgsm-faq,
  .uppgsm-bottom-cta {
    padding: 20px;
  }

  .uppgsm-label {
    font-size: 11px;
  }

  .uppgsm-checklist li {
    font-size: 14.5px;
  }
}/* End custom CSS */