@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Montserrat:wght@400;600;700&display=swap";:root{--s-pre-color0: #110909;--s-pre-color1: #472427;--s-pre-color2: #8c464d;--s-pre-color3: #bc7b81;--s-pre-color4: #dfbfc2;--s-pre-color5: #371515;--s-pre-color6: #813232;--s-pre-color7: #bf5a5a;--s-pre-color8: #dba3a3;--s-pre-color9: #f8eded;--s-pre-color10: #ffffff;--s-pre-color11: #555555;--s-pre-color12: #000000;--s-pre-color13: #816354;--s-pre-color14: #ff4d4d;--s-pre-color15: #ffa64d;--s-pre-color16: #9cce06;--s-pre-color17: #26c9ff;--nav-bg: var(--s-pre-color10);--nav-border: #f3f0f0;--nav-logo-color: var(--s-pre-color2);--nav-link-color: var(--s-pre-color0);--nav-link-hover: var(--s-pre-color2);--nav-bg-hover: #fbfafa;--footer-bg-start: var(--s-pre-color1);--footer-bg-end: var(--s-pre-color6);--footer-text: var(--s-pre-color10);--footer-text-muted: var(--s-pre-color4);--section-bg: var(--s-pre-color10);--section-bg-alt: #f8fafc;--section-title: var(--s-pre-color0);--section-title-secondary: var(--s-pre-color1);--section-body: var(--s-pre-color11);--section-title-size: 48px;--section-subtitle-size: 18px;--section-title-line-height: 1.3;--section-subtitle-line-height: 1.6;--btn-primary-bg: var(--s-pre-color1);--btn-primary-hover: var(--s-pre-color6);--btn-text: var(--s-pre-color10);--card-bg: var(--s-pre-color10);--card-border: #e0e0e0;--card-hover-shadow: rgba(0, 0, 0, .1);--input-border: #e0e0e0;--input-focus: var(--s-pre-color17);--link-color: var(--s-pre-color2);--link-hover: var(--s-pre-color1);--color-error: var(--s-pre-color14);--color-warning: var(--s-pre-color15);--color-success: var(--s-pre-color16);--color-info: var(--s-pre-color17)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;color:var(--color-text-body);line-height:1.6}:root{--site-header-height: 86px;--site-logo-max-height: 60px;--site-dropdown-width: 270px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.s-nav{background:var(--nav-bg);border-bottom:1px solid var(--nav-border);box-shadow:0 1px #1109090a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px}.s-logo{color:var(--nav-logo-color);text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700}.site-shell-logo{display:inline-flex;align-items:center;flex:0 0 auto}.site-shell-logo__image{display:block;width:auto;max-width:220px;max-height:var(--site-logo-max-height)}.site-shell-logo__text{color:var(--nav-logo-color)}.nav-item{display:inline-flex;align-items:center;gap:8px;color:var(--nav-link-color);text-decoration:none;font-size:13px;font-weight:700;line-height:1;padding:12px 0;border-bottom:2px solid transparent;transition:all .2s;background:transparent;border-left:0;border-right:0;border-top:0;cursor:pointer;white-space:nowrap}.nav-item:hover,.nav-item.router-link-active{color:var(--nav-link-hover);border-bottom-color:var(--nav-link-hover)}.nav-item.is-active,.site-shell-mobile-link.is-active,.site-shell-mobile-group-toggle.is-active,.site-shell-mobile-sublink.is-active,.site-shell-dropdown-link.is-active,.site-shell-logo.is-active{color:var(--nav-link-hover)}.nav-item.is-active{border-bottom-color:var(--nav-link-hover)}.site-shell-mobile-group-toggle.is-active,.site-shell-mobile-sublink.is-active{background:var(--nav-bg-hover)}.site-shell-header-bar{display:flex;align-items:center;justify-content:space-between;min-height:var(--site-header-height);gap:24px}.site-shell-desktop-nav{display:flex;align-items:center;flex:1 1 auto;justify-content:flex-end;min-width:0;gap:clamp(16px,1.8vw,28px)}.site-shell-nav-dropdown{position:relative;padding-bottom:14px;margin-bottom:-14px}.site-shell-locale-switcher{display:inline-flex;align-items:center;gap:8px}.locale-dropdown{position:relative}.locale-dropdown-trigger{display:inline-flex;align-items:center;gap:6px;padding:0 12px;height:34px;border:1px solid rgba(17,9,9,.12);border-radius:999px;color:#3f4349;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;list-style:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.locale-dropdown-trigger::-webkit-details-marker{display:none}.locale-dropdown-trigger:hover{border-color:#8c464d;background:#f5f5f5}.locale-dropdown-trigger:focus-visible{outline:2px solid #8c464d;outline-offset:2px}.locale-arrow{transition:transform .2s ease;flex-shrink:0}.locale-dropdown[open] .locale-arrow{transform:rotate(180deg)}.locale-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:130px;background:#fff;border:1px solid rgba(17,9,9,.1);border-radius:12px;box-shadow:0 8px 24px #1109091f,0 2px 8px #1109090f;padding:6px;z-index:200;animation:localeDropdownFadeIn .18s ease}@keyframes localeDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.locale-dropdown-item{display:flex;align-items:center;gap:8px;padding:9px 12px;color:#3f4349;font-size:13px;font-weight:500;text-decoration:none;border-radius:6px;cursor:pointer;transition:background .15s ease,color .15s ease}.locale-dropdown-item:hover{background:#f7f4f2;color:#8c464d}.locale-dropdown-item.is-active{background:#8c464d;color:#fff;font-weight:700}.locale-dropdown-item.is-active:hover{background:#7a3d43}.site-shell-mobile-locales .locale-dropdown{width:100%}.site-shell-mobile-locales .locale-dropdown-trigger{width:100%;justify-content:center}.site-shell-mobile-locales .locale-dropdown-menu{left:0;right:0}.nav-item__caret,.site-shell-mobile-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .2s ease}.site-shell-nav-dropdown:hover .nav-item__caret,.site-shell-nav-dropdown:focus-within .nav-item__caret{transform:rotate(225deg) translateY(-1px)}.site-shell-dropdown-panel{position:absolute;top:calc(100% + 2px);left:50%;z-index:60;display:flex;min-width:var(--site-dropdown-width);flex-direction:column;padding:8px 0;border:1px solid var(--nav-border);background:#fff;box-shadow:0 18px 40px #1109091a;opacity:0;pointer-events:none;transform:translate(-50%) translateY(8px);transition:opacity .18s ease,transform .18s ease}.site-shell-dropdown-panel:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:16px}.site-shell-nav-dropdown:hover .site-shell-dropdown-panel,.site-shell-nav-dropdown:focus-within .site-shell-dropdown-panel{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.site-shell-dropdown-link{display:flex;align-items:center;min-height:48px;padding:0 16px;color:#2e2e2f;font-size:15px;font-weight:400;transition:background .18s ease,color .18s ease}.site-shell-dropdown-link:hover,.site-shell-dropdown-link.is-active{background:#f4f6f8;color:var(--nav-link-hover)}.nav-dropdown-sublabel{display:block;font-size:12px;font-weight:400;color:#888;margin-top:2px}.site-shell-dropdown-link:hover .nav-dropdown-sublabel,.site-shell-dropdown-link.is-active .nav-dropdown-sublabel{color:inherit}.site-shell-mobile-nav{display:none;position:relative}.site-shell-mobile-toggle{display:flex;flex-direction:column;justify-content:center;gap:4px;width:44px;height:44px;cursor:pointer;list-style:none}.site-shell-mobile-toggle::-webkit-details-marker{display:none}.site-shell-mobile-toggle span{display:block;width:20px;height:2px;background:var(--nav-link-color);border-radius:999px}.site-shell-mobile-panel{position:absolute;right:0;top:calc(100% + 8px);display:flex;min-width:220px;flex-direction:column;overflow:hidden;border:1px solid var(--nav-border);background:var(--nav-bg);box-shadow:0 12px 30px #11090914}.site-shell-mobile-link,.site-shell-mobile-group-toggle,.site-shell-mobile-sublink{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:var(--nav-link-color);font-size:14px;font-weight:500;cursor:pointer;list-style:none}.site-shell-mobile-group-toggle::-webkit-details-marker{display:none}.site-shell-mobile-link+.site-shell-mobile-link,.site-shell-mobile-group+.site-shell-mobile-link,.site-shell-mobile-link+.site-shell-mobile-group,.site-shell-mobile-group+.site-shell-mobile-group{border-top:1px solid var(--nav-border)}.site-shell-mobile-link:hover,.site-shell-mobile-group-toggle:hover,.site-shell-mobile-sublink:hover{background:var(--nav-bg-hover);color:var(--nav-link-hover)}.site-shell-mobile-group[open] .site-shell-mobile-group-toggle{color:var(--nav-link-hover)}.site-shell-mobile-group[open] .site-shell-mobile-caret{transform:rotate(225deg) translateY(-1px)}.site-shell-mobile-group-panel{border-top:1px solid var(--nav-border);background:#fbfafa}.site-shell-mobile-sublink{padding-left:28px;font-size:13px}@media(max-width:768px){.site-shell-desktop-nav{display:none}.site-shell-mobile-nav{display:block}.site-shell-header-bar .s-logo.site-shell-logo{display:none}:root{--site-header-height: 72px;--site-logo-max-height: 50px}}.s-footer{background:linear-gradient(120deg,var(--footer-bg-start) 0%,var(--footer-bg-end) 100%);padding:50px 0 30px;color:var(--footer-text)}.template-section-label{display:none}.template-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:999px;background:var(--btn-primary-bg);color:var(--btn-text);font-size:14px;font-weight:600;transition:background .2s ease}.template-button:hover{background:var(--btn-primary-hover)}.home-slider{position:relative;width:100vw;margin-left:calc(50% - 50vw);padding:0;overflow:hidden}.home-slider__viewport{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth}.home-slider__viewport::-webkit-scrollbar{display:none}.home-slider__slide{position:relative;min-height:calc(100vh - var(--site-header-height));scroll-snap-align:start;display:block}.home-slider__media{display:block;width:100%;min-height:calc(100vh - var(--site-header-height));background-position:center;background-repeat:no-repeat;background-size:cover}.home-slider__shade{position:absolute;inset:0;background:linear-gradient(180deg,#1109090a,#1109092e)}.home-slider__control{position:absolute;top:50%;z-index:2;width:56px;height:56px;border:0;border-radius:999px;background:#ffffff2e;color:#fff;font:inherit;font-size:32px;line-height:1;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}.home-slider__control:hover{background:#ffffff4d}.home-slider__control--prev{left:24px}.home-slider__control--next{right:24px}.home-about-split{padding:84px 0;background:#fff}.home-about-split__layout{display:grid;gap:36px;align-items:center;grid-template-columns:minmax(320px,.9fr) minmax(0,1fr)}.home-about-split__media img{display:block;width:100%;aspect-ratio:1 / 1;-o-object-fit:cover;object-fit:cover;border-radius:0}.home-about-split__copy{color:var(--section-body)}.home-about-split__title,.home-about-split__body{color:var(--section-title)}.home-about-split__title p,.home-about-split__title h1,.home-about-split__title h2{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:36px;font-weight:700;letter-spacing:0;line-height:1.3}.home-about-split__body{margin-top:18px;color:var(--section-body)}.home-about-split__body p,.home-about-split__body h4{margin:0 0 14px;color:#000;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:300;line-height:1.5}.home-about-split__copy .template-button{margin-top:22px}.home-about-split__button{min-height:46px;padding:0 28px;border-radius:0;background:#813232;font-size:15px;font-weight:600;letter-spacing:.02em;box-shadow:none}.home-about-split__button:hover{background:#8d3737}.home-product-grid{padding:72px 0}.home-product-grid__head,.home-application-grid__head{margin-bottom:24px}.home-product-grid__head{text-align:center}.home-product-grid__title{max-width:760px;margin:0 auto}.home-product-grid__title p,.home-product-grid__title h1,.home-product-grid__title h2{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-title-size);font-weight:700;line-height:var(--section-title-line-height)}.home-product-grid__subtitle{max-width:760px;margin:12px auto 0;color:#555;white-space:nowrap}.home-product-grid__subtitle p,.home-product-grid__subtitle h4{margin:0;color:#555;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-subtitle-size);font-weight:300;line-height:var(--section-subtitle-line-height);white-space:nowrap}.home-product-grid__grid{display:flex;flex-wrap:wrap;justify-content:center;-moz-column-gap:18px;column-gap:18px;row-gap:28px}.home-application-grid__grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.home-product-grid__card,.home-application-grid__card{position:relative;overflow:hidden;min-height:260px;border-radius:22px;display:block;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none}.home-application-grid__card{min-height:350px;border-radius:0}.home-product-grid__card img,.home-application-grid__card img{display:block;width:100%;height:100%;min-height:260px;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}.home-application-grid__card img{min-height:350px;border-radius:0}.home-product-grid__card{width:calc((100% - 54px)/4);padding:10px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;box-shadow:0 16px 40px #11090914}.home-product-grid__card img{min-height:220px;height:220px;-o-object-fit:contain;object-fit:contain;width:100%;border-radius:0}.home-product-grid__card:hover img,.home-application-grid__card:hover img{transform:scale(1.04)}.home-application-grid__shade{position:absolute;inset:0;background:linear-gradient(180deg,#1109090a,#11090994)}.home-application-grid__copy{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;color:#fff}.home-application-grid__copy p{margin:0;color:inherit;font-size:18px;font-weight:400}.home-application-grid{padding:72px 0}.home-application-grid__head{text-align:center}.home-application-grid__title{max-width:760px;margin:0 auto}.home-application-grid__title p,.home-application-grid__title h1,.home-application-grid__title h2{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-title-size);font-weight:400;line-height:var(--section-title-line-height)}.home-application-grid__subtitle{margin-top:12px;max-width:none;width:100%;margin-left:auto;margin-right:auto;color:var(--section-body)}.home-application-grid__subtitle p,.home-application-grid__subtitle h4{margin:0;color:#555;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-subtitle-size);font-weight:400;line-height:var(--section-subtitle-line-height)}.home-innovation-grid{padding:72px 0 32px}.home-innovation-grid__head{margin-bottom:24px;text-align:center}.home-innovation-grid__title{max-width:900px;margin:0 auto}.home-innovation-grid__title p,.home-innovation-grid__title h1,.home-innovation-grid__title h2{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-title-size);font-weight:400;line-height:var(--section-title-line-height)}.home-innovation-grid__subtitle{max-width:960px;margin:12px auto 0;color:#555}.home-innovation-grid__subtitle p,.home-innovation-grid__subtitle h4{margin:0;color:#555;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-subtitle-size);font-weight:400;line-height:var(--section-subtitle-line-height)}.home-innovation-grid__grid{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-innovation-grid__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.home-innovation-grid__grid--3 .home-innovation-grid__card{min-height:480px}.home-innovation-grid__grid--3 .home-innovation-grid__card img{height:480px}@media(max-width:1100px){.home-innovation-grid__grid--3{grid-template-columns:1fr}.home-innovation-grid__grid--3 .home-innovation-grid__card,.home-innovation-grid__grid--3 .home-innovation-grid__card img{min-height:420px;height:420px}}.home-innovation-grid__card{position:relative;overflow:hidden;min-height:600px;border-radius:0}.home-innovation-grid__card img{display:block;width:100%;height:600px;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease;border-radius:0}.home-innovation-grid__card:hover img{transform:scale(1.03)}.home-innovation-grid__shade{position:absolute;inset:0;background:linear-gradient(180deg,#1109091f,#1109098a)}.home-innovation-grid__content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;color:#fff}.home-innovation-grid__item-title h1,.home-innovation-grid__item-title h2,.home-innovation-grid__item-title h3,.home-innovation-grid__item-title p{margin:0;color:#fff;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;font-weight:700;line-height:1.4}.home-innovation-grid__item-body{margin-top:12px}.home-innovation-grid__item-body p{margin:0;color:#fff;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.home-innovation-grid__button{margin-top:18px;min-height:46px;padding:0 28px;border-radius:0;background:#813232;font-size:15px;font-weight:600}.home-innovation-grid__button:hover{background:#8d3737}.home-solution-split{padding:72px 0;background:#fff}.home-solution-split__layout{display:grid;gap:36px;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr))}.home-solution-split__media img{display:block;width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover}.home-solution-split__copy{color:#50555c}.home-solution-split__title h1,.home-solution-split__title h2,.home-solution-split__title h3,.home-solution-split__title p{margin:0;color:#8c464d;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;font-weight:400;line-height:1.4;text-align:left}.home-solution-split__body{margin-top:14px}.home-solution-split__body h3{margin:0 0 10px;color:#813232;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;font-weight:400;line-height:1.45;text-align:left}.home-solution-split__body ul{margin:0;padding-left:18px;list-style:disc}.home-solution-split__body li,.home-solution-split__body p{color:#555;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;line-height:1.6;text-align:left}.home-solution-split__body li::marker{color:#8c464d}.home-solution-split__button{margin-top:18px;min-height:46px;padding:0 28px;border-radius:0;background:#813232;font-size:15px;font-weight:600}.home-solution-split__button:hover{background:#8d3737}.news-blog-grid{padding:72px 0}.news-blog-grid__head{margin-bottom:24px;text-align:center}.news-blog-grid__title h1,.news-blog-grid__title h2,.news-blog-grid__title p{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-title-size);font-weight:400;line-height:var(--section-title-line-height)}.news-blog-grid__subtitle{max-width:900px;margin:12px auto 0}.news-blog-grid__subtitle p{margin:0;color:#555;font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height)}.news-blog-grid__items{display:grid;gap:20px;grid-template-columns:1fr}.news-blog-grid__card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1fr);align-items:stretch;overflow:hidden;background:#fff;border-radius:0;box-shadow:0 14px 36px #11090914}.news-blog-grid__media img{display:block;width:100%;height:100%;min-height:260px;-o-object-fit:cover;object-fit:cover}.news-blog-grid__body{padding:20px 22px 24px}.news-blog-grid__date{margin:0 0 10px;color:#555;font-size:14px}.news-blog-grid__card-title{margin:0;color:#1d2023;font-size:24px;line-height:1.4}.news-blog-grid__card-blurb{margin:14px 0 0;color:#555;font-size:16px;line-height:1.6}.news-blog-grid__button{margin-top:18px;border-radius:0}.news-story-list{padding:72px 0}.news-story-list__items{display:grid;gap:20px}.news-story-list__item{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1fr);align-items:stretch;background:#fff}.news-story-list__media img{display:block;width:100%;height:100%;min-height:260px;-o-object-fit:cover;object-fit:cover}.news-story-list__body{padding:20px 22px 24px}.news-story-list__title{margin:0;color:#1d2023;font-size:24px;line-height:1.4}.news-story-list__date{margin:10px 0 0;color:#555;font-size:14px}.news-story-list__blurb{margin:12px 0 0;color:#555;font-size:16px;line-height:1.6}.news-story-list__button{margin-top:18px;border-radius:0;min-height:46px;padding:0 28px;background:#813232;font-size:15px;font-weight:600}.news-story-list__button:hover{background:#8d3737}.product-detail-hero{position:relative;min-height:72vh;padding:120px 0 104px;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center}.product-detail-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1109091a,#11090947)}.product-detail-hero__inner{position:relative;z-index:1;max-width:1200px}.product-detail-hero--images-right .product-detail-hero__inner{width:100%;display:flex;justify-content:center}.product-detail-hero__layout{display:grid;align-items:start;grid-template-columns:minmax(180px,.46fr) minmax(280px,.54fr);max-width:760px;width:100%;gap:32px}.product-detail-hero__title h1,.product-detail-hero__title h2,.product-detail-hero__title p{margin:0;color:#fff;font-size:48px;line-height:1.2;text-transform:none;letter-spacing:0;text-align:left}.product-detail-hero--images-right .product-detail-hero__title{max-width:420px}.product-detail-hero__body{max-width:640px}.product-detail-hero--images-right .product-detail-hero__body{max-width:340px;justify-self:end;margin-top:72px}.product-detail-hero__body p,.product-detail-hero__body h2{color:#ffffffeb;font-size:28px;line-height:1.5;text-align:left}.product-detail-hero__body p{font-size:17px;line-height:1.6}.product-detail-overview,.product-detail-grid,.product-detail-reference,.product-detail-download{padding:72px 0}.product-detail-intro{padding:56px 0 0}.product-detail-intro__head{margin-bottom:24px;text-align:center}.product-detail-intro__title h1,.product-detail-intro__title h2,.product-detail-intro__title p{margin:0;color:#1d2023;font-size:36px;line-height:1.3;text-align:center}.product-detail-intro__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100vw;margin-left:calc(50% - 50vw)}.product-detail-intro__copy{display:flex;align-items:center;justify-content:center;padding:56px;background:#e8eaec;min-height:600px}.product-detail-intro__body{max-width:620px}.product-detail-intro__body p{color:#000;font-size:18px;line-height:1.65;text-align:left}.product-detail-intro__media img{display:block;width:100%;max-width:520px;height:auto;min-height:0;-o-object-fit:contain;object-fit:contain}.product-detail-intro__media{display:flex;align-items:center;justify-content:center;padding:32px;background:#fff;min-height:600px}.product-detail-overview__head,.product-detail-grid__head{margin-bottom:24px}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__head,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__head{text-align:center}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__title h1,.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__title h2,.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__title p,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__title h1,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__title h2,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__title p{text-align:center!important}.product-detail-overview__label,.product-detail-grid__label{margin:0 0 10px;color:#8c464d;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-detail-overview__title h1,.product-detail-overview__title h2,.product-detail-overview__title p,.product-detail-grid__title h1,.product-detail-grid__title h2,.product-detail-grid__title p{margin:0;color:#1d2023;font-size:36px;line-height:1.3}.product-detail-overview__grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-overview__card{display:grid;grid-template-columns:minmax(240px,.95fr) minmax(0,1fr);overflow:hidden;border-radius:0;background:#fff;box-shadow:0 12px 30px #11090914}.product-detail-overview__media img{display:block;width:100%;height:100%;min-height:420px;-o-object-fit:cover;object-fit:cover}.product-detail-overview__content{padding:20px 22px 24px}.product-detail-overview__item-title h2,.product-detail-overview__item-title h3,.product-detail-overview__item-title p{margin:0;color:#1d2023;font-size:24px;line-height:1.4;text-align:left}.product-detail-overview__item-body{margin-top:12px;color:#555;text-align:left}.product-detail-overview__button{margin-top:16px;border-radius:0}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__grid,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__grid{grid-template-columns:1fr;gap:0;width:100vw;margin-left:calc(50% - 50vw)}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__card,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__card{grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:transparent;box-shadow:none}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__media img,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__media img{width:100%;min-height:600px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__media,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__media{order:2;display:flex;align-items:stretch;justify-content:stretch;background:#fff}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__content,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__content{order:1;min-height:600px;padding:56px clamp(24px,6vw,72px);display:flex;align-items:center;justify-content:center;background:#e8eaec}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__content>*,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__content>*{width:min(100%,560px)}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__item-body,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__item-body{margin-top:0}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__item-body h3,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__item-body h3,.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__item-body p,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__item-body p,.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__item-body span,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__item-body span{color:#1f2329!important}.product-detail-grid__subtitle{margin-top:10px;color:#555;text-align:center}.product-detail-grid__head{text-align:center}.product-detail-grid__items{display:grid;gap:20px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start}.product-detail-grid__card{overflow:hidden;background:transparent;border-radius:0;box-shadow:none;text-align:center}.product-detail-grid__media img{display:block;width:100%;max-width:150px;margin:0 auto;height:186px;-o-object-fit:contain;object-fit:contain}.product-detail-grid__body{padding:12px 4px 0}.product-detail-grid__card-title h2,.product-detail-grid__card-title h3,.product-detail-grid__card-title p{margin:0;color:#1f2329;font-size:18px;line-height:1.4;text-align:center}.product-detail-grid__card-copy{margin-top:6px;color:#555;text-align:center}.product-detail-grid__card-copy:empty{display:none}.product-detail-grid--dark .product-detail-grid__title h1,.product-detail-grid--dark .product-detail-grid__title h2,.product-detail-grid--dark .product-detail-grid__title p,.product-detail-grid--dark .product-detail-grid__card-title h2,.product-detail-grid--dark .product-detail-grid__card-title h3,.product-detail-grid--dark .product-detail-grid__card-title p{color:#fff}.product-detail-grid--dark .product-detail-grid__card-copy{color:#ffffffe0}.product-detail-grid:not(.product-detail-grid--dark) .product-detail-grid__media img{max-width:220px;height:210px}.product-detail-grid__button{margin-top:16px;border-radius:0}.product-detail-reference__inner{max-width:900px}.product-detail-reference--center-bottom-normal .product-detail-reference__inner{max-width:none;width:100vw;margin-left:calc(50% - 50vw);padding:0 clamp(24px,6vw,72px)}.product-detail-reference__title h1,.product-detail-reference__title h2,.product-detail-reference__title p{margin:0;color:#1d2023;font-size:32px}.product-detail-reference__body{margin-top:0;color:#555;text-align:left}.product-detail-reference--center-bottom-normal .product-detail-reference__body{max-width:1200px;margin:0 auto}.product-detail-reference__body p{margin:0 0 10px;color:#1f2329;font-size:14px;line-height:1.6}.product-detail-reference__button{margin-top:18px;border-radius:0}.product-detail-download__inner{text-align:center}.product-detail-download__button{border-radius:0;min-height:46px;padding:0 28px;background:#813232}.product-detail-download__button:hover{background:#8d3737}.solution-kv{position:relative;min-height:82vh;padding:140px 0;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center}.solution-kv__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#11090914,#1109092e)}.solution-kv__inner{position:relative;z-index:1;text-align:center}.solution-kv__title h1,.solution-kv__title h2,.solution-kv__title p{margin:0;color:#0f1115;font-size:74px;font-weight:700;line-height:1.15}.solution-kv__subtitle{margin-top:12px}.solution-kv__subtitle h2,.solution-kv__subtitle p{margin:0;color:#0f1115;font-size:28px;line-height:1.5}.solution-partner{padding:48px 0 72px;background:#fff}.solution-partner__layout{display:grid;gap:32px;align-items:center;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.solution-partner__media img{display:block;width:100%;border-radius:0}.solution-partner__body h2{margin:0 0 12px;color:#0f1115;font-size:28px;line-height:1.4}.solution-partner__body p{margin:0 0 10px;color:#50555c;font-size:18px;line-height:1.6}.solution-capabilities{padding:72px 0}.solution-capabilities__head{margin-bottom:24px;text-align:center}.solution-capabilities__title h1,.solution-capabilities__title h2,.solution-capabilities__title p{margin:0;color:#1d2023;font-size:48px;line-height:1.3}.solution-capabilities__grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.solution-capabilities__media img{display:block;width:100%;aspect-ratio:1 / 1;-o-object-fit:cover;object-fit:cover}.solution-capabilities__body{margin-top:16px}.solution-capabilities__card-title h3,.solution-capabilities__card-title p{margin:0;color:#0f1115;font-size:20px;line-height:1.3;white-space:nowrap}.solution-capabilities__card-copy{margin-top:10px;color:#50555c;font-size:18px;line-height:1.6}.solution-value-list{padding:72px 0;background:#fff}.solution-value-list__head{margin-bottom:24px}.solution-value-list__title h1,.solution-value-list__title h2,.solution-value-list__title p{margin:0;color:#1d2023;font-size:48px;line-height:1.3}.solution-value-list__items{display:grid;gap:20px}.solution-value-list__item{display:grid;gap:18px;align-items:center;grid-template-columns:minmax(180px,.62fr) minmax(0,1fr)}.solution-value-list__media img{display:block;width:100%;max-width:520px;height:auto}.solution-value-list__item-title h3{margin:0 0 10px;color:#0f1115;font-size:24px;line-height:1.4}.solution-value-list__item-copy p{margin:0 0 14px;color:#50555c;font-size:17px;line-height:1.6}.solution-process{padding:72px 0;background:#e8eaec}.solution-process__head{margin-bottom:24px;text-align:center}.solution-process__title h1,.solution-process__title h2,.solution-process__title p{margin:0;color:#0f1115;font-size:48px;line-height:1.3}.solution-process__grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.solution-process__item{position:relative;padding-top:16px}.solution-process__index{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 12px;border:1px solid #0f1115;border-radius:0;color:#0f1115;font-size:28px;line-height:1}.solution-process__item:after{content:"";position:absolute;top:38px;left:calc(50% + 28px);right:calc(-50% + 28px);height:1px;background:#0f1115;opacity:.3}.solution-process__item:last-child:after{display:none}.solution-process__item-title h3,.solution-process__item-title p{margin:0;color:#0f1115;font-size:24px;line-height:1.4;text-align:center}.solution-process__item-body{margin-top:10px;color:#0f1115;font-size:16px;line-height:1.6;text-align:center}.solution-signup{padding:72px 0}.solution-signup__inner{max-width:760px}.solution-signup__title h2,.solution-signup__title p{margin:0;color:#0f1115;font-size:36px;line-height:1.4}.solution-signup__subtitle{margin-top:12px;width:100%}.solution-signup__subtitle h4,.solution-signup__subtitle p{margin:0;color:#0f1115;font-size:20px;line-height:1.5;width:100%;white-space:normal}.solution-signup__form{display:grid;gap:16px;margin-top:28px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end}.solution-signup__form label{display:grid;gap:0}.solution-signup__form input{width:100%;height:46px;padding:0 14px;border:1px solid rgba(17,9,9,.18);background:#fff;box-sizing:border-box}.solution-signup__button{border-radius:0;width:-moz-fit-content;width:fit-content;background:#8c464d;min-height:46px;box-sizing:border-box}.solution-signup__button:hover{background:#985159}.category-hero{position:relative;min-height:72vh;padding:100px 0 80px;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center}.category-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#11090914,#1109092e)}.category-hero__inner{position:relative;z-index:1;display:flex;justify-content:center}.category-hero__content{width:min(620px,58%);align-self:flex-end;margin-bottom:32px}.category-hero__title h1,.category-hero__title h2,.category-hero__title p{margin:0;color:#fff;font-size:48px;line-height:1.2;text-align:left}.category-hero__title{max-width:520px}.category-hero__body{margin-top:18px;max-width:360px;margin-left:auto}.category-hero__body h2{margin:0 0 14px;color:#fff;font-size:28px;line-height:1.45;text-align:left}.category-hero__body p{margin:0 0 10px;color:#fff;font-size:17px;line-height:1.6;text-align:left}.category-brand-grid{padding:72px 0}.category-brand-grid__intro{margin-bottom:24px}.category-brand-grid__title{max-width:1100px}.category-brand-grid__title h4,.category-brand-grid__title p{margin:0;color:#555;font-size:18px;line-height:1.6}.category-brand-grid__subtitle{margin-top:14px}.category-brand-grid__subtitle h4,.category-brand-grid__subtitle p{margin:0;color:#555;font-size:20px;line-height:1.5}.category-brand-grid__items{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.category-brand-grid__item{display:block;background:transparent}.category-brand-grid__item img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:16px}.template-hero{position:relative;overflow:hidden;padding:120px 0 96px;background-position:center;background-repeat:no-repeat;background-size:cover}.template-hero__overlay{position:absolute;inset:0;background:linear-gradient(120deg,#11090966,#11090926)}.template-hero__inner{position:relative;z-index:1}.template-hero__layout{display:block}.template-hero__layout--with-media{display:grid;align-items:center;gap:40px;grid-template-columns:minmax(0,1fr) minmax(280px,480px)}.template-hero__copy{max-width:560px;color:#fff}.template-hero__eyebrow{margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.template-hero__title h1,.template-hero__title h2,.template-hero__title h3,.template-hero__title p{margin:0;color:inherit}.template-hero__body{margin-top:20px;max-width:520px}.template-hero__body p,.template-hero__body h1,.template-hero__body h2,.template-hero__body h3{color:inherit}.template-hero__media img{display:block;width:100%;border-radius:28px;box-shadow:0 24px 60px #11090938}.template-new-grid,.template-feature-list,.template-cta,.template-common-grid,.template-signup-form,.template-faq,.template-process,.template-slider,.template-ecommerce{padding:72px 0}.template-new-grid__head,.template-feature-list__head,.template-common-grid__head,.template-faq__head,.template-process__head,.template-ecommerce__head{margin-bottom:28px}.template-faq__head{text-align:center}.template-new-grid__title,.template-feature-list__title,.template-cta__title,.template-common-grid__title,.template-signup-form__title,.template-faq__title,.template-process__title,.template-ecommerce__title{color:var(--section-title)}.template-faq__title{max-width:900px;margin:0 auto}.template-new-grid__title h1,.template-new-grid__title h2,.template-feature-list__title h1,.template-feature-list__title h2,.template-cta__title h1,.template-cta__title h2,.template-common-grid__title h1,.template-common-grid__title h2,.template-signup-form__title h1,.template-signup-form__title h2,.template-faq__title h1,.template-faq__title h2,.template-process__title h1,.template-process__title h2,.template-ecommerce__title h1,.template-ecommerce__title h2{margin:0}.template-faq__title h1,.template-faq__title h2,.template-faq__title p{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-title-size)!important;font-weight:400;line-height:var(--section-title-line-height)!important}.template-new-grid__items{display:grid;gap:28px}.template-new-grid__item{display:grid;gap:28px;align-items:center;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.template-new-grid__media img,.template-feature-list__media img{display:block;width:100%;border-radius:24px;-o-object-fit:cover;object-fit:cover}.template-new-grid__item:nth-child(2n){grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.template-new-grid__item:nth-child(2n) .template-new-grid__media{order:2}.template-new-grid__item-title,.template-feature-list__card-title,.template-cta__subtitle{color:var(--section-title)}.template-new-grid__item-body,.template-feature-list__subtitle,.template-feature-list__card-copy,.template-cta__body,.template-common-grid__body,.template-signup-form__subtitle,.template-signup-form__intro,.template-faq__subtitle,.template-faq__answer{color:var(--section-body)}.template-faq__subtitle{max-width:900px;margin:12px auto 0}.template-faq__subtitle p,.template-faq__subtitle h4{margin:0;color:#555;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-subtitle-size)!important;font-weight:400;line-height:var(--section-subtitle-line-height)!important}.template-new-grid__item-body>*+*,.template-feature-list__card-copy>*+*,.template-cta__body>*+*{margin-top:12px}.template-new-grid__content .template-button,.template-feature-list__card-body .template-button,.template-cta__inner .template-button{margin-top:18px}.template-cta{background-position:center;background-repeat:no-repeat;background-size:cover}.template-cta__inner{max-width:860px;text-align:center}.template-cta__subtitle,.template-cta__body{margin-top:16px}.template-cta__inner .template-button{border-radius:0;margin-left:auto;margin-right:auto}.template-common-grid__items{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.template-common-grid__item{overflow:hidden;border-radius:0;background:#fff;box-shadow:0 14px 36px #11090914}.template-common-grid__media img,.template-signup-form__image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover}.template-common-grid__body{padding:18px 20px 22px}.template-signup-form__layout{display:grid;gap:32px;align-items:start;grid-template-columns:minmax(0,.88fr) minmax(360px,500px)}.template-signup-form__copy{display:flex;flex-direction:column;justify-content:flex-start}.template-signup-form__image{margin-top:20px;overflow:hidden;border-radius:0;max-width:430px}.template-signup-form__intro{color:var(--section-title)}.template-signup-form__intro h1,.template-signup-form__intro h2{margin:0 0 10px;color:var(--s-pre-color11);font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;font-weight:400;line-height:1.4}.template-signup-form__intro p{margin:0;color:var(--section-body);font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.template-signup-form__form{display:grid;gap:20px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.template-signup-form__title h1,.template-signup-form__title h2{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;font-weight:700;line-height:1.3}.template-signup-form__subtitle{margin-top:-4px}.template-signup-form__subtitle p,.template-signup-form__subtitle h4{margin:0;color:var(--section-body);font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.template-signup-form__form label{display:grid;gap:8px;color:var(--section-title);font-size:14px;font-weight:600}.template-signup-form__form input,.template-signup-form__form textarea{width:100%;padding:12px 14px;border:1px solid rgba(17,9,9,.12);border-radius:0;font:inherit}.template-signup-form__submit{min-height:46px;padding:0 26px;border-radius:0;background:#813232;font-size:15px;font-weight:600}.template-signup-form__submit:hover{background:#8d3737}.template-signup-form .cfw-form,.template-signup-form .cfw-success,.template-signup-form .cfw-wrap .cfw-form,.template-signup-form .cfw-wrap .cfw-success{--cfw-brand: #8c464d;--cfw-brand-dark: #7a3c42;--cfw-brand-light: rgba(140, 70, 77, .1);--cfw-border: #ede5de;--cfw-text-primary: #1f2329;--cfw-text-secondary: #555555;--cfw-text-muted: #999999;--cfw-error: #d94f4f;--cfw-success-bg: #f0faf4;--cfw-radius-sm: 10px;--cfw-radius-md: 14px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.template-signup-form .cfw-form,.template-signup-form .cfw-wrap .cfw-form{display:flex;flex-direction:column;gap:18px}.template-signup-form .cfw-row,.template-signup-form .cfw-wrap .cfw-row{display:flex;gap:18px}.template-signup-form .cfw-row--2>.cfw-field,.template-signup-form .cfw-wrap .cfw-row--2>.cfw-field{flex:1}.template-signup-form .cfw-field,.template-signup-form .cfw-wrap .cfw-field{display:flex;flex-direction:column;gap:6px}.template-signup-form .cfw-label,.template-signup-form .cfw-wrap .cfw-label{font-size:13px;font-weight:600;color:var(--cfw-text-secondary);letter-spacing:.01em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.template-signup-form .cfw-required,.template-signup-form .cfw-wrap .cfw-required{color:var(--cfw-brand);margin-left:2px}.template-signup-form .cfw-input,.template-signup-form .cfw-wrap .cfw-input{width:100%;padding:12px 16px;border:1.5px solid var(--cfw-border);border-radius:var(--cfw-radius-sm);background:#fff;color:var(--cfw-text-primary);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;-webkit-appearance:none}.template-signup-form .cfw-input::-moz-placeholder,.template-signup-form .cfw-wrap .cfw-input::-moz-placeholder{color:var(--cfw-text-muted)}.template-signup-form .cfw-input::placeholder,.template-signup-form .cfw-wrap .cfw-input::placeholder{color:var(--cfw-text-muted)}.template-signup-form .cfw-input:focus,.template-signup-form .cfw-wrap .cfw-input:focus{border-color:var(--cfw-brand);box-shadow:0 0 0 3px var(--cfw-brand-light)}.template-signup-form .cfw-input--error,.template-signup-form .cfw-wrap .cfw-input--error{border-color:var(--cfw-error)}.template-signup-form .cfw-textarea,.template-signup-form .cfw-wrap .cfw-textarea{resize:vertical;min-height:120px;line-height:1.6}.template-signup-form .cfw-error,.template-signup-form .cfw-wrap .cfw-error{font-size:12px;color:var(--cfw-error);font-weight:500}.template-signup-form .cfw-submit,.template-signup-form .cfw-wrap .cfw-submit{margin-top:4px}.template-signup-form .cfw-btn,.template-signup-form .cfw-wrap .cfw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 32px;border-radius:999px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:background-color .2s ease,gap .2s ease;white-space:nowrap;text-decoration:none}.template-signup-form .cfw-btn:focus-visible,.template-signup-form .cfw-wrap .cfw-btn:focus-visible{outline:2px solid var(--cfw-brand);outline-offset:3px}.template-signup-form .cfw-btn--primary,.template-signup-form .cfw-wrap .cfw-btn--primary{background:var(--cfw-brand);color:#fff}.template-signup-form .cfw-btn--primary:hover,.template-signup-form .cfw-wrap .cfw-btn--primary:hover{background:var(--cfw-brand-dark);gap:12px}.template-signup-form .cfw-btn--outline,.template-signup-form .cfw-wrap .cfw-btn--outline{background:transparent;color:var(--cfw-brand);border:1.5px solid var(--cfw-brand)}.template-signup-form .cfw-btn--outline:hover,.template-signup-form .cfw-wrap .cfw-btn--outline:hover{background:var(--cfw-brand-light)}.template-signup-form .cfw-success,.template-signup-form .cfw-wrap .cfw-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;background:var(--cfw-success-bg);border-radius:var(--cfw-radius-md);border:1.5px solid rgba(140,70,77,.15);gap:12px}.template-signup-form .cfw-success__title,.template-signup-form .cfw-wrap .cfw-success__title{margin:0;color:var(--cfw-text-primary);font-size:22px;font-weight:800;letter-spacing:-.01em}.template-signup-form .cfw-success__body,.template-signup-form .cfw-wrap .cfw-success__body{margin:0;color:var(--cfw-text-secondary);font-size:15px;line-height:1.65;max-width:380px}@media(max-width:680px){.template-signup-form .cfw-row--2,.template-signup-form .cfw-wrap .cfw-row--2{flex-direction:column}}.cfw-wrap{--cfw-brand: #8c464d;--cfw-brand-dark: #7a3c42;--cfw-brand-light: rgba(140, 70, 77, .1);--cfw-bg-input: #ffffff;--cfw-border: #ede5de;--cfw-border-dark: #c8bfb8;--cfw-text-primary: #1f2329;--cfw-text-secondary: #555555;--cfw-text-muted: #999999;--cfw-error: #d94f4f;--cfw-success-bg: #f0faf4;--cfw-radius-sm: 10px;--cfw-radius-md: 14px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.cfw-wrap .cfw-form{display:flex;flex-direction:column;gap:18px}.cfw-wrap .cfw-row{display:flex;gap:18px}.cfw-wrap .cfw-row--2>.cfw-field{flex:1}.cfw-wrap .cfw-field{display:flex;flex-direction:column;gap:6px}.cfw-wrap .cfw-label{font-size:13px;font-weight:600;color:var(--cfw-text-secondary);letter-spacing:.01em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cfw-wrap .cfw-required{color:var(--cfw-brand);margin-left:2px}.cfw-wrap .cfw-input{width:100%;padding:12px 16px;border:1.5px solid var(--cfw-border);border-radius:var(--cfw-radius-sm);background:var(--cfw-bg-input);color:var(--cfw-text-primary);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;-webkit-appearance:none}.cfw-wrap .cfw-input::-moz-placeholder{color:var(--cfw-text-muted)}.cfw-wrap .cfw-input::placeholder{color:var(--cfw-text-muted)}.cfw-wrap .cfw-input:focus{border-color:var(--cfw-brand);box-shadow:0 0 0 3px var(--cfw-brand-light)}.cfw-wrap .cfw-input--error{border-color:var(--cfw-error)}.cfw-wrap .cfw-input--error:focus{box-shadow:0 0 0 3px #d94f4f1f}.cfw-wrap .cfw-textarea{resize:vertical;min-height:120px;line-height:1.6}.cfw-wrap .cfw-error{font-size:12px;color:var(--cfw-error);font-weight:500}.cfw-wrap .cfw-submit{margin-top:4px}.cfw-wrap .cfw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 32px;border-radius:999px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:background-color .2s ease,gap .2s ease,transform .18s ease;white-space:nowrap;text-decoration:none}.cfw-wrap .cfw-btn:focus-visible{outline:2px solid var(--cfw-brand);outline-offset:3px}.cfw-wrap .cfw-btn--primary{background:var(--cfw-brand);color:#fff}.cfw-wrap .cfw-btn--primary:hover:not(:disabled){background:var(--cfw-brand-dark);gap:12px}.cfw-wrap .cfw-btn--primary:active:not(:disabled){transform:scale(.98)}.cfw-wrap .cfw-btn--primary:disabled{opacity:.7;cursor:not-allowed}.cfw-wrap .cfw-btn--outline{background:transparent;color:var(--cfw-brand);border:1.5px solid var(--cfw-brand)}.cfw-wrap .cfw-btn--outline:hover{background:var(--cfw-brand-light)}.cfw-wrap .cfw-btn__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:cfw-spin .65s linear infinite}@keyframes cfw-spin{to{transform:rotate(360deg)}}.cfw-wrap .cfw-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;background:var(--cfw-success-bg);border-radius:var(--cfw-radius-md);border:1.5px solid rgba(140,70,77,.15);gap:12px}.cfw-wrap .cfw-success__icon{margin-bottom:4px}.cfw-wrap .cfw-success__title{margin:0;color:var(--cfw-text-primary);font-size:22px;font-weight:800;letter-spacing:-.01em}.cfw-wrap .cfw-success__body{margin:0;color:var(--cfw-text-secondary);font-size:15px;line-height:1.65;max-width:380px}@media(max-width:680px){.cfw-wrap .cfw-row--2,.cfw-wrap .cfw-row{flex-direction:column}.cfw-wrap .cfw-submit,.cfw-wrap .cfw-btn--primary{width:100%}}@media(prefers-reduced-motion:reduce){.cfw-wrap .cfw-btn,.cfw-wrap .cfw-input,.cfw-wrap .cfw-btn__spinner{transition:none;animation:none}}.template-faq__items{display:grid;gap:16px}.template-process__grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.template-slider__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.template-slider__item{position:relative;overflow:hidden;min-height:240px;border-radius:28px;display:block}.template-slider__item img{display:block;width:100%;height:100%;min-height:240px;-o-object-fit:cover;object-fit:cover}.template-slider__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#11090914,#11090973)}.template-slider__title{position:absolute;left:24px;bottom:22px;z-index:1;color:#fff;font-size:22px;font-weight:700}.template-ecommerce__grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.template-ecommerce__card{display:block;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 18px 44px #11090914}.template-ecommerce__media img{display:block;width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover}.template-ecommerce__body{padding:18px 20px 22px}.template-ecommerce__title-text{color:var(--section-title);font-weight:700}.template-process__item{padding:24px;border:1px solid rgba(17,9,9,.1);border-radius:22px;background:#fff}.template-process__index{margin-bottom:14px;color:var(--s-pre-color2);font-size:28px;font-weight:700}.template-process__item-title{color:var(--section-title);font-weight:700}.template-process__item-body{margin-top:10px;color:var(--section-body)}.template-faq__item{border:0;border-bottom:1px solid #494d56;border-radius:0;background:transparent;overflow:visible}.template-faq__item summary{cursor:pointer;list-style:none;position:relative;padding:20px 48px 20px 20px;color:var(--section-title);font-weight:700}.template-faq__item summary::-webkit-details-marker{display:none}.template-faq__item summary:after{content:"›";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#1d2023;font-size:26px;line-height:1}.template-faq__item[open] summary:after{content:"⌄";font-size:22px}.template-faq__answer{padding:0 20px 20px}.faq-page{padding:72px 0;background:#fff}.faq-page__head{margin-bottom:24px;text-align:center}.faq-page__title{max-width:900px;margin:0 auto}.faq-page__title h1,.faq-page__title h2,.faq-page__title p{margin:0;color:#1d2023;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:56px!important;font-weight:400;line-height:var(--section-title-line-height)!important}.faq-page__subtitle{max-width:none;width:100%;margin:12px auto 0}.faq-page__subtitle p,.faq-page__subtitle h4{margin:0;color:#555;font-family:Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--section-subtitle-size)!important;font-weight:400;line-height:var(--section-subtitle-line-height)!important}.faq-page__items{display:grid;gap:0;grid-template-columns:1fr}.faq-page__item{border-bottom:1px solid #494d56}.faq-page__item summary{cursor:pointer;list-style:none;position:relative;padding:20px 48px 20px 20px}.faq-page__item summary::-webkit-details-marker{display:none}.faq-page__item summary:after{content:"›";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#1d2023;font-size:26px}.faq-page__item[open] summary:after{content:"⌄";font-size:22px}.faq-page__item h3,.faq-page__item p{margin:0}.faq-page__item h3{color:#000;font-size:24px;line-height:1.45}.faq-page__answer{padding:0 20px 20px}.faq-page__answer p{color:#555;font-size:17px;line-height:1.6}.template-feature-list__grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.template-feature-list__card{overflow:hidden;border:1px solid rgba(17,9,9,.08);border-radius:0;background:#fff;box-shadow:0 18px 50px #1109090f}.template-feature-list__card-body{padding:20px}@media(max-width:900px){.home-about-split__layout,.home-application-grid__grid{grid-template-columns:1fr 1fr}.home-innovation-grid__grid,.home-solution-split__layout,.solution-capabilities__grid,.solution-process__grid{grid-template-columns:1fr}.solution-process__item:after{display:none}.news-blog-grid__items,.news-story-list__item,.product-detail-overview__grid,.product-detail-grid__items,.faq-page__items,.news-blog-grid__card,.product-detail-overview__card,.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__card,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__card{grid-template-columns:1fr}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__grid,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__grid,.product-detail-reference--center-bottom-normal .product-detail-reference__inner{width:100%;margin-left:0}.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__content,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__content,.product-detail-overview--magazine---oneleftonebigright-extralarge-none-wide .product-detail-overview__media img,.product-detail-overview--magazine---oneleftonebigright-small-none-wide .product-detail-overview__media img{min-height:0}.home-product-grid__card{width:calc((100% - 18px)/2)}.template-new-grid__item,.template-new-grid__item:nth-child(2n){grid-template-columns:1fr}.template-new-grid__item:nth-child(2n) .template-new-grid__media{order:initial}.template-hero__layout--with-media,.template-signup-form__layout,.template-common-grid__items{grid-template-columns:1fr}.template-feature-list__grid,.template-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-slider__grid,.template-ecommerce__grid{grid-template-columns:1fr}}@media(max-width:640px){.home-slider__slide,.home-slider__media{min-height:52vh}.home-slider__control{width:44px;height:44px;font-size:24px}.home-slider__control--prev{left:12px}.home-slider__control--next{right:12px}.home-about-split__layout,.home-application-grid__grid{grid-template-columns:1fr}.home-innovation-grid__card,.home-innovation-grid__card img{min-height:420px;height:420px}.home-product-grid__card{width:100%}.template-hero{padding:104px 0 72px}.template-feature-list__grid,.template-process__grid{grid-template-columns:1fr}}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-brand{padding-right:20px}.footer-title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;margin-bottom:8px;color:var(--footer-text)}.footer-tagline{font-size:14px;color:var(--footer-text-muted)}.footer-heading{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--footer-text)}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:var(--footer-text-muted);text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--footer-text)}.footer-contact{list-style:none;color:var(--footer-text-muted);font-size:14px}.footer-contact li{margin-bottom:10px}.footer-social{display:flex;gap:16px}.social-link{color:var(--footer-text-muted);text-decoration:none;font-size:14px;transition:color .2s}.social-link:hover{color:var(--footer-text)}.footer-copyright{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:13px;color:var(--footer-text-muted)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.s-hero-section{padding:60px 0}.s-hero-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.s-hero-section .s-rva{display:flex;flex-wrap:wrap;align-items:center;gap:40px}.s-hero-section .s-rva-media,.s-hero-section .s-rva-text{flex:1;min-width:300px}.s-hero-section .eight.columns{flex:1;width:calc(50% - 20px)}.s-hero-section .quarter-offset-right{margin-left:4%}.s-hero-section .s-img-wrapper{width:100%}.s-hero-section .s-ratio-box,.s-hero-section .s-ratio-fill{position:relative;width:100%}.s-hero-section .s-ratio-fill:after{content:"";display:block}.s-hero-section .s-img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}.s-hero-section .s-title-group{text-align:left}.s-hero-section .s-title{margin-bottom:16px}.s-hero-section .s-subtitle{margin-top:20px}.s-hero-section .s-component-content{word-wrap:break-word}@media(max-width:768px){.s-hero-section .s-rva-media,.s-hero-section .s-rva-text{width:100%;flex:none}.s-hero-section .quarter-offset-right{margin-left:0}.s-hero-section{padding:40px 0}}.s-rich-text-section{padding:60px 0}.s-rich-text-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.s-rich-text-section .s-rva{display:flex;flex-wrap:wrap;align-items:center;gap:40px}.s-rich-text-section .s-rva-media,.s-rich-text-section .s-rva-text{flex:1;min-width:300px}.s-rich-text-section .eight.columns{flex:1;width:calc(50% - 20px)}.s-rich-text-section .right{order:-1}.s-rich-text-section .quarter-offset-right{margin-left:4%}.s-rich-text-section .quarter-offset-left{margin-right:4%}.s-rich-text-section .s-title-group{text-align:left}.s-rich-text-section .s-title{margin-bottom:20px}.s-rich-text-section .s-body{margin-top:20px}.s-rich-text-section .sb-title-right-align{text-align:right}.s-rich-text-section .s-component-content{word-wrap:break-word}@media(max-width:768px){.s-rich-text-section .s-rva-media,.s-rich-text-section .s-rva-text{width:100%;flex:none}.s-rich-text-section .right{order:0}.s-rich-text-section .quarter-offset-right,.s-rich-text-section .quarter-offset-left{margin-left:0;margin-right:0}.s-rich-text-section{padding:40px 0}}.s-grid-section{padding:60px 0;background-color:var(--section-bg)}.s-grid-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.s-grid-section .title-group-container{margin-bottom:40px}.s-grid-section .sixteen.columns{width:100%}.s-grid-section .s-title-group{text-align:center}.s-grid-section .s-title{margin-bottom:12px}.s-grid-section .s-subtitle{margin-top:8px}.s-grid-section .s-component-content{word-wrap:break-word}.s-grid-section .s-new-grid-section-container{margin-top:20px}.s-grid-section .grid-3-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.s-grid-section .grid-4-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.s-grid-section .s-grid-item{padding:24px;background:var(--card-bg);border-radius:8px}.s-grid-section .s-grid-item:hover{box-shadow:0 4px 20px var(--card-hover-shadow)}.s-grid-section .card-content{text-align:center}.s-grid-section .card-title{margin-bottom:8px}.s-grid-section .card-category{margin-bottom:12px}.s-grid-section .card-desc{line-height:1.6}.s-grid-section .card-icon{font-size:40px;margin-bottom:16px}.s-grid-section .item-image{width:100%;overflow:hidden}.s-grid-section .card-content{padding:20px}@media(max-width:900px){.s-grid-section .grid-3-cols,.s-grid-section .grid-4-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.s-grid-section .grid-3-cols,.s-grid-section .grid-4-cols{grid-template-columns:1fr}.s-grid-section{padding:40px 0}}.s-contact-section{padding:60px 0;background-color:var(--section-bg)}.s-contact-section .container{max-width:800px;margin:0 auto;padding:0 20px}.s-contact-section .title-group-container{margin-bottom:40px}.s-contact-section .s-title-group{text-align:center}.s-contact-section .s-title{margin-bottom:12px}.s-contact-section .s-subtitle{margin-top:8px}.s-contact-section .form-row{display:flex;gap:20px;margin-bottom:20px}.s-contact-section .form-field{flex:1}.s-contact-section .form-field.full-width{width:100%}.s-contact-section .field-label{display:block;margin-bottom:8px;font-size:14px;color:var(--color-text-muted)}.s-contact-section .required{color:var(--color-error)}.s-contact-section .form-input{width:100%;padding:12px 16px;font-size:16px;border:1px solid var(--input-border);border-radius:4px;background-color:var(--color-bg-white);color:var(--color-text-body);transition:border-color .2s}.s-contact-section .form-input:focus{outline:none;border-color:var(--input-focus)}.s-contact-section .form-submit{margin-top:20px;text-align:center}.s-contact-section .submit-button{padding:14px 40px;font-size:16px;font-weight:600;color:var(--btn-text);background-color:var(--btn-primary-bg);border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.s-contact-section .submit-button:hover{background-color:var(--btn-primary-hover)}.s-contact-section .success-message{text-align:center;padding:40px}.s-contact-section .success-icon{font-size:48px;color:var(--color-success);margin-bottom:16px}.s-contact-section .success-title{font-size:24px;color:var(--color-text-body);margin-bottom:8px}.s-contact-section .success-text{font-size:16px;color:var(--color-text-muted)}@media(max-width:600px){.s-contact-section .form-row{flex-direction:column}.s-contact-section{padding:40px 0}}.s-faq-section{padding:60px 0;background-color:var(--section-bg)}.s-faq-section .container{max-width:900px;margin:0 auto;padding:0 20px}.s-faq-section .title-group-container{margin-bottom:40px}.s-faq-section .s-title-group{text-align:center}.s-faq-section .s-title{margin-bottom:12px}.s-faq-section .s-component-content{word-wrap:break-word}.s-faq-section .faq-container{display:flex;flex-direction:column;gap:12px}.s-faq-section .faq-item{border:1px solid var(--color-border);border-radius:4px;background:var(--card-bg);overflow:hidden;cursor:pointer;transition:all .2s}.s-faq-section .faq-item:hover{border-color:#ccc}.s-faq-section .faq-item.active{border-color:var(--color-accent)}.s-faq-section .faq-question{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.s-faq-section .question-text{font-size:16px;font-weight:500;color:var(--color-text-body)}.s-faq-section .faq-icon{font-size:20px;color:var(--color-text-muted);font-weight:300}.s-faq-section .faq-answer{padding:0 20px 16px}.s-faq-section .faq-answer p{font-size:15px;line-height:1.6;color:var(--color-text-muted)}@media(max-width:600px){.s-faq-section{padding:40px 0}}.s-cta-section{padding:40px 0}.s-cta-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.s-cta-section .cta-box{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,var(--btn-primary-bg) 0%,var(--btn-primary-hover) 100%);padding:40px 50px;border-radius:8px}.s-cta-section .cta-content{flex:1}.s-cta-section .cta-title{margin-bottom:8px}.s-cta-section .cta-description{color:var(--footer-text)}.s-cta-section .cta-button{margin-left:40px}.s-cta-section .cta-link{display:inline-block;padding:14px 32px;font-size:16px;font-weight:600;color:var(--btn-primary-bg);background-color:var(--card-bg);border-radius:4px;text-decoration:none;transition:all .2s}.s-cta-section .cta-link:hover{background-color:#f0f0f0}@media(max-width:768px){.s-cta-section .cta-box{flex-direction:column;text-align:center;padding:30px 20px}.s-cta-section .cta-button{margin-left:0;margin-top:20px}}#admin-app.is-admin .front-page{display:none}#admin-app:not(.is-admin) .admin-page{display:none}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-700:oklch(50.5% .213 27.518);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-700:oklch(55.5% .163 48.998);--color-amber-800:oklch(47.3% .137 46.201);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-700:oklch(50.8% .118 165.612);--color-sky-50:oklch(97.7% .013 236.62);--color-sky-100:oklch(95.1% .026 236.824);--color-sky-300:oklch(82.8% .111 230.318);--color-sky-700:oklch(50% .134 242.749);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-600:oklch(54.6% .245 262.881);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-900:oklch(20.8% .042 265.755);--color-white:#fff;--spacing:.25rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wide:.025em;--tracking-wider:.05em;--leading-relaxed:1.625;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-0{top:calc(var(--spacing) * 0)}.right-0{right:calc(var(--spacing) * 0)}.-left-3{left:calc(var(--spacing) * -3)}.left-0{left:calc(var(--spacing) * 0)}.left-4{left:calc(var(--spacing) * 4)}.z-50{z-index:50}.col-2{grid-column:2}.col-3{grid-column:3}.col-4{grid-column:4}.col-5{grid-column:5}.col-6{grid-column:6}.col-7{grid-column:7}.col-8{grid-column:8}.col-9{grid-column:9}.col-12{grid-column:12}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.ml-12{margin-left:calc(var(--spacing) * 12)}.\!block{display:block!important}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[16\/10\]{aspect-ratio:16/10}.h-4{height:calc(var(--spacing) * 4)}.h-6{height:calc(var(--spacing) * 6)}.h-52{height:calc(var(--spacing) * 52)}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-0\.5{width:calc(var(--spacing) * .5)}.w-4{width:calc(var(--spacing) * 4)}.w-6{width:calc(var(--spacing) * 6)}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-none{max-width:none}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-8{gap:calc(var(--spacing) * 8)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-12>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-amber-300{border-color:var(--color-amber-300)}.border-red-200{border-color:var(--color-red-200)}.border-sky-300{border-color:var(--color-sky-300)}.border-slate-100{border-color:var(--color-slate-100)}.border-slate-200{border-color:var(--color-slate-200)}.border-slate-300{border-color:var(--color-slate-300)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-100{background-color:var(--color-amber-100)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-sky-50{background-color:var(--color-sky-50)}.bg-slate-50{background-color:var(--color-slate-50)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-200{background-color:var(--color-slate-200)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-white{background-color:var(--color-white)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-7{padding:calc(var(--spacing) * 7)}.p-8{padding:calc(var(--spacing) * 8)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-16{padding-block:calc(var(--spacing) * 16)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pl-5{padding-left:calc(var(--spacing) * 5)}.text-center{text-align:center}.align-bottom{vertical-align:bottom}.align-top{vertical-align:top}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-amber-700{color:var(--color-amber-700)}.text-amber-800{color:var(--color-amber-800)}.text-blue-600{color:var(--color-blue-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-red-700{color:var(--color-red-700)}.text-sky-700{color:var(--color-sky-700)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.decoration-1{text-decoration-thickness:1px}.decoration-2{text-decoration-thickness:2px}.decoration-3{text-decoration-thickness:3px}.shadow,.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-blue-400{--tw-ring-color:var(--color-blue-400)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media(hover:hover){.hover\:bg-sky-100:hover{background-color:var(--color-sky-100)}.hover\:bg-slate-100:hover{background-color:var(--color-slate-100)}.hover\:bg-slate-700:hover{background-color:var(--color-slate-700)}}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}@media(min-width:48rem){.md\:top-auto{top:auto}.md\:bottom-0{bottom:calc(var(--spacing) * 0)}.md\:left-1\/2{left:50%}.md\:ml-0{margin-left:calc(var(--spacing) * 0)}.md\:w-1\/2{width:50%}.md\:-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.md\:-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:border-t-2{border-top-style:var(--tw-border-style);border-top-width:2px}.md\:border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.md\:p-9{padding:calc(var(--spacing) * 9)}.md\:px-6{padding-inline:calc(var(--spacing) * 6)}.md\:pt-0{padding-top:calc(var(--spacing) * 0)}.md\:pt-8{padding-top:calc(var(--spacing) * 8)}.md\:pr-12{padding-right:calc(var(--spacing) * 12)}.md\:pl-12{padding-left:calc(var(--spacing) * 12)}.md\:text-right{text-align:right}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}@media(min-width:64rem){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}:root{color-scheme:light}*,:before,:after{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{color:#111827;background:#fff;font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}:root{--admin-primary: #2563EB;--admin-primary-light: #3B82F6;--admin-primary-dark: #1D4ED8;--admin-primary-bg: #EFF6FF;--admin-secondary: #1E293B;--admin-cta: #F97316;--admin-bg: #F8FAFC;--admin-bg-card: #FFFFFF;--admin-bg-header: #FFFFFF;--admin-text-primary: #1E293B;--admin-text-secondary: #475569;--admin-text-muted: #64748B;--admin-border: #E2E8F0;--admin-border-light: #F1F5F9;--admin-success: #10B981;--admin-warning: #F59E0B;--admin-error: #EF4444;--admin-info: #3B82F6;--admin-status-live: #10B981;--admin-status-draft: #F59E0B;--admin-status-archived: #64748B;--admin-spacing-xs: 4px;--admin-spacing-sm: 8px;--admin-spacing-md: 16px;--admin-spacing-lg: 24px;--admin-spacing-xl: 32px;--admin-radius-sm: 6px;--admin-radius-md: 8px;--admin-radius-lg: 12px;--admin-shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--admin-shadow-md: 0 4px 12px rgba(37, 99, 235, .1);--admin-shadow-lg: 0 8px 24px rgba(37, 99, 235, .15);--admin-transition: all .2s ease;--admin-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--admin-font-mono: "SF Mono", "Monaco", "Consolas", monospace}.ant-admin{font-family:var(--admin-font-family)}.ant-admin .ant-layout{background:var(--admin-bg)}.ant-admin .ant-btn-primary{background:linear-gradient(135deg,var(--admin-primary) 0%,var(--admin-primary-light) 100%);border:none;box-shadow:0 2px 4px #2563eb4d;transition:var(--admin-transition)}.ant-admin .ant-btn-primary:hover{background:linear-gradient(135deg,var(--admin-primary-dark) 0%,#60A5FA 100%);box-shadow:0 4px 8px #2563eb66;transform:translateY(-1px)}.ant-admin .ant-btn-primary:active{transform:translateY(0)}.ant-admin .ant-card{border-radius:var(--admin-radius-lg);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow-sm);transition:var(--admin-transition)}.ant-admin .ant-card:hover{box-shadow:var(--admin-shadow-md)}.ant-admin .ant-card-head{border-bottom:1px solid var(--admin-border);padding:var(--admin-spacing-md) var(--admin-spacing-lg)}.ant-admin .ant-card-head-title{font-weight:600;color:var(--admin-text-primary)}.ant-admin .ant-table{background:var(--admin-bg-card);border-radius:var(--admin-radius-lg);overflow:hidden}.ant-admin .ant-table-thead>tr>th{background:var(--admin-primary-bg);color:var(--admin-primary-dark);font-weight:600;border-bottom:1px solid var(--admin-border)}.ant-admin .ant-table-tbody>tr:hover>td{background:var(--admin-primary-bg)}.ant-admin .ant-table-tbody>tr>td{border-bottom:1px solid var(--admin-border-light)}.ant-admin .ant-pagination-item-active{border-color:var(--admin-primary)}.ant-admin .ant-pagination-item-active a{color:var(--admin-primary)}.ant-admin .ant-input:focus,.ant-admin .ant-input-focused,.ant-admin .ant-select-focused .ant-select-selector{border-color:var(--admin-primary);box-shadow:0 0 0 2px #2563eb1a}.ant-admin .ant-form-item-label>label{color:var(--admin-text-secondary);font-weight:500}.ant-admin .ant-tag{border-radius:var(--admin-radius-sm);font-weight:500}.ant-admin .ant-switch-checked{background:var(--admin-primary)}.ant-admin .ant-modal-header{border-bottom:1px solid var(--admin-border)}.ant-admin .ant-modal-title{font-weight:600;color:var(--admin-text-primary)}.ant-admin .ant-dropdown-menu-item:hover{background:var(--admin-primary-bg)}.ant-admin .ant-menu-item:hover,.ant-admin .ant-menu-submenu-title:hover{color:var(--admin-primary)}.ant-admin .ant-menu-item-selected{background:var(--admin-primary-bg);color:var(--admin-primary);font-weight:500}.ant-admin .ant-page-header{padding:0 0 var(--admin-spacing-lg) 0;background:transparent}.ant-admin .ant-page-header-heading-title{color:var(--admin-text-primary);font-weight:700;font-size:24px}.ant-admin .ant-page-header-heading-sub-title{color:var(--admin-text-muted)}@media(max-width:768px){:root{--admin-spacing-lg: 16px;--admin-spacing-xl: 24px}.ant-admin .ant-page-header-heading-title{font-size:20px}}.ant-admin ::-webkit-scrollbar{width:8px;height:8px}.ant-admin ::-webkit-scrollbar-track{background:var(--admin-border-light);border-radius:4px}.ant-admin ::-webkit-scrollbar-thumb{background:var(--admin-primary-light);border-radius:4px}.ant-admin ::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ant-admin .fade-in{animation:fadeIn .3s ease forwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ant-admin .loading-pulse{animation:pulse 1.5s ease-in-out infinite}.innovations-page[data-v-3536fe98]{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2329;background:#fff}.container[data-v-3536fe98]{max-width:1200px;margin:0 auto;padding:0 24px}.section[data-v-3536fe98]{padding:80px 0}.innovations-hero[data-v-3536fe98]{position:relative;padding:120px 0 100px;overflow:hidden;background:linear-gradient(135deg,#472427,#2c1a1b 60%,#1a0f10)}.hero-bg[data-v-3536fe98]{position:absolute;inset:0;pointer-events:none}.hero-pattern[data-v-3536fe98]{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 50%,rgba(140,70,77,.3) 0%,transparent 50%),radial-gradient(circle at 75% 30%,rgba(140,70,77,.2) 0%,transparent 40%)}.hero-gradient[data-v-3536fe98]{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(26,15,16,.8) 100%)}.hero-inner[data-v-3536fe98]{position:relative;z-index:1;text-align:center}.hero-eyebrow[data-v-3536fe98]{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.eyebrow-line[data-v-3536fe98]{display:block;width:48px;height:1px;background:#fff6}.eyebrow-text[data-v-3536fe98]{font-size:12px;font-weight:600;letter-spacing:.2em;color:#fff9;text-transform:uppercase}.hero-title[data-v-3536fe98]{font-size:clamp(40px,7vw,80px);font-weight:800;color:#fff;letter-spacing:.08em;margin:0 0 20px;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-desc[data-v-3536fe98]{font-size:17px;color:#ffffffbf;max-width:640px;margin:0 auto 32px;line-height:1.7}.hero-badges[data-v-3536fe98]{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.badge[data-v-3536fe98]{display:inline-block;padding:6px 18px;font-size:12px;font-weight:700;letter-spacing:.12em;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:100px;background:#ffffff14}.section-label[data-v-3536fe98]{display:flex;align-items:center;gap:12px;margin-bottom:20px}.label-tag[data-v-3536fe98]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:13px;font-weight:800;color:#fff;background:#8c464d;border-radius:50%;flex-shrink:0}.label-text[data-v-3536fe98]{font-size:13px;font-weight:600;letter-spacing:.15em;color:#8c464d;text-transform:uppercase}.section-title[data-v-3536fe98]{font-size:clamp(26px,4vw,38px);font-weight:700;color:#110909;margin:0 0 12px;line-height:1.3}.section-subtitle[data-v-3536fe98]{font-size:17px;color:#555;margin:0 0 48px;max-width:560px;line-height:1.6}.tech-section[data-v-3536fe98]{background:#f8f7f5}.tech-grid[data-v-3536fe98]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tech-card[data-v-3536fe98]{position:relative;background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 2px 12px #0000000f;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;opacity:0;transform:translateY(24px)}.tech-card.is-visible[data-v-3536fe98]{opacity:1;transform:translateY(0);transition:opacity .5s ease var(--delay, 0s),transform .5s ease var(--delay, 0s),box-shadow .25s ease}.tech-card[data-v-3536fe98]:hover{transform:translateY(-4px);box-shadow:0 8px 32px #47242724}.tech-card__icon[data-v-3536fe98]{width:56px;height:56px;color:#8c464d;margin-bottom:24px}.tech-card__icon svg[data-v-3536fe98]{width:100%;height:100%}.tech-card__title[data-v-3536fe98]{font-size:20px;font-weight:700;color:#110909;margin:0 0 12px;line-height:1.3}.tech-card__desc[data-v-3536fe98]{font-size:15px;color:#555;margin:0;line-height:1.7}.tech-card__accent[data-v-3536fe98]{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8c464d,#bc7b81);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.tech-card:hover .tech-card__accent[data-v-3536fe98]{transform:scaleX(1)}.patents-section[data-v-3536fe98]{background:#fff}.patents-text-block[data-v-3536fe98]{margin-bottom:32px}.patent-image-hero[data-v-3536fe98]{margin-bottom:40px}.patent-image-wrap[data-v-3536fe98]{border-radius:12px;overflow:hidden;box-shadow:0 4px 32px #0000001f}.patent-image[data-v-3536fe98]{display:block;width:100%;height:auto}.patents-list[data-v-3536fe98]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.patent-item[data-v-3536fe98]{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:14px 18px;border-radius:6px;transition:background .15s ease;opacity:1;transform:none}.patent-item.is-visible[data-v-3536fe98]{opacity:1;transform:translate(0);transition:opacity .4s ease var(--delay, 0s),transform .4s ease var(--delay, 0s),background .15s ease}.patent-item[data-v-3536fe98]:hover{background:#f8f7f5}.patent-name[data-v-3536fe98]{font-size:14px;color:#1f2329;flex:1}.patent-no[data-v-3536fe98]{font-size:13px;color:#8c464d;font-weight:600;white-space:nowrap;font-family:SF Mono,Roboto Mono,monospace}.cert-section[data-v-3536fe98]{background:#f8f7f5}.cert-layout[data-v-3536fe98]{display:flex;flex-direction:column;gap:32px}.cert-image-wrap[data-v-3536fe98]{border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.cert-image[data-v-3536fe98]{width:100%;height:auto;display:block}.cert-desc[data-v-3536fe98]{font-size:16px;color:#1f2329;line-height:1.8;margin:0}.team-section[data-v-3536fe98]{background:#fff}.team-layout[data-v-3536fe98]{display:flex;flex-direction:column;gap:32px}.team-desc[data-v-3536fe98]{font-size:16px;color:#1f2329;line-height:1.8;margin:0}.team-image-wrap[data-v-3536fe98]{border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.team-image[data-v-3536fe98]{width:100%;height:auto;display:block}.innovations-cta[data-v-3536fe98]{background:linear-gradient(135deg,#472427,#2c1a1b);padding:80px 0}.cta-inner[data-v-3536fe98]{text-align:center}.cta-title[data-v-3536fe98]{font-size:clamp(22px,3.5vw,32px);font-weight:700;color:#fff;margin:0 0 12px}.cta-sub[data-v-3536fe98]{font-size:16px;color:#ffffffa6;margin:0 0 32px}.cta-buttons[data-v-3536fe98]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn[data-v-3536fe98]{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;font-size:15px;font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s ease;cursor:pointer}.btn-primary[data-v-3536fe98]{background:#fff;color:#472427;border:2px solid transparent}.btn-primary[data-v-3536fe98]:hover{background:#f0f0f0;transform:translateY(-1px)}.btn-outline[data-v-3536fe98]{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline[data-v-3536fe98]:hover{background:#ffffff1a;border-color:#fffc}.animate-on-scroll[data-v-3536fe98]{opacity:0;transform:translateY(20px)}.animate-on-scroll.is-visible[data-v-3536fe98]{opacity:1;transform:translateY(0);transition:opacity .55s ease,transform .55s ease}@media(max-width:768px){.section[data-v-3536fe98]{padding:60px 0}.tech-grid[data-v-3536fe98],.patents-list[data-v-3536fe98]{grid-template-columns:1fr}.innovations-hero[data-v-3536fe98]{padding:80px 0 60px}.patent-item[data-v-3536fe98]{flex-direction:column;gap:4px}}.detail-hero[data-v-bb5d9075]{position:relative;height:420px;overflow:hidden;background:linear-gradient(135deg,#f0ece8,#e8e0d8)}.detail-hero__image-wrap[data-v-bb5d9075]{position:absolute;inset:0}.detail-hero__image[data-v-bb5d9075]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.detail-hero__overlay[data-v-bb5d9075]{position:absolute;inset:0;background:linear-gradient(to bottom,#0000000d,#00000073)}.detail-article[data-v-bb5d9075]{background:#fff;padding:64px 0 80px}.detail-article__inner[data-v-bb5d9075]{max-width:720px;margin:0 auto;padding:0 24px}.detail-article__back[data-v-bb5d9075]{margin-bottom:28px}.back-link[data-v-bb5d9075]{display:inline-flex;align-items:center;gap:6px;color:#8c464d;font-size:14px;font-weight:600;text-decoration:none;transition:gap .2s ease}.back-link[data-v-bb5d9075]:hover{gap:10px}.back-link[data-v-bb5d9075]:focus-visible{outline:2px solid #8c464d;outline-offset:3px;border-radius:4px}.detail-article__meta[data-v-bb5d9075]{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.detail-article__category[data-v-bb5d9075]{display:inline-block;padding:3px 12px;border-radius:999px;background:#8c464d1a;color:#8c464d;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.detail-article__date[data-v-bb5d9075],.detail-article__readtime[data-v-bb5d9075]{font-size:13px;color:#999;font-weight:500}.detail-article__date[data-v-bb5d9075]:before,.detail-article__readtime[data-v-bb5d9075]:before{content:"·";margin-right:12px;color:#ccc}.detail-article__title[data-v-bb5d9075]{margin:0 0 20px;color:#1f2329;font-size:clamp(24px,3.5vw,40px);font-weight:800;line-height:1.15;letter-spacing:-.02em}.detail-article__blurb[data-v-bb5d9075]{margin:0 0 24px;color:#555;font-size:clamp(15px,1.5vw,17px);line-height:1.7;font-style:italic;border-left:3px solid #8c464d;padding-left:16px}.detail-article__author[data-v-bb5d9075]{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:#555;font-size:14px;font-weight:500}.author-avatar[data-v-bb5d9075]{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#8c464d,#b87078);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-article__divider[data-v-bb5d9075]{border:none;border-top:1px solid #ede5de;margin:0 0 36px}.detail-article__body[data-v-bb5d9075]{font-size:clamp(15px,1.5vw,16px);line-height:1.8;color:#333}.detail-para[data-v-bb5d9075]{margin:0 0 20px}.detail-para--heading[data-v-bb5d9075]{margin:32px 0 12px;font-size:clamp(16px,1.6vw,18px);font-weight:700;color:#1f2329}.detail-related[data-v-bb5d9075]{background:linear-gradient(180deg,#fff,#faf6f3);padding:64px 0 80px}.detail-related__inner[data-v-bb5d9075]{max-width:960px;margin:0 auto;padding:0 24px}.detail-related__heading[data-v-bb5d9075]{margin:0 0 28px;color:#1f2329;font-size:clamp(20px,2.5vw,28px);font-weight:800;letter-spacing:-.01em;text-align:center}.detail-related__grid[data-v-bb5d9075]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.related-card[data-v-bb5d9075]{background:#fff;border-radius:18px;border:1.5px solid #ede5de;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease}.related-card[data-v-bb5d9075]:hover{box-shadow:0 8px 32px #8c464d1a;border-color:#c8bfb8;transform:translateY(-3px)}.related-card__inner[data-v-bb5d9075]{display:flex;flex-direction:column;text-decoration:none}.related-card__inner[data-v-bb5d9075]:focus-visible{outline:2px solid #8c464d;outline-offset:-2px;border-radius:18px}.related-card__image-wrap[data-v-bb5d9075]{overflow:hidden;height:180px;flex-shrink:0}.related-card__image[data-v-bb5d9075]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;display:block}.related-card:hover .related-card__image[data-v-bb5d9075]{transform:scale(1.05)}.related-card__body[data-v-bb5d9075]{padding:22px;display:flex;flex-direction:column;flex:1}.related-card__meta[data-v-bb5d9075]{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.related-card__category[data-v-bb5d9075]{display:inline-block;padding:2px 10px;border-radius:999px;background:#8c464d1a;color:#8c464d;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.related-card__date[data-v-bb5d9075]{font-size:12px;color:#999}.related-card__title[data-v-bb5d9075]{margin:0 0 12px;color:#1f2329;font-size:clamp(15px,1.4vw,17px);font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.related-card__cta[data-v-bb5d9075]{display:inline-flex;align-items:center;gap:4px;color:#8c464d;font-size:13px;font-weight:600;margin-top:auto;transition:gap .2s ease}.related-card:hover .related-card__cta[data-v-bb5d9075]{gap:8px}.detail-not-found[data-v-bb5d9075]{min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#faf6f3,#fff);padding:80px 24px}.detail-not-found__inner[data-v-bb5d9075]{text-align:center;max-width:480px}.detail-not-found__code[data-v-bb5d9075]{display:block;font-size:80px;font-weight:900;color:#ede5de;line-height:1;margin-bottom:16px}.detail-not-found__title[data-v-bb5d9075]{margin:0 0 12px;color:#1f2329;font-size:28px;font-weight:800}.detail-not-found__desc[data-v-bb5d9075]{margin:0 0 28px;color:#666;font-size:16px;line-height:1.6}.detail-not-found__back[data-v-bb5d9075]{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;background:#8c464d;color:#fff;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s ease}.detail-not-found__back[data-v-bb5d9075]:hover{background:#7a3c42}@media(max-width:640px){.detail-hero[data-v-bb5d9075]{height:280px}.detail-article[data-v-bb5d9075]{padding:44px 0 60px}.detail-related[data-v-bb5d9075]{padding:48px 0 60px}.detail-related__grid[data-v-bb5d9075]{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.related-card[data-v-bb5d9075],.related-card__image[data-v-bb5d9075],.back-link[data-v-bb5d9075],.related-card__cta[data-v-bb5d9075]{transition:none}.related-card[data-v-bb5d9075]:hover{transform:none}}.cfw-form[data-v-134378d1],.cfw-success[data-v-134378d1]{--cfw-brand: #8c464d;--cfw-brand-dark: #7a3c42;--cfw-brand-light: rgba(140, 70, 77, .1);--cfw-brand-mid: rgba(140, 70, 77, .18);--cfw-bg-warm: #faf6f3;--cfw-bg-input: #ffffff;--cfw-border: #ede5de;--cfw-border-dark: #c8bfb8;--cfw-text-primary: #1f2329;--cfw-text-secondary: #555555;--cfw-text-muted: #999999;--cfw-error: #d94f4f;--cfw-success-bg: #f0faf4;--cfw-radius-sm: 10px;--cfw-radius-md: 14px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.cfw-form[data-v-134378d1]{max-width:520px;margin:0 auto;display:flex;flex-direction:column;gap:14px;padding-bottom:8px}.cfw-success[data-v-134378d1]{max-width:520px;margin:0 auto}.cfw-row[data-v-134378d1]{display:flex;gap:14px}.cfw-row--2>.cfw-field[data-v-134378d1]{flex:1}.cfw-header[data-v-134378d1]{text-align:center;margin-bottom:4px}.cfw-header__title[data-v-134378d1]{margin:0 0 6px;font-size:clamp(18px,1.8vw,22px);font-weight:700;color:#1f2329;line-height:1.2}.cfw-header__subtitle[data-v-134378d1]{margin:0;font-size:13px;color:#555;line-height:1.5}.cfw-field[data-v-134378d1]{display:flex;flex-direction:column;gap:5px}.cfw-label[data-v-134378d1]{font-size:12px;font-weight:600;color:#555;letter-spacing:.01em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cfw-required[data-v-134378d1]{color:var(--cfw-brand);margin-left:2px}.cfw-input[data-v-134378d1]{width:100%;padding:10px 14px;border:1.5px solid var(--cfw-border, #ede5de);border-radius:var(--cfw-radius-sm, 8px);background:var(--cfw-bg-input, #ffffff);color:var(--cfw-text-primary);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cfw-input[data-v-134378d1]::-moz-placeholder{color:var(--cfw-text-muted)}.cfw-input[data-v-134378d1]::placeholder{color:var(--cfw-text-muted)}.cfw-input[data-v-134378d1]:focus{border-color:#8c464d;box-shadow:0 0 0 3px #8c464d1f}.cfw-input--error[data-v-134378d1]{border-color:var(--cfw-error)}.cfw-input--error[data-v-134378d1]:focus{box-shadow:0 0 0 3px #d94f4f1f}.cfw-textarea[data-v-134378d1]{resize:vertical;min-height:80px;line-height:1.55}.cfw-error[data-v-134378d1]{font-size:12px;color:var(--cfw-error);font-weight:500}.cfw-submit[data-v-134378d1]{margin-top:2px}.cfw-btn[data-v-134378d1]{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 28px;border-radius:999px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;white-space:nowrap}.cfw-btn[data-v-134378d1]:focus-visible{outline:2px solid var(--cfw-brand);outline-offset:3px}.cfw-btn--primary[data-v-134378d1]{background:#8c464d;color:#fff;box-shadow:0 4px 14px #8c464d4d}.cfw-btn--primary[data-v-134378d1]:hover:not(:disabled){background:#7a3c42;transform:translateY(-1px);box-shadow:0 6px 18px #8c464d59}.cfw-btn--primary[data-v-134378d1]:active:not(:disabled){transform:translateY(0)}.cfw-btn--primary[data-v-134378d1]:disabled{opacity:.65;cursor:not-allowed}.cfw-btn--outline[data-v-134378d1]{background:transparent;color:#8c464d;border:1.5px solid #8c464d;box-shadow:none}.cfw-btn--outline[data-v-134378d1]:hover{background:#8c464d12}.cfw-btn__spinner[data-v-134378d1]{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:cfw-spin-134378d1 .65s linear infinite}@keyframes cfw-spin-134378d1{to{transform:rotate(360deg)}}.cfw-success[data-v-134378d1]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 24px;background:#f0faf4;border-radius:12px;border:1px solid #c3e8cd;gap:10px}.cfw-success__icon[data-v-134378d1]{margin-bottom:6px}.cfw-success__title[data-v-134378d1]{margin:0;color:#1f2329;font-size:18px;font-weight:700;letter-spacing:-.01em}.cfw-success__body[data-v-134378d1]{margin:0;color:#555;font-size:14px;line-height:1.55;max-width:360px}@media(max-width:580px){.cfw-row--2[data-v-134378d1],.cfw-row[data-v-134378d1]{flex-direction:column}.cfw-submit[data-v-134378d1],.cfw-btn--primary[data-v-134378d1]{width:100%}}@media(prefers-reduced-motion:reduce){.cfw-btn[data-v-134378d1],.cfw-input[data-v-134378d1],.cfw-btn__spinner[data-v-134378d1]{transition:none;animation:none}}.cp-hero[data-v-019937e2]{background:linear-gradient(135deg,#faf6f3,#f0e8e2);border-bottom:1px solid #ede5de;padding:72px 24px 60px;text-align:center}.cp-hero__inner[data-v-019937e2]{max-width:640px;margin:0 auto}.cp-hero__eyebrow[data-v-019937e2]{display:inline-block;padding:3px 14px;border:1.5px solid #8c464d;border-radius:999px;color:#8c464d;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.cp-hero__title[data-v-019937e2]{margin:0 0 14px;color:#1f2329;font-size:clamp(30px,4.5vw,52px);font-weight:900;letter-spacing:-.025em;line-height:1.05}.cp-hero__subtitle[data-v-019937e2]{margin:0;color:#555;font-size:clamp(15px,1.5vw,18px);line-height:1.6;max-width:520px;margin-inline:auto}.cp-main[data-v-019937e2]{background:#fff;padding:72px 0 80px}.cp-main__inner[data-v-019937e2]{max-width:1060px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.cp-info[data-v-019937e2]{display:flex;flex-direction:column;gap:24px}.cp-info__card[data-v-019937e2]{background:#faf6f3;border:1.5px solid #ede5de;border-radius:20px;padding:32px 28px}.cp-info__title[data-v-019937e2]{margin:0 0 24px;color:#1f2329;font-size:20px;font-weight:800;letter-spacing:-.01em}.cp-info__list[data-v-019937e2]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.cp-info__item[data-v-019937e2]{display:flex;align-items:flex-start;gap:14px}.cp-info__icon[data-v-019937e2]{width:36px;height:36px;background:#8c464d1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#8c464d;flex-shrink:0;margin-top:2px}.cp-info__item-label[data-v-019937e2]{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#999;margin-bottom:4px}.cp-info__item-value[data-v-019937e2]{color:#333;font-size:14px;line-height:1.5}.cp-info__item-link[data-v-019937e2]{color:#8c464d;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s ease}.cp-info__item-link[data-v-019937e2]:hover{color:#7a3c42;text-decoration:underline}.cp-info__item-link[data-v-019937e2]:focus-visible{outline:2px solid #8c464d;outline-offset:2px;border-radius:3px}.cp-info__map[data-v-019937e2]{border-radius:16px;overflow:hidden;border:1.5px solid #ede5de}.cp-map-placeholder[data-v-019937e2]{background:linear-gradient(135deg,#f8f4f1,#f0e8e2);padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.cp-map-placeholder svg[data-v-019937e2]{opacity:.7}.cp-map-placeholder__label[data-v-019937e2]{margin:0;color:#8c464d;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.cp-map-placeholder__sub[data-v-019937e2]{margin:0;color:#555;font-size:13px;line-height:1.5}.cp-form-panel[data-v-019937e2]{background:#fff}.cp-form-panel__inner[data-v-019937e2]{background:#faf6f3;border:1.5px solid #ede5de;border-radius:20px;padding:36px 32px}@media(max-width:800px){.cp-main__inner[data-v-019937e2]{grid-template-columns:1fr;gap:40px}.cp-main[data-v-019937e2]{padding:52px 0 60px}.cp-hero[data-v-019937e2]{padding:52px 24px 44px}}@media(max-width:480px){.cp-form-panel__inner[data-v-019937e2]{padding:28px 20px}.cp-info__card[data-v-019937e2]{padding:24px 20px}}@media(prefers-reduced-motion:reduce){.cp-info__item-link[data-v-019937e2]{transition:none}}.s-section[data-v-099ab1bc]{padding:60px 0}.container[data-v-099ab1bc]{max-width:1200px;margin:0 auto;padding:0 20px}.s-rva[data-v-099ab1bc]{display:flex;flex-wrap:wrap;align-items:center;gap:40px}.s-rva-media[data-v-099ab1bc],.s-rva-text[data-v-099ab1bc]{flex:1;min-width:300px}.eight.columns[data-v-099ab1bc]{flex:1;width:calc(50% - 20px)}.quarter-offset-right[data-v-099ab1bc]{margin-left:4%}.s-img-wrapper[data-v-099ab1bc]{width:100%}.s-ratio-box[data-v-099ab1bc],.s-ratio-fill[data-v-099ab1bc]{position:relative;width:100%}.s-ratio-fill[data-v-099ab1bc]:after{content:"";display:block}.s-img-wrapper img[data-v-099ab1bc]{position:absolute;top:0;left:0;width:100%;height:100%}.s-title-group[data-v-099ab1bc]{text-align:left}.s-title[data-v-099ab1bc]{margin-bottom:16px}.s-subtitle[data-v-099ab1bc]{margin-top:20px}.s-component-content[data-v-099ab1bc]{word-wrap:break-word}@media(max-width:768px){.s-rva-media[data-v-099ab1bc],.s-rva-text[data-v-099ab1bc]{width:100%;flex:none}.quarter-offset-right[data-v-099ab1bc]{margin-left:0}.s-section[data-v-099ab1bc]{padding:40px 0}}.home-slider__control[data-v-af9abe6a]{z-index:5;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:0;border:1px solid rgba(31,35,41,.2);background:#1f23291f;box-shadow:0 4px 12px #1f232926;color:#1f2329}.home-slider__control[data-v-af9abe6a]:hover{background:#1f232938}.home-slider__control-icon[data-v-af9abe6a]{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:30px;line-height:1;transform:translateY(-1px)}.home-slider__dots[data-v-af9abe6a]{position:absolute;left:50%;bottom:22px;z-index:3;display:flex;align-items:center;gap:8px;transform:translate(-50%)}.home-slider__dot[data-v-af9abe6a]{width:10px;height:10px;border:0;border-radius:999px;background:#1f232959;cursor:pointer;transition:transform .2s ease,background .2s ease}.home-slider__dot[data-v-af9abe6a]:hover{background:#1f23298c}.home-slider__dot.is-active[data-v-af9abe6a]{background:#1f2329;transform:scale(1.2)}.home-slider__status[data-v-af9abe6a]{position:absolute;right:24px;bottom:22px;z-index:4;padding:4px 10px;border-radius:999px;border:1px solid rgba(31,35,41,.2);background:#1f232914;color:#1f2329;font-size:12px;line-height:1}.home-slider.is-edit-mode[data-v-af9abe6a]{width:100%;max-width:100%;margin-left:0}.home-slider.is-edit-mode .home-slider__slide[data-v-af9abe6a],.home-slider.is-edit-mode .home-slider__slide-media[data-v-af9abe6a]{min-height:clamp(280px,48vh,520px)}@media(max-width:768px){.home-slider.is-edit-mode .home-slider__slide[data-v-af9abe6a],.home-slider.is-edit-mode .home-slider__slide-media[data-v-af9abe6a]{min-height:240px}}.home-slider__slide-media[data-v-af9abe6a]{display:block;width:100%;min-height:calc(100vh - var(--site-header-height));background-position:center;background-repeat:no-repeat;background-size:cover;transition:background .45s ease}.home-slider__slide--light .home-slider__shade[data-v-af9abe6a]{display:none}.home-slider__kv[data-v-af9abe6a]{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:flex-end;padding:clamp(24px,6vw,96px) clamp(24px,8vw,120px) clamp(24px,6vw,96px) 40vw;pointer-events:none}.home-slider__kv-inner[data-v-af9abe6a]{max-width:520px;color:#1f2329;text-align:left}.home-slider__eyebrow[data-v-af9abe6a]{margin:0 0 8px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#8c464d;font-weight:700}.home-slider__title[data-v-af9abe6a]{margin:0 0 12px;font-size:clamp(26px,4vw,38px);font-weight:700;line-height:1.3;letter-spacing:0;color:#110909}.home-slider__subtitle[data-v-af9abe6a]{margin:0 0 22px;font-size:16px;line-height:1.6;color:#555}.home-slider__cta[data-v-af9abe6a]{pointer-events:none;display:inline-flex;background:#8c464d;color:#fff}.home-slider__slide--light[data-v-af9abe6a]{text-decoration:none;color:inherit}@media(prefers-reduced-motion:reduce){.home-slider__slide .home-slider__slide-media[data-v-af9abe6a]{transition:none}}.s-section[data-v-116baedf]{padding:60px 0}.container[data-v-116baedf]{max-width:1200px;margin:0 auto;padding:0 20px}.s-rva[data-v-116baedf]{display:flex;flex-wrap:wrap;align-items:center;gap:40px}.s-rva-media[data-v-116baedf],.s-rva-text[data-v-116baedf]{flex:1;min-width:300px}.eight.columns[data-v-116baedf]{flex:1;width:calc(50% - 20px)}.right[data-v-116baedf]{order:-1}.quarter-offset-right[data-v-116baedf]{margin-left:4%}.quarter-offset-left[data-v-116baedf]{margin-right:4%}.s-img-wrapper[data-v-116baedf]{width:100%}.s-ratio-box[data-v-116baedf],.s-ratio-fill[data-v-116baedf]{position:relative;width:100%}.s-ratio-fill[data-v-116baedf]:after{content:"";display:block}.s-img-wrapper img[data-v-116baedf]{position:absolute;top:0;left:0;width:100%;height:100%}.s-title-group[data-v-116baedf]{text-align:left}.s-title[data-v-116baedf]{margin-bottom:20px}.s-body[data-v-116baedf]{margin-top:20px}.sb-title-right-align[data-v-116baedf]{text-align:right}.s-component-content[data-v-116baedf]{word-wrap:break-word}.rich-text-html[data-v-116baedf]{color:#555;line-height:1.8}@media(max-width:768px){.s-rva-media[data-v-116baedf],.s-rva-text[data-v-116baedf]{width:100%;flex:none}.right[data-v-116baedf]{order:0}.quarter-offset-right[data-v-116baedf],.quarter-offset-left[data-v-116baedf]{margin-left:0;margin-right:0}.s-section[data-v-116baedf]{padding:40px 0}}.s-section[data-v-072b2725]{padding:60px 0;background-color:#fff}.container[data-v-072b2725]{max-width:1200px;margin:0 auto;padding:0 20px}.title-group-container[data-v-072b2725]{margin-bottom:40px}.sixteen.columns[data-v-072b2725]{width:100%}.s-title-group[data-v-072b2725]{text-align:center}.s-title[data-v-072b2725]{margin-bottom:12px}.s-subtitle[data-v-072b2725]{margin-top:8px}.s-component-content[data-v-072b2725]{word-wrap:break-word}.s-new-grid-section-container[data-v-072b2725]{margin-top:20px}.grid-4-cols[data-v-072b2725]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.s-grid-item[data-v-072b2725]{background:#fff;border-radius:8px;overflow:hidden}.item-image[data-v-072b2725]{width:100%;overflow:hidden}.card-content[data-v-072b2725]{padding:20px}.card-title[data-v-072b2725]{margin-bottom:10px}.card-desc[data-v-072b2725]{line-height:1.5}@media(max-width:900px){.grid-4-cols[data-v-072b2725]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-4-cols[data-v-072b2725]{grid-template-columns:1fr}.s-section[data-v-072b2725]{padding:40px 0}}.news-section[data-v-9722d3ba]{background:#fff}.news-header[data-v-9722d3ba]{background:linear-gradient(160deg,#faf6f3,#f5ede7);border-bottom:1px solid #ede5de;padding:72px 0 60px}.news-header__inner[data-v-9722d3ba]{max-width:860px;margin:0 auto;padding:0 24px;text-align:center}.news-header__label[data-v-9722d3ba]{display:inline-block;padding:4px 14px;border:1.5px solid #8c464d;border-radius:999px;color:#8c464d;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.news-header__title[data-v-9722d3ba]{margin:0 0 14px;color:#1f2329;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.02em}.news-header__subtitle[data-v-9722d3ba]{margin:0;color:#5a5a5a;font-size:clamp(15px,1.5vw,17px);font-weight:400;line-height:1.65;max-width:560px;margin-inline:auto}.news-featured[data-v-9722d3ba]{padding:56px 0;background:#fff}.news-featured__inner[data-v-9722d3ba]{max-width:960px;margin:0 auto;padding:0 24px}.news-featured__card[data-v-9722d3ba]{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;text-decoration:none;border-radius:20px;overflow:hidden;border:1.5px solid #ede5de;background:#fff;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease}.news-featured__card[data-v-9722d3ba]:hover{box-shadow:0 16px 48px #8c464d24;border-color:#c8bfb8;transform:translateY(-2px)}.news-featured__card[data-v-9722d3ba]:focus-visible{outline:2px solid #8c464d;outline-offset:3px}.news-featured__image-wrap[data-v-9722d3ba]{overflow:hidden;height:320px}.news-featured__image[data-v-9722d3ba]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;display:block}.news-featured__card:hover .news-featured__image[data-v-9722d3ba]{transform:scale(1.04)}.news-featured__body[data-v-9722d3ba]{padding:40px 40px 40px 0}.news-featured__meta[data-v-9722d3ba]{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.news-featured__title[data-v-9722d3ba]{margin:0 0 12px;color:#1f2329;font-size:clamp(20px,2.2vw,28px);font-weight:700;line-height:1.25;letter-spacing:-.01em}.news-featured__blurb[data-v-9722d3ba]{margin:0 0 20px;color:#555;font-size:clamp(14px,1.3vw,15px);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-featured__cta[data-v-9722d3ba]{display:inline-flex;align-items:center;gap:6px;color:#8c464d;font-size:14px;font-weight:600;transition:gap .2s ease}.news-featured__card:hover .news-featured__cta[data-v-9722d3ba]{gap:10px}.news-grid-wrap[data-v-9722d3ba]{padding:0 0 80px;background:linear-gradient(180deg,#fff,#faf6f3)}.news-grid-wrap__inner[data-v-9722d3ba]{max-width:1040px;margin:0 auto;padding:0 24px}.news-grid[data-v-9722d3ba]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card[data-v-9722d3ba]{background:#fff;border-radius:18px;border:1.5px solid #ede5de;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease}.news-card[data-v-9722d3ba]:hover{box-shadow:0 8px 32px #8c464d1a;border-color:#c8bfb8;transform:translateY(-3px)}.news-card__inner[data-v-9722d3ba]{display:flex;flex-direction:column;text-decoration:none;height:100%}.news-card__inner[data-v-9722d3ba]:focus-visible{outline:2px solid #8c464d;outline-offset:-2px;border-radius:18px}.news-card__image-wrap[data-v-9722d3ba]{overflow:hidden;height:200px;flex-shrink:0}.news-card__image[data-v-9722d3ba]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;display:block}.news-card:hover .news-card__image[data-v-9722d3ba]{transform:scale(1.05)}.news-card__body[data-v-9722d3ba]{padding:22px;display:flex;flex-direction:column;flex:1}.news-card__meta[data-v-9722d3ba]{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.news-card__category[data-v-9722d3ba]{display:inline-block;padding:2px 10px;border-radius:999px;background:#8c464d1a;color:#8c464d;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.news-card__date[data-v-9722d3ba]{font-size:12px;color:#999;font-weight:500}.news-card__read-time[data-v-9722d3ba]{font-size:12px;color:#aaa}.news-card__title[data-v-9722d3ba]{margin:0 0 8px;color:#1f2329;font-size:clamp(15px,1.4vw,17px);font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__blurb[data-v-9722d3ba]{margin:0 0 14px;color:#666;font-size:13px;line-height:1.65;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__cta[data-v-9722d3ba]{display:inline-flex;align-items:center;gap:4px;color:#8c464d;font-size:13px;font-weight:600;margin-top:auto;transition:gap .2s ease}.news-card:hover .news-card__cta[data-v-9722d3ba]{gap:8px}@media(max-width:860px){.news-featured__card[data-v-9722d3ba]{grid-template-columns:1fr;gap:0}.news-featured__image-wrap[data-v-9722d3ba]{height:240px}.news-featured__body[data-v-9722d3ba]{padding:28px 28px 32px}.news-grid[data-v-9722d3ba]{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.news-header[data-v-9722d3ba]{padding:52px 0 44px}.news-featured[data-v-9722d3ba]{padding:40px 0}.news-grid[data-v-9722d3ba]{grid-template-columns:1fr}.news-grid-wrap[data-v-9722d3ba]{padding-bottom:60px}}@media(prefers-reduced-motion:reduce){.news-featured__card[data-v-9722d3ba],.news-featured__image[data-v-9722d3ba],.news-card[data-v-9722d3ba],.news-card__image[data-v-9722d3ba]{transition:none}.news-featured__card[data-v-9722d3ba]:hover,.news-card[data-v-9722d3ba]:hover{transform:none}}.s-section[data-v-68a2d9ef]{padding:40px 0}.container[data-v-68a2d9ef]{max-width:1000px;margin:0 auto;padding:0 20px}.cta-box[data-v-68a2d9ef]{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,#472427,#6b3a3d);padding:40px 50px;border-radius:8px}.cta-content[data-v-68a2d9ef]{flex:1}.cta-title[data-v-68a2d9ef]{margin-bottom:8px}.cta-description[data-v-68a2d9ef]{color:#fff}.cta-button[data-v-68a2d9ef]{margin-left:40px}.cta-link[data-v-68a2d9ef]{display:inline-block;padding:14px 32px;font-size:16px;font-weight:600;color:#472427;background-color:#fff;border-radius:4px;text-decoration:none;transition:all .2s}.cta-link[data-v-68a2d9ef]:hover{background-color:#f0f0f0}@media(max-width:768px){.cta-box[data-v-68a2d9ef]{flex-direction:column;text-align:center;padding:30px 20px}.cta-button[data-v-68a2d9ef]{margin-left:0;margin-top:20px}}.faq-section[data-v-acc7ec74]{padding:80px 0;background-color:#fff}.faq-section__inner[data-v-acc7ec74]{max-width:760px;margin:0 auto;padding:0 24px}.faq-header[data-v-acc7ec74]{text-align:center;margin-bottom:52px}.faq-header__label[data-v-acc7ec74]{display:inline-block;padding:5px 16px;border:1.5px solid #8c464d;border-radius:999px;color:#8c464d;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.faq-header__title[data-v-acc7ec74]{margin:0 0 14px;color:#1f2329;font-size:clamp(26px,3vw,38px);font-weight:800;line-height:1.15;letter-spacing:-.02em}.faq-header__subtitle[data-v-acc7ec74]{margin:0;color:#5a5a5a;font-size:clamp(15px,1.5vw,17px);font-weight:400;line-height:1.65;max-width:560px;margin-inline:auto}.faq-accordion[data-v-acc7ec74]{display:flex;flex-direction:column;gap:10px}.faq-item[data-v-acc7ec74]{border:1.5px solid #e5ddd8;border-radius:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;overflow:hidden}.faq-item[data-v-acc7ec74]:hover{border-color:#c8bfb8}.faq-item--open[data-v-acc7ec74]{border-color:#8c464d;box-shadow:0 4px 20px #8c464d1f}.faq-item__trigger[data-v-acc7ec74]{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;background:none;border:none;cursor:pointer;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:background-color .15s ease;min-height:64px;border-radius:14px 14px 0 0;clip-path:inset(0 round 14px 14px 0 0)}.faq-item__trigger[data-v-acc7ec74]:focus-visible{outline:2px solid #8c464d;outline-offset:-2px;border-radius:14px}.faq-item__trigger[data-v-acc7ec74]:hover{background-color:#fdf8f7}.faq-item__question[data-v-acc7ec74]{font-size:clamp(15px,1.5vw,16px);font-weight:600;color:#1f2329;line-height:1.5;flex:1}.faq-item--open .faq-item__question[data-v-acc7ec74]{color:#8c464d}.faq-item__icon[data-v-acc7ec74]{flex-shrink:0;color:#8c464d;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#8c464d14;transition:background-color .2s ease}.faq-item__trigger:hover .faq-item__icon[data-v-acc7ec74]{background:#8c464d24}.faq-item__icon-svg[data-v-acc7ec74]{transition:transform .25s cubic-bezier(.4,0,.2,1)}.faq-item__icon-svg--rotated[data-v-acc7ec74]{transform:rotate(180deg)}.faq-item__body[data-v-acc7ec74]{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.faq-item__body--visible[data-v-acc7ec74]{max-height:600px}.faq-item__answer[data-v-acc7ec74]{padding:4px 22px 22px;font-size:clamp(14px,1.4vw,15px);line-height:1.75;color:#555;margin:0}@media(max-width:640px){.faq-section[data-v-acc7ec74]{padding:56px 0}.faq-section__inner[data-v-acc7ec74]{padding:0 16px}.faq-header[data-v-acc7ec74]{margin-bottom:36px}.faq-item__trigger[data-v-acc7ec74]{padding:16px 18px;min-height:56px}.faq-item__answer[data-v-acc7ec74]{padding:4px 18px 18px}}@media(prefers-reduced-motion:reduce){.faq-item__body[data-v-acc7ec74],.faq-item__icon-svg[data-v-acc7ec74]{transition:none}}.s-section[data-v-31e99cd6]{padding:60px 0;background-color:#f8fafc}.container[data-v-31e99cd6]{max-width:1200px;margin:0 auto;padding:0 20px}.title-group-container[data-v-31e99cd6]{margin-bottom:40px}.sixteen.columns[data-v-31e99cd6]{width:100%}.s-title-group[data-v-31e99cd6]{text-align:center}.s-title[data-v-31e99cd6]{margin-bottom:12px}.s-subtitle[data-v-31e99cd6]{margin-top:8px}.s-component-content[data-v-31e99cd6]{word-wrap:break-word}.s-new-grid-section-container[data-v-31e99cd6]{margin-top:20px}.grid-4-cols[data-v-31e99cd6]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.s-grid-item[data-v-31e99cd6]{padding:28px 20px;background:#fff;border-radius:8px;text-align:center}.s-grid-item[data-v-31e99cd6]:hover{box-shadow:0 8px 30px #0000001f}.card-content[data-v-31e99cd6]{text-align:center}.card-icon[data-v-31e99cd6]{font-size:40px;margin-bottom:16px}.card-title[data-v-31e99cd6]{margin-bottom:10px}.card-desc[data-v-31e99cd6]{line-height:1.5}@media(max-width:900px){.grid-4-cols[data-v-31e99cd6]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-4-cols[data-v-31e99cd6]{grid-template-columns:1fr}.s-section[data-v-31e99cd6]{padding:40px 0}}.product-card-section[data-v-8d63095d]{padding:60px 0;background-color:#fff}.product-card-section__head[data-v-8d63095d]{text-align:center;margin-bottom:40px}.product-card-section__title h2[data-v-8d63095d]{margin:0;color:#110909;font-size:clamp(26px,4vw,38px);font-weight:700;line-height:1.3;letter-spacing:0}.product-card-section__subtitle p[data-v-8d63095d]{margin:10px auto 0;max-width:90%;color:#555;font-size:16px;font-weight:400;line-height:1.6;text-align:center}.product-card-section__grid[data-v-8d63095d]{display:grid;gap:24px}.product-card-section__grid--cols-2[data-v-8d63095d]{grid-template-columns:repeat(2,1fr)}.product-card-section__grid--cols-3[data-v-8d63095d]{grid-template-columns:repeat(3,1fr)}.product-card-section__grid--cols-4[data-v-8d63095d]{grid-template-columns:repeat(4,1fr)}.product-card-section__grid--cols-6[data-v-8d63095d]{grid-template-columns:repeat(6,1fr)}.product-card[data-v-8d63095d]{display:flex;flex-direction:column;border:1px solid rgba(17,9,9,.1);border-radius:14px;background:#fff;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;cursor:pointer}.product-card[data-v-8d63095d]:hover{box-shadow:0 12px 32px #1109091a;transform:translateY(-4px)}.product-card__image-wrap[data-v-8d63095d]{position:relative;overflow:hidden;border-radius:14px 14px 0 0;background:#f7f4f2}.product-card__image[data-v-8d63095d]{display:block;width:100%;aspect-ratio:3 / 2;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image[data-v-8d63095d]{transform:scale(1.04)}.product-card__overlay[data-v-8d63095d]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#1109097a;opacity:0;transition:opacity .2s ease}.product-card:hover .product-card__overlay[data-v-8d63095d]{opacity:1}.product-card__overlay-cta[data-v-8d63095d]{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border-radius:999px;color:#1f2329;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s ease,transform .15s ease;min-height:44px}.product-card__overlay-cta[data-v-8d63095d]:hover{background:#f7f4f2;transform:scale(1.03)}.product-card__overlay-cta[data-v-8d63095d]:focus-visible{outline:2px solid #8c464d;outline-offset:2px}.product-card__overlay-arrow[data-v-8d63095d]{transition:transform .2s ease;flex-shrink:0}.product-card__overlay-cta:hover .product-card__overlay-arrow[data-v-8d63095d]{transform:translate(3px)}.product-card__body[data-v-8d63095d]{display:flex;flex-direction:column;flex:1;padding:20px}.product-card__brand[data-v-8d63095d]{display:inline-block;padding:3px 10px;background:#8c464d1a;border-radius:999px;color:#8c464d;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;width:-moz-fit-content;width:fit-content}.product-card__name[data-v-8d63095d]{margin:0 0 6px;color:#1f2329;font-size:clamp(16px,1.4vw,20px);font-weight:700;line-height:1.3}.product-card__name a[data-v-8d63095d]{color:inherit;text-decoration:none;transition:color .15s ease}.product-card__name a[data-v-8d63095d]:hover{color:#8c464d}.product-card__name a[data-v-8d63095d]:focus-visible{outline:2px solid #8c464d;outline-offset:2px;border-radius:2px}.product-card__subtitle[data-v-8d63095d]{margin:0 0 8px;color:#555;font-size:14px;font-weight:400;line-height:1.5}.product-card__desc[data-v-8d63095d]{margin:0 0 12px;color:#555;font-size:14px;font-weight:400;line-height:1.6}.product-card__certs[data-v-8d63095d]{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:12px}.product-card__cert-tag[data-v-8d63095d]{display:inline-block;padding:2px 8px;border:1px solid rgba(17,9,9,.15);border-radius:4px;color:#555;font-size:11px;font-weight:500;letter-spacing:.04em;white-space:nowrap}.product-card__footer[data-v-8d63095d]{margin-top:16px;padding-top:14px;border-top:1px solid rgba(17,9,9,.08)}.product-card__btn[data-v-8d63095d]{display:inline-flex;align-items:center;gap:6px;color:#8c464d;font-size:13px;font-weight:700;text-decoration:none;transition:gap .18s ease,color .15s ease;min-height:44px;cursor:pointer}.product-card__btn[data-v-8d63095d]:hover{color:#9a2438;gap:10px}.product-card__btn[data-v-8d63095d]:focus-visible{outline:2px solid #8c464d;outline-offset:3px;border-radius:2px}.product-card__btn-arrow[data-v-8d63095d]{flex-shrink:0;transition:transform .18s ease}.product-card__btn:hover .product-card__btn-arrow[data-v-8d63095d]{transform:translate(4px)}.product-card-section__empty[data-v-8d63095d]{text-align:center;padding:60px 0;color:#555;font-size:16px}@media(max-width:1024px){.product-card-section__grid--cols-4[data-v-8d63095d],.product-card-section__grid--cols-6[data-v-8d63095d]{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-card-section__grid--cols-3[data-v-8d63095d],.product-card-section__grid--cols-4[data-v-8d63095d],.product-card-section__grid--cols-6[data-v-8d63095d]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-card-section__grid--cols-2[data-v-8d63095d],.product-card-section__grid--cols-3[data-v-8d63095d],.product-card-section__grid--cols-4[data-v-8d63095d],.product-card-section__grid--cols-6[data-v-8d63095d]{grid-template-columns:1fr}.product-card-section[data-v-8d63095d]{padding:40px 0}}.container[data-v-b5baff9d]{max-width:1200px;margin:0 auto;padding:0 20px}.pdp-overview[data-v-b5baff9d]{position:relative;padding:60px 0;overflow:hidden}.pdp-overview--fallback[data-v-b5baff9d]{background-color:#f7f4f2}.pdp-overview--fallback .pdp-overview__overlay[data-v-b5baff9d]{display:none}.pdp-overview--fallback .pdp-overview__name[data-v-b5baff9d]{color:#1f2329;text-shadow:none}.pdp-overview--fallback .pdp-overview__brand[data-v-b5baff9d],.pdp-overview--fallback .pdp-overview__subtitle[data-v-b5baff9d],.pdp-overview--fallback .pdp-overview__desc[data-v-b5baff9d],.pdp-overview--fallback .pdp-overview__origin[data-v-b5baff9d]{color:#404040}.pdp-overview--fallback .pdp-overview__eyebrow[data-v-b5baff9d]{color:#8c464d;border-color:#8c464d;-webkit-backdrop-filter:none;backdrop-filter:none}.pdp-overview--fallback .pdp-btn--secondary[data-v-b5baff9d]{background:transparent;color:#1f2329;border-color:#11090933;-webkit-backdrop-filter:none;backdrop-filter:none}.pdp-overview--fallback .pdp-btn--secondary[data-v-b5baff9d]:hover{border-color:#8c464d;color:#8c464d}.pdp-overview__bg[data-v-b5baff9d]{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.pdp-overview__overlay[data-v-b5baff9d]{position:absolute;inset:0;background:linear-gradient(135deg,#140a0ab8,#1e0f0f8c 60%,#140a0aa6);z-index:1}.pdp-overview__inner[data-v-b5baff9d]{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.pdp-overview__text[data-v-b5baff9d]{display:flex;flex-direction:column}.pdp-overview__eyebrow[data-v-b5baff9d]{display:inline-block;padding:4px 14px;border:1.5px solid rgba(255,255,255,.7);border-radius:999px;color:#ffffffe6;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;width:-moz-fit-content;width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pdp-overview__brand[data-v-b5baff9d]{display:inline-block;color:#ffffffd9;font-size:clamp(16px,1.5vw,22px);font-weight:700;margin-bottom:4px}.pdp-overview__name[data-v-b5baff9d]{margin:0 0 12px;color:#fff;font-size:clamp(32px,3vw,48px);font-weight:800;line-height:1.1;letter-spacing:0;text-shadow:0 2px 12px rgba(0,0,0,.3)}.pdp-overview__subtitle[data-v-b5baff9d]{margin:0 0 16px;color:#ffffffd9;font-size:clamp(16px,1.5vw,20px);font-weight:500;line-height:1.5}.pdp-overview__desc[data-v-b5baff9d]{margin:0 0 20px;color:#ffffffb3;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.75;max-width:520px}.pdp-overview__origin[data-v-b5baff9d]{display:flex;align-items:center;gap:6px;color:#ffffffb3;font-size:13px;font-weight:500;margin-bottom:28px}.pdp-overview__origin-icon[data-v-b5baff9d]{color:#ffffffb3;flex-shrink:0}.pdp-overview__actions[data-v-b5baff9d]{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pdp-overview__media[data-v-b5baff9d]{overflow:hidden;border-radius:22px;box-shadow:0 20px 50px #0006;border:1px solid rgba(255,255,255,.12);min-height:240px}.pdp-overview__media img[data-v-b5baff9d]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pdp-overview__media-placeholder[data-v-b5baff9d]{width:100%;height:100%;min-height:240px;background:linear-gradient(135deg,#f0ece8,#e8e0d8);border-radius:22px;display:flex;align-items:center;justify-content:center;color:#c8bfb8}.pdp-overview__media img[data-v-b5baff9d]{display:block;width:100%;height:clamp(280px,36vw,520px);-o-object-fit:cover;object-fit:cover}.pdp-btn[data-v-b5baff9d]{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s ease;min-height:44px}.pdp-btn--primary[data-v-b5baff9d]{background:#8c464d;color:#fff;border:2px solid #8c464d}.pdp-btn--primary[data-v-b5baff9d]:hover{background:#7a3d43;border-color:#7a3d43;gap:12px}.pdp-btn--primary[data-v-b5baff9d]:focus-visible{outline:2px solid #8c464d;outline-offset:3px}.pdp-btn--primary svg[data-v-b5baff9d]{transition:transform .2s ease;flex-shrink:0}.pdp-btn--primary:hover svg[data-v-b5baff9d]{transform:translate(3px)}.pdp-btn--secondary[data-v-b5baff9d]{background:#ffffff1f;color:#ffffffe6;border:2px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pdp-btn--secondary[data-v-b5baff9d]:hover{background:#fff3;border-color:#fff9}.pdp-btn--secondary[data-v-b5baff9d]:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}.pdp-specs[data-v-b5baff9d]{padding:60px 0;background:#fff}.pdp-specs__title[data-v-b5baff9d]{margin:0 0 32px;color:#1f2329;font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:0}.pdp-specs__table-wrapper[data-v-b5baff9d]{overflow-x:auto;border-radius:10px;border:1px solid rgba(17,9,9,.12)}.pdp-specs__table[data-v-b5baff9d]{width:100%;border-collapse:collapse;min-width:500px}.pdp-specs__table tr[data-v-b5baff9d]{border-bottom:1px solid rgba(17,9,9,.08)}.pdp-specs__table tr[data-v-b5baff9d]:last-child{border-bottom:none}.pdp-specs__table tr[data-v-b5baff9d]:nth-child(2n){background:#faf8f7}.pdp-specs__label[data-v-b5baff9d]{padding:14px 20px;color:#555;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;width:35%;vertical-align:top}.pdp-specs__val[data-v-b5baff9d]{padding:14px 20px;color:#1f2329;font-size:14px;font-weight:500;line-height:1.6;vertical-align:top}.pdp-certs[data-v-b5baff9d]{padding:60px 0;background:#f7f4f2}.pdp-certs__title[data-v-b5baff9d]{margin:0 0 28px;color:#1f2329;font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:0}.pdp-certs__grid[data-v-b5baff9d]{display:flex;flex-wrap:wrap;gap:10px}.pdp-certs__badge[data-v-b5baff9d]{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#fff;border:1px solid rgba(17,9,9,.1);border-radius:999px;color:#1f2329;font-size:13px;font-weight:600;transition:all .18s ease}.pdp-certs__badge[data-v-b5baff9d]:hover{border-color:#8c464d;color:#8c464d;box-shadow:0 4px 12px #8c464d1f}.pdp-certs__icon[data-v-b5baff9d]{color:#8c464d;flex-shrink:0}.pdp-features[data-v-b5baff9d]{padding:60px 0;background:#fff}.pdp-features__title[data-v-b5baff9d]{margin:0 0 32px;color:#1f2329;font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:0}.pdp-features__grid[data-v-b5baff9d]{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.pdp-features__item[data-v-b5baff9d]{display:flex;align-items:flex-start;gap:16px;padding:24px 20px;border:1px solid rgba(17,9,9,.08);border-radius:14px;background:#fff;transition:all .2s ease}.pdp-features__item[data-v-b5baff9d]:hover{border-color:#8c464d4d;box-shadow:0 8px 24px #8c464d14;transform:translateY(-2px)}.pdp-features__icon[data-v-b5baff9d]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#8c464d14;color:#8c464d;flex-shrink:0}.pdp-features__text[data-v-b5baff9d]{margin:0;color:#1f2329;font-size:15px;font-weight:500;line-height:1.5}.pdp-applications[data-v-b5baff9d]{padding:60px 0;background:#f7f4f2}.pdp-applications__title[data-v-b5baff9d]{margin:0 0 24px;color:#1f2329;font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:0}.pdp-applications__grid[data-v-b5baff9d]{display:flex;flex-wrap:wrap;gap:10px}.pdp-applications__tag[data-v-b5baff9d]{display:inline-flex;align-items:center;padding:8px 18px;background:linear-gradient(135deg,#aa2f42,#9a2438);border-radius:999px;color:#fff;font-size:13px;font-weight:600;transition:all .18s ease}.pdp-applications__tag[data-v-b5baff9d]:hover{background:linear-gradient(135deg,#9a2438,#8c1f30);transform:translateY(-1px);box-shadow:0 4px 12px #8c464d3d}@media(max-width:900px){.pdp-overview__inner[data-v-b5baff9d]{grid-template-columns:1fr;gap:32px}}@media(max-width:600px){.pdp-overview__inner[data-v-b5baff9d]{grid-template-columns:1fr;gap:32px}.pdp-overview[data-v-b5baff9d],.pdp-specs[data-v-b5baff9d],.pdp-certs[data-v-b5baff9d],.pdp-features[data-v-b5baff9d],.pdp-applications[data-v-b5baff9d]{padding:40px 0}.pdp-specs__table-wrapper[data-v-b5baff9d]{border-radius:6px}}.cat-intro[data-v-dbb79e38]{padding:72px 0 60px;background-color:#f7f4f2;background-position:center bottom;background-repeat:no-repeat;background-size:cover}.cat-intro__inner[data-v-dbb79e38]{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.cat-intro__copy[data-v-dbb79e38]{display:flex;flex-direction:column;gap:0}.cat-intro__eyebrow[data-v-dbb79e38]{display:inline-block;padding:4px 14px;border:1.5px solid #8c464d;border-radius:999px;color:#8c464d;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;width:-moz-fit-content;width:fit-content}.cat-intro__title[data-v-dbb79e38]{margin:0 0 12px;color:#1f2329;font-size:clamp(36px,3.5vw,52px);font-weight:800;line-height:1.1;letter-spacing:0}.cat-intro__subtitle[data-v-dbb79e38]{margin:0 0 16px;color:#8c464d;font-size:clamp(18px,1.8vw,24px);font-weight:600;line-height:1.4}.cat-intro__desc[data-v-dbb79e38]{margin:0;color:#555;font-size:clamp(15px,1.3vw,18px);font-weight:400;line-height:1.7;max-width:520px}.cat-intro__stats[data-v-dbb79e38]{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:32px;padding-top:24px;border-top:1px solid rgba(17,9,9,.12)}.cat-intro__stat[data-v-dbb79e38]{display:flex;flex-direction:column;align-items:flex-start;padding-right:20px}.cat-intro__stat[data-v-dbb79e38]:not(:last-child){border-right:1px solid rgba(17,9,9,.12);padding-right:20px;margin-right:20px}.cat-intro__stat-value[data-v-dbb79e38]{color:#b12839;font-size:clamp(26px,2.4vw,36px);font-weight:700;line-height:1;letter-spacing:-.02em}.cat-intro__stat-label[data-v-dbb79e38]{margin-top:10px;color:#1f2329;font-size:13px;font-weight:500;line-height:1.4;word-break:keep-all}.cat-intro__media[data-v-dbb79e38]{overflow:hidden;border-radius:22px;box-shadow:0 18px 40px #5d32321a}.cat-intro__media img[data-v-dbb79e38]{display:block;width:100%;height:clamp(280px,32vw,440px);-o-object-fit:cover;object-fit:cover}@media(max-width:900px){.cat-intro__inner[data-v-dbb79e38]{grid-template-columns:1fr;gap:32px}.cat-intro__stats[data-v-dbb79e38]{grid-template-columns:1fr;gap:16px}.cat-intro__stat[data-v-dbb79e38]:not(:last-child){border-right:0;border-bottom:1px solid rgba(17,9,9,.12);padding-right:0;margin-right:0;padding-bottom:16px}}.solutions-page[data-v-ba392bad]{--s-brand: #8c464d;--s-brand-light: rgba(140, 70, 77, .1);--s-brand-mid: rgba(140, 70, 77, .18);--s-brand-dark: #7a3c42;--s-bg-warm: #faf6f3;--s-bg-warm-dark: #f0e8e2;--s-bg-dark: #1f2329;--s-bg-dark-2: #2a2e35;--s-text-primary: #1f2329;--s-text-secondary: #555555;--s-text-muted: #999999;--s-border: #ede5de;--s-border-dark: #c8bfb8;--s-radius-sm: 10px;--s-radius-md: 16px;--s-radius-lg: 22px;--s-shadow-sm: 0 2px 12px rgba(140, 70, 77, .08);--s-shadow-md: 0 8px 32px rgba(140, 70, 77, .12);--s-shadow-lg: 0 16px 56px rgba(140, 70, 77, .16);font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--s-text-primary)}.sol-btn[data-v-ba392bad]{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s ease,gap .2s ease,transform .18s ease;cursor:pointer;border:none;white-space:nowrap}.sol-btn--primary[data-v-ba392bad]{background:var(--s-brand);color:#fff}.sol-btn--primary[data-v-ba392bad]:hover{background:var(--s-brand-dark);gap:12px}.sol-btn--primary[data-v-ba392bad]:focus-visible{outline:2px solid var(--s-brand);outline-offset:3px}.sol-btn--outline[data-v-ba392bad]{background:transparent;color:var(--s-brand);border:1.5px solid var(--s-brand)}.sol-btn--outline[data-v-ba392bad]:hover{background:var(--s-brand-light)}.sol-section-head[data-v-ba392bad]{margin-bottom:48px}.sol-section-head--centered[data-v-ba392bad]{text-align:center}.sol-section-head__label[data-v-ba392bad]{display:inline-block;padding:3px 14px;border:1.5px solid var(--s-brand);border-radius:999px;color:var(--s-brand);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.sol-section-head__title[data-v-ba392bad]{margin:0 0 12px;color:var(--s-text-primary);font-size:clamp(26px,3.5vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.02em}.sol-section-head__subtitle[data-v-ba392bad]{margin:0;color:var(--s-text-secondary);font-size:clamp(15px,1.4vw,17px);line-height:1.65;max-width:560px}.sol-section-head--centered .sol-section-head__subtitle[data-v-ba392bad]{margin-inline:auto}.sol-hero[data-v-ba392bad]{position:relative;min-height:580px;display:flex;align-items:center;background-color:var(--s-bg-warm);background-image:var(--hero-bg, none);background-size:cover;background-position:center;overflow:hidden}.sol-hero__overlay[data-v-ba392bad]{position:absolute;inset:0;background:linear-gradient(135deg,#faf6f3e0,#faf6f3b3,#f0e8e299)}.sol-hero__inner[data-v-ba392bad]{position:relative;max-width:860px;margin:0 auto;padding:80px 24px;text-align:center}.sol-hero__label[data-v-ba392bad]{display:inline-block;padding:4px 16px;background:var(--s-brand);color:#fff;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.sol-hero__title[data-v-ba392bad]{margin:0 0 18px;color:var(--s-text-primary);font-size:clamp(32px,5vw,60px);font-weight:900;line-height:1.05;letter-spacing:-.025em}.sol-hero__subtitle[data-v-ba392bad]{margin:0 0 32px;color:var(--s-text-secondary);font-size:clamp(16px,1.8vw,20px);font-weight:400;line-height:1.55;max-width:600px;margin-inline:auto}.sol-hero__cta[data-v-ba392bad]{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.sol-partner[data-v-ba392bad]{background:#fff;padding:72px 0}.sol-partner__inner[data-v-ba392bad]{max-width:1040px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.sol-partner__media[data-v-ba392bad]{border-radius:var(--s-radius-lg);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--s-shadow-md)}.sol-partner__media img[data-v-ba392bad]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.sol-partner__media:hover img[data-v-ba392bad]{transform:scale(1.03)}.sol-partner__copy[data-v-ba392bad]{display:flex;flex-direction:column;gap:14px}.sol-partner__tagline[data-v-ba392bad]{display:inline-block;padding:3px 14px;border:1.5px solid var(--s-border-dark);border-radius:999px;color:var(--s-text-secondary);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.sol-partner__title[data-v-ba392bad]{margin:0;color:var(--s-text-primary);font-size:clamp(22px,2.5vw,34px);font-weight:800;line-height:1.2;letter-spacing:-.015em}.sol-partner__body[data-v-ba392bad]{margin:0;color:var(--s-text-secondary);font-size:clamp(14px,1.3vw,16px);line-height:1.7}.sol-capabilities[data-v-ba392bad]{background:var(--s-bg-warm);padding:80px 0;border-top:1px solid var(--s-border);border-bottom:1px solid var(--s-border)}.sol-capabilities__inner[data-v-ba392bad]{max-width:1040px;margin:0 auto;padding:0 24px}.sol-capabilities__grid[data-v-ba392bad]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sol-cap-card[data-v-ba392bad]{background:#fff;border-radius:var(--s-radius-lg);border:1.5px solid var(--s-border);overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease;display:flex;flex-direction:column}.sol-cap-card[data-v-ba392bad]:hover{box-shadow:var(--s-shadow-md);border-color:var(--s-border-dark);transform:translateY(-3px)}.sol-cap-card__icon-wrap[data-v-ba392bad]{padding:28px 28px 0;display:flex}.sol-cap-card__icon[data-v-ba392bad]{width:52px;height:52px;background:var(--s-brand-light);border-radius:var(--s-radius-sm);display:flex;align-items:center;justify-content:center;color:var(--s-brand)}.sol-cap-card__body[data-v-ba392bad]{padding:18px 28px 28px;flex:1;display:flex;flex-direction:column}.sol-cap-card__title[data-v-ba392bad]{margin:0 0 10px;color:var(--s-text-primary);font-size:clamp(16px,1.4vw,18px);font-weight:700;line-height:1.3}.sol-cap-card__text[data-v-ba392bad]{margin:0;color:var(--s-text-secondary);font-size:14px;line-height:1.65;flex:1}.sol-values[data-v-ba392bad]{background:#fff;padding:80px 0}.sol-values__inner[data-v-ba392bad]{max-width:1040px;margin:0 auto;padding:0 24px}.sol-values__grid[data-v-ba392bad]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sol-value-item[data-v-ba392bad]{padding:28px 24px;border-radius:var(--s-radius-md);border:1.5px solid var(--s-border);background:#fff;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.sol-value-item[data-v-ba392bad]:hover{box-shadow:var(--s-shadow-sm);border-color:var(--s-brand);transform:translateY(-2px)}.sol-value-item__icon-wrap[data-v-ba392bad]{margin-bottom:14px;color:var(--s-brand)}.sol-value-item__title[data-v-ba392bad]{margin:0 0 8px;color:var(--s-text-primary);font-size:16px;font-weight:700;line-height:1.3}.sol-value-item__text[data-v-ba392bad]{margin:0;color:var(--s-text-secondary);font-size:13px;line-height:1.6}.sol-process[data-v-ba392bad]{background:var(--s-bg-warm);padding:80px 0;border-top:1px solid var(--s-border);border-bottom:1px solid var(--s-border)}.sol-process__inner[data-v-ba392bad]{max-width:1040px;margin:0 auto;padding:0 24px}.sol-steps[data-v-ba392bad]{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.sol-steps[data-v-ba392bad]:before{content:"";position:absolute;top:36px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:1.5px;background:linear-gradient(to right,var(--s-brand),var(--s-brand-mid),var(--s-brand));z-index:0}.sol-step[data-v-ba392bad]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}.sol-step__connector[data-v-ba392bad]{display:none}.sol-step__node[data-v-ba392bad]{position:relative;width:72px;height:72px;margin-bottom:20px;flex-shrink:0}.sol-step__icon[data-v-ba392bad]{position:absolute;inset:0;background:var(--s-brand);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #8c464d59;z-index:2}.sol-step__num[data-v-ba392bad]{position:absolute;top:-6px;right:-6px;width:24px;height:24px;background:var(--s-bg-dark);color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:3;border:2px solid var(--s-bg-warm)}.sol-step__body[data-v-ba392bad]{padding:0 4px 8px}.sol-step__title[data-v-ba392bad]{margin:0 0 8px;color:var(--s-text-primary);font-size:clamp(15px,1.3vw,17px);font-weight:700;line-height:1.3}.sol-step__text[data-v-ba392bad]{margin:0;color:var(--s-text-secondary);font-size:13px;line-height:1.6}.sol-cta[data-v-ba392bad]{background:var(--s-bg-dark);padding:80px 0}.sol-cta__inner[data-v-ba392bad]{max-width:600px;margin:0 auto;padding:0 24px;text-align:center}.sol-cta .cfw-form[data-v-ba392bad],.sol-cta .cfw-success[data-v-ba392bad]{--cfw-brand: #8c464d;--cfw-brand-dark: #7a3c42;--cfw-brand-light: rgba(140, 70, 77, .15);--cfw-bg-warm: transparent;--cfw-bg-input: rgba(255, 255, 255, .08);--cfw-border: rgba(255, 255, 255, .2);--cfw-border-dark: rgba(255, 255, 255, .35);--cfw-text-primary: #ffffff;--cfw-text-secondary: rgba(255, 255, 255, .72);--cfw-text-muted: rgba(255, 255, 255, .42);--cfw-error: #ff7a7a;--cfw-success-bg: rgba(140, 70, 77, .12);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.sol-cta .cfw-input[data-v-ba392bad]{background:#ffffff14!important;border-color:#ffffff38!important;color:#fff!important}.sol-cta .cfw-input[data-v-ba392bad]::-moz-placeholder{color:#ffffff6b!important}.sol-cta .cfw-input[data-v-ba392bad]::placeholder{color:#ffffff6b!important}.sol-cta .cfw-input[data-v-ba392bad]:focus{border-color:#ffffff8c!important;box-shadow:0 0 0 3px #8c464d33!important}.sol-cta__label[data-v-ba392bad]{display:inline-block;padding:3px 14px;border:1.5px solid rgba(255,255,255,.3);border-radius:999px;color:#ffffffbf;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.sol-cta__title[data-v-ba392bad]{margin:0 0 12px;color:#fff;font-size:clamp(24px,3vw,38px);font-weight:800;line-height:1.2;letter-spacing:-.015em}.sol-cta__subtitle[data-v-ba392bad]{margin:0 0 36px;color:#ffffffa6;font-size:clamp(14px,1.3vw,16px);line-height:1.6}.sol-cta__form-wrap[data-v-ba392bad]{max-width:560px;margin:0 auto}@media(max-width:900px){.sol-capabilities__grid[data-v-ba392bad],.sol-values__grid[data-v-ba392bad]{grid-template-columns:repeat(2,1fr)}.sol-steps[data-v-ba392bad]{grid-template-columns:repeat(2,1fr);gap:32px 24px}.sol-steps[data-v-ba392bad]:before{display:none}}@media(max-width:680px){.sol-partner__inner[data-v-ba392bad]{grid-template-columns:1fr;gap:36px}.sol-capabilities__grid[data-v-ba392bad]{grid-template-columns:1fr}.sol-values__grid[data-v-ba392bad],.sol-steps[data-v-ba392bad]{grid-template-columns:repeat(2,1fr)}.sol-process[data-v-ba392bad],.sol-capabilities[data-v-ba392bad],.sol-values[data-v-ba392bad],.sol-cta[data-v-ba392bad]{padding:60px 0}.sol-partner[data-v-ba392bad]{padding:52px 0}}@media(max-width:440px){.sol-values__grid[data-v-ba392bad]{grid-template-columns:1fr}.sol-steps[data-v-ba392bad]{grid-template-columns:1fr;align-items:flex-start}.sol-step[data-v-ba392bad]{flex-direction:row;align-items:flex-start;text-align:left;gap:16px}.sol-step__node[data-v-ba392bad]{margin-bottom:0;flex-shrink:0}}@media(prefers-reduced-motion:reduce){.sol-btn[data-v-ba392bad],.sol-btn[data-v-ba392bad] *,.sol-cap-card[data-v-ba392bad],.sol-value-item[data-v-ba392bad],.sol-partner__media img[data-v-ba392bad]{transition:none}.sol-cap-card[data-v-ba392bad]:hover,.sol-value-item[data-v-ba392bad]:hover{transform:none}}.innovation-ext[data-v-7b0d5905]{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2329;background:#fff}.container[data-v-7b0d5905]{max-width:1200px;margin:0 auto;padding:0 24px}.section[data-v-7b0d5905]{padding:80px 0}.innovations-hero[data-v-7b0d5905]{padding:60px 0 40px;background:#fff;text-align:center}.hero-inner[data-v-7b0d5905]{position:relative}.hero-title[data-v-7b0d5905]{font-size:clamp(32px,5vw,48px);font-weight:700;color:#110909;letter-spacing:.06em;margin:0 0 16px;line-height:1.2}.hero-desc[data-v-7b0d5905]{font-size:16px;color:#555;width:90%;margin:0 auto;line-height:1.7}.section-label[data-v-7b0d5905]{display:flex;align-items:center;gap:12px;margin-bottom:20px}.label-tag[data-v-7b0d5905]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:13px;font-weight:800;color:#fff;background:#8c464d;border-radius:50%;flex-shrink:0}.label-text[data-v-7b0d5905]{font-size:13px;font-weight:600;letter-spacing:.15em;color:#8c464d;text-transform:uppercase}.section-title[data-v-7b0d5905]{font-size:clamp(26px,4vw,38px);font-weight:700;color:#110909;margin:0 0 12px;line-height:1.3}.section-subtitle[data-v-7b0d5905]{font-size:16px;color:#555;margin:0 auto 48px;max-width:90%;line-height:1.6;text-align:center}.tech-section[data-v-7b0d5905]{background:#f8f7f5}.tech-grid[data-v-7b0d5905]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tech-card[data-v-7b0d5905]{position:relative;background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 2px 12px #0000000f;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;opacity:0;transform:translateY(24px)}.tech-card.is-visible[data-v-7b0d5905]{opacity:1;transform:translateY(0);transition:opacity .5s ease var(--delay, 0s),transform .5s ease var(--delay, 0s),box-shadow .25s ease}.tech-card[data-v-7b0d5905]:hover{transform:translateY(-4px);box-shadow:0 8px 32px #47242724}.tech-card__icon[data-v-7b0d5905]{width:56px;height:56px;color:#8c464d;margin-bottom:24px}.tech-card__icon svg[data-v-7b0d5905]{width:100%;height:100%}.tech-card__title[data-v-7b0d5905]{font-size:20px;font-weight:700;color:#110909;margin:0 0 12px;line-height:1.3}.tech-card__desc[data-v-7b0d5905]{font-size:15px;color:#555;margin:0;line-height:1.7}.tech-card__accent[data-v-7b0d5905]{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8c464d,#bc7b81);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.tech-card:hover .tech-card__accent[data-v-7b0d5905]{transform:scaleX(1)}.patents-section[data-v-7b0d5905]{background:#fff}.patent-image-wrap[data-v-7b0d5905]{border-radius:12px;overflow:hidden;box-shadow:0 4px 32px #0000001f;margin-bottom:40px}.patent-image[data-v-7b0d5905]{display:block;width:100%;height:auto}.patents-list[data-v-7b0d5905]{list-style:none;padding:0;margin:0 0 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.patent-item[data-v-7b0d5905]{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:14px 18px;border-radius:6px;transition:background .15s ease}.patent-item[data-v-7b0d5905]:hover{background:#f8f7f5}.patent-name[data-v-7b0d5905]{font-size:14px;color:#1f2329;flex:1}.patent-no[data-v-7b0d5905]{font-size:13px;color:#8c464d;font-weight:600;white-space:nowrap;font-family:SF Mono,Roboto Mono,monospace}.cert-section[data-v-7b0d5905]{background:#f8f7f5}.cert-layout[data-v-7b0d5905]{display:flex;flex-direction:column;gap:32px}.cert-image-wrap[data-v-7b0d5905]{border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.cert-image[data-v-7b0d5905]{width:100%;height:auto;display:block}.cert-desc[data-v-7b0d5905]{font-size:16px;color:#1f2329;line-height:1.8;margin:0}.team-section[data-v-7b0d5905]{background:#fff}.team-layout[data-v-7b0d5905]{display:flex;flex-direction:column;gap:32px}.team-desc[data-v-7b0d5905]{font-size:16px;color:#1f2329;line-height:1.8;margin:0}.team-image-wrap[data-v-7b0d5905]{border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.team-image[data-v-7b0d5905]{width:100%;height:auto;display:block}.animate-on-scroll[data-v-7b0d5905]{opacity:0;transform:translateY(20px)}.animate-on-scroll.is-visible[data-v-7b0d5905]{opacity:1;transform:translateY(0);transition:opacity .55s ease,transform .55s ease}@media(max-width:768px){.section[data-v-7b0d5905]{padding:60px 0}.tech-grid[data-v-7b0d5905],.patents-list[data-v-7b0d5905]{grid-template-columns:1fr}.patent-item[data-v-7b0d5905]{flex-direction:column;gap:4px}.innovations-hero[data-v-7b0d5905]{padding:40px 0 30px}}.about-overview-panel[data-v-3de65049]{padding:44px 0 60px;background-color:#f7f4f2;background-position:center bottom;background-repeat:no-repeat;background-size:cover}.about-overview-panel__inner[data-v-3de65049]{display:grid;gap:30px}.about-overview-panel__heading[data-v-3de65049]{display:flex;align-items:baseline;gap:24px;flex-wrap:wrap}.about-overview-panel__title[data-v-3de65049]{margin:0;color:#111;font-size:clamp(38px,4.1vw,56px);font-weight:800;line-height:1.1;letter-spacing:0}.about-overview-panel__summary[data-v-3de65049]{margin:0;color:#404040;font-size:clamp(22px,2vw,28px);font-weight:600;line-height:1.4}.about-overview-panel__hero[data-v-3de65049]{overflow:hidden;border-radius:22px;box-shadow:0 18px 40px #5d323214}.about-overview-panel__hero img[data-v-3de65049]{display:block;width:100%;height:clamp(280px,36vw,520px);-o-object-fit:cover;object-fit:cover}.about-overview-panel__bottom[data-v-3de65049]{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.35fr);gap:24px;align-items:end}.about-overview-panel__stats[data-v-3de65049]{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) minmax(0,1fr);gap:0;min-height:170px;align-items:stretch}.about-overview-panel__stat[data-v-3de65049]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 30px 10px 0;text-align:center}.about-overview-panel__stat[data-v-3de65049]:not(:last-child){border-right:2px solid rgba(17,9,9,.22);margin-right:28px}.about-overview-panel__stat-value[data-v-3de65049]{color:#b12839;font-size:clamp(34px,3.2vw,50px);font-weight:700;line-height:1;white-space:nowrap;letter-spacing:-.03em}.about-overview-panel__stat-label[data-v-3de65049]{margin-top:20px;color:#1f2329;font-size:16px;font-weight:500;line-height:1.6;word-break:keep-all}.about-overview-panel__cards[data-v-3de65049]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.about-overview-panel__card[data-v-3de65049]{min-height:202px;padding:20px 18px 18px;border-radius:14px;color:#fff;text-align:center;box-shadow:0 18px 36px #8b464d24}.about-overview-panel__card--1[data-v-3de65049],.about-overview-panel__card--3[data-v-3de65049]{background:linear-gradient(180deg,#aa2f42,#9a2438)}.about-overview-panel__card--2[data-v-3de65049]{background:linear-gradient(180deg,#cc8e97,#c67c87)}.about-overview-panel__card-title[data-v-3de65049]{margin:0;font-size:24px;font-weight:700;line-height:1.3;white-space:pre-line}.about-overview-panel__card-subtitle[data-v-3de65049]{margin:8px 0 0;font-size:19px;font-weight:500;line-height:1.3;white-space:pre-line}.about-overview-panel__card-list[data-v-3de65049]{margin:18px 0 0;padding:18px 0 0;list-style:none;border-top:2px dashed rgba(255,255,255,.68)}.about-overview-panel__card-list li[data-v-3de65049]{font-size:16px;font-weight:600;line-height:1.75;white-space:pre-line}@media(max-width:900px){.about-overview-panel__bottom[data-v-3de65049],.about-overview-panel__cards[data-v-3de65049],.about-overview-panel__stats[data-v-3de65049]{grid-template-columns:1fr}.about-overview-panel__stat[data-v-3de65049]{padding-right:0}.about-overview-panel__stat[data-v-3de65049]:not(:last-child){border-right:0;border-bottom:1px solid rgba(17,9,9,.12);margin-right:0;padding-bottom:18px;margin-bottom:18px}}.free-layout-section[data-v-76e69cab]{padding:48px 0}.free-layout-container[data-v-76e69cab]{max-width:1200px;margin:0 auto;padding:0 20px}.free-layout-header[data-v-76e69cab]{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.free-layout-header h2[data-v-76e69cab]{margin:0;font-size:26px;color:#110909}.free-layout-actions[data-v-76e69cab]{display:inline-flex;gap:8px}.free-layout-actions button[data-v-76e69cab]{border:1px solid #d9d9d9;background:#fff;color:#333;border-radius:6px;padding:6px 12px;cursor:pointer}.free-layout-actions button.danger[data-v-76e69cab]{color:#cf1322}.free-layout-actions button[data-v-76e69cab]:disabled{opacity:.5;cursor:not-allowed}.free-layout-stage[data-v-76e69cab]{position:relative;width:100%;background:#f7f8fa;border:1px dashed #d9d9d9;border-radius:10px;overflow:hidden}.free-layout-guide[data-v-76e69cab]{position:absolute;z-index:2;pointer-events:none;background:#1677ff8c}.free-layout-guide.guide-x[data-v-76e69cab]{top:0;bottom:0;left:50%;width:1px;transform:translate(-.5px)}.free-layout-guide.guide-y[data-v-76e69cab]{left:0;right:0;top:50%;height:1px;transform:translateY(-.5px)}.free-layout-item[data-v-76e69cab]{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.free-layout-item.selected[data-v-76e69cab]{outline:2px solid #1677ff;outline-offset:0}.free-layout-item.item-image img[data-v-76e69cab]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.free-layout-text[data-v-76e69cab]{width:100%;height:100%;padding:8px;overflow:auto;white-space:pre-wrap;line-height:1.3;background:transparent}.item-drag-handle[data-v-76e69cab]{position:absolute;left:6px;top:6px;z-index:3;font-size:10px;text-transform:uppercase;color:#fff;background:#00000073;border-radius:4px;padding:2px 6px;cursor:move}.item-resize-handle[data-v-76e69cab]{position:absolute;right:4px;bottom:4px;width:10px;height:10px;border-radius:2px;background:#1677ff;cursor:nwse-resize;z-index:3}.structured-card[data-v-5ee69805]{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:var(--card-radius, 18px);overflow:hidden;box-shadow:0 10px 30px #0f172a14}.structured-card__root-select[data-v-5ee69805]{position:absolute;top:8px;left:10px;z-index:7;height:22px;padding:0 8px;border-radius:999px;border:1px solid #bfdbfe;background:#eff6fff5;color:#1d4ed8;font-size:11px;font-weight:700;line-height:1;cursor:pointer}.structured-card__root-select[data-v-5ee69805]:hover{background:#dbeafe}.structured-card__body[data-v-5ee69805]{display:grid;gap:14px;padding:var(--card-padding, 18px)}.structured-text[data-v-5ee69805]{position:relative;margin:0;color:#0f172a;line-height:1.65;border-radius:12px}.structured-image[data-v-5ee69805]{position:relative;margin:0}.structured-image img[data-v-5ee69805]{width:100%;display:block;border-radius:14px;-o-object-fit:cover;object-fit:cover}.structured-button[data-v-5ee69805]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:42px;padding:0 16px;border-radius:999px;background:#0f172a;color:#fff;text-decoration:none;font-weight:600}.structured-list[data-v-5ee69805]{position:relative;margin:0;padding-left:20px;color:#334155;line-height:1.7;border-radius:12px}.structured-html[data-v-5ee69805]{position:relative;border:1px dashed #cbd5e1;border-radius:12px;padding:12px;background:#f8fafc}.structured-html__content[data-v-5ee69805]{color:#1e293b;line-height:1.65}.structured-html__content[data-v-5ee69805] .mini-html{display:grid;gap:6px}.structured-html__content[data-v-5ee69805] p{margin:0;color:#475569}.structured-html__placeholder strong[data-v-5ee69805]{color:#0f172a}.structured-html__placeholder p[data-v-5ee69805]{margin:6px 0 0;color:#64748b}.structured-card.motion-fade[data-v-5ee69805],.structured-text.motion-fade[data-v-5ee69805],.structured-image.motion-fade[data-v-5ee69805],.structured-button.motion-fade[data-v-5ee69805],.structured-list.motion-fade[data-v-5ee69805],.structured-html.motion-fade[data-v-5ee69805],.structured-card.motion-lift[data-v-5ee69805],.structured-text.motion-lift[data-v-5ee69805],.structured-image.motion-lift[data-v-5ee69805],.structured-button.motion-lift[data-v-5ee69805],.structured-list.motion-lift[data-v-5ee69805],.structured-html.motion-lift[data-v-5ee69805]{opacity:0;transform:translateY(12px);transition:opacity .42s ease,transform .42s ease,box-shadow .2s ease;transition-delay:var(--node-enter-delay, 0ms)}.structured-card.is-inview.motion-fade[data-v-5ee69805],.structured-text.is-inview.motion-fade[data-v-5ee69805],.structured-image.is-inview.motion-fade[data-v-5ee69805],.structured-button.is-inview.motion-fade[data-v-5ee69805],.structured-list.is-inview.motion-fade[data-v-5ee69805],.structured-html.is-inview.motion-fade[data-v-5ee69805],.structured-card.is-inview.motion-lift[data-v-5ee69805],.structured-text.is-inview.motion-lift[data-v-5ee69805],.structured-image.is-inview.motion-lift[data-v-5ee69805],.structured-button.is-inview.motion-lift[data-v-5ee69805],.structured-list.is-inview.motion-lift[data-v-5ee69805],.structured-html.is-inview.motion-lift[data-v-5ee69805]{opacity:1;transform:translateY(0)}.structured-card.is-inview.motion-lift[data-v-5ee69805]:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0f172a1f}.is-selected[data-v-5ee69805]{outline:2px solid #2563eb;outline-offset:3px}.structured-block-toolbar[data-v-5ee69805]{position:absolute;top:10px;right:10px;z-index:6;display:inline-flex;gap:6px;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease}.structured-block-toolbar--inline[data-v-5ee69805]{top:-16px;right:0}.is-selected .structured-block-toolbar[data-v-5ee69805]{opacity:1;pointer-events:auto;transform:translateY(0)}.structured-block-toolbar button[data-v-5ee69805]{border:1px solid rgba(148,163,184,.35);background:#fffffffa;color:#0f172a;border-radius:999px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:13px;line-height:1;cursor:pointer;box-shadow:0 6px 20px #0f172a1f}.structured-block-toolbar button.is-copy[data-v-5ee69805]{color:#2563eb;background:#eff6ff}.structured-block-toolbar button.is-delete[data-v-5ee69805]{color:#dc2626;background:#fef2f2}.structured-block-toolbar button.is-text[data-v-5ee69805]{color:#7c3aed;background:#f5f3ff}.structured-block-toolbar button.is-image[data-v-5ee69805]{color:#ea580c;background:#fff7ed}.structured-block-toolbar button.is-list[data-v-5ee69805]{color:#0f766e;background:#f0fdfa}.structured-block-toolbar button.is-html[data-v-5ee69805]{color:#1d4ed8;background:#eff6ff}.structured-unknown[data-v-5ee69805]{padding:12px;border-radius:12px;background:#fff7ed;color:#9a3412;font-size:14px}@media(prefers-reduced-motion:reduce){.structured-card.motion-fade[data-v-5ee69805],.structured-text.motion-fade[data-v-5ee69805],.structured-image.motion-fade[data-v-5ee69805],.structured-button.motion-fade[data-v-5ee69805],.structured-list.motion-fade[data-v-5ee69805],.structured-html.motion-fade[data-v-5ee69805],.structured-card.motion-lift[data-v-5ee69805],.structured-text.motion-lift[data-v-5ee69805],.structured-image.motion-lift[data-v-5ee69805],.structured-button.motion-lift[data-v-5ee69805],.structured-list.motion-lift[data-v-5ee69805],.structured-html.motion-lift[data-v-5ee69805]{opacity:1;transform:none;transition:none}}.structured-layout[data-v-f63a2320]{padding:56px 0;background:#fff}.structured-layout__inner[data-v-f63a2320]{max-width:1200px;margin:0 auto;padding:0 20px}.structured-layout__header[data-v-f63a2320]{margin-bottom:28px;text-align:center}.structured-layout__title[data-v-f63a2320]{margin:0;color:#0f172a;font-size:36px;line-height:1.1}.structured-layout__subtitle[data-v-f63a2320]{max-width:760px;margin:12px auto 0;color:#475569;font-size:17px;line-height:1.7}.structured-layout__grid[data-v-f63a2320]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--structured-gap)}.structured-layout.is-vertical .structured-layout__grid[data-v-f63a2320]{grid-auto-flow:row}.structured-layout__region[data-v-f63a2320]{position:relative;overflow:visible;min-width:0;border:1px solid #e2e8f0;border-radius:20px;transition:box-shadow .2s ease,background .2s ease}.structured-layout__region.motion-fade[data-v-f63a2320],.structured-layout__region.motion-lift[data-v-f63a2320]{opacity:0;transform:translateY(12px);transition:opacity .46s ease,transform .46s ease,box-shadow .2s ease,background .2s ease;transition-delay:var(--region-enter-delay, 0ms)}.structured-layout__region.is-inview.motion-fade[data-v-f63a2320],.structured-layout__region.is-inview.motion-lift[data-v-f63a2320]{opacity:1;transform:translateY(0)}.structured-layout__region.is-inview.motion-lift[data-v-f63a2320]:hover{transform:translateY(-3px);box-shadow:0 14px 28px #0f172a14}.structured-layout__region.is-selected[data-v-f63a2320]{border-color:#2563eb;background:#2563eb0f;box-shadow:0 0 0 3px #2563eb33,inset 0 0 0 2px #2563eb3d}.structured-layout__region.is-selected[data-v-f63a2320]:after{content:"";position:absolute;inset:-3px;border:2px solid rgba(37,99,235,.9);border-radius:22px;pointer-events:none;z-index:9}.structured-layout__region-name[data-v-f63a2320]{cursor:pointer;margin-bottom:12px;color:#c0823f;opacity:.76;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.structured-layout__region-body[data-v-f63a2320]{display:flex;gap:14px}.structured-layout__region-select[data-v-f63a2320]{position:absolute;top:8px;right:10px;z-index:12;height:22px;padding:0 8px;border-radius:999px;border:1px solid #bfdbfe;background:#eff6fff5;color:#1d4ed8;font-size:11px;font-weight:700;line-height:1;cursor:pointer}.structured-layout__region-select[data-v-f63a2320]:hover{background:#dbeafe}.structured-layout__region-toolbar[data-v-f63a2320]{position:absolute;top:0;left:12px;z-index:20;transform:translateY(calc(-100% - 8px));display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;max-width:calc(100% - 24px);padding:7px;border:1px solid rgba(148,163,184,.5);border-radius:12px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:0 12px 30px #0f172a33,0 0 0 1px #ffffffd1 inset;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.region-toolbar-btn[data-v-f63a2320]{position:relative;border:1px solid rgba(148,163,184,.35);background:#fff;color:#0f172a;border-radius:999px;min-width:30px;height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;cursor:pointer}.region-toolbar-btn[data-v-f63a2320]:before,.region-toolbar-btn[data-v-f63a2320]:after{position:absolute;left:50%;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease;z-index:32}.region-toolbar-btn[data-v-f63a2320]:after{content:attr(data-tip);bottom:calc(100% + 10px);transform:translate(-50%,6px);white-space:nowrap;padding:4px 8px;border-radius:8px;border:1px solid rgba(148,163,184,.45);background:#fffffffa;color:#0f172a;font-size:11px;font-weight:700;line-height:1.2;box-shadow:0 8px 20px #0f172a33}.region-toolbar-btn[data-v-f63a2320]:before{content:"";bottom:calc(100% + 4px);transform:translate(-50%,6px);width:7px;height:7px;background:#fffffffa;border-right:1px solid rgba(148,163,184,.45);border-bottom:1px solid rgba(148,163,184,.45);rotate:45deg}.region-toolbar-btn[data-v-f63a2320]:hover:before,.region-toolbar-btn[data-v-f63a2320]:hover:after,.region-toolbar-btn[data-v-f63a2320]:focus-visible:before,.region-toolbar-btn[data-v-f63a2320]:focus-visible:after{opacity:1;transform:translate(-50%)}.region-toolbar-btn.is-text[data-v-f63a2320]{color:#7c3aed;background:#f5f3ff}.region-toolbar-btn.is-image[data-v-f63a2320]{color:#ea580c;background:#fff7ed}.region-toolbar-btn.is-card[data-v-f63a2320]{color:#be123c;background:#fff1f2}.region-toolbar-btn.is-card-select[data-v-f63a2320]{color:#7c2d12;background:#ffedd5}.region-toolbar-btn.is-html[data-v-f63a2320]{color:#1d4ed8;background:#eff6ff}.region-toolbar-btn.is-copy[data-v-f63a2320]{color:#2563eb;background:#eff6ff}.region-toolbar-btn.is-delete[data-v-f63a2320]{color:#dc2626;background:#fef2f2}.structured-layout__region-body.is-vertical[data-v-f63a2320]{flex-direction:column}.structured-layout__region-body.is-horizontal[data-v-f63a2320]{flex-direction:row;flex-wrap:wrap}.structured-layout__region-drag-list[data-v-f63a2320]{min-height:44px}[data-v-f63a2320] .structured-layout__block-draggable{cursor:grab}[data-v-f63a2320] .structured-layout__block-draggable:active{cursor:grabbing}.structured-layout__block-ghost[data-v-f63a2320]{opacity:.35}.structured-layout__block-chosen[data-v-f63a2320]{transform:scale(.995)}@media(prefers-reduced-motion:reduce){.structured-layout__region.motion-fade[data-v-f63a2320],.structured-layout__region.motion-lift[data-v-f63a2320]{opacity:1;transform:none;transition:none}}@media(max-width:960px){.structured-layout.stack-mobile .structured-layout__region[data-v-f63a2320]{grid-column:span 12!important}.structured-layout__title[data-v-f63a2320]{font-size:30px}}@media(max-width:640px){.structured-layout__inner[data-v-f63a2320]{padding:0 14px}.structured-layout__region-body.is-horizontal[data-v-f63a2320]{flex-direction:column}.structured-layout__region-toolbar[data-v-f63a2320]{left:8px;transform:translateY(calc(-100% - 6px));max-width:calc(100% - 16px);padding:6px;gap:4px}.region-toolbar-btn[data-v-f63a2320]{min-width:26px;height:26px;padding:0 8px;font-size:11px}}.admin-layout[data-v-6e0d4d45]{min-height:100vh}.logo[data-v-6e0d4d45]{height:64px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#1f2937;border-bottom:1px solid #f0f0f0}.logo span[data-v-6e0d4d45]{color:#1f2937}.logo[data-v-6e0d4d45] svg{color:#2563eb}.logo-container[data-v-6e0d4d45]{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#1f2937}.logo-container.is-collapsed[data-v-6e0d4d45]{min-height:32px}.header[data-v-6e0d4d45]{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;box-shadow:0 1px 4px #0000000d}.header-left[data-v-6e0d4d45],.header-right[data-v-6e0d4d45]{display:flex;align-items:center;justify-content:flex-end;height:64px;gap:8px}.header-left[data-v-6e0d4d45] .ant-btn,.header-right[data-v-6e0d4d45] .ant-btn{color:#1e293b;transition:all .2s ease}.header-left[data-v-6e0d4d45] .ant-btn:hover,.header-right[data-v-6e0d4d45] .ant-btn:hover{color:#2563eb;background:#eff6ff}.user-avatar[data-v-6e0d4d45]{cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#2563eb;border-radius:50%;transition:all .2s ease}.user-avatar[data-v-6e0d4d45]:hover{background-color:#1d4ed8}.content[data-v-6e0d4d45]{margin:24px;padding:24px;background:#f8fafc;min-height:280px;border-radius:12px}[data-v-6e0d4d45] .ant-layout-sider{background:#fff;box-shadow:2px 0 8px #0000000d;position:relative}.sider-footer[data-v-6e0d4d45]{position:absolute;bottom:0;left:0;right:0;padding:16px;border-top:1px solid #f0f0f0;background:#fff}.sider-footer[data-v-6e0d4d45] .ant-btn{color:#1e293b;transition:all .2s ease}.sider-footer[data-v-6e0d4d45] .ant-btn:hover{color:#2563eb;background:#eff6ff}[data-v-6e0d4d45] .ant-menu{border-inline-end:none}[data-v-6e0d4d45] .ant-menu-item,[data-v-6e0d4d45] .ant-menu-submenu-title{transition:all .2s ease;border-radius:8px;margin:4px 8px}[data-v-6e0d4d45] .ant-menu-item:hover,[data-v-6e0d4d45] .ant-menu-submenu-title:hover{color:#2563eb;background:#eff6ff}[data-v-6e0d4d45] .ant-menu-item-selected{background:linear-gradient(135deg,#2563eb1a,#3b82f61a);color:#2563eb;font-weight:500}[data-v-6e0d4d45] .ant-menu-item-selected:after{border-bottom-color:#2563eb}[data-v-6e0d4d45] .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#2563eb}[data-v-6e0d4d45] .ant-layout-sider-trigger{background:#2563eb;border-top:1px solid rgba(255,255,255,.1)}[data-v-6e0d4d45] .ant-dropdown-menu-item:hover{background:#eff6ff}.admin-layout[data-v-6e0d4d45] .ant-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px}.admin-layout[data-v-6e0d4d45] .ant-btn>span{display:inline-flex;align-items:center}.admin-layout[data-v-6e0d4d45] .ant-btn .anticon{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle}.dashboard[data-v-4cb8694c]{padding:0}.stats-row[data-v-4cb8694c]{margin-bottom:24px}[data-v-4cb8694c] .ant-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}[data-v-4cb8694c] .ant-card:hover{box-shadow:0 4px 12px #2563eb1a;transform:translateY(-2px)}[data-v-4cb8694c] .ant-statistic-title{color:#64748b;font-size:13px;font-weight:500}[data-v-4cb8694c] .ant-statistic-content{font-weight:600}.content-row[data-v-4cb8694c]{margin-top:24px}[data-v-4cb8694c] .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px 20px}[data-v-4cb8694c] .ant-card-head-title{font-weight:600;color:#1f2937}[data-v-4cb8694c] .ant-card-extra a{color:#2563eb;font-weight:500;transition:color .2s ease}[data-v-4cb8694c] .ant-card-extra a:hover{color:#3b82f6}[data-v-4cb8694c] .ant-table{background:#fff}[data-v-4cb8694c] .ant-table-thead>tr>th{background:#eff6ff;color:#1d4ed8;font-weight:600;border-bottom:1px solid #f0f0f0}[data-v-4cb8694c] .ant-table-tbody>tr:hover>td{background:#eff6ff}[data-v-4cb8694c] .ant-tag{border-radius:6px;font-weight:500}[data-v-4cb8694c] .ant-list-item{padding:12px 0;border-bottom:1px solid #f5f5f5}[data-v-4cb8694c] .ant-list-item:last-child{border-bottom:none}[data-v-4cb8694c] .ant-switch-checked{background:#2563eb}[data-v-4cb8694c] .ant-list-item-meta-title{color:#1e293b;font-weight:500}[data-v-4cb8694c] .ant-list-item-meta-description{color:#64748b;font-size:12px}[data-v-4cb8694c] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-4cb8694c] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-4cb8694c] .ant-page-header-heading-sub-title{color:#64748b}.stat-card[data-v-4cb8694c]{position:relative;overflow:hidden}.stat-card[data-v-4cb8694c]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;border-radius:4px 0 0 4px}.stat-card-primary[data-v-4cb8694c]:before{background:linear-gradient(180deg,#2563eb,#3b82f6)}.stat-card-success[data-v-4cb8694c]:before{background:linear-gradient(180deg,#10b981,#34d399)}.stat-card-warning[data-v-4cb8694c]:before{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.stat-card-danger[data-v-4cb8694c]:before{background:linear-gradient(180deg,#ef4444,#f87171)}.stat-card[data-v-4cb8694c] .ant-card-body{padding:20px}.stat-card[data-v-4cb8694c] .ant-statistic-content-prefix{margin-right:8px;opacity:.8}.stat-card[data-v-4cb8694c] .ant-statistic-content-prefix svg{font-size:20px}.content-card[data-v-4cb8694c]{height:100%}.content-card[data-v-4cb8694c] .ant-card-body{padding:0}.content-card[data-v-4cb8694c] .ant-table{border-radius:0}.status-tag[data-v-4cb8694c]{text-transform:capitalize}.action-link[data-v-4cb8694c]{color:#2563eb;padding:0;height:auto}.action-link[data-v-4cb8694c]:hover{color:#3b82f6}.locale-title[data-v-4cb8694c]{display:flex;align-items:center;gap:8px;font-weight:500}.locale-code[data-v-4cb8694c]{color:#2563eb;font-weight:600}.locale-path[data-v-4cb8694c]{color:#6b7280;font-size:12px}.default-tag[data-v-4cb8694c]{margin-left:8px}.locale-switch[data-v-4cb8694c] .ant-switch-checked{background:#2563eb}[data-v-4cb8694c] .ant-list-item-action{margin-top:0}[data-v-4cb8694c] .ant-list-item-action>li{padding:0 4px}.pages[data-v-e2c038ae]{padding:0}.id-cell[data-v-e2c038ae]{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:12px}.filter-bar[data-v-e2c038ae]{margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a}.filter-bar[data-v-e2c038ae] .ant-input-search .ant-input,.filter-bar[data-v-e2c038ae] .ant-select-selector{border-radius:8px}.profile-tags[data-v-e2c038ae]{display:flex;flex-wrap:wrap;gap:6px}[data-v-e2c038ae] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-e2c038ae] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-e2c038ae] .ant-page-header-heading-sub-title{color:#6b7280}[data-v-e2c038ae] .ant-btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 2px 4px #7c3aed4d;transition:all .2s ease}[data-v-e2c038ae] .ant-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#8b5cf6);box-shadow:0 4px 8px #7c3aed66;transform:translateY(-1px)}[data-v-e2c038ae] .ant-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}[data-v-e2c038ae] .ant-table{background:#fff;border-radius:12px;overflow:hidden}[data-v-e2c038ae] .ant-table-thead>tr>th{background:#faf5ff;color:#1e293b;font-weight:600;border-bottom:1px solid #f0f0f0}[data-v-e2c038ae] .ant-table-tbody>tr:hover>td{background:#faf5ff}[data-v-e2c038ae] .ant-table-tbody>tr>td{border-bottom:1px solid #f5f5f5}[data-v-e2c038ae] .ant-pagination{margin-top:16px}[data-v-e2c038ae] .ant-pagination-item-active{border-color:#2563eb}[data-v-e2c038ae] .ant-pagination-item-active a{color:#2563eb}[data-v-e2c038ae] .ant-tag{border-radius:6px;font-weight:500}[data-v-e2c038ae] .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px}[data-v-e2c038ae] .ant-modal-title{font-weight:600;color:#1f2937}[data-v-e2c038ae] .ant-modal-footer{border-top:1px solid #f0f0f0}[data-v-e2c038ae] .ant-form-item-label>label{color:#4b5563;font-weight:500}.locale-sidebar[data-v-7205fa05]{border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 14px 32px #0f172a0f}.locale-sidebar[data-v-7205fa05] .ant-card-head{border-bottom:1px solid #edf2f7}.locale-sidebar__title[data-v-7205fa05]{display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-weight:700}.locale-sidebar__description[data-v-7205fa05]{margin-bottom:14px;color:#64748b;line-height:1.7;font-size:13px}.locale-sidebar__list[data-v-7205fa05]{display:flex;flex-direction:column;gap:10px}.locale-sidebar__item[data-v-7205fa05]{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;border-radius:14px;border:1px solid #dbe3ef;background:#fbfdff;cursor:pointer;transition:all .2s ease;text-align:left}.locale-sidebar__item[data-v-7205fa05]:hover{border-color:#93c5fd;background:#f8fbff}.locale-sidebar__item.is-active[data-v-7205fa05]{border-color:#3b82f6;background:linear-gradient(180deg,#eff6ff,#dbeafe);box-shadow:inset 0 0 0 1px #3b82f61a}.locale-sidebar__flag[data-v-7205fa05]{flex:0 0 auto;font-size:18px;line-height:1}.locale-sidebar__main[data-v-7205fa05]{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;gap:4px}.locale-sidebar__main strong[data-v-7205fa05]{color:#0f172a}.locale-sidebar__main span[data-v-7205fa05]{color:#64748b;font-size:13px;line-height:1.5;white-space:normal;word-break:break-word}.locale-sidebar__badge[data-v-7205fa05]{flex:0 0 auto}.page-edit-shell[data-v-51f82caf]{padding:0}.page-edit-header[data-v-51f82caf]{margin-bottom:16px}.stats-grid[data-v-51f82caf]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-card[data-v-51f82caf]{padding:18px 20px;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:0 10px 26px #0f172a0d}.stat-label[data-v-51f82caf]{display:block;margin-bottom:8px;color:#64748b;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.stat-value[data-v-51f82caf]{display:block;color:#0f172a;font-size:26px;line-height:1.2}.stat-value--mono[data-v-51f82caf]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px;word-break:break-all}.editor-tabs[data-v-51f82caf] .ant-tabs-nav{margin-bottom:20px}.editor-tabs[data-v-51f82caf] .ant-tabs-tab{padding:12px 18px;border-radius:12px 12px 0 0;font-weight:600}.editor-tabs[data-v-51f82caf] .ant-tabs-tab-active{background:#fff}.editor-card[data-v-51f82caf]{border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 14px 32px #0f172a0f}.editor-card[data-v-51f82caf] .ant-card-head{border-bottom:1px solid #edf2f7}.editor-card[data-v-51f82caf] .ant-card-head-title{font-weight:700;color:#0f172a}.translation-panel[data-v-51f82caf]{padding-top:4px}.panel-heading[data-v-51f82caf]{margin-bottom:18px}.panel-heading h3[data-v-51f82caf]{margin:0 0 4px;color:#0f172a;font-size:18px}.panel-heading p[data-v-51f82caf]{margin:0;color:#64748b;line-height:1.7}.panel-heading--compact[data-v-51f82caf]{margin-bottom:14px}.translation-layout[data-v-51f82caf]{align-items:stretch}.translation-sidebar[data-v-51f82caf]{display:flex;flex-direction:column;gap:16px}.translation-sidecard[data-v-51f82caf]{padding:16px;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#eef4ff);border:1px solid #dbeafe}.translation-sidecard__row[data-v-51f82caf]{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(37,99,235,.12)}.translation-sidecard__row[data-v-51f82caf]:last-of-type{margin-bottom:10px}.translation-sidecard__row span[data-v-51f82caf]{color:#64748b}.translation-sidecard__hint[data-v-51f82caf]{color:#334155;line-height:1.7;font-size:13px}.summary-list[data-v-51f82caf]{display:flex;flex-direction:column;gap:12px}.summary-item[data-v-51f82caf]{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:14px 16px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.summary-item span[data-v-51f82caf]{color:#64748b}.summary-item strong[data-v-51f82caf]{color:#0f172a;text-align:right}.summary-item__mono[data-v-51f82caf]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;word-break:break-all}.block-toolbar[data-v-51f82caf]{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.block-toolbar__hint[data-v-51f82caf]{margin:0 0 12px;color:#64748b;font-size:13px;line-height:1.6}.block-list[data-v-51f82caf]{display:flex;flex-direction:column;gap:12px}.block-list-item[data-v-51f82caf]{padding:14px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.block-list-item[data-v-51f82caf]:hover{border-color:#93c5fd;background:#f8fbff}.block-list-item.is-active[data-v-51f82caf]{border-color:#3b82f6;background:linear-gradient(180deg,#eff6ff,#dbeafe);box-shadow:inset 0 0 0 1px #3b82f61f}.block-list-item__head[data-v-51f82caf]{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.block-list-item__head-main[data-v-51f82caf]{display:flex;align-items:flex-start;gap:10px;min-width:0}.block-list-item__head strong[data-v-51f82caf]{display:block;color:#0f172a;margin-bottom:4px}.block-list-item__head p[data-v-51f82caf]{margin:0;color:#64748b;line-height:1.7}.block-list-item__meta[data-v-51f82caf]{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:#64748b;font-size:13px}.block-list-item__meta--secondary[data-v-51f82caf]{margin-top:-6px}.block-list-item__actions[data-v-51f82caf]{display:flex;gap:8px;align-items:center}.block-list-item__drag[data-v-51f82caf]{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0;border:0;background:transparent;color:#94a3b8;cursor:grab;font-size:16px;line-height:1}.block-list-item__drag--disabled[data-v-51f82caf]{cursor:not-allowed;opacity:.45}.block-list-item--ghost[data-v-51f82caf]{opacity:.55}.block-details[data-v-51f82caf]{margin-bottom:18px}.block-detail-panels[data-v-51f82caf]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.detail-panel[data-v-51f82caf]{padding:16px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc}.detail-panel__label[data-v-51f82caf]{display:block;margin-bottom:10px;color:#475569;font-size:13px;font-weight:600}.detail-panel pre[data-v-51f82caf]{margin:0;white-space:pre-wrap;word-break:break-word;color:#0f172a;font-size:12px;line-height:1.7;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.block-actions-panel[data-v-51f82caf]{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:16px;background:linear-gradient(180deg,#fff7ed,#ffedd5);border:1px solid #fed7aa}.block-actions-panel p[data-v-51f82caf]{margin:0;color:#7c2d12;line-height:1.7}@media(max-width:1200px){.stats-grid[data-v-51f82caf]{grid-template-columns:repeat(2,minmax(0,1fr))}.block-detail-panels[data-v-51f82caf]{grid-template-columns:1fr}}@media(max-width:768px){.stats-grid[data-v-51f82caf]{grid-template-columns:1fr}.stat-value--mono[data-v-51f82caf]{font-size:13px}}.preview-toolbar[data-v-51f82caf]{display:flex;gap:12px;margin-bottom:16px}.preview-container[data-v-51f82caf]{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#f8fafc}.preview-iframe-wrapper[data-v-51f82caf]{width:100%;height:600px;background:#fff}.preview-iframe[data-v-51f82caf]{width:100%;height:100%;border:none}.media-picker[data-v-6d7c31c8]{width:100%}.selected-preview[data-v-6d7c31c8]{border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.selected-preview img[data-v-6d7c31c8]{width:100%;max-height:150px;-o-object-fit:contain;object-fit:contain;background:#f5f5f5}.preview-actions[data-v-6d7c31c8]{display:flex;gap:8px;padding:8px;background:#fafafa;border-top:1px solid #d9d9d9}.media-picker-modal[data-v-6d7c31c8]{display:flex;flex-direction:column;height:600px}.picker-toolbar[data-v-6d7c31c8]{display:flex;gap:12px;margin-bottom:16px}.picker-spin[data-v-6d7c31c8]{flex:1;overflow:auto}.empty-media[data-v-6d7c31c8]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px}.picker-grid[data-v-6d7c31c8]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.picker-item[data-v-6d7c31c8]{border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s;overflow:hidden}.picker-item[data-v-6d7c31c8]:hover{border-color:#1890ff;background:#f0f7ff}.picker-item.is-selected[data-v-6d7c31c8]{border-color:#1890ff;background:#e6f7ff}.picker-thumb[data-v-6d7c31c8]{height:100px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.picker-thumb img[data-v-6d7c31c8]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.picker-name[data-v-6d7c31c8]{padding:6px 8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff}.picker-footer[data-v-6d7c31c8]{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;border-top:1px solid #e8e8e8;margin-top:16px}.visual-editor-shell[data-v-2f78d165]{display:flex;flex-direction:column;height:calc(100vh - 100px);background:#f5f7fa}.visual-editor-header[data-v-2f78d165]{background:#fff;padding:0 24px;border-bottom:1px solid #e8e8e8}.visual-editor-body[data-v-2f78d165]{display:flex;flex:1;overflow:hidden}.module-panel[data-v-2f78d165]{width:280px;background:#fff;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;overflow:hidden}.module-panel__header[data-v-2f78d165]{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0}.module-panel__header h3[data-v-2f78d165]{margin:0;font-size:14px;font-weight:600}.module-toolbar[data-v-2f78d165]{padding:12px 16px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #f0f0f0}.module-list[data-v-2f78d165]{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.module-item[data-v-2f78d165]{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .2s;background:#fafafa}.module-item[data-v-2f78d165]:hover{border-color:#40a9ff;background:#f0f7ff}.module-item.is-active[data-v-2f78d165]{border-color:#1890ff;background:linear-gradient(180deg,#e6f7ff,#d4f4ff);box-shadow:0 2px 8px #1890ff33}.module-item.is-disabled[data-v-2f78d165]{opacity:.6}.module-item__handle[data-v-2f78d165]{cursor:grab;color:#8c8c8c;font-size:14px;padding:4px}.module-item__content[data-v-2f78d165]{flex:1;min-width:0}.module-item__title[data-v-2f78d165]{display:flex;align-items:center;gap:8px;margin-bottom:4px}.module-item__title strong[data-v-2f78d165]{font-size:13px;color:#262626}.module-item__meta[data-v-2f78d165]{display:flex;gap:8px;font-size:12px;color:#8c8c8c}.module-item__actions[data-v-2f78d165]{flex-shrink:0}.module-list-item--ghost[data-v-2f78d165]{opacity:.5;background:#e6f7ff}.canvas-area[data-v-2f78d165]{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f0f2f5}.canvas-toolbar[data-v-2f78d165]{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e8e8e8}.canvas-info[data-v-2f78d165]{font-size:13px;color:#595959}.canvas-container[data-v-2f78d165]{flex:1;overflow:auto;padding:20px}.canvas-view-toggle[data-v-2f78d165]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.canvas-iframe-wrapper[data-v-2f78d165]{width:100%;height:calc(100vh - 280px);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.canvas-iframe[data-v-2f78d165]{width:100%;height:100%;border:none}.canvas-iframe.iframe-edit-mode[data-v-2f78d165]{cursor:crosshair}.canvas-viewport[data-v-2f78d165]{max-width:100%;margin:0 auto;background:#fff;min-height:calc(100vh - 200px)}.canvas-sections[data-v-2f78d165]{padding:0}.sections-list[data-v-2f78d165]{width:100%}.section-wrapper[data-v-2f78d165]{position:relative;cursor:pointer;transition:all .2s}.section-wrapper:hover .section-toolbar[data-v-2f78d165]{opacity:1}.section-wrapper.section-active[data-v-2f78d165]{outline:2px solid #1890ff;outline-offset:-2px}.section-disabled[data-v-2f78d165]{opacity:.5}.section-disabled-placeholder[data-v-2f78d165]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#f5f5f5;color:#8c8c8c;border:2px dashed #d9d9d9;border-radius:8px;margin:8px}.section-disabled-placeholder .anticon[data-v-2f78d165]{font-size:32px;margin-bottom:12px}.section-toolbar[data-v-2f78d165]{position:absolute;top:8px;right:8px;display:flex;align-items:center;gap:2px;padding:2px 6px;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;z-index:100;opacity:0;transition:opacity .2s;pointer-events:none}.section-wrapper:hover .section-toolbar[data-v-2f78d165],.section-wrapper.section-active .section-toolbar[data-v-2f78d165]{opacity:1;pointer-events:auto}.section-drag-handle[data-v-2f78d165]{cursor:grab;color:#ffffff80;padding:4px;display:flex;align-items:center}.section-drag-handle[data-v-2f78d165]:hover{color:#fff}.section-label[data-v-2f78d165]{color:#fff;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:0 8px;border-right:1px solid rgba(255,255,255,.2);line-height:1}.section-actions[data-v-2f78d165]{display:flex;gap:0}.section-actions .ant-btn[data-v-2f78d165]{color:#ffffffb3;padding:2px 4px;line-height:1;display:flex;align-items:center}.section-actions .ant-btn[data-v-2f78d165]:hover{color:#fff;background:#ffffff1a}.section-ghost[data-v-2f78d165]{opacity:.5;background:#f0f0f0}.canvas-blocks[data-v-2f78d165]{padding:20px}.canvas-block[data-v-2f78d165]{position:relative;margin-bottom:16px;border:2px dashed transparent;border-radius:8px;transition:all .2s}.canvas-block[data-v-2f78d165]:hover{border-color:#40a9ff}.canvas-block.is-active[data-v-2f78d165]{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.canvas-block__overlay[data-v-2f78d165]{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;align-items:center;z-index:10;opacity:0;transition:opacity .2s}.canvas-block:hover .canvas-block__overlay[data-v-2f78d165],.canvas-block.is-active .canvas-block__overlay[data-v-2f78d165]{opacity:1}.canvas-block__label[data-v-2f78d165]{background:#000000b3;color:#fff;padding:4px 10px;border-radius:4px;font-size:12px}.canvas-block__preview[data-v-2f78d165]{background:#fafafa;border-radius:6px;overflow:hidden}.preview-placeholder[data-v-2f78d165]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#8c8c8c}.preview-placeholder[data-v-2f78d165] .anticon{font-size:32px;margin-bottom:12px}.preview-placeholder span[data-v-2f78d165]{font-size:14px}.preview-template[data-v-2f78d165]{font-size:12px!important;color:#bfbfbf;margin-top:4px}.canvas-empty[data-v-2f78d165]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#8c8c8c}.canvas-empty p[data-v-2f78d165]{margin:12px 0 0}.canvas-empty__hint[data-v-2f78d165]{font-size:13px;color:#bfbfbf}.property-panel[data-v-2f78d165]{width:320px;background:#fff;border-left:1px solid #e8e8e8;display:flex;flex-direction:column;overflow:hidden}.property-panel__header[data-v-2f78d165]{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0}.property-panel__header h3[data-v-2f78d165]{margin:0;font-size:14px;font-weight:600}.property-panel[data-v-2f78d165] .ant-tabs{flex:1;display:flex;flex-direction:column;overflow:hidden}.property-panel[data-v-2f78d165] .ant-tabs-content{flex:1;overflow-y:auto;padding:0 16px 16px}.property-panel[data-v-2f78d165] .ant-form-item{margin-bottom:12px}.property-actions[data-v-2f78d165]{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.module-type-option[data-v-2f78d165]{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:22px;line-height:1.2}.module-type-option__label[data-v-2f78d165]{flex:1;display:inline-flex;align-items:center}.module-type-option__icon[data-v-2f78d165]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#8c8c8c;font-size:14px}[data-v-2f78d165] .module-type-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{display:flex;align-items:center}[data-v-2f78d165] .module-type-select .ant-select-selection-item,[data-v-2f78d165] .module-type-select .ant-select-selection-placeholder{display:inline-flex;align-items:center;line-height:1.2}[data-v-2f78d165] .module-type-select .ant-select-arrow{display:inline-flex;align-items:center}[data-v-2f78d165] .module-type-dropdown .ant-select-item-option-content{display:flex;align-items:center}.schema-viewer[data-v-2f78d165],.data-viewer[data-v-2f78d165]{background:#f5f5f5;border-radius:6px;padding:12px}.schema-viewer pre[data-v-2f78d165],.data-viewer pre[data-v-2f78d165]{margin:0;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre-wrap;word-break:break-all;color:#262626}.preview-frame-wrapper[data-v-2f78d165]{height:70vh}.preview-frame[data-v-2f78d165]{width:100%;height:100%;border:none;border-radius:4px;background:#fff}@media(max-width:1200px){.module-panel[data-v-2f78d165]{width:240px}.property-panel[data-v-2f78d165]{width:280px}}@media(max-width:992px){.visual-editor-body[data-v-2f78d165]{flex-direction:column}.module-panel[data-v-2f78d165],.property-panel[data-v-2f78d165]{width:100%;max-height:300px}.property-panel[data-v-2f78d165]{border-left:none;border-top:1px solid #e8e8e8}}.item-edit-card[data-v-2f78d165]{background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;padding:12px;margin-bottom:12px}.image-field-editor[data-v-2f78d165]{display:flex;flex-direction:column;gap:8px}.image-preview[data-v-2f78d165]{border:1px solid #d9d9d9;border-radius:4px;padding:4px;background:#fafafa}.image-preview img[data-v-2f78d165]{max-width:100%;max-height:120px;-o-object-fit:contain;object-fit:contain;border-radius:2px}.structured-editor[data-v-e41a84b7]{display:grid;gap:20px}.editor-guide[data-v-e41a84b7]{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:12px 16px;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(180deg,#eff6ff,#f8fbff);color:#1e3a8a}.editor-guide span[data-v-e41a84b7]{padding:4px 10px;border-radius:999px;background:#fffc;font-size:13px}.structured-editor__layout[data-v-e41a84b7]{display:grid;grid-template-columns:280px minmax(0,1fr) 380px;gap:20px;align-items:start}.editor-onboarding[data-v-e41a84b7]{display:grid;place-items:center;min-height:62vh;padding:24px}.editor-onboarding__panel[data-v-e41a84b7]{width:min(760px,100%);display:grid;gap:18px;padding:40px 36px;border:1px solid #dbeafe;border-radius:24px;background:radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 28%),linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 40px #2563eb14;text-align:center}.editor-onboarding__eyebrow[data-v-e41a84b7]{justify-self:center;padding:6px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;letter-spacing:.04em}.editor-onboarding__panel h2[data-v-e41a84b7]{margin:0;color:#0f172a;font-size:34px;line-height:1.15}.editor-onboarding__panel p[data-v-e41a84b7]{max-width:560px;margin:0 auto;color:#475569;line-height:1.8;font-size:16px}.editor-onboarding__actions[data-v-e41a84b7]{display:flex;justify-content:center}.editor-onboarding__tips[data-v-e41a84b7]{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.editor-onboarding__tips span[data-v-e41a84b7]{padding:6px 12px;border-radius:999px;background:#f8fafc;color:#475569;font-size:13px}.section-list[data-v-e41a84b7],.tree-list[data-v-e41a84b7],.nested-list[data-v-e41a84b7],.preview-list[data-v-e41a84b7]{display:grid;gap:10px}.section-item[data-v-e41a84b7],.nested-item[data-v-e41a84b7]{width:100%;border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:12px;text-align:left;cursor:pointer}.section-item.is-active[data-v-e41a84b7],.nested-item.is-active[data-v-e41a84b7],.tree-item.is-active[data-v-e41a84b7],.preview-item.is-active[data-v-e41a84b7]{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.section-item__meta[data-v-e41a84b7]{display:grid;gap:4px}.section-item__meta span[data-v-e41a84b7]{font-size:12px;color:#64748b}.section-item__actions[data-v-e41a84b7],.tree-item__actions[data-v-e41a84b7]{display:inline-flex;gap:4px}.section-item[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-item[data-v-e41a84b7]{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden;position:relative}.preview-item__label[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #eef2f7;background:#f8fafc}.preview-item__floating-toolbar[data-v-e41a84b7]{position:absolute;top:54px;right:16px;z-index:5;display:flex;flex-wrap:wrap;gap:8px;max-width:calc(100% - 32px);padding:10px 12px;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fffffff5;box-shadow:0 12px 30px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-toolbar__group[data-v-e41a84b7]{display:inline-flex;flex-wrap:wrap;gap:8px}.floating-toolbar__menu[data-v-e41a84b7]{position:relative}.floating-toolbar__menu summary[data-v-e41a84b7]{list-style:none}.floating-toolbar__menu summary[data-v-e41a84b7]::-webkit-details-marker{display:none}.floating-toolbar__menu-panel[data-v-e41a84b7]{position:absolute;top:40px;right:0;z-index:8;display:flex;gap:8px;padding:8px;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fffffffa;box-shadow:0 12px 30px #0f172a24}.toolbar-chip[data-v-e41a84b7]{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.toolbar-chip.is-region[data-v-e41a84b7]{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.toolbar-chip.is-text[data-v-e41a84b7]{color:#7c3aed;background:#f5f3ff;border-color:#ddd6fe}.toolbar-chip.is-card[data-v-e41a84b7]{color:#be123c;background:#fff1f2;border-color:#fda4af}.toolbar-chip.is-image[data-v-e41a84b7]{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.toolbar-chip.is-button[data-v-e41a84b7]{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.toolbar-chip.is-html[data-v-e41a84b7]{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.toolbar-chip.is-list[data-v-e41a84b7]{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.toolbar-chip.is-copy[data-v-e41a84b7]{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.toolbar-chip.is-delete[data-v-e41a84b7]{color:#dc2626;background:#fef2f2;border-color:#fecaca}.toolbar-chip.is-more[data-v-e41a84b7]{color:#475569;background:#f8fafc;border:1px solid #cbd5e1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inspector-shell[data-v-e41a84b7]{display:grid;gap:14px}.inspector-context[data-v-e41a84b7]{display:grid;gap:10px;padding:14px;border:1px solid #dbeafe;border-radius:16px;background:radial-gradient(circle at top right,rgba(59,130,246,.1),transparent 32%),linear-gradient(180deg,#f8fbff,#fff)}.inspector-context__head[data-v-e41a84b7]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.inspector-context__copy[data-v-e41a84b7]{display:grid;gap:4px;min-width:0}.inspector-context__copy strong[data-v-e41a84b7]{color:#0f172a;font-size:18px;line-height:1.2}.inspector-context__copy p[data-v-e41a84b7]{margin:0;color:#475569;font-size:13px;line-height:1.6}.inspector-context__eyebrow[data-v-e41a84b7]{width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:999px;background:#ffffffe6;color:#1d4ed8;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inspector-context__actions[data-v-e41a84b7]{display:inline-flex;align-items:center;gap:4px}.inspector-workbench[data-v-e41a84b7] .ant-tabs-nav{margin-bottom:12px}.inspector-workbench[data-v-e41a84b7] .ant-tabs-tab{padding-top:6px;padding-bottom:6px}.inspector-pane[data-v-e41a84b7]{display:grid;gap:12px}.inspector-pane--layers[data-v-e41a84b7]{align-content:start}.property-stack-header[data-v-e41a84b7]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #dbeafe;border-radius:14px;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 30%),linear-gradient(180deg,#f8fbff,#fff)}.property-stack-header__copy[data-v-e41a84b7]{display:grid;gap:4px;min-width:0}.property-stack-header__eyebrow[data-v-e41a84b7]{width:-moz-fit-content;width:fit-content;padding:4px 9px;border-radius:999px;background:#ffffffeb;color:#1d4ed8;font-size:11px;font-weight:700;line-height:1}.property-stack-header__copy strong[data-v-e41a84b7]{color:#0f172a;font-size:16px;line-height:1.3}.property-stack-header__copy p[data-v-e41a84b7]{margin:0;color:#475569;font-size:12px;line-height:1.6}.property-stack-header__actions[data-v-e41a84b7]{display:inline-flex;align-items:center;gap:4px}.inspector-page-meta[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.inspector-page-meta span[data-v-e41a84b7]{color:#64748b;font-size:12px}.inspector-page-meta strong[data-v-e41a84b7]{color:#0f172a;font-size:15px}.structure-tree-panel[data-v-e41a84b7]{padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff}.structure-tree-panel__head[data-v-e41a84b7]{margin-bottom:8px;color:#1e3a8a;font-size:12px;font-weight:700;letter-spacing:.04em}.structure-tree-panel[data-v-e41a84b7] .ant-tree{background:transparent}.structure-tree-panel[data-v-e41a84b7] .ant-tree .ant-tree-node-content-wrapper{border-radius:8px}.structure-tree-panel[data-v-e41a84b7] .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{background:#2563eb29;color:#1d4ed8}.structure-tree-node[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;width:100%}.structure-tree-node__title[data-v-e41a84b7]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.structure-tree-node__input[data-v-e41a84b7]{flex:1}.structure-tree-node__actions[data-v-e41a84b7]{display:inline-flex;align-items:center;gap:2px;opacity:.6}.structure-tree-node:hover .structure-tree-node__actions[data-v-e41a84b7]{opacity:1}.tree-action-btn[data-v-e41a84b7]{width:22px;height:22px;padding:0}.inspector-group[data-v-e41a84b7]{display:grid;gap:12px}.inspector-group__header[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.inspector-group__header h3[data-v-e41a84b7]{margin:0;font-size:15px}.tree-item[data-v-e41a84b7]{border:1px solid #e2e8f0;border-radius:14px;background:#fff}.tree-item__row[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;cursor:pointer}.tree-item__row strong[data-v-e41a84b7]{display:block}.tree-item__row span[data-v-e41a84b7]{font-size:12px;color:#64748b}.tree-item__panel[data-v-e41a84b7]{display:grid;gap:12px;padding:0 12px 12px}.tree-toolbar[data-v-e41a84b7]{display:flex;flex-wrap:wrap;gap:8px}.inspector-toolbar[data-v-e41a84b7]{display:inline-flex;flex-wrap:wrap;gap:8px}.inspector-toolbar--top[data-v-e41a84b7]{justify-content:flex-start}.property-sheet[data-v-e41a84b7]{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.property-sheet summary[data-v-e41a84b7]{cursor:pointer;padding:12px 14px;list-style:none;font-size:13px;font-weight:700;color:#334155;background:#f8fafc}.property-sheet summary[data-v-e41a84b7]::-webkit-details-marker{display:none}.property-sheet__body[data-v-e41a84b7]{display:grid;gap:12px;padding:14px}.property-sheet--nested[data-v-e41a84b7]{border-style:dashed}.advanced-panel[data-v-e41a84b7]{margin-top:12px;border:1px dashed #cbd5e1;border-radius:12px;background:#fafcff}.advanced-panel summary[data-v-e41a84b7]{cursor:pointer;padding:10px 12px;font-weight:600;color:#475569}.advanced-panel__body[data-v-e41a84b7]{padding:0 12px 12px}.nested-item[data-v-e41a84b7]{display:flex;align-items:center;justify-content:space-between;gap:12px}.nested-item__main[data-v-e41a84b7]{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;flex:1;min-width:0}.nested-item__main span[data-v-e41a84b7]:last-child{color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nested-item__actions[data-v-e41a84b7]{display:inline-flex;align-items:center}.nested-item__drag[data-v-e41a84b7],.tree-item__drag[data-v-e41a84b7]{display:inline-flex;align-items:center;justify-content:center;cursor:grab;color:#64748b}.nested-item--child[data-v-e41a84b7]{margin-left:14px;width:calc(100% - 14px)}.card-children[data-v-e41a84b7]{display:grid;gap:8px;margin-top:8px;padding-top:10px;border-top:1px dashed #e2e8f0}.inspector-note[data-v-e41a84b7]{padding:12px 14px;border-radius:12px;background:#f8fafc;color:#475569;line-height:1.7}.batch-actions[data-v-e41a84b7]{display:grid;gap:8px;padding-top:6px}.batch-actions__title[data-v-e41a84b7]{font-size:12px;font-weight:700;color:#475569}.batch-actions__row[data-v-e41a84b7]{display:flex;flex-wrap:wrap;gap:8px}.empty-state[data-v-e41a84b7]{display:grid;gap:8px;padding:16px;border:1px dashed #cbd5e1;border-radius:14px;background:#fff}.empty-state strong[data-v-e41a84b7]{color:#0f172a}.empty-state p[data-v-e41a84b7]{margin:0;color:#64748b;line-height:1.6}.empty-state__actions[data-v-e41a84b7]{display:flex;flex-wrap:wrap;gap:8px}.empty-state--soft[data-v-e41a84b7]{background:#f8fafc}.preview-empty[data-v-e41a84b7]{display:grid;gap:10px;padding:36px 24px;border:1px dashed #cbd5e1;border-radius:18px;text-align:center;background:#fff}.preview-empty strong[data-v-e41a84b7]{color:#0f172a}.preview-empty p[data-v-e41a84b7]{margin:0;color:#64748b}.validation-list[data-v-e41a84b7]{display:grid;gap:10px}.validation-item[data-v-e41a84b7]{width:100%;text-align:left;padding:12px 14px;border:1px solid #fecaca;border-radius:14px;background:#fff5f5;cursor:pointer}.validation-item__title[data-v-e41a84b7]{font-weight:700;color:#991b1b}.validation-item__meta[data-v-e41a84b7]{margin-top:4px;font-size:12px;color:#7f1d1d}.validation-item__desc[data-v-e41a84b7]{margin-top:6px;color:#7f1d1d;line-height:1.6}.template-library__toolbar[data-v-e41a84b7]{margin-bottom:16px}.template-library__section[data-v-e41a84b7]{margin-bottom:18px}.template-library__section-title[data-v-e41a84b7]{margin-bottom:10px;font-size:13px;font-weight:700;color:#475569}.template-library__grid[data-v-e41a84b7]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.template-library__grid--compact[data-v-e41a84b7]{grid-template-columns:repeat(2,minmax(0,1fr))}.template-library__card[data-v-e41a84b7]{position:relative;display:grid;gap:10px;border:1px solid var(--template-border, #e2e8f0);border-radius:18px;background:#fff;padding:14px;text-align:left;cursor:pointer;overflow:hidden;--template-accent: #2563eb;--template-border: #bfdbfe;--template-soft: rgba(37, 99, 235, .1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.template-library__card[data-v-e41a84b7]:before{content:"";position:absolute;top:0;left:12px;right:12px;height:3px;border-radius:0 0 999px 999px;background:var(--template-accent)}.template-library__card[data-v-e41a84b7]:hover{transform:translateY(-2px);border-color:var(--template-accent);box-shadow:0 12px 28px #2563eb1f}.template-library__card strong[data-v-e41a84b7]{color:#0f172a}.template-library__card-title[data-v-e41a84b7]{display:grid;gap:4px}.template-library__card-head[data-v-e41a84b7]{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.template-library__corner[data-v-e41a84b7]{position:absolute;top:12px;right:-28px;z-index:2;min-width:100px;padding:3px 0;text-align:center;font-size:10px;line-height:1.4;letter-spacing:.08em;font-weight:700;color:#fff;background:var(--template-accent);transform:rotate(40deg);box-shadow:0 8px 16px #0f172a33;text-transform:uppercase}.template-library__tag[data-v-e41a84b7]{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;border:1px solid var(--template-border);color:var(--template-accent);background:var(--template-soft);font-size:11px;line-height:1;font-weight:700}.template-library__favorite[data-v-e41a84b7]{border:none;background:transparent;color:var(--template-accent);cursor:pointer;font-size:18px;line-height:1}.template-library__card p[data-v-e41a84b7]{margin:0;color:#64748b;line-height:1.6;min-height:44px}.template-library__apply[data-v-e41a84b7]{color:var(--template-accent);font-size:12px;font-weight:700}.template-library__preview[data-v-e41a84b7]{position:relative;display:grid;gap:8px;min-height:120px;border-radius:14px;padding:12px;background:radial-gradient(circle at top right,rgba(59,130,246,.16),transparent 30%),linear-gradient(180deg,#f8fafc,#eef2ff);overflow:hidden}.template-library__card.is-tone-amber[data-v-e41a84b7]{--template-accent: #b45309;--template-border: #fcd34d;--template-soft: rgba(245, 158, 11, .14)}.template-library__card.is-tone-blue[data-v-e41a84b7]{--template-accent: #1d4ed8;--template-border: #93c5fd;--template-soft: rgba(59, 130, 246, .12)}.template-library__card.is-tone-emerald[data-v-e41a84b7]{--template-accent: #047857;--template-border: #6ee7b7;--template-soft: rgba(16, 185, 129, .12)}.template-library__card.is-tone-violet[data-v-e41a84b7]{--template-accent: #6d28d9;--template-border: #c4b5fd;--template-soft: rgba(139, 92, 246, .12)}.template-library__card.is-tone-teal[data-v-e41a84b7]{--template-accent: #0f766e;--template-border: #99f6e4;--template-soft: rgba(20, 184, 166, .12)}.template-library__card.is-tone-rose[data-v-e41a84b7]{--template-accent: #be123c;--template-border: #fda4af;--template-soft: rgba(244, 63, 94, .12)}.template-library__card.is-tone-slate[data-v-e41a84b7]{--template-accent: #334155;--template-border: #cbd5e1;--template-soft: rgba(100, 116, 139, .14)}.template-library__card.is-tone-orange[data-v-e41a84b7]{--template-accent: #c2410c;--template-border: #fdba74;--template-soft: rgba(249, 115, 22, .12)}.template-library__card.is-tone-cyan[data-v-e41a84b7]{--template-accent: #0e7490;--template-border: #67e8f9;--template-soft: rgba(6, 182, 212, .12)}.template-library__card.is-tone-pink[data-v-e41a84b7]{--template-accent: #be185d;--template-border: #f9a8d4;--template-soft: rgba(236, 72, 153, .12)}.template-library__preview.is-tone-amber[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(245,158,11,.2),transparent 34%),linear-gradient(180deg,#fffbeb,#fff7ed)}.template-library__preview.is-tone-blue[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(59,130,246,.2),transparent 34%),linear-gradient(180deg,#eff6ff,#eef2ff)}.template-library__preview.is-tone-emerald[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(16,185,129,.2),transparent 34%),linear-gradient(180deg,#ecfdf5,#f0fdf4)}.template-library__preview.is-tone-violet[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(139,92,246,.2),transparent 34%),linear-gradient(180deg,#f5f3ff,#faf5ff)}.template-library__preview.is-tone-teal[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(20,184,166,.2),transparent 34%),linear-gradient(180deg,#f0fdfa,#ecfeff)}.template-library__preview.is-tone-rose[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(244,63,94,.18),transparent 34%),linear-gradient(180deg,#fff1f2,#fff7ed)}.template-library__preview.is-tone-slate[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(100,116,139,.2),transparent 34%),linear-gradient(180deg,#f8fafc,#f1f5f9)}.template-library__preview.is-tone-orange[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(249,115,22,.2),transparent 34%),linear-gradient(180deg,#fff7ed,#fffbeb)}.template-library__preview.is-tone-cyan[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(6,182,212,.2),transparent 34%),linear-gradient(180deg,#ecfeff,#f0f9ff)}.template-library__preview.is-tone-pink[data-v-e41a84b7]{background:radial-gradient(circle at top right,rgba(236,72,153,.2),transparent 34%),linear-gradient(180deg,#fdf2f8,#fff1f2)}.template-preview.preview-header[data-v-e41a84b7]{display:grid;gap:8px}.template-preview.preview-line[data-v-e41a84b7]{display:block;height:10px;border-radius:999px;background:#0f172a24}.template-preview.preview-line--lg[data-v-e41a84b7]{width:70%}.template-preview.preview-line--md[data-v-e41a84b7]{width:48%}.template-preview.preview-stage[data-v-e41a84b7]{display:grid;gap:10px;margin-top:auto}.preview-media[data-v-e41a84b7]{display:block;width:100%;height:44px;border-radius:12px;background:linear-gradient(135deg,#3b82f642,#0ea5e91f),linear-gradient(180deg,#dbeafe,#eff6ff);box-shadow:inset 0 0 0 1px #fffc}.preview-copy[data-v-e41a84b7]{display:block;width:58%;height:10px;border-radius:999px;background:#64748b33}.preview-grid[data-v-e41a84b7]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.preview-card-slot[data-v-e41a84b7]{display:block;height:38px;border-radius:12px;background:#fffffff5;border:1px solid rgba(148,163,184,.28);box-shadow:0 8px 18px #0f172a0f}.template-library__preview.is-split .preview-stage[data-v-e41a84b7]{grid-template-columns:1.4fr 1fr;align-items:start}.template-library__preview.is-split .preview-grid[data-v-e41a84b7]{grid-column:2;grid-row:1 / span 2;grid-template-columns:1fr}.template-library__preview.is-split .preview-media[data-v-e41a84b7]{height:78px}.template-library__preview.is-split .preview-grid[data-v-e41a84b7]{grid-template-columns:1fr}.template-library__preview.is-grid4 .preview-media[data-v-e41a84b7],.template-library__preview.is-cards3 .preview-media[data-v-e41a84b7],.template-library__preview.is-card-basic .preview-media[data-v-e41a84b7],.template-library__preview.is-card-feature .preview-media[data-v-e41a84b7],.template-library__preview.is-card-cta .preview-media[data-v-e41a84b7],.template-library__preview.is-card-team .preview-media[data-v-e41a84b7]{height:52px}.template-library__preview.is-grid4 .preview-grid[data-v-e41a84b7]{grid-template-columns:repeat(4,minmax(0,1fr))}.template-library__preview.is-stack2 .preview-grid[data-v-e41a84b7]{grid-template-columns:1fr}.template-library__preview.is-stack2 .preview-media[data-v-e41a84b7]{height:58px}.template-library__preview.is-stack2 .preview-card-slot[data-v-e41a84b7]{height:46px}.template-library__preview.is-cards3 .preview-grid[data-v-e41a84b7]{grid-template-columns:repeat(3,minmax(0,1fr))}.template-library__preview.is-text .preview-media[data-v-e41a84b7],.template-library__preview.is-card-feature .preview-copy[data-v-e41a84b7]{width:72%}.template-library__preview.is-text .preview-grid[data-v-e41a84b7],.template-library__preview.is-card-cta .preview-grid[data-v-e41a84b7]{grid-template-columns:1fr}.template-library__preview.is-text .preview-media[data-v-e41a84b7]{display:none}.template-library__preview.is-text .preview-card-slot[data-v-e41a84b7]{height:26px}.template-library__preview.is-media .preview-stage[data-v-e41a84b7]{grid-template-columns:1.2fr 1fr}.template-library__preview.is-media .preview-grid[data-v-e41a84b7]{grid-column:2;grid-template-columns:1fr}.template-library__preview.is-media .preview-media[data-v-e41a84b7]{grid-row:1 / span 2;height:92px}.template-library__preview.is-cards3 .preview-copy[data-v-e41a84b7]{width:44%}.template-library__preview.is-card-basic .preview-grid[data-v-e41a84b7],.template-library__preview.is-card-feature .preview-grid[data-v-e41a84b7],.template-library__preview.is-card-team .preview-grid[data-v-e41a84b7]{grid-template-columns:1fr}.template-library__preview.is-card-basic .preview-card-slot[data-v-e41a84b7],.template-library__preview.is-card-feature .preview-card-slot[data-v-e41a84b7],.template-library__preview.is-card-team .preview-card-slot[data-v-e41a84b7]{height:24px}.template-library__preview.is-card-cta .preview-media[data-v-e41a84b7]{display:none}.template-library__preview.is-card-cta .preview-copy[data-v-e41a84b7]{width:76%}.template-library__preview.is-card-team .preview-media[data-v-e41a84b7]{height:62px}.template-library__preview.is-card-team .preview-card-slot[data-v-e41a84b7]:first-child{height:56px}@media(max-width:1440px){.structured-editor__layout[data-v-e41a84b7]{grid-template-columns:260px minmax(0,1fr) 340px}}@media(max-width:1200px){.structured-editor__layout[data-v-e41a84b7],.template-library__grid[data-v-e41a84b7]{grid-template-columns:1fr}}@media(max-width:720px){.inspector-context__head[data-v-e41a84b7]{flex-direction:column}.inspector-context__actions[data-v-e41a84b7]{width:100%;justify-content:flex-end}.property-stack-header[data-v-e41a84b7]{flex-direction:column}}.block-edit[data-v-7527bfc8]{padding:0}.page-header[data-v-7527bfc8]{margin-bottom:24px}.translation-layout[data-v-7527bfc8]{align-items:stretch}.item-card[data-v-7527bfc8]{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:12px;margin-bottom:12px}.item-actions[data-v-7527bfc8]{display:flex;align-items:flex-start;justify-content:center}.empty-tip[data-v-7527bfc8]{color:#999;text-align:center;padding:24px;background:#fafafa;border-radius:6px}.products[data-v-3ffcb576]{padding:0}.id-cell[data-v-3ffcb576]{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:12px}.filter-bar[data-v-3ffcb576]{margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a}.filter-bar[data-v-3ffcb576] .ant-input-search .ant-input,.filter-bar[data-v-3ffcb576] .ant-select-selector{border-radius:8px}[data-v-3ffcb576] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-3ffcb576] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-3ffcb576] .ant-page-header-heading-sub-title{color:#6b7280}[data-v-3ffcb576] .ant-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}[data-v-3ffcb576] .ant-table{background:#fff;border-radius:12px;overflow:hidden}[data-v-3ffcb576] .ant-table-thead>tr>th{background:#faf5ff;color:#1e293b;font-weight:600;border-bottom:1px solid #f0f0f0}[data-v-3ffcb576] .ant-table-tbody>tr:hover>td{background:#faf5ff}[data-v-3ffcb576] .ant-table-tbody>tr>td{border-bottom:1px solid #f5f5f5}[data-v-3ffcb576] .ant-tag{border-radius:6px;font-weight:500}[data-v-3ffcb576] .ant-pagination{margin-top:16px}[data-v-3ffcb576] .ant-pagination-item-active{border-color:#2563eb}[data-v-3ffcb576] .ant-pagination-item-active a{color:#2563eb}[data-v-3ffcb576] .ant-btn-link{color:#2563eb;padding:0;height:auto}[data-v-3ffcb576] .ant-btn-link:hover{color:#3b82f6}.product-edit[data-v-39fa5fbe]{padding:0}.edit-content[data-v-39fa5fbe]{padding:0 24px 24px}[data-v-39fa5fbe] .ant-card{border-radius:12px;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease}[data-v-39fa5fbe] .ant-card:hover{box-shadow:0 4px 12px #00000014}.card-title[data-v-39fa5fbe]{display:flex;align-items:center;gap:8px;font-weight:600;color:#1e293b}[data-v-39fa5fbe] .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px 20px}[data-v-39fa5fbe] .ant-card-head-title{padding:0}[data-v-39fa5fbe] .ant-form-item{margin-bottom:16px}[data-v-39fa5fbe] .ant-form-item-label>label{font-weight:500;color:#475569;font-size:13px}[data-v-39fa5fbe] .ant-input,[data-v-39fa5fbe] .ant-select-selector,[data-v-39fa5fbe] .ant-input-affix-wrapper{border-radius:8px}[data-v-39fa5fbe] .ant-input:focus,[data-v-39fa5fbe] .ant-input-affix-wrapper:focus,[data-v-39fa5fbe] .ant-input:hover,[data-v-39fa5fbe] .ant-input-affix-wrapper:hover{border-color:#3b82f6}[data-v-39fa5fbe] .ant-input[disabled]{background-color:#f8fafc;color:#94a3b8}.status-group[data-v-39fa5fbe]{display:flex;width:100%}.status-group[data-v-39fa5fbe] .ant-radio-button-wrapper{flex:1;text-align:center;border-radius:8px}.status-group[data-v-39fa5fbe] .ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:8px 0 0 8px}.status-group[data-v-39fa5fbe] .ant-radio-button-wrapper:last-child{border-radius:0 8px 8px 0}.status-group[data-v-39fa5fbe] .ant-radio-button-wrapper-checked{background:#3b82f6;border-color:#3b82f6;color:#fff}.char-count[data-v-39fa5fbe]{font-size:11px;color:#94a3b8}.help-icon[data-v-39fa5fbe]{color:#94a3b8;cursor:pointer;transition:color .2s}.help-icon[data-v-39fa5fbe]:hover{color:#3b82f6}[data-v-39fa5fbe] .ant-page-header{padding:16px 24px;background:#fff;border-bottom:1px solid #f0f0f0}[data-v-39fa5fbe] .ant-page-header-heading-extra{display:flex;align-items:center}[data-v-39fa5fbe] .ant-page-header-heading-title{font-weight:600;color:#1e293b}@media(max-width:768px){.edit-content[data-v-39fa5fbe]{padding:0 12px 12px}.status-group[data-v-39fa5fbe]{flex-direction:column}.status-group[data-v-39fa5fbe] .ant-radio-button-wrapper{border-radius:8px!important;margin-bottom:8px}}.media-manager[data-v-98ea9c96]{padding:0}.toolbar[data-v-98ea9c96]{margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a}[data-v-98ea9c96] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-98ea9c96] .ant-page-header-heading-extra{display:flex;align-items:center}[data-v-98ea9c96] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}.folder-nav[data-v-98ea9c96]{margin-bottom:16px}.empty-state[data-v-98ea9c96]{text-align:center;padding:60px 20px;background:#fff;border-radius:12px}.empty-state p[data-v-98ea9c96]{color:#999;margin:16px 0}.media-grid[data-v-98ea9c96]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.media-item[data-v-98ea9c96]{border:1px solid #f0f0f0;border-radius:12px;padding:12px;cursor:pointer;transition:all .2s ease;background:#fff;position:relative}.media-item[data-v-98ea9c96]:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb26}.media-item:hover .media-actions[data-v-98ea9c96]{opacity:1}.media-thumb[data-v-98ea9c96]{width:100%;height:140px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;margin-bottom:12px;overflow:hidden}.media-thumb img[data-v-98ea9c96]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.media-info[data-v-98ea9c96]{min-height:50px}.media-name[data-v-98ea9c96]{font-size:13px;color:#1f2937;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.media-meta[data-v-98ea9c96]{display:flex;align-items:center;gap:8px;margin-bottom:6px}.media-size[data-v-98ea9c96]{font-size:12px;color:#9ca3af}.media-tags[data-v-98ea9c96]{display:flex;flex-wrap:wrap;gap:4px}.media-actions[data-v-98ea9c96]{position:absolute;top:8px;right:8px;opacity:0;transition:opacity .2s;background:#ffffffe6;border-radius:6px;padding:4px}.preview-container[data-v-98ea9c96]{display:flex;align-items:center;justify-content:center;min-height:300px;background:#f5f5f5;border-radius:8px}.preview-image[data-v-98ea9c96]{max-width:100%;max-height:400px;-o-object-fit:contain;object-fit:contain}.preview-file[data-v-98ea9c96]{padding:40px}[data-v-98ea9c96] .ant-upload-dragger{border-radius:12px}[data-v-98ea9c96] .ant-modal-content{border-radius:16px;overflow:hidden}[data-v-98ea9c96] .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px}[data-v-98ea9c96] .ant-modal-title{font-weight:600;color:#1f2937}.publish[data-v-5d24dcc6]{padding:0}[data-v-5d24dcc6] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-5d24dcc6] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-5d24dcc6] .ant-page-header-heading-sub-title{color:#6b7280}[data-v-5d24dcc6] .ant-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}[data-v-5d24dcc6] .ant-card-head{border-bottom:1px solid #f0f0f0}[data-v-5d24dcc6] .ant-card-head-title{font-weight:600;color:#1f2937}[data-v-5d24dcc6] .ant-descriptions-bordered .ant-descriptions-item-label{background:#eff6ff;color:#1d4ed8;font-weight:500}[data-v-5d24dcc6] .ant-btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 2px 4px #7c3aed4d;height:44px;font-weight:600}[data-v-5d24dcc6] .ant-btn-primary:hover{background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 4px 8px #7c3aed66;transform:translateY(-1px)}[data-v-5d24dcc6] .ant-btn{height:40px;border-radius:8px}[data-v-5d24dcc6] .ant-alert-info{background:#eff6ff;border-color:#3b82f6}[data-v-5d24dcc6] .ant-alert-info .ant-alert-message{color:#1d4ed8;font-weight:600}[data-v-5d24dcc6] .ant-alert-info .ant-alert-description{color:#6b7280}[data-v-5d24dcc6] .ant-timeline-item-tail{border-inline-start:2px solid #3B82F6}[data-v-5d24dcc6] .ant-timeline-item-head{background:#fff}.settings[data-v-6cca8ded]{padding:0}[data-v-6cca8ded] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-6cca8ded] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-6cca8ded] .ant-page-header-heading-sub-title{color:#6b7280}[data-v-6cca8ded] .ant-tabs-nav{margin-bottom:24px}[data-v-6cca8ded] .ant-tabs-tab{padding:12px 0;font-weight:500}[data-v-6cca8ded] .ant-tabs-tab-active .ant-tabs-tab-btn{color:#2563eb}[data-v-6cca8ded] .ant-tabs-ink-bar{background:#2563eb}[data-v-6cca8ded] .ant-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a;margin-bottom:16px}[data-v-6cca8ded] .ant-card-head{border-bottom:1px solid #f0f0f0}[data-v-6cca8ded] .ant-card-head-title{font-weight:600;color:#1f2937}[data-v-6cca8ded] .ant-table{background:#fff}[data-v-6cca8ded] .ant-table-thead>tr>th{background:#eff6ff;color:#1d4ed8;font-weight:600}[data-v-6cca8ded] .ant-table-tbody>tr:hover>td{background:#eff6ff}[data-v-6cca8ded] .ant-btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 2px 4px #7c3aed4d}[data-v-6cca8ded] .ant-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 4px 8px #7c3aed66}[data-v-6cca8ded] .ant-btn-dashed{color:#2563eb;border-color:#2563eb}[data-v-6cca8ded] .ant-btn-dashed:hover{color:#3b82f6;border-color:#3b82f6}[data-v-6cca8ded] .ant-switch-checked{background:#2563eb}[data-v-6cca8ded] .ant-radio-checked .ant-radio-inner{border-color:#2563eb;background-color:#2563eb}[data-v-6cca8ded] .ant-form-item-label>label{color:#4b5563;font-weight:500}[data-v-6cca8ded] .ant-input:focus,[data-v-6cca8ded] .ant-input-focused,[data-v-6cca8ded] .ant-input-affix-wrapper:focus,[data-v-6cca8ded] .ant-input-affix-wrapper-focused{border-color:#2563eb;box-shadow:0 0 0 2px #7c3aed1a}[data-v-6cca8ded] .ant-modal-header{border-bottom:1px solid #f0f0f0}[data-v-6cca8ded] .ant-modal-title{font-weight:600;color:#1f2937}[data-v-6cca8ded] .ant-modal-footer{border-top:1px solid #f0f0f0}[data-v-6cca8ded] .ant-alert-info{background:#eff6ff;border-color:#3b82f6}[data-v-6cca8ded] .ant-alert-info .ant-alert-message{color:#1d4ed8}.admin-login[data-v-81d5ad89]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e293b);position:relative;overflow:hidden}.admin-login[data-v-81d5ad89]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 50%);animation:rotate-81d5ad89 20s linear infinite}@keyframes rotate-81d5ad89{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container[data-v-81d5ad89]{width:100%;max-width:420px;padding:20px;position:relative;z-index:1}.login-header[data-v-81d5ad89]{text-align:center;margin-bottom:32px}.login-header h1[data-v-81d5ad89]{color:#fff;font-size:36px;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1);background:linear-gradient(135deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p[data-v-81d5ad89]{color:#fffc;font-size:16px;margin-top:8px}.login-card[data-v-81d5ad89]{border-radius:16px;box-shadow:0 20px 40px #0003;overflow:hidden}.login-card[data-v-81d5ad89] .ant-card-body{padding:32px}.login-card[data-v-81d5ad89] .ant-tabs-nav{margin-bottom:24px}.login-card[data-v-81d5ad89] .ant-tabs-tab{font-size:16px;font-weight:500;padding:12px 0}.login-card[data-v-81d5ad89] .ant-tabs-tab-active .ant-tabs-tab-btn{color:#2563eb}.login-card[data-v-81d5ad89] .ant-tabs-ink-bar{background:#2563eb}.login-card[data-v-81d5ad89] .ant-form-item-label>label{color:#4b5563;font-weight:500}.login-card[data-v-81d5ad89] .ant-input-affix-wrapper{border-radius:8px;padding:10px 14px}.login-card[data-v-81d5ad89] .ant-input-affix-wrapper:focus,.login-card[data-v-81d5ad89] .ant-input-affix-wrapper-focused{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.login-card[data-v-81d5ad89] .ant-input-prefix{color:#9ca3af}.login-card[data-v-81d5ad89] .ant-btn-primary{height:44px;font-size:16px;font-weight:600;border-radius:8px;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 4px 12px #2563eb66}.login-card[data-v-81d5ad89] .ant-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#60a5fa);box-shadow:0 6px 16px #2563eb80;transform:translateY(-1px)}.login-decoration[data-v-81d5ad89]{position:absolute;top:0;right:0;width:150px;height:150px;overflow:hidden;pointer-events:none}.decoration-circle[data-v-81d5ad89]{position:absolute;border-radius:50%;opacity:.1}.decoration-1[data-v-81d5ad89]{width:100px;height:100px;background:#2563eb;top:-30px;right:-30px;animation:float-81d5ad89 6s ease-in-out infinite}.decoration-2[data-v-81d5ad89]{width:60px;height:60px;background:#3b82f6;bottom:20px;right:20px;animation:float-81d5ad89 8s ease-in-out infinite reverse}.decoration-3[data-v-81d5ad89]{width:40px;height:40px;background:#1e293b;bottom:-10px;right:60px;animation:float-81d5ad89 7s ease-in-out infinite}@keyframes float-81d5ad89{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.login-footer[data-v-81d5ad89]{text-align:center;margin-top:24px}.login-footer a[data-v-81d5ad89]{color:#fffc;font-size:14px;transition:color .2s ease}.login-footer a[data-v-81d5ad89]:hover{color:#fff;text-decoration:underline}.admin-login[data-v-6a91a2f7]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e293b);position:relative;overflow:hidden}.admin-login[data-v-6a91a2f7]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 50%);animation:rotate-6a91a2f7 20s linear infinite}@keyframes rotate-6a91a2f7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container[data-v-6a91a2f7]{width:100%;max-width:420px;padding:20px;position:relative;z-index:1}.login-header[data-v-6a91a2f7]{text-align:center;margin-bottom:32px}.login-header h1[data-v-6a91a2f7]{color:#fff;font-size:36px;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1);background:linear-gradient(135deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p[data-v-6a91a2f7]{color:#fffc;font-size:16px;margin-top:8px}.login-card[data-v-6a91a2f7]{border-radius:16px;box-shadow:0 20px 40px #0003;overflow:hidden;position:relative}.login-card[data-v-6a91a2f7] .ant-card-body{padding:32px}.login-card[data-v-6a91a2f7] .ant-form-item-label>label{color:#4b5563;font-weight:500}.login-card[data-v-6a91a2f7] .ant-input-affix-wrapper{border-radius:8px;padding:10px 14px}.login-card[data-v-6a91a2f7] .ant-input-affix-wrapper:focus,.login-card[data-v-6a91a2f7] .ant-input-affix-wrapper-focused{border-color:#2563eb;box-shadow:0 0 0 2px #7c3aed1a}.login-card[data-v-6a91a2f7] .ant-input-prefix{color:#9ca3af}.login-card[data-v-6a91a2f7] .ant-btn-primary{height:44px;font-size:16px;font-weight:600;border-radius:8px;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 4px 12px #7c3aed66}.login-card[data-v-6a91a2f7] .ant-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#60a5fa);box-shadow:0 6px 16px #7c3aed80;transform:translateY(-1px)}.login-footer[data-v-6a91a2f7]{text-align:center;margin-top:24px}.login-footer a[data-v-6a91a2f7]{color:#fffc;font-size:14px;transition:color .2s ease}.login-footer a[data-v-6a91a2f7]:hover{color:#fff;text-decoration:underline}.news-management[data-v-6b7d6b9b]{padding:0}.id-cell[data-v-6b7d6b9b]{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:12px}.title-cell[data-v-6b7d6b9b]{min-width:320px;max-width:420px;white-space:normal;word-break:break-word;line-height:1.6;color:#0f172a;font-weight:500}.filter-bar[data-v-6b7d6b9b]{margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a}[data-v-6b7d6b9b] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-6b7d6b9b] .ant-page-header-heading-extra{display:flex;align-items:center}[data-v-6b7d6b9b] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-6b7d6b9b] .ant-card{border-radius:12px;box-shadow:0 1px 3px #0000000a}[data-v-6b7d6b9b] .ant-card-head{border-bottom:1px solid #f0f0f0;font-weight:600}[data-v-6b7d6b9b] .ant-card-head-title{font-weight:600}[data-v-6b7d6b9b] .ant-radio-button-wrapper-checked{background:#3b82f6;border-color:#3b82f6}.char-count[data-v-6b7d6b9b]{font-size:11px;color:#94a3b8}[data-v-6b7d6b9b] .ant-form-item-label>label{font-weight:500;color:#475569}[data-v-6b7d6b9b] .ant-input,[data-v-6b7d6b9b] .ant-input-affix-wrapper{border-radius:8px}[data-v-6b7d6b9b] .ant-input:focus,[data-v-6b7d6b9b] .ant-input-affix-wrapper:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}[data-v-6b7d6b9b] .ant-textarea{border-radius:8px}[data-v-6b7d6b9b] .ant-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}[data-v-6b7d6b9b] .ant-modal-content{border-radius:16px}[data-v-6b7d6b9b] .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px}[data-v-6b7d6b9b] .ant-modal-title{font-weight:600;color:#1f2937}[data-v-6b7d6b9b] .ant-modal-body{padding:24px}.faq-management[data-v-70f00d49]{padding:0}.id-cell[data-v-70f00d49]{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:12px}.question-cell[data-v-70f00d49]{min-width:360px;max-width:520px;white-space:normal;word-break:break-word;line-height:1.6;color:#0f172a;font-weight:500}.filter-bar[data-v-70f00d49]{margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a}.filter-bar[data-v-70f00d49] .ant-input-search .ant-input,.filter-bar[data-v-70f00d49] .ant-select-selector{border-radius:8px}[data-v-70f00d49] .ant-page-header{padding:0 0 24px;background:transparent}[data-v-70f00d49] .ant-page-header-heading-extra{display:flex;align-items:center}[data-v-70f00d49] .ant-page-header-heading-title{color:#1f2937;font-weight:700;font-size:24px}[data-v-70f00d49] .ant-card{border-radius:12px;box-shadow:0 1px 3px #0000000a}[data-v-70f00d49] .ant-card-head{border-bottom:1px solid #f0f0f0;font-weight:600}[data-v-70f00d49] .ant-card-head-title{font-weight:600}[data-v-70f00d49] .ant-radio-button-wrapper-checked{background:#3b82f6;border-color:#3b82f6}.char-count[data-v-70f00d49]{font-size:11px;color:#94a3b8}[data-v-70f00d49] .ant-form-item-label>label{font-weight:500;color:#475569}[data-v-70f00d49] .ant-input,[data-v-70f00d49] .ant-input-affix-wrapper{border-radius:8px}[data-v-70f00d49] .ant-input:focus,[data-v-70f00d49] .ant-input-affix-wrapper:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}[data-v-70f00d49] .ant-textarea{border-radius:8px}[data-v-70f00d49] .ant-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}[data-v-70f00d49] .ant-modal-content{border-radius:16px}[data-v-70f00d49] .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px}[data-v-70f00d49] .ant-modal-title{font-weight:600;color:#1f2937}[data-v-70f00d49] .ant-modal-body{padding:24px}
