@import "https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;700&family=Noto+Sans+TC:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#f5d800;--yellow-dark:#c9b200;--yellow-deep:#7a6e00;--yellow-light:#fffde6;--yellow-border:#f0e44a}.site{color:#1a1a1a;background:#fff;min-height:100vh;font-family:Noto Sans TC,sans-serif}.header{border-bottom:2px solid var(--yellow);z-index:10;background:#fff;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.logo{align-items:center;gap:10px;display:flex}.logo-icon{background:var(--yellow);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-icon svg{width:18px;height:18px}.logo-text{color:var(--yellow-deep);letter-spacing:1px;font-family:Noto Serif TC,serif;font-size:18px;font-weight:700}.nav{align-items:center;gap:1.5rem;display:flex}.nav a{color:#555;cursor:pointer;font-size:13px;text-decoration:none;transition:color .2s}.nav a:hover{color:var(--yellow-deep)}.nav a.active{color:var(--yellow-deep);border-bottom:2px solid var(--yellow);padding-bottom:2px;font-weight:600}.header-right{align-items:center;gap:12px;display:flex}.btn-subscribe{background:var(--yellow);color:var(--yellow-deep);cursor:pointer;border:none;border-radius:6px;padding:6px 16px;font-family:Noto Sans TC,sans-serif;font-size:13px;font-weight:700}.ticker{background:var(--yellow);align-items:center;gap:1rem;padding:8px 2rem;display:flex;overflow:hidden}.ticker-label{background:var(--yellow-deep);color:#fff;white-space:nowrap;letter-spacing:.5px;border-radius:3px;padding:2px 8px;font-size:11px;font-weight:600}.ticker-content{color:#3a3000;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.ticker-inner{animation:30s linear infinite scroll-left;display:inline-block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.main{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.hero-grid{grid-template-columns:1fr 340px;gap:1.5rem;margin-bottom:2rem;display:grid}.hero-card{border:1px solid var(--yellow-border);cursor:pointer;background:#fff;border-radius:12px;transition:transform .2s;overflow:hidden;box-shadow:0 2px 12px #f5d80026}.hero-card:hover{transform:translateY(-2px)}.hero-img{background:linear-gradient(135deg,#c9b200 0%,#f5d800 60%,#ffe44d 100%);align-items:flex-end;width:100%;height:280px;display:flex;position:relative}.hero-img-label{background:var(--yellow-deep);color:#fff;letter-spacing:.5px;border-radius:3px;padding:3px 10px;font-size:11px;font-weight:600;position:absolute;top:1rem;left:1rem}.hero-img-overlay{background:linear-gradient(#0000,#3c3000bf);width:100%;padding:1.5rem}.hero-img-stat{color:#fff3;font-family:Noto Serif TC,serif;font-size:52px;font-weight:700;line-height:1}.hero-img-subtitle{color:#ffffffd9;margin-top:4px;font-size:13px}.hero-body{padding:1.25rem 1.5rem 1.5rem}.tag{letter-spacing:.5px;border-radius:3px;margin-bottom:10px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.tag-red{color:#9b2c2c;background:#fde8e8}.tag-blue{color:#1e40af;background:#dbeafe}.tag-green{color:#065f46;background:#d1fae5}.tag-yellow{background:var(--yellow-light);color:var(--yellow-deep)}.tag-purple{color:#5b21b6;background:#ede9fe}.hero-title{color:#1a1a1a;margin-bottom:10px;font-family:Noto Serif TC,serif;font-size:22px;font-weight:700;line-height:1.5}.hero-excerpt{color:#555;margin-bottom:1rem;font-size:14px;line-height:1.8}.meta{color:#999;align-items:center;gap:12px;font-size:12px;display:flex}.meta-dot{background:#ddd;border-radius:50%;width:3px;height:3px}.sidebar-stack{flex-direction:column;gap:12px;display:flex}.side-card{border:1px solid var(--yellow-border);cursor:pointer;background:#fff;border-radius:12px;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #f5d8001a}.side-card:hover{transform:translateY(-1px)}.side-card-img{flex-shrink:0;justify-content:center;align-items:center;width:90px;min-height:90px;font-size:28px;display:flex}.side-card-img.c1{background:linear-gradient(135deg,#fffde6,#f5d800)}.side-card-img.c2{background:linear-gradient(135deg,#fffde6,#ffe44d)}.side-card-img.c3{background:linear-gradient(135deg,ivory,#f5d800)}.side-card-body{flex:1;padding:12px}.side-card-tag{color:var(--yellow-deep);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-size:10px;font-weight:600}.side-card-title{color:#1a1a1a;margin-bottom:6px;font-size:13px;font-weight:500;line-height:1.5}.side-card-meta{color:#999;font-size:11px}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title{color:#1a1a1a;align-items:center;gap:8px;font-family:Noto Serif TC,serif;font-size:18px;font-weight:700;display:flex}.section-title:before{content:"";background:var(--yellow);border-radius:2px;width:4px;height:18px;display:block}.section-more{color:var(--yellow-deep);cursor:pointer;font-size:13px}.card-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.article-card{border:1px solid var(--yellow-border);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #f5d8001a}.article-card:hover{transform:translateY(-2px)}.card-img{justify-content:center;align-items:center;height:150px;font-size:40px;display:flex}.card-img.ci1{background:linear-gradient(120deg,#fffde6,#f5d800,#ffe44d)}.card-img.ci2{background:linear-gradient(120deg,ivory,#f5d800,#c9b200)}.card-img.ci3{background:linear-gradient(120deg,#fffde6,#ffe44d,#f5d800)}.card-img.ci4{background:linear-gradient(120deg,#fffde6,#f5d800,#a89800)}.card-img.ci5{background:linear-gradient(120deg,ivory,#ffe44d,#c9b200)}.card-img.ci6{background:linear-gradient(120deg,#fffde6,#f5d800,#ffe44d)}.card-body{flex-direction:column;flex:1;padding:1rem 1.25rem;display:flex}.card-title{color:#1a1a1a;flex:1;margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.6}.card-meta{border-top:1px solid #f5eeaa;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.card-source,.card-date{color:#999;font-size:11px}.data-strip{border:1px solid var(--yellow-border);background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:grid;box-shadow:0 2px 8px #f5d8001a}.data-item{text-align:center}.data-label{color:#999;margin-bottom:4px;font-size:11px}.data-value{color:var(--yellow-deep);font-family:Noto Serif TC,serif;font-size:22px;font-weight:600}.data-change{margin-top:2px;font-size:12px}.up{color:#16a34a}.down{color:#dc2626}.regions{grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:2rem;display:grid}.region-chip{border:1px solid var(--yellow-border);text-align:center;cursor:pointer;background:#fff;border-radius:8px;padding:10px;transition:all .2s}.region-chip:hover,.region-chip.active{background:var(--yellow);border-color:var(--yellow)}.region-chip:hover .rc-name,.region-chip.active .rc-name{color:var(--yellow-deep);font-weight:700}.region-chip:hover .rc-price,.region-chip.active .rc-price{color:var(--yellow-deep)}.rc-name{color:#1a1a1a;margin-bottom:3px;font-size:13px;font-weight:500}.rc-price{color:#999;font-size:11px}.site-footer{background:var(--yellow);color:var(--yellow-deep);text-align:center;margin-top:1rem;padding:2rem;font-size:12px}.site-footer strong{color:var(--yellow-deep);font-weight:700}
