*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#c80000;--red-dark:#9e0000;--blue:#0000a5;--blue-dark:#000070;--gold:#d4a017;--line-green:#06c755;--line-green-dark:#05a847;--white:#fff;--warm-white:#fff8f0;--bg-muted:#f5e6d0;--text:#333;--text-light:#666;--text-muted:#999;--border:#e0d8d0;--border-light:#eee;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 6px 24px #0000001f;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--font-title:"Noto Serif TC", serif;--font-body:"Noto Sans TC", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background-color:var(--warm-white);-webkit-font-smoothing:antialiased;background-image:url(/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.text-white{color:var(--white)}.page-hero{text-align:center;color:var(--white);background-position:50%;background-size:cover;padding:100px 0 60px}.page-hero--red{background:linear-gradient(#0006, #0006), linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%)}.page-hero--blue{background:linear-gradient(#0006, #0006), linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%)}.page-hero--mixed{background:linear-gradient(#0006, #0006), linear-gradient(135deg, var(--red) 0%, var(--blue) 100%)}.page-hero-title{font-family:var(--font-title);font-size:var(--text-4xl);text-shadow:0 2px 8px #0000004d;margin-bottom:.25rem;font-weight:900}.page-hero-subtitle{font-size:var(--text-lg);opacity:.9}.brand-story-hero{background-color:#0000;background-image:linear-gradient(#0006,#0006),url(/brand-hero.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.gallery-hero{background-color:#0000;background-image:linear-gradient(#0006,#0006),url(/gallery/popup-1.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.sponsors-hero{background-color:#0000;background-image:linear-gradient(#0006,#0006),url(/sponsor/popup-1.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.filter-pills{flex-wrap:wrap;justify-content:center;gap:8px;padding:28px 20px 20px;display:flex}.filter-pill{border-radius:var(--radius-full);border:2px solid var(--red);color:var(--red);font-weight:700;font-size:var(--text-sm);cursor:pointer;font-family:var(--font-body);background:0 0;padding:6px 16px;transition:all .2s}.filter-pill:hover,.filter-pill.active{background:var(--red);color:var(--white)}.list-header{border-bottom:3px solid var(--gold);justify-content:space-between;align-items:baseline;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.list-header-title{font-family:var(--font-title);font-size:var(--text-3xl);color:var(--red);margin:0;font-weight:900}.list-header-count{font-size:var(--text-sm);color:var(--text-muted)}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.tag{font-size:var(--text-xs);color:var(--white);border-radius:var(--radius-sm);white-space:nowrap;padding:2px 10px;font-weight:700;display:inline-block}.tag--red{background:var(--red)}.tag--blue{background:var(--blue)}.tag--green{background:var(--line-green)}.tag--gray{background:var(--text-light)}.tag--gold{background:var(--gold);color:var(--text)}.tag--orange{color:#e65100;background:#fff3e0}.tag--purple{color:#7b1fa2;background:#f3e5f5}.tag--light-blue{color:#1565c0;background:#e3f2fd}.empty-state{text-align:center;color:var(--text-muted);font-size:var(--text-lg);padding:60px 0}.empty-state-icon{margin-bottom:12px;font-size:3rem;display:block}.loading{text-align:center;font-size:var(--text-lg);color:var(--text-muted);padding:3rem 0}.btn{font-size:var(--text-base);border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 1.8rem;font-weight:700;transition:all .3s;display:inline-block}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark)}.btn-cta-invert{background:var(--white);color:var(--red)}.btn-cta-invert:hover{background:var(--gold);color:var(--white)}.btn-line{background:var(--line-green);color:var(--white)}.btn-line:hover{background:var(--line-green-dark)}.header-wrap{z-index:1000;position:sticky;top:0}.header-blue{background:var(--blue);height:15px}.header-white{background:var(--white);height:5px}.header-red{background:var(--red);align-items:stretch;height:85px;display:flex}.header-inner{justify-content:space-between;align-items:stretch;width:100%;display:flex}.header-logo{font-family:var(--font-title);color:var(--white);letter-spacing:2px;align-items:center;font-size:1.8rem;font-weight:900;display:flex}.header-logo:hover{opacity:.9}.header-logo img{object-fit:contain;width:auto;height:70px}.mobile-menu-logo img{object-fit:contain;width:auto;height:40px}.footer-logo img{object-fit:contain;width:auto;height:60px;margin-bottom:.75rem}.header-nav{align-items:flex-end;gap:2rem;padding-bottom:6px;display:flex}.header-nav-link{font-family:var(--font-body);font-size:var(--text-lg);color:var(--white);font-weight:500;transition:opacity .2s}.header-nav-link:hover{opacity:.8}.carousel{-webkit-user-select:none;user-select:none;height:49.22vw;max-height:calc(100vh - 105px);position:relative;overflow:hidden}.carousel-track{height:100%;transition:transform .6s ease-in-out;display:flex}.carousel-slide{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.slide-dajia{background:linear-gradient(135deg, var(--red) 0%, var(--red-dark) 50%, #2d0000 100%)}.slide-baishatun{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 50%, #000040 100%)}.slide-brand{background-image:url(/brand-hero.png);background-position:50%;background-size:cover}.carousel-overlay{background:#00000059;position:absolute;inset:0}.carousel-text{z-index:1;text-align:center;padding:2rem;position:relative}.carousel-title{font-family:var(--font-title);color:var(--white);text-shadow:0 2px 8px #00000080;margin-bottom:1rem;font-size:3rem;font-weight:900}.carousel-subtitle{font-family:var(--font-body);font-size:var(--text-xl);color:#ffffffe6;text-shadow:0 1px 4px #0006}.carousel-dots{z-index:2;gap:12px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.carousel-dot{border:2px solid var(--white);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;transition:background .3s}.carousel-dot.active{background:var(--gold);border-color:var(--gold)}.carousel-dot-sm{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .3s}.carousel-dot-sm.active{background:var(--white)}.news-section{padding:80px 0 100px}.news-section .container{max-width:1600px}.news-layout{grid-template-columns:48% 1fr;align-items:start;gap:2.5rem;display:grid}.news-image{border-radius:var(--radius-lg);width:100%;height:460px;position:relative;overflow:hidden}.news-image-placeholder{background:linear-gradient(135deg, var(--red) 0%, var(--blue) 100%);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.news-image-text{font-family:var(--font-title);font-size:var(--text-3xl);color:var(--white);text-shadow:0 2px 8px #0000004d;font-weight:900}.news-list{flex-direction:column;display:flex}.news-list-title{font-family:var(--font-title);font-size:var(--text-3xl);color:var(--red);border-bottom:3px solid var(--gold);margin-bottom:0;padding-bottom:.75rem;font-weight:900}.news-item{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.6rem 0;transition:background .2s;display:flex}.news-item:hover{background:#c8000008}.news-date{font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;min-width:90px}.news-title{font-size:var(--text-base);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.news-more{text-align:right;margin-top:1rem}.news-more a{font-size:var(--text-base);color:var(--red);font-weight:700}.news-more a:hover{text-decoration:underline}.brand-preview{background:linear-gradient(135deg, var(--blue) 0%, var(--red) 100%);text-align:center;padding:80px 0}.brand-preview-title{font-family:var(--font-title);font-size:var(--text-3xl);color:var(--white);text-shadow:0 2px 8px #0000004d;margin-bottom:1.5rem;font-weight:900}.brand-preview-text{font-size:var(--text-lg);color:#ffffffe6;margin-bottom:2rem;line-height:2}.brand-preview-link{font-size:var(--text-lg);color:var(--gold);border:2px solid var(--gold);border-radius:var(--radius-md);padding:.75rem 2rem;font-weight:700;transition:all .3s;display:inline-block}.brand-preview-link:hover{background:var(--gold);color:var(--blue)}.sponsor-gallery-section{padding:80px 0}.sg-container{grid-template-columns:1fr 1fr;gap:3rem;max-width:1400px;display:grid}.sg-heading{font-family:var(--font-title);font-size:var(--text-3xl);color:var(--red);margin-bottom:.5rem;font-weight:900}.sg-desc{color:var(--text-light);font-size:var(--text-base);margin-bottom:1.5rem}.sg-cta{text-align:center;margin-top:.5rem}.sponsor-carousel-wrapper,.gallery-carousel-wrapper{border-radius:var(--radius-lg);width:100%;height:360px;margin-bottom:1.5rem;overflow:hidden}.footer-wrap{background:linear-gradient(135deg, var(--red-dark) 0%, var(--red) 100%);color:var(--white)}.footer-top{padding:48px 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;display:grid}.footer-logo{font-family:var(--font-title);font-size:var(--text-2xl);margin-bottom:.75rem;font-weight:900}.footer-desc{font-size:var(--text-sm);opacity:.8;line-height:1.8}.footer-title{font-family:var(--font-title);font-size:var(--text-lg);color:var(--gold);margin-bottom:1rem;font-weight:700}.footer-links a,.footer-social a{font-size:var(--text-sm);opacity:.8;padding:4px 0;transition:opacity .2s;display:block}.footer-links a:hover,.footer-social a:hover{opacity:1}.footer-bottom{text-align:center;font-size:var(--text-sm);opacity:.7;border-top:1px solid #fff3;padding:16px 0}.story-body{z-index:1;max-width:800px;margin:2rem auto 0;padding:0 24px 80px;position:relative}.story-section{margin-bottom:1.5rem}.story-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem;transition:transform .2s,box-shadow .2s}.story-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.story-card h1{font-family:var(--font-title);color:var(--red);border-bottom:2px solid var(--gold);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:900}.story-card h2{font-family:var(--font-title);font-size:var(--text-2xl);color:var(--red);border-bottom:2px solid var(--gold);margin:0 0 1.25rem;padding-bottom:.75rem;font-weight:900}.story-card h3{font-family:var(--font-title);font-size:var(--text-xl);color:var(--text);margin:1.25rem 0 .5rem;font-weight:700}.story-card p{font-size:var(--text-base);color:var(--text);letter-spacing:.3px;margin-bottom:1.25rem;line-height:2.2}.story-card p:first-of-type{font-size:var(--text-lg);color:var(--text-light);border-left:3px solid var(--gold);padding-left:1rem;font-style:italic}.story-section:nth-child(odd) .story-card{border-left:4px solid var(--red)}.story-section:nth-child(2n) .story-card{border-left:4px solid var(--blue)}.story-card strong{color:var(--red)}.story-card ul,.story-card ol{margin-bottom:1rem;padding-left:1.5rem}.story-card li{font-size:var(--text-base);color:var(--text);line-height:2}.story-card blockquote{border-left:4px solid var(--gold);background:var(--warm-white);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--text-light);margin:1rem 0;padding:.75rem 1.25rem;font-style:italic}.story-card img{border-radius:var(--radius-md);margin:1rem 0}.story-card hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.story-cta-section{background:linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);text-align:center;padding:60px 0}.story-cta-text{font-family:var(--font-title);font-size:var(--text-2xl);color:var(--white);margin-bottom:1rem;font-weight:900}.story-cta-sub{font-size:var(--text-base);color:#ffffffd9;margin-bottom:2rem;line-height:1.8}.popup-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-modal{border-radius:var(--radius-md);max-width:95vw;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.popup-close{width:50px;height:50px;color:var(--white);font-size:var(--text-xl);cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.popup-close:hover{background:#000000b3}.popup-image-area{justify-content:center;align-items:center;display:flex}.popup-img{border-radius:var(--radius-md);width:auto;max-width:95vw;height:auto;max-height:80vh;display:block}.hamburger-btn{display:none}@media (max-width:768px){.header-nav-desktop{display:none}.hamburger-btn{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:flex}.hamburger-btn span{background:var(--white);border-radius:2px;width:26px;height:3px;transition:all .3s;display:block}}.mobile-menu-overlay{background:var(--red);z-index:10000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;animation:.25s menuFadeIn;display:flex;position:fixed;inset:0}@keyframes menuFadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-close{width:48px;height:48px;color:var(--white);font-size:var(--text-2xl);cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.mobile-menu-close:hover{border-color:var(--white);background:#ffffff26}.mobile-menu-logo{font-family:var(--font-title);font-size:var(--text-3xl);color:var(--white);letter-spacing:4px;margin-bottom:1rem;font-weight:900}.mobile-menu-nav{flex-direction:column;align-items:center;gap:.5rem;display:flex}.mobile-menu-nav a{font-family:var(--font-title);color:var(--white);border-radius:var(--radius-md);letter-spacing:2px;padding:.75rem 2rem;font-size:1.4rem;font-weight:700;transition:all .2s}.mobile-menu-nav a:hover{background:#ffffff26}.mobile-menu-social{border-top:1px solid #fff3;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1.5rem;display:flex}.mobile-menu-social a{font-size:var(--text-base);color:#fffc;transition:color .2s}.mobile-menu-social a:hover{color:var(--white)}.fab-line{background:var(--line-green);width:60px;height:60px;box-shadow:var(--shadow-md);z-index:9000;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px}.fab-line:hover{box-shadow:var(--shadow-lg);transform:scale(1.1)}.fab-line:active{transform:scale(.95)}.sponsor-carousel,.gallery-carousel,.news-image-carousel{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:relative;overflow:hidden}.sponsor-carousel-track,.gallery-carousel-track,.news-image-track,.sponsor-carousel-slide,.gallery-carousel-slide{height:100%}.sponsor-carousel-placeholder,.gallery-carousel-placeholder{background:linear-gradient(135deg, var(--red) 0%, var(--gold) 100%);border-radius:var(--radius-lg);width:100%;height:100%;font-family:var(--font-title);font-size:var(--text-3xl);color:var(--white);justify-content:center;align-items:center;font-weight:900;display:flex}.sponsor-carousel-dots,.gallery-carousel-dots,.news-carousel-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.sponsor-carousel-dot,.gallery-carousel-dot,.news-carousel-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .3s}.sponsor-carousel-dot.active,.gallery-carousel-dot.active,.news-carousel-dot.active{background:var(--white)}@media (max-width:768px){.header-inner{padding:0 16px}.header-logo{font-size:var(--text-xl)}.header-logo img{height:45px}.header-nav{gap:1rem}.header-nav-link{font-size:var(--text-sm)}.carousel-title{font-size:var(--text-3xl)}.carousel-subtitle{font-size:var(--text-base)}.news-layout{grid-template-columns:1fr;gap:2rem}.news-image{width:100%;height:300px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.brand-preview-title{font-size:var(--text-2xl)}.gallery-carousel-wrapper{height:280px}.sponsor-carousel-wrapper{height:260px}.sg-container{grid-template-columns:1fr}.page-hero{padding:60px 0 40px}.page-hero-title{font-size:var(--text-3xl)}.list-header-title{font-size:var(--text-2xl)}.filter-pill{font-size:var(--text-xs);padding:5px 12px}}@media (max-width:480px){.header-red{height:48px}.header-logo{font-size:var(--text-lg)}.header-logo img{height:36px}.header-nav-link{font-size:var(--text-sm)}.carousel-title{font-size:var(--text-2xl)}.carousel-subtitle{font-size:var(--text-sm)}.news-item{flex-wrap:wrap;gap:.5rem}.news-title{white-space:normal}.fab-line{width:52px;height:52px;bottom:16px;right:16px}.fab-line svg{width:24px;height:24px}}
