.hero-section{background:linear-gradient(180deg,#f8fcfb,#fff);border-bottom:1px solid #f0f0f0}.hero-inner{max-width:1080px;margin:0 auto;padding:64px 24px 72px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#56c7bb;background:#eaf8f7;padding:5px 12px;border-radius:999px;margin-bottom:20px}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#56c7bb;flex-shrink:0}.hero-h1{font-size:42px;font-weight:700;color:#2e2e2e;line-height:1.25;margin-bottom:18px;letter-spacing:-.5px;font-family:PingFang TC,Noto Sans TC,Microsoft JhengHei,Arial,sans-serif}.hero-h2{font-size:16px;font-weight:400;color:#5d5d5d;line-height:1.75;margin-bottom:28px;font-family:PingFang TC,Noto Sans TC,Microsoft JhengHei,Arial,sans-serif}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background:#56c7bb;color:#fff;border:none;border-radius:8px;padding:12px 22px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s ease;font-family:PingFang TC,Noto Sans TC,Arial,sans-serif;display:inline-block}.btn-primary:hover{background:#4ebcb1}.btn-secondary{background:#fff;color:#5d5d5d;border:1px solid #d7d7d7;border-radius:8px;padding:12px 22px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .15s ease,color .15s ease;font-family:PingFang TC,Noto Sans TC,Arial,sans-serif;display:inline-block}.btn-secondary:hover{border-color:#56c7bb;color:#56c7bb}.hero-art-wrap{display:flex;justify-content:center;align-items:center}.hero-figure{width:100%;max-width:480px;aspect-ratio:1 / 1;position:relative;display:block;overflow:hidden;border-radius:20px;background:radial-gradient(circle at 50% 45%,#eaf8f7,#f8f7f700 68%);animation:heroFloat 6s ease-in-out infinite;transform-origin:center center;filter:drop-shadow(0 16px 32px rgba(86,199,187,.15))}.hero-mascot{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;animation:heroCrossfade 8s ease-in-out infinite}.hero-mascot--cooperation{animation-delay:4s}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(-.5deg)}35%{transform:translateY(-12px) rotate(.6deg)}70%{transform:translateY(-5px) rotate(-.3deg)}}@keyframes heroCrossfade{0%,40%{opacity:1}50%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.hero-figure,.hero-mascot{animation:none}.hero-mascot--graduation{opacity:1}.hero-mascot--cooperation{opacity:0}}.popular-section{max-width:1080px;margin:0 auto;padding:72px 24px 80px}.tag-overview-section{max-width:1080px;margin:0 auto;padding:0 24px 80px}.tag-overview-inner{width:100%}.tag-overview-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.tag-overview-item{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border:1px solid #e8e8e8;border-radius:999px;padding:8px 12px;background:#fff;transition:border-color .15s ease,background .15s ease}.tag-overview-item:hover{border-color:#56c7bb;background:#f8fcfb}.tag-overview-name{font-size:13px;color:#2e2e2e;font-weight:500}.tag-overview-count{font-size:12px;color:#56c7bb;font-weight:700;background:#eaf8f7;border-radius:999px;padding:2px 7px;min-width:22px;text-align:center}.popular-inner{width:100%}.popular-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:32px}.popular-label{font-size:12px;font-weight:600;color:#56c7bb;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-family:PingFang TC,Noto Sans TC,Arial,sans-serif}.popular-title{font-size:28px;font-weight:700;color:#2e2e2e;line-height:1.3;font-family:PingFang TC,Noto Sans TC,Arial,sans-serif}.popular-see-all{color:#56c7bb;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s ease;font-family:PingFang TC,Noto Sans TC,Arial,sans-serif}.popular-see-all:hover{color:#4ebcb1}.card-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.card{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #e8e8e8;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .18s ease,transform .18s ease}.card:hover{box-shadow:0 8px 24px #00000017;transform:translateY(-2px)}.card-cover{height:140px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.card-cover-image{width:100%;height:100%;object-fit:cover}.card-cover-shape1{width:64px;height:64px;border-radius:16px;opacity:.18;position:absolute;top:28px;left:28px}.card-cover-shape2{width:40px;height:40px;border-radius:12px;opacity:.25;position:absolute;bottom:20px;right:36px}.card-cover-label{font-size:36px;font-weight:700;opacity:.22;user-select:none;letter-spacing:-2px}.card-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;gap:10px}.card-tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:11px;font-weight:500;color:#56c7bb;background:#eaf8f7;border-radius:999px;padding:2px 8px}.card-title{font-size:16px;font-weight:700;color:#2e2e2e;line-height:1.4}.card-excerpt{font-size:13.5px;color:#9a9a9a;line-height:1.65;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-footer{padding-top:8px;border-top:1px solid #f0f0f0}.card-date{font-size:12px;color:silver}@media(max-width:768px){.hero-inner{grid-template-columns:1fr}.hero-art-wrap{display:none}.hero-h1{font-size:30px}}
