@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes wave{0%{transform:translateX(0)}to{transform:translateX(-50%)}}html{scroll-behavior:smooth}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.fade-in{animation:fadeIn .3s ease-out}#lightbox{transition:opacity .2s ease}#lightbox.hidden{opacity:0;pointer-events:none}input:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 3px rgba(30,58,95,.2)}.prose video{margin:1rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}#news-content video,.prose video{width:100%;height:auto}.filter-content video{max-width:100%;height:auto;margin:1rem 0}.youtube-facade{position:relative;margin:1rem 0;cursor:pointer}.youtube-facade::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="%23f00"/><path d="M45 24L27 14v20" fill="%23fff"/></svg>')center/contain no-repeat;z-index:10;transition:transform .2s ease}.youtube-facade:hover::before{transform:translate(-50%,-50%) scale(1.1)}.filter-content video,.youtube-facade img{width:100%;border-radius:.5rem}#news-content video,.filter-content video,.youtube-facade iframe,.youtube-facade img{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}#news-content a,.filter-content a,.prose a{color:#1e3a5f;font-weight:600;text-decoration:none;transition:color .2s ease}#news-content a:hover,.filter-content a:hover,.prose a:hover{color:#2d5a8f}.filter-content ol,.filter-content ul,.prose ol,.prose ul{list-style-type:disc;margin:1rem 0;padding-left:1.5rem}.filter-content ol,.prose ol{list-style-type:decimal}.filter-content li,.prose li{margin-bottom:.5rem;line-height:1.6}#news-content li{line-height:1.6}#news-content ul ul,.filter-content ul ul,.prose ul ul{list-style-type:circle;margin:.5rem 0}.content-table,.filter-content table,.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0}#news-content table,.content-table,.filter-content table,.prose table{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}#news-content table thead,.content-table thead,.filter-content table thead,.prose table thead{background:#1e3a5f;color:#fff}.content-table th,.filter-content table th,.prose table th{padding:.75rem 1rem;text-align:left;font-weight:600}#news-content table th{text-align:left;font-weight:600}.content-table td,.filter-content table td,.prose table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.content-table tr:nth-child(even),.filter-content table tr:nth-child(even),.prose table tr:nth-child(even){background-color:#f9fafb}#news-content table tr:nth-child(odd),.content-table tr:nth-child(odd),.filter-content table tr:nth-child(odd),.prose table tr:nth-child(odd){background-color:#fff}#news-content table tr:hover,.content-table tr:hover,.filter-content table tr:hover,.prose table tr:hover{background-color:#f3f4f6}#news-content table td:first-child,.content-table td:first-child,.filter-content table td:first-child,.prose table td:first-child{font-weight:500;color:#374151}@media (max-width:640px){table{display:block;overflow-x:auto}#news-content table td,.content-table td,.filter-content table td,.prose table td{padding:.5rem .75rem;font-size:.875rem}}.page-header{position:relative;background-size:cover;background-position:center;background-image:url(/assets/images/bg/generalbg2.webp);min-height:260px;display:flex;align-items:center;padding:3.5rem 0}.page-header::before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(15,31,51,.85),rgba(15,31,51,.65))}.page-header .page-header-content{position:relative;z-index:10;color:#fff;width:100%;max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}.page-header .page-header-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.page-header .page-header-line{width:5rem;height:4px;background-color:#0068ca;border-radius:2px;margin-left:auto;margin-right:auto}.page-header .page-header-subtitle{font-size:1.125rem;color:rgba(229,231,235,.9);margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width:768px){.page-header{min-height:280px}.page-header .page-header-title{font-size:3rem}.page-header .page-header-subtitle{font-size:1.25rem}}[x-reveal]{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}[x-reveal-stagger].revealed>*,[x-reveal].revealed{opacity:1;transform:translateY(0)}[x-reveal-stagger]>*{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}[x-reveal-stagger].revealed>:nth-child(1){transition-delay:0ms}[x-reveal-stagger].revealed>:nth-child(2){transition-delay:60ms}[x-reveal-stagger].revealed>:nth-child(3){transition-delay:120ms}[x-reveal-stagger].revealed>:nth-child(4){transition-delay:180ms}[x-reveal-stagger].revealed>:nth-child(5){transition-delay:240ms}[x-reveal-stagger].revealed>:nth-child(6){transition-delay:300ms}[x-reveal-stagger].revealed>:nth-child(7){transition-delay:360ms}[x-reveal-stagger].revealed>:nth-child(8){transition-delay:420ms}[x-reveal-stagger].revealed>:nth-child(9){transition-delay:480ms}[x-reveal-stagger].revealed>:nth-child(10){transition-delay:540ms}[x-reveal-stagger].revealed>:nth-child(11){transition-delay:600ms}[x-reveal-stagger].revealed>:nth-child(12){transition-delay:660ms}@media (prefers-reduced-motion:reduce){[x-reveal-stagger]>*,[x-reveal]{opacity:1!important;transform:none!important;transition:none!important}}@media print{.no-print,footer,header{display:none!important}body{font-size:12pt}a{color:#000;text-decoration:none}}.hero-float{animation:heroFloat 4s ease-in-out infinite}.water-wave{position:absolute;bottom:0;left:0;width:200%;height:60px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath fill='rgba(30,80,120,0.25)' d='M0,60 C300,100 400,20 600,60 C800,100 900,20 1200,60 L1200,120 L0,120 Z'/%3E%3C/svg%3E")repeat-x;animation:wave 12s linear infinite}.water-wave-2{opacity:.5;animation-direction:reverse;animation-duration:10s;bottom:5px}.filter-content table,.filter-content>img:first-child,.filter-content>p:first-child>img{display:none!important}.filter-content h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:1.25rem 0 .75rem}.filter-content h3{font-size:1.1rem;font-weight:600;color:#374151;margin:1rem 0 .5rem}.filter-content hr{display:none}.filter-content p:empty{display:none}.filter-content p{margin-bottom:.75rem;line-height:1.7;color:#4b5563}#news-content{color:#374151;line-height:1.8}#news-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:2rem 0 1rem}#news-content h3{font-size:1.25rem;font-weight:600;color:#374151;margin:1.5rem 0 .75rem}#news-content h4{font-size:1.1rem;font-weight:600;color:#4b5563;margin:1.25rem 0 .5rem}#news-content p{margin-bottom:1rem}#news-content ol,#news-content ul{margin:1rem 0;padding-left:1.5rem}#news-content ul{list-style:disc}#news-content ol{list-style:decimal}#news-content li{margin-bottom:.5rem}#news-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}#news-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}#news-content table td,#news-content table th{border:1px solid #e5e7eb;padding:.75rem}#news-content table tr:nth-child(even){background-color:#f9fafb}#news-content .video-container{position:relative;width:100%;padding-bottom:56.25%;margin:1.5rem 0}#news-content .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}#news-content video{max-width:100%;border-radius:.5rem;margin:1rem 0}#news-content hr{border:0;border-top:1px solid #e5e7eb;margin:1.5rem 0}#news-content .flex{display:flex}#news-content .gap-4{gap:1rem}#news-content .items-center{align-items:center}#news-content .my-4,#news-content .my-6{margin-top:1rem;margin-bottom:1rem}#news-content .w-48{width:12rem}#news-content .flex-shrink-0{flex-shrink:0}#news-content .flex-1{flex:1}#news-content .rounded-lg{border-radius:.5rem}#news-content .grid{display:grid}#news-content .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#news-content .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#news-content .aspect-video{aspect-ratio:16/9}#news-content .aspect-\[4\/3\]{aspect-ratio:4/3}#news-content .overflow-hidden{overflow:hidden}#news-content .object-cover{object-fit:cover}#news-content .w-full{width:100%}#news-content .h-full{height:100%}#news-content .text-sm{font-size:.875rem}#news-content .text-gray-600{color:#4b5563}#news-content .text-center{text-align:center}#news-content .mt-2{margin-top:.5rem}#news-content .mb-2,.prose p{margin-bottom:.5rem}#news-content .shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0/.1)}#news-content .border-gray-300{border-color:#d1d5db}.prose img{height:auto}.prose img,.prose video{max-width:100%;margin-top:1rem;border-radius:.5rem}