*,*:before,*:after {
box-sizing:border-box;
margin:0;
padding:0}
html,body {
width:100%;
min-height:100%;
min-height:100dvh;
overflow-x:hidden;
overflow-y:auto;
-webkit-text-size-adjust:100%}
#app {
width:100%;
min-height:100%;
min-height:100dvh;
padding-bottom:0}
.h5mb-page {
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
background:linear-gradient(to bottom,#e8e8e8,#f5f5f5);
min-height:100vh;
display:flex;
flex-direction:column;
align-items:center;
width:100%;
overflow-x:hidden}
.h5mb-header-nav {
width:100%;
height:60px;
background:#2c2c2c;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 15px;
position:sticky;
top:0;
z-index:100;
box-shadow:0 2px 8px #0000001a}
.h5mb-header-logo {
height:40px;
width:auto}
.h5mb-lang-selector {
padding:6px 12px;
border-radius:20px;
background:#f7f7f7;
display:flex;
align-items:center;
gap:6px;
cursor:pointer;
box-shadow:0 1px 2px #0000000d;
border:1px solid #e5e5e5;
font-size:14px;
color:#333;
transition:background .3s}
.h5mb-lang-selector:hover {
background:#fff}
.h5mb-flag {
width:18px;
height:18px;
border-radius:50%;
vertical-align:middle}
.h5mb-lang-modal {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#0006;
display:flex;
justify-content:center;
align-items:flex-end;
z-index:1000;
visibility:hidden;
opacity:0;
transition:opacity .25s ease,visibility .25s ease}
.h5mb-lang-modal.active {
visibility:visible;
opacity:1}
.h5mb-lang-content {
background:#fff;
border-radius:24px 24px 0 0;
width:100%;
position:relative;
transform:translateY(100%);
transition:transform .25s cubic-bezier(.4,0,.2,1);
max-height:85vh;
overflow-y:auto;
padding:32px 20px 40px;
box-shadow:0 -4px 16px #00000014}
.h5mb-lang-modal.active .h5mb-lang-content {
transform:translateY(0)}
.h5mb-lang-content:before {
content:"";
position:absolute;
top:12px;
left:50%;
transform:translate(-50%);
width:36px;
height:4px;
background:#e8e8e8;
border-radius:4px}
.h5mb-lang-header {
text-align:center;
font-size:18px;
font-weight:600;
color:#1a1a1a;
margin:0 0 24px}
.h5mb-lang-options {
display:flex;
flex-direction:column}
.h5mb-lang-option {
display:flex;
align-items:center;
padding:16px;
cursor:pointer;
transition:all .2s ease;
position:relative;
-webkit-user-select:none;
user-select:none}
.h5mb-lang-option:after {
content:"";
position:absolute;
left:16px;
right:16px;
bottom:0;
height:1px;
background:#f0f0f0}
.h5mb-lang-option:last-child:after {
display:none}
.h5mb-lang-option:active {
background-color:#f8f8f8}
.h5mb-flag-icon {
width:22px;
height:22px;
margin-right:12px;
border-radius:50%;
box-shadow:0 1px 2px #0000001a}
.h5mb-close-btn {
position:absolute;
right:16px;
top:16px;
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
background:none;
border:none;
font-size:24px;
cursor:pointer;
color:#999}
.h5mb-checkmark {
margin-left:auto;
color:#2196f3;
opacity:0;
transform:scale(.8);
transition:all .2s ease}
.h5mb-lang-option.selected .h5mb-checkmark {
opacity:1;
transform:scale(1)}
.h5mb-main-logo-wrap {
width:100%;
text-align:center;
padding:20px 0 15px}
.h5mb-main-logo {
width:280px;
max-width:80%;
height:auto}
.h5mb-game-icons-wrap {
width:100%;
padding:10px 0;
overflow:hidden}
.h5mb-game-icons-scroll {
display:flex;
gap:15px;
padding:0 15px;
overflow-x:auto;
overflow-y:hidden;
scroll-behavior:smooth;
-webkit-overflow-scrolling:touch;
scrollbar-width:none}
.h5mb-game-icons-scroll::-webkit-scrollbar {
display:none}
.h5mb-game-icon {
flex:0 0 auto;
width:100px;
text-align:center;
cursor:pointer;
transition:transform .3s}
.h5mb-game-icon:active {
transform:scale(.95)}
.h5mb-game-icon img {
width:100px;
height:100px;
border-radius:12px;
box-shadow:0 2px 8px #0000001a;
background:#fff;
border:2px solid rgba(255,255,255,.8);
transition:all .3s}
.h5mb-game-icon:hover img {
box-shadow:0 4px 12px #00000026;
transform:translateY(-2px)}
.h5mb-carousel-wrap {
position:relative;
width:100%;
margin:15px auto;
overflow:hidden;
aspect-ratio:16/9;
padding:0 10px}
.h5mb-carousel {
position:relative;
width:100%;
height:100%}
.h5mb-carousel-item {
position:absolute;
width:100%;
height:100%;
opacity:0;
transform:translate(100%);
transition:all .6s ease}
.h5mb-carousel-item.active {
opacity:1;
transform:translate(0);
z-index:2}
.h5mb-carousel-item.prev {
opacity:0;
transform:translate(-100%);
z-index:1}
.h5mb-carousel-item.next {
opacity:0;
transform:translate(100%);
z-index:1}
.h5mb-carousel-item.prev-out {
opacity:0;
transform:translate(-100%);
z-index:0}
.h5mb-carousel-item.next-out {
opacity:0;
transform:translate(100%);
z-index:0}
.h5mb-phone-display {
position:relative;
height:100%;
width:100%;
display:flex;
align-items:center;
justify-content:center;
border-radius:12px;
overflow:hidden}
.h5mb-model {
width:80%;
height:80%;
object-fit:contain;
border-radius:12px}
.h5mb-nav-btn {
position:absolute;
top:50%;
transform:translateY(-50%);
background:transparent;
border:none;
width:40px;
height:40px;
cursor:pointer;
z-index:10;
display:flex;
align-items:center;
justify-content:center;
transition:all .3s ease;
padding:0}
.h5mb-nav-btn img {
width:20px;
height:auto;
opacity:.7;
transition:opacity .3s}
.h5mb-nav-btn:hover img {
opacity:1}
.h5mb-nav-btn:active {
transform:translateY(-50%) scale(.9)}
.h5mb-prev {
left:5px}
.h5mb-next {
right:5px}
.h5mb-dots {
display:flex;
gap:8px;
justify-content:center;
margin:15px 0}
.h5mb-dot {
width:32px;
height:8px;
border-radius:4px;
background:#d0d0d0;
cursor:pointer;
transition:all .3s ease}
.h5mb-dot.active {
background:#2c2c2c}
.h5mb-promo-card {
width:100%;
padding:15px;
margin:10px 0}
.h5mb-promo-img {
width:100%;
height:auto;
border-radius:12px;
box-shadow:0 2px 12px #00000014}
.h5mb-buttons {
display:flex;
flex-direction:row;
gap:15px;
justify-content:center;
margin:20px 15px}
.h5mb-btn {
flex:1;
max-width:180px;
padding:14px 24px;
border-radius:25px;
border:none;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:all .3s ease;
box-shadow:0 4px 12px #00000026;
white-space:nowrap;
background:linear-gradient(135deg,#2c2c2c,#1a1a1a);
color:#fff}
.h5mb-btn:hover {
transform:translateY(-2px);
box-shadow:0 6px 16px #0003}
.h5mb-btn:active {
transform:translateY(0);
box-shadow:0 2px 8px #00000026}
.h5mb-dl-tip {
text-align:center;
margin:15px 20px 10px;
color:#666;
font-size:13px;
line-height:1.5}
.h5mb-qr-link {
color:#4169e1;
text-decoration:none;
margin:10px 0 30px;
display:block;
text-align:center;
font-size:14px}
.h5mb-qr-link:hover {
color:#1e40af}
.h5mb-popup {
position:fixed;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:1000;
background:#fff;
padding:30px 20px 20px;
border-radius:16px;
box-shadow:0 8px 24px #0003;
text-align:center;
min-width:280px}
.h5mb-qrcode {
margin:15px auto;
display:flex;
justify-content:center;
align-items:center}
.h5mb-qrcode img,.h5mb-qrcode canvas {
display:block;
margin:0 auto}
.h5mb-overlay {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#00000080;
z-index:999}
.h5mb-close-icon {
position:absolute;
top:10px;
right:10px;
width:28px;
height:28px;
cursor:pointer;
border-radius:50%;
background:#f5f5f5;
transition:all .3s ease}
.h5mb-close-icon:before,.h5mb-close-icon:after {
content:"";
position:absolute;
top:50%;
left:50%;
width:14px;
height:2px;
background-color:#666}
.h5mb-close-icon:before {
transform:translate(-50%,-50%) rotate(45deg)}
.h5mb-close-icon:after {
transform:translate(-50%,-50%) rotate(-45deg)}
.h5mb-close-icon:hover {
background:#eee;
transform:rotate(90deg)}
.h5mb-alliance-code {
margin:20px 0;
text-align:center;
color:#5c5c5c;
font-size:14px}
.h5mb-copy-btn,.h5mb-save-btn {
color:#fff;
border:none;
padding:8px 16px;
border-radius:6px;
cursor:pointer;
font-size:14px;
transition:all .3s}
.h5mb-copy-btn {
background:#1e9b12}
.h5mb-copy-btn:hover {
background:#17800f}
.h5mb-save-btn {
background:#6992ff}
.h5mb-save-btn:hover {
background:#5578e0}
.h5mb-flash {
position:fixed;
top:20px;
left:50%;
transform:translate(-50%);
color:#fff;
padding:12px 24px;
border-radius:8px;
box-shadow:0 4px 12px #00000026;
font-size:14px;
z-index:9999;
opacity:0;
transition:opacity .3s ease;
pointer-events:none}
.h5mb-flash.show {
opacity:1}
@media (max-width: 768px) {
.h5mb-carousel-wrap {
aspect-ratio:16/10}
.h5mb-main-logo {
width:240px}
.h5mb-game-icon {
width:90px}
.h5mb-game-icon img {
width:90px;
height:90px}
}
@media (max-width: 480px) {
.h5mb-carousel-wrap {
aspect-ratio:4/3}
.h5mb-main-logo {
width:200px}
.h5mb-game-icon {
width:80px}
.h5mb-game-icon img {
width:80px;
height:80px}
.h5mb-btn {
font-size:14px;
padding:12px 20px}
}
.h5mb-lang-content::-webkit-scrollbar {
width:6px}
.h5mb-lang-content::-webkit-scrollbar-track {
background:transparent}
.h5mb-lang-content::-webkit-scrollbar-thumb {
background-color:#0000001a;
border-radius:3px}
body {
background-color:#fff;
font-family:Arial,sans-serif}
.h5pc-page {
width:100%}
.h5pc-header {
background-color:#1a1a1a;
color:#fff;
padding:10px 0;
width:100%;
display:flex;
align-items:center;
justify-content:center}
.h5pc-header-inner {
display:flex;
justify-content:space-between;
align-items:center;
width:1200px;
max-width:100%;
padding:0 10px}
.h5pc-logo {
height:30px;
margin-left:10px}
.h5pc-lang-selector {
display:inline-flex;
align-items:center;
gap:5px;
color:#fff;
margin-right:10px;
cursor:pointer;
-webkit-user-select:none;
user-select:none}
.h5pc-lang-flag {
width:18px;
vertical-align:middle}
.h5pc-modal-overlay {
display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#00000080;
z-index:999;
justify-content:center;
align-items:center}
.h5pc-modal-overlay.show {
display:flex;
animation:h5FadeIn-91d47d25 .3s}
.h5pc-language-modal {
background-color:#fff;
border-radius:10px;
padding:20px;
width:300px;
max-width:90%;
box-shadow:0 4px 20px #0003}
.h5pc-modal-header {
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
padding-bottom:10px;
border-bottom:1px solid #eee}
.h5pc-modal-title {
font-size:18px;
font-weight:700;
color:#333}
.h5pc-modal-close {
font-size:24px;
cursor:pointer;
color:#666;
background:none;
border:none;
padding:0;
line-height:1}
.h5pc-language-options {
display:flex;
flex-direction:column}
.h5pc-language-option {
padding:12px 15px;
font-size:16px;
color:#333;
cursor:pointer;
display:flex;
align-items:center;
border-radius:8px;
transition:background-color .2s;
margin-bottom:5px}
.h5pc-language-option:hover {
background-color:#f5f5f5}
.h5pc-language-option img {
width:24px;
margin-right:15px}
.h5pc-language-option.active {
background-color:#f0f0f0;
font-weight:700}
@keyframes h5FadeIn-91d47d25 {
0% {
opacity:0}
to {
opacity:1}
}
.h5pc-main {
max-width:1200px;
margin:0 auto;
padding:40px 20px;
text-align:center}
.h5pc-app-logo {
width:100px;
margin-bottom:20px}
.h5pc-main-title {
font-size:28px;
margin-bottom:20px;
color:#333}
.h5pc-description {
font-size:16px;
color:#666;
max-width:800px;
margin:0 auto 20px;
line-height:1.6}
.h5pc-features {
display:flex;
justify-content:center;
gap:20px;
margin-bottom:30px}
.h5pc-feature {
display:flex;
flex-direction:column;
align-items:center;
padding:15px;
width:120px}
.h5pc-feature img {
width:30px;
height:30px;
margin-bottom:10px}
.h5pc-feature-title {
font-size:14px;
font-weight:700;
margin-bottom:5px;
color:#333}
.h5pc-feature-desc {
font-size:12px;
color:#999}
.h5pc-showcase {
display:flex;
justify-content:center;
align-items:center;
margin-bottom:40px}
.h5pc-phone-mockup {
width:60%;
max-width:500px}
.h5pc-download-section {
display:flex;
flex-direction:column;
align-items:center;
margin-top:20px}
.h5pc-download-title {
font-size:18px;
margin-bottom:20px;
color:#333}
.h5pc-qrcode-section {
padding:12px;
margin-bottom:20px;
background:#fff;
border-radius:12px;
box-shadow:0 16px 48px 6px #e7e7e799}
.h5pc-qrcode {
text-align:center;
width:200px;
margin:0 auto 10px}
.h5pc-download-info {
font-size:12px;
color:#666;
margin:10px}
.h5pc-download-info span {
font-size:14px;
font-weight:400;
color:#6e6e72;
text-align:center}
.h5pc-app-buttons {
display:flex;
gap:10px}
.h5pc-app-btn {
background-color:#333;
color:#fff;
border:none;
border-radius:20px;
padding:8px 15px;
font-size:14px;
display:flex;
align-items:center;
cursor:pointer}
.h5pc-app-btn:hover {
background-color:#555}
.h5pc-app-btn img {
width:18px;
margin-right:5px}
.h5pc-notification {
position:fixed;
bottom:20px;
left:50%;
transform:translate(-50%);
background:#333;
color:#fff;
padding:10px 20px;
border-radius:5px;
z-index:9999;
white-space:nowrap}
.notif-enter-active {
transition:opacity .3s}
.notif-leave-active {
transition:opacity .5s}
.notif-enter-from,.notif-leave-to {
opacity:0}
@media (max-width: 768px) {
.h5pc-features {
flex-wrap:wrap}
.h5pc-showcase {
flex-direction:column}
.h5pc-phone-mockup {
width:80%;
max-width:300px;
margin-bottom:30px}
}
.tut-body {
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
background-color:#f5f5f7;
max-width:500px;
margin:0 auto;
box-sizing:border-box}
.tut-header {
display:flex;
align-items:center;
padding:15px 20px;
position:relative}
.tut-back {
font-size:24px;
font-weight:700;
color:#333;
text-decoration:none}
.tut-title {
flex:1;
text-align:center;
font-size:20px;
font-weight:700}
.tut-card {
background-color:#fff;
border-radius:15px;
margin:10px 20px;
padding:15px;
display:flex;
align-items:center}
.tut-icon {
width:60px;
height:60px;
border-radius:12px;
margin-right:15px}
.tut-info {
flex:1}
.tut-app-name {
font-size:16px;
font-weight:700;
margin-bottom:5px}
.tut-app-desc {
font-size:14px;
color:#666}
.tut-dl-btn {
background-color:#f2f2f2;
color:#333;
border:none;
border-radius:20px;
padding:5px 10px;
font-size:14px;
cursor:pointer}
.tut-note {
text-align:center;
margin:20px 0;
font-size:15px;
color:#333}
.tut-settings {
display:flex;
justify-content:space-between;
margin:0 20px;
gap:15px}
.tut-settings img {
width:100%;
height:auto;
vertical-align:top;
border:0}

.view { display: none; }
.view.active.h5pc-page { display: block; }
.view.active.h5mb-page { display: flex; }
.view.active.tut-body { display: block; min-height: 100vh; }
.view.active.line-page { display: flex; }

.line-page {
  min-height: 100vh;
  width: 100%;
  background: #f5f8fa;
  align-items: flex-start;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.line-shell {
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 24px #00000014;
  padding: 48px 16px 64px;
}
.line-brand {
  text-align: center;
  padding: 10px 12px 28px;
}
.line-logo {
  width: 168px;
  max-width: 70%;
  height: auto;
  margin-bottom: 14px;
}
.line-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.line-sub {
  font-size: 14px;
  color: #8e8e92;
  margin: 0;
}
.line-warp {
  padding: 8px 6px;
  background: #fff;
  border-radius: 10px;
}
.line-item {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-bottom: 1px solid #f0f0f2;
}
.line-item:last-child {
  border-bottom: none;
}
.line-item .lines-space {
  line-height: 16px;
  text-align: center;
  min-width: 56px;
}
.line-item .lines {
  position: relative;
  width: 40px;
  height: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.line-item .line-icon {
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  margin: 0 2px;
  background-color: #04be02;
}
.line-item .line-icon.line-1 { height: 8px; }
.line-item .line-icon.line-2 { height: 12px; }
.line-item .line-ms {
  color: #04be02;
  font-size: 12px;
  margin-top: 2px;
}
.line-item .line-name {
  flex: 1;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: #202124;
}
.line-item .go-play {
  height: 40px;
  padding: 0 16px;
  background: #007aff;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.line-item .go-play:hover { background: #0066d6; }
.line-item .go-play:disabled {
  opacity: .7;
  cursor: wait;
}
@media (min-width: 768px) {
  .line-page { align-items: center; padding: 40px 16px 72px; }
  .line-shell {
    min-height: auto;
    border-radius: 16px;
    padding: 56px 28px 36px;
  }
  .line-title { font-size: 42px; }
}
.anti-fraud-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(12, 9, 18, .96);
  color: #cbb79a;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
  font-weight: 500;
  letter-spacing: .3px;
  border-top: 1px solid rgba(243, 197, 106, .18);
}
#view-mb.active ~ .anti-fraud-bar { display: none; }
.h5pc-page,
.tut-body {
  padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
}
.h5mb-page {
  padding-bottom: 0;
}
.h5mb-overlay,
.h5mb-popup { display: none; }
.h5pc-qrcode img,
.h5pc-qrcode canvas { display: block; margin: 0 auto; }

/* ===== Campaign landing ===== */
.lp-skin {
  background: radial-gradient(120% 80% at 50% -10%, #3a1840 0%, #12091c 42%, #090711 100%) !important;
  color: #f6efe4;
  padding-bottom: 0;
  min-height: 100dvh;
}
.lp-end-spacer {
  width: 100%;
  flex-shrink: 0;
  height: calc(128px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}
.lp-skin .h5mb-dots { margin: 8px 0 4px; }
.lp-skin .h5mb-dot { width: 18px; height: 5px; }
.lp-foot-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 6px 16px 4px;
  font-size: 13px;
}
.lp-foot-links button,
.lp-foot-links a {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  color: #f3c56a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.lp-foot-dot { color: #6d5d78; }
.lp-skin .h5mb-dl-tip {
  margin: 4px 20px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #8e7e9a;
}
.lp-games { max-width: 100%; padding-left: 0; padding-right: 0; }
.lp-games .lp-sec-head { padding: 0 16px; }
.lp-skin .h5mb-game-icon span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #f3e6c8;
  font-weight: 700;
  white-space: nowrap;
}
.lp-skin .h5mb-game-icon img {
  background: #1a1224;
  border-color: rgba(243, 197, 106, .28);
}
.lp-skin .h5mb-header-nav {
  background: rgba(10, 7, 16, .88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(243, 197, 106, .18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}
.lp-skin .h5mb-lang-selector {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(243, 197, 106, .28);
  color: #f3e6c8;
}
.lp-skin .h5mb-dl-tip { color: #b7a9c9; }
.lp-skin .h5mb-qr-link { color: #f3c56a; }
.lp-skin .h5mb-qr-link:hover { color: #ffe9a8; }
.lp-skin .h5mb-btn {
  background: linear-gradient(135deg, #3a2a12, #1a1208);
  border: 1px solid rgba(243, 197, 106, .4);
  color: #ffe9a8;
}
.lp-skin .h5mb-dot { background: rgba(255, 255, 255, .2); }
.lp-skin .h5mb-dot.active { background: #f3c56a; }
.lp-skin .h5mb-buttons { margin-bottom: 8px; }

.lp-hero {
  position: relative;
  width: 100%;
}
.lp-hero-copy {
  position: relative;
  z-index: 2;
  padding: 22px 20px 18px;
  text-align: center;
}
.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
  letter-spacing: .8px;
  color: #f3e6c8;
  margin-bottom: 12px;
}
.lp-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 0 0 rgba(255, 77, 77, .7);
  animation: lpPulse 1.6s infinite;
}
@keyframes lpPulse {
  70% { box-shadow: 0 0 0 8px rgba(255, 77, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}
.lp-badge {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b1c1c, #d4a017);
  color: #fff8e7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
}
.lp-hero-title {
  margin: 4px 0 8px;
  font-size: clamp(28px, 8vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: #fff8e7;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .45);
}
.lp-hero-title em {
  display: block;
  margin: 4px 0;
  font-style: normal;
  font-size: 1.22em;
  background: linear-gradient(180deg, #ffe9a8 0%, #f3c56a 45%, #e08a1e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 rgba(90, 40, 0, .35));
}
.lp-hero-sub {
  font-size: 15px;
  color: #ffd27a;
  margin: 0 0 18px;
  font-weight: 600;
}
.lp-code {
  margin: 12px auto 14px;
  max-width: 320px;
  padding: 12px 14px 14px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 236, 170, .16), rgba(90, 40, 8, .35)),
    #2a1608;
  border: 1px solid rgba(243, 197, 106, .7);
  box-shadow: 0 0 0 3px rgba(243, 197, 106, .18), 0 12px 28px rgba(224, 154, 42, .28);
  text-align: center;
}
.lp-code-hero { margin-top: 4px; }
.lp-code-lab {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #f3c56a;
  margin-bottom: 4px;
}
.lp-code-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lp-code-num {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 4px;
  color: #fff6c8;
  text-shadow: 0 0 18px rgba(243, 197, 106, .55);
  font-variant-numeric: tabular-nums;
}
.lp-code-copy {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #3a2108;
  background: linear-gradient(180deg, #ffe7a3, #e09a2a);
}
.lp-code-copy.ghost {
  background: rgba(255, 255, 255, .1);
  color: #ffe9a8;
  border: 1px solid rgba(243, 197, 106, .45);
  padding: 8px 12px;
}
.lp-code-pc {
  margin: 0 auto 16px;
  max-width: 280px;
}
.lp-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.lp-cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-width: 240px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .4px;
  color: #3a2108;
  background: linear-gradient(180deg, #ffe7a3 0%, #f3c56a 42%, #e09a2a 100%);
  box-shadow: 0 8px 24px rgba(224, 154, 42, .38), inset 0 1px 0 rgba(255, 255, 255, .7);
}
.lp-cta:active { transform: translateY(1px); }
.lp-cta.compact {
  min-width: 0;
  padding: 11px 18px;
  font-size: 14px;
  flex-shrink: 0;
}
.lp-ghost {
  appearance: none;
  background: none;
  border: 0;
  color: #e8d7b0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 4px;
}

.lp-section {
  width: 100%;
  max-width: 520px;
  padding: 8px 16px 6px;
}
.lp-sec-head {
  text-align: center;
  margin: 8px 0 14px;
}
.lp-eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f3c56a;
  margin-bottom: 4px;
}
.lp-sec-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff8e7;
}
.lp-sec-head p {
  margin-top: 4px;
  font-size: 13px;
  color: #b7a9c9;
}

.lp-offer-swipe {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lp-offer-track { width: 100%; }
.lp-offer {
  box-sizing: border-box;
  width: 100%;
  border-radius: 18px;
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
}
#offerSwipe .lp-offer { display: none; }
#offerSwipe .lp-offer.on { display: block; }
.lp-offer-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.lp-offer-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  cursor: pointer;
}
.lp-offer-dots button.on {
  width: 18px;
  border-radius: 999px;
  background: #f3c56a;
}
.lp-offer-gold {
  background: linear-gradient(165deg, #5a2218 0%, #2a120e 55%, #1a0c0a 100%);
  box-shadow: 0 12px 28px rgba(90, 20, 10, .35);
}
.lp-offer-violet {
  background: linear-gradient(165deg, #2a1a58 0%, #16102e 60%, #100c1e 100%);
  box-shadow: 0 12px 28px rgba(40, 20, 90, .35);
}
.lp-offer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lp-offer-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(243, 197, 106, .18);
  color: #f3c56a;
}
.lp-offer-tag.alt {
  background: rgba(168, 120, 255, .2);
  color: #d2b8ff;
}
.lp-offer-ico { font-size: 20px; }
.lp-offer h4 {
  font-size: 18px;
  font-weight: 800;
  color: #fff8e7;
  margin-bottom: 6px;
}
.lp-offer-cond {
  font-size: 13px;
  color: #d7c7b0;
  line-height: 1.5;
  margin-bottom: 12px;
}
.lp-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.lp-nums.single { grid-template-columns: 1fr; }
.lp-num {
  background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(243, 197, 106, .18);
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
}
.lp-num b {
  display: block;
  font-size: 26px;
  color: #ffe9a8;
  letter-spacing: .5px;
}
.lp-num span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #cbb79a;
}

.lp-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  padding: 4px;
  background: rgba(255, 255, 255, .05);
  border-radius: 14px;
  margin-bottom: 12px;
}
.lp-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #cbb79a;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 4px;
  border-radius: 10px;
  cursor: pointer;
}
.lp-tab.on {
  background: linear-gradient(180deg, #ffe7a3, #e09a2a);
  color: #3a2108;
  box-shadow: 0 4px 12px rgba(224, 154, 42, .3);
}
.lp-panel { display: none; }
.lp-panel.on { display: block; }
.lp-panel-hero {
  position: relative;
  height: 148px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}
.lp-panel-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
.lp-panel-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(9, 7, 17, .92));
}
.lp-panel-meta h4 {
  font-size: 18px;
  font-weight: 800;
  color: #fff8e7;
}
.lp-panel-meta p {
  font-size: 12px;
  color: #f3c56a;
  margin-top: 2px;
}
.lp-rooms {
  display: grid;
  gap: 10px;
}
.lp-room {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 12px;
}
.lp-room header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  font-size: 12px;
  color: #b7a9c9;
}
.lp-room-lv {
  font-weight: 800;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 6px;
  color: #fff;
}
.lp-room-lv.lv1 { background: #7a4a16; }
.lp-room-lv.lv2 { background: #5a2a88; }
.lp-room-lv.lv3 { background: #8a1c2c; }
.lp-room ul { list-style: none; }
.lp-room li,
.lp-rank-card li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  font-size: 14px;
}
.lp-room li:first-child,
.lp-rank-card li:first-child { border-top: 0; }
.lp-room li i,
.lp-rank-card li i {
  font-style: normal;
  min-width: 42px;
  color: #f3c56a;
  font-weight: 800;
  font-size: 12px;
}
.lp-room li b {
  font-size: 18px;
  color: #fff8e7;
  font-variant-numeric: tabular-nums;
}
.lp-room li em {
  font-style: normal;
  color: #b7a9c9;
  font-size: 12px;
}
.lp-rank-card {
  margin-top: 10px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(40, 70, 140, .35), rgba(12, 16, 32, .6));
  border: 1px solid rgba(120, 170, 255, .2);
}
.lp-rank-card h5 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #dce7ff;
}
.lp-rank-card li span { color: #e8eefc; font-size: 13px; line-height: 1.4; }
.lp-rank-note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
  color: #9fb0d8;
}

.lp-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lp-thumb {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1224;
  aspect-ratio: 3 / 4;
}
.lp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  display: block;
  transition: transform .35s ease;
}
.lp-thumb:hover img { transform: scale(1.05); }
.lp-thumb span { display: none; }

.lp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px 12px 8px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  background: #0c0912;
  border-top: 1px solid rgba(243, 197, 106, .16);
  box-sizing: border-box;
}
@media (max-height: 700px) {
  .lp-notice { font-size: 10px; }
  .lp-sticky { gap: 4px; padding-top: 6px; }
  .lp-sticky-copy strong { font-size: 18px; }
  .lp-cta.compact { padding: 9px 14px; font-size: 13px; }
}
.view.active.lp-skin .lp-sticky { display: flex; }
.lp-notice {
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.35;
  color: #a8946a;
  letter-spacing: .2px;
}
.lp-sticky-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.lp-sticky-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.lp-sticky-lab {
  font-size: 11px;
  letter-spacing: 2px;
  color: #f3c56a;
  font-weight: 800;
}
.lp-sticky-copy strong {
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffe9a8;
}

.lp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, .88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 24px;
}
.lp-lightbox[hidden] { display: none; }
.lp-lightbox img {
  max-width: 100%;
  max-height: 92vh;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .5);
}
.lp-lb-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lp-pc {
  margin: 28px auto 36px;
  max-width: 980px;
  text-align: left;
}
.lp-pc-hero {
  display: block;
  padding: 28px 24px;
  border-radius: 20px;
  background: linear-gradient(120deg, #2a1010, #1a0c18 40%, #12091c);
  color: #fff8e7;
  overflow: hidden;
  text-align: center;
}
.lp-pc-hero-copy h2 {
  font-size: 32px;
  margin: 8px 0;
}
.lp-pc-hero-copy h2 em {
  font-style: normal;
  color: #f3c56a;
}
.lp-pc-hero-copy p {
  color: #ffd27a;
  margin-bottom: 14px;
}
.lp-pc-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.lp-pc-pills span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(243, 197, 106, .15);
  color: #ffe9a8;
  font-weight: 800;
}
.lp-pc-posters {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.lp-pc-posters .lp-thumb { aspect-ratio: 3 / 4; }

@media (min-width: 640px) {
  .lp-offer { flex-basis: 100%; }
}

