/** Shopify CDN: Minification failed

Line 24:71 Expected identifier but found "{"
Line 24:72 Unexpected "{"
Line 24:82 Expected ":"
Line 24:108 Expected identifier but found "{"
Line 24:109 Unexpected "{"
Line 24:119 Expected ":"
Line 27:99 Expected identifier but found "{"
Line 27:100 Unexpected "{"
Line 27:110 Expected ":"

**/
/* =============================================
   WSNUEEE Theme Styles
   Brand: 主#00334E(雾凇蓝) + 辅#A7DBE2(爱尔兰浅蓝)
   Fonts: Cormorant Garamond(heading) + Inter(body)
   Line-height >= 1.8
   ============================================= */

/* Reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',-apple-system,sans-serif;font-size:16px;color:{{ settings.color_text }};background:{{ settings.color_bg }};line-height:1.8}
img{max-width:100%;height:auto;display:block}
a{color:inherit;transition:color .3s,opacity .3s}
.skip-to-content{position:absolute;top:-100px;left:1rem;z-index:9999;padding:.5rem 1rem;background:{{ settings.color_primary }};color:#fff}
.skip-to-content:focus{top:1rem}

/* Typography */
h1,h2,h3,h4,h5{font-family:'Cormorant Garamond',serif;font-weight:300;letter-spacing:.03em;line-height:1.3}

/* Animations */
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.animate-in{animation:fadeInUp .6s ease forwards}

/* Responsive helpers */
@media(max-width:768px){.hide-mobile{display:none !important}}
@media(min-width:769px){.hide-desktop{display:none !important}}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
