

:root{
  --yangclub-bg:#050101;
  --yangclub-bg2:#130606;
  --yangclub-card:rgba(22,7,6,.82);
  --yangclub-card2:rgba(255,198,170,.075);
  --yangclub-line:rgba(255,198,170,.42);
  --yangclub-line2:rgba(255,226,191,.72);
  --yangclub-text:#fff5ef;
  --yangclub-muted:#e6b9a7;
  --yangclub-gold:#ffe2bf;
  --yangclub-rose:#f3bba8;
  --yangclub-deep:#3c120d;
}
html{
  margin:0;
  padding:0;
  scroll-behavior:smooth;
  background:var(--yangclub-bg);
}
body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,198,170,.18),transparent 28%),
    radial-gradient(circle at 92% 12%,rgba(183,110,97,.18),transparent 32%),
    linear-gradient(180deg,#070202 0%,#130606 38%,#050101 100%);
  color:var(--yangclub-text);
  font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
a{
  color:var(--yangclub-gold);
  text-decoration:none;
}
a:hover{
  color:#fff1e4;
}
.yangclub-page{
  width:100%;
  min-height:100vh;
  position:relative;
  overflow:hidden;
}
.yangclub-page:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(255,198,170,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,198,170,.025) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 72%);
}
.yangclub-site-header{
  width:100%;
  margin-left:0;
  margin-right:0;
  background:
    radial-gradient(circle at 10% 0%,rgba(255,198,170,.22),transparent 34%),
    radial-gradient(circle at 90% 0%,rgba(183,110,97,.16),transparent 36%),
    linear-gradient(180deg,#170807,#050202);
  border-bottom:1px solid rgba(255,198,170,.58);
  box-shadow:0 0 24px rgba(255,174,145,.22),0 10px 34px rgba(0,0,0,.58);
  position:sticky;
  top:0;
  z-index:9999;
  isolation:isolate;
}
.yangclub-site-header *{box-sizing:border-box;}
.yangclub-site-header:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,226,191,.85),rgba(183,110,97,.65),transparent);
  pointer-events:none;
}
.yangclub-header-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:16px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  position:relative;
  z-index:3;
}
.yangclub-logo{
  display:flex;
  flex-direction:column;
  text-decoration:none!important;
  line-height:1.2;
  flex:0 0 auto;
  position:relative;
  z-index:4;
}
.yangclub-logo strong,
.yangclub-footer-logo strong{
  font-size:28px;
  font-weight:950;
  letter-spacing:3px;
  background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 42%,#c97966 72%,#ffd9be 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 0 16px rgba(255,183,155,.28);
}
.yangclub-logo span,
.yangclub-footer-logo span{
  margin-top:5px;
  font-size:12px;
  font-weight:850;
  letter-spacing:3px;
  color:#f6c9b6;
}
.yangclub-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex:1;
  position:relative;
  z-index:4;
}
.yangclub-desktop-nav a,
.yangclub-mobile-nav a,
.yangclub-footer-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 15px;
  border-radius:999px;
  color:#fff4ec;
  font-size:15px;
  font-weight:850;
  line-height:1.2;
  text-decoration:none!important;
  border:1px solid rgba(255,198,170,.34);
  background:rgba(20,8,7,.42);
  box-shadow:inset 0 0 12px rgba(255,214,180,.05);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease;
  white-space:nowrap;
  cursor:pointer;
}
.yangclub-desktop-nav a:hover,
.yangclub-mobile-nav a:hover,
.yangclub-footer-nav a:hover{
  color:var(--yangclub-deep);
  background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
  border-color:rgba(255,224,200,.9);
  box-shadow:0 0 16px rgba(255,174,145,.58),0 0 26px rgba(255,218,185,.25);
  transform:translateY(-2px);
}
.yangclub-desktop-nav .yangclub-contact-link,
.yangclub-mobile-nav .yangclub-contact-link,
.yangclub-footer-nav .yangclub-footer-contact{
  color:var(--yangclub-deep);
  background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
  border-color:rgba(255,224,200,.88);
  box-shadow:0 0 16px rgba(255,174,145,.52),inset 0 0 10px rgba(255,255,255,.32);
}
.yangclub-menu-btn{
  display:none;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,198,170,.72);
  background:linear-gradient(180deg,rgba(38,13,10,.95),rgba(8,3,3,.88));
  box-shadow:0 0 14px rgba(255,174,145,.35),inset 0 0 12px rgba(255,214,180,.08);
  cursor:pointer;
  position:relative;
  z-index:6;
  flex:0 0 auto;
}
.yangclub-menu-btn span{
  display:block;
  width:23px;
  height:2px;
  margin:5px auto;
  border-radius:999px;
  background:#ffe2bf;
  box-shadow:0 0 8px rgba(255,183,155,.6);
  transition:.25s ease;
}
.yangclub-mobile-nav{
  display:none;
  width:100%;
  background:radial-gradient(circle at 90% 0%,rgba(255,198,170,.16),transparent 34%),linear-gradient(180deg,#0b0303,#030101);
  border-top:1px solid rgba(255,198,170,.35);
  padding:12px 14px 16px;
  box-sizing:border-box;
  position:relative;
  z-index:5;
}
.yangclub-mobile-nav a{
  display:flex;
  width:100%;
  min-height:48px;
  margin:8px 0;
  border-radius:16px;
  white-space:normal;
}
.yangclub-site-header.yangclub-menu-open .yangclub-mobile-nav{display:block;}
.yangclub-site-header.yangclub-menu-open .yangclub-menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.yangclub-site-header.yangclub-menu-open .yangclub-menu-btn span:nth-child(2){opacity:0;}
.yangclub-site-header.yangclub-menu-open .yangclub-menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.yangclub-main{
  width:100%;
  position:relative;
  z-index:1;
}
.yangclub-article-shell{
  width:100%;
  margin-left:0;
  margin-right:0;
  padding:38px 22px 46px;
  box-sizing:border-box;
}
.yangclub-article-wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:28px;
  border-radius:34px;
  border:1px solid rgba(255,198,170,.36);
  background:
    radial-gradient(circle at 8% 0%,rgba(255,198,170,.13),transparent 30%),
    radial-gradient(circle at 96% 10%,rgba(183,110,97,.12),transparent 34%),
    linear-gradient(180deg,rgba(15,5,5,.86),rgba(4,1,1,.94));
  box-shadow:0 24px 70px rgba(0,0,0,.58),0 0 26px rgba(255,174,145,.14),inset 0 0 20px rgba(255,214,180,.04);
  position:relative;
  overflow:hidden;
}
.yangclub-article-wrap:before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:26px;
  border:1px solid rgba(255,226,191,.16);
  pointer-events:none;
}
.yangclub-article-wrap:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-110px;
  top:70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,198,170,.18),rgba(183,110,97,.08),transparent 70%);
  filter:blur(10px);
  pointer-events:none;
}
.yangclub-article-content{
  position:relative;
  z-index:2;
}
.yangclub-article-content h2{
  margin:34px 0 18px;
  padding:20px 22px;
  border-radius:24px;
  border:1px solid rgba(255,198,170,.44);
  background:linear-gradient(135deg,rgba(255,198,170,.13),rgba(10,3,3,.78));
  box-shadow:0 0 18px rgba(255,174,145,.12),inset 0 0 18px rgba(255,214,180,.05);
  color:#ffe2bf;
  font-size:clamp(24px,3.1vw,36px);
  line-height:1.38;
  font-weight:950;
  letter-spacing:.5px;
  text-shadow:0 0 18px rgba(255,183,155,.22),0 2px 12px rgba(0,0,0,.75);
}
.yangclub-article-content h2:first-child{
  margin-top:0;
  font-size:clamp(28px,4vw,44px);
  padding:26px 26px;
  background:
    radial-gradient(circle at 0% 0%,rgba(255,226,191,.18),transparent 36%),
    linear-gradient(135deg,rgba(255,198,170,.16),rgba(10,3,3,.82));
}
.yangclub-article-content h3{
  margin:28px 0 12px;
  color:#fff0d8;
  font-size:clamp(20px,2.35vw,28px);
  line-height:1.45;
  font-weight:950;
  letter-spacing:.35px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.yangclub-article-content h3:before{
  content:"";
  width:12px;
  height:12px;
  margin-top:.55em;
  border-radius:50%;
  flex:0 0 auto;
  background:linear-gradient(135deg,#fff1e4,#f3bba8 52%,#b76e61);
  box-shadow:0 0 14px rgba(255,174,145,.65);
}
.yangclub-article-content p{
  margin:0 0 15px;
  color:rgba(255,245,239,.94);
  font-size:18px;
  line-height:2.02;
  font-weight:650;
  letter-spacing:.18px;
}
.yangclub-article-content p a{
  display:inline;
  color:#ffe2bf;
  font-weight:900;
  border-bottom:1px solid rgba(255,226,191,.62);
  text-shadow:0 0 10px rgba(255,174,145,.24);
}
.yangclub-hero-image-card{
  margin:22px auto 30px;
  width:min(100%,760px);
  padding:12px;
  border-radius:32px;
  border:1px solid rgba(255,226,191,.56);
  background:
    linear-gradient(#120606,#120606) padding-box,
    linear-gradient(135deg,#fff1e4,#f3bba8 42%,#b76e61 72%,#ffe2bf) border-box;
  box-shadow:0 0 26px rgba(255,174,145,.26),0 20px 52px rgba(0,0,0,.58);
  position:relative;
  overflow:hidden;
}
.yangclub-hero-image-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 32%,rgba(255,198,170,.12));
  pointer-events:none;
  z-index:2;
}
.yangclub-hero-image-card img{
  display:block;
  width:100%;
  height:auto;
  max-height:820px;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:24px;
  background:#120606;
}
.yangclub-info-card{
  margin:38px auto 6px;
  position:relative;
  border-radius:30px;
  padding:1px;
  background:linear-gradient(135deg,rgba(255,241,228,.92),rgba(243,187,168,.72) 38%,rgba(183,110,97,.62) 72%,rgba(255,226,191,.82));
  box-shadow:0 0 28px rgba(255,174,145,.22),0 20px 55px rgba(0,0,0,.52);
  overflow:hidden;
}
.yangclub-info-card-glow{
  position:absolute;
  inset:-80px auto auto -70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,226,191,.36),rgba(183,110,97,.16),transparent 70%);
  filter:blur(14px);
  pointer-events:none;
}
.yangclub-info-card-inner{
  position:relative;
  z-index:2;
  padding:26px;
  border-radius:29px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,198,170,.16),transparent 34%),
    linear-gradient(180deg,rgba(18,6,6,.96),rgba(7,2,2,.96));
}
.yangclub-info-card h2{
  margin:0 0 16px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  font-size:clamp(24px,3vw,34px)!important;
  line-height:1.35!important;
  color:#ffe2bf!important;
}
.yangclub-info-card p{
  margin:0 0 14px;
  color:rgba(255,245,239,.95);
  font-size:17px;
  line-height:1.95;
  font-weight:720;
}
.yangclub-info-main-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  max-width:100%;
  min-height:48px;
  margin-top:6px;
  padding:12px 18px;
  border-radius:999px;
  color:#3c120d!important;
  font-size:16px;
  font-weight:950;
  line-height:1.25;
  text-align:center;
  background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
  border:1px solid rgba(255,224,200,.9);
  box-shadow:0 0 16px rgba(255,174,145,.5),inset 0 0 10px rgba(255,255,255,.28);
}
.yangclub-footer-wrap{
  width:100%;
  margin-left:0;
  margin-right:0;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,198,170,.18),transparent 34%),
    radial-gradient(circle at 88% 8%,rgba(183,110,97,.22),transparent 38%),
    linear-gradient(180deg,#140807 0%,#060202 58%,#020101 100%);
  border-top:1px solid rgba(255,198,170,.55);
  box-shadow:0 -8px 30px rgba(0,0,0,.55),0 0 22px rgba(255,174,145,.22);
  position:relative;
  z-index:50;
  overflow:hidden;
  box-sizing:border-box;
}
.yangclub-footer-wrap *{box-sizing:border-box;}
.yangclub-footer-wrap:before{
  content:"";
  position:absolute;
  left:-80px;
  top:-70px;
  width:180px;
  height:180px;
  background:radial-gradient(circle,rgba(255,221,190,.28),rgba(183,110,97,.14),transparent 70%);
  filter:blur(12px);
  opacity:.9;
}
.yangclub-footer-wrap:after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-70px;
  width:190px;
  height:190px;
  background:radial-gradient(circle,rgba(255,198,170,.24),rgba(201,121,102,.12),transparent 72%);
  filter:blur(14px);
  opacity:.9;
}
.yangclub-footer-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:34px 24px 24px;
  position:relative;
  z-index:1;
}
.yangclub-footer-main{
  display:grid;
  grid-template-columns:1fr 1.45fr;
  gap:26px;
  align-items:start;
}
.yangclub-footer-brand,
.yangclub-footer-nav-box{
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(255,198,170,.45);
  background:linear-gradient(180deg,rgba(255,198,170,.08),rgba(20,7,6,.62));
  box-shadow:0 0 18px rgba(255,174,145,.16),inset 0 0 14px rgba(255,214,180,.06);
}
.yangclub-footer-logo{
  display:inline-flex;
  flex-direction:column;
  text-decoration:none!important;
  line-height:1.2;
}
.yangclub-footer-logo strong{font-size:30px;}
.yangclub-footer-brand p{
  margin:16px 0 0;
  color:#fff4ec;
  font-size:15px;
  line-height:1.8;
  font-weight:750;
  text-shadow:0 0 10px rgba(0,0,0,.7);
}
.yangclub-footer-title{
  margin:0 0 16px;
  font-size:20px;
  line-height:1.3;
  font-weight:950;
  letter-spacing:1px;
  background:linear-gradient(90deg,#fff0d8 0%,#f3bba8 48%,#ffd9be 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.yangclub-footer-nav{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.yangclub-footer-nav a{
  display:flex;
  min-height:46px;
  padding:10px 14px;
  text-align:center;
  white-space:normal;
}
.yangclub-footer-bottom{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,198,170,.25);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#d9b7a8;
  font-size:13px;
  font-weight:750;
  line-height:1.6;
}
.yangclub-footer-bottom b{color:#ffe2bf;}
.yangclub-float-buttons{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  gap:10px;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  isolation:isolate;
}
.yangclub-float-buttons a{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  font-size:13px;
  font-weight:950;
  line-height:1.15;
  text-align:center;
  letter-spacing:.5px;
  border:2px solid rgba(255,224,200,.95)!important;
  background-color:#f3bba8!important;
  background-image:linear-gradient(135deg,#fff1e4 0%,#f3bba8 48%,#b76e61 100%)!important;
  color:#3c120d!important;
  box-shadow:0 0 16px rgba(255,174,145,.72),0 8px 22px rgba(0,0,0,.52),inset 0 0 10px rgba(255,255,255,.38)!important;
  transition:.25s ease;
  opacity:1!important;
  overflow:hidden;
  position:relative;
}
.yangclub-float-buttons a:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 0 22px rgba(255,174,145,.82),0 0 34px rgba(255,218,185,.38),0 10px 26px rgba(0,0,0,.55);
}
@media(max-width:980px){
  .yangclub-header-inner{padding:13px 14px;}
  .yangclub-logo strong{font-size:23px;letter-spacing:2px;}
  .yangclub-logo span{font-size:11px;letter-spacing:2px;}
  .yangclub-desktop-nav{display:none;}
  .yangclub-menu-btn{display:block;}
  .yangclub-article-shell{padding:26px 14px 36px;}
  .yangclub-article-wrap{padding:18px;border-radius:26px;}
  .yangclub-article-wrap:before{inset:8px;border-radius:20px;}
  .yangclub-article-content h2{margin:26px 0 16px;padding:18px 16px;border-radius:20px;}
  .yangclub-article-content h2:first-child{padding:20px 16px;}
  .yangclub-article-content h3{margin:24px 0 10px;}
  .yangclub-article-content p{font-size:17px;line-height:1.95;}
  .yangclub-hero-image-card{border-radius:26px;padding:9px;}
  .yangclub-hero-image-card img{border-radius:19px;max-height:680px;}
  .yangclub-info-card-inner{padding:20px;border-radius:25px;}
  .yangclub-footer-inner{padding:28px 14px 22px;}
  .yangclub-footer-main{grid-template-columns:1fr;gap:16px;}
  .yangclub-footer-brand,.yangclub-footer-nav-box{padding:18px;border-radius:22px;text-align:center;}
  .yangclub-footer-logo strong{font-size:26px;letter-spacing:2px;}
  .yangclub-footer-logo span{font-size:12px;letter-spacing:2px;}
  .yangclub-footer-nav{grid-template-columns:1fr;gap:10px;}
  .yangclub-footer-nav a{min-height:45px;border-radius:16px;font-size:15px;}
  .yangclub-footer-bottom{flex-direction:column;text-align:center;gap:6px;font-size:12px;}
  .yangclub-float-buttons{right:12px;bottom:12px;gap:8px;}
  .yangclub-float-buttons a{width:52px;height:52px;font-size:12px;}
}
@media(max-width:520px){
  .yangclub-header-inner{gap:10px;}
  .yangclub-logo strong{font-size:21px;}
  .yangclub-logo span{font-size:10px;letter-spacing:1.5px;}
  .yangclub-article-shell{padding:18px 10px 30px;}
  .yangclub-article-wrap{padding:12px;border-radius:22px;}
  .yangclub-article-content h2{font-size:24px;line-height:1.42;margin:22px 0 14px;padding:16px 14px;border-radius:18px;}
  .yangclub-article-content h2:first-child{font-size:26px;padding:18px 14px;}
  .yangclub-article-content h3{font-size:20px;line-height:1.45;gap:8px;}
  .yangclub-article-content h3:before{width:10px;height:10px;}
  .yangclub-article-content p{font-size:16px;line-height:1.9;}
  .yangclub-hero-image-card{margin:18px auto 24px;border-radius:22px;padding:7px;}
  .yangclub-hero-image-card img{border-radius:16px;max-height:560px;}
  .yangclub-info-card{border-radius:24px;}
  .yangclub-info-card-inner{padding:17px;border-radius:23px;}
  .yangclub-info-card p{font-size:15px;line-height:1.85;}
  .yangclub-info-main-link{display:flex;width:100%;min-height:46px;font-size:14px;padding:11px 12px;box-sizing:border-box;}
  .yangclub-footer-logo strong{font-size:24px;}
  .yangclub-footer-brand,.yangclub-footer-nav-box{padding:16px;}
  .yangclub-float-buttons{right:10px;bottom:10px;}
  .yangclub-float-buttons a{width:50px;height:50px;font-size:11px;}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important;}
}



*,*::before,*::after{
  box-sizing:border-box;
}
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{
  min-width:0;
}
img,svg,video,canvas,iframe,table{
  max-width:100%;
}
.yangclub-page,
.yangclub-main,
.yangclub-site-header,
.yangclub-article-shell,
.yangclub-footer-wrap{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow-x:clip;
}
.yangclub-header-inner,
.yangclub-article-wrap,
.yangclub-footer-inner{
  width:100%!important;
  max-width:1180px;
  min-width:0;
  box-sizing:border-box;
}
.yangclub-header-inner{
  max-width:1280px;
}
.yangclub-article-shell{
  padding-left:clamp(10px,2.4vw,22px)!important;
  padding-right:clamp(10px,2.4vw,22px)!important;
}
.yangclub-article-wrap{
  max-width:1100px;
  margin-left:auto!important;
  margin-right:auto!important;
}
.yangclub-article-content,
.yangclub-article-content h2,
.yangclub-article-content h3,
.yangclub-article-content p,
.yangclub-info-card,
.yangclub-info-card-inner,
.yangclub-footer-brand,
.yangclub-footer-nav-box,
.yangclub-footer-bottom,
.yangclub-footer-nav a,
.yangclub-mobile-nav a,
.yangclub-desktop-nav a{
  max-width:100%;
  min-width:0;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.yangclub-logo,
.yangclub-footer-logo{
  min-width:0;
  max-width:100%;
}
.yangclub-desktop-nav{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
  row-gap:8px;
}
.yangclub-desktop-nav a{
  white-space:normal;
  text-align:center;
}
.yangclub-footer-nav{
  min-width:0;
}
.yangclub-hero-image-card{
  width:100%;
  max-width:760px;
  box-sizing:border-box;
}
.yangclub-hero-image-card img{
  width:100%;
  max-width:100%;
}
.yangclub-info-main-link{
  max-width:100%;
  white-space:normal;
}
.yangclub-float-buttons{
  right:max(10px,env(safe-area-inset-right));
  bottom:max(10px,env(safe-area-inset-bottom));
}
@media(max-width:1100px){
  .yangclub-desktop-nav{display:none!important;}
  .yangclub-menu-btn{display:block!important;}
}
@media(max-width:620px){
  .yangclub-article-shell{
    padding-left:8px!important;
    padding-right:8px!important;
  }
  .yangclub-article-wrap{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .yangclub-article-content h2,
  .yangclub-article-content h2:first-child{
    font-size:clamp(22px,6vw,26px)!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .yangclub-article-content h3{
    font-size:clamp(18px,5.2vw,20px)!important;
  }
  .yangclub-article-content p{
    font-size:16px!important;
  }
  .yangclub-footer-inner{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}
@supports not (overflow:clip){
  .yangclub-page,
  .yangclub-main,
  .yangclub-site-header,
  .yangclub-article-shell,
  .yangclub-footer-wrap{overflow-x:hidden;}
}
