:root{--blue: rgb(249, 98, 50);--blue-dark: rgb(224, 72, 28);--blue-soft: rgb(255, 236, 228);--blue-softer: rgb(255, 220, 204);--page: #f7f4f2;--ink: #1f2a3d;--muted: #6b778c;--line: #f0e6e1;--hot: #ef4444;--star: #f5b942;--white: #ffffff;--shadow: 0 10px 30px rgba(249, 98, 50, .1);--radius: 18px;--container: 1180px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Noto Sans TC,sans-serif;color:var(--ink);background:var(--page);line-height:1.6}img{max-width:100%;display:block}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4{margin:0}.container{width:min(var(--container),100% - 40px);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 22px;font-weight:700;transition:transform .15s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:var(--blue-dark)}.btn--ghost{background:transparent;color:var(--blue);border:1px solid var(--blue)}.btn--light{background:var(--white);color:var(--blue)}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.section-title{font-size:28px;font-weight:800;letter-spacing:.02em}.section-more{color:var(--blue);font-weight:700;font-size:14px}
