.wp-topbar,
.wp-topbar *,
.wp-topbar *::before,
.wp-topbar *::after{
  box-sizing:border-box;
}

.wp-topbar{
  width:100%;
  position:relative;
  z-index:9999;
  background:linear-gradient(180deg,#080808,#13110d);
  border-bottom:1px solid rgba(232,190,108,.28);
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}

.wp-topbar__inner{
  width:100%;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px clamp(14px,4vw,34px);
}

.wp-topbar__brand{
  display:flex;
  flex-direction:column;
  line-height:1.2;
  text-decoration:none;
}

.wp-topbar__brand span{
  display:block;
  color:#f5d89d;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:900;
  letter-spacing:3px;
}

.wp-topbar__brand small{
  display:block;
  margin-top:6px;
  color:#d8b76a;
  font-size:12px;
  font-weight:800;
  letter-spacing:3px;
}

.wp-topbar__btn{
  width:74px;
  height:54px;
  min-width:74px;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#8b8574,#746c5f);
  color:#f1cc82;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:
    inset 0 7px 12px rgba(0,0,0,.34),
    inset 0 -3px 6px rgba(255,255,255,.12),
    0 10px 18px rgba(0,0,0,.35);
}

.wp-topbar__panel{
  display:none;
  position:absolute;
  top:calc(100% + 8px);
  left:clamp(12px,4vw,34px);
  right:clamp(12px,4vw,34px);
  z-index:10000;
  padding:14px 22px 20px;
  border:1px solid rgba(232,190,108,.28);
  border-radius:22px;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.98),
    rgba(245,242,236,.98)
  );
  box-shadow:0 18px 44px rgba(0,0,0,.5);
}

.wp-topbar__panel.is-open{
  display:block;
}

.wp-topbar__panel a{
  display:block;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
  color:#b08847;
  font-size:17px;
  font-weight:800;
  line-height:1.5;
  text-decoration:none;
}

.wp-topbar__panel a:last-child{
  border-bottom:0;
}

@media (min-width:768px){
  .wp-topbar__inner{
    min-height:86px;
  }

  .wp-topbar__panel{
    left:auto;
    right:34px;
    width:min(420px,86vw);
  }
}

@media (max-width:767px){
  .wp-topbar__inner{
    justify-content:center;
  }

  .wp-topbar__btn{
    position:absolute;
    top:50%;
    left:16px;
    transform:translateY(-50%);
  }

  .wp-topbar__brand{
    text-align:center;
  }

  .wp-topbar__brand span{
    font-size:23px;
  }

  .wp-topbar__brand small{
    font-size:12px;
  }
}

:root{
  --wp-bg:#050505;
  --wp-bg-2:#0b0805;
  --wp-gold:#f5d89d;
  --wp-gold-2:#d7ad5f;
  --wp-text:#f3e2bf;
  --wp-muted:#d8c29a;
  --wp-line:rgba(218,181,104,.34);
}

.wp-live-selection-widget,
.wp-live-selection-widget *{
  box-sizing:border-box;
}

.wp-live-selection-widget{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0 0 56px;
  overflow:hidden;
  position:relative;
  color:var(--wp-text);
  background:
    radial-gradient(circle at 10% 0%,rgba(218,181,104,.18),transparent 33%),
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.07),transparent 28%),
    linear-gradient(180deg,#070504 0%,#050505 50%,#020202 100%);
  font-family:
    "Noto Sans TC",
    "Microsoft JhengHei",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.wp-live-selection-widget::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 72%);
  opacity:.45;
}

.wp-live-selection-widget > *{
  position:relative;
  z-index:1;
}

.wp-heading-block,
.wp-text-block,
.wp-image-block,
.wp-premium-cta{
  width:min(100% - 40px,1120px);
  margin-left:auto;
  margin-right:auto;
}

.wp-heading-block{
  margin-top:36px;
}

.wp-heading-block:first-child{
  margin-top:0;
}

.wp-main-title{
  width:100%;
  margin:0 auto 22px;
  padding:82px 40px 40px;
  border:1px solid rgba(218,181,104,.46);
  border-top:0;
  border-radius:0 0 42px 42px;
  background:
    linear-gradient(135deg,rgba(37,25,12,.96),rgba(5,5,5,.96)),
    radial-gradient(circle at top,rgba(218,181,104,.18),transparent 55%);
  box-shadow:
    0 24px 76px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,240,190,.18);
  color:#ffe5a8;
  font-size:clamp(34px,5vw,62px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:.04em;
  text-align:center;
  text-shadow:0 3px 18px rgba(218,181,104,.34);
}

.wp-main-title::after{
  content:"KTV PRO LIVE SELECTION";
  display:block;
  margin:18px auto 0;
  color:#c49b52;
  font-size:13px;
  letter-spacing:.26em;
  font-weight:950;
}

.wp-section-title{
  width:100%;
  margin:0 auto;
  padding:22px 26px;
  border:1px solid rgba(218,181,104,.42);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(34,23,12,.95),rgba(10,10,10,.95));
  color:#f8d894;
  font-size:clamp(24px,3vw,38px);
  line-height:1.35;
  font-weight:950;
  letter-spacing:.03em;
  box-shadow:0 16px 48px rgba(0,0,0,.34);
}

.wp-text-block{
  margin-top:14px;
  margin-bottom:20px;
  padding:28px 30px;
  border:1px solid rgba(218,181,104,.25);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(20,16,12,.90),rgba(8,8,8,.92));
  box-shadow:0 16px 46px rgba(0,0,0,.28);
}

.wp-text-block p,
.wp-text-block div{
  margin:0 0 12px;
  color:#f0dfbf;
  font-size:18px;
  line-height:2.08;
  font-weight:650;
  letter-spacing:.015em;
}

.wp-text-block p:last-child,
.wp-text-block div:last-child{
  margin-bottom:0;
}

.wp-text-block h3{
  display:inline-flex;
  margin:20px 0 12px;
  padding:10px 16px;
  border:1px solid rgba(218,181,104,.42);
  border-radius:999px;
  background:rgba(218,181,104,.09);
  color:#ffd98b;
  font-size:22px;
  line-height:1.45;
  font-weight:950;
}

.wp-image-block{
  margin-top:28px;
  margin-bottom:28px;
  padding:18px;
  border:1px solid rgba(218,181,104,.42);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018)),
    linear-gradient(135deg,rgba(218,181,104,.08),transparent 58%);
  box-shadow:0 18px 54px rgba(0,0,0,.38);
}

.wp-image-media{
  display:block;
  width:100%;
  max-width:364px;
  height:auto;
  max-height:532px;
  margin:0 auto;
  object-fit:contain;
  border:1px solid rgba(255,229,168,.18);
  border-radius:24px;
  background:#090909;
  box-shadow:0 16px 42px rgba(0,0,0,.42);
}

.wp-premium-cta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
  margin-bottom:34px;
}

.wp-premium-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:14px 18px;
  border:1px solid rgba(218,181,104,.55);
  border-radius:999px;
  background:linear-gradient(180deg,#f7d98f,#a9792d);
  color:#130d05!important;
  font-weight:950;
  text-align:center;
  text-decoration:none;
  box-shadow:0 12px 32px rgba(0,0,0,.35);
}

@media(max-width:959px){
  .wp-premium-cta{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .wp-live-selection-widget{
    padding-bottom:36px;
  }

  .wp-heading-block,
  .wp-text-block,
  .wp-image-block,
  .wp-premium-cta{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
  }

  .wp-main-title{
    width:100%;
    max-width:100%;
    margin:0 auto 18px;
    padding:42px 18px 28px;
    border-left:0;
    border-right:0;
    border-radius:0 0 28px 28px;
    font-size:32px;
    text-align:left;
  }

  .wp-main-title::after{
    margin-left:0;
    font-size:11px;
    letter-spacing:.18em;
    text-align:left;
  }

  .wp-section-title{
    padding:18px;
    border-radius:22px;
    font-size:24px;
  }

  .wp-text-block{
    padding:22px 18px;
    border-radius:22px;
  }

  .wp-text-block p,
  .wp-text-block div{
    font-size:17px;
    line-height:1.95;
  }

  .wp-text-block h3{
    font-size:20px;
  }

  .wp-image-block{
    padding:10px;
    border-radius:24px;
  }

  .wp-image-media{
    width:70%;
    max-width:364px;
    max-height:none;
    margin:0 auto;
    border-radius:18px;
  }
}

@media(max-width:390px){
  .wp-main-title{
    font-size:29px;
  }
}