.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-emotion-article-widget,
.wp-emotion-article-widget *{
  box-sizing:border-box;
}

.wp-emotion-article-widget{
  display:block!important;
  position:relative;
  isolation:isolate;
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:0 0 86px;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(218,181,104,.18),transparent 34%),
    radial-gradient(circle at top right,rgba(126,84,210,.12),transparent 32%),
    linear-gradient(180deg,#080604 0%,#050505 48%,#020202 100%);
  color:#f5e6c8;
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}

.wp-emotion-article-widget::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 0%,rgba(247,212,138,.10),transparent 42%),
    linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.42));
}

.wp-emotion-wrap{
  display:block!important;
  width:min(100% - 28px,1080px);
  margin:0 auto;
}

.wp-emotion-hero{
  width:min(100% - 28px,1080px);
  margin:0 auto 28px;
  padding:46px 26px 34px;
  border:1px solid rgba(218,181,104,.40);
  border-top:none;
  border-radius:0 0 36px 36px;
  background:
    radial-gradient(circle at 72% 0%,rgba(246,213,140,.18),transparent 42%),
    linear-gradient(180deg,rgba(29,20,11,.98),rgba(7,7,7,.98));
  box-shadow:
    0 22px 62px rgba(0,0,0,.58),
    0 0 36px rgba(218,181,104,.13);
}

.wp-emotion-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  padding:8px 18px;
  border:1px solid rgba(218,181,104,.62);
  border-radius:999px;
  background:rgba(0,0,0,.38);
  color:#f3d08d;
  font-size:14px;
  font-weight:950;
  letter-spacing:.16em;
}

.wp-emotion-hero h1{
  margin:0 0 16px;
  color:#f8d99b;
  font-size:clamp(31px,4vw,48px);
  line-height:1.32;
  font-weight:950;
  letter-spacing:.03em;
}

.wp-emotion-lead{
  margin:0;
  color:#fff0d2;
  font-size:21px;
  line-height:1.75;
  font-weight:900;
}

.wp-emotion-card{
  display:block!important;
  max-width:1080px;
  margin:24px auto;
  padding:28px 24px;
  border:1px solid rgba(218,181,104,.34);
  border-radius:30px;
  background:
    radial-gradient(circle at top,rgba(218,181,104,.09),transparent 48%),
    linear-gradient(180deg,rgba(24,17,10,.94),rgba(6,6,6,.98));
  box-shadow:
    0 18px 54px rgba(0,0,0,.52),
    0 0 28px rgba(218,181,104,.10);
}

.wp-emotion-card h2{
  margin:0 0 18px;
  color:#f7d48a;
  font-size:clamp(25px,3vw,34px);
  line-height:1.45;
  font-weight:950;
  text-shadow:0 0 18px rgba(247,212,138,.14);
}

.wp-emotion-card p{
  margin:0 0 16px;
  color:#f2e8d9;
  font-size:17px;
  line-height:2.05;
  font-weight:500;
  white-space:pre-line;
  word-break:break-word;
  overflow-wrap:anywhere;
}

.wp-emotion-card p:last-child{
  margin-bottom:0;
}

.wp-emotion-image-card{
  display:block!important;
  width:min(100%,920px);
  margin:28px auto;
  padding:11px;
  overflow:hidden;
  border:1px solid rgba(218,181,104,.46);
  border-radius:34px;
  background:
    linear-gradient(
      135deg,
      rgba(255,231,168,.30),
      rgba(116,80,26,.12),
      rgba(255,231,168,.20)
    );
  box-shadow:
    0 22px 60px rgba(0,0,0,.58),
    0 0 34px rgba(218,181,104,.14);
}

.wp-emotion-image-card img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid rgba(255,238,178,.20);
  border-radius:25px;
  object-fit:cover;
  background:#111;
}

.wp-emotion-image-card figcaption{
  margin:11px 7px 2px;
  color:#ead9bd;
  font-size:14px;
  line-height:1.8;
  text-align:center;
}

.wp-emotion-sign{
  display:block!important;
  width:min(100% - 28px,860px);
  margin:32px auto 0;
  padding:24px 22px;
  border:1px solid rgba(218,181,104,.38);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(24,17,10,.96),rgba(5,5,5,.98));
  color:#f8d99b;
  font-size:17px;
  line-height:1.9;
  font-weight:900;
  text-align:center;
  box-shadow:0 18px 50px rgba(0,0,0,.50);
}

@media (max-width:768px){
  .wp-emotion-article-widget{
    padding-bottom:76px;
  }

  .wp-emotion-wrap,
  .wp-emotion-hero,
  .wp-emotion-sign{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }

  .wp-emotion-hero{
    padding:34px 18px 28px;
    border-right:none;
    border-left:none;
    border-radius:0;
  }

  .wp-emotion-badge{
    font-size:12px;
    letter-spacing:.10em;
  }

  .wp-emotion-hero h1{
    font-size:30px;
  }

  .wp-emotion-lead{
    font-size:18px;
  }

  .wp-emotion-card{
    margin:18px 0;
    padding:24px 18px;
    border-right:none;
    border-left:none;
    border-radius:0;
  }

  .wp-emotion-card h2{
    font-size:24px;
  }

  .wp-emotion-card p{
    font-size:16px;
    line-height:2;
  }

  .wp-emotion-image-card{
    float:none;
    clear:both;
    width:70%;
    max-width:644px;
    margin:20px auto;
    padding:7px;
    border-radius:24px;
  }

  .wp-emotion-image-card img{
    border-radius:18px;
  }

  .wp-emotion-sign{
    border-right:none;
    border-left:none;
    border-radius:0;
  }
}

@media (min-width:769px){
  .wp-emotion-card:hover,
  .wp-emotion-image-card:hover{
    border-color:rgba(247,212,138,.52);
  }
}