/* pp881 unique violet steel mobile theme */
:root {
  font-size: 62.5%;
  --pga1-bg: #212F3D;
  --pga1-bg-soft: #2b3d50;
  --pga1-panel: #313f51;
  --pga1-primary: #DDA0DD;
  --pga1-primary-strong: #c77ad8;
  --pga1-accent: #4B0082;
  --pga1-muted: #808080;
  --pga1-line: rgba(230, 230, 250, .18);
  --pga1-text: #E6E6FA;
  --pga1-white: #ffffff;
  --pga1-shadow: 0 1.4rem 3.4rem rgba(0,0,0,.32);
  --pga1-radius: 1.8rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(221,160,221,.18), transparent 36rem), linear-gradient(180deg, #212F3D 0%, #171f2a 100%);
  color: var(--pga1-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
main { padding-top: 7.4rem; }
.pga1-shell { width: min(100%, 43rem); margin: 0 auto; background: rgba(33,47,61,.9); min-height: 100vh; box-shadow: 0 0 4rem rgba(0,0,0,.28); }
.pga1-container { width: min(100% - 2.4rem, 40.6rem); margin: 0 auto; }
.pga1-wrapper { padding: 1.6rem 0; }
.pga1-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: min(100%, 43rem); z-index: 1000; background: rgba(33,47,61,.96); border-bottom: .1rem solid var(--pga1-line); backdrop-filter: blur(1.4rem); }
.pga1-topbar { min-height: 6.4rem; display: flex; align-items: center; gap: .9rem; padding: .8rem 1.2rem; }
.pga1-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; text-decoration: none; }
.pga1-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 .4rem 1.4rem rgba(221,160,221,.28); }
.pga1-brand-text { font-size: 2rem; line-height: 2rem; font-weight: 900; letter-spacing: .02em; color: var(--pga1-white); }
.pga1-header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.pga1-btn { border: 0; min-height: 4.4rem; min-width: 4.4rem; border-radius: 999rem; padding: .9rem 1.2rem; background: linear-gradient(135deg, var(--pga1-primary), #E6E6FA); color: #212F3D; font-weight: 900; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; box-shadow: 0 .6rem 1.6rem rgba(221,160,221,.26); transition: transform .2s ease, filter .2s ease; }
.pga1-btn:hover, .pga1-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); }
.pga1-btn-secondary { background: #5D5D5D; color: #E6E6FA; box-shadow: inset 0 0 0 .1rem var(--pga1-line); }
.pga1-btn-ghost { background: rgba(230,230,250,.08); color: #E6E6FA; box-shadow: inset 0 0 0 .1rem var(--pga1-line); }
.pga1-menu-btn { width: 4.4rem; padding: 0; font-size: 2.2rem; }
.pga1-menu { position: fixed; top: 6.4rem; right: calc(50% - 21.5rem + 1rem); width: min(36rem, calc(100vw - 2rem)); max-height: calc(100vh - 8rem); overflow-y: auto; z-index: 9999; display: none; padding: 1rem; background: #263545; border: .1rem solid var(--pga1-line); border-radius: 0 0 1.8rem 1.8rem; box-shadow: var(--pga1-shadow); }
.pga1-menu.pga1-menu-open { display: block; animation: pga1drop .18s ease both; }
.pga1-menu a { display: flex; align-items: center; gap: .8rem; min-height: 4.4rem; padding: .9rem 1rem; border-radius: 1.2rem; text-decoration: none; color: #E6E6FA; border-bottom: .1rem solid rgba(230,230,250,.08); }
.pga1-menu a:hover, .pga1-menu a.pga1-active { background: rgba(221,160,221,.18); color: #fff; }
.pga1-desktop-nav { display: none; }
.pga1-hero { padding: 2rem 0 1.2rem; }
.pga1-kicker { color: var(--pga1-primary); font-size: 1.2rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pga1-h1 { margin: .8rem 0 1rem; font-size: 3rem; line-height: 3.4rem; color: #fff; letter-spacing: -.03em; }
.pga1-h2 { margin: 0 0 1rem; font-size: 2.2rem; line-height: 2.7rem; color: #fff; }
.pga1-h3 { margin: 0 0 .8rem; font-size: 1.7rem; line-height: 2.2rem; color: #fff; }
.pga1-lead { color: rgba(230,230,250,.88); line-height: 2.3rem; }
.pga1-card { background: linear-gradient(180deg, rgba(230,230,250,.08), rgba(230,230,250,.035)); border: .1rem solid var(--pga1-line); border-radius: var(--pga1-radius); padding: 1.4rem; box-shadow: 0 .8rem 2rem rgba(0,0,0,.14); }
.pga1-card-strong { background: linear-gradient(135deg, rgba(75,0,130,.86), rgba(93,93,93,.5)); border-color: rgba(221,160,221,.36); }
.pga1-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.pga1-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pga1-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.pga1-slider { position: relative; overflow: hidden; border-radius: 2.2rem; border: .1rem solid rgba(221,160,221,.28); box-shadow: var(--pga1-shadow); background: #111; }
.pga1-slide { display: none; position: relative; min-height: 18rem; cursor: pointer; }
.pga1-slide.pga1-slide-active { display: block; }
.pga1-slide img { width: 100%; height: 20rem; object-fit: cover; opacity: .82; }
.pga1-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; background: rgba(33,47,61,.72); padding: 1rem; border-radius: 1.4rem; border: .1rem solid rgba(230,230,250,.18); }
.pga1-slider-controls { position: absolute; inset: auto 1rem 1rem auto; display: flex; gap: .5rem; }
.pga1-dot { width: .9rem; height: .9rem; border-radius: 50%; border: 0; background: rgba(230,230,250,.45); }
.pga1-dot.pga1-active { width: 2.2rem; border-radius: 999rem; background: var(--pga1-primary); }
.pga1-section { padding: 1.6rem 0; }
.pga1-section-alt { background: rgba(0,0,0,.12); border-top: .1rem solid var(--pga1-line); border-bottom: .1rem solid var(--pga1-line); }
.pga1-text-link { color: #fff; font-weight: 900; text-decoration-thickness: .2rem; text-decoration-color: var(--pga1-primary); }
.pga1-promo-link { color: var(--pga1-primary); font-weight: 900; cursor: pointer; text-decoration: underline; text-underline-offset: .3rem; }
.pga1-game-group { margin: 1.2rem 0 1.6rem; }
.pga1-game-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: .9rem; }
.pga1-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.pga1-game { text-align: center; text-decoration: none; color: #E6E6FA; min-height: 8.8rem; padding: .6rem .4rem; border-radius: 1.2rem; background: rgba(230,230,250,.06); border: .1rem solid rgba(230,230,250,.08); }
.pga1-game img { width: 4.6rem; height: 4.6rem; object-fit: cover; margin: 0 auto .5rem; border-radius: 1.1rem; }
.pga1-game span { display: block; font-size: 1.05rem; line-height: 1.25rem; font-weight: 700; }
.pga1-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 2.4rem; padding: .3rem .8rem; border-radius: 999rem; background: rgba(221,160,221,.18); color: #fff; font-size: 1.1rem; font-weight: 900; }
.pga1-stat-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.pga1-stat { padding: 1rem .6rem; text-align: center; border-radius: 1.4rem; background: rgba(221,160,221,.12); }
.pga1-stat strong { display: block; font-size: 2rem; line-height: 2.2rem; color: #fff; }
.pga1-step { display: flex; gap: 1rem; align-items: flex-start; }
.pga1-step-num { flex: 0 0 3rem; height: 3rem; border-radius: 1rem; background: var(--pga1-primary); color: #212F3D; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.pga1-list { margin: 0; padding-left: 1.8rem; line-height: 2.3rem; }
.pga1-quote { border-left: .4rem solid var(--pga1-primary); padding-left: 1rem; color: rgba(230,230,250,.88); }
.pga1-footer { padding: 2.2rem 0 8.8rem; border-top: .1rem solid var(--pga1-line); background: #171f2a; }
.pga1-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.pga1-footer-links a { min-height: 3.8rem; display: inline-flex; align-items: center; padding: .7rem 1rem; border-radius: 999rem; text-decoration: none; background: rgba(230,230,250,.07); color: #E6E6FA; }
.pga1-footer-cta { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.pga1-partners { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; margin: 1.2rem 0; }
.pga1-partner { padding: .6rem .9rem; border-radius: .9rem; background: rgba(230,230,250,.08); font-size: 1.1rem; font-weight: 900; color: #fff; }
.pga1-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 43rem); height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: center; background: #4B0082; border-top: .1rem solid rgba(230,230,250,.24); box-shadow: 0 -1rem 2.6rem rgba(0,0,0,.35); }
.pga1-bottom-nav button, .pga1-bottom-nav a { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: rgba(230,230,250,.78); text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; font-size: 1.1rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, color .18s ease; position: relative; }
.pga1-bottom-nav i, .pga1-bottom-nav ion-icon, .pga1-bottom-nav .material-icons, .pga1-bottom-nav svg { font-size: 2.4rem; width: 2.4rem; height: 2.4rem; }
.pga1-bottom-nav button:active, .pga1-bottom-nav a:active { transform: scale(.92); }
.pga1-bottom-nav .pga1-active { color: #fff; }
.pga1-bottom-nav .pga1-active::before { content: ''; position: absolute; top: .4rem; width: 3rem; height: .3rem; border-radius: 999rem; background: var(--pga1-primary); }
.pga1-bubble { position: absolute; top: .5rem; right: 1rem; min-width: 1.5rem; height: 1.5rem; border-radius: 999rem; background: #DDA0DD; color: #212F3D; font-size: .9rem; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.pga1-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; }
.pga1-table th, .pga1-table td { padding: .9rem .7rem; border-bottom: .1rem solid rgba(230,230,250,.12); text-align: left; font-size: 1.25rem; }
.pga1-table th { color: #fff; background: rgba(221,160,221,.12); }
@keyframes pga1drop { from { opacity: 0; transform: translateY(-.8rem); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 769px) {
  .pga1-shell, .pga1-header, .pga1-bottom-nav { width: min(100%, 43rem); }
  .pga1-bottom-nav { display: none; }
  .pga1-desktop-nav { display: flex; gap: .6rem; margin-left: auto; }
  .pga1-desktop-nav a { color: #E6E6FA; text-decoration: none; padding: .8rem; border-radius: .9rem; }
  .pga1-desktop-nav a:hover { background: rgba(221,160,221,.14); }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .pga1-header-actions .pga1-btn { padding: .8rem .9rem; font-size: 1.2rem; }
}
@media (max-width: 360px) {
  .pga1-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pga1-h1 { font-size: 2.6rem; line-height: 3rem; }
  .pga1-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
