@charset "UTF-8";.consult-platform-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617bd}.consult-platform-modal__card{width:min(560px,100vw - 48px);max-height:calc(100vh - 48px);overflow:auto;padding:24px;border-radius:24px}.consult-platform-modal__card--dark{border:1px solid #1e293b;background:#08101f;box-shadow:0 24px 60px #02061773}.consult-platform-modal__card--light{border:1px solid #d9e1ec;background:#fff;box-shadow:0 24px 60px #0f172a24}.consult-platform-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.consult-platform-modal__header h3{margin:0;font-size:24px}.consult-platform-modal__header p{margin:8px 0 0;font-size:14px;line-height:1.6}.consult-platform-modal__breadcrumb{margin-bottom:8px}.consult-platform-modal__back{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:transparent;font-size:13px;font-weight:600;cursor:pointer}.consult-platform-modal__card--dark .consult-platform-modal__header h3{color:#f8fafc}.consult-platform-modal__card--dark .consult-platform-modal__header p{color:#94a3b8}.consult-platform-modal__card--light .consult-platform-modal__header h3{color:#0f172a}.consult-platform-modal__card--light .consult-platform-modal__header p{color:#64748b}.consult-platform-modal__card--dark .consult-platform-modal__back{color:#94a3b8}.consult-platform-modal__card--light .consult-platform-modal__back{color:#64748b}.consult-platform-modal__close{padding:0;border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer}.consult-platform-modal__card--dark .consult-platform-modal__close{color:#94a3b8}.consult-platform-modal__card--light .consult-platform-modal__close{color:#64748b}.consult-platform-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.consult-platform-modal__option{display:flex;align-items:center;justify-content:center;gap:10px;min-height:64px;padding:0 18px;border-radius:16px;text-decoration:none}button.consult-platform-modal__option{width:100%;border:none;cursor:pointer}.consult-platform-modal__card--dark .consult-platform-modal__option{border:1px solid #1e293b;background:#0f172abf;color:#e2e8f0}.consult-platform-modal__card--dark button.consult-platform-modal__option:hover{border-color:#334155;color:#fff}.consult-platform-modal__card--light .consult-platform-modal__option{border:1px solid #d9e1ec;background:#f8fafc;color:#334155}.consult-platform-modal__card--light button.consult-platform-modal__option:hover{border-color:#cbd5e1;color:#0f172a}.consult-platform-modal__option-icon{display:inline-flex;align-items:center;justify-content:center}.consult-platform-modal__option-label{font-size:15px;font-weight:700}.consult-platform-modal__users{display:flex;flex-direction:column;gap:16px}.consult-platform-modal__user{padding:18px;border-radius:18px}.consult-platform-modal__card--dark .consult-platform-modal__user{border:1px solid #1e293b;background:#0f172abf}.consult-platform-modal__card--light .consult-platform-modal__user{border:1px solid #d9e1ec;background:#f8fafc}.consult-platform-modal__user-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.consult-platform-modal__user-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;font-size:14px;font-weight:700}.consult-platform-modal__card--dark .consult-platform-modal__user-avatar{background:#0f172a;color:#f8fafc}.consult-platform-modal__card--light .consult-platform-modal__user-avatar{background:#e2e8f0;color:#0f172a}.consult-platform-modal__user-meta{display:flex;flex-direction:column;gap:4px}.consult-platform-modal__user-meta strong{font-size:15px}.consult-platform-modal__user-meta span{font-size:13px;line-height:1.5}.consult-platform-modal__card--dark .consult-platform-modal__user-meta strong{color:#f8fafc}.consult-platform-modal__card--dark .consult-platform-modal__user-meta span{color:#94a3b8}.consult-platform-modal__card--light .consult-platform-modal__user-meta strong{color:#0f172a}.consult-platform-modal__card--light .consult-platform-modal__user-meta span{color:#64748b}.consult-platform-modal__user-items{display:flex;flex-direction:column;gap:12px}.consult-platform-modal__user-item{width:100%;border-radius:14px}button.consult-platform-modal__user-item{border:none;cursor:pointer}.consult-platform-modal__user-item--link{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 16px;font-size:14px;font-weight:700}.consult-platform-modal__card--dark .consult-platform-modal__user-item--link{background:#0f172a;color:#e2e8f0}.consult-platform-modal__card--dark .consult-platform-modal__user-item--link:hover{background:#111c31;color:#fff}.consult-platform-modal__card--light .consult-platform-modal__user-item--link{background:#fff;color:#334155;border:1px solid #d9e1ec}.consult-platform-modal__card--light .consult-platform-modal__user-item--link:hover{border-color:#cbd5e1;color:#0f172a}.consult-platform-modal__user-item--qr{display:flex;align-items:center;gap:14px;width:100%;min-width:0;padding:14px;box-sizing:border-box}.consult-platform-modal__card--dark .consult-platform-modal__user-item--qr{background:#0f172a}.consult-platform-modal__card--light .consult-platform-modal__user-item--qr{background:#fff;border:1px solid #d9e1ec}.consult-platform-modal__qr-copy{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.consult-platform-modal__qr-trigger{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}.consult-platform-modal__qr-copy strong{font-size:14px}.consult-platform-modal__qr-copy span{font-size:13px;line-height:1.5}.consult-platform-modal__card--dark .consult-platform-modal__qr-copy strong{color:#f8fafc}.consult-platform-modal__card--dark .consult-platform-modal__qr-copy span{color:#94a3b8}.consult-platform-modal__card--light .consult-platform-modal__qr-copy strong{color:#0f172a}.consult-platform-modal__card--light .consult-platform-modal__qr-copy span{color:#64748b}.consult-platform-modal__option--qr{flex-direction:column;padding:18px}.consult-platform-modal__qr-image{width:120px;height:120px;border-radius:16px;object-fit:cover;display:block}.consult-platform-modal__image-preview{position:fixed;inset:0;z-index:1210;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617c7}.consult-platform-modal__image-preview-card{position:relative;max-width:min(420px,100vw - 48px);max-height:calc(100vh - 48px);padding:16px;border:1px solid #1e293b;border-radius:24px;background:#08101f;box-shadow:0 24px 60px #02061773}.consult-platform-modal__image-preview-close{position:absolute;top:12px;right:12px;padding:0;border:none;background:transparent;color:#94a3b8;font-size:24px;line-height:1;cursor:pointer}.consult-platform-modal__image-preview-image{display:block;max-width:min(360px,100vw - 96px);max-height:calc(100vh - 120px);border-radius:16px;object-fit:contain}.consult-platform-modal__image-preview-title{margin:12px 0 0;text-align:center;font-size:14px;font-weight:600;color:#f8fafc}@media(max-width:640px){.consult-platform-modal__grid{grid-template-columns:1fr}.consult-platform-modal__user-item--qr{flex-direction:column;align-items:flex-start}}.page-loading{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-loading__backdrop{position:absolute;inset:0;background:radial-gradient(circle at top,rgba(249,115,22,.22),transparent 32%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.18),transparent 28%),linear-gradient(180deg,#040817,#091224)}.page-loading__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 32px}.page-loading__emblem{position:relative;width:112px;height:112px;display:flex;align-items:center;justify-content:center}.page-loading__ring{position:absolute;inset:0;border-radius:999px;border:1px solid rgba(148,163,184,.22)}.page-loading__ring--outer{animation:page-loading-spin 2.4s linear infinite}.page-loading__ring--middle{inset:14px;border-color:#f9731675;animation:page-loading-spin-reverse 1.8s linear infinite}.page-loading__ring--inner{inset:28px;border-color:#60a5fa80;animation:page-loading-pulse 1.6s ease-in-out infinite}.page-loading__core{width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,#f97316,#fb923c);box-shadow:0 0 28px #f973166b;animation:page-loading-core 1.6s ease-in-out infinite}.page-loading__text{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.page-loading__brand{color:#fff;font-size:32px;font-weight:800;letter-spacing:.04em}.page-loading__label{color:#e2e8f0d1;font-size:15px;font-weight:500;letter-spacing:.28em}.page-loading__progress{position:relative;width:min(260px,62vw);height:4px;overflow:hidden;border-radius:999px;background:#94a3b829}.page-loading__progress-bar{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#f9731600,#f97316 30%,#fb923c,#fb923c00);animation:page-loading-progress 1.4s ease-in-out infinite}.page-loading-fade-enter-active,.page-loading-fade-leave-active{transition:opacity .4s ease}.page-loading-fade-enter-from,.page-loading-fade-leave-to{opacity:0}@keyframes page-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes page-loading-spin-reverse{0%{transform:rotate(360deg) scale(1)}to{transform:rotate(0) scale(1.04)}}@keyframes page-loading-pulse{0%,to{opacity:.48;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}@keyframes page-loading-core{0%,to{transform:scale(.9);box-shadow:0 0 18px #f9731652}50%{transform:scale(1.12);box-shadow:0 0 34px #f9731685}}@keyframes page-loading-progress{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(max-width:767px){.page-loading__content{gap:16px;padding:32px 24px}.page-loading__emblem{width:92px;height:92px}.page-loading__ring--middle{inset:12px}.page-loading__ring--inner{inset:24px}.page-loading__brand{font-size:26px}.page-loading__label{font-size:13px;letter-spacing:.18em}}.app-shell[data-v-284dea00]{transition:opacity .18s ease,transform .18s ease,filter .18s ease}.app-shell--locale-switching[data-v-284dea00]{opacity:.88;transform:translateY(2px);filter:saturate(.96)}html,body,#app{margin:0;padding:0;min-height:100%;background:#050816}body{overflow-x:hidden}html{scroll-behavior:smooth}a,button{text-decoration:none}.main-home{color:#fff;min-height:100vh;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 24%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 28%),#050816;position:relative;transition:background-color .35s ease,color .35s ease}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}html[data-theme-transition-direction=expand]::view-transition-new(root){clip-path:circle(0 at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px));animation:mainThemeRevealExpand .52s cubic-bezier(.22,1,.36,1) forwards;z-index:2}html[data-theme-transition-direction=collapse]::view-transition-old(root){clip-path:circle(150vmax at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px));animation:mainThemeRevealCollapse .52s cubic-bezier(.22,1,.36,1) forwards;z-index:2}html[data-theme-transition-direction=collapse]::view-transition-new(root){z-index:1}@keyframes mainThemeRevealExpand{0%{clip-path:circle(0 at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}to{clip-path:circle(150vmax at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}}@keyframes mainThemeRevealCollapse{0%{clip-path:circle(150vmax at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}to{clip-path:circle(0 at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}}.main-home--light{color:#0f172a;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc}.main-home--light .main-brand,.main-home--light .main-hero h1,.main-home--light .main-product-card h3,.main-home--light .main-info-card h3,.main-home--light .main-support-card h3,.main-home--light .main-case-card h3,.main-home--light .main-trust-card h3,.main-home--light .main-cta-banner h2{color:#0f172a}.main-home--light .main-nav-links{color:#475569}.main-home--light .main-hero-visual:after{background:linear-gradient(180deg,#ffffff0a,#ffffff05)}.main-home--light .main-nav-links a:first-child,.main-home--light .main-language-toggle,.main-home--light .main-theme-icon,.main-home--light .main-topbar{color:#0f172a}.main-home--light .main-eyebrow,.main-home--light .main-section-label{color:#2563eb}.main-home--light .main-hero-desc,.main-home--light .main-product-card p,.main-home--light .main-info-card p{color:#475569}.main-home--light .main-topbar-cta,.main-home--light .main-hero-primary,.main-home--light .main-cta-banner-btn{background:#2563eb;color:#fff}.main-home--light .main-hero-secondary{background:transparent;border-color:#334155;color:#0f172a}.main-home--light .main-dark-card,.main-home--light .main-info-card,.main-home--light .main-product-card,.main-home--light .main-trust-card,.main-home--light .main-case-card,.main-home--light .main-tall-card{background:#fff;border-color:#d9e1ec}.main-home--light .main-product-card{background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 30px #94a3b829}.main-home--light .main-product-image{box-shadow:none}.main-home--light .main-feature-card,.main-home--light #guide .main-info-card,.main-home--light .main-step-card,.main-home--light .main-support-card,.main-home--light .main-case-card,.main-home--light .main-trust-card,.main-home--light .main-tall-card{background:#fff;border:1.5px solid #d9e1ec}.main-home--light .main-product-image{border-color:#d9e1ec;box-shadow:inset 0 0 0 1px #ffffff5c}.main-home--light .main-hero-machine{color:#0f172ab8}.main-home--light .main-feature-label,.main-home--light .main-mini-label,.main-home--light .main-step-index,.main-home--light .main-trust-sub{color:#2563eb}.main-home--light .main-feature-card:nth-child(2) .main-feature-label,.main-home--light #guide .main-info-card:nth-child(2) .main-mini-label,.main-home--light .main-trust-card:nth-child(2) .main-trust-sub{color:#622ffa}.main-home--light .main-feature-card:nth-child(3) .main-feature-label,.main-home--light #guide .main-info-card:nth-child(3) .main-mini-label,.main-home--light .main-trust-card:nth-child(3) .main-trust-sub{color:#237d8a}.main-home--light .main-cta-banner-wrap{background:#eef4ff;border-top:none;border-bottom:none}.main-home--light .main-cta-banner{background:transparent}.main-home--light .main-footer-wrap{background:#fff}.main-home>*{width:100%}.main-shell{width:1440px;max-width:100%;margin:0 auto;padding-left:72px;padding-right:72px;box-sizing:border-box}.main-section-gap{padding-top:36px}.main-section-block{padding-top:30px;padding-bottom:30px}.main-home--light .main-topbar--scrolled{box-shadow:0 18px 40px #0f172a14}.main-home--light .main-topbar--scrolled:before{background:#f7f9fcc7;box-shadow:0 18px 40px #0f172a14}.main-home--light .main-nav-links a.is-active{color:#0f172a!important}.main-home--light .main-nav-links a.is-active:after{background:#0f172a}.main-home--light .main-language-card{background:#fff;border-color:#d9e1ec;box-shadow:0 18px 40px #0f172a1a}.main-home--light .main-language-card-title{color:#64748b}.main-home--light .main-language-option{color:#475569}.main-home--light .main-language-option.is-selected{background:#eff6ff;color:#0f172a}.main-home--light .main-language-option:not(.is-selected):hover{color:#0f172a}.main-home--light .main-language-option svg{color:#2563eb}.main-home--light .main-topbar-cta:hover{box-shadow:0 10px 22px #0f172a1a}html:has(body .main-home:not(.main-home--light)),body:has(.main-home:not(.main-home--light)){scrollbar-width:thin;scrollbar-color:#334155 #0b1224}html:has(body .main-home:not(.main-home--light))::-webkit-scrollbar,body:has(.main-home:not(.main-home--light))::-webkit-scrollbar{width:10px}html:has(body .main-home:not(.main-home--light))::-webkit-scrollbar-track,body:has(.main-home:not(.main-home--light))::-webkit-scrollbar-track{background:#0b1224}html:has(body .main-home:not(.main-home--light))::-webkit-scrollbar-thumb,body:has(.main-home:not(.main-home--light))::-webkit-scrollbar-thumb{background:#334155;border-radius:999px;border:2px solid #0b1224}html:has(body .main-home:not(.main-home--light))::-webkit-scrollbar-thumb:hover,body:has(.main-home:not(.main-home--light))::-webkit-scrollbar-thumb:hover{background:#475569}html:has(body .main-home--light),body:has(.main-home--light){scrollbar-width:thin;scrollbar-color:#cbd5e1 #f3f6fb}html:has(body .main-home--light)::-webkit-scrollbar,body:has(.main-home--light)::-webkit-scrollbar{width:10px}html:has(body .main-home--light)::-webkit-scrollbar-track,body:has(.main-home--light)::-webkit-scrollbar-track{background:#f3f6fb}html:has(body .main-home--light)::-webkit-scrollbar-thumb,body:has(.main-home--light)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f3f6fb}html:has(body .main-home--light)::-webkit-scrollbar-thumb:hover,body:has(.main-home--light)::-webkit-scrollbar-thumb:hover{background:#94a3b8}.main-hero-primary:focus-visible,.main-hero-secondary:focus-visible,.main-cta-banner-btn:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}.main-topbar-cta:hover,.main-hero-primary:hover,.main-cta-banner-btn:hover{box-shadow:0 10px 22px #0f172a14}.main-hero-secondary:hover{box-shadow:0 8px 18px #0f172a0f}.main-home--light .main-hero-primary:hover,.main-home--light .main-cta-banner-btn:hover{box-shadow:0 10px 22px #0f172a1a}.main-home--light .main-hero-secondary:hover{box-shadow:0 8px 18px #0f172a14}.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;font-weight:700;transition:transform .24s ease,box-shadow .24s ease,background-color .24s ease,color .24s ease,border-color .24s ease}.main-btn:hover{box-shadow:0 10px 24px #0f172a14}.main-btn-primary{background:#f97316;color:#fff;box-shadow:0 12px 30px #f9731638}.main-btn-secondary{border:1px solid #334155;color:#e2e8f0;background:#0b1224b8}.main-btn-small{padding:12px 18px;font-size:13px}.main-hero{display:flex;flex-direction:column;gap:28px;padding-top:36px;padding-bottom:56px}.main-hero-intro,.main-hero-title,.main-hero-copy,.main-hero-action-row,.main-hero-visual-frame{opacity:0;transform:translateY(24px);animation:mainHeroRise .7s ease forwards}.main-hero-title{animation-delay:.08s;white-space:pre-line}.main-hero-copy{animation-delay:.16s}.main-hero-action-row{animation-delay:.24s}.main-hero-visual-frame{animation-delay:.32s}.main-eyebrow,.main-section-label,.main-mini-label{letter-spacing:.08em;text-transform:uppercase}.main-eyebrow,.main-section-label{color:#60a5fa;font-size:38px;font-weight:700}.main-eyebrow{font-size:12px;letter-spacing:1.5px;font-weight:700;line-height:1;margin:0}.main-hero h1{max-width:1278px;margin:0;font-size:60px;line-height:1.2;font-weight:800}.main-hero-desc{max-width:760px;margin:0;color:#cbd5e1;font-size:18px;line-height:1.7}.main-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0}.main-hero-primary,.main-hero-secondary{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;box-sizing:border-box;border-radius:999px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;flex:0 0 auto;transition:box-shadow .24s ease,background-color .24s ease,color .24s ease,border-color .24s ease}.main-hero-primary{background:#f97316;color:#fff}.main-hero-secondary{border:1px solid #334155;background:transparent;color:#fff}.main-hero-visual{position:relative;overflow:hidden;height:420px;border-radius:28px;display:flex;align-items:flex-start;padding:12px 14px}.main-mobile-hero-visual{position:relative;overflow:hidden;border-radius:24px}.main-hero-visual:hover{box-shadow:0 24px 54px #0f172a33}.main-home--light .main-hero-visual:hover{box-shadow:0 24px 54px #0f172a1f}.main-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0508162e,#0508160a)}.main-hero-visual:before,.main-product-card:after{content:"";position:absolute;inset:-20% auto -20% -35%;width:42%;background:linear-gradient(90deg,#fff0,#ffffff14,#fff0);transform:skew(-18deg);opacity:.32;pointer-events:none;animation:mainSoftSheen 13s ease-in-out infinite}.main-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.main-hero-stack-card{position:absolute;inset:0;width:100%;border-radius:28px;overflow:hidden;transition:opacity 1s ease,transform 1s ease;will-change:opacity,transform}.main-hero-stack-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#02061714,#02061747)}.main-hero-stack-card--current{z-index:2;opacity:1;transform:translate(0);box-shadow:0 24px 54px #0f172a38}.main-hero-stack-card--prev{z-index:0;opacity:0;transform:translate(-6%);pointer-events:none}.main-hero-stack-card--next{z-index:0;opacity:0;transform:translate(6%);pointer-events:none}.main-mobile-hero-visual .main-hero-stack-card{inset:0;width:100%}.main-mobile-hero-visual .main-hero-stack-card--prev{transform:translate(-6%)}.main-mobile-hero-visual .main-hero-stack-card--next{transform:translate(6%)}.main-hero-machine{position:absolute;z-index:2;left:42px;bottom:38px;font-size:18px;font-weight:700;letter-spacing:.08em;color:#ffffffe0;text-shadow:0 1px 2px rgba(15,23,42,.24)}.main-home--light .main-hero-machine{color:#ffffffeb}.main-hero-machine-title{font-size:28px;font-weight:800;line-height:1.1;letter-spacing:.04em;text-transform:uppercase}.main-hero-machine-desc{margin-top:8px;font-size:16px;font-weight:600;line-height:1.3;letter-spacing:.08em}.main-hero-dots,.main-mobile-hero-dots{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:10px;justify-content:center}.main-hero-arrow,.main-mobile-hero-arrow{position:absolute;top:calc(50% - 4px);transform:translateY(-50%);z-index:2;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#0f172a61;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background-color .24s ease,border-color .24s ease,transform .24s ease,opacity .24s ease}.main-hero-arrow span,.main-mobile-hero-arrow span{font-size:24px;line-height:1;transform:translateY(-2px)}.main-hero-arrow:hover,.main-mobile-hero-arrow:hover{background:#0f172a8f;border-color:#ffffff5c}.main-hero-arrow--prev,.main-mobile-hero-arrow--prev{left:18px}.main-hero-arrow--next,.main-mobile-hero-arrow--next{right:18px}.main-home--light .main-hero-arrow,.main-home--light .main-mobile-hero-arrow{border-color:#0f172a1f;background:#ffffffd1;color:#0f172a}.main-home--light .main-hero-arrow:hover,.main-home--light .main-mobile-hero-arrow:hover{background:#fffffff5;border-color:#0f172a38}.main-hero-dot,.main-mobile-hero-dot{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:#ffffff6b;cursor:pointer;transition:width .24s ease,background-color .24s ease,transform .24s ease,opacity .24s ease}.main-hero-dot:hover,.main-mobile-hero-dot:hover{background:#ffffffb8}.main-hero-dot.is-active,.main-mobile-hero-dot.is-active{width:22px;background:#fff}.main-home--light .main-hero-dot,.main-home--light .main-mobile-hero-dot{background:#0f172a3d}.main-home--light .main-hero-dot:hover,.main-home--light .main-mobile-hero-dot:hover{background:#0f172a70}.main-home--light .main-hero-dot.is-active,.main-home--light .main-mobile-hero-dot.is-active{background:#0f172a}.main-feature-section{padding-top:24px;padding-bottom:24px;box-sizing:border-box}.main-feature-section .main-feature-grid{width:100%;margin:0 auto}.main-feature-grid,.main-three-grid,.main-trust-grid,.main-product-grid,.main-step-grid,.main-split-grid{display:grid;gap:20px}.main-feature-grid,.main-three-grid,.main-trust-grid,.main-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.main-step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.main-split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-info-card,.main-product-card{border-radius:22px}.main-info-card,.main-product-card,.main-product-image,.main-cta-banner,.main-hero-visual{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease,opacity .28s ease}.main-info-card,.main-product-card{padding:22px;position:relative;isolation:isolate;overflow:hidden}#guide.main-section-block,#best.main-section-block{padding-top:30px;padding-bottom:30px;box-sizing:border-box}.main-dark-card,.main-product-card,.main-cta-banner{background:linear-gradient(180deg,#0f172af5,#080e1efa);border:1px solid rgba(51,65,85,.82)}.main-cta-banner-wrap{width:100%;padding:0;background:#0b1224;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b}.main-cta-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:42px 0;box-sizing:border-box;border-radius:0;background:transparent;border:none}.main-cta-banner h2{font-size:36px;font-weight:800}.main-cta-banner-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;box-sizing:border-box;border-radius:999px;background:#f97316;color:#fff;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;flex:0 0 auto;transition:box-shadow .24s ease,background-color .24s ease}.main-light-card{background:#fff;border:1px solid #d9e1ec;color:#0f172a}.main-feature-card h3,.main-info-card h3,.main-product-card h3,.main-cta-banner h2{margin:0}.main-feature-card h3,.main-info-card h3{font-size:20px;font-weight:800;line-height:1.1}.main-info-card{display:flex;flex-direction:column;gap:8px;min-height:180px;box-sizing:border-box}.main-feature-card{min-height:180px}.main-feature-label{display:inline-block;margin-bottom:8px;font-size:24px;font-weight:700;letter-spacing:1px;line-height:1}.main-feature-card:nth-child(1) .main-feature-label{color:#60a5fa}.main-feature-card:nth-child(2) .main-feature-label{color:#a78bfa}.main-feature-card:nth-child(3) .main-feature-label{color:#22d3ee}.main-section-head .main-section-label{display:inline-block;font-size:38px;line-height:1.45;letter-spacing:1px}#guide .main-section-head .main-section-label{line-height:1.2}.main-info-card p,.main-product-card p{color:#cbd5e1}.main-light-card p{color:#475569}.main-mini-label{display:inline-block;margin-bottom:10px;font-size:24px;font-weight:700;letter-spacing:1px;line-height:1;color:#60a5fa}#guide .main-info-card:nth-child(2) .main-mini-label{color:#a78bfa}#guide .main-info-card:nth-child(3) .main-mini-label{color:#22d3ee}.main-product-card{display:flex;flex-direction:column;gap:12px;min-height:299px;padding:0 0 18px;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 30%),linear-gradient(180deg,#10182c,#0b1224);box-shadow:0 18px 38px #0206173d}.main-product-card h3,.main-support-card h3,.main-case-card h3,.main-trust-card h3{font-size:24px;font-weight:800}.main-product-card h3{padding:0 18px}.main-product-image{position:relative;height:230px;width:100%;border-radius:22px 22px 0 0;object-fit:cover;object-position:center;display:block;overflow:hidden}.main-reveal-heading{opacity:0;transform:translateY(14px);animation:mainContentReveal .7s cubic-bezier(.22,1,.36,1) forwards}.main-reveal-group>*{opacity:0;transform:translateY(18px);animation:mainContentReveal .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--reveal-order, 0) * .08s + .04s)}.main-info-card,.main-product-card{position:relative}.main-info-card:before,.main-product-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.025),transparent 36%);opacity:.72;pointer-events:none}.main-product-card:after{z-index:0;pointer-events:none}.main-product-card>*{position:relative;z-index:1}.main-home--light .main-info-card:before,.main-home--light .main-product-card:before{background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.48),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.24),transparent 36%)}.main-feature-card,.main-step-card,.main-case-card,.main-trust-card,.main-support-card,.main-tall-card,.main-product-card{box-shadow:0 12px 28px #0f172a0f}.main-home--light .main-feature-card,.main-home--light .main-step-card,.main-home--light .main-case-card,.main-home--light .main-trust-card,.main-home--light .main-support-card,.main-home--light .main-tall-card,.main-home--light .main-product-card{box-shadow:0 12px 26px #94a3b81a}.main-product-card p,.main-info-card p{margin:0;font-size:13px;line-height:1.65}.main-product-card .main-product-desc{color:#dbe7f5}.main-product-card .main-mini-label{color:#7dd3fc}.main-product-card h3,.main-product-card .main-product-desc,.main-product-card .main-mini-label,.main-product-action{padding:0 18px}.main-product-action{display:inline-flex;align-items:center;justify-content:center;align-self:flex-end;min-height:38px;margin-top:auto;margin-right:18px;border-radius:999px;background:#3b82f629;color:#dbeafe;font-size:13px;font-weight:700;line-height:1}.main-home--light .main-product-action{background:#2563eb1a;color:#1d4ed8}.main-product-desc{display:none}#products .main-product-desc{display:block}.main-best-card{gap:12px}.main-best-card .main-product-desc{display:block}.main-trust-card p{font-size:14px;line-height:1.7}.main-trust-desc{margin-top:2px}.main-section-head{margin-bottom:18px}.main-shell.main-section-block,.main-shell.main-feature-section,.main-shell.main-cta-banner,.main-shell.main-footer,.main-shell.main-hero,.main-shell.main-topbar{box-sizing:border-box}.main-step-card h3{font-size:20px}.main-step-card{height:170px}.main-step-index{display:inline-block;margin-bottom:10px;color:#60a5fa;font-size:26px;font-weight:800}.main-tall-card{min-height:220px}.main-case-card,.main-trust-card{min-height:250px}.main-case-card{min-height:260px}.main-trust-card{display:flex;flex-direction:column}.main-trust-sub{margin-top:auto;color:#60a5fa;font-size:12px;font-weight:700}.main-footer-wrap{width:100%;background:#08101f}.main-home .main-section-revealed{opacity:1;transform:translateY(0)}.main-home #top,.main-home #products,.main-home #guide,.main-home #best,.main-home #contact{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.main-home #top.main-section-revealed,.main-home #products.main-section-revealed,.main-home #guide.main-section-revealed,.main-home #best.main-section-revealed,.main-home #contact.main-section-revealed{opacity:1;transform:translateY(0)}@keyframes mainHeroRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes mainContentReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mainSoftSheen{0%{transform:translate(-140%) skew(-18deg);opacity:0}18%{opacity:.5}45%{transform:translate(340%) skew(-18deg);opacity:0}to{transform:translate(340%) skew(-18deg);opacity:0}}@media(max-width:1100px){.main-feature-grid,.main-three-grid,.main-trust-grid,.main-product-grid,.main-split-grid,.main-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-cta-banner{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.main-shell{width:100%;max-width:none;padding-left:16px;padding-right:16px}.main-topbar{flex-wrap:wrap}.main-nav-links{order:3;width:100%;justify-content:space-between}.main-feature-grid,.main-three-grid,.main-trust-grid,.main-product-grid,.main-split-grid,.main-step-grid{grid-template-columns:1fr}.main-cta-banner{padding-left:0;padding-right:0}}.main-footer-shell{width:1440px;max-width:100%;margin:0 auto;box-sizing:border-box}.main-footer{padding:34px 0;border-radius:0;background:transparent;border:none}.main-footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.main-footer-branding{max-width:320px}.main-footer-branding h3,.main-footer h4{margin:0}.main-footer-branding h3{font-size:24px;font-weight:800}.main-footer-links{display:flex;gap:56px;margin:0}.main-footer-column{display:flex;flex-direction:column;gap:10px}.main-footer-column h4{color:#ddd;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.main-footer-column a,.main-footer-branding p,.main-footer-bottom,.main-footer-bottom span{margin:0;font-size:13px;line-height:1.6;color:#cbd5e1}.main-footer-column a{white-space:nowrap;font-weight:500}.main-footer a:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}.main-footer-branding p{line-height:1.7;font-weight:500}.main-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:18px;margin-top:24px;border-top:1px solid #1e293b;font-size:12px}.main-footer-bottom span{color:#64748b;font-size:12px;font-weight:500}.main-footer-socials{display:flex;gap:12px;align-items:center;margin-top:12px}.main-footer-social-link{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;color:#64748b;transition:color .2s}.main-footer-social-link:hover{color:#94a3b8}.main-footer-modal{position:fixed;inset:0;z-index:1000;background:#0206179e}.main-footer-modal-card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,100%);max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);overflow:auto;padding:2px 20px 20px;border:1px solid #1e293b;border-radius:20px;background:#08101f;box-shadow:0 24px 60px #02061773}.main-footer-modal-header{display:flex;padding-top:0;align-items:center;justify-content:space-between;gap:1px;margin-bottom:16px}.main-footer-modal-title{display:flex;align-items:center;gap:10px}.main-footer-modal-title-icon{display:inline-flex;align-items:center;justify-content:center;color:#f8fafc}.main-footer-modal-header h4{font-size:18px;color:#f8fafc}.main-footer-modal-close{padding:0;border:none;background:transparent;color:#94a3b8;font-size:24px;line-height:1;cursor:pointer}.main-footer-modal-list{display:flex;flex-direction:column;gap:12px}.main-footer-modal-user{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #1e293b;border-radius:16px;background:#0f172a73}.main-footer-modal-user-header{display:flex;align-items:center;width:100%;gap:12px;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.main-footer-modal-user-avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#1e293b;color:#f8fafc;font-size:16px;font-weight:700;overflow:hidden;flex-shrink:0}.main-footer-modal-user-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.main-footer-modal-user-meta{display:flex;flex-direction:column;gap:4px;flex:1}.main-footer-modal-user-toggle{color:#94a3b8;font-size:22px;line-height:1;flex-shrink:0}.main-footer-modal-user-meta strong{color:#f8fafc;font-size:15px}.main-footer-modal-user-meta span{color:#94a3b8;font-size:12px;line-height:1.6}.main-footer-image-preview{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617c7}.main-footer-image-preview-card{position:relative;display:flex;flex-direction:column;gap:12px;max-width:min(480px,100vw - 48px);max-height:calc(100vh - 48px);padding:20px;border:1px solid #1e293b;border-radius:20px;background:#08101f;box-shadow:0 24px 60px #02061773}.main-footer-image-preview-close{align-self:flex-end;padding:0;border:none;background:transparent;color:#94a3b8;font-size:24px;line-height:1;cursor:pointer}.main-footer-image-preview-image{display:block;width:min(420px,100vw - 88px);max-width:100%;max-height:calc(100vh - 140px);border-radius:16px;object-fit:contain}.main-footer-image-preview-title{margin:0;color:#e2e8f0;font-size:14px;text-align:center}.main-footer-modal-user-items{display:flex;flex-direction:column;gap:10px}.main-footer-modal-account{display:flex;align-items:center;min-height:44px;padding:0 14px;border:1px solid #1e293b;border-radius:12px;background:#0f172abf;color:#e2e8f0}.main-footer-modal-account:hover{border-color:#334155;color:#fff}.main-footer-modal-qr-card{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #1e293b;border-radius:12px;background:#0f172abf}.main-footer-modal-qr-trigger{display:flex;padding:0;border:none;background:transparent;cursor:pointer}.main-footer-modal-qr-image{display:block;width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0}.main-footer-modal-qr-text{display:flex;flex-direction:column;gap:6px}.main-footer-modal-qr-text strong{color:#f8fafc;font-size:14px}.main-footer-modal-qr-text span{color:#94a3b8;font-size:12px;line-height:1.6}.main-footer.main-footer--light .main-footer-social-link{color:#94a3b8}.main-footer.main-footer--light .main-footer-social-link:hover{color:#475569}.main-footer.main-footer--light .main-footer-modal-card{border-color:#d9e1ec;background:#fff;box-shadow:0 24px 60px #0f172a24}.main-footer.main-footer--light .main-footer-modal-user{border-color:#d9e1ec;background:#fff}.main-footer.main-footer--light .main-footer-modal-user-avatar{background:#e2e8f0;color:#334155}.main-footer.main-footer--light .main-footer-modal-user-meta strong{color:#0f172a}.main-footer.main-footer--light .main-footer-modal-user-meta span{color:#64748b}.main-footer.main-footer--light .main-footer-modal-title-icon{color:#0f172a}.main-footer.main-footer--light .main-footer-modal-user-toggle{color:#64748b}.main-footer.main-footer--light .main-footer-modal-header h4{color:#0f172a}.main-footer.main-footer--light .main-footer-modal-close{color:#64748b}.main-footer.main-footer--light .main-footer-modal-account{border-color:#d9e1ec;background:#f8fafc;color:#334155}.main-footer.main-footer--light .main-footer-modal-account:hover{border-color:#cbd5e1;color:#0f172a}.main-footer.main-footer--light .main-footer-modal-qr-card{border-color:#d9e1ec;background:#f8fafc}.main-footer.main-footer--light .main-footer-image-preview-card{border-color:#d9e1ec;background:#fff;box-shadow:0 24px 60px #0f172a24}.main-footer.main-footer--light .main-footer-image-preview-close{color:#64748b}.main-footer.main-footer--light .main-footer-image-preview-title{color:#334155}.main-footer.main-footer--light .main-footer-modal-qr-image{display:block;width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0}.main-footer.main-footer--light .main-footer-modal-qr-text strong{color:#0f172a}.main-footer.main-footer--light .main-footer-modal-qr-text span{color:#64748b}.main-footer.main-footer--light h3,.main-footer.main-footer--light h4{color:#0f172a}.main-footer.main-footer--light p,.main-footer.main-footer--light a,.main-footer.main-footer--light .main-footer-bottom,.main-footer.main-footer--light .main-footer-bottom span{color:#64748b}.main-footer.main-footer--light .main-footer-bottom{border-top-color:#d9e1ec}@media(max-width:1100px){.main-footer-top{flex-direction:column}.main-footer-links{flex-wrap:wrap}}@media(max-width:720px){.main-footer-shell{width:calc(100% - 32px);max-width:none}.main-footer-links{flex-direction:column;gap:24px}.main-footer-bottom{flex-direction:column}.main-footer{padding-left:0;padding-right:0}}.main-topbar{display:flex;align-items:center;justify-content:space-between;height:96px;padding:28px 0;gap:20px;position:sticky;top:0;z-index:20;transition:background-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease,border-color .28s ease}.main-topbar:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);opacity:0;pointer-events:none;transition:opacity .28s ease,background-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease}.main-topbar>*{position:relative;z-index:1}.main-topbar--scrolled{box-shadow:0 16px 40px #0f172a29}.main-topbar--scrolled:before{opacity:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050816b8;box-shadow:0 16px 40px #0f172a29}.main-topbar--light{color:#0f172a}.main-topbar--light .main-nav-links{color:#475569}.main-topbar--light .main-nav-links a.is-active{color:#0f172a!important}.main-topbar--light .main-topbar-cta{background:#2563eb;color:#fff}.main-topbar--light .main-language-toggle,.main-topbar--light .main-theme-toggle,.main-topbar--light .main-theme-icon,.main-topbar--light .main-language-icon{color:#0f172a}.main-topbar--light.main-topbar--scrolled:before{background:#f7f9fcd1;box-shadow:0 18px 40px #0f172a14}.main-brand{font-size:28px;font-weight:800;line-height:1;text-decoration:none;color:inherit}.main-nav-links{display:flex;align-items:center;gap:30px;color:#a5b4fc;font-size:14px}.main-nav-links a{color:inherit;font-weight:500;text-decoration:none;transition:color .22s ease,opacity .22s ease}.main-nav-links a:hover{opacity:.86}.main-nav-links a.is-active{color:#fff!important;font-weight:600;position:relative}.main-nav-links a.is-active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;border-radius:2px;background:#f97316}.main-topbar-actions{display:flex;align-items:center;gap:8px;position:relative}.main-language-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#fff;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:color .24s ease,opacity .24s ease}.main-language-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.main-language-icon svg{width:18px;height:18px;display:block}.main-language-toggle:hover,.main-theme-toggle:hover{opacity:.82}.main-language-panel{position:absolute;top:calc(100% + 14px);right:56px;z-index:30}.main-language-card{width:188px;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:18px;background:#08101f;box-shadow:0 18px 40px #0f172a3d}.main-topbar--light .main-language-card{background:#fff;box-shadow:0 18px 40px #0f172a1f}.main-language-card-title{color:#94a3b8;font-size:12px;font-weight:700}.main-topbar--light .main-language-card-title{color:#64748b}.main-language-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:transparent;color:#cbd5e1;text-align:left;font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;transition:color .22s ease,background-color .22s ease}.main-topbar--light .main-language-option{color:#334155}.main-language-option.is-selected{padding:10px 12px;border-radius:12px;background:#0f172a;color:#fff;font-weight:700;box-shadow:0 18px 40px #0f172a1a}.main-topbar--light .main-language-option.is-selected{background:#eff6ff;color:#0f172a;box-shadow:none}.main-language-option span{flex:1}.main-language-option:not(.is-selected):hover{color:#fff}.main-topbar--light .main-language-option:not(.is-selected):hover{color:#0f172a}.main-language-option svg{width:16px;height:16px;color:#60a5fa;flex:0 0 16px;margin-left:12px}.main-toast-fade-enter-active,.main-toast-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.main-toast-fade-enter-from,.main-toast-fade-leave-to{opacity:0;transform:translateY(-8px)}.main-language-toggle:focus-visible,.main-theme-toggle:focus-visible,.main-topbar-cta:focus-visible,.main-nav-links a:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}.main-topbar-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;box-sizing:border-box;border:none;border-radius:999px;background:#f97316;color:#fff;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;flex:0 0 auto;text-decoration:none;transition:box-shadow .22s ease,opacity .22s ease}.main-topbar-cta:hover{box-shadow:0 10px 22px #0f172a14}.main-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;transition:color .2s ease,opacity .2s ease}.main-theme-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#fff;line-height:1}.main-theme-icon svg{width:18px;height:18px;display:block}.main-shell.main-topbar{box-sizing:border-box}.main-mobile{min-height:100vh;color:#fff;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 30%),#050816;position:relative}.main-mobile--light{color:#0f172a;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc}.main-mobile-main{width:390px;max-width:100%;margin:0 auto;box-sizing:border-box;padding:0 0 28px}.main-mobile-hero,.main-mobile-section{padding:0 20px}.main-mobile-hero{display:flex;flex-direction:column;gap:14px;min-height:0;padding-top:10px;padding-bottom:22px;justify-content:flex-start;opacity:1;transform:none;animation:none}.main-mobile-hero-copy-block{display:flex;flex-direction:column;gap:10px;opacity:1;transform:none;animation:none}.main-mobile-eyebrow{margin:0;color:#60a5fa;font-size:12px;font-weight:700;line-height:1}.main-mobile--light .main-mobile-eyebrow{color:#2563eb}.main-mobile-title{margin:0;font-size:24px;line-height:1.16;font-weight:800;max-width:340px;white-space:pre-line;opacity:1;transform:none;animation:none}.main-mobile-desc,.main-mobile-product-card p{margin:0;color:#cbd5e1;font-size:13px;line-height:1.65}.main-mobile--light .main-mobile-desc,.main-mobile--light .main-mobile-product-card p{color:#475569}.main-mobile-hero-actions{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;padding-top:0}.main-mobile-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(148,163,184,.38);background:transparent;color:#e2e8f0;padding:12px 20px;font-size:12px;font-weight:700;line-height:1;text-decoration:none;box-shadow:none}.main-mobile--light .main-mobile-primary{border-color:#2563eb3d;color:#1e3a8a}.main-mobile-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:12px 20px;font-size:12px;font-weight:700;line-height:1;box-shadow:0 8px 20px #f9731647}.main-mobile--light .main-mobile-secondary{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 8px 20px #2563eb38}.main-mobile-hero-visual-wrap{border-radius:24px;padding:1px;background:linear-gradient(180deg,#33415580,#0f172a2e);margin-top:6px}.main-mobile--light .main-mobile-hero-visual-wrap{background:linear-gradient(180deg,#cbd5e1eb,#cbd5e15c)}.main-mobile-hero-visual{position:relative;overflow:hidden;border-radius:23px;height:248px;padding:14px 16px;background:#0b1224}.main-mobile--light .main-mobile-hero-visual{background:#e2e8f0}.main-mobile-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#05081633,#0508160f)}.main-mobile-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.main-mobile-hero-machine{position:absolute;z-index:1;left:26px;bottom:28px;color:#fffc}.main-mobile--light .main-mobile-hero-machine{color:#ffffffeb}.main-mobile-hero-machine-title{font-size:18px;font-weight:800;line-height:1.1;text-transform:uppercase}.main-mobile-hero-machine-desc{margin-top:6px;font-size:12px;font-weight:600;line-height:1.3}.main-mobile-feature-section,.main-mobile-section{display:flex;flex-direction:column;gap:12px;padding:0 20px 22px}.main-mobile-inventory-section{display:flex;flex-direction:column;gap:16px;padding:2px 20px 26px}.main-mobile-inventory-section .main-mobile-section-head{color:#60a5fa;font-size:14px;font-weight:700;letter-spacing:.02em}.main-mobile--light .main-mobile-inventory-section .main-mobile-section-head{color:#2563eb}.main-mobile-feature-section{padding-top:14px}.main-mobile-card,.main-mobile-product-card,.main-mobile-cta-band{border-radius:22px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box}.main-mobile--light .main-mobile-card,.main-mobile--light .main-mobile-product-card,.main-mobile--light .main-mobile-cta-band{background:#fff;border-color:#d9e1ec}.main-mobile-card{padding:20px}.main-mobile-card h3,.main-mobile-product-card h3,.main-mobile-cta-band h2{margin:0}.main-mobile-card h3,.main-mobile-product-card h3{font-size:18px;line-height:1.2;font-weight:800}.main-mobile-inventory-card,.main-mobile-trust-card{display:flex;flex-direction:column;gap:10px;min-height:220px}.main-mobile-inventory-card{padding:22px;border-radius:22px}.main-mobile-inventory-card p,.main-mobile-trust-card p{margin:0;color:#cbd5e1;font-size:13px;line-height:1.65}.main-mobile--light .main-mobile-inventory-card p,.main-mobile--light .main-mobile-trust-card p{color:#475569}.main-mobile-inventory-card h3,.main-mobile-trust-card h3{margin:0;font-size:24px;line-height:1.2;font-weight:800}.main-mobile-detail-sub{display:inline-block;margin-top:2px;font-size:12px;font-weight:700;color:#60a5fa}.main-mobile--light .main-mobile-detail-sub{color:#2563eb}.main-mobile-card-tag,.main-mobile-product-badge{display:inline-block;margin-bottom:8px;font-size:12px;font-weight:700}.main-mobile-product-card{display:flex;flex-direction:column;gap:12px;padding:0 0 16px;overflow:hidden}.main-mobile-product-image{width:100%;height:210px;object-fit:cover;border-radius:22px}.main-mobile-product-card h3,.main-mobile-product-card p,.main-mobile-product-badge{padding:0 16px}.main-mobile-cta-band{position:relative;overflow:hidden;margin-top:12px;min-height:188px;padding:14px 16px;background:#0b1224}.main-mobile--light .main-mobile-cta-band{background:#e2e8f0}.main-mobile-cta-band button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:12px 20px;font-size:14px;font-weight:700;line-height:1;margin-top:12px;white-space:nowrap;text-decoration:none;box-shadow:0 10px 24px #f973163d}.main-mobile--light .main-mobile-cta-band button{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 10px 24px #2563eb33}.main-mobile-cta-band h2{font-size:22px;font-weight:800;margin-bottom:0}.main-mobile-step-card{min-height:140px}.main-mobile-step-index{display:inline-block;margin-bottom:10px;font-size:20px;font-weight:800}.main-mobile-footer{width:390px;max-width:100%;margin:0 auto;box-sizing:border-box;padding:28px 20px;background:#08101f;display:flex;flex-direction:column;gap:24px}.main-mobile-footer.main-mobile-footer--light{background:#fff}.main-mobile-footer p,.main-mobile-footer a,.main-mobile-footer-bottom{margin:0;color:#cbd5e1;font-size:13px;line-height:1.65}.main-mobile-footer.main-mobile-footer--light p,.main-mobile-footer.main-mobile-footer--light a,.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-bottom{color:#1e293b}.main-mobile-footer h3,.main-mobile-footer h4{margin:0}.main-mobile-footer-branding h3{font-size:24px;font-weight:800}.main-mobile-footer-links{display:flex;flex-direction:column;gap:24px}.main-mobile-footer-column{display:flex;flex-direction:column;gap:10px}.main-mobile-footer-column a{white-space:nowrap}.main-mobile-footer-column h4{font-size:12px;letter-spacing:.08em;text-transform:uppercase}.main-mobile-footer-bottom{display:flex;flex-direction:column;gap:8px;padding-top:18px;border-top:1px solid #1e293b}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-bottom{border-top-color:#d9e1ec}.main-mobile-footer-socials{display:flex;gap:14px;align-items:center;margin-top:12px}.main-mobile-footer-social-link{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;color:#64748b;transition:color .2s}.main-mobile-footer-social-link:hover,.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-social-link{color:#94a3b8}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-social-link:hover{color:#475569}.main-mobile-footer-drawer-mask{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;background:#0206177a}.main-mobile-footer-drawer{width:100%;border-radius:20px 20px 0 0;background:#08101f;padding:20px 20px 28px;box-shadow:0 -16px 48px #02061759}.main-mobile-footer-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.main-mobile-footer-drawer-header h4{font-size:18px;color:#f8fafc}.main-mobile-footer-drawer-close{padding:0;border:none;background:transparent;color:#94a3b8;font-size:24px;line-height:1;cursor:pointer}.main-mobile-footer-drawer-list{display:flex;flex-direction:column;gap:12px}.main-mobile-footer-drawer-user{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #1e293b;border-radius:16px;background:#0f172a73}.main-mobile-footer-drawer-title{display:flex;align-items:center;gap:10px}.main-mobile-footer-drawer-title-icon{display:inline-flex;align-items:center;justify-content:center;color:#f8fafc}.main-mobile-footer-drawer-user-header{display:flex;align-items:center;width:100%;gap:12px;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.main-mobile-footer-drawer-user-avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#1e293b;color:#f8fafc;font-size:16px;font-weight:700;overflow:hidden;flex-shrink:0}.main-mobile-footer-drawer-user-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.main-mobile-footer-drawer-user-meta{display:flex;flex-direction:column;gap:4px;flex:1}.main-mobile-footer-drawer-user-toggle{color:#94a3b8;font-size:22px;line-height:1;flex-shrink:0}.main-mobile-footer-drawer-user-meta strong{color:#f8fafc;font-size:15px}.main-mobile-footer-drawer-user-meta span{color:#94a3b8;font-size:12px;line-height:1.6}.main-mobile-footer-image-preview{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617c7}.main-mobile-footer-image-preview-card{position:relative;display:flex;flex-direction:column;gap:12px;max-width:min(480px,100vw - 48px);max-height:calc(100vh - 48px);padding:20px;border:1px solid #1e293b;border-radius:20px;background:#08101f;box-shadow:0 24px 60px #02061773}.main-mobile-footer-image-preview-close{align-self:flex-end;padding:0;border:none;background:transparent;color:#94a3b8;font-size:24px;line-height:1;cursor:pointer}.main-mobile-footer-image-preview-image{display:block;width:min(420px,100vw - 88px);max-width:100%;max-height:calc(100vh - 140px);border-radius:16px;object-fit:contain}.main-mobile-footer-image-preview-title{margin:0;color:#e2e8f0;font-size:14px;text-align:center}.main-mobile-footer-drawer-user-items{display:flex;flex-direction:column;gap:10px}.main-mobile-footer-drawer-account{display:flex;align-items:center;min-height:44px;padding:0 14px;border:1px solid #1e293b;border-radius:12px;background:#0f172abf;color:#e2e8f0}.main-mobile-footer-drawer-account:hover{border-color:#334155;color:#fff}.main-mobile-footer-drawer-qr-card{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #1e293b;border-radius:12px;background:#0f172abf}.main-mobile-footer-drawer-qr-trigger{display:flex;padding:0;border:none;background:transparent;cursor:pointer}.main-mobile-footer-drawer-qr-image{display:block;width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0}.main-mobile-footer-drawer-qr-text{display:flex;flex-direction:column;gap:6px}.main-mobile-footer-drawer-qr-text strong{color:#f8fafc;font-size:14px}.main-mobile-footer-drawer-qr-text span{color:#94a3b8;font-size:12px;line-height:1.6}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer{background:#fff;box-shadow:0 -16px 48px #0f172a24}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-user{border-color:#d9e1ec;background:#fff}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-user-avatar{background:#e2e8f0;color:#334155}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-user-meta strong{color:#0f172a}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-user-meta span{color:#64748b}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-title-icon{color:#0f172a}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-user-toggle{color:#64748b}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-header h4{color:#0f172a}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-close{color:#64748b}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-account{border-color:#d9e1ec;background:#f8fafc;color:#334155}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-account:hover{border-color:#cbd5e1;color:#0f172a}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-qr-card{border-color:#d9e1ec;background:#f8fafc}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-image-preview-card{border-color:#d9e1ec;background:#fff;box-shadow:0 24px 60px #0f172a24}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-image-preview-close{color:#64748b}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-image-preview-title{color:#334155}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-qr-text strong{color:#0f172a}.main-mobile-footer.main-mobile-footer--light .main-mobile-footer-drawer-qr-text span{color:#64748b}.main-mobile-topbar-shell{width:100%;max-width:100%;box-sizing:border-box;position:sticky;top:0;z-index:20}.main-mobile-topbar{width:100%;max-width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:88px;padding:22px 20px 18px;gap:16px;isolation:isolate;transition:background-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease,border-color .28s ease}.main-mobile-topbar>*{position:relative;z-index:1}.main-mobile-topbar:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);opacity:0;background:transparent;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);box-shadow:none;z-index:0;border-bottom:1px solid transparent;transition:opacity .28s ease,background-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease,border-color .28s ease}.main-mobile-topbar:after{content:none}.main-mobile-topbar--scrolled:before{opacity:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050816d1;box-shadow:0 16px 40px #0f172a38;border-bottom-color:#94a3b82e}.main-mobile-topbar--light:before{background:transparent;box-shadow:none;border-bottom-color:transparent}.main-mobile-topbar--light.main-mobile-topbar--scrolled:before{background:#f7f9fc8a;box-shadow:0 14px 32px #0f172a12;border-bottom-color:#d9e1ecad}.main-mobile-brand{font-size:24px;font-weight:800;line-height:1;text-decoration:none;color:inherit}.main-mobile-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.main-mobile-icon-btn{width:22px;height:22px;padding:0;border:none;background:transparent;color:inherit;cursor:pointer}.main-mobile-icon-btn svg{width:22px;height:22px;display:block}.main-mobile-cta{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#f97316;color:#fff;padding:13px 18px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;box-shadow:0 10px 24px #f9731638}.main-mobile-topbar--light .main-mobile-cta{background:#2563eb;box-shadow:0 10px 24px #2563eb2e}.main-mobile-topbar-shell .main-mobile-overlay{position:fixed;inset:0;z-index:40;background:#02061785}.main-mobile-topbar-shell .main-mobile-drawer{width:284px;height:100%;background:#08101f;padding:20px 18px calc(24px + env(safe-area-inset-bottom,0px));box-sizing:border-box;display:flex;flex-direction:column;gap:20px;overflow-y:auto;transform:translate(0);transition:transform .42s cubic-bezier(.22,1,.36,1)}.main-mobile-topbar--light~.main-mobile-overlay .main-mobile-drawer,.main-mobile-topbar-shell[data-theme=light] .main-mobile-drawer{background:#fff}.main-mobile-topbar-shell .main-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:800}.main-mobile-topbar-shell .main-mobile-drawer-nav,.main-mobile-topbar-shell .main-mobile-drawer-meta{display:flex;flex-direction:column;gap:16px}.main-mobile-topbar-shell .main-mobile-drawer-nav a,.main-mobile-topbar-shell .main-mobile-drawer-meta button{color:inherit;background:transparent;border:none;padding:0;text-align:left;font-size:16px;cursor:pointer;text-decoration:none}.main-mobile-topbar-shell .main-mobile-drawer-nav a.is-active{color:#60a5fa}.main-mobile-topbar-shell[data-theme=light] .main-mobile-drawer-nav a.is-active{color:#2563eb}.main-mobile-topbar-shell .main-mobile-drawer-meta{padding-top:20px;border-top:1px solid #1e293b}.main-mobile-topbar-shell[data-theme=light] .main-mobile-drawer-meta{border-top-color:#d9e1ec}.main-mobile-topbar-shell .main-mobile-close-btn{width:22px;height:22px;padding:0;border:none;background:transparent;color:inherit;cursor:pointer}.main-mobile-topbar-shell .main-mobile-close-btn svg{width:22px;height:22px;display:block}.main-mobile-topbar-shell .main-mobile-drawer-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f97316;color:#fff;padding:12px 20px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;box-shadow:0 6px 14px #f9731629}.main-mobile-topbar-shell[data-theme=light] .main-mobile-drawer-cta{background:#2563eb;box-shadow:0 6px 14px #2563eb24}.main-mobile-topbar-shell .main-mobile-language-sheet{position:absolute;left:0;right:0;bottom:0;min-height:386px;max-height:62vh;padding:10px 14px 18px;box-sizing:border-box;border-radius:24px 24px 0 0;background:#08101f;display:flex;flex-direction:column;gap:12px;transform:translateY(0);transition:transform .42s cubic-bezier(.22,1,.36,1)}.main-mobile-topbar-shell[data-theme=light] .main-mobile-language-sheet{background:#fff;border-top-color:#d9e1ec}.main-mobile-topbar-shell .main-mobile-sheet-handle{width:44px;height:5px;margin:0 auto;border-radius:999px;background:#334155}.main-mobile-topbar-shell[data-theme=light] .main-mobile-sheet-handle{background:#cbd5e1}.main-mobile-topbar-shell .main-mobile-language-sheet h3,.main-mobile-topbar-shell .main-mobile-language-sheet p{margin:0}.main-mobile-topbar-shell .main-mobile-language-sheet h3{font-size:18px;font-weight:800}.main-mobile-topbar-shell .main-mobile-language-sheet p{font-size:12px;font-weight:600;color:#94a3b8}.main-mobile-topbar-shell[data-theme=light] .main-mobile-language-sheet p{color:#64748b}.main-mobile-topbar-shell .main-mobile-language-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:2px}.main-mobile-topbar-shell .main-mobile-language-item{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;padding:12px 14px;border-radius:14px;background:transparent;color:inherit;font-size:15px;font-weight:600;cursor:pointer}.main-mobile-topbar-shell .main-mobile-language-item.is-selected{background:#0f172a;color:#fff}.main-mobile-topbar-shell[data-theme=light] .main-mobile-language-item.is-selected{background:#eff6ff;color:#0f172a}.main-mobile-topbar-shell .main-mobile-language-item span{flex:1}.main-mobile-topbar-shell .main-mobile-language-item svg{width:16px;height:16px;color:#60a5fa;flex:0 0 16px;margin-left:12px}.main-mobile-topbar-shell[data-theme=light] .main-mobile-language-item svg{color:#2563eb}.main-mobile-overlay-fade-enter-active,.main-mobile-overlay-fade-leave-active{transition:opacity .28s ease}.main-mobile-overlay-fade-enter-from,.main-mobile-overlay-fade-leave-to{opacity:0}.main-mobile-overlay-fade-enter-from .main-mobile-drawer,.main-mobile-overlay-fade-leave-to .main-mobile-drawer{transform:translate(-100%)}.main-mobile-overlay-fade-enter-from .main-mobile-language-sheet,.main-mobile-overlay-fade-leave-to .main-mobile-language-sheet{transform:translateY(100%)}html,body,#app{margin:0;padding:0}.product-list-page{min-height:100vh;transition:background-color .3s ease,color .3s ease}html:has(body .product-list-page)::view-transition-old(root),html:has(body .product-list-page)::view-transition-new(root),body:has(.product-list-page)::view-transition-old(root),body:has(.product-list-page)::view-transition-new(root){animation:none;mix-blend-mode:normal}html:has(body .product-list-page)[data-theme-transition-direction=expand]::view-transition-new(root),body:has(.product-list-page)[data-theme-transition-direction=expand]::view-transition-new(root){clip-path:circle(0 at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px));animation:productListThemeRevealExpand .52s cubic-bezier(.22,1,.36,1) forwards;z-index:2}html:has(body .product-list-page)[data-theme-transition-direction=collapse]::view-transition-old(root),body:has(.product-list-page)[data-theme-transition-direction=collapse]::view-transition-old(root){clip-path:circle(150vmax at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px));animation:productListThemeRevealCollapse .52s cubic-bezier(.22,1,.36,1) forwards;z-index:2}html:has(body .product-list-page)[data-theme-transition-direction=collapse]::view-transition-new(root),body:has(.product-list-page)[data-theme-transition-direction=collapse]::view-transition-new(root){z-index:1}@keyframes productListThemeRevealExpand{0%{clip-path:circle(0 at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}to{clip-path:circle(150vmax at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}}@keyframes productListThemeRevealCollapse{0%{clip-path:circle(150vmax at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}to{clip-path:circle(0 at var(--theme-ripple-x, calc(100vw - 120px) ) var(--theme-ripple-y, 56px))}}.product-list-page--dark{background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 24%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 28%),#050816;color:#fff}.product-list-page--light{background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f8fafc;color:#0f172a}html:has(body .product-list-page--dark),body:has(.product-list-page--dark){scrollbar-width:thin;scrollbar-color:#334155 #0b1224}html:has(body .product-list-page--dark)::-webkit-scrollbar,body:has(.product-list-page--dark)::-webkit-scrollbar{width:10px}html:has(body .product-list-page--dark)::-webkit-scrollbar-track,body:has(.product-list-page--dark)::-webkit-scrollbar-track{background:#0b1224}html:has(body .product-list-page--dark)::-webkit-scrollbar-thumb,body:has(.product-list-page--dark)::-webkit-scrollbar-thumb{background:#334155;border-radius:999px;border:2px solid #0b1224}html:has(body .product-list-page--dark)::-webkit-scrollbar-thumb:hover,body:has(.product-list-page--dark)::-webkit-scrollbar-thumb:hover{background:#475569}html:has(body .product-list-page--light),body:has(.product-list-page--light){scrollbar-width:thin;scrollbar-color:#cbd5e1 #f3f6fb}html:has(body .product-list-page--light)::-webkit-scrollbar,body:has(.product-list-page--light)::-webkit-scrollbar{width:10px}html:has(body .product-list-page--light)::-webkit-scrollbar-track,body:has(.product-list-page--light)::-webkit-scrollbar-track{background:#f3f6fb}html:has(body .product-list-page--light)::-webkit-scrollbar-thumb,body:has(.product-list-page--light)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f3f6fb}html:has(body .product-list-page--light)::-webkit-scrollbar-thumb:hover,body:has(.product-list-page--light)::-webkit-scrollbar-thumb:hover{background:#94a3b8}.product-list-shell{width:1440px;max-width:100%;box-sizing:border-box;margin:0 auto;padding:0 72px}.product-list-page .main-shell{width:1440px;max-width:100%;margin:0 auto;box-sizing:border-box}.product-list-page--light .main-brand,.product-list-page--light .main-language-toggle,.product-list-page--light .main-theme-icon{color:#0f172a}.product-list-page--light .main-nav-links{color:#475569}.product-list-page--light .main-topbar{color:#0f172a}.product-list-page--light .main-topbar--scrolled{box-shadow:0 18px 40px #0f172a14}.product-list-page--light .main-topbar--scrolled:before{background:#f7f9fcc7;box-shadow:0 18px 40px #0f172a14}.product-list-page--light .main-language-card{background:#fff;border-color:#d9e1ec;box-shadow:0 18px 40px #0f172a1a}.product-list-page--light .main-language-card-title{color:#64748b}.product-list-page--light .main-language-option{color:#475569}.product-list-page--light .main-language-option.is-selected{background:#eff6ff;color:#0f172a}.product-list-page--light .main-language-option:not(.is-selected):hover{color:#0f172a}.product-list-page--light .main-language-option svg{color:#2563eb}.product-list-page--light .main-topbar-cta{background:#2563eb;color:#fff}.product-list-page--light .main-topbar-cta:hover{box-shadow:0 10px 22px #0f172a1a}.product-list-search-card__action,.product-list-btn,.product-list-cta-band__btn,.product-list-pagination__item{border:none;text-decoration:none;cursor:pointer}.product-list-theme-toggle{padding:12px 16px;border-radius:999px;font-size:13px;font-weight:700;background:transparent}.product-list-card__price-wrap{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap;flex:1 1 auto;min-width:0;position:relative;z-index:8}.product-list-card__region-menu{position:relative;flex:0 0 auto;z-index:20}.product-list-card__region-trigger{display:inline-flex;align-items:center;gap:6px;min-width:116px;height:28px;padding:0 10px 0 12px;border:none;border-radius:999px;background:#0f172ab8;color:#f8fafc;font-size:11px;box-shadow:inset 0 0 0 1px #ffffff0a,0 6px 16px #0f172a1f;cursor:pointer}.product-list-card__region-trigger svg{width:12px;height:12px;flex:0 0 12px}.product-list-card__region-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:168px;padding:8px;border-radius:14px;background:#0f172a;box-shadow:0 18px 40px #0f172a47;z-index:120}.product-list-card__region-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#e2e8f0;font-size:12px;text-align:left;cursor:pointer}.product-list-card__region-option.is-active{background:#3b82f624;color:#fff}.product-list-card__region-option strong{color:#94a3b8;font-size:11px}.product-list-page--light .product-list-card__region-trigger{background:#ffffffeb;color:#334155;box-shadow:inset 0 0 0 1px #ffffff80,0 6px 16px #94a3b81f}.product-list-page--light .product-list-card__region-dropdown{background:#fff;box-shadow:0 18px 40px #94a3b82e}.product-list-page--light .product-list-card__region-option{color:#334155}.product-list-page--light .product-list-card__region-option.is-active{background:#2563eb14;color:#0f172a}.product-list-page--dark .product-list-theme-toggle{color:#cbd5e1;border:1px solid #334155}.product-list-page--light .product-list-theme-toggle{color:#0f172a;border:1px solid #cbd5e1}.product-list-topbar__cta,.product-list-search-card__action,.product-list-btn--primary,.product-list-cta-band__btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#2563eb;color:#fff;font-weight:700}.product-list-topbar__cta{padding:12px 18px;font-size:13px}.product-list-breadcrumb{display:flex;align-items:center;gap:8px;padding:32px 0 8px;font-size:13px}.product-list-breadcrumb__link{text-decoration:none;color:#64748b;transition:color .18s ease}.product-list-breadcrumb__link:hover{color:#60a5fa}.product-list-page--light .product-list-breadcrumb__link:hover{color:#2563eb}.product-list-breadcrumb__sep{color:#334155;font-size:11px}.product-list-breadcrumb__current{color:#94a3b8}.product-list-hero{padding:8px 0 18px}.product-list-hero__inner{display:flex;flex-direction:column;gap:18px;padding:0;border-radius:0}.product-list-page--dark .product-list-hero__inner,.product-list-page--light .product-list-hero__inner{background:transparent;border:none}.product-list-hero__kicker{margin:0;color:#4d8dff;font-size:10px;font-weight:700;letter-spacing:1px}.product-list-hero__title{margin:0;max-width:100%;font-size:40px;line-height:1.14;font-weight:800}.product-list-hero__desc{margin:0;max-width:720px;font-size:14px;line-height:1.7}.product-list-page--dark .product-list-hero__desc{color:#94a3b8}.product-list-page--light .product-list-hero__desc{color:#475569}.product-list-search-card{display:flex;flex-direction:column;gap:12px;margin-top:8px;padding:0;border-radius:0}.product-list-page--dark .product-list-search-card,.product-list-page--light .product-list-search-card{background:transparent;border:none}.product-list-search-card__row{display:flex;align-items:center;gap:14px}.product-list-search-input{flex:1;display:flex;align-items:center;gap:12px;min-height:52px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:500}.product-list-page--dark .product-list-search-input{background:#11182a;color:#64748b;border:1px solid rgba(30,41,59,.95)}.product-list-page--light .product-list-search-input{background:#f8fafc;color:#64748b;border:1px solid #dbe4ef}.product-list-search-input__icon{color:#64748b;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:20px;line-height:1;flex:0 0 auto;transform:translateY(-2px)}.product-list-search-input__field{flex:1;min-width:0;padding:0;border:none;outline:none;background:transparent;color:#94a3b8;font-size:14px;line-height:1.2}.product-list-search-input__field::placeholder{color:#94a3b8}.product-list-page--light .product-list-search-input__field{color:#64748b}.product-list-page--light .product-list-search-input__field::placeholder{color:#64748b}.product-list-search-input__example{margin-left:auto;color:#64748b;font-size:12px;white-space:nowrap}.product-list-search-card__action{display:inline-flex;align-items:center;justify-content:center;min-width:104px;min-height:52px;padding:0 20px;border-radius:14px;font-size:13px;font-weight:700;background:#ff8a1d;color:#fff;box-shadow:none}.product-list-tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.product-list-tag-row__label{color:#64748b;font-size:12px;font-weight:600}.product-list-tag{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:700;cursor:pointer}.product-list-page--dark .product-list-tag{background:#11182a;color:#cbd5e1;border:1px solid rgba(30,41,59,.95)}.product-list-page--light .product-list-tag{background:#fff;color:#475569;border:1px solid #dbe4ef}.product-list-tag.is-active{background:#1e293b;color:#fff;border-color:#334155}.product-list-products{padding:0 0 48px}.product-list-section-head{margin-bottom:24px}.product-list-section-head h2{margin:0;color:#38bdf8;font-size:32px;font-weight:800}.product-list-page--light .product-list-section-head h2{color:#0284c7}.product-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-list-card{display:flex;flex-direction:column;border-radius:18px;overflow:visible;position:relative;z-index:2}.product-list-page--dark .product-list-card{background:#0b1322;border:1px solid #1a2540}.product-list-page--light .product-list-card{background:#fff;border:1px solid #dbe4ef;box-shadow:0 12px 32px #94a3b81f}.product-list-card__image-wrap{position:relative;padding:18px 18px 0}.product-list-card__series{position:absolute;top:32px;left:32px;z-index:2;color:#60a5fa;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.product-list-card__image{display:block;width:100%;height:auto;aspect-ratio:3/2;border-radius:14px;object-fit:cover}.product-list-card__badge{position:absolute;top:50%;left:32px;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:#0f172a94;font-size:10px;font-weight:700}.product-list-card__series{position:absolute;top:32px;left:32px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#0f172ac7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-list-card__image-meta{position:absolute;right:32px;bottom:12px;left:32px;z-index:2;display:flex;align-items:center;justify-content:space-between;color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.3px}.product-list-card__body{display:flex;flex-direction:column;gap:16px;padding:18px 18px 20px;flex:1;position:relative;z-index:3}.product-list-card__title{margin:0;font-size:22px;font-weight:800;line-height:1.3}.product-list-page--dark .product-list-card__title{color:#fff}.product-list-page--light .product-list-card__title{color:#0f172a}.product-list-card__summary{margin:0;font-size:13px;line-height:1.65}.product-list-page--dark .product-list-card__summary{color:#94a3b8}.product-list-page--light .product-list-card__summary{color:#475569}.product-list-card__specs{display:flex;flex-wrap:wrap;gap:8px}.product-list-card__spec-chip{display:inline-flex;align-items:center;height:31px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:600}.product-list-page--dark .product-list-card__spec-chip{background:#131d31;border:1px solid #1e2f48;color:#94a3b8}.product-list-page--light .product-list-card__spec-chip{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.product-list-card__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:auto;position:relative;z-index:6}.product-list-card__price{font-size:22px;font-weight:800;line-height:1;display:inline-flex;align-items:center;transform:translateY(-2px)}.product-list-page--dark .product-list-card__price{color:#fff}.product-list-page--light .product-list-card__price{color:#0f172a}.product-list-btn{display:inline-flex;align-items:center;justify-content:center;height:43px;padding:0 22px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap;flex-shrink:0;margin-left:auto;cursor:pointer;text-decoration:none}.product-list-btn--primary{background:#f97316;color:#fff}.product-list-btn--primary:hover{background:#ea6c0a}.product-list-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;padding-top:40px}.product-list-pagination__item,.product-list-pagination__nav{display:inline-flex;align-items:center;justify-content:center;height:40px;min-width:40px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,color .15s;border:none;outline:none}.product-list-pagination__item{width:40px}.product-list-pagination__nav{padding:0 18px}.product-list-pagination__nav:disabled{opacity:.35;cursor:not-allowed}.product-list-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;width:32px;height:40px;font-size:13px;font-weight:700;letter-spacing:1px}.product-list-page--dark .product-list-pagination__item,.product-list-page--dark .product-list-pagination__nav{background:#131d31;color:#cbd5e1;border:1px solid #1e2f48}.product-list-page--dark .product-list-pagination__ellipsis{color:#64748b}.product-list-page--dark .product-list-pagination__item:hover:not(.is-active),.product-list-page--dark .product-list-pagination__nav:hover:not(:disabled){background:#1a2844;color:#fff}.product-list-page--light .product-list-pagination__item,.product-list-page--light .product-list-pagination__nav{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.product-list-page--light .product-list-pagination__ellipsis{color:#94a3b8}.product-list-page--light .product-list-pagination__item:hover:not(.is-active),.product-list-page--light .product-list-pagination__nav:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.product-list-pagination__item.is-active{background:#f97316;color:#fff;border-color:#f97316}.product-list-cta-band{padding:0}.product-list-cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:42px 72px}.product-list-page--dark .product-list-cta-band__inner{background:#0b1224}.product-list-page--light .product-list-cta-band__inner{background:#f1f5f9}.product-list-cta-band__text{margin:0;font-size:28px;font-weight:800;line-height:1.3}.product-list-page--dark .product-list-cta-band__text{color:#fff}.product-list-page--light .product-list-cta-band__text{color:#0f172a}.product-list-cta-band__btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;border-radius:999px;background:#f97316;color:#fff;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;cursor:pointer}.product-list-cta-band__btn:hover{background:#ea6c0a}.product-list-footer-wrap{width:100%}.product-list-page--dark .product-list-footer-wrap{background:#08101f}.product-list-page--light .product-list-footer-wrap{background:#fff}.product-list-page--light .main-nav-links a.is-active{color:#0f172a!important}.product-list-page--light .main-nav-links a.is-active:after{background:#2563eb}@media(max-width:1100px){.product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-list-hero__title{font-size:34px}}@media(max-width:768px){.product-list-shell{width:100%;padding:0 16px}.product-list-topbar__inner{min-height:76px}.product-list-brand{font-size:22px}.product-list-topbar__actions{gap:8px}.product-list-topbar__cta,.product-list-theme-toggle{padding:10px 14px;font-size:12px}.product-list-hero{padding-top:24px}.product-list-hero__inner{gap:12px;padding:0;background:transparent;border:none}.product-list-hero__title{font-size:22px;line-height:1.2;white-space:normal}.product-list-hero__desc{font-size:13px;line-height:1.6}.product-list-search-card{padding:0;background:transparent;border:none}.product-list-search-card__row{flex-direction:column;align-items:stretch}.product-list-search-input,.product-list-search-card__action{min-height:48px}.product-list-grid{grid-template-columns:1fr;gap:12px}.product-list-card__image{height:188px}.product-list-card__title{font-size:20px}.product-list-card__specs{grid-template-columns:1fr 1fr}.product-list-card__actions{flex-direction:column}.product-list-section-head h2{font-size:24px}.product-list-cta-band__inner,.product-list-footer__inner{flex-direction:column;align-items:flex-start;padding:18px;border-radius:22px}.product-list-cta-band__inner h2{font-size:20px}.product-list-footer__brand{font-size:18px}.product-list-footer__text{font-size:12px;line-height:1.5}}@keyframes plFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes plFadeIn{0%{opacity:0}to{opacity:1}}.product-list-hero__kicker{animation:plFadeUp .55s cubic-bezier(.22,1,.36,1) .05s both}.product-list-hero__title{animation:plFadeUp .6s cubic-bezier(.22,1,.36,1) .15s both}.product-list-hero__desc{animation:plFadeUp .6s cubic-bezier(.22,1,.36,1) .25s both}.product-list-search-card{animation:plFadeUp .65s cubic-bezier(.22,1,.36,1) .35s both}.product-list-section-head{opacity:0;transform:translateY(20px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.product-list-section-head.is-revealed{opacity:1;transform:translateY(0)}.product-list-card{opacity:0;transform:translateY(28px);outline:2px solid transparent;outline-offset:-1px;transition:opacity .52s cubic-bezier(.22,1,.36,1) calc(var(--card-index, 0) * .06s),transform .52s cubic-bezier(.22,1,.36,1) calc(var(--card-index, 0) * .06s),box-shadow .28s ease,border-color .28s ease,outline-color .24s ease}.product-list-card.is-revealed{opacity:1;transform:translateY(0)}.product-list-card:hover{box-shadow:0 20px 48px #0f172a38}.product-list-card.is-revealed:hover{transform:translateY(0)}.product-list-page--dark .product-list-card:hover{outline-color:#f97316bf;border-color:transparent}.product-list-page--light .product-list-card:hover{box-shadow:0 20px 48px #0f172a1f;outline-color:#2563eb99;border-color:transparent}.product-list-card__image-wrap{overflow:hidden;position:relative}.product-list-card__image{transition:opacity .4s ease}.product-list-card__image.is-faded{opacity:0}.product-list-card__video{position:absolute;inset:18px 18px 0;width:calc(100% - 36px);height:calc(100% - 18px);object-fit:cover;display:block;border-radius:14px;opacity:0;transition:opacity .4s ease}.product-list-card__video.is-visible{opacity:1}.product-list-grid{transition:opacity .18s ease}.product-list-grid.is-hidden{opacity:0;pointer-events:none}.product-list-pagination{opacity:0;transform:translateY(16px);transition:opacity .5s cubic-bezier(.22,1,.36,1) .1s,transform .5s cubic-bezier(.22,1,.36,1) .1s}.product-list-pagination.is-revealed{opacity:1;transform:translateY(0)}.product-list-cta-band{opacity:0;transform:translateY(20px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.product-list-cta-band.is-revealed{opacity:1;transform:translateY(0)}.product-list-tag{transition:background-color .22s ease,color .22s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}.product-list-tag:active{transform:scale(.92)}.product-list-pagination__item{transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .18s ease}.product-list-pagination__item:hover:not(.is-active){transform:translateY(-2px)}.product-list-pagination__nav{transition:opacity .2s ease,transform .18s ease}.product-list-pagination__nav:not(:disabled):hover{transform:translateY(-2px)}.mpl-page{min-height:100dvh;width:100%;box-sizing:border-box}.mpl-page *,.mpl-page *:before,.mpl-page *:after{box-sizing:border-box}.mpl-page main{overflow-x:clip}.mpl-page--dark{background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 30%),#050816;color:#f8fafc}.mpl-page--light{background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc;color:#0f172a}.mpl-shell{box-sizing:border-box;width:100%;max-width:430px;margin:0 auto;padding:0 20px}.mpl-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0 8px;font-size:12px;flex-wrap:wrap}.mpl-breadcrumb__link{text-decoration:none;color:#64748b}.mpl-breadcrumb__sep{color:#334155;font-size:10px}.mpl-breadcrumb__current{color:#94a3b8}.mpl-hero{padding:24px 0 20px}.mpl-hero__kicker{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px}.mpl-page--dark .mpl-hero__kicker{color:#60a5fa}.mpl-page--light .mpl-hero__kicker{color:#2563eb}.mpl-hero__title{font-size:28px;font-weight:800;line-height:1.25;margin:0 0 10px}.mpl-page--dark .mpl-hero__title{color:#f8fafc}.mpl-page--light .mpl-hero__title{color:#0f172a}.mpl-hero__desc{font-size:13px;font-weight:500;line-height:1.6;margin:0}.mpl-page--dark .mpl-hero__desc{color:#64748b}.mpl-page--light .mpl-hero__desc{color:#475569}.mpl-search{padding:0 0 16px}.mpl-search__input-wrap{display:flex;align-items:center;height:48px;border-radius:999px;padding:0 16px;margin-bottom:14px}.mpl-page--dark .mpl-search__input-wrap{background:#1e293b;border:1px solid #334155}.mpl-page--light .mpl-search__input-wrap{background:#fff;border:1px solid #dbe4ef}.mpl-search__input{flex:1;border:none;background:transparent;outline:none;font-size:14px;font-weight:500}.mpl-page--dark .mpl-search__input{color:#f8fafc}.mpl-page--light .mpl-search__input{color:#0f172a}.mpl-search__input::placeholder{color:#64748b}.mpl-search__tags{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.mpl-search__tags::-webkit-scrollbar{display:none}.mpl-tag{display:inline-flex;align-items:center;flex-shrink:0;height:31px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease}.mpl-page--dark .mpl-tag{background:#1e293b;color:#94a3b8;border:1px solid #334155}.mpl-page--light .mpl-tag{background:#eef2f7;color:#475569;border:1px solid transparent}.mpl-page--dark .mpl-tag.is-active{background:#5d00ff;color:#fff;border-color:transparent}.mpl-page--light .mpl-tag.is-active{background:#2563eb;color:#fff;border-color:transparent}.mpl-section-head{padding:8px 0 14px}.mpl-section-head__title{font-size:20px;font-weight:800;margin:0}.mpl-page--dark .mpl-section-head__title{color:#f8fafc}.mpl-page--light .mpl-section-head__title{color:#0f172a}.mpl-card__price-wrap{display:flex;flex-direction:row;align-items:center;gap:6px;flex-wrap:nowrap;flex:1 1 auto;min-width:0;position:relative;z-index:8}.mpl-card__region-menu{position:relative;flex:0 0 auto;z-index:20}.mpl-card__region-trigger{display:inline-flex;align-items:center;gap:6px;min-width:104px;height:26px;padding:0 10px;border:none;border-radius:999px;background:#0f172ab8;color:#f8fafc;font-size:11px;box-shadow:inset 0 0 0 1px #ffffff0a,0 6px 16px #0f172a1f}.mpl-card__region-trigger svg{width:11px;height:11px;flex:0 0 11px}.mpl-card__region-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:160px;padding:8px;border-radius:14px;background:#0f172a;box-shadow:0 18px 40px #0f172a47;z-index:120}.mpl-card__region-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#e2e8f0;font-size:12px;text-align:left}.mpl-card__region-option.is-active{background:#3b82f624;color:#fff}.mpl-card__region-option strong{color:#94a3b8;font-size:11px}.mpl-page--light .mpl-card__region-trigger{background:#ffffffeb;color:#334155;box-shadow:inset 0 0 0 1px #ffffff80,0 6px 16px #94a3b81f}.mpl-page--light .mpl-card__region-dropdown{background:#fff;box-shadow:0 18px 40px #94a3b82e}.mpl-page--light .mpl-card__region-option{color:#334155}.mpl-page--light .mpl-card__region-option.is-active{background:#2563eb14;color:#0f172a}.mpl-card-list{display:flex;flex-direction:column;gap:12px;padding-bottom:24px}.mpl-card{border-radius:18px;overflow:visible;opacity:0;transform:translateY(20px);position:relative;z-index:2;transition:opacity .48s cubic-bezier(.22,1,.36,1) calc(var(--card-index, 0) * .05s),transform .48s cubic-bezier(.22,1,.36,1) calc(var(--card-index, 0) * .05s)}.mpl-card.is-revealed{opacity:1;transform:translateY(0)}.mpl-page--dark .mpl-card{background:#111827;border:1px solid #1e293b}.mpl-page--light .mpl-card{background:#fff;border:1px solid #dbe4ef}.mpl-card__image-wrap{position:relative;padding:18px 18px 0}.mpl-card__image{display:block;width:100%;aspect-ratio:354/236;object-fit:cover;border-radius:14px;transition:opacity .4s ease}.mpl-card__image.is-faded{opacity:0}.mpl-card__video{position:absolute;inset:18px 18px 0;width:calc(100% - 36px);height:calc(100% - 18px);object-fit:cover;border-radius:14px;display:block;opacity:0;transition:opacity .4s ease}.mpl-card__video.is-visible{opacity:1}.mpl-card__series{position:absolute;top:32px;left:32px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#0f172ac7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#60a5fa}.mpl-card__badge{position:absolute;top:49%;left:32px;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:#0f172aad;font-size:11px;font-weight:700}.mpl-card__image-meta{position:absolute;left:32px;right:32px;bottom:12px;z-index:2;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.3px;white-space:nowrap}.mpl-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px;position:relative;z-index:3}.mpl-card__title{font-size:22px;font-weight:800;line-height:1.25;margin:0}.mpl-page--dark .mpl-card__title{color:#fff}.mpl-page--light .mpl-card__title{color:#0f172a}.mpl-card__summary{font-size:13px;font-weight:500;line-height:1.6;margin:0}.mpl-page--dark .mpl-card__summary{color:#64748b}.mpl-page--light .mpl-card__summary{color:#475569}.mpl-card__specs{display:flex;gap:8px;flex-wrap:wrap}.mpl-card__spec-chip{display:inline-flex;align-items:center;height:31px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:600}.mpl-page--dark .mpl-card__spec-chip{background:#1e293b;color:#94a3b8}.mpl-page--light .mpl-card__spec-chip{background:#eef2f7;color:#475569}.mpl-card__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:2px;position:relative;z-index:6}.mpl-card__price{font-size:24px;font-weight:800;display:inline-flex;align-items:center;transform:translateY(-1px)}.mpl-page--dark .mpl-card__price{color:#fff}.mpl-page--light .mpl-card__price{color:#0f172a}.mpl-card__btn{display:inline-flex;align-items:center;justify-content:center;height:43px;padding:0 18px;border-radius:999px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;margin-left:auto}.mpl-page--dark .mpl-card__btn{background:#f97316}.mpl-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 0 28px}.mpl-pagination__nav{display:inline-flex;align-items:center;justify-content:center;height:33px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:opacity .18s ease}.mpl-pagination__nav:disabled{opacity:.35;cursor:not-allowed}.mpl-page--dark .mpl-pagination__nav{background:#1e293b;color:#94a3b8}.mpl-page--light .mpl-pagination__nav{background:#eef2f7;color:#475569}.mpl-pagination__item{display:inline-flex;align-items:center;justify-content:center;width:33px;height:33px;border-radius:999px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:background .18s ease,color .18s ease}.mpl-page--dark .mpl-pagination__item{background:#1e293b;color:#94a3b8}.mpl-page--light .mpl-pagination__item{background:#eef2f7;color:#475569}.mpl-pagination__item.is-active{background:#2563eb;color:#fff}.mpl-pagination__ellipsis{font-size:13px;font-weight:700;color:#64748b;padding:0 4px}.mpl-cta{border-radius:24px;padding:20px 18px 22px;margin-bottom:24px}.mpl-page--dark .mpl-cta{background:#1e293b}.mpl-page--light .mpl-cta{background:#eef2f7}.mpl-cta__text{font-size:20px;font-weight:800;line-height:1.35;margin:0 0 16px}.mpl-page--dark .mpl-cta__text{color:#f8fafc}.mpl-page--light .mpl-cta__text{color:#0f172a}.mpl-cta__btn{display:inline-flex;align-items:center;justify-content:center;height:43px;padding:0 20px;border-radius:999px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.mpl-page--dark .mpl-cta__btn{background:#f97316}.mpl-footer-note{padding:8px 0 32px}.mpl-footer-note__label{font-size:14px;font-weight:700;margin:0 0 8px}.mpl-page--dark .mpl-footer-note__label{color:#f8fafc}.mpl-page--light .mpl-footer-note__label{color:#0f172a}.mpl-footer-note__text{font-size:12px;font-weight:500;line-height:1.6;margin:0;color:#64748b}html:has(body .pd-page--dark),body:has(.pd-page--dark){scrollbar-width:thin;scrollbar-color:#334155 #0b1224}html:has(body .pd-page--dark)::-webkit-scrollbar,body:has(.pd-page--dark)::-webkit-scrollbar{width:10px}html:has(body .pd-page--dark)::-webkit-scrollbar-track,body:has(.pd-page--dark)::-webkit-scrollbar-track{background:#0b1224}html:has(body .pd-page--dark)::-webkit-scrollbar-thumb,body:has(.pd-page--dark)::-webkit-scrollbar-thumb{background:#334155;border-radius:999px;border:2px solid #0b1224}html:has(body .pd-page--dark)::-webkit-scrollbar-thumb:hover,body:has(.pd-page--dark)::-webkit-scrollbar-thumb:hover{background:#475569}html:has(body .pd-page--light),body:has(.pd-page--light){scrollbar-width:thin;scrollbar-color:#cbd5e1 #f3f6fb}html:has(body .pd-page--light)::-webkit-scrollbar,body:has(.pd-page--light)::-webkit-scrollbar{width:10px}html:has(body .pd-page--light)::-webkit-scrollbar-track,body:has(.pd-page--light)::-webkit-scrollbar-track{background:#f3f6fb}html:has(body .pd-page--light)::-webkit-scrollbar-thumb,body:has(.pd-page--light)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f3f6fb}html:has(body .pd-page--light)::-webkit-scrollbar-thumb:hover,body:has(.pd-page--light)::-webkit-scrollbar-thumb:hover{background:#94a3b8}.pd-page{min-height:100vh;font-family:inherit}.pd-page--dark{background:radial-gradient(circle at top right,rgba(249,115,22,.1),transparent 20%),radial-gradient(circle at top left,rgba(59,130,246,.1),transparent 28%),#050816;color:#f8fafc}.pd-page--light{background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 24%),radial-gradient(circle at top left,rgba(59,130,246,.06),transparent 28%),#f7f9fc;color:#0f172a}.pd-shell{max-width:1440px;margin:0 auto;padding:0 72px;box-sizing:border-box}.pd-shell--refreshing{position:relative}.pd-refreshing{position:sticky;top:112px;z-index:6;margin-left:auto;width:fit-content;padding:8px 14px;border-radius:999px;background:#0f172ab8;color:#e2e8f0;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pd-breadcrumb{display:flex;align-items:center;gap:8px;padding:40px 0 24px;font-size:13px}.pd-breadcrumb__link{text-decoration:none;color:#64748b;transition:color .18s ease}.pd-breadcrumb__link:hover{color:#60a5fa}.pd-page--light .pd-breadcrumb__link:hover{color:#2563eb}.pd-breadcrumb__sep{color:#334155;font-size:11px}.pd-breadcrumb__current{color:#94a3b8}.pd-hero{display:grid;grid-template-columns:640px 1fr;gap:68px;align-items:start;padding-bottom:48px}.pd-gallery{display:flex;flex-direction:column;gap:16px}.pd-gallery__main{position:relative;border-radius:20px;overflow:hidden;background:#0b1224;aspect-ratio:4/3}.pd-page--light .pd-gallery__main{background:#e2e8f0}.pd-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block}.pd-gallery__series{position:absolute;top:20px;left:20px;font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:.06em;text-transform:uppercase}.pd-page--light .pd-gallery__series{color:#2563eb}.pd-gallery__meta{position:absolute;bottom:16px;left:20px;right:20px;display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:#94a3b8}.pd-gallery__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pd-gallery__thumb{border-radius:14px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .18s ease;height:90px;background:#0b1224}.pd-page--light .pd-gallery__thumb{background:#e2e8f0}.pd-gallery__thumb.is-active,.pd-page--light .pd-gallery__thumb.is-active{border-color:#f97316}.pd-cta-card__price-wrap{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap}.pd-cta-card__region-menu{position:relative;flex:0 0 auto}.pd-cta-card__region-trigger{display:inline-flex;align-items:center;gap:6px;min-width:120px;height:28px;padding:0 10px 0 12px;border:none;border-radius:999px;background:#0f172ab8;color:#f8fafc;font-size:11px;box-shadow:inset 0 0 0 1px #ffffff0a,0 6px 16px #0f172a1f;cursor:pointer}.pd-cta-card__region-trigger svg{width:12px;height:12px;flex:0 0 12px}.pd-cta-card__region-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:176px;padding:8px;border-radius:14px;background:#0f172a;box-shadow:0 18px 40px #0f172a47;z-index:60}.pd-cta-card__region-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#e2e8f0;font-size:12px;text-align:left;cursor:pointer}.pd-cta-card__region-option.is-active{background:#3b82f624;color:#fff}.pd-page--light .pd-cta-card__region-option{color:#334155}.pd-page--light .pd-cta-card__region-option.is-active{background:#2563eb14;color:#0f172a}.pd-cta-card__region-option strong{color:#94a3b8;font-size:11px}.pd-page--light .pd-cta-card__region-trigger{background:#ffffffeb;color:#334155;box-shadow:inset 0 0 0 1px #ffffff80,0 6px 16px #94a3b81f}.pd-page--light .pd-cta-card__region-dropdown{background:#fff;box-shadow:0 18px 40px #94a3b82e}.pd-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pd-info{display:flex;flex-direction:column;gap:24px;padding-top:4px}.pd-info__kicker{font-size:12px;font-weight:700;color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;margin:0}.pd-page--light .pd-info__kicker{color:#2563eb}.pd-info__name{font-size:44px;font-weight:800;line-height:1.1;margin:0}.pd-info__summary{font-size:15px;font-weight:500;line-height:1.7;color:#94a3b8;margin:0}.pd-page--light .pd-info__summary{color:#475569}.pd-info__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pd-info__tag{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;background:#1e293b;color:#e2e8f0}.pd-page--light .pd-info__tag{background:#e2e8f0;color:#334155}.pd-info__tag--stock{background:transparent;border:1px solid #34d399;color:#34d399}.pd-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pd-metric{background:#0b1224;border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:6px}.pd-page--light .pd-metric{background:#e2e8f0}.pd-metric__label{font-size:13px;font-weight:700;color:#64748b}.pd-page--light .pd-metric__label{color:#64748b}.pd-metric__value{font-size:24px;font-weight:800;line-height:1.2}.pd-cta-card{background:#0b1224;border-radius:22px;padding:22px 24px;display:flex;flex-direction:column;gap:16px}.pd-page--light .pd-cta-card{background:#e2e8f0}.pd-cta-card__top{display:flex;align-items:center;justify-content:space-between}.pd-cta-card__label{font-size:14px;font-weight:700;color:#64748b}.pd-cta-card__price{font-size:34px;font-weight:800;line-height:1;display:inline-flex;align-items:center;transform:translateY(-2px)}.pd-cta-card__rate-time{margin:-8px 0 0;font-size:12px;font-weight:500;color:#94a3b8}.pd-page--light .pd-cta-card__rate-time{color:#64748b}.pd-cta-card__actions{display:flex;gap:12px}.pd-cta-card__btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:opacity .18s ease}.pd-cta-card__btn:hover{opacity:.85}.pd-cta-card__btn--primary{background:#f97316;color:#fff}.pd-page--light .pd-cta-card__btn--primary{background:#2563eb}.pd-cta-card__btn--secondary{background:transparent;border:1.5px solid #334155;color:inherit}.pd-page--light .pd-cta-card__btn--secondary{border-color:#94a3b8}.pd-cta-card__note{font-size:13px;font-weight:500;color:#64748b}.pd-body{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:start;padding-bottom:80px}.pd-card{background:#0b1224;border-radius:26px;padding:24px;margin-bottom:20px}.pd-page--light .pd-card{background:#e2e8f0}.pd-card__title{font-size:18px;font-weight:800;margin:0 0 20px}.pd-specs-table{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px}.pd-spec-row{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;border-bottom:1px solid #1e293b}.pd-page--light .pd-spec-row{border-bottom-color:#cbd5e1}.pd-spec-row__label{font-size:12px;font-weight:700;color:#64748b}.pd-spec-row__value{font-size:14px;font-weight:700}.pd-docs{display:flex;flex-direction:column;gap:16px}.pd-docs__subtitle{font-size:14px;font-weight:700;color:#64748b;margin:0}.pd-page--light .pd-docs__subtitle{color:#64748b}.pd-docs__files{display:flex;gap:12px;flex-wrap:wrap}.pd-doc-item{display:flex;align-items:center;justify-content:center;width:110px;height:80px;border-radius:14px;border:1px solid #1e293b;background:#111827;font-size:11px;font-weight:700;color:#64748b;cursor:pointer;transition:border-color .18s ease;text-align:center;padding:8px}.pd-page--light .pd-doc-item{background:#f8fafc;border-color:#cbd5e1}.pd-doc-item:hover{border-color:#60a5fa}.pd-page--light .pd-doc-item:hover{border-color:#2563eb}.pd-docs__note{font-size:13px;color:#64748b}.pd-docs__dl-btn{display:inline-flex;align-items:center;height:39px;padding:0 16px;border-radius:999px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;border:none;cursor:pointer;text-decoration:none;transition:opacity .18s ease}.pd-docs__dl-btn:hover{opacity:.85}.pd-desc__text{font-size:14px;font-weight:500;line-height:1.8;color:#94a3b8;margin:0}.pd-page--light .pd-desc__text{color:#475569}.pd-richtext{color:#94a3b8;font-size:14px;font-weight:500;line-height:1.8}.pd-page--light .pd-richtext{color:#475569}.pd-richtext>:first-child{margin-top:0}.pd-richtext>:last-child{margin-bottom:0}.pd-richtext p,.pd-richtext ul,.pd-richtext ol,.pd-richtext blockquote,.pd-richtext h1,.pd-richtext h2,.pd-richtext h3,.pd-richtext h4{margin:0 0 12px}.pd-richtext ul,.pd-richtext ol{padding-left:20px}.pd-richtext li+li{margin-top:8px}.pd-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.pd-list li{font-size:14px;font-weight:500;line-height:1.7;color:#94a3b8;padding-left:16px;position:relative}.pd-page--light .pd-list li{color:#475569}.pd-list li:before{content:"·";position:absolute;left:0;color:#60a5fa;font-weight:800}.pd-page--light .pd-list li:before{color:#2563eb}.pd-scenes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pd-scene{background:#111827;border-radius:14px;padding:16px}.pd-page--light .pd-scene{background:#f8fafc}.pd-scene__label{font-size:13px;font-weight:700;margin:0 0 6px}.pd-scene__desc{font-size:12px;font-weight:500;line-height:1.7;color:#64748b;margin:0}.pd-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:20px}.pd-sidebar__card{background:#0b1224;border-radius:22px;padding:20px}.pd-page--light .pd-sidebar__card{background:#e2e8f0}.pd-sidebar__title{font-size:16px;font-weight:800;margin:0 0 16px}.pd-form{display:flex;flex-direction:column;gap:12px}.pd-form__input,.pd-form__textarea{width:100%;background:#111827;border:1px solid #1e293b;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:500;color:#f8fafc;outline:none;resize:none;box-sizing:border-box;transition:border-color .18s ease;font-family:inherit}.pd-page--light .pd-form__input,.pd-page--light .pd-form__textarea{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.pd-form__input::placeholder,.pd-form__textarea::placeholder{color:#64748b}.pd-form__input:focus,.pd-form__textarea:focus{border-color:#60a5fa}.pd-page--light .pd-form__input:focus,.pd-page--light .pd-form__textarea:focus{border-color:#2563eb}.pd-form__textarea{height:100px}.pd-form__btn{width:100%;height:48px;border-radius:999px;background:#f97316;color:#fff;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:opacity .18s ease}.pd-page--light .pd-form__btn{background:#2563eb}.pd-form__btn:hover{opacity:.85}.pd-form__btn:disabled{opacity:.6;cursor:not-allowed}.pd-form__app-row{display:flex;flex-wrap:wrap;gap:6px}.pd-form__app-chip{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid #1e293b;background:#111827;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pd-form__app-chip.is-selected{background:#f97316;border-color:#f97316;color:#fff}.pd-page--light .pd-form__app-chip{border-color:#cbd5e1;color:#64748b}.pd-page--light .pd-form__app-chip.is-selected{background:#2563eb;border-color:#2563eb;color:#fff}.pd-form__success{padding:16px;border-radius:12px;background:#34d3991f;color:#34d399;font-size:13px;font-weight:600;text-align:center}.pd-form__error{margin:0;font-size:12px;color:#f87171}.pd-social-icon-row{display:flex;flex-wrap:wrap;gap:10px}.pd-social-icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1.5px solid #1e293b;background:transparent;color:#94a3b8;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease;flex-shrink:0}.pd-social-icon-btn:hover{border-color:#60a5fa;background:#0f172a;color:#f8fafc}.pd-page--light .pd-social-icon-btn{border-color:#cbd5e1;color:#64748b}.pd-page--light .pd-social-icon-btn:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.pd-related-list{display:flex;flex-direction:column;gap:12px}.pd-related-card{display:flex;gap:12px;align-items:center;text-decoration:none;color:inherit;border-radius:14px;padding:10px;background:#111827;transition:background .18s ease}.pd-page--light .pd-related-card{background:#f8fafc}.pd-related-card:hover{background:#1e293b}.pd-page--light .pd-related-card:hover{background:#e2e8f0}.pd-related-card__img{width:72px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0}.pd-related-card__info{display:flex;flex-direction:column;gap:2px;min-width:0}.pd-related-card__series{font-size:11px;font-weight:700;color:#60a5fa;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-page--light .pd-related-card__series{color:#2563eb}.pd-related-card__name{font-size:13px;font-weight:700;line-height:1.4}.pd-related-card__price{font-size:13px;font-weight:800;color:#f97316}.pd-drawing{display:flex;flex-direction:column;gap:16px}.pd-drawing--3d{gap:0}.pd-drawing--3d .pd-drawing__tabs{margin-bottom:12px}.pd-drawing__tabs{display:flex;gap:8px}.pd-drawing__tab{display:inline-flex;align-items:center;justify-content:center;height:35px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;border:1.5px solid #1e293b;background:transparent;color:#94a3b8;transition:border-color .18s ease,color .18s ease,background .18s ease}.pd-drawing__tab.is-active{border-color:#60a5fa;color:#f8fafc;background:#0f172a}.pd-page--light .pd-drawing__tab{border-color:#cbd5e1;color:#64748b}.pd-page--light .pd-drawing__tab.is-active{border-color:#2563eb;color:#0f172a;background:#eff6ff}.pd-drawing__desc{font-size:13px;font-weight:500;color:#94a3b8;margin:0;line-height:1.6}.pd-page--light .pd-drawing__desc{color:#64748b}.pd-drawing__thumbs{display:flex;gap:12px}.pd-drawing__thumb{width:80px;height:80px;border-radius:12px;border:2px solid #1e293b;background:#111827;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:48px;padding:10px;transition:border-color .18s ease;box-sizing:border-box}.pd-page--light .pd-drawing__thumb{border-color:#cbd5e1;background:#f8fafc}.pd-drawing__thumb.is-active{border-color:#60a5fa}.pd-drawing__thumb-img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.pd-drawing__preview-img-wrap{cursor:zoom-in;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:200px;background:#0b1224;transition:opacity .15s}.pd-drawing__preview-img-wrap:hover{opacity:.92}.pd-page--light .pd-drawing__preview-img-wrap{background:#e2e8f0}.pd-drawing__preview-img{width:100%;max-height:320px;object-fit:contain;display:block;border-radius:12px}.pd-page--light .pd-drawing__thumb.is-active{border-color:#2563eb}.pd-drawing__thumb-line{height:2px;background:#334155;border-radius:2px}.pd-page--light .pd-drawing__thumb-line{background:#94a3b8}.pd-drawing__preview{background:#111827;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:14px}.pd-page--light .pd-drawing__preview{background:#f8fafc;border:1px solid #e2e8f0}.pd-drawing__preview-label{font-size:11px;font-weight:700;color:#64748b;letter-spacing:.06em;text-transform:uppercase}.pd-drawing__preview-content{display:flex;gap:18px;align-items:center}.pd-drawing__preview-main{flex:1;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:180px}.pd-drawing__line{height:2px;background:#1e293b;border-radius:2px;width:100%}.pd-page--light .pd-drawing__line{background:#cbd5e1}.pd-drawing__preview-side{display:flex;flex-direction:column;gap:8px;align-items:center}.pd-drawing__preview-box{width:120px;height:100px;border-radius:10px;border:1.5px solid #334155;background:#0b1224}.pd-page--light .pd-drawing__preview-box{border-color:#cbd5e1;background:#e2e8f0}.pd-drawing__preview-small{width:120px;height:40px;border-radius:8px;border:1.5px solid #334155;background:#0b1224}.pd-page--light .pd-drawing__preview-small{border-color:#cbd5e1;background:#e2e8f0}.pd-drawing__preview--3d{min-height:360px;display:block;padding:0;background:none}.pd-drawing__3d-viewer{display:block;width:100%;min-height:360px;border-radius:18px;overflow:hidden}.pd-drawing__3d-actions{display:flex;justify-content:flex-end;padding:6px 0 0}.pd-lightbox__3d-viewer{width:100%;height:480px;border-radius:12px;overflow:hidden}.pd-lightbox__3d-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 2px 0}.pd-drawing__3d-file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 24px;width:100%}.pd-drawing__3d-icon{width:48px;height:48px;color:#60a5fa}.pd-drawing__3d-format{font-size:13px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.pd-drawing__3d-download{display:inline-flex;align-items:center;height:36px;padding:0 18px;border-radius:8px;background:#1e3a5f;color:#60a5fa;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s}.pd-drawing__3d-download:hover{background:#1e40af;color:#f8fafc}.pd-drawing__3d-download--lg{height:44px;padding:0 24px;font-size:15px;border-radius:10px}.pd-lightbox__3d-file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;width:100%}.pd-drawing__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;background:#111827;border-radius:18px;text-align:center}.pd-page--light .pd-drawing__empty{background:#f8fafc;border:1px solid #e2e8f0}.pd-drawing__empty-icon{width:48px;height:48px;color:#334155}.pd-page--light .pd-drawing__empty-icon{color:#94a3b8}.pd-drawing__empty-text{font-size:16px;font-weight:700;color:#64748b;margin:0}.pd-drawing__empty-sub{font-size:13px;font-weight:500;color:#475569;max-width:320px;line-height:1.6}.pd-page--light .pd-drawing__empty-text{color:#475569}.pd-page--light .pd-drawing__empty-sub{color:#64748b}.pd-drawing__manuals{display:flex;flex-direction:column;gap:12px;padding:16px 0 4px}.pd-drawing__manuals-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.pd-drawing__manual-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#111827;border:1px solid #1e293b;text-decoration:none;color:inherit;transition:border-color .18s ease,transform .18s ease,background .18s ease;max-width:320px}.pd-drawing__manual-item:hover,.pd-drawing__manual-item.is-active{border-color:#60a5fa;transform:translateY(-1px)}.pd-page--light .pd-drawing__manual-item{background:#f8fafc;border-color:#cbd5e1}.pd-page--light .pd-drawing__manual-item:hover,.pd-page--light .pd-drawing__manual-item.is-active{border-color:#2563eb}.pd-drawing__manual-icon{flex:0 0 auto;min-width:42px;height:32px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb29;color:#60a5fa;font-size:11px;font-weight:800;letter-spacing:.06em}.pd-page--light .pd-drawing__manual-icon{background:#2563eb1a;color:#2563eb}.pd-drawing__manual-name{flex:1;min-width:0;font-size:13px;font-weight:600;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-page--light .pd-drawing__manual-name{color:#0f172a}.pd-drawing__manual-action{flex:0 0 auto;font-size:12px;font-weight:700;color:#60a5fa}.pd-drawing__manual-preview{display:flex;flex-direction:column;gap:12px;min-height:520px;padding:16px;border-radius:18px;background:#111827;border:1px solid #1e293b}.pd-page--light .pd-drawing__manual-preview{background:#f8fafc;border-color:#cbd5e1}.pd-drawing__manual-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.pd-drawing__manual-preview-title{min-width:0;flex:1;font-size:14px;font-weight:700;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-page--light .pd-drawing__manual-preview-title{color:#0f172a}.pd-drawing__manual-preview-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.pd-drawing__manual-preview-link{flex:0 0 auto;color:#60a5fa;font-size:12px;font-weight:700;text-decoration:none}.pd-drawing__manual-fullscreen-btn{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border-radius:999px;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .18s,color .18s}.pd-drawing__manual-fullscreen-btn:hover{border-color:#60a5fa;color:#60a5fa}.pd-page--light .pd-drawing__manual-fullscreen-btn{border-color:#cbd5e1;color:#64748b}.pd-page--light .pd-drawing__manual-fullscreen-btn:hover{border-color:#2563eb;color:#2563eb}.pd-manual-fullscreen{position:fixed;inset:0;z-index:300;background:#050816eb;display:flex;align-items:stretch;justify-content:center;padding:0}.pd-manual-fullscreen__panel{display:flex;flex-direction:column;width:100%;height:100%;padding:16px 20px 20px;box-sizing:border-box;gap:12px}.pd-manual-fullscreen__head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:0 0 auto}.pd-manual-fullscreen__title{min-width:0;flex:1;font-size:15px;font-weight:700;color:#f8fafc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-manual-fullscreen__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.pd-manual-fullscreen__download{display:inline-flex;align-items:center;height:34px;padding:0 16px;border-radius:8px;background:#1e3a5f;color:#60a5fa;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s}.pd-manual-fullscreen__download:hover{background:#1e40af;color:#f8fafc}.pd-manual-fullscreen__close{width:36px;height:36px;border-radius:50%;border:none;background:#1e293b;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,color .18s;flex:0 0 auto}.pd-manual-fullscreen__close:hover{background:#334155;color:#f8fafc}.pd-manual-fullscreen__close svg{width:16px;height:16px;display:block}.pd-manual-fullscreen__frame{flex:1;width:100%;border:none;border-radius:12px;background:#0b1224;min-height:0}.pd-manual-fullscreen__frame--image{object-fit:contain;padding:8px}.pd-manual-fullscreen__unsupported{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#64748b;font-size:14px}.pd-drawing__manual-frame{width:100%;min-height:520px;border:none;border-radius:12px;background:#0b1224}.pd-page--light .pd-drawing__manual-frame{background:#fff}.pd-drawing__manual-frame--image{object-fit:contain;padding:8px}.pd-drawing__footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.pd-drawing__footer-note{font-size:13px;font-weight:500;color:#64748b}.pd-drawing__view-btn{display:inline-flex;align-items:center;height:39px;padding:0 18px;border-radius:999px;border:none;background:#1e293b;color:#e2e8f0;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;transition:background .18s ease}.pd-drawing__view-btn:hover{background:#334155}.pd-page--light .pd-drawing__view-btn{background:#0f172a;color:#f8fafc}.pd-page--light .pd-drawing__view-btn:hover{background:#1e293b}.pd-recommend-list{display:flex;flex-direction:column;gap:16px}.pd-recommend-card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#111827;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.pd-recommend-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #00000047}.pd-page--light .pd-recommend-card{background:#f8fafc;box-shadow:0 2px 8px #0f172a0f}.pd-recommend-card__img-wrap{width:100%;height:160px;overflow:hidden}.pd-recommend-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .32s ease}.pd-recommend-card:hover .pd-recommend-card__img{transform:scale(1.04)}.pd-recommend-card__body{display:flex;flex-direction:column;gap:5px;padding:14px 16px 16px}.pd-recommend-card__series{font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:.06em;text-transform:uppercase}.pd-page--light .pd-recommend-card__series{color:#2563eb}.pd-recommend-card__name{font-size:14px;font-weight:700;color:#f8fafc;margin:0;line-height:1.4}.pd-page--light .pd-recommend-card__name{color:#0f172a}.pd-recommend-card__price{font-size:13px;font-weight:800;color:#f97316}.pd-recommend__footer{display:flex;justify-content:flex-end;margin-top:16px}.pd-recommend__more{display:inline-flex;align-items:center;height:36px;padding:0 18px;border-radius:999px;background:#1e293b;color:#e2e8f0;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s ease}.pd-recommend__more:hover{background:#334155}.pd-page--light .pd-recommend__more{background:#0f172a;color:#f8fafc}.pd-page--light .pd-recommend__more:hover{background:#1e293b}.pd-lightbox{position:fixed;inset:0;z-index:100;background:#050816e0;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.pd-lightbox__panel{position:relative;width:100%;max-width:900px;background:#0b1224;border-radius:24px;padding:36px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;max-height:90vh;overflow-y:auto}.pd-lightbox__close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;border:1.5px solid #1e293b;background:#111827;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease}.pd-lightbox__close:hover{background:#1e293b;color:#f8fafc}.pd-lightbox__close svg{width:16px;height:16px;display:block}.pd-lightbox__title{font-size:18px;font-weight:800;color:#f8fafc;padding-right:48px}.pd-lightbox__content{display:flex;flex-direction:column;gap:16px}.pd-lightbox__drawing{display:flex;gap:24px;align-items:center;background:#111827;border-radius:16px;padding:28px;min-height:320px}.pd-lightbox__drawing-main{flex:1;display:flex;flex-direction:column;gap:16px;justify-content:center}.pd-lightbox__drawing-side{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.pd-lightbox__drawing-thumbs{display:flex;gap:10px;flex-wrap:wrap}.pd-lightbox__drawing-thumb{width:64px;height:64px;border-radius:8px;border:2px solid #1e293b;background:#111827;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .18s;flex-shrink:0}.pd-lightbox__drawing-thumb.is-active{border-color:#60a5fa}.pd-lightbox__drawing-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.pd-lightbox__drawing-main-wrap{width:100%;display:flex;align-items:center;justify-content:center;min-height:280px;background:#0b1224;border-radius:12px;overflow:hidden}.pd-lightbox__drawing-img{max-width:100%;max-height:65vh;object-fit:contain;display:block;border-radius:12px}.pd-lightbox__label{font-size:11px;font-weight:700;color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin:0}.pd-lightbox__content--empty{align-items:center;justify-content:center;padding:64px 24px;background:#111827;border-radius:16px;text-align:center;gap:14px}.pd-lightbox__empty-icon{width:64px;height:64px;color:#334155}.pd-lightbox__empty-text{font-size:18px;font-weight:700;color:#64748b;margin:0}.pd-lightbox__empty-sub{font-size:14px;font-weight:500;color:#475569;max-width:360px;line-height:1.6}.pd-lightbox--light{background:#0f172a99}.pd-lightbox--light .pd-lightbox__panel{background:#fff}.pd-lightbox--light .pd-lightbox__title{color:#0f172a}.pd-lightbox--light .pd-lightbox__close{background:#e2e8f0;color:#334155}.pd-lightbox--light .pd-lightbox__close:hover{background:#cbd5e1;color:#0f172a}.pd-lightbox--light .pd-lightbox__label{color:#475569}.pd-lightbox--light .pd-lightbox__drawing-thumb{background:#f1f5f9;border-color:#cbd5e1}.pd-lightbox--light .pd-lightbox__drawing-main-wrap{background:#f8fafc}.pd-lightbox-fade-enter-active,.pd-lightbox-fade-leave-active{transition:opacity .24s ease}.pd-lightbox-fade-enter-from,.pd-lightbox-fade-leave-to{opacity:0}.pd-badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;background:#0f172a}.pd-selection-modal{position:fixed;inset:0;z-index:9000;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:24px}.pd-selection-modal__panel{position:relative;width:100%;max-width:420px;background:#0f172a;border:1px solid #1e293b;border-radius:20px;padding:28px 24px 24px;display:flex;flex-direction:column;gap:16px}.pd-selection-modal__panel--light{background:#fff;border-color:#e2e8f0}.pd-selection-modal__close{position:absolute;top:14px;right:16px;background:transparent;border:none;color:#64748b;font-size:16px;cursor:pointer;line-height:1;padding:4px}.pd-selection-modal__close:hover{color:#f8fafc}.pd-selection-modal__panel--light .pd-selection-modal__close:hover{color:#0f172a}.pd-selection-modal__title{margin:0;font-size:18px;font-weight:700;color:#f8fafc}.pd-selection-modal__panel--light .pd-selection-modal__title{color:#0f172a}.model-viewer-3d[data-v-59da4897]{position:relative;width:100%;height:100%;min-height:320px;background:#0b1224;border-radius:inherit;overflow:hidden}.model-viewer-3d--light[data-v-59da4897]{background:#f1f5f9}.model-viewer-3d__canvas[data-v-59da4897]{width:100%;height:100%;min-height:320px}.model-viewer-3d__loading[data-v-59da4897]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0b1224d9;color:#94a3b8;font-size:13px}.model-viewer-3d--light .model-viewer-3d__loading[data-v-59da4897]{background:#f1f5f9d9;color:#475569}.model-viewer-3d--light .model-viewer-3d__error[data-v-59da4897]{background:#f1f5f9e6}.model-viewer-3d--light .model-viewer-3d__hint[data-v-59da4897]{color:#94a3b8}.model-viewer-3d__spinner[data-v-59da4897]{width:32px;height:32px;border:3px solid #1e3a5f;border-top-color:#60a5fa;border-radius:50%;animation:spin3d-59da4897 .8s linear infinite}@keyframes spin3d-59da4897{to{transform:rotate(360deg)}}.model-viewer-3d__error[data-v-59da4897]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#0b1224e6;color:#f87171;font-size:13px}.model-viewer-3d__error-icon[data-v-59da4897]{width:32px;height:32px}.model-viewer-3d__hint[data-v-59da4897]{position:absolute;top:10px;right:12px;font-size:11px;color:#475569;pointer-events:none;white-space:nowrap}.pdm-page{min-height:100dvh;box-sizing:border-box}.pdm-page *,.pdm-page *:before,.pdm-page *:after{box-sizing:border-box}.pdm-page main{overflow-x:clip}.pdm-page--dark{background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 30%),#050816;color:#f8fafc}.pdm-page--light{background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc;color:#0f172a}.pdm-shell{width:100%;max-width:430px;margin:0 auto;padding:12px 16px 120px;box-sizing:border-box}.pdm-shell--refreshing{position:relative}.pdm-refreshing{position:sticky;top:84px;z-index:6;margin-left:auto;width:fit-content;padding:7px 12px;border-radius:999px;background:#0f172ab8;color:#e2e8f0;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pdm-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0 12px;font-size:12px;flex-wrap:wrap}.pdm-breadcrumb__link{text-decoration:none;color:#64748b}.pdm-breadcrumb__sep{color:#334155;font-size:10px}.pdm-breadcrumb__current{color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.pdm-gallery__main{position:relative;border-radius:18px;overflow:hidden;background:#0b1224;aspect-ratio:4/3;margin-bottom:12px}.pdm-page--light .pdm-gallery__main{background:#e2e8f0}.pdm-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block}.pdm-gallery__series{position:absolute;top:14px;left:14px;font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:.06em;text-transform:uppercase}.pdm-page--light .pdm-gallery__series{color:#2563eb}.pdm-gallery__meta{position:absolute;bottom:12px;left:14px;right:14px;display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:#94a3b8}.pdm-gallery__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.pdm-gallery__thumb{border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .18s ease;aspect-ratio:4/3;background:#0b1224}.pdm-page--light .pdm-gallery__thumb{background:#e2e8f0}.pdm-gallery__thumb.is-active{border-color:#60a5fa}.pdm-page--light .pdm-gallery__thumb.is-active{border-color:#2563eb}.pdm-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdm-info{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.pdm-info__kicker{font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;margin:0}.pdm-page--light .pdm-info__kicker{color:#2563eb}.pdm-info__name{font-size:28px;font-weight:800;line-height:1.15;margin:0}.pdm-info__summary{font-size:13px;font-weight:500;line-height:1.7;color:#94a3b8;margin:0}.pdm-page--light .pdm-info__summary{color:#475569}.pdm-cta-card__price-wrap{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.pdm-cta-card__region-menu{position:relative;flex:0 0 auto}.pdm-cta-card__region-trigger{display:inline-flex;align-items:center;gap:6px;min-width:108px;height:26px;padding:0 10px;border:none;border-radius:999px;background:#0f172ab8;color:#f8fafc;font-size:11px;box-shadow:inset 0 0 0 1px #ffffff0a,0 6px 16px #0f172a1f}.pdm-cta-card__region-trigger svg{width:11px;height:11px;flex:0 0 11px}.pdm-cta-card__region-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:164px;padding:8px;border-radius:14px;background:#0f172a;box-shadow:0 18px 40px #0f172a47;z-index:60}.pdm-cta-card__region-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#e2e8f0;font-size:12px;text-align:left}.pdm-cta-card__region-option.is-active{background:#3b82f624;color:#fff}.pdm-cta-card__region-option strong{color:#94a3b8;font-size:11px}.pdm-page--light .pdm-cta-card__region-trigger{background:#ffffffeb;color:#334155;box-shadow:inset 0 0 0 1px #ffffff80,0 6px 16px #94a3b81f}.pdm-page--light .pdm-cta-card__region-dropdown{background:#fff;box-shadow:0 18px 40px #94a3b82e}.pdm-page--light .pdm-cta-card__region-option{color:#334155}.pdm-page--light .pdm-cta-card__region-option.is-active{background:#2563eb14;color:#0f172a}.pdm-info__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pdm-info__tag{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;background:#1e293b;color:#e2e8f0}.pdm-page--light .pdm-info__tag{background:#e2e8f0;color:#334155}.pdm-info__tag--stock{background:transparent;border:1px solid #34d399;color:#34d399}.pdm-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pdm-metric{background:#0b1224;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:4px}.pdm-page--light .pdm-metric{background:#e2e8f0}.pdm-metric__label{font-size:11px;font-weight:700;color:#64748b}.pdm-metric__value{font-size:18px;font-weight:800;line-height:1.2}.pdm-cta-card{background:#0b1224;border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:12px}.pdm-page--light .pdm-cta-card{background:#e2e8f0}.pdm-cta-card__top{display:flex;flex-direction:column;gap:6px}.pdm-cta-card__label{font-size:12px;font-weight:700;color:#64748b}.pdm-cta-card__price{font-size:28px;font-weight:800;line-height:1;display:inline-flex;align-items:center;transform:translateY(-1px)}.pdm-cta-card__rate-time{margin:-4px 0 0;font-size:11px;font-weight:500;color:#94a3b8}.pdm-page--light .pdm-cta-card__rate-time{color:#64748b}.pdm-cta-card__actions{display:flex;gap:10px}.pdm-cta-card__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;height:44px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;border:none;text-decoration:none}.pdm-cta-card__btn--primary{background:#f97316;color:#fff}.pdm-page--light .pdm-cta-card__btn--primary{background:#2563eb}.pdm-cta-card__btn--secondary{background:transparent;border:1.5px solid #334155;color:inherit}.pdm-page--light .pdm-cta-card__btn--secondary{border-color:#94a3b8}.pdm-cta-card__note{font-size:12px;font-weight:500;color:#64748b}.pdm-card{background:#0b1224;border-radius:20px;padding:20px;margin-bottom:16px}.pdm-page--light .pdm-card{background:#e2e8f0}.pdm-card__title{font-size:16px;font-weight:800;margin:0 0 16px}.pdm-specs-table{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}.pdm-spec-row{display:flex;flex-direction:column;gap:2px;padding-bottom:10px;border-bottom:1px solid #1e293b}.pdm-page--light .pdm-spec-row{border-bottom-color:#cbd5e1}.pdm-spec-row__label{font-size:11px;font-weight:700;color:#64748b}.pdm-spec-row__value{font-size:13px;font-weight:700}.pdm-docs__subtitle{font-size:13px;font-weight:500;line-height:1.7;color:#94a3b8;margin:0 0 12px}.pdm-page--light .pdm-docs__subtitle{color:#475569}.pdm-docs__files{display:flex;gap:10px;margin-bottom:12px}.pdm-doc-item{display:flex;align-items:center;justify-content:center;flex:1;height:60px;border-radius:12px;border:1px solid #1e293b;background:#111827;font-size:11px;font-weight:700;color:#64748b;text-align:center}.pdm-page--light .pdm-doc-item{background:#f8fafc;border-color:#cbd5e1}.pdm-docs__dl-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:37px;border-radius:999px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;border:none;cursor:pointer;text-decoration:none}.pdm-richtext{color:#94a3b8;font-size:13px;font-weight:500;line-height:1.8}.pdm-page--light .pdm-richtext{color:#475569}.pdm-richtext>:first-child{margin-top:0}.pdm-richtext>:last-child{margin-bottom:0}.pdm-richtext p,.pdm-richtext ul,.pdm-richtext ol,.pdm-richtext blockquote,.pdm-richtext h1,.pdm-richtext h2,.pdm-richtext h3,.pdm-richtext h4{margin:0 0 10px}.pdm-richtext ul,.pdm-richtext ol{padding-left:18px}.pdm-richtext li+li{margin-top:6px}.pdm-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.pdm-list li{font-size:13px;font-weight:500;line-height:1.7;color:#94a3b8;padding-left:14px;position:relative}.pdm-page--light .pdm-list li{color:#475569}.pdm-list li:before{content:"·";position:absolute;left:0;color:#60a5fa;font-weight:800}.pdm-page--light .pdm-list li:before{color:#2563eb}.pdm-scenes{display:flex;flex-direction:column;gap:10px}.pdm-scene{background:#111827;border-radius:12px;padding:12px 14px}.pdm-page--light .pdm-scene{background:#f8fafc}.pdm-scene__label{font-size:13px;font-weight:700;margin:0 0 4px}.pdm-scene__desc{font-size:12px;font-weight:500;line-height:1.7;color:#64748b;margin:0}.pdm-form{display:flex;flex-direction:column;gap:10px}.pdm-form__input,.pdm-form__textarea{width:100%;background:#111827;border:1px solid #1e293b;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:500;color:#f8fafc;outline:none;resize:none;box-sizing:border-box;font-family:inherit}.pdm-page--light .pdm-form__input,.pdm-page--light .pdm-form__textarea{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.pdm-form__input::placeholder,.pdm-form__textarea::placeholder{color:#64748b}.pdm-form__textarea{height:80px}.pdm-form__btn{width:100%;height:46px;border-radius:999px;background:#f97316;color:#fff;font-size:14px;font-weight:700;border:none;cursor:pointer}.pdm-page--light .pdm-form__btn{background:#2563eb}.pdm-related-list{display:flex;flex-direction:column;gap:10px}.pdm-related-card{display:flex;gap:12px;align-items:center;text-decoration:none;color:inherit;border-radius:14px;padding:10px;background:#111827}.pdm-page--light .pdm-related-card{background:#f8fafc}.pdm-related-card__img{width:64px;height:50px;border-radius:10px;object-fit:cover;flex-shrink:0}.pdm-related-card__info{display:flex;flex-direction:column;gap:2px;min-width:0}.pdm-related-card__series{font-size:10px;font-weight:700;color:#60a5fa;text-transform:uppercase}.pdm-page--light .pdm-related-card__series{color:#2563eb}.pdm-related-card__name{font-size:13px;font-weight:700;line-height:1.4}.pdm-related-card__price{font-size:13px;font-weight:800;color:#f97316}.pdm-float-contact{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;gap:2px;background:#0b1224;border-radius:10px 0 0 10px;padding:6px 4px;box-shadow:-2px 0 12px #0000004d}.pdm-float-contact__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.pdm-float-contact__btn:active{background:#1e293b;color:#f8fafc}.pdm-page--light .pdm-float-contact{background:#f1f5f9;box-shadow:-2px 0 12px #0000001f}.pdm-page--light .pdm-float-contact__btn{color:#475569}.pdm-page--light .pdm-float-contact__btn:active{background:#e2e8f0;color:#0f172a}.pdm-social-icon-row{display:flex;flex-wrap:wrap;gap:10px}.pdm-social-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1.5px solid #1e293b;background:transparent;color:#94a3b8;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease;flex-shrink:0}.pdm-social-icon-btn:active{border-color:#60a5fa;background:#0f172a;color:#f8fafc}.pdm-page--light .pdm-social-icon-btn{border-color:#cbd5e1;color:#64748b}.pdm-page--light .pdm-social-icon-btn:active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.pdm-page--light .pdm-contact-item{color:#475569}.pdm-footer-area{padding-bottom:40px}.pdm-drawing__preview-img-wrap{cursor:zoom-in;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:160px;background:#0b1224;transition:opacity .15s}.pdm-drawing__preview-img-wrap:hover{opacity:.92}.pdm-drawing__preview-img{width:100%;max-height:240px;object-fit:contain;display:block;border-radius:10px}.pdm-lightbox{position:fixed;inset:0;z-index:200;background:#050816e0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.pdm-lightbox__panel{position:relative;width:100%;max-width:480px;max-height:88vh;background:#0b1224;border-radius:20px;padding:28px 20px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.pdm-lightbox__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:#1e293b;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s ease,color .18s ease}.pdm-lightbox__close:hover{background:#334155;color:#f8fafc}.pdm-lightbox__close svg{width:14px;height:14px;display:block}.pdm-lightbox__title{font-size:16px;font-weight:800;color:#f8fafc;padding-right:40px}.pdm-lightbox__content{display:flex;flex-direction:column;gap:12px}.pdm-lightbox__label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0}.pdm-lightbox__content--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;gap:12px}.pdm-lightbox__empty-icon{width:48px;height:48px;color:#334155}.pdm-lightbox__empty-text{font-size:16px;font-weight:700;color:#64748b;margin:0}.pdm-lightbox__empty-sub{font-size:13px;font-weight:500;color:#475569;text-align:center;line-height:1.6}.pdm-lightbox-fade-enter-active,.pdm-lightbox-fade-leave-active{transition:opacity .24s ease}.pdm-lightbox-fade-enter-from,.pdm-lightbox-fade-leave-to{opacity:0}.pdm-lightbox__drawing-thumbs{display:flex;gap:8px;flex-wrap:wrap}.pdm-lightbox__drawing-thumb{width:56px;height:56px;border-radius:8px;border:2px solid #1e293b;background:#111827;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .18s;flex-shrink:0}.pdm-lightbox__drawing-thumb.is-active{border-color:#60a5fa}.pdm-lightbox__drawing-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.pdm-lightbox__drawing-main-wrap{width:100%;display:flex;align-items:center;justify-content:center;min-height:200px;background:#0b1224;border-radius:10px;overflow:hidden}.pdm-lightbox__drawing-img{max-width:100%;max-height:60vh;object-fit:contain;display:block;border-radius:10px}.pdm-drawing__preview--3d{min-height:280px;display:block;padding:0;background:none}.pdm-drawing__3d-viewer{display:block;width:100%;min-height:280px;border-radius:14px;overflow:hidden}.pdm-drawing__3d-actions{display:flex;justify-content:flex-end;padding:4px 0 0}.pdm-lightbox__3d-viewer{width:100%;height:300px;border-radius:10px;overflow:hidden}.pdm-lightbox__3d-footer{display:flex;align-items:center;justify-content:space-between;padding:6px 2px 0;flex-wrap:wrap;gap:8px}.pdm-drawing__3d-file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 16px;width:100%}.pdm-drawing__3d-icon{width:40px;height:40px;color:#60a5fa}.pdm-drawing__3d-format{font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.pdm-drawing__3d-download{display:inline-flex;align-items:center;height:34px;padding:0 16px;border-radius:8px;background:#1e3a5f;color:#60a5fa;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s}.pdm-drawing__3d-download:hover{background:#1e40af;color:#f8fafc}.pdm-drawing__3d-download--lg{height:40px;padding:0 20px;font-size:14px;border-radius:10px}.pdm-lightbox__3d-file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:36px 16px;width:100%}.pdm-lightbox--light .pdm-lightbox__panel{background:#fff}.pdm-lightbox--light .pdm-lightbox__title{color:#0f172a}.pdm-lightbox--light .pdm-lightbox__close{background:#e2e8f0;color:#334155}.pdm-lightbox--light .pdm-lightbox__close:hover{background:#cbd5e1;color:#0f172a}.pdm-lightbox--light .pdm-lightbox__label{color:#475569}.pdm-lightbox--light .pdm-lightbox__drawing-thumb{background:#f1f5f9;border-color:#cbd5e1}.pdm-lightbox--light .pdm-lightbox__drawing-main-wrap{background:#f8fafc}.pdm-drawing__tabs{display:flex;gap:8px;margin-bottom:12px}.pdm-drawing__tab{display:inline-flex;align-items:center;justify-content:center;height:33px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;border:1.5px solid #1e293b;background:transparent;color:#94a3b8;transition:border-color .18s ease,color .18s ease,background .18s ease}.pdm-drawing__tab.is-active{border-color:#60a5fa;color:#f8fafc;background:#0f172a}.pdm-page--light .pdm-drawing__tab{border-color:#cbd5e1;color:#64748b}.pdm-page--light .pdm-drawing__tab.is-active{border-color:#2563eb;color:#0f172a;background:#eff6ff}.pdm-drawing__thumbs{display:flex;gap:8px;flex-wrap:wrap}.pdm-drawing__thumb{width:64px;height:64px;border-radius:10px;border:2px solid #1e293b;background:#111827;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:36px;padding:8px;transition:border-color .18s ease;box-sizing:border-box;flex-shrink:0}.pdm-drawing__thumb.is-active{border-color:#60a5fa}.pdm-drawing__thumb-img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.pdm-drawing__thumb-line{height:2px;background:#334155;border-radius:2px}.pdm-drawing__preview{display:flex;flex-direction:column;gap:8px}.pdm-drawing__preview-label{font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.pdm-drawing__preview-img-wrap{cursor:zoom-in;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:180px;background:#0b1224}.pdm-drawing__preview-img{width:100%;max-height:280px;object-fit:contain;display:block;border-radius:10px}.pdm-drawing__manuals{display:flex;flex-direction:column;gap:10px;padding-top:8px}.pdm-drawing__manuals-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.pdm-drawing__manual-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#111827;border:1px solid #1e293b;text-decoration:none;color:inherit;max-width:100%}.pdm-drawing__manual-item.is-active{border-color:#60a5fa}.pdm-page--light .pdm-drawing__manual-item{background:#f8fafc;border-color:#cbd5e1}.pdm-page--light .pdm-drawing__manual-item.is-active{border-color:#2563eb}.pdm-drawing__manual-icon{flex:0 0 auto;min-width:40px;height:28px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb29;color:#60a5fa;font-size:10px;font-weight:800;letter-spacing:.06em}.pdm-page--light .pdm-drawing__manual-icon{background:#2563eb1a;color:#2563eb}.pdm-drawing__manual-name{flex:1;min-width:0;font-size:12px;font-weight:600;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdm-page--light .pdm-drawing__manual-name{color:#0f172a}.pdm-drawing__manual-action{flex:0 0 auto;font-size:11px;font-weight:700;color:#60a5fa}.pdm-drawing__manual-preview{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:14px;background:#111827;border:1px solid #1e293b}.pdm-page--light .pdm-drawing__manual-preview{background:#f8fafc;border-color:#cbd5e1}.pdm-drawing__manual-preview-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.pdm-drawing__manual-preview-title{min-width:0;flex:1;font-size:12px;font-weight:700;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdm-page--light .pdm-drawing__manual-preview-title{color:#0f172a}.pdm-drawing__manual-preview-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.pdm-drawing__manual-preview-link{flex:0 0 auto;color:#60a5fa;font-size:11px;font-weight:700;text-decoration:none}.pdm-drawing__manual-fullscreen-btn{display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 8px;border-radius:999px;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:11px;font-weight:700;cursor:pointer;transition:border-color .18s,color .18s}.pdm-drawing__manual-fullscreen-btn:active{border-color:#60a5fa;color:#60a5fa}.pdm-page--light .pdm-drawing__manual-fullscreen-btn{border-color:#cbd5e1;color:#64748b}.pdm-manual-fullscreen{position:fixed;inset:0;z-index:300;background:#050816f2;display:flex;flex-direction:column}.pdm-manual-fullscreen__panel{display:flex;flex-direction:column;width:100%;height:100%;padding:12px 14px 16px;box-sizing:border-box;gap:10px}.pdm-manual-fullscreen__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto}.pdm-manual-fullscreen__title{min-width:0;flex:1;font-size:13px;font-weight:700;color:#f8fafc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdm-manual-fullscreen__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.pdm-manual-fullscreen__download{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:8px;background:#1e3a5f;color:#60a5fa;font-size:12px;font-weight:700;text-decoration:none}.pdm-manual-fullscreen__close{width:30px;height:30px;border-radius:50%;border:none;background:#1e293b;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.pdm-manual-fullscreen__close svg{width:14px;height:14px;display:block}.pdm-manual-fullscreen__frame{flex:1;width:100%;border:none;border-radius:10px;background:#0b1224;min-height:0}.pdm-manual-fullscreen__frame--image{object-fit:contain;padding:6px}.pdm-manual-fullscreen__unsupported{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#64748b;font-size:13px}.pdm-drawing__manual-frame{width:100%;min-height:380px;border:none;border-radius:10px;background:#0b1224}.pdm-page--light .pdm-drawing__manual-frame{background:#fff}.pdm-drawing__manual-frame--image{object-fit:contain;padding:6px}.pdm-drawing__footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:8px}.pdm-drawing__footer-note{font-size:12px;font-weight:500;color:#64748b;flex:1}.pdm-drawing__view-btn{display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:999px;border:none;background:#1e293b;color:#e2e8f0;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .18s ease}.pdm-drawing__view-btn:hover{background:#334155}.pdm-page--light .pdm-drawing__thumb{border-color:#cbd5e1;background:#f8fafc}.pdm-page--light .pdm-drawing__thumb.is-active{border-color:#2563eb}.pdm-page--light .pdm-drawing__thumb-line{background:#94a3b8}.pdm-page--light .pdm-drawing__preview-img-wrap{background:#e2e8f0}.pdm-page--light .pdm-drawing__view-btn{background:#0f172a;color:#f8fafc}.pdm-page--light .pdm-drawing__view-btn:hover{background:#1e293b}.pdm-form__app-row{display:flex;flex-wrap:wrap;gap:6px}.pdm-form__app-chip{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid #1e293b;background:#111827;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pdm-form__app-chip.is-selected{background:#f97316;border-color:#f97316;color:#fff}.pdm-page--light .pdm-form__app-chip{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.pdm-page--light .pdm-form__app-chip.is-selected{background:#2563eb;border-color:#2563eb;color:#fff}.pdm-form__btn:disabled{opacity:.6;cursor:not-allowed}.pdm-form__success{padding:14px;border-radius:12px;background:#34d3991f;color:#34d399;font-size:13px;font-weight:600;text-align:center}.pdm-form__error{margin:0;font-size:12px;color:#f87171}.pdm-selection-modal{position:fixed;inset:0;z-index:9000;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:20px}.pdm-selection-modal__panel{position:relative;width:100%;max-width:400px;background:#0f172a;border:1px solid #1e293b;border-radius:20px;padding:24px 20px 20px;display:flex;flex-direction:column;gap:14px}.pdm-selection-modal__panel--light{background:#fff;border-color:#e2e8f0}.pdm-selection-modal__close{position:absolute;top:12px;right:14px;background:transparent;border:none;color:#64748b;font-size:16px;cursor:pointer;line-height:1;padding:4px}.pdm-selection-modal__title{margin:0;font-size:17px;font-weight:700;color:#f8fafc}.pdm-selection-modal__panel--light .pdm-selection-modal__title{color:#0f172a}.about-page{color:#fff;min-height:100vh;background:radial-gradient(circle at top right,rgba(249,115,22,.14),transparent 24%),radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 28%),#050816;position:relative}.about-page--light{color:#0f172a;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc}.about-shell{width:1440px;max-width:100%;margin:0 auto;box-sizing:border-box;padding-left:72px;padding-right:72px}.about-hero{display:flex;align-items:center;gap:24px;padding-top:60px;padding-bottom:56px}.about-hero-left{display:flex;flex-direction:column;gap:20px;width:620px;flex-shrink:0;justify-content:center}.about-eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#60a5fa;line-height:1}.about-page--light .about-eyebrow{color:#2563eb}.about-hero-title{margin:0;font-size:52px;font-weight:800;line-height:1.18}.about-hero-desc{margin:0;font-size:18px;line-height:1.7;color:#cbd5e1}.about-page--light .about-hero-desc{color:#475569}.about-hero-right{flex:1 1 auto;display:flex;flex-direction:column;gap:16px}.about-hero-visual{position:relative;width:100%;height:460px;border-radius:28px;overflow:hidden;background:#0b1224;border:1px solid #1e293b}.about-page--light .about-hero-visual{background:#e2e8f0;border-color:#d9e1ec}.about-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0508161a,#05081638);pointer-events:none}.about-stats-row{display:flex;gap:14px;align-items:center}.about-stat-card{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border-radius:20px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box;width:170px;min-height:84px}.about-page--light .about-stat-card{background:#fff;border-color:#d9e1ec}.about-stat-value{font-size:26px;font-weight:800;line-height:1;color:#fff}.about-page--light .about-stat-value{color:#0f172a}.about-stat-label{font-size:13px;font-weight:600;color:#94a3b8;line-height:1.3}.about-section{padding-top:52px;padding-bottom:56px}.about-section-head{margin-bottom:28px}.about-section-title{margin:0 0 10px;font-size:38px;font-weight:800;color:#fff;line-height:1.2}.about-page--light .about-section-title{color:#0f172a}.about-section-sub{margin:0;font-size:18px;line-height:1.7;color:#94a3b8}.about-page--light .about-section-sub{color:#475569}.about-story-row{display:flex;gap:28px;align-items:stretch}.about-story-main{flex:0 0 700px;display:flex;flex-direction:column;gap:22px;padding:34px;border-radius:28px;background:#0f172a;border:1px solid #334155;box-sizing:border-box}.about-page--light .about-story-main{background:#fff;border-color:#d9e1ec}.about-story-eyebrow{font-size:13px;font-weight:700;letter-spacing:1.2px;color:#60a5fa}.about-page--light .about-story-eyebrow{color:#2563eb}.about-story-title{margin:0;font-size:38px;font-weight:800;line-height:1.24;color:#fff}.about-page--light .about-story-title{color:#0f172a}.about-story-body{margin:0;font-size:16px;line-height:1.85;color:#94a3b8}.about-page--light .about-story-body{color:#475569}.about-story-side{flex:1 1 0;display:flex;flex-direction:column;gap:20px}.about-assist-card{flex:1 1 0;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:22px;background:#0b1224;border:1px solid #23314d;box-sizing:border-box}.about-page--light .about-assist-card{background:#f8fafc;border-color:#d9e1ec}.about-assist-eyebrow{font-size:12px;font-weight:700;color:#60a5fa}.about-page--light .about-assist-eyebrow{color:#2563eb}.about-assist-title{margin:0;font-size:22px;font-weight:700;line-height:1.35;color:#fff}.about-page--light .about-assist-title{color:#0f172a}.about-assist-body{margin:0;font-size:14px;line-height:1.75;color:#94a3b8}.about-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-cap-card{display:flex;flex-direction:column;gap:10px;padding:24px;border-radius:22px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box;min-height:160px}.about-page--light .about-cap-card{background:#fff;border-color:#d9e1ec}.about-cap-title{margin:0;font-size:22px;font-weight:700;color:#fff}.about-page--light .about-cap-title{color:#0f172a}.about-cap-body{margin:0;font-size:14px;line-height:1.75;color:#94a3b8}.about-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-flow-card{display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:22px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box}.about-page--light .about-flow-card{background:#fff;border-color:#d9e1ec}.about-flow-step{font-size:12px;font-weight:700;color:#60a5fa;letter-spacing:1px}.about-page--light .about-flow-step{color:#2563eb}.about-flow-title{margin:0;font-size:22px;font-weight:700;line-height:1.35;color:#fff}.about-page--light .about-flow-title{color:#0f172a}.about-flow-body{margin:0;font-size:14px;line-height:1.75;color:#94a3b8}.about-trust-row1{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.about-trust-row2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.about-trust-card{display:flex;flex-direction:column;gap:10px;padding:24px;border-radius:22px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box}.about-page--light .about-trust-card{background:#fff;border-color:#d9e1ec}.about-trust-title{margin:0;font-size:22px;font-weight:700;color:#fff}.about-page--light .about-trust-title{color:#0f172a}.about-trust-body{margin:0;font-size:14px;line-height:1.75;color:#94a3b8}.about-faq-list{display:flex;flex-direction:column;gap:12px}.about-faq-item{display:flex;flex-direction:column;gap:8px;padding:22px 24px;border-radius:18px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box}.about-page--light .about-faq-item{background:#fff;border-color:#d9e1ec}.about-faq-question{margin:0;font-size:17px;font-weight:700;color:#fff}.about-page--light .about-faq-question{color:#0f172a}.about-faq-answer{margin:0;font-size:15px;line-height:1.7;color:#94a3b8}.about-cta-wrap{width:100%;background:#0b1224;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;padding-top:42px;padding-bottom:42px;box-sizing:border-box}.about-page--light .about-cta-wrap{background:#eef4ff;border-top-color:transparent;border-bottom-color:transparent}.about-cta{display:flex;align-items:center;justify-content:space-between;gap:32px}.about-cta-left{display:flex;flex-direction:column;gap:10px;max-width:680px}.about-cta-title{margin:0;font-size:36px;font-weight:800;color:#fff;line-height:1.2}.about-page--light .about-cta-title{color:#0f172a}.about-cta-desc{margin:0;font-size:16px;line-height:1.75;color:#cbd5e1}.about-page--light .about-cta-desc{color:#475569}.about-cta-actions{display:flex;gap:14px;flex-shrink:0}.about-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:999px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:box-shadow .24s ease}.about-page--dark .about-cta-primary{background:#f97316}.about-cta-primary:hover{box-shadow:0 10px 24px #2563eb38}.about-cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:999px;border:1px solid #334155;background:transparent;color:#e2e8f0;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:box-shadow .24s ease}.about-page--light .about-cta-secondary{border-color:#334155;color:#0f172a}.about-cta-secondary:hover{box-shadow:0 8px 18px #0f172a0f}.about-page--light .about-faq-answer,.about-page--light .about-trust-body,.about-page--light .about-flow-body,.about-page--light .about-cap-body,.about-page--light .about-assist-body,.about-page--light .about-story-body{color:#475569}.about-footer-wrap{width:100%;background:#08101f}.about-page--light .about-footer-wrap{background:#fff}@media(max-width:1100px){.about-hero{flex-direction:column;padding-top:60px;padding-bottom:56px}.about-hero-left{width:100%}.about-hero-right{width:100%;max-width:100%}.about-story-row{flex-direction:column}.about-story-main{flex:none;width:100%}.about-cap-grid,.about-flow-grid,.about-trust-row1,.about-trust-row2{grid-template-columns:repeat(2,1fr)}.about-cta{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.about-shell{padding-left:20px;padding-right:20px}.about-hero{padding-top:40px;padding-bottom:28px}.about-hero-title{font-size:34px}.about-stats-row{flex-direction:column;align-items:stretch}.about-stat-card{width:100%}.about-section-title{font-size:28px}.about-cap-grid,.about-flow-grid,.about-trust-row1,.about-trust-row2{grid-template-columns:1fr}}html:has(body .about-page:not(.about-page--light)),body:has(.about-page:not(.about-page--light)){scrollbar-width:thin;scrollbar-color:#334155 #0b1224}html:has(body .about-page:not(.about-page--light))::-webkit-scrollbar,body:has(.about-page:not(.about-page--light))::-webkit-scrollbar{width:10px}html:has(body .about-page:not(.about-page--light))::-webkit-scrollbar-track,body:has(.about-page:not(.about-page--light))::-webkit-scrollbar-track{background:#0b1224}html:has(body .about-page:not(.about-page--light))::-webkit-scrollbar-thumb,body:has(.about-page:not(.about-page--light))::-webkit-scrollbar-thumb{background:#334155;border-radius:999px;border:2px solid #0b1224}html:has(body .about-page:not(.about-page--light))::-webkit-scrollbar-thumb:hover,body:has(.about-page:not(.about-page--light))::-webkit-scrollbar-thumb:hover{background:#475569}html:has(body .about-page--light),body:has(.about-page--light){scrollbar-width:thin;scrollbar-color:#cbd5e1 #f3f6fb}html:has(body .about-page--light)::-webkit-scrollbar,body:has(.about-page--light)::-webkit-scrollbar{width:10px}html:has(body .about-page--light)::-webkit-scrollbar-track,body:has(.about-page--light)::-webkit-scrollbar-track{background:#f3f6fb}html:has(body .about-page--light)::-webkit-scrollbar-thumb,body:has(.about-page--light)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f3f6fb}html:has(body .about-page--light)::-webkit-scrollbar-thumb:hover,body:has(.about-page--light)::-webkit-scrollbar-thumb:hover{background:#94a3b8}.about-mobile{min-height:100vh;color:#fff;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 30%),#050816;position:relative}.about-mobile--light{color:#0f172a;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc}.about-mobile-main{width:390px;max-width:100%;margin:0 auto;box-sizing:border-box;padding:0 0 28px}.about-mobile-section{padding:0 20px 28px}.about-mobile-hero{display:flex;flex-direction:column;gap:16px;padding:14px 20px 22px}.about-mobile-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#60a5fa;line-height:1}.about-mobile--light .about-mobile-eyebrow{color:#2563eb}.about-mobile-hero-title{margin:0;font-size:26px;font-weight:800;line-height:1.2}.about-mobile-hero-desc{margin:0;font-size:14px;line-height:1.72;color:#cbd5e1}.about-mobile--light .about-mobile-hero-desc{color:#475569}.about-mobile-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.about-mobile-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f97316;color:#fff;padding:12px 20px;font-size:12px;font-weight:700;line-height:1;text-decoration:none}.about-mobile--light .about-mobile-primary{background:#2563eb}.about-mobile-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #334155;color:inherit;padding:12px 20px;font-size:12px;font-weight:700;line-height:1;text-decoration:none}.about-mobile--light .about-mobile-secondary{border-color:#cbd5e1}.about-mobile-hero-visual-wrap{border-radius:24px;padding:1px;background:linear-gradient(180deg,#33415580,#0f172a2e);margin-top:4px}.about-mobile--light .about-mobile-hero-visual-wrap{background:linear-gradient(180deg,#cbd5e1eb,#cbd5e15c)}.about-mobile-hero-visual{position:relative;overflow:hidden;border-radius:23px;height:220px;background:#0b1224}.about-mobile--light .about-mobile-hero-visual{background:#e2e8f0}.about-mobile-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-mobile-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0508161a,#0508163d);pointer-events:none}.about-mobile-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.about-mobile-stat-card{display:flex;flex-direction:column;gap:4px;padding:14px 12px;border-radius:16px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box}.about-mobile--light .about-mobile-stat-card{background:#fff;border-color:#d9e1ec}.about-mobile-stat-value{font-size:20px;font-weight:800;line-height:1;color:#fff}.about-mobile--light .about-mobile-stat-value{color:#0f172a}.about-mobile-stat-label{font-size:11px;font-weight:600;color:#94a3b8;line-height:1.3}.about-mobile-section-head{margin-bottom:16px}.about-mobile-section-title{margin:0 0 8px;font-size:22px;font-weight:800;line-height:1.2}.about-mobile-section-sub{margin:0;font-size:13px;line-height:1.65;color:#94a3b8}.about-mobile--light .about-mobile-section-sub{color:#475569}.about-mobile-card{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:20px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box;margin-bottom:12px}.about-mobile--light .about-mobile-card{background:#fff;border-color:#d9e1ec}.about-mobile-card-eyebrow{font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:1px}.about-mobile--light .about-mobile-card-eyebrow{color:#2563eb}.about-mobile-card-title{margin:0;font-size:18px;font-weight:700;line-height:1.3}.about-mobile-card-body{margin:0;font-size:13px;line-height:1.68;color:#94a3b8}.about-mobile--light .about-mobile-card-body{color:#475569}.about-mobile-story-main{display:flex;flex-direction:column;gap:12px;padding:22px 20px;border-radius:22px;background:#0f172a;border:1px solid #334155;box-sizing:border-box;margin-bottom:14px}.about-mobile--light .about-mobile-story-main{background:#fff;border-color:#d9e1ec}.about-mobile-story-eyebrow{font-size:11px;font-weight:700;color:#60a5fa;letter-spacing:1px}.about-mobile--light .about-mobile-story-eyebrow{color:#2563eb}.about-mobile-story-title{margin:0;font-size:22px;font-weight:800;line-height:1.24}.about-mobile-story-body{margin:0;font-size:13px;line-height:1.72;color:#94a3b8}.about-mobile--light .about-mobile-story-body{color:#475569}.about-mobile-faq-item{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:18px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box;margin-bottom:10px}.about-mobile--light .about-mobile-faq-item{background:#fff;border-color:#d9e1ec}.about-mobile-faq-question{margin:0;font-size:15px;font-weight:700;line-height:1.3}.about-mobile-faq-answer{margin:0;font-size:13px;line-height:1.68;color:#94a3b8}.about-mobile--light .about-mobile-faq-answer{color:#475569}.about-mobile-cta-band{margin:0 20px 24px;padding:24px 20px;border-radius:22px;background:#0b1224;border:1px solid #1e293b;display:flex;flex-direction:column;gap:14px;box-sizing:border-box}.about-mobile--light .about-mobile-cta-band{background:#eef4ff;border-color:transparent}.about-mobile-cta-title{margin:0;font-size:22px;font-weight:800;line-height:1.24}.about-mobile-cta-desc{margin:0;font-size:13px;line-height:1.75;color:#cbd5e1}.about-mobile--light .about-mobile-cta-desc{color:#475569}.about-mobile-cta-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch;width:100%}.about-mobile-cta-actions .about-mobile-primary,.about-mobile-cta-actions .about-mobile-secondary{justify-content:center}.buy-guide-page{color:#fff;min-height:100vh;background:radial-gradient(circle at top right,rgba(249,115,22,.14),transparent 24%),radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 28%),#050816;position:relative}.buy-guide-page--light{color:#0f172a;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc}html:has(body .buy-guide-page:not(.buy-guide-page--light)),body:has(.buy-guide-page:not(.buy-guide-page--light)){scrollbar-width:thin;scrollbar-color:#334155 #0b1224}html:has(body .buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar,body:has(.buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar{width:10px}html:has(body .buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar-track,body:has(.buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar-track{background:#0b1224}html:has(body .buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar-thumb,body:has(.buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar-thumb{background:#334155;border-radius:999px;border:2px solid #0b1224}html:has(body .buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar-thumb:hover,body:has(.buy-guide-page:not(.buy-guide-page--light))::-webkit-scrollbar-thumb:hover{background:#475569}html:has(body .buy-guide-page--light),body:has(.buy-guide-page--light){scrollbar-width:thin;scrollbar-color:#cbd5e1 #f3f6fb}html:has(body .buy-guide-page--light)::-webkit-scrollbar,body:has(.buy-guide-page--light)::-webkit-scrollbar{width:10px}html:has(body .buy-guide-page--light)::-webkit-scrollbar-track,body:has(.buy-guide-page--light)::-webkit-scrollbar-track{background:#f3f6fb}html:has(body .buy-guide-page--light)::-webkit-scrollbar-thumb,body:has(.buy-guide-page--light)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f3f6fb}html:has(body .buy-guide-page--light)::-webkit-scrollbar-thumb:hover,body:has(.buy-guide-page--light)::-webkit-scrollbar-thumb:hover{background:#94a3b8}.buy-guide-shell{width:1440px;max-width:100%;margin:0 auto;box-sizing:border-box;padding-left:72px;padding-right:72px}.buy-guide-hero{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;column-gap:72px;row-gap:28px;padding-top:80px;padding-bottom:64px;align-items:start}.buy-guide-eyebrow{grid-column:1;margin:0;font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#60a5fa;line-height:1}.buy-guide-hero-title{grid-column:1;margin:0;font-size:52px;font-weight:800;line-height:1.15;letter-spacing:-.8px}.buy-guide-hero-desc{grid-column:1;margin:0;font-size:18px;line-height:1.72;color:#94a3b8}.buy-guide-hero-actions{grid-column:1}.buy-guide-highlight-row{grid-column:2;grid-row:1/5;display:flex;flex-direction:column;gap:14px;align-self:center}.buy-guide-page--light .buy-guide-eyebrow{color:#2563eb}.buy-guide-page--light .buy-guide-hero-desc{color:#475569}.buy-guide-hero-actions,.buy-guide-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.buy-guide-primary,.buy-guide-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-size:13px;font-weight:700;line-height:1;text-decoration:none}.buy-guide-primary{background:#2563eb;color:#fff}.buy-guide-secondary{border:1px solid #334155;background:transparent;color:inherit}.buy-guide-page--light .buy-guide-secondary{border-color:#cbd5e1}.buy-guide-highlight-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;width:100%}.buy-guide-highlight-card,.buy-guide-check-item,.buy-guide-step-card,.buy-guide-service-card,.buy-guide-faq-item{display:flex;flex-direction:column;gap:12px;padding:24px 28px;border-radius:16px;background:#0b1224b3;border:1px solid rgba(30,41,59,.8);box-sizing:border-box}.buy-guide-page--light .buy-guide-highlight-card,.buy-guide-page--light .buy-guide-check-item,.buy-guide-page--light .buy-guide-step-card,.buy-guide-page--light .buy-guide-service-card,.buy-guide-page--light .buy-guide-faq-item{background:#fff;border-color:#d9e1ec}.buy-guide-highlight-title,.buy-guide-step-title,.buy-guide-service-title,.buy-guide-faq-question{margin:0;font-size:17px;font-weight:700;line-height:1.4}.buy-guide-highlight-body,.buy-guide-step-body,.buy-guide-service-body,.buy-guide-faq-answer,.buy-guide-check-text{margin:0;font-size:14px;line-height:1.8;color:#64748b}.buy-guide-page--light .buy-guide-highlight-body,.buy-guide-page--light .buy-guide-step-body,.buy-guide-page--light .buy-guide-service-body,.buy-guide-page--light .buy-guide-faq-answer,.buy-guide-page--light .buy-guide-check-text{color:#475569}.buy-guide-section{padding-top:64px;padding-bottom:60px;border-top:1px solid rgba(30,41,59,.4)}.buy-guide-section-head{margin-bottom:36px}.buy-guide-section-title{margin:0 0 12px;font-size:32px;font-weight:800;line-height:1.25;letter-spacing:-.3px}.buy-guide-section-sub{margin:0;font-size:16px;line-height:1.7;color:#64748b}.buy-guide-page--light .buy-guide-section-sub{color:#475569}.buy-guide-checklist,.buy-guide-step-grid,.buy-guide-service-grid{display:grid;gap:16px}.buy-guide-checklist{grid-template-columns:repeat(3,1fr)}.buy-guide-step-grid{grid-template-columns:repeat(2,1fr)}.buy-guide-service-grid{grid-template-columns:repeat(4,1fr)}.buy-guide-check-item{flex-direction:row;align-items:center;gap:16px;padding:18px 22px}.buy-guide-check-index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#2563eb2e;color:#60a5fa;font-size:14px;font-weight:800;line-height:1}.buy-guide-step-tag{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:6px;background:#2563eb1f;color:#60a5fa;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;line-height:1}.buy-guide-page--light .buy-guide-check-index,.buy-guide-page--light .buy-guide-step-tag{color:#2563eb}.buy-guide-faq-list{display:grid;gap:12px}.buy-guide-faq-item{border-left:3px solid #1d4ed8;padding-left:24px}.buy-guide-faq-question{font-size:16px;color:#e2e8f0}.buy-guide-cta-wrap{padding-top:64px;padding-bottom:80px}.buy-guide-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:44px 52px;border-radius:20px;background:linear-gradient(135deg,#2563eb29,#0f172af2);border:1px solid rgba(29,78,216,.6)}.buy-guide-page--light .buy-guide-cta{background:linear-gradient(135deg,#3b82f61f,#fff);border-color:#bfdbfe}.buy-guide-cta-copy{max-width:760px}.buy-guide-cta-title{margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.25;letter-spacing:-.2px}.buy-guide-cta-desc{margin:0;font-size:15px;line-height:1.8;color:#94a3b8}.buy-guide-page--light .buy-guide-cta-desc{color:#475569}@media(max-width:1180px){.buy-guide-shell{padding-left:32px;padding-right:32px}.buy-guide-hero{grid-template-columns:1fr;row-gap:24px}.buy-guide-highlight-row{grid-column:1;grid-row:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.buy-guide-cta{flex-direction:column;align-items:stretch;gap:28px;padding:32px 36px}.buy-guide-service-grid,.buy-guide-checklist{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.buy-guide-shell{padding-left:20px;padding-right:20px}.buy-guide-hero{padding-top:48px;padding-bottom:40px;grid-template-columns:1fr;row-gap:20px}.buy-guide-highlight-row{grid-column:1;grid-row:auto;display:grid;grid-template-columns:1fr;gap:12px}.buy-guide-hero-title{font-size:36px}.buy-guide-section-title{font-size:26px}.buy-guide-checklist,.buy-guide-step-grid,.buy-guide-service-grid{grid-template-columns:1fr}}.buy-guide-mobile{min-height:100vh;color:#fff;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 30%),#050816;position:relative}.buy-guide-mobile--light{color:#0f172a;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),#f7f9fc}.buy-guide-mobile-main{width:390px;max-width:100%;margin:0 auto;box-sizing:border-box;padding:0 0 28px}.buy-guide-mobile-section{padding:0 20px 28px}.buy-guide-mobile-hero{display:flex;flex-direction:column;gap:16px;padding:14px 20px 22px}.buy-guide-mobile-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#60a5fa;line-height:1}.buy-guide-mobile--light .buy-guide-mobile-eyebrow{color:#2563eb}.buy-guide-mobile-title{margin:0;font-size:26px;font-weight:800;line-height:1.2}.buy-guide-mobile-desc,.buy-guide-mobile-card-body,.buy-guide-mobile-faq-answer,.buy-guide-mobile-check-text,.buy-guide-mobile-cta-desc{margin:0;font-size:14px;line-height:1.72;color:#cbd5e1}.buy-guide-mobile--light .buy-guide-mobile-desc,.buy-guide-mobile--light .buy-guide-mobile-card-body,.buy-guide-mobile--light .buy-guide-mobile-faq-answer,.buy-guide-mobile--light .buy-guide-mobile-check-text,.buy-guide-mobile--light .buy-guide-mobile-cta-desc{color:#475569}.buy-guide-mobile-actions,.buy-guide-mobile-cta-actions{display:flex;gap:10px;flex-wrap:wrap}.buy-guide-mobile-primary,.buy-guide-mobile-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;font-size:12px;font-weight:700;line-height:1;text-decoration:none}.buy-guide-mobile-primary{background:#f97316;color:#fff}.buy-guide-mobile--light .buy-guide-mobile-primary{background:#2563eb}.buy-guide-mobile-secondary{background:transparent;border:1px solid #334155;color:inherit}.buy-guide-mobile--light .buy-guide-mobile-secondary{border-color:#cbd5e1}.buy-guide-mobile-hero-visual-wrap{border-radius:24px;padding:1px;background:linear-gradient(180deg,#33415580,#0f172a2e);margin-top:4px}.buy-guide-mobile--light .buy-guide-mobile-hero-visual-wrap{background:linear-gradient(180deg,#cbd5e1eb,#cbd5e15c)}.buy-guide-mobile-hero-visual{position:relative;overflow:hidden;border-radius:23px;height:220px;background:#0b1224}.buy-guide-mobile--light .buy-guide-mobile-hero-visual{background:#e2e8f0}.buy-guide-mobile-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.buy-guide-mobile-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0508161a,#0508163d)}.buy-guide-mobile-highlight-row{display:grid;gap:10px}.buy-guide-mobile-card,.buy-guide-mobile-check-item,.buy-guide-mobile-faq-item{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:20px;background:#0b1224;border:1px solid #1e293b;box-sizing:border-box;margin-bottom:12px}.buy-guide-mobile--light .buy-guide-mobile-card,.buy-guide-mobile--light .buy-guide-mobile-check-item,.buy-guide-mobile--light .buy-guide-mobile-faq-item{background:#fff;border-color:#d9e1ec}.buy-guide-mobile-card-title,.buy-guide-mobile-faq-question,.buy-guide-mobile-section-title,.buy-guide-mobile-cta-title{margin:0;font-size:18px;font-weight:700;line-height:1.3}.buy-guide-mobile-section-head{margin-bottom:16px}.buy-guide-mobile-check-item{flex-direction:row;align-items:flex-start;gap:12px}.buy-guide-mobile-check-tag,.buy-guide-mobile-step-tag{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;background:#2563eb24;color:#60a5fa;padding:6px 10px;font-size:11px;font-weight:700;line-height:1}.buy-guide-mobile--light .buy-guide-mobile-check-tag,.buy-guide-mobile--light .buy-guide-mobile-step-tag{color:#2563eb}.buy-guide-mobile-cta-band{margin:0 20px;padding:22px 18px;border-radius:24px;background:linear-gradient(135deg,#2563eb2e,#0f172aeb);border:1px solid #1d4ed8}.buy-guide-mobile--light .buy-guide-mobile-cta-band{background:linear-gradient(135deg,#3b82f61f,#fff);border-color:#bfdbfe}
