:root{--brand-red:#b22023;--brand-dark:#151515;--brand-gray:#f5f6f8;--content-max:1140px}*{box-sizing:border-box}body{color:#2b2b2b;margin:0;font-family:Noto Sans TC,Microsoft JhengHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.container-fixed{max-width:var(--content-max);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.btn-brand{background:var(--brand-red);color:#fff;border:1px solid var(--brand-red);border-radius:.375rem;padding:.5rem 1.25rem;font-weight:500;text-decoration:none;display:inline-block}.btn-brand:hover{color:#fff;background:#971b1d;border-color:#971b1d}.section{padding:4rem 0}.section-gray{background:var(--brand-gray)}.feature-card{background:#fff;border:1px solid #e6e7ea;height:100%;padding:2rem;transition:box-shadow .2s,border-color .2s}.feature-card:hover{border-color:var(--brand-red);box-shadow:0 .25rem .75rem #00000014}.text-brand{color:var(--brand-red)}.footer{background:var(--brand-dark);color:#cfcfcf;padding:3rem 0}.footer a{color:#cfcfcf;text-decoration:none}.footer a:hover{color:#fff}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;margin-bottom:1.5rem;display:grid}.footer-title{color:#fff;margin:0 0 .75rem;font-size:1rem;font-weight:600}.footer-links{margin:0;padding:0;font-size:.9rem;list-style:none}.footer-links li{margin-bottom:.35rem}.footer-social{gap:1rem;margin-bottom:1rem;display:flex}.footer-copy{text-align:center;color:#999;margin:0;font-size:.85rem}.site-nav{z-index:100;background:#fff;padding:.75rem 1rem;position:sticky;top:0;box-shadow:0 1px 3px #00000014}.site-nav-inner{max-width:var(--content-max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex}.site-nav-logo{color:inherit;align-items:center;text-decoration:none;display:flex}.site-nav-logo-img{height:40px;display:block}.site-nav-toggle{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:.25rem;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;transition:background .2s;display:none}.site-nav-toggle:hover{background:#f5f5f5}.site-nav-toggle-bar{background:#333;border-radius:1px;width:20px;height:2px;margin:0 auto;transition:transform .2s,opacity .2s;display:block}.site-nav-menu{align-items:center;gap:1.5rem;display:flex}.site-nav-link{color:inherit;white-space:nowrap;font-size:.95rem;text-decoration:none}.site-nav-link:hover{color:var(--brand-red)}.site-nav-link-cta,.site-nav-link-cta:hover{color:#fff!important}.site-nav-dropdown{position:relative}.site-nav-dropdown-trigger{cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;display:inline-flex}.site-nav-dropdown-arrow{opacity:.8;font-size:.6em;transition:transform .2s}.site-nav-dropdown-open .site-nav-dropdown-arrow{transform:rotate(180deg)}.site-nav-dropdown-menu{z-index:50;background:#fff;border-radius:.25rem;flex-direction:column;min-width:160px;margin-top:0;padding:.25rem 0 .5rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0000001f}.site-nav-dropdown-menu-open{display:flex}.site-nav-dropdown-item{color:inherit;white-space:nowrap;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;display:block}.site-nav-dropdown-item:hover{background:var(--brand-gray);color:var(--brand-red)}.site-nav-dropdown-mobile-link{display:none}.site-nav-mobile-sublinks{border-top:1px solid #eee;flex-direction:column;flex-basis:100%;margin-top:0;padding:0 0 1rem;display:none}.site-nav-mobile-group{margin-bottom:.375rem}.site-nav-mobile-group:last-child{margin-bottom:0}.site-nav-mobile-group-trigger{color:#222;background:var(--brand-gray);cursor:pointer;text-align:left;border:none;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;width:100%;margin:0;padding:.7rem 1rem;font-family:inherit;font-size:1.05rem;font-weight:600;display:flex}.site-nav-mobile-group-trigger:hover{background:#e8e9ec}.site-nav-mobile-group-arrow{opacity:.8;margin-left:.5rem;font-size:.75rem}.site-nav-mobile-group-content{transition:max-height .2s ease-out;overflow:hidden}.site-nav-mobile-group-content[hidden]{max-height:0;overflow:hidden;display:block!important}.site-nav-mobile-group-expanded .site-nav-mobile-group-content{max-height:400px}.site-nav-mobile-group-expanded .site-nav-mobile-group-content[hidden]{max-height:0}.site-nav-mobile-sublink{color:inherit;border-bottom:1px solid #f5f5f5;padding:.55rem .75rem .55rem 1rem;font-size:.95rem;text-decoration:none;display:block}.site-nav-mobile-sublink:hover{color:var(--brand-red)}.site-nav-mobile-group-in-menu{display:none}.faq-page{padding-bottom:4rem}.faq-hero{text-align:center;background:linear-gradient(#fafafa 0%,#fff 100%);border-bottom:1px solid #eee;padding:2.5rem 1rem 2rem}.faq-hero-title{color:var(--brand-dark);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.faq-hero-desc{color:#555;margin:0 0 1.5rem;font-size:1rem}.faq-search-wrap{max-width:420px;margin:0 auto}.faq-search{border:1px solid #ddd;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem}.faq-search:focus{border-color:var(--brand-red);box-shadow:0 0 0 3px #b2202326}.faq-body{max-width:720px;margin:0 auto;padding:2rem 1rem 0}.faq-cats{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.faq-cat-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:2rem;padding:.4rem .9rem;font-size:.9rem;transition:border-color .2s,background .2s,color .2s}.faq-cat-btn:hover{border-color:var(--brand-red);color:var(--brand-red)}.faq-cat-btn.active{background:var(--brand-red);border-color:var(--brand-red);color:#fff}.faq-list{margin-bottom:2.5rem}.faq-item{border:1px solid #e6e7ea;border-radius:.5rem;margin-bottom:.5rem;overflow:hidden}.faq-item.open{border-color:var(--brand-red);box-shadow:0 0 0 1px var(--brand-red)}.faq-item-q{text-align:left;cursor:pointer;color:#2b2b2b;background:#fff;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:500;transition:background .2s;display:flex}.faq-item-q:hover{background:#f9f9f9}.faq-item-icon{background:#eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1.1rem;line-height:1;transition:transform .2s,background .2s;display:inline-flex}.faq-item.open .faq-item-icon{background:var(--brand-red);color:#fff;transform:rotate(45deg)}.faq-item-a{border-top:1px solid #e6e7ea}.faq-item-a-inner{color:#444;padding:1rem 1.25rem 1.25rem;font-size:.95rem;line-height:1.8}.faq-item-a-inner a{color:var(--brand-red);text-decoration:underline}.faq-empty{text-align:center;color:#666;padding:2rem}.faq-cta{text-align:center;background:var(--brand-gray);border-radius:.5rem;padding:2rem}.faq-cta p{color:#333;margin:0 0 1rem;font-weight:500}.faq-cta-btns{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-brand-outline{color:var(--brand-red);border:1px solid var(--brand-red);background:0 0;border-radius:.375rem;padding:.5rem 1.25rem;font-weight:500;text-decoration:none;display:inline-block}.btn-brand-outline:hover{background:var(--brand-red);color:#fff}.dev-docs{margin-top:1.25rem}.dev-docs-toolbar{background:#fafbfc;border:1px solid #eceff3;border-radius:.7rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem;margin-bottom:1.35rem;padding:.9rem 1rem;display:flex}.dev-docs-cats{flex-wrap:wrap;gap:.5rem;display:flex}.dev-docs-cat-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:999px;padding:.42rem .95rem;font-size:.88rem;font-weight:500}.dev-docs-cat-btn.active{background:var(--brand-red);border-color:var(--brand-red);color:#fff}.dev-docs-search{border:1px solid #ddd;border-radius:.5rem;width:min(100%,360px);min-width:240px;padding:.58rem .8rem;font-size:.92rem}.dev-docs-group{margin-bottom:2rem;padding-top:.35rem}.dev-docs-group-card{border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.25rem;box-shadow:0 1px 2px #0f172a0a}.dev-docs-group-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:.7rem .9rem}.dev-docs-group-body{padding:.85rem .9rem}.dev-docs-group-title{color:#374151;letter-spacing:.01em;margin:0;font-size:1.02rem;font-weight:600}.dev-docs-list{gap:.85rem;display:grid}.dev-doc-card{background:#fff;border:1px solid #e5e7eb;border-radius:.7rem;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex}.dev-doc-card-title{color:#1f2937;margin:0 0 .3rem;font-size:1.03rem;font-weight:400}.dev-doc-card-meta{color:#6b7280;flex-wrap:wrap;gap:.85rem;font-size:.83rem;display:flex}.dev-doc-card-missing{color:#888;font-size:.9rem}.dev-doc-btn{color:#fff;border:1px solid #0000;border-radius:.375rem;padding:.45rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.dev-doc-btn-file{background:#1f6feb;border-color:#1f6feb}.dev-doc-btn-file:hover{color:#fff;background:#1558be;border-color:#1558be}.dev-doc-btn-link{background:#6b7280;border-color:#6b7280}.dev-doc-btn-link:hover{color:#fff;background:#4b5563;border-color:#4b5563}.dev-docs-empty{color:#666;text-align:center;border:1px dashed #d1d5db;border-radius:.6rem;padding:1.25rem}.news-page-header{margin-bottom:1.5rem}.news-page-title{margin:0 0 .35rem;font-size:1.75rem;font-weight:700}.news-page-desc{color:#555;margin:0;font-size:1rem}.news-cats{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.news-cat-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:2rem;padding:.4rem .9rem;font-size:.9rem;transition:all .2s}.news-cat-btn:hover{border-color:var(--brand-red);color:var(--brand-red)}.news-cat-btn.active{background:var(--brand-red);border-color:var(--brand-red);color:#fff}.news-list{margin-bottom:2rem}.news-card-list{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.news-card{color:inherit;border:1px solid #e6e7ea;border-radius:.5rem;gap:1rem;padding:1rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.news-card:hover{border-color:var(--brand-red);box-shadow:0 2px 8px #0000000f}.news-card-img-wrap{background:var(--brand-gray);border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:100px;display:flex;overflow:hidden}.news-card-img{object-fit:contain;width:100%;height:100%}.news-card-body{flex:1;min-width:0}.news-card-cat{color:#666;margin-bottom:.25rem;font-size:.75rem;display:inline-block}.news-card-title{margin:0 0 .25rem;font-size:1.05rem;font-weight:600;line-height:1.4}.news-card-subtitle{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.news-card-date{color:#888;font-size:.85rem}.news-empty{text-align:center;color:#666;padding:2rem}.news-detail-article{line-height:1.8}.news-detail-article a{color:var(--brand-red);text-decoration:underline}.news-detail-hero-img{vertical-align:top;width:100%;height:auto;display:block}.prose img,.news-detail-article img,.home-pop-html img{max-width:100%!important;height:auto!important}.prose .cms2-title h2,.news-detail-article .cms2-title h2{margin:0 0 .75rem;font-size:clamp(1.75rem,3.6vw,2.25rem);font-weight:700;line-height:1.25}.prose .cms2-text p,.news-detail-article .cms2-text p,.prose .cms2-copy,.news-detail-article .cms2-copy,.prose .cms2-html,.news-detail-article .cms2-html{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.9}.prose .cms2-image figcaption,.news-detail-article .cms2-image figcaption{color:#555;margin-top:.5rem;font-size:clamp(1rem,1.8vw,1.1rem);line-height:1.7}.prose .cms2-block.cms2-video,.news-detail-article .cms2-block.cms2-video,.home-pop-html .cms2-block.cms2-video{width:100%;max-width:min(1000px,100%);margin-left:auto;margin-right:auto}.prose .cms2-video-wrap,.news-detail-article .cms2-video-wrap,.home-pop-html .cms2-video-wrap{background:#000;border-radius:12px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.prose .cms2-video-wrap iframe,.news-detail-article .cms2-video-wrap iframe,.home-pop-html .cms2-video-wrap iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.prose .cms2-filelist,.news-detail-article .cms2-filelist,.home-pop-html .cms2-filelist{background:#fff;border-radius:16px;margin:1.5rem 0;padding:8px 24px;box-shadow:0 2px 14px #0f172a0f}.prose .cms2-filelist.is-muted-bg,.news-detail-article .cms2-filelist.is-muted-bg,.home-pop-html .cms2-filelist.is-muted-bg{background:var(--brand-gray);box-shadow:none}.prose .cms2-filelist-title,.news-detail-article .cms2-filelist-title,.home-pop-html .cms2-filelist-title{color:#2b2b2b;margin:12px 4px;font-size:1.1rem;font-weight:700}.prose .cms2-filelist-list,.news-detail-article .cms2-filelist-list,.home-pop-html .cms2-filelist-list{margin:0;padding:0;list-style:none}.prose .cms2-filelist-item,.news-detail-article .cms2-filelist-item,.home-pop-html .cms2-filelist-item{border-bottom:1px solid #eef0f3}.prose .cms2-filelist-item:last-child,.news-detail-article .cms2-filelist-item:last-child,.home-pop-html .cms2-filelist-item:last-child{border-bottom:0}.prose .cms2-filelist-link,.news-detail-article .cms2-filelist-link,.home-pop-html .cms2-filelist-link{color:var(--brand-red);justify-content:space-between;align-items:center;gap:16px;padding:18px 4px;font-size:1rem;line-height:1.5;text-decoration:none;display:flex}.prose .cms2-filelist-link:hover,.news-detail-article .cms2-filelist-link:hover,.home-pop-html .cms2-filelist-link:hover{color:#8c1a1c}.prose .cms2-filelist-link:hover .cms2-filelist-label,.news-detail-article .cms2-filelist-link:hover .cms2-filelist-label,.home-pop-html .cms2-filelist-link:hover .cms2-filelist-label{text-decoration:underline}.prose .cms2-filelist-link:after,.news-detail-article .cms2-filelist-link:after,.home-pop-html .cms2-filelist-link:after{content:"";background-color:currentColor;flex:none;width:20px;height:20px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E") 50%/contain no-repeat}.prose .cms2-html iframe[src*=youtube],.news-detail-article .cms2-html iframe[src*=youtube],.home-pop-html .cms2-html iframe[src*=youtube]{aspect-ratio:16/9;border:0;border-radius:12px;max-width:100%;margin:1.25rem auto;display:block;width:min(960px,100%)!important;height:auto!important}.home-hero-carousel{background:#fff}.home-hero-carousel-viewport{overflow:hidden}.home-hero-carousel-track{will-change:transform;transition:transform .55s;display:flex}.home-hero-carousel-slide{flex:0 0 100%;min-width:0}.home-hero-carousel-slide-card{color:#fff;background:#732429;min-height:clamp(360px,55vw,620px);text-decoration:none;display:block;position:relative;overflow:hidden}.home-hero-carousel-slide-card.is-link{cursor:pointer}.home-hero-carousel-media,.home-hero-carousel-fallback,.home-hero-carousel-overlay{position:absolute;top:0;bottom:0;left:0;right:0}.home-hero-carousel-image{object-fit:cover;width:100%;height:100%;display:block}.home-hero-carousel-overlay{background:linear-gradient(#0000001f 0%,#00000059 100%)}.home-hero-carousel-content{z-index:1;min-height:inherit;width:min(var(--content-max), calc(100% - 2rem));margin:0 auto;padding:3rem 1rem;display:flex;position:relative}.home-hero-carousel-content.is-text{text-align:center;flex-direction:column;justify-content:center;align-items:center}.home-hero-carousel-content.is-image{justify-content:center;align-items:flex-end}.home-hero-carousel-subtitle{color:#ffffffe0;margin:0 0 .75rem;font-size:clamp(1rem,2.4vw,1.5rem)}.home-hero-carousel-title{text-wrap:balance;margin:0;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.15}.home-hero-carousel-spacer{min-height:1px;display:block}.home-hero-carousel-cta{min-width:132px;color:var(--brand-dark);background:#ffffffeb;border-radius:999px;justify-content:center;align-items:center;margin-top:1.25rem;padding:.75rem 1.4rem;font-weight:600;display:inline-flex;box-shadow:0 10px 30px #00000029}.home-hero-carousel-dots{justify-content:center;gap:.6rem;padding:1rem 1rem 1.25rem;display:flex}.home-hero-carousel-dot{cursor:pointer;background:#cfd4da;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:transform .2s,background .2s}.home-hero-carousel-dot.active,.home-hero-carousel-dot:hover{background:var(--brand-red)}.home-hero-carousel-dot.active{transform:scale(1.15)}.home-news-carousel-title{text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.home-news-carousel-viewport{margin-left:-1rem;margin-right:-1rem;overflow:hidden}.home-news-carousel-viewport.is-pc{margin-left:0;margin-right:0}.home-news-carousel-track{will-change:transform;width:100%;transition:transform .45s ease-out;display:flex}.home-news-carousel-slide{flex-direction:column;flex:0 0 100%;gap:0;min-width:0;display:flex}.home-news-carousel-viewport.is-pc .home-news-carousel-slide{flex-direction:row;justify-content:flex-start;gap:1rem}.home-news-carousel-viewport.is-pc .home-news-carousel-card{flex:0 0 calc(25% - .75rem);min-width:0;max-width:calc(25% - .75rem)}.home-news-carousel-card{color:inherit;background:#fff;border-radius:.5rem;text-decoration:none;display:block;overflow:hidden;box-shadow:0 2px 8px #0000000f}.home-news-carousel-img-wrap{aspect-ratio:16/7;background:var(--brand-gray);width:100%;overflow:hidden}.home-news-carousel-img{object-fit:cover;width:100%;height:100%;display:block}.home-news-carousel-body{padding:.85rem 1rem 1rem}.home-news-carousel-cat{color:#666;margin-bottom:.25rem;font-size:.75rem;display:inline-block}.home-news-carousel-heading{margin:0 0 .25rem;font-size:1rem;font-weight:600;line-height:1.4}.home-news-carousel-date{color:#6c757d;font-size:.8rem}.home-news-carousel-footer{margin-top:1rem}.home-news-carousel-dots{flex-shrink:0;justify-content:center;gap:.5rem;min-height:2rem;padding:.5rem 0;display:flex}.home-news-carousel-dot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#dee2e6;border:none;border-radius:50%;width:10px;min-width:10px;height:10px;min-height:10px;padding:0;transition:background .2s}.home-news-carousel-dot:hover,.home-news-carousel-dot.active{background:var(--brand-red)}.home-news-carousel-dot.active{transform:scale(1.15)}.home-news-carousel-more{text-align:center;margin-top:.75rem;margin-bottom:0}.btn-news-more{color:#6c757d;-webkit-tap-highlight-color:transparent;border:1px solid #6c757d;border-radius:.375rem;padding:.6rem 1.25rem;font-size:1rem;text-decoration:none;display:inline-block}.btn-news-more:hover{border-color:var(--brand-red);color:var(--brand-red)}.home-cms-section{padding:2rem 0}.home-cms-section-title{text-align:center;margin:0 0 .75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.home-cms-section-desc{text-align:center;color:#5c5c5c;max-width:760px;margin:0 auto 1.5rem;line-height:1.8}.home-cms-section-body{line-height:1.8}.prose .cms2-block.is-muted-bg,.news-detail-article .cms2-block.is-muted-bg{background:#f5f6f8;border-radius:0;padding:16px}.home-cms-section-body>:last-child,.prose>:last-child,.news-detail-article>:last-child{margin-bottom:0!important}@media (min-width:768px){.home-hero-carousel-content{width:min(100% - 3rem,1440px);padding:4rem 1.5rem}.home-news-carousel-viewport.is-mobile{max-width:var(--content-max);margin-left:auto;margin-right:auto}.home-news-carousel-title{margin-bottom:1.25rem;font-size:1.5rem}.home-news-carousel-viewport.is-mobile .home-news-carousel-img-wrap{aspect-ratio:16/6;max-height:240px}.home-news-carousel-viewport.is-pc .home-news-carousel-img-wrap{aspect-ratio:4/3;max-height:160px}}@media (max-width:767px){.home-hero-carousel-slide-card{min-height:420px}.home-hero-carousel-content{width:calc(100% - 1.5rem);padding:2.5rem .75rem}.home-hero-carousel-content.is-image{padding-bottom:2rem}.home-hero-carousel-title{font-size:clamp(1.9rem,10vw,3rem)}.home-hero-carousel-subtitle{font-size:1rem}.home-cms-section{padding:1.5rem 0}.news-card{flex-direction:column}.news-card-img-wrap{justify-content:center;align-items:center;width:100%;height:180px;display:flex}.dev-doc-card{flex-direction:column;align-items:flex-start}.dev-docs-search{width:100%}.site-nav-toggle{display:flex}.site-nav-menu{flex-direction:column;flex-basis:100%;align-items:stretch;gap:0;max-height:0;padding:0;transition:max-height .25s ease-out;display:flex;overflow:hidden}.site-nav-menu-open{border-top:1px solid #eee;gap:0;max-height:520px;margin-top:.25rem;padding-top:.75rem}.site-nav-menu .site-nav-link{white-space:normal;background:var(--brand-gray);border-bottom:1px solid #eee;margin-bottom:.375rem;padding:.85rem 1rem;font-size:1.1rem;font-weight:600}.site-nav-menu .site-nav-mobile-group-in-menu{margin-bottom:.375rem}.site-nav-menu .site-nav-link:hover{background:#e8e9ec}.site-nav-menu .site-nav-dropdown,.site-nav-dropdown-menu{display:none!important}.site-nav-mobile-open .site-nav-mobile-sublinks{display:flex}.site-nav-mobile-open .site-nav-mobile-group-in-menu{display:block}}.home-pop-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:12px;animation:.25s ease-out popFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.home-pop-card{border-radius:16px;width:min(100%,560px);max-height:90vh;animation:.28s ease-out popCardIn;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000059}.home-pop-card.is-image{background:#111}.home-pop-card.is-html{background:#fff;border:3px solid #cf232e}.home-pop-close{z-index:3;color:#fff;cursor:pointer;background:#0000008c;border:0;border-radius:999px;width:36px;height:36px;font-size:24px;line-height:1;position:absolute;top:8px;right:8px}.home-pop-countdown{z-index:3;color:#fff;background:#0000008c;border-radius:999px;padding:6px 10px;font-size:12px;position:absolute;top:10px;left:10px}.home-pop-image{width:100%;height:auto;display:block}.home-pop-html-wrap{max-height:90vh;padding:40px 16px 18px;overflow:auto}.home-pop-title{color:#b30010;margin:0 0 10px;font-size:1.1rem}.home-pop-html{color:#222;line-height:1.7}@keyframes popFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popCardIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
