.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;
  }
}

.wp-beitun-widget,.wp-beitun-widget *{box-sizing:border-box}
.wp-beitun-widget{width:100%;max-width:100%;margin:0;overflow:hidden;background:radial-gradient(circle at top left,rgba(218,181,104,.18),transparent 32%),radial-gradient(circle at 90% 18%,rgba(255,255,255,.08),transparent 30%),linear-gradient(180deg,#050505,#0b0805 42%,#020202);color:#f4e4c4;font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif}
.wp-beitun-widget a{color:#f5d18a;text-decoration:none}
.wp-beitun-widget a:hover{color:#fff0bf}
.wp-beitun-main{width:min(100% - 34px,1180px);margin:0 auto;padding:48px 0 34px}
.wp-beitun-article{padding:34px;border:1px solid rgba(218,181,104,.32);border-radius:34px;background:linear-gradient(180deg,rgba(18,14,10,.92),rgba(6,6,6,.92));box-shadow:0 22px 70px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.04)}
.wp-beitun-article h1{margin:0 0 26px;color:#ffe3a4;font-size:clamp(34px,4.2vw,58px);line-height:1.22;letter-spacing:.04em;text-shadow:0 8px 22px rgba(0,0,0,.55)}
.wp-beitun-article h2{margin:42px 0 18px;padding-left:16px;border-left:5px solid #d9ac57;color:#ffd98f;font-size:clamp(25px,2.4vw,36px);line-height:1.35}
.wp-beitun-article h3{margin:28px 0 12px;color:#ffe7b4;font-size:clamp(20px,1.7vw,26px);line-height:1.45}
.wp-beitun-article h4{margin:24px 0 10px;color:#f6d58c;font-size:21px}
.wp-beitun-article p,.wp-beitun-article li{color:#f1e6d2;font-size:18px;line-height:2.05;letter-spacing:.02em}
.wp-beitun-article p{margin:13px 0}
.wp-beitun-img-frame{margin:22px auto 30px;padding:12px;border:1px solid rgba(240,198,110,.52);border-radius:30px;background:linear-gradient(145deg,rgba(255,222,150,.15),rgba(255,255,255,.035),rgba(160,105,36,.12));box-shadow:0 18px 42px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.08)}
.wp-beitun-img-frame img{display:block;width:100%;max-height:760px;object-fit:contain;border-radius:22px;background:#080808}
.wp-beitun-img-frame figcaption{margin:10px 8px 2px;color:#d8bd83;font-size:14px;line-height:1.6;text-align:center}
.wp-beitun-premium-cta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0}
.wp-beitun-premium-cta a{display:flex;min-height:58px;align-items:center;justify-content:center;padding:14px 16px;border-radius:999px;background:linear-gradient(180deg,#f7d990,#b88635);box-shadow:0 14px 30px rgba(0,0,0,.3);color:#110d07!important;text-align:center;font-weight:900}
.wp-beitun-bullet-list{margin:18px 0 24px;padding:20px 22px 20px 42px;border:1px solid rgba(218,181,104,.18);border-radius:24px;background:rgba(255,215,130,.055)}
.wp-beitun-bullet-list li{margin:6px 0}
.wp-beitun-step-line{padding:13px 16px;border:1px solid rgba(255,215,130,.13);border-radius:18px;background:rgba(255,255,255,.045);font-weight:800}
.wp-beitun-divider{height:1px;margin:30px 0;background:linear-gradient(90deg,transparent,rgba(255,215,130,.45),transparent)}
.wp-beitun-media-box{margin-top:38px;padding:30px;border:1px solid rgba(218,181,104,.28);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}
.wp-beitun-media-head h2{margin-top:0}
.wp-beitun-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wp-beitun-media-card{padding:22px;border:1px solid rgba(218,181,104,.2);border-radius:24px;background:rgba(0,0,0,.28)}
.wp-beitun-media-card span{color:#d9b66a;font-size:13px;font-weight:900}
.wp-beitun-media-card h3{margin:10px 0;color:#ffe4aa}
.wp-beitun-media-card a{display:inline-flex;margin-top:12px;font-weight:900}
@media(max-width:767px){
.wp-beitun-main{width:100%;padding:0}
.wp-beitun-article{padding:26px 16px 34px;border-right:0;border-left:0;border-radius:0}
.wp-beitun-article h1{margin-top:8px;font-size:32px;line-height:1.28}
.wp-beitun-article h2{margin-top:36px;font-size:24px}
.wp-beitun-article h3{font-size:20px}
.wp-beitun-article p,.wp-beitun-article li{font-size:16px;line-height:1.95}
.wp-beitun-img-frame{margin:18px 0 26px;padding:9px;border-radius:24px}
.wp-beitun-img-frame img{max-height:none;border-radius:18px}
.wp-beitun-premium-cta{grid-template-columns:1fr;gap:10px}
.wp-beitun-media-box{padding:20px 14px;border-radius:24px}
.wp-beitun-media-grid{grid-template-columns:1fr}
}