:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Segoe UI,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,Source Han Sans SC,Arial,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html:lang(zh) body{font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,Source Han Sans SC,Arial,sans-serif}html:lang(ja) body{font-family:Yu Gothic UI,Yu Gothic,Meiryo,Hiragino Kaku Gothic ProN,Noto Sans JP,Arial,sans-serif}html:lang(en) body{font-family:Segoe UI,Inter,Roboto,Arial,sans-serif}#app{width:100%;margin:0 auto;font-weight:400}a,a:hover{text-decoration:none}.header-bar{position:sticky;top:0;z-index:20;background-color:#fff;box-shadow:0 1px 4px #0f172a0f}.header-container{max-width:100%;width:100%;padding:16px 48px 16px 68px;margin:0 auto;gap:16px}.min-h-screen{min-height:100vh}.min-h-\[800px\]{min-height:800px}.container{max-width:1500px;width:100%;padding:0 24px;margin:0 auto}.bg-white{background-color:#fff}.bg-gray-800{background-color:#1f2937}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--from-color, #eff6ff),var(--to-color, #e0e7ff))}.from-blue-50{--from-color: #eff6ff}.to-indigo-50{--to-color: #e0e7ff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-green-500{color:#22c55e}.text-white{color:#fff}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.leading-relaxed{line-height:1.7}.flex{display:flex}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.items-start{align-items:flex-start}.self-start{align-self:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-button{border-radius:9999px;font-weight:500;border:none;cursor:pointer}.rounded-button.border{border-width:1px}.rect-button{border-radius:0;font-weight:500;border:none;cursor:pointer;display:inline-block;text-align:center}.rect-button.border{border-width:1px;background-color:#fff}.border{border-width:1px;border-style:solid;border-color:#e5e7eb}.border-blue-100{border-color:#dbeafe}.border-blue-300{border-color:#93c5fd}.border-blue-400{border-color:#60a5fa}.border-gray-200{border-color:#e5e7eb}.border-l-2{border-left-width:2px;border-left-style:solid}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px #0000001a}.shadow-lg{box-shadow:0 10px 15px #00000026}.hover\:shadow-md{transition:box-shadow .2s ease}.hover\:shadow-md:hover{box-shadow:0 4px 6px #0000001a}.w-full{width:100%}.max-w-md{max-width:28rem}.h-40{height:10rem}.h-64{height:16rem}.object-cover{object-fit:cover}.fixed{position:fixed}.inset-0{inset:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.whitespace-nowrap{white-space:nowrap}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-blue-200:hover{background-color:#bfdbfe}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:text-blue-600:hover{color:#2563eb}.input-focus{outline:none;transition:box-shadow .2s ease,border-color .2s ease}.input-focus:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680}.shadow-sm.border{border-color:#dbeafe}.bg-gray-800 .text-gray-300,.bg-gray-800 .text-gray-400{color:inherit}.bg-gray-800 .text-gray-300{color:#e5e7eb}.bg-gray-800 .text-gray-400{color:#9ca3af}.footer-title{color:#e5e7eb}footer ul{list-style:none;padding-left:0;margin:0}.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.full-bleed-inner{max-width:1380px;width:100%;padding:0 48px;margin:0 auto}@media(min-width:768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:mb-0{margin-bottom:0}.md\:p-12{padding:3rem}.md\:flex-row{flex-direction:row}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.hidden{display:none}@media(min-width:768px){.md\:flex{display:flex}}.bg-white.shadow-sm{box-shadow:0 1px 3px #0000000f}.ml-auto{margin-left:auto}[data-v-c004fbfc]:host{display:block}.header-bar[data-v-180fc042]{position:sticky;top:0;z-index:40;background-color:#fff;box-shadow:0 1px 2px #0f172a0f}.header-container[data-v-180fc042]{max-width:1200px;margin:0 auto;padding:.75rem 1rem}.header-brand[data-v-180fc042]{display:inline-flex;align-items:center;text-decoration:none;cursor:pointer;min-width:0}.header-brand[data-v-180fc042]:focus-visible{outline:none;box-shadow:0 0 0 3px #14326540;border-radius:.5rem}@media(min-width:768px){.header-container[data-v-180fc042]{padding:.75rem 1.5rem}}.main-content[data-v-180fc042]{min-height:0}.header-menu-toggle[data-v-180fc042]{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem;gap:.2rem}@media(min-width:768px){.header-menu-toggle[data-v-180fc042]{display:none!important}}.header-menu-bar[data-v-180fc042]{width:1.4rem;height:2px;border-radius:9999px;background-color:#4b5563}.header-nav-mobile[data-v-180fc042]{display:none;border-top:1px solid #e5e7eb;background-color:#fff;padding:.5rem 1rem .75rem}.header-nav-mobile-open[data-v-180fc042]{display:block}.header-nav-mobile-link[data-v-180fc042]{display:block;padding:.5rem .25rem;color:#4b5563;font-size:.95rem;text-decoration:none}.header-nav-mobile-link-active[data-v-180fc042]{color:#143265;font-weight:600}.header-mobile-lang[data-v-180fc042]{margin-top:.5rem}.header-lang-select-mobile[data-v-180fc042]{width:100%;margin-left:0}.footer-modern[data-v-180fc042]{background:linear-gradient(135deg,#1e293b,#0f172a);padding:2.5rem 0 1rem;margin-top:4rem;position:relative}.footer-modern[data-v-180fc042]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),transparent)}.footer-container[data-v-180fc042]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-content[data-v-180fc042]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:1.5rem}.footer-section[data-v-180fc042]{text-align:center}@media(min-width:768px){.footer-section[data-v-180fc042]{text-align:left}}.footer-section-title[data-v-180fc042]{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:.025em;position:relative;display:inline-block}.footer-section-title[data-v-180fc042]:after{content:"";position:absolute;bottom:-.5rem;left:0;width:2rem;height:2px;background:linear-gradient(90deg,#3b82f6,transparent)}@media(min-width:768px){.footer-section-title[data-v-180fc042]:after{left:0}}.footer-section-text[data-v-180fc042]{color:#cbd5e1;line-height:1.7;font-size:.9375rem}.footer-links[data-v-180fc042]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;justify-items:center}@media(min-width:768px){.footer-links[data-v-180fc042]{justify-items:flex-start}}.footer-link[data-v-180fc042]{color:#cbd5e1;text-decoration:none;font-size:.9375rem;transition:all .2s ease;position:relative;padding-left:0}.footer-link[data-v-180fc042]:before{content:"→";position:absolute;left:-1.25rem;opacity:0;transition:all .2s ease;color:#3b82f6}.footer-link[data-v-180fc042]:hover{color:#fff;padding-left:1.25rem}.footer-link[data-v-180fc042]:hover:before{opacity:1;left:0}.follow-buttons[data-v-180fc042]{display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap}.follow-button[data-v-180fc042]{background:#2a3441;border:none;border-radius:50%;width:44px;height:44px;padding:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.follow-button[data-v-180fc042]:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0006}.follow-button[data-v-180fc042]:active{transform:translateY(-2px)}.follow-icon-wrapper[data-v-180fc042]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.follow-icon[data-v-180fc042]{width:28px;height:28px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;letter-spacing:.5px;color:#000;position:relative;filter:drop-shadow(-1px -1px 0 rgba(255,0,0,.4)) drop-shadow(1px 1px 0 rgba(0,0,150,.4)) drop-shadow(-.5px .5px 0 rgba(255,0,0,.3)) drop-shadow(.5px -.5px 0 rgba(0,0,150,.3));transition:all .3s ease}.follow-button:hover .follow-icon[data-v-180fc042]{filter:drop-shadow(-1.5px -1.5px 0 rgba(255,0,0,.5)) drop-shadow(1.5px 1.5px 0 rgba(0,0,150,.5)) drop-shadow(-.75px .75px 0 rgba(255,0,0,.4)) drop-shadow(.75px -.75px 0 rgba(0,0,150,.4))}.line-icon[data-v-180fc042]{font-size:.7rem;padding:0 4px}.wechat-icon[data-v-180fc042]{background:transparent;width:28px;height:28px;padding:0;border-radius:0}.wechat-icon svg[data-v-180fc042]{width:100%;height:100%;color:#fff;filter:drop-shadow(-1px -1px 0 rgba(255,0,0,.4)) drop-shadow(1px 1px 0 rgba(0,0,150,.4)) drop-shadow(-.5px .5px 0 rgba(255,0,0,.3)) drop-shadow(.5px -.5px 0 rgba(0,0,150,.3))}.follow-button:hover .wechat-icon svg[data-v-180fc042]{filter:drop-shadow(-1.5px -1.5px 0 rgba(255,0,0,.5)) drop-shadow(1.5px 1.5px 0 rgba(0,0,150,.5)) drop-shadow(-.75px .75px 0 rgba(255,0,0,.4)) drop-shadow(.75px -.75px 0 rgba(0,0,150,.4))}.follow-hint[data-v-180fc042]{color:#94a3b8;font-size:.875rem;margin-top:.75rem}.footer-divider[data-v-180fc042]{height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.3),transparent);margin:1.5rem 0 1rem}.footer-copyright[data-v-180fc042]{text-align:center;color:#94a3b8;font-size:.875rem;padding-top:.5rem}.logo-img[data-v-180fc042]{height:40px;width:auto;display:block}.header-logo[data-v-180fc042]{height:64px;width:auto;margin-right:0}.header-title[data-v-180fc042]{font-weight:600;font-size:1.875rem;margin-left:.5rem;line-height:1.2;color:#143265}@media(max-width:480px){.header-container[data-v-180fc042]{padding:.55rem .75rem}.header-brand[data-v-180fc042]{flex:1}.header-logo[data-v-180fc042]{height:48px}.header-title[data-v-180fc042]{flex:1;min-width:0;margin-left:.35rem;font-size:clamp(1.05rem,5.2vw,1.35rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.header-lang-select[data-v-180fc042]{margin-left:1.5rem;padding:.35rem 2rem .35rem .75rem;font-size:.875rem;color:#4b5563;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234b5563' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:border-color .2s ease,color .2s ease}.header-lang-select[data-v-180fc042]:hover{border-color:#143265;color:#143265}.header-lang-select[data-v-180fc042]:focus{outline:none;border-color:#143265;box-shadow:0 0 0 2px #14326533}.header-nav-link[data-v-180fc042]{color:#4b5563;font-size:1.125rem}.header-nav-link[data-v-180fc042]:hover{color:#143265}.header-nav-link-active[data-v-180fc042],.header-lang-active[data-v-180fc042]{color:#143265;font-weight:700}.qr-overlay[data-v-180fc042]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.qr-modal[data-v-180fc042]{background:#0f172a;border:none;border-radius:1rem;width:min(360px,100%);padding:1.25rem;box-shadow:0 25px 50px #00000059;position:relative}.qr-close[data-v-180fc042]{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#cbd5e1;font-size:1.5rem;cursor:pointer;line-height:1;z-index:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.qr-close[data-v-180fc042]:hover{color:#fff}.qr-body[data-v-180fc042]{display:flex;justify-content:center;align-items:center;padding-top:.5rem}.qr-image[data-v-180fc042]{width:220px;height:220px;object-fit:contain;background:transparent;border-radius:.5rem;border:none;padding:.25rem}.home-hero-banner[data-v-d8df40b7]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:0;overflow:hidden}.home-hero-banner-no-margin[data-v-d8df40b7]{margin-top:-32px}.home-hero-banner-wrapper[data-v-d8df40b7]{position:relative;width:100%;overflow:hidden}.home-hero-banner-container[data-v-d8df40b7]{position:relative;width:100%;min-height:320px}.home-hero-banner-inner[data-v-d8df40b7]{position:absolute;top:0;left:0;width:100%;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.home-hero-video[data-v-d8df40b7]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero-banner-overlay[data-v-d8df40b7]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172abf,#0f172a80)}.home-hero-banner-content[data-v-d8df40b7]{position:relative;z-index:1;max-width:960px;text-align:center;color:#fff;padding:0 1.5rem}.home-hero-banner-title[data-v-d8df40b7]{font-size:2rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;color:#fff}.home-hero-banner-subtitle[data-v-d8df40b7]{font-size:1rem;opacity:.95;line-height:1.6;margin-bottom:2rem;color:#fff}@media(min-width:768px){.home-hero-banner-container[data-v-d8df40b7]{min-height:400px}.home-hero-banner-inner[data-v-d8df40b7]{min-height:400px;padding:4rem 0}.home-hero-banner-title[data-v-d8df40b7]{font-size:2.5rem;margin-bottom:1.25rem}.home-hero-banner-subtitle[data-v-d8df40b7]{font-size:1.125rem;margin-bottom:2.5rem}.home-hero-banner-buttons[data-v-d8df40b7]{gap:1.25rem}.home-hero-banner-btn[data-v-d8df40b7]{padding:.875rem 2rem;font-size:1.125rem}}@media(min-width:1024px){.home-hero-banner-container[data-v-d8df40b7]{min-height:480px}.home-hero-banner-inner[data-v-d8df40b7]{min-height:480px;padding:4.5rem 0}.home-hero-banner-title[data-v-d8df40b7]{font-size:3rem}.home-hero-banner-subtitle[data-v-d8df40b7]{font-size:1.25rem}}.home-subnav-wrap[data-v-d8df40b7]{display:flex;justify-content:center;margin:0 0 2rem}.home-subnav[data-v-d8df40b7]{display:inline-flex;flex-direction:column;gap:.5rem;padding:.5rem;border-radius:.75rem;background:#ffffffd9;border:1px solid rgba(147,197,253,.9);box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:280px}.home-subnav-item[data-v-d8df40b7]{appearance:none;border:none;background:transparent;color:#4b5563;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;width:100%}@media(min-width:768px){.home-subnav[data-v-d8df40b7]{flex-direction:row;flex-wrap:wrap;gap:.25rem;padding:.35rem;border-radius:9999px;max-width:none;width:auto}.home-subnav-item[data-v-d8df40b7]{padding:.6rem 1.15rem;border-radius:9999px;width:auto}}.home-subnav-item[data-v-d8df40b7]:hover{color:#143265;background:#14326514}.home-subnav-item-active[data-v-d8df40b7]{color:#fff;background:#143265;box-shadow:0 6px 14px #14326559}.home-section[data-v-d8df40b7]{margin-bottom:4rem}.home-mission-grid[data-v-d8df40b7]{display:grid;grid-template-columns:1fr;gap:2rem}.home-mission-grid[data-v-d8df40b7]>*{min-width:0}@media(min-width:768px){.home-mission-grid[data-v-d8df40b7]{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-products-grid[data-v-d8df40b7]{display:grid;grid-template-columns:1fr;gap:1.5rem}.home-products-grid[data-v-d8df40b7]>*{min-width:0}@media(min-width:768px){.home-products-grid[data-v-d8df40b7]{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-products-grid .col-span-full[data-v-d8df40b7]{grid-column:1 / -1}.home-card[data-v-d8df40b7]{background-color:#1432650f;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;border:1px solid rgba(20,50,101,.18);overflow-wrap:break-word;word-break:break-word;min-width:0}.home-card h3[data-v-d8df40b7],.home-card p[data-v-d8df40b7]{overflow-wrap:break-word;word-break:break-word}.home-card-white[data-v-d8df40b7]{background-color:#fff;transition:box-shadow .2s ease;overflow-wrap:break-word;word-break:break-word;min-width:0}.home-card-white[data-v-d8df40b7]:hover{box-shadow:0 4px 6px -1px #0f172a1a,0 2px 4px -2px #0f172a1a}.home-about-card[data-v-d8df40b7]{background:linear-gradient(135deg,#fff,#f8fafc);padding:3rem 2.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-left:4px solid #143265;position:relative;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.home-about-card[data-v-d8df40b7]:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,rgba(20,50,101,.06) 0%,transparent 100%);border-radius:50%;transform:translate(30%,-30%);pointer-events:none}.home-title[data-v-d8df40b7],.home-card-title[data-v-d8df40b7]{color:#143265}.home-about-content[data-v-d8df40b7]{position:relative;z-index:1}.home-about-text[data-v-d8df40b7]{color:#374151;line-height:1.8;margin-bottom:1.25rem;font-size:1rem;overflow-wrap:break-word;word-break:break-word}.home-about-text-last[data-v-d8df40b7]{margin-bottom:0}@media(min-width:768px){.home-about-card[data-v-d8df40b7]{padding:3.5rem 3rem}.home-about-text[data-v-d8df40b7]{font-size:1.05rem;margin-bottom:1.5rem}}.home-preserve-whitespace[data-v-d8df40b7]{white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word}.home-hero-dots[data-v-d8df40b7]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;justify-content:center;gap:.5rem}.home-hero-dot[data-v-d8df40b7]{width:10px;height:10px;border-radius:9999px;border:1px solid rgba(255,255,255,.65);background:#ffffff40;cursor:pointer;padding:0}.home-hero-dot-active[data-v-d8df40b7]{background:#ffffffe6}.hero-slide-enter-active[data-v-d8df40b7],.hero-slide-leave-active[data-v-d8df40b7]{transition:opacity .8s ease,transform .8s ease}.hero-slide-enter-from[data-v-d8df40b7]{opacity:0;transform:translate(100%)}.hero-slide-leave-to[data-v-d8df40b7]{opacity:0;transform:translate(-100%)}.hero-slide-enter-to[data-v-d8df40b7],.hero-slide-leave-from[data-v-d8df40b7]{opacity:1;transform:translate(0)}.products-hero[data-v-aba2e99a]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2.5rem;overflow:hidden}.products-hero-inner[data-v-aba2e99a]{position:relative;background-image:url(https://ai-public.mastergo.com/ai/img_res/24cbd957907d39e031d21bd9574fccd5.jpg);background-size:cover;background-position:center;min-height:320px;padding:4rem 0;display:flex;justify-content:center;align-items:center}.products-hero-overlay[data-v-aba2e99a]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172acc,#0f172a66)}.products-hero-content[data-v-aba2e99a]{position:relative;z-index:1;max-width:960px;text-align:center;color:#fff}.products-hero-title[data-v-aba2e99a]{font-size:2rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem}.products-hero-subtitle[data-v-aba2e99a]{font-size:.95rem;opacity:.9}@media(min-width:768px){.products-hero-inner[data-v-aba2e99a]{min-height:400px;padding:5rem 0}.products-hero-title[data-v-aba2e99a]{font-size:2.25rem}.products-hero-subtitle[data-v-aba2e99a]{font-size:1rem}}@media(min-width:1024px){.products-hero-inner[data-v-aba2e99a]{min-height:480px;padding:6rem 0}}.category-filter-wrapper[data-v-aba2e99a]{margin-top:1.5rem;margin-bottom:3rem;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.category-filter-wrapper[data-v-aba2e99a]{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.category-filter-wrapper[data-v-aba2e99a]{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}.category-filter[data-v-aba2e99a]{gap:.5rem}@media(min-width:768px){.category-filter[data-v-aba2e99a]{gap:.75rem}}.category-button[data-v-aba2e99a]{padding:.35rem 1rem;font-size:.875rem;font-weight:500;border-radius:0;transition:all .2s ease;cursor:pointer}.category-button--normal[data-v-aba2e99a]{background-color:#fff;color:#143265;border:1px solid #143265}.category-button--normal[data-v-aba2e99a]:hover{background-color:#14326514}.category-button--active[data-v-aba2e99a]{background-color:#143265;color:#fff;border:none;box-shadow:0 4px 6px -1px #1432654d}.category-button[data-v-aba2e99a]:focus{outline:none}.products-grid[data-v-aba2e99a]{padding-left:1rem;padding-right:1rem}.products-grid--grid[data-v-aba2e99a]{display:grid;grid-template-columns:1fr;column-gap:1.25rem;row-gap:1.5rem}@media(min-width:768px){.products-grid[data-v-aba2e99a]{padding-left:1.5rem;padding-right:1.5rem}.products-grid--grid[data-v-aba2e99a]{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid[data-v-aba2e99a]{column-gap:1.75rem;row-gap:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}.products-grid--list[data-v-aba2e99a]{display:flex;flex-direction:column;gap:1.5rem}.product-card[data-v-aba2e99a]{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;transition:all .2s ease}.product-card[data-v-aba2e99a]:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.product-card--grid[data-v-aba2e99a]{display:flex;flex-direction:column;padding:1.5rem}.product-card--list[data-v-aba2e99a]{display:flex;flex-direction:row;padding:1.5rem;gap:1.5rem}@media(max-width:767px){.product-card--list[data-v-aba2e99a]{flex-direction:column}}.product-image--grid[data-v-aba2e99a]{margin-bottom:1rem}.product-image--list[data-v-aba2e99a]{flex-shrink:0;width:200px}@media(max-width:767px){.product-image--list[data-v-aba2e99a]{width:100%}}.product-content--grid[data-v-aba2e99a],.product-content--list[data-v-aba2e99a]{display:flex;flex-direction:column;flex-grow:1}.view-toggle-button[data-v-aba2e99a]{display:flex;align-items:center;justify-content:center;padding:.35rem 1rem;background-color:#fff;border:1px solid #143265;color:#143265;border-radius:0;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;white-space:nowrap}.view-toggle-button[data-v-aba2e99a]:hover{background-color:#14326514}.view-toggle-button[data-v-aba2e99a]:focus{outline:none}.view-icon[data-v-aba2e99a]{width:1.25rem;height:1.25rem}.products-accent[data-v-aba2e99a]{color:#143265}.products-primary-btn[data-v-aba2e99a]{background-color:#143265}.products-primary-btn[data-v-aba2e99a]:hover{background-color:#0f2548}.products-outline-btn[data-v-aba2e99a]{border:1px solid #143265;color:#143265;background-color:#fff}.products-outline-btn[data-v-aba2e99a]:hover{background-color:#14326514}.product-detail-card[data-v-fa032901]{background-color:#fff;padding:3rem 2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #e5e7eb;max-width:900px;margin:0 auto}.product-detail-header[data-v-fa032901]{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.product-title[data-v-fa032901]{font-size:2.25rem;font-weight:700;color:#143265;margin-bottom:1rem;line-height:1.2}.product-subtitle[data-v-fa032901]{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0;text-align:left;display:inline-block;max-width:720px}.product-content-wrapper[data-v-fa032901]{max-width:100%;margin:0 auto 3rem;color:#374151;line-height:1.8;font-size:1rem}.product-content-wrapper[data-v-fa032901] img{max-width:100%;height:auto;border-radius:.75rem;margin:2rem auto;display:block;box-shadow:0 4px 6px -1px #0000001a}.product-content-wrapper[data-v-fa032901] video{max-width:100%;height:auto;border-radius:.75rem;margin:2rem auto;display:block;box-shadow:0 4px 6px -1px #0000001a}.product-content-wrapper[data-v-fa032901] p{margin-bottom:1.5rem;line-height:1.8;color:#374151}.product-content-wrapper[data-v-fa032901] ul,.product-content-wrapper[data-v-fa032901] ol{margin:1.5rem 0;padding-left:2rem;line-height:1.8}.product-content-wrapper[data-v-fa032901] li{margin-bottom:.75rem;color:#374151}.product-content-wrapper[data-v-fa032901] h1{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:#143265;line-height:1.3;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.product-content-wrapper[data-v-fa032901] h2{margin-top:2rem;margin-bottom:1.25rem;font-size:1.75rem;font-weight:600;color:#143265;line-height:1.4;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.product-content-wrapper[data-v-fa032901] h3{margin-top:1.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#143265;line-height:1.4}.product-content-wrapper[data-v-fa032901] h4,.product-content-wrapper[data-v-fa032901] h5,.product-content-wrapper[data-v-fa032901] h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;color:#143265}.product-content-wrapper[data-v-fa032901] table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;overflow:hidden}.product-content-wrapper[data-v-fa032901] table thead{background-color:#f3f4f6}.product-content-wrapper[data-v-fa032901] table th{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left;font-weight:600;color:#1f2937;background-color:#f9fafb}.product-content-wrapper[data-v-fa032901] table td{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left;color:#374151}.product-content-wrapper[data-v-fa032901] table tr:nth-child(2n){background-color:#f9fafb}.product-content-wrapper[data-v-fa032901] blockquote{border-left:4px solid rgba(20,50,101,.55);padding-left:1.5rem;margin:1.5rem 0;color:#6b7280;font-style:italic}.product-content-wrapper[data-v-fa032901] code{background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;color:#dc2626}.product-content-wrapper[data-v-fa032901] pre{background-color:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.product-content-wrapper[data-v-fa032901] pre code{background-color:transparent;color:#f9fafb;padding:0}.product-content-wrapper[data-v-fa032901] a{color:#143265;text-decoration:underline;transition:color .2s}.product-content-wrapper[data-v-fa032901] a:hover{color:#0f2548}.product-footer[data-v-fa032901]{text-align:center;padding-top:2rem;border-top:2px solid #e5e7eb;margin-top:3rem}.consult-button[data-v-fa032901]{display:inline-block;background-color:#143265;color:#fff;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.consult-button[data-v-fa032901]:hover{background-color:#0f2548;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.product-back-btn[data-v-fa032901]{background-color:#1432651a;color:#143265}.product-back-btn[data-v-fa032901]:hover{background-color:#14326529}.product-primary-btn[data-v-fa032901]{background-color:#143265}.product-primary-btn[data-v-fa032901]:hover{background-color:#0f2548}.product-notfound-card[data-v-fa032901]{background-color:#1432650f;border:1px solid rgba(20,50,101,.18)}@media(max-width:768px){.product-detail-card[data-v-fa032901]{padding:2rem 1.5rem}.product-title[data-v-fa032901]{font-size:1.75rem}.product-subtitle[data-v-fa032901]{font-size:1rem}.product-content-wrapper[data-v-fa032901]{font-size:.9375rem}.product-content-wrapper[data-v-fa032901] h1{font-size:1.5rem}.product-content-wrapper[data-v-fa032901] h2{font-size:1.25rem}.product-content-wrapper[data-v-fa032901] h3{font-size:1.125rem}}.about-hero-banner[data-v-4a4e1a83]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:3rem;overflow:hidden}.about-hero-banner-inner[data-v-4a4e1a83]{position:relative;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.about-hero-banner-overlay[data-v-4a4e1a83]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172ab3,#0f172a73)}.about-hero-banner-content[data-v-4a4e1a83]{position:relative;z-index:1;max-width:860px;text-align:center;color:#fff;padding:0 1.5rem}.about-hero-banner-title[data-v-4a4e1a83]{font-size:2rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem}.about-hero-banner-subtitle[data-v-4a4e1a83]{font-size:.95rem;opacity:.95;line-height:1.7}@media(min-width:768px){.about-hero-banner-inner[data-v-4a4e1a83]{min-height:400px;padding:4.5rem 0}.about-hero-banner-title[data-v-4a4e1a83]{font-size:2.4rem;margin-bottom:1rem}.about-hero-banner-subtitle[data-v-4a4e1a83]{font-size:1.05rem}}@media(min-width:1024px){.about-hero-banner-inner[data-v-4a4e1a83]{min-height:480px;padding:5.5rem 0}.about-hero-banner-title[data-v-4a4e1a83]{font-size:2.75rem}.about-hero-banner-subtitle[data-v-4a4e1a83]{font-size:1.125rem}}.about-page[data-v-4a4e1a83]{min-height:800px;padding-left:1rem;padding-right:1rem}.about-subnav-wrap[data-v-4a4e1a83]{display:flex;justify-content:center;margin:0 0 2rem}.about-subnav[data-v-4a4e1a83]{display:inline-flex;flex-direction:column;gap:.5rem;padding:.5rem;border-radius:.75rem;background:#ffffffd9;border:1px solid rgba(147,197,253,.9);box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:280px}.about-subnav-item[data-v-4a4e1a83]{appearance:none;border:none;background:transparent;color:#4b5563;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:normal;text-align:center;width:100%}@media(min-width:768px){.about-subnav[data-v-4a4e1a83]{flex-direction:row;flex-wrap:wrap;gap:.25rem;padding:.35rem;border-radius:9999px;max-width:none;width:auto}.about-subnav-item[data-v-4a4e1a83]{padding:.6rem 1.15rem;border-radius:9999px;white-space:nowrap;width:auto}}.about-subnav-item[data-v-4a4e1a83]:hover{color:#143265;background:#14326514}.about-subnav-item-active[data-v-4a4e1a83]{color:#fff;background:#143265;box-shadow:0 6px 14px #14326559}@media(min-width:768px){.about-page[data-v-4a4e1a83]{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.about-page[data-v-4a4e1a83]{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}.about-card[data-v-4a4e1a83]{background-color:transparent;padding:2rem 0;border-radius:0;box-shadow:none;border:none}.about-section-title[data-v-4a4e1a83]{font-size:1.5rem;font-weight:600;color:#143265;margin-bottom:1rem;text-align:center}@media(min-width:768px){.about-section-title[data-v-4a4e1a83]{font-size:2rem}}@media(min-width:1024px){.about-section-title[data-v-4a4e1a83]{font-size:2.25rem}}.about-company-content[data-v-4a4e1a83]{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.about-company-content[data-v-4a4e1a83]{flex-direction:row;align-items:flex-start;gap:2.5rem}}.about-company-text[data-v-4a4e1a83]{flex:1}.about-company-image[data-v-4a4e1a83]{flex-shrink:0;width:100%}@media(min-width:768px){.about-company-image[data-v-4a4e1a83]{width:50%;max-width:500px}}.about-company-img[data-v-4a4e1a83]{width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;object-fit:cover}.about-leader-text[data-v-4a4e1a83]{max-width:920px;margin:0 auto;text-align:center;color:#374151;line-height:1.8}.about-history-list[data-v-4a4e1a83]{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.about-history-item[data-v-4a4e1a83]{text-align:left;width:100%;position:relative;padding:.5rem 0 .5rem .5rem;border-left:2px solid rgba(20,50,101,.55)}.about-history-item h4[data-v-4a4e1a83],.about-history-item p[data-v-4a4e1a83]{text-align:left}.about-history-item h4[data-v-4a4e1a83]{font-size:1.25rem}.about-history-item p[data-v-4a4e1a83]{font-size:1.05rem;line-height:1.95}.about-history-pagination[data-v-4a4e1a83]{margin-top:1.75rem;gap:1.25rem}.about-history-page-btn[data-v-4a4e1a83]{font-size:1rem;padding:.6rem 1.15rem}.about-history-page-info[data-v-4a4e1a83]{font-size:1rem}.about-preserve-whitespace[data-v-4a4e1a83]{white-space:pre-wrap}.about-richtext[data-v-4a4e1a83] img{max-width:100%;height:auto}.about-richtext[data-v-4a4e1a83] p{line-height:1.8}.about-richtext[data-v-4a4e1a83] table{max-width:100%}.about-history-pagination[data-v-4a4e1a83]{margin-top:1.25rem;display:flex;justify-content:center;align-items:center;gap:1rem}.about-history-page-btn[data-v-4a4e1a83]{border:1px solid #d1d5db;background:#fff;padding:.45rem .9rem;border-radius:9999px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.about-history-page-btn[data-v-4a4e1a83]:disabled{cursor:not-allowed;opacity:.5}.about-history-page-btn[data-v-4a4e1a83]:not(:disabled):hover{background:#14326514;color:#143265}.about-history-page-info[data-v-4a4e1a83]{color:#6b7280;font-weight:600}.about-accent[data-v-4a4e1a83]{color:#143265}.map-embed[data-v-59553429]{min-height:320px;height:20rem}@media(min-width:768px){.map-embed[data-v-59553429]{height:24rem}}@media(min-width:1024px){.map-embed[data-v-59553429]{height:28rem}}.contact-grid[data-v-59553429]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.contact-grid[data-v-59553429]{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-card[data-v-59553429]{background-color:#1432650f;padding:2rem;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;border:1px solid rgba(20,50,101,.18)}.contact-success-modal[data-v-59553429]{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0f172a1a,0 4px 6px -4px #0f172a1a;max-width:28rem;width:100%;margin:0 1rem}.contact-accent[data-v-59553429]{color:#143265}.contact-input[data-v-59553429]{border:1px solid rgba(20,50,101,.28);outline:none;transition:box-shadow .2s ease,border-color .2s ease}.contact-input[data-v-59553429]:focus{border-color:#143265;box-shadow:0 0 0 2px #14326540}.contact-primary-btn[data-v-59553429]{background-color:#143265}.contact-primary-btn[data-v-59553429]:hover{background-color:#0f2548}.recruitment-hero-banner[data-v-69f499b8]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:3rem;overflow:hidden}.recruitment-hero-banner-inner[data-v-69f499b8]{position:relative;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.recruitment-hero-banner-overlay[data-v-69f499b8]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172abf,#0f172a80)}.recruitment-hero-banner-content[data-v-69f499b8]{position:relative;z-index:1;max-width:860px;text-align:center;color:#fff;padding:0 1.5rem}.recruitment-hero-banner-title[data-v-69f499b8]{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.recruitment-hero-banner-subtitle[data-v-69f499b8]{font-size:1.125rem;opacity:.9;line-height:1.7}.recruitment-page[data-v-69f499b8]{max-width:1024px;margin:0 auto;padding:0 1.5rem}.recruitment-section[data-v-69f499b8]{margin-bottom:4rem}.recruitment-section-title[data-v-69f499b8]{font-size:2rem;font-weight:600;color:#143265;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid #143265;padding-bottom:.5rem;display:inline-block;left:50%;position:relative;transform:translate(-50%)}.recruitment-philosophy-text[data-v-69f499b8]{font-size:1.1rem;line-height:1.8;color:#374151;max-width:800px;margin:0;display:inline-block;text-align:left}.recruitment-philosophy-wrap[data-v-69f499b8]{text-align:center}.recruitment-preserve-whitespace[data-v-69f499b8]{white-space:pre-wrap}.recruitment-positions-grid[data-v-69f499b8]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.recruitment-positions-grid[data-v-69f499b8]{grid-template-columns:repeat(2,1fr)}}.recruitment-card[data-v-69f499b8]{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;transition:box-shadow .3s ease,transform .3s ease}.recruitment-card[data-v-69f499b8]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.recruitment-card-title[data-v-69f499b8]{font-size:1.5rem;font-weight:600;color:#143265;margin-bottom:.5rem}.recruitment-card-location[data-v-69f499b8]{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.recruitment-card-description[data-v-69f499b8]{color:#4b5563;margin-bottom:1.5rem}.recruitment-card-requirements[data-v-69f499b8]{list-style-position:inside;padding-left:.5rem;color:#4b5563;margin-bottom:2rem}.recruitment-card-requirements li[data-v-69f499b8]{margin-bottom:.5rem}.recruitment-card-apply-btn[data-v-69f499b8]{display:inline-block;background-color:#143265;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.recruitment-card-apply-btn[data-v-69f499b8]:hover{background-color:#0f2548}.news-hero-banner[data-v-39335299]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:3rem;overflow:hidden}.news-hero-banner-inner[data-v-39335299]{position:relative;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.news-hero-banner-overlay[data-v-39335299]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172ab3,#0f172a73)}.news-hero-banner-content[data-v-39335299]{position:relative;z-index:1;max-width:860px;text-align:center;color:#fff;padding:0 1.5rem}.news-hero-banner-title[data-v-39335299]{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.news-hero-banner-subtitle[data-v-39335299]{font-size:1.125rem;opacity:.9;line-height:1.7}@media(min-width:768px){.news-hero-banner-inner[data-v-39335299]{min-height:400px;padding:4.5rem 0}.news-hero-banner-title[data-v-39335299]{font-size:2.75rem}.news-hero-banner-subtitle[data-v-39335299]{font-size:1.25rem}}.news-page[data-v-39335299]{max-width:1024px;margin:0 auto;padding:0 1.5rem}.news-subnav-wrap[data-v-39335299]{display:flex;justify-content:center;margin:0 0 2rem}.news-subnav[data-v-39335299]{display:inline-flex;gap:.25rem;padding:.35rem;border-radius:9999px;background:#ffffffd9;border:1px solid rgba(147,197,253,.9);box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap}.news-subnav-item[data-v-39335299]{appearance:none;border:none;background:transparent;color:#4b5563;padding:.6rem 1.15rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:normal;text-align:center;overflow-wrap:break-word;word-break:break-word}.news-subnav-item[data-v-39335299]:hover{color:#143265;background:#14326514}.news-subnav-item-active[data-v-39335299]{color:#fff;background:linear-gradient(135deg,#143265,#0f2548);box-shadow:0 6px 14px #14326559}.news-list-section[data-v-39335299]{margin-bottom:4rem}.news-list[data-v-39335299]{display:flex;flex-direction:column;gap:2rem}.news-item[data-v-39335299]{padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.news-item[data-v-39335299]:last-child{border-bottom:none}.news-item-date[data-v-39335299]{font-size:.875rem;color:#9ca3af;margin-bottom:.5rem}.news-item-title[data-v-39335299]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.5}.news-item-ellipsis[data-v-39335299]{color:#6b7280;margin-bottom:.75rem}.news-item-link[data-v-39335299]{display:inline-block;color:#143265;font-weight:500;text-decoration:none;transition:color .2s ease}.news-item-link[data-v-39335299]:hover{color:#0f2548;text-decoration:underline}.news-empty[data-v-39335299]{text-align:center;padding:3rem 0}.news-pagination[data-v-39335299]{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:1rem}.news-page-btn[data-v-39335299]{border:1px solid #d1d5db;background:#fff;padding:.45rem .9rem;border-radius:9999px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;color:#143265;font-weight:500}.news-page-btn[data-v-39335299]:disabled{cursor:not-allowed;opacity:.5}.news-page-btn[data-v-39335299]:not(:disabled):hover{background:#14326514;border-color:#143265}.news-page-info[data-v-39335299]{color:#6b7280;font-weight:600}@media(min-width:768px){.news-page[data-v-39335299]{padding:0 2rem}}.news-detail-page[data-v-38833fa5]{max-width:1024px;margin:0 auto;padding:2rem 1.5rem}.news-detail-back[data-v-38833fa5]{margin-bottom:2rem}.news-detail-back-link[data-v-38833fa5]{display:inline-flex;align-items:center;color:#143265;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;background:#14326514;transition:background-color .2s ease}.news-detail-back-link[data-v-38833fa5]:hover{background:#14326526}.news-detail-content[data-v-38833fa5]{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.news-detail-header[data-v-38833fa5]{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.news-detail-date[data-v-38833fa5]{font-size:.875rem;color:#9ca3af;margin-bottom:.75rem}.news-detail-title[data-v-38833fa5]{font-size:2rem;font-weight:700;color:#143265;margin-bottom:1.5rem;line-height:1.4}.news-detail-cover[data-v-38833fa5]{margin-top:1.5rem;border-radius:.5rem;overflow:hidden}.news-detail-cover img[data-v-38833fa5]{width:100%;height:auto;display:block}.news-detail-body[data-v-38833fa5]{margin-top:2rem}.news-detail-richtext[data-v-38833fa5]{color:#374151;line-height:1.8;font-size:1rem}.news-detail-richtext[data-v-38833fa5] h1,.news-detail-richtext[data-v-38833fa5] h2,.news-detail-richtext[data-v-38833fa5] h3,.news-detail-richtext[data-v-38833fa5] h4,.news-detail-richtext[data-v-38833fa5] h5,.news-detail-richtext[data-v-38833fa5] h6{color:#143265;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem}.news-detail-richtext[data-v-38833fa5] h1{font-size:2rem}.news-detail-richtext[data-v-38833fa5] h2{font-size:1.75rem}.news-detail-richtext[data-v-38833fa5] h3{font-size:1.5rem}.news-detail-richtext[data-v-38833fa5] p{margin-bottom:1rem}.news-detail-richtext[data-v-38833fa5] a{color:#143265;text-decoration:underline}.news-detail-richtext[data-v-38833fa5] a:hover{color:#0f2548}.news-detail-richtext[data-v-38833fa5] ul,.news-detail-richtext[data-v-38833fa5] ol{margin-bottom:1rem;padding-left:1.5rem}.news-detail-richtext[data-v-38833fa5] li{margin-bottom:.5rem}.news-detail-richtext[data-v-38833fa5] blockquote{border-left:4px solid #143265;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.news-detail-richtext[data-v-38833fa5] img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.news-detail-not-found[data-v-38833fa5]{display:flex;justify-content:center;align-items:center;min-height:400px}.news-detail-not-found-card[data-v-38833fa5]{background:#1432650f;border:1px solid rgba(20,50,101,.18);border-radius:.75rem;padding:3rem 2rem;text-align:center;max-width:500px}.news-detail-not-found-title[data-v-38833fa5]{font-size:1.5rem;font-weight:700;color:#143265;margin-bottom:1rem}.news-detail-not-found-message[data-v-38833fa5]{color:#6b7280;margin-bottom:1.5rem}.news-detail-not-found-link[data-v-38833fa5]{display:inline-block;background:#143265;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:background-color .2s ease}.news-detail-not-found-link[data-v-38833fa5]:hover{background:#0f2548}@media(min-width:768px){.news-detail-page[data-v-38833fa5]{padding:3rem 2rem}.news-detail-content[data-v-38833fa5]{padding:3rem}.news-detail-title[data-v-38833fa5]{font-size:2.5rem}}
