@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans TC,Rubik,Libre Baskerville,Century Gothic,Arial;line-height:1.6;margin:0}.main-content{margin-top:72px}@media (max-width: 768px){.main-content{margin-top:43px}}a{color:#103c5d;text-decoration:none}a:hover{text-decoration:underline}.header{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none;color:#333;font-size:1.2rem;font-weight:600;transition:opacity .3s ease}.logo img{height:40px;width:auto;margin-right:1rem;object-fit:contain}.logo:hover{opacity:.85;text-decoration:none}@media (max-width: 768px){.logo{font-size:1rem}.logo img{height:32px;margin-right:.5rem}}@media (max-width: 375px){.logo img{height:28px;margin-right:0}.logo span{display:none}}.logo-text{white-space:nowrap;background:linear-gradient(45deg,#103c5d,#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@supports not (background-clip: text){.logo-text{background:none;color:#103c5d}}.nav-menu{display:flex;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-menu a:hover,.nav-menu a.router-link-active{color:#50b794}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{width:24px;height:20px;position:relative}.hamburger span{display:block;width:100%;height:2px;background-color:#333;position:absolute;transition:all .3s}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.is-active span:nth-child(1){transform:rotate(45deg);top:9px}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:rotate(-45deg);top:9px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.right-menu-group{display:flex;align-items:center;gap:2rem}.social-links{display:flex;gap:1rem;align-items:center}.social-link{color:#333;font-size:1.2rem;transition:color .3s ease}.social-link:hover{color:#4a90e2}@media (max-width: 768px){.right-menu-group{display:block}.menu-toggle{display:block;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.nav-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:1rem;gap:1rem;box-shadow:0 2px 4px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s}.nav-menu.is-open{display:flex;transform:translateY(0);opacity:1;visibility:visible}.nav-menu a{padding:.5rem 0}.header .social-links{position:absolute;right:2rem;top:50%;transform:translateY(-50%);right:1rem}.header-container{padding:.5rem}}.footer{background-color:#1f1f17;padding:60px 0 20px;color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:29px;padding:0 1rem}.footer-section h2{font-size:24px;margin-bottom:15px;color:#fff}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#fff;text-decoration:none;transition:color .3s;display:flex;align-items:center}.footer-links a:before{content:"›";margin-right:10px;color:#50b794}.footer-links a:hover{color:#50b794}.footer-bottom{max-width:1200px;margin:40px auto 0;padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between}.green-line{width:40px;height:3px;background-color:#50b794;margin-bottom:20px}.about-text{margin-bottom:20px;line-height:1.6}.social-links{display:flex;gap:15px}.social-icon{background-color:#50b794;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .3s}.social-icon:hover{background-color:#3e9678;text-decoration:none}.contact-info a{color:#fff}.contact-info p{margin-bottom:15px;display:flex;align-items:center}.gold-icon{color:#f5a623;margin-right:10px;width:20px}.newsletter{display:flex;margin-top:20px}.email-input{flex:1;padding:10px;border:none;border-radius:25px 0 0 25px}.submit-btn{background-color:#50b794;border:none;color:#fff;padding:10px 20px;border-radius:0 25px 25px 0;cursor:pointer;transition:background-color .3s}.submit-btn:hover{background-color:#3e9678}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center;gap:10px}}.tournament-page{min-height:calc(100vh - 72px);padding:2rem;background-color:#f9f6f0}@media (max-width: 768px){.tournament-page{padding:1rem;min-height:calc(100vh - 60px)}}.tournament-page .page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(16,60,93,.1);display:flex;justify-content:space-between;align-items:center;gap:1rem}@media (max-width: 768px){.tournament-page .page-header{flex-direction:column;align-items:stretch}}.tournament-page .page-header h1{color:#103c5d;font-size:1.8rem;margin:0}@media (max-width: 768px){.tournament-page .page-header h1{font-size:1.4rem;text-align:center}}.tournament-page .group-selector{position:relative;min-width:200px}@media (max-width: 768px){.tournament-page .group-selector{width:100%}}.tournament-page .group-selector .select-input{width:100%;padding:.75rem 1rem;border:1px solid rgba(16,60,93,.2);border-radius:8px;font-size:1rem;color:#103c5d;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s ease}.tournament-page .group-selector .select-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a}.tournament-page .group-selector:after{content:"▼";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#103c5d;pointer-events:none;font-size:.8rem}.tournament-page .tab-container{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid rgba(16,60,93,.1)}.tournament-page .tab-container .tab-button{padding:.75rem 1.5rem;background:none;border:none;color:#5f5f5f;font-weight:500;cursor:pointer;position:relative;transition:color .3s ease}.tournament-page .tab-container .tab-button:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#103c5d;transform:scaleX(0);transition:transform .3s ease}.tournament-page .tab-container .tab-button:hover,.tournament-page .tab-container .tab-button.active{color:#103c5d}.tournament-page .tab-container .tab-button.active:after{transform:scaleX(1)}.tournament-page .standings-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;overflow:hidden}.tournament-page .standings-table table{width:100%;border-collapse:collapse}.tournament-page .standings-table table th,.tournament-page .standings-table table td{padding:1rem;text-align:center;border-bottom:1px solid rgba(16,60,93,.1)}@media (max-width: 768px){.tournament-page .standings-table table th,.tournament-page .standings-table table td{padding:.5rem;font-size:.9rem}.tournament-page .standings-table table th:nth-child(n+4):nth-child(-n+7),.tournament-page .standings-table table td:nth-child(n+4):nth-child(-n+7){display:none}}.tournament-page .standings-table table th:first-child,.tournament-page .standings-table table td:first-child{text-align:left;padding-left:1.5rem}.tournament-page .standings-table table th{background-color:#103c5d;color:#fff;font-weight:500;white-space:nowrap}.tournament-page .standings-table table tbody tr:hover{background-color:#103c5d0d}.tournament-page .standings-table table tbody tr:last-child td{border-bottom:none}.tournament-page .matches-accordion .match-item{background:#fff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:all .3s ease}.tournament-page .matches-accordion .match-item:hover{box-shadow:0 4px 8px #0000001a}.tournament-page .matches-accordion .match-item .match-header{padding:1rem 1.5rem;background-color:#103c5d0d;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#103c5d;transition:background-color .3s ease}@media (max-width: 768px){.tournament-page .matches-accordion .match-item .match-header{padding:.75rem 1rem;font-size:.9rem}}.tournament-page .matches-accordion .match-item .match-header:hover{background-color:#103c5d1a}.tournament-page .matches-accordion .match-item .match-details{padding:1.5rem;border-top:1px solid rgba(16,60,93,.1)}@media (max-width: 768px){.tournament-page .matches-accordion .match-item .match-details{padding:1rem}}.tournament-page .matches-accordion .match-item .match-details .team{display:flex;align-items:center;padding:.5rem 0}.tournament-page .matches-accordion .match-item .match-details .team .team-name{flex:1}.tournament-page .matches-accordion .match-item .match-details .team .score{font-weight:700;min-width:30px;text-align:center}.tournament-page .matches-accordion .match-item .match-details .team .pk{color:#f5a623;font-size:.9rem;margin-left:.5rem}.tournament-page .matches-accordion .match-item .match-details .venue{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(16,60,93,.1);color:#5f5f5f;font-size:.9rem}.tournament-page .matches-accordion .match-item .match-details .venue:before{content:"比賽場地：";color:#103c5d}.tournament-page .knockout-matches{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.tournament-page .knockout-matches{grid-template-columns:1fr;gap:1rem}}.tournament-page .knockout-matches .knockout-match{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.tournament-page .knockout-matches .knockout-match:hover{transform:translateY(-2px)}.tournament-page .knockout-matches .knockout-match .match-header{background:#103c5d;color:#fff;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.tournament-page .knockout-matches .knockout-match .match-content{padding:1rem}.tournament-page .knockout-matches .knockout-match .match-content .team{padding:.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(16,60,93,.1)}.tournament-page .knockout-matches .knockout-match .match-content .team:last-of-type{border-bottom:none}.tournament-page .knockout-matches .knockout-match .match-content .team .team-name{flex:1}.tournament-page .knockout-matches .knockout-match .match-content .team .score{font-weight:700;min-width:30px;text-align:center}.tournament-page .knockout-matches .knockout-match .match-content .team .pk{color:#f5a623;font-size:.9rem}.tournament-page .knockout-matches .knockout-match .match-content .venue{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(16,60,93,.1);color:#5f5f5f;font-size:.9rem}.hero{position:relative;height:100vh;width:100%;background:url(/assets/jpg/splash-CPAmS7_i.jpg) no-repeat center center;background-size:cover;margin-top:0}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to top,#fff,transparent)}@media (max-width: 768px){.hero{background-image:url(/assets/jpg/splash_m-DCHPjsSA.jpg);height:80vh}}.section-common,.values-section,.mission-section,.vision-section{padding:6rem 2rem;margin:0 auto}.section-common .contanter,.values-section .contanter,.mission-section .contanter,.vision-section .contanter{max-width:1200px;margin:auto}.section-common .contanter .title,.values-section .contanter .title,.mission-section .contanter .title,.vision-section .contanter .title{text-align:center;font-size:2rem;margin-bottom:4rem;color:#103c5d;position:relative;font-weight:600}.section-common .contanter .title span,.values-section .contanter .title span,.mission-section .contanter .title span,.vision-section .contanter .title span{margin:auto;position:relative}.section-common .contanter .title span:after,.values-section .contanter .title span:after,.mission-section .contanter .title span:after,.vision-section .contanter .title span:after,.section-common .contanter .title span:before,.values-section .contanter .title span:before,.mission-section .contanter .title span:before,.vision-section .contanter .title span:before{content:"";width:86px;height:4px;background-color:#103c5d;position:absolute;top:50%;transform:translate(-50%)}.section-common .contanter .title span:after,.values-section .contanter .title span:after,.mission-section .contanter .title span:after,.vision-section .contanter .title span:after{right:100%}.section-common .contanter .title span:before,.values-section .contanter .title span:before,.mission-section .contanter .title span:before,.vision-section .contanter .title span:before{right:-100%}.section-common .contanter .d-flex,.values-section .contanter .d-flex,.mission-section .contanter .d-flex,.vision-section .contanter .d-flex{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.section-common .contanter .block,.values-section .contanter .block,.mission-section .contanter .block,.vision-section .contanter .block{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.section-common .contanter .block:hover,.values-section .contanter .block:hover,.mission-section .contanter .block:hover,.vision-section .contanter .block:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.section-common .contanter .block .subtitle,.values-section .contanter .block .subtitle,.mission-section .contanter .block .subtitle,.vision-section .contanter .block .subtitle{color:#103c5d;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:2px solid rgba(16,60,93,.2);display:flex;align-items:center}.section-common .contanter .block .subtitle:before,.values-section .contanter .block .subtitle:before,.mission-section .contanter .block .subtitle:before,.vision-section .contanter .block .subtitle:before{font-family:"Font Awesome 5 Free";font-weight:900;margin-right:1rem;color:#f1c40f}.section-common .contanter .block .content,.values-section .contanter .block .content,.mission-section .contanter .block .content,.vision-section .contanter .block .content{line-height:1.8;color:#333;font-size:1.1rem;text-align:justify}.section-common .contanter .summary-block,.values-section .contanter .summary-block,.mission-section .contanter .summary-block,.vision-section .contanter .summary-block{background-color:#092031;color:#fff;padding:3rem;border-radius:12px;margin-top:4rem;position:relative}.section-common .contanter .summary-block .content,.values-section .contanter .summary-block .content,.mission-section .contanter .summary-block .content,.vision-section .contanter .summary-block .content{color:#fff;font-size:1.2rem;line-height:1.8;text-align:justify}@media (max-width: 1200px){.section-common .contanter .d-flex,.values-section .contanter .d-flex,.mission-section .contanter .d-flex,.vision-section .contanter .d-flex{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-common,.values-section,.mission-section,.vision-section{padding:2rem}.section-common .contanter .d-flex,.values-section .contanter .d-flex,.mission-section .contanter .d-flex,.vision-section .contanter .d-flex{grid-template-columns:1fr}.section-common .contanter .title,.values-section .contanter .title,.mission-section .contanter .title,.vision-section .contanter .title{font-size:1.5rem;margin-bottom:1rem}.section-common .contanter .title span:after,.values-section .contanter .title span:after,.mission-section .contanter .title span:after,.vision-section .contanter .title span:after,.section-common .contanter .title span:before,.values-section .contanter .title span:before,.mission-section .contanter .title span:before,.vision-section .contanter .title span:before{width:20px;height:2px}.section-common .contanter .title span:after,.values-section .contanter .title span:after,.mission-section .contanter .title span:after,.vision-section .contanter .title span:after{right:100%}.section-common .contanter .title span:before,.values-section .contanter .title span:before,.mission-section .contanter .title span:before,.vision-section .contanter .title span:before{right:-40%}.section-common .contanter .block,.values-section .contanter .block,.mission-section .contanter .block,.vision-section .contanter .block{padding:1.5rem}.section-common .contanter .block .subtitle,.values-section .contanter .block .subtitle,.mission-section .contanter .block .subtitle,.vision-section .contanter .block .subtitle{font-size:1.2rem}.section-common .contanter .block .content,.values-section .contanter .block .content,.mission-section .contanter .block .content,.vision-section .contanter .block .content{font-size:1rem}.section-common .contanter .summary-block,.values-section .contanter .summary-block,.mission-section .contanter .summary-block,.vision-section .contanter .summary-block{padding:2rem}.section-common .contanter .summary-block .content,.values-section .contanter .summary-block .content,.mission-section .contanter .summary-block .content,.vision-section .contanter .summary-block .content{font-size:1.1rem}}.vision-section{background-color:#103c5d}.vision-section .contanter .title{color:#fff}.vision-section .contanter .title span:after,.vision-section .contanter .title span:before{background-color:#fff}.vision-section .contanter .block .subtitle.core:before{content:""}.vision-section .contanter .block .subtitle.promote:before{content:""}.vision-section .contanter .block .subtitle.infra:before{content:""}.vision-section .contanter .block .subtitle.coop:before{content:""}.vision-section .contanter .block .subtitle.sustain:before{content:""}.vision-section .contanter .block .subtitle.social:before{content:""}.mission-section{background-color:#fff}.mission-section .contanter .title{color:#103c5d}.mission-section .contanter .title span:after,.mission-section .contanter .title span:before{background-color:#103c5d}.mission-section .contanter .block .subtitle.core:before{content:""}.mission-section .contanter .block .subtitle.edu:before{content:""}.mission-section .contanter .block .subtitle.community:before{content:""}.mission-section .contanter .block .subtitle.global:before{content:""}.mission-section .contanter .block .subtitle.talent:before{content:""}.mission-section .contanter .block .subtitle.industry:before{content:""}.mission-section .contanter .summary-block{background:linear-gradient(45deg,#103c5d,#4a90e2)}.mission-section .contanter .summary-block .content{color:#fff}.values-section{background-color:#103c5d}.values-section .contanter .title{color:#fff}.values-section .contanter .title span:after,.values-section .contanter .title span:before{background-color:#fff}.values-section .contanter .block .subtitle.integrity:before{content:""}.values-section .contanter .block .subtitle.unity:before{content:""}.values-section .contanter .block .subtitle.innovation:before{content:""}.values-section .contanter .block .subtitle.sustainability:before{content:""}.values-section .contanter .block .subtitle.inclusivity:before{content:""}.values-section .contanter .block .subtitle.development:before{content:""}.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.not-found{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#103c5d,#4a90e2);padding:2rem}.not-found__container{text-align:center;max-width:600px;background:#fffffff2;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;animation:fadeInUp .8s ease-out}.not-found__title{font-size:8rem;font-weight:700;color:#103c5d;margin:0;line-height:1}@media (max-width: 768px){.not-found__title{font-size:6rem}}.not-found__subtitle{font-size:2rem;color:#4a90e2;margin:1rem 0 2rem}@media (max-width: 768px){.not-found__subtitle{font-size:1.5rem}}.not-found__text{color:#5f5f5f;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.not-found__button{display:inline-block;padding:1rem 2rem;background-color:#50b794;color:#fff;border-radius:50px;text-decoration:none;transition:all .3s ease;font-weight:500}.not-found__button:hover{background-color:#3e9678;transform:translateY(-2px);text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating{animation:floating 3s ease-in-out infinite}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}
