:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#f9fafb;--surface:#fff;--surface-soft:#f3f4f6;--ink:#111827;--ink-soft:#4b5563;--ink-muted:#6b7280;--line:#e5e7eb;--line-strong:#d1d5db;--primary:#4f46e5;--primary-dark:#3730a3;--primary-soft:#e0e7ff;--amber:#f59e0b;--amber-soft:#fef3c7;--danger:#ef4444;--shadow-sm:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;--shadow-lg:0 25px 50px -12px #0000001f;--shadow-glow:0 0 20px #4f46e526;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--container:1320px;--header-height:72px;font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--page)}body{min-width:320px;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-image:radial-gradient(at 0 0,#e7e8fd99 0,#0000 50%),radial-gradient(at 100% 100%,#ecf3fe99 0,#0000 50%);background-attachment:fixed;margin:0;font-size:16px;line-height:1.65}body:has(.menu-open){overflow:hidden}html.navigation-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img,svg{display:block}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.18}h1{margin-bottom:22px;font-size:clamp(2rem,3.5vw,3rem)}h2{font-size:clamp(1.6rem,2.5vw,2.2rem)}h3{font-size:1.25rem}::selection{color:#083b22;background:#bce8cf}:focus-visible{outline-offset:3px;outline:3px solid #0e9f5954}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:200;background:var(--ink);color:#fff;border-radius:8px;padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.skip-link:focus{transform:none}.site-header{z-index:100;min-height:var(--header-height);-webkit-backdrop-filter:blur(24px)saturate(150%);background:#ffffffb3;border-bottom:1px solid #fff6;position:sticky;top:0;box-shadow:0 4px 30px #00000008}.site-header__inner{min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:32px;display:grid}.brand{letter-spacing:-.025em;white-space:nowrap;align-items:center;gap:11px;font-size:1.08rem;font-weight:760;display:inline-flex}.brand img{border-radius:9px}.brand__copy{line-height:1.25;display:grid}.brand__copy strong{font-size:1rem}.brand__copy small{color:var(--ink-muted);letter-spacing:0;margin-top:2px;font-size:.66rem;font-weight:500}.brand__copy .badge{color:var(--ink-muted);vertical-align:middle;background-color:#f1f3f5;border-radius:999px;margin-left:6px;padding:1px 6px;font-size:.65rem;font-weight:600}.desktop-nav{justify-content:center;align-items:center;gap:clamp(22px,3vw,44px);display:flex}.desktop-nav a{color:#3f4642;padding:22px 0;font-size:.94rem;font-weight:560;position:relative}.desktop-nav a:after{content:"";background:var(--primary);border-radius:2px;height:2px;transition:transform .16s;position:absolute;bottom:14px;left:0;right:0;transform:scaleX(0)}.desktop-nav a.router-link-active,.desktop-nav a:hover{color:var(--ink)}.desktop-nav a.router-link-active:after,.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:10px;display:flex}.language-select select{border:1px solid var(--line-strong);cursor:pointer;border-radius:999px;min-width:58px;height:36px;padding:0 10px}.language-select select,.menu-button{background:var(--surface);color:var(--ink)}.menu-button{border:1px solid var(--line-strong);border-radius:10px;width:40px;height:40px;padding:9px;display:none}.menu-button svg{width:100%;height:100%}.mobile-nav{display:none}.home-hero{padding:clamp(50px,7vw,92px) 0 58px;overflow:hidden}.home-hero__grid{grid-template-columns:minmax(310px,.72fr) minmax(620px,1.55fr);align-items:center;gap:clamp(44px,5vw,78px);display:grid}.home-hero__copy{z-index:2;position:relative}.product-kicker{color:var(--amber);letter-spacing:.02em;align-items:center;gap:12px;margin-bottom:24px;font-weight:700;display:inline-flex}.product-kicker img{width:64px;height:64px;box-shadow:var(--shadow-sm);border-radius:17px}.home-hero h1{background:linear-gradient(135deg,var(--ink) 0,#4b5563 100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(2.2rem,4vw,3.5rem)}.home-hero__subtitle{color:var(--ink);letter-spacing:-.025em;margin-bottom:14px;font-size:clamp(1.3rem,2vw,1.72rem);font-weight:700;line-height:1.42}.home-hero__description{max-width:580px;color:var(--ink-soft);margin-bottom:28px;font-size:1.04rem}.home-hero__visual{position:relative}.home-hero__screen{width:100%;height:auto;box-shadow:var(--shadow-lg),var(--shadow-glow);background:#060606;border:1px solid #fff6;border-radius:16px;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s}.home-hero__visual:hover .home-hero__screen{transform:translateY(-8px)scale(1.01);box-shadow:0 30px 60px -15px #0003,0 0 35px #4f46e540}.trust-row{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:16px 24px;margin-top:28px;font-size:.93rem;display:flex}.trust-item{align-items:center;gap:8px;display:inline-flex}.trust-item svg{width:19px;height:19px;color:var(--primary)}.download-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:560px;display:grid}.download-button{border:1px solid var(--line-strong);min-height:54px;box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 18px;font-weight:720;line-height:1.2;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.download-button:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.download-button svg{width:22px;height:22px}.download-button__arrow{opacity:.72;margin-left:auto;width:17px!important;height:17px!important}.download-button--primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;border-color:#0000;box-shadow:0 10px 26px #4f46e540}.download-button--primary:hover{background:linear-gradient(135deg,#818cf8 0,var(--primary) 100%);border-color:#0000;box-shadow:0 14px 32px #4f46e559}.download-button--secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:var(--line);color:var(--ink);background:#ffffffd9}.download-button--secondary:hover{border-color:var(--primary);background:#fff}.download-buttons--compact{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.download-buttons--single{grid-template-columns:minmax(0,1fr);max-width:360px}.download-buttons--compact .download-button{min-height:48px;font-size:.9rem}.download-buttons--grouped{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;max-width:none}.browser-download-card{border:1px solid var(--line);min-width:0;box-shadow:var(--shadow-sm);background:#ffffffc7;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.browser-download-card--preferred{border-color:#4f46e56b;box-shadow:0 8px 24px #4f46e51f}.browser-download-card--chromium{grid-column:1/-1;padding:16px}.browser-download-card__header{align-items:center;gap:8px;min-height:27px;display:flex}.browser-download-card__header img{flex:none}.browser-download-card__header strong{color:var(--ink);font-size:.94rem}.browser-download-card__preferred{background:var(--primary-soft);width:22px;height:22px;color:var(--primary-dark);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.browser-download-card__preferred svg{width:14px;height:14px}.browser-download-card__compatibility{background:#e0e7ff5c;border:1px solid #4f46e51f;border-radius:11px;gap:8px;padding:10px;display:grid}.browser-download-card__compatibility-label{color:var(--ink-muted);font-size:.76rem;font-weight:650}.compatible-browser-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;display:grid}.compatible-browser-item{min-width:0;color:var(--ink-soft);text-align:center;background:#ffffffd1;border:1px solid #d1d5dbb8;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px 4px;font-size:.69rem;line-height:1.2;display:flex}.compatible-browser-item img{flex:none}.browser-download-card__actions{gap:8px;display:grid}.browser-download-card--chromium .browser-download-card__actions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.browser-install-action{border:1px solid var(--line);border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:9px 11px;font-size:.84rem;font-weight:720;line-height:1.2;transition:all .22s;display:inline-flex}.browser-install-action:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.browser-install-action--primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;border-color:#0000}.browser-install-action--secondary{color:var(--ink);background:#fff}.browser-install-action--secondary:hover{border-color:var(--primary)}.browser-install-action__icon{opacity:.76;flex:none;width:16px;height:16px}.conversion-bridge{padding:0 0 38px}.conversion-bridge__inner{border-left:3px solid var(--primary);background:#efeee8;grid-template-columns:62px 1fr auto;align-items:center;gap:24px;padding:22px 30px;display:grid}.conversion-bridge__icon{background:var(--surface);width:48px;height:48px;color:var(--primary);border-radius:50%;padding:11px}.conversion-bridge__icon--app{background:0 0;border-radius:12px;padding:0}.conversion-bridge h2{margin-bottom:5px;font-size:clamp(1.35rem,2vw,1.85rem)}.conversion-bridge p{color:var(--ink-soft);margin-bottom:0}.text-link{color:var(--primary-dark);align-items:center;gap:7px;font-weight:720;display:inline-flex}.text-link svg{width:17px;height:17px;transition:transform .16s}.text-link:hover svg{transform:translate(3px)}.plugin-section{border-top:1px solid var(--line);background:#ffffff57;padding:42px 0 72px}.section-heading{max-width:760px;margin-bottom:36px}.section-heading h2{margin-bottom:12px}.section-heading p{color:var(--ink-soft);margin-bottom:0;font-size:1.05rem}.plugin-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:24px 0;display:grid}.plugin-entry{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff80;border:1px solid #fff9;grid-template-columns:138px 1fr;gap:30px;min-width:0;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;box-shadow:0 4px 6px -1px #00000005}.plugin-entry:hover{box-shadow:var(--shadow-lg);border-color:var(--line);background:#ffffffe6;transform:translateY(-4px)}.plugin-entry__icon{-o-object-fit:contain;object-fit:contain;width:138px;height:138px}.plugin-entry__content h3{margin-bottom:8px;font-size:clamp(1.45rem,2.1vw,2rem)}.product-badge{background:var(--primary-soft);width:fit-content;color:var(--primary-dark);border:1px solid #8ec9aa;border-radius:5px;margin-bottom:14px;padding:5px 9px;font-size:.82rem;font-weight:720;line-height:1.2;display:inline-flex}.product-badge--amber{background:var(--amber-soft);color:#a35400;border-color:#e8b56f}.home-price{color:#8a4b00;text-underline-offset:4px;width:fit-content;margin:-10px 0 20px;font-weight:700;text-decoration:underline;display:block}.product-badge--blue{color:#0875ad;background:#e7f5fd;border-color:#8ec7e8}.product-badge--purple{color:#6d28d9;background:#f3ebff;border-color:#c7a6f5}.plugin-entry p{color:var(--ink-soft);margin-bottom:16px}.plugin-actions{flex-wrap:wrap;gap:10px 22px;margin:20px 0 17px;display:flex}.plugin-primary-link{background:var(--primary);color:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:42px;padding:9px 14px;font-weight:720;display:inline-flex}.plugin-entry--amber .plugin-primary-link{background:var(--amber)}.plugin-entry--amber .text-link{color:#a35400}.plugin-entry--blue .plugin-primary-link{background:#0789cc}.plugin-entry--blue .text-link{color:#0875ad}.plugin-entry--purple .plugin-primary-link{background:#7c3aed}.plugin-entry--purple .text-link{color:#6d28d9}.plugin-entry--wide{grid-column:1/-1}.availability-note{color:#0875ad;background:#e7f5fd;border:1px solid #8ec7e8;border-radius:7px;width:fit-content;margin:26px 0 0;padding:10px 14px;font-weight:720}.browser-marks{flex-wrap:wrap;gap:9px 16px;display:flex}.browser-mark{color:var(--ink-muted);align-items:center;gap:6px;font-size:.86rem;display:inline-flex}.institutional-section{background:var(--surface);padding:88px 0}.institutional-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(50px,8vw,110px);display:grid}.institutional-grid h2{margin-bottom:18px}.institutional-grid>div>p{color:var(--ink-soft)}.principle-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.principle-list li{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr;gap:18px;padding:20px 0;display:grid}.principle-list svg{width:25px;height:25px;color:var(--primary)}.principle-list strong{margin-bottom:4px;display:block}.principle-list p{color:var(--ink-soft);margin:0;font-size:.94rem}.guides-preview,.page-section{padding:88px 0}.guides-header,.page-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px;display:flex}.guides-header>div,.page-heading>div{max-width:760px}.guides-header h2,.page-heading h1{margin-bottom:12px}.guides-header p,.page-heading p{color:var(--ink-soft);margin-bottom:0}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.guide-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:230px;box-shadow:var(--shadow-sm);background:#fff9;border:1px solid #fffc;flex-direction:column;padding:26px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.guide-card:hover{border-color:var(--primary-soft);background:var(--surface);box-shadow:var(--shadow-md),0 10px 30px #4f46e514;transform:translateY(-6px)}.guide-card__eyebrow{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:.8rem;font-weight:760}.guide-card h2,.guide-card h3{margin-bottom:12px;font-size:1.25rem}.guide-card p{color:var(--ink-soft);margin-bottom:20px;font-size:.94rem}.guide-card .text-link{margin-top:auto}.site-footer{border-top:1px solid var(--line);background:#efeee9}.site-footer__top{grid-template-columns:1.1fr .9fr;gap:80px;padding-top:62px;padding-bottom:54px;display:grid}.brand--footer{margin-bottom:18px}.footer-brand p{max-width:420px;color:var(--ink-soft);margin-bottom:10px}.footer-brand strong{font-size:.92rem}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;display:grid}.footer-links>div{min-width:0}.footer-links h2{letter-spacing:0;margin-bottom:17px;font-size:.95rem}.footer-links a{width:fit-content;max-width:100%;color:var(--ink-soft);overflow-wrap:anywhere;margin:10px 0;font-size:.91rem;display:block}.footer-links a:hover{color:var(--primary-dark)}.site-footer__bottom{color:var(--ink-muted);justify-content:space-between;gap:20px;padding-top:19px;padding-bottom:22px;font-size:.82rem;display:flex}.product-list,.site-footer__bottom{border-top:1px solid var(--line)}.product-list-item{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr auto;align-items:center;gap:28px;padding:30px 0;display:grid}.product-list-item>img{-o-object-fit:contain;object-fit:contain;border-radius:18px;width:82px;height:82px}.product-list-item h2{margin-bottom:8px;font-size:1.55rem}.product-list-item p{max-width:720px;color:var(--ink-soft);margin:0}.product-list-item .extension-platforms{margin-top:14px}.product-detail-hero{padding:62px 0 78px}.breadcrumb{color:var(--ink-muted);flex-wrap:wrap;gap:7px;margin-bottom:36px;font-size:.88rem;display:flex}.breadcrumb a:hover{color:var(--primary-dark)}.product-detail-grid{grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);align-items:center;gap:clamp(46px,7vw,94px);display:grid}.product-detail-grid--no-screen{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)}.product-detail-icon{-o-object-fit:contain;object-fit:contain;border-radius:20px;width:86px;height:86px;margin-bottom:24px}.product-detail-copy h1{margin-bottom:16px;font-size:clamp(2.2rem,4vw,3.2rem)}.product-detail-copy .lead{margin-bottom:13px;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:680;line-height:1.45}.product-detail-copy .description{color:var(--ink-soft);margin-bottom:26px}.product-meta{color:var(--ink-muted);flex-wrap:wrap;gap:10px 18px;margin-top:22px;font-size:.88rem;display:flex}.product-detail-screen{height:auto;box-shadow:var(--shadow-lg);background:#080808;border:1px solid #2c302d;border-radius:13px}.extension-hero-visual{border:1px solid var(--line);border-radius:var(--radius-lg);background:#efeee8;justify-content:center;align-items:center;min-height:400px;padding:60px;display:flex}.extension-hero-visual img{aspect-ratio:1;-o-object-fit:contain;object-fit:contain;width:min(270px,70%)}.content-section{border-top:1px solid var(--line);padding:78px 0}.content-section--white{background:var(--surface)}.content-section__intro{grid-template-columns:.7fr 1.3fr;gap:70px;margin-bottom:44px;display:grid}.content-section__intro h2{margin:0}.content-section__intro p{color:var(--ink-soft);margin:0;font-size:1.04rem}.feature-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.feature-item{background:var(--surface);min-height:205px;padding:26px}.feature-index{color:var(--primary-dark);letter-spacing:.1em;margin-bottom:30px;font-size:.8rem;font-weight:760;display:block}.feature-item p{color:var(--ink-soft);margin-bottom:0;font-size:.92rem}.faq-list{border-top:1px solid var(--line);max-width:900px;margin:0 auto}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;padding:23px 42px 23px 0;font-size:1.03rem;font-weight:680;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--primary-dark);font-size:1.4rem;font-weight:400;position:absolute;top:20px;right:4px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--ink-soft);margin:0;padding:0 48px 23px 0}.article-shell{max-width:860px;margin:0 auto}.article-header{border-bottom:1px solid var(--line);padding:66px 0 42px}.article-header h1{font-size:clamp(2rem,4vw,3rem)}.article-deck{color:var(--ink-soft);font-size:1.12rem}.article-meta{color:var(--ink-muted);flex-wrap:wrap;gap:14px 24px;margin-top:24px;font-size:.86rem;display:flex}.article-body{padding:54px 0 90px}.article-intro{margin-bottom:44px;font-size:1.13rem;line-height:1.85}.article-section{margin-top:48px}.article-section h2{margin-bottom:18px;font-size:1.8rem}.article-section p{color:#363c38;line-height:1.88}.article-client-cta{border:1px solid #3459e033;border-left:4px solid var(--primary);border-radius:var(--radius-md);background:linear-gradient(135deg,#3459e014,#fffffff0);grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:52px;padding:28px 30px;display:grid}.article-client-cta img{border-radius:15px;width:64px;height:64px}.article-client-cta span{color:var(--primary-dark);letter-spacing:.06em;margin-bottom:5px;font-size:.82rem;font-weight:780;display:block}.article-client-cta h2{margin-bottom:7px;font-size:clamp(1.3rem,2vw,1.72rem)}.article-client-cta p{color:var(--ink-soft);margin:0;line-height:1.7}.article-client-cta .plugin-primary-link{white-space:nowrap}.article-steps{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);color:#363c38;margin:24px 0;padding:20px 24px 20px 46px}.article-steps li{padding-left:5px;line-height:1.75}.article-steps li+li{margin-top:9px}.article-table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);margin:26px 0;overflow-x:auto}.article-table{border-collapse:collapse;text-align:left;width:100%;min-width:680px}.article-table caption{border-bottom:1px solid var(--line);background:var(--surface-soft);color:var(--ink);text-align:left;padding:16px 18px;font-weight:700}.article-table td,.article-table th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top;padding:14px 16px;line-height:1.65}.article-table thead th{background:var(--surface-soft);color:var(--ink)}.article-table tbody th{color:var(--ink);font-weight:650}.article-table tr:last-child>*{border-bottom:0}.article-table tr>:last-child{border-right:0}.article-figure{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);box-shadow:var(--shadow-sm);margin:30px 0 0;overflow:hidden}.article-figure img{width:100%;height:auto;display:block}.article-figure figcaption{color:var(--ink-muted);padding:12px 16px;font-size:.84rem;line-height:1.6}.about-page,.legal-page{max-width:900px}.about-page h2,.legal-page h2{margin-top:44px;font-size:1.55rem}.about-page p,.legal-page li,.legal-page p{color:var(--ink-soft)}.error-page{text-align:center;place-items:center;min-height:70vh;display:grid}.faq-toolbar,.filter-chips,.share-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filter-chips{margin:-10px 0 28px}.guide-filter-groups{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);gap:16px;margin:-10px 0 32px;padding:20px;display:grid}.guide-filter-group{grid-template-columns:118px minmax(0,1fr);align-items:start;gap:14px;display:grid}.guide-filter-group>strong{color:var(--ink);padding-top:9px;font-size:.88rem}.guide-filter-group .filter-chips{margin:0}.guide-filter-empty{border:1px dashed var(--line-strong);border-radius:var(--radius-md);background:var(--surface-soft);color:var(--ink-soft);text-align:center;padding:30px}.faq-toolbar button,.filter-chips button,.share-actions button{border:1px solid var(--line-strong);background:var(--surface);min-height:40px;color:var(--ink-soft);cursor:pointer;border-radius:999px;padding:8px 14px}.filter-chips button[aria-pressed=true]{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark);font-weight:700}.pricing-note{background:var(--amber-soft);color:#7c3f00;border:1px solid #e8b56f;border-radius:10px;flex-direction:column;gap:2px;width:fit-content;margin:0 0 20px;padding:11px 14px;display:flex}.pricing-note span{color:#8b5b24;font-size:.82rem}.about-page>p a,.contact-panel a:not(.plugin-primary-link),.legal-page a,.product-meta a,.support-followup a{color:var(--primary-dark);text-underline-offset:3px;text-decoration:underline}.faq-more-link{margin-top:22px}.faq-toolbar{justify-content:flex-end;margin:28px 0 8px}.faq-list--page{max-width:none}.support-followup{margin-top:30px}.support-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.support-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-height:245px;box-shadow:var(--shadow-sm);flex-direction:column;padding:25px;display:flex}.support-card>svg{width:32px;height:32px;color:var(--primary);margin-bottom:25px}.support-card h2{font-size:1.25rem}.support-card p{color:var(--ink-soft);font-size:.93rem}.support-card .text-link{margin-top:auto}.contact-panel{border-left:4px solid var(--primary);background:var(--surface-soft);grid-template-columns:1fr minmax(320px,.65fr);gap:50px;margin-top:54px;padding:34px;display:grid}.contact-panel h2,.contact-panel p{margin-bottom:8px}.contact-panel__actions p{color:var(--ink-soft);margin-top:16px;font-size:.9rem}.comparison-wrap{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;min-width:940px}.comparison-table td,.comparison-table th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:18px}.comparison-table thead th{background:var(--surface-soft)}.comparison-table thead th:not(:first-child){min-width:190px}.comparison-table thead img{-o-object-fit:contain;object-fit:contain;vertical-align:middle;margin-right:10px;display:inline-block}.comparison-table tbody th{width:140px;color:var(--ink)}.comparison-cta-grid,.related-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.comparison-cta-grid article,.related-product-grid>a{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:22px}.comparison-cta-grid h2{font-size:1.18rem}.comparison-cta-grid p,.related-product-grid p{color:var(--ink-soft);margin-bottom:15px;font-size:.9rem}.selection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:30px;display:grid}.selection-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);flex-direction:column;padding:26px;display:flex}.selection-card--featured{border-color:var(--primary-soft);background:linear-gradient(135deg,var(--surface) 0,#eef7f1 100%);box-shadow:var(--shadow-md);grid-column:1/-1}.selection-card__header{align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.selection-card__header img{-o-object-fit:contain;object-fit:contain;flex:none}.selection-card__featured{background:var(--primary);color:#fff;letter-spacing:.04em;border-radius:999px;margin-bottom:7px;padding:4px 9px;font-size:.75rem;font-weight:700;display:inline-flex}.selection-card__task{color:var(--primary-dark);margin-bottom:5px;font-size:.86rem;font-weight:700;display:block}.selection-card h2{margin:0;font-size:1.35rem}.selection-card>p{color:var(--ink-soft);margin-bottom:22px;line-height:1.75}.selection-card__actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:auto;display:flex}.selection-guides{margin-top:82px}.related-product-grid>a{grid-template-columns:54px 1fr;gap:15px;display:grid}.related-product-grid img{-o-object-fit:contain;object-fit:contain;width:54px;height:54px}.share-actions{color:var(--ink-muted);margin-top:34px;font-size:.88rem}.share-actions button{border-radius:8px;align-items:center;gap:7px;display:inline-flex}.share-actions svg{width:16px;height:16px}.article-toc,.fact-note{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;padding:22px 24px}.article-toc ol{margin:12px 0 0;padding-left:22px}.article-toc a{color:var(--primary-dark)}.article-section h2{scroll-margin-top:calc(var(--header-height) + 24px)}.fact-note{border-left:4px solid var(--primary);margin:30px 0}.fact-note p{margin:7px 0 0}.platform-section{margin-top:50px}.status-list{border-top:1px solid var(--line)}.status-list>div{border-bottom:1px solid var(--line);grid-template-columns:14px minmax(180px,.6fr) 1.4fr;align-items:center;gap:14px;padding:16px 0;display:grid}.status-dot{background:var(--ink-muted);border-radius:50%;width:10px;height:10px}.status-dot--supported{background:#0e9f59}.status-dot--pending,.status-dot--planned{background:#f59e0b}.status-dot--conditional{background:#0789cc}.status-dot--unavailable{background:#9ca3af}.about-product-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.about-product-links a{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:13px;padding:14px;display:flex}.about-product-links img{-o-object-fit:contain;object-fit:contain}.footer-records{flex-wrap:wrap;gap:12px;display:flex}.back-to-top,.footer-records a:hover{color:var(--primary-dark)}.back-to-top{right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:80;border:1px solid var(--line-strong);background:var(--surface);width:46px;height:46px;box-shadow:var(--shadow-md);cursor:pointer;border-radius:50%;padding:12px;position:fixed}.back-to-top svg{width:100%;height:100%}@media (width<=1120px){.home-hero__grid,.product-detail-grid,.product-detail-grid--no-screen{grid-template-columns:1fr}.home-hero__copy{max-width:760px}.home-hero__visual{width:100%}.plugin-entry{grid-template-columns:100px 1fr}.plugin-entry__icon{width:100px;height:100px}.comparison-cta-grid,.feature-grid,.related-product-grid,.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=880px){.container{width:min(calc(100% - 32px),var(--container))}.guide-filter-group,.selection-grid{grid-template-columns:1fr}.guide-filter-group{gap:6px}.guide-filter-group>strong{padding-top:0}.desktop-nav{display:none}.site-header__inner{grid-template-columns:1fr auto}.menu-button{display:block}.mobile-nav{gap:0;padding-bottom:18px;display:grid}.mobile-nav a{border-bottom:1px solid var(--line);padding:13px 4px;font-weight:650}.site-header.menu-open{background:var(--page);min-height:100dvh}.contact-panel,.content-section__intro,.institutional-grid,.plugin-grid,.site-footer__top{grid-template-columns:1fr}.plugin-entry{padding:24px}.plugin-entry--wide{grid-column:auto}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__top{gap:46px}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}.content-section__intro{gap:16px}}@media (width<=640px){body{font-size:15px}.selection-card{padding:22px}.brand span{text-overflow:ellipsis;max-width:155px;overflow:hidden}.brand__copy small{display:none}.home-hero{padding-top:42px}.home-hero__grid{gap:36px}.product-kicker{margin-bottom:18px}.product-kicker img{border-radius:14px;width:52px;height:52px}.home-hero h1{font-size:clamp(2rem,10vw,3rem)}.download-buttons,.download-buttons--compact,.download-buttons--grouped{grid-template-columns:1fr}.browser-download-card--chromium{grid-column:auto}.compatible-browser-list{grid-template-columns:repeat(3,minmax(0,1fr))}.browser-download-card--chromium .browser-download-card__actions{grid-template-columns:1fr}.trust-row{gap:10px 16px}.conversion-bridge__inner{grid-template-columns:42px 1fr;gap:15px;padding:20px}.conversion-bridge__icon{width:40px;height:40px;padding:8px}.conversion-bridge__icon--app{padding:0}.conversion-bridge .text-link{grid-column:2}.article-client-cta{grid-template-columns:52px minmax(0,1fr);gap:16px;padding:22px}.article-client-cta img{width:52px;height:52px}.article-client-cta .plugin-primary-link{white-space:normal;grid-column:1/-1;width:100%}.plugin-entry{grid-template-columns:72px 1fr;gap:20px}.plugin-entry__icon{width:72px;height:72px}.plugin-entry__content h3{font-size:1.35rem}.plugin-actions{flex-direction:column;align-items:flex-start}.content-section,.guides-preview,.institutional-section,.page-section{padding:62px 0}.about-product-links,.comparison-cta-grid,.feature-grid,.footer-links,.guide-grid,.related-product-grid,.support-grid{grid-template-columns:1fr}.guides-header,.page-heading{flex-direction:column;align-items:flex-start}.product-list-item{grid-template-columns:64px 1fr;gap:18px}.product-list-item>img{border-radius:14px;width:64px;height:64px}.product-list-item>.text-link{grid-column:2}.extension-hero-visual{min-height:280px;padding:36px}.site-footer__bottom{flex-direction:column;align-items:flex-start}.status-list>div{grid-template-columns:14px 1fr}.status-list>div>span:last-child{grid-column:2}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
