
:root{--gold:#C9A84C;--gold-light:#F0D080;--gold-dark:#8B6914;--bg-deep:#0A0705;--bg-dark:#110E08;--bg-card:#1A1408;--text-primary:#F5E6C0;--text-secondary:#C8A86A;--text-muted:#8A7045;--border:rgba(201,168,76,0.22);--border-bright:rgba(201,168,76,0.55);--sp:clamp(1rem,4vw,2rem)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}img{max-width:100%;height:auto;display:block;}html{scroll-behavior:smooth}
body{font-family:'Noto Sans TC',sans-serif;background:var(--bg-deep);color:var(--text-primary);line-height:1.8}
.art-hero{position:relative;background:var(--bg-dark);border-bottom:1px solid var(--border);padding:48px var(--sp) 0}
.art-hero-inner,.art-wrap,.breadcrumb{max-width:800px;margin:0 auto}
.breadcrumb{padding:16px var(--sp) 0;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.breadcrumb a{font-size:13px;color:var(--text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--gold)}
.breadcrumb span{font-size:13px;color:var(--text-muted)}
.art-cat{display:inline-block;background:rgba(201,168,76,0.12);border:1px solid var(--border-bright);color:var(--gold-light);font-size:11px;letter-spacing:2px;font-weight:700;padding:4px 12px;border-radius:2px;margin-bottom:16px;text-decoration:none;text-transform:uppercase}
.art-hero h1{font-family:'Noto Serif TC',serif;font-size:clamp(24px,3.5vw,38px);font-weight:900;color:#fff;line-height:1.25;margin-bottom:20px}
.art-hero h1 span{color:var(--gold-light)}
.art-meta{display:flex;gap:20px;align-items:center;padding-bottom:32px;flex-wrap:wrap}
.art-meta-item{font-size:13px;color:var(--text-muted)}
.art-hero-img{margin-top:32px;border-radius:8px 8px 0 0;overflow:hidden;border:1px solid var(--border);border-bottom:none}
.art-hero-img img{width:100%;display:block;max-height:480px;object-fit:cover}
.art-wrap{padding:40px var(--sp) 80px}
.art-body h2{font-family:'Noto Serif TC',serif;font-size:clamp(18px,2.5vw,24px);font-weight:700;color:var(--gold-light);margin:40px 0 16px;padding-left:14px;border-left:4px solid var(--gold);line-height:1.4}
.art-body h3{font-family:'Noto Serif TC',serif;font-size:18px;font-weight:700;color:#fff;margin:28px 0 12px}
.art-body p{font-size:15px;color:var(--text-secondary);line-height:1.9;margin-bottom:18px}
.art-body strong{color:var(--text-primary);font-weight:700}
.art-body ul{padding-left:0;margin-bottom:18px;list-style:none;display:flex;flex-direction:column;gap:10px}
.art-body ul li{font-size:15px;color:var(--text-secondary);padding-left:22px;position:relative;line-height:1.8}
.art-body ul li::before{content:'✦';position:absolute;left:0;color:var(--gold);font-size:10px;top:5px}
.art-body a{color:#fff);text-decoration:none;border-bottom:1px solid var(--border)}.art-body a:hover{color:var(--gold-light)}
.highlight-box{background:linear-gradient(135deg,rgba(201,168,76,0.08),rgba(201,168,76,0.03));border:1px solid var(--border-bright);border-radius:8px;padding:24px 28px;margin:28px 0}
.highlight-box h3{font-family:'Noto Serif TC',serif;font-size:17px;color:var(--gold-light);margin-bottom:10px}
.highlight-box p{font-size:14px;color:var(--text-secondary);line-height:1.85;margin:0}
.art-cta{text-align:center;background:linear-gradient(135deg,rgba(201,168,76,0.08),rgba(201,168,76,0.03));border:1px solid var(--border-bright);border-radius:8px;padding:32px;margin:40px 0}
.art-cta p{color:var(--text-secondary);margin-bottom:20px;font-size:15px}
.btn-gold{display:inline-block;background:linear-gradient(135deg,#6B4F0D,#C9A84C,#F0D080,#C9A84C);background-size:200% 200%;animation:shimmer 3s ease infinite;color:#fff;font-weight:700;font-size:15px;padding:14px 36px;border-radius:4px;text-decoration:none;border:none;box-shadow:0 4px 24px rgba(201,168,76,0.3);transition:transform .2s}
.btn-gold:hover{transform:translateY(-2px)}
@keyframes shimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.related{margin-top:48px;padding-top:40px;border-top:1px solid var(--border)}
.related h2{font-family:'Noto Serif TC',serif;font-size:20px;color:var(--gold-light);margin-bottom:20px;padding-left:14px;border-left:4px solid var(--gold)}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.related-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;text-decoration:none;transition:border-color .3s,transform .2s}
.related-card:hover{border-color:var(--gold-dark);transform:translateY(-2px)}
.related-card img{width:100%;height:130px;object-fit:cover;display:block}
.related-card-body{padding:14px}
.related-card h3{font-size:14px;font-weight:700;color:var(--text-primary);line-height:1.5}
.bonus-float{position:fixed;bottom:90px;right:16px;z-index:199;width:clamp(100px,11vw,130px);cursor:pointer;animation:bonusPulse 2.2s ease-in-out infinite;filter:drop-shadow(0 4px 16px rgba(0,0,0,0.5))}
@keyframes bonusPulse{0%,100%{transform:scale(1) rotate(-2deg)}50%{transform:scale(1.07) rotate(2deg)}}
.sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:rgba(10,7,5,0.97);border-top:1px solid var(--border);padding:10px 16px;gap:8px}
.sticky-bar a{flex:1;text-align:center;padding:11px 8px;border-radius:4px;font-size:13px;font-weight:700;text-decoration:none}
.s-home{border:1px solid var(--border);color:var(--gold)}.s-play{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:#0A0705}

@media(max-width:768px){
  .bonus-float{bottom:74px;right:10px;width:90px;height:90px;}
  .sticky-bar{display:flex;}
  body{padding-bottom:64px;}
}

/* ── footer 重構 ── */
/* FOOTER */
footer, .site-footer {
  background: #050403;
  border-top: 1px solid rgba(201,168,76,0.2);
  padding: 48px 0 20px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-top {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-brand {
  flex: 0 0 260px;
}
.footer-brand img {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}
.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col-links a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color .2s;
}
.footer-col-links a:hover { color: var(--gold); }
.footer-social-row {
  display: flex;
  gap: 12px;
}
.footer-social-row a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all .2s;
}
.footer-social-row a:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
}
.footer-copy {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}
/* ── CTA 按鈕字色修正 ── */
.btn-gold{color:#fff !important;}
.art-cta .btn-gold{color:#fff !important;}
@media(max-width:768px){
  .footer-top{flex-direction:column;gap:28px;}
  .footer-brand{flex:none;text-align:center;}
  .footer-brand img{margin:0 auto 12px;}
  .footer-social-row{justify-content:center;}
  .footer-bottom{justify-content:center;}
  .footer-col{text-align:center;}
  .footer-col-links{align-items:center;}
  .footer-col-title{text-align:center;}
}


/*HEADER*/
header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,0.15);
  height:64px;
}
.header-inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  height:64px;padding:0 24px;gap:16px;
}
.logo-wrap a{display:flex;align-items:center;text-decoration:none;}
.logo-wrap img{height:44px;width:auto;}
nav{display:flex;align-items:center;gap:4px;}
nav a{
  color:#1a1a1a;font-size:15px;font-weight:500;
  padding:8px 14px;border-radius:4px;text-decoration:none;
  position:relative;white-space:nowrap;transition:color .2s;
}
nav a:hover{color:var(--gold);}
nav a.active{color:var(--gold);}
nav a.active::after{
  content:'';position:absolute;bottom:-2px;left:14px;right:14px;
  height:2px;background:var(--gold);border-radius:2px;
}
.header-right{display:flex;align-items:center;gap:10px;}
.btn-play{
  background:var(--gold);color:#fff;font-size:14px;font-weight:700;
  padding:9px 18px;border-radius:6px;text-decoration:none;
  display:flex;align-items:center;gap:6px;white-space:nowrap;
  transition:background .2s;
}
.btn-play:hover{background:var(--gold-light);}
.btn-play svg{width:16px;height:16px;}
.btn-search{
  background:none;border:1px solid #ddd;
  width:36px;height:36px;border-radius:6px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;color:#555;transition:all .2s;
}
.btn-search:hover{border-color:var(--gold);color:var(--gold);}
.search-overlay{
  display:none;position:fixed;top:64px;left:0;right:0;
  background:#fff;border-bottom:2px solid var(--gold);
  padding:16px 24px;z-index:999;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
}
.search-overlay.open{display:block;}
.search-overlay input{
  width:100%;max-width:600px;padding:10px 16px;
  border:1px solid #ddd;border-radius:6px;font-size:15px;
  outline:none;display:block;margin:0 auto;
}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
.hamburger span{display:block;width:22px;height:2px;background:#333;border-radius:2px;transition:.3s;}
.mobile-nav{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:#fff;z-index:998;padding:20px 24px;flex-direction:column;gap:4px;overflow-y:auto;}
.mobile-nav.open{display:flex;}
.mobile-nav a{color:#1a1a1a;font-size:17px;font-weight:600;padding:14px 0;border-bottom:1px solid #f0f0f0;text-decoration:none;}
.mobile-nav a.active{color:var(--gold);}
.mobile-nav a.active{color:var(--gold);}




@media(max-width:900px){
  header nav{display:none;}
  .hamburger{display:flex !important;}
  .art-hero{padding-top:30px;}
}
.mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:600;background:#fff;border-top:1px solid #eee;padding:6px 40px;justify-content:space-between;align-items:center;}
.mobile-bar a{display:flex;flex-direction:column;align-items:center;font-size:11px;color:#666;text-decoration:none;gap:2px;}
.mobile-bar a svg{width:20px;height:20px;}
.mobile-bar a.active{color:var(--gold);}
@media(max-width:900px){.mobile-bar{display:flex;}body{padding-bottom:60px;}}
