:root{--wh-brand:#6a4fb3;--wh-text:#2f3142;--wh-muted:#72768b;--wh-border:#e7e8ef}
*{box-sizing:border-box}
html,body{margin:0;color:var(--wh-text);font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;background:#fff}
a{color:inherit}
.site-header{height:70px;display:flex;align-items:center;padding:0 5vw;border-bottom:1px solid var(--wh-border);background:rgba(255,255,255,.95)}
.site-brand{text-decoration:none;color:var(--wh-brand);font-size:20px;font-weight:800;letter-spacing:.5px}
.site-footer{padding:32px 20px;text-align:center;color:var(--wh-muted);background:#f7f7fb;font-size:13px}
.wh-section{width:100%}
.wh-section-inner{max-width:var(--wh-section-width);margin:0 auto}
.wh-component{position:relative;border-radius:10px}
.wh-component h1,.wh-component h2,.wh-component h3{margin:0;line-height:1.35}
.wh-component h1{font-size:clamp(34px,6vw,68px)}
.wh-component h2{font-size:clamp(28px,4vw,44px)}
.wh-component h3{font-size:clamp(22px,3vw,32px)}
.wh-text-content{font-size:17px;line-height:1.9}
.wh-image img{display:block;max-width:100%;height:auto;margin:auto;border-radius:12px}
.wh-image-placeholder{padding:60px 20px;border:2px dashed #c9c3df;color:#8178a5;background:#f8f6ff;border-radius:12px;text-align:center}
.wh-button{display:inline-block;padding:12px 25px;color:#fff!important;background:var(--wh-brand);border-radius:9px;text-decoration:none;font-weight:700}
@media(max-width:767px){.wh-hide-mobile{display:none!important}.wh-section{padding-left:14px!important;padding-right:14px!important}}
@media(min-width:768px) and (max-width:1023px){.wh-hide-tablet{display:none!important}}
@media(min-width:1024px){.wh-hide-desktop{display:none!important}}
