:root{--color-navy:#0b1f3a;--color-blue:#2563eb;--color-blue-dark:#1d4ed8;--color-sky-soft:#eef6ff;--color-border:#dbe7f5;--color-text:#172033;--color-muted:#64748b;--color-success:#16a34a;--color-warning:#f59e0b;--color-danger:#dc2626;--color-white:#fff;--color-surface:#f8fbff;--color-footer:#092846;--shadow-soft:0 18px 44px #0f346014;--shadow-card:0 14px 34px #0f346013;--font-sans:Inter, "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans CJK SC", "Microsoft YaHei", "PingFang SC", "Yu Gothic", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--container:1120px;--header-height:76px;--site-h1-size:clamp(38px, 4.2vw, 52px);font-family:var(--font-sans);color:var(--color-text);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-text);-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 50% -8%,#2563eb14,#0000 32rem),linear-gradient(#fafbfe 0%,#fff 46%);margin:0;font-size:16px;font-weight:400;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(100% - 48px, var(--container));margin:0 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}.icon{flex:none;width:1em;height:1em;display:inline-block}.site-header{z-index:40;backdrop-filter:blur(18px);background:#ffffffdb;border-bottom:1px solid #dbe7f5b8;position:sticky;top:0}.header-inner{min-height:var(--header-height);grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;gap:22px;display:grid;position:relative}.brand{color:var(--color-navy);letter-spacing:0;white-space:nowrap;justify-self:start;align-items:center;gap:12px;font-size:23px;font-weight:760;line-height:1;display:inline-flex}.brand .icon{color:#3b82f6;width:36px;height:36px}.brand.inverse{color:#fff;font-size:24px}.brand.inverse .icon{width:34px;height:34px}.main-nav{justify-self:center;align-items:center;gap:32px;display:flex}.main-nav a{color:#53627a;padding:10px 0;font-size:14px;font-weight:560;line-height:1;transition:color .16s;position:relative}.main-nav a[aria-current=page]{color:var(--color-navy);font-weight:700}.main-nav a[aria-current=page]:after{content:"";inset-inline:0;background:var(--color-blue);border-radius:999px;height:2px;position:absolute;bottom:1px}.main-nav a:hover,.footer-column a:hover,.result-actions a:hover{color:var(--color-blue)}.header-actions{justify-self:end;align-items:center;gap:10px;display:flex}.language-control{color:#475569;align-items:center;display:inline-flex;position:relative}.language-toggle{color:#475569;white-space:nowrap;background:#f8fbff;border:1px solid #dbe7f5;border-radius:12px;align-items:center;gap:9px;max-width:176px;height:40px;padding:0 12px;font-size:13px;font-weight:600;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.language-toggle:hover{color:var(--color-blue);background:#eff6ff;border-color:#bfdbfe}.language-icon{width:18px;height:18px}.language-label{text-overflow:ellipsis;overflow:hidden}.language-chevron{border-inline-end:2px solid;border-bottom:2px solid;width:8px;height:8px;margin-inline:2px 1px;transition:transform .16s;transform:translateY(-2px)rotate(45deg)}.language-toggle[aria-expanded=true] .language-chevron{transform:translateY(2px)rotate(225deg)}.language-popover{top:calc(100% + 8px);z-index:60;width:min(420px,100vw - 32px);max-height:calc(100vh - var(--header-height) - 32px);backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #dbe7f5f5;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:10px;position:absolute;inset-inline-end:0;overflow-y:auto;box-shadow:0 18px 44px #0f346029}.language-popover:not([hidden]){display:grid}.language-popover[hidden]{display:none}.language-option{color:#475569;border-radius:9px;align-items:center;min-width:0;min-height:42px;padding:8px 12px;font-size:14px;font-weight:600;line-height:1.25;display:flex}.language-option:hover,.language-option[aria-current=page]{color:var(--color-blue);background:#eff6ff}.language-option[aria-current=page]{font-weight:750}.header-icon-button{color:#475569;background:#f8fbff;border:1px solid #dbe7f5;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:color .16s,border-color .16s,background .16s,transform .16s;display:inline-flex}.header-icon-button:hover{color:var(--color-blue);background:#eff6ff;border-color:#bfdbfe}.header-icon-button:active{transform:translateY(1px)}.header-icon-button:focus-visible,.language-toggle:focus-visible,.language-option:focus-visible,.back-to-top:focus-visible{outline-offset:2px;outline:3px solid #2563eb47}.header-icon-button .icon{width:20px;height:20px}.theme-icon-sun,html[data-theme=dark] .theme-icon-moon{display:none}html[data-theme=dark] .theme-icon-sun{display:inline-block}.menu-toggle,.mobile-nav{display:none}.back-to-top{inset-inline-end:max(20px, env(safe-area-inset-right));bottom:max(20px, env(safe-area-inset-bottom));z-index:35;color:#fff;background:var(--color-blue);border:1px solid #2563eb3d;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;transition:background .16s,transform .16s,box-shadow .16s;position:fixed;box-shadow:0 14px 30px #0f346033}.back-to-top:not([hidden]){display:inline-flex}.back-to-top:hover{background:var(--color-blue-dark);transform:translateY(-2px);box-shadow:0 16px 34px #0f346047}.back-to-top .icon{width:21px;height:21px}.outline-button{border:2px solid var(--color-blue);height:42px;color:var(--color-blue);white-space:nowrap;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #2563eb14}.outline-button:hover{border-color:var(--color-blue-dark);color:var(--color-blue-dark);background:#f8fbff}.tool-hero{background:radial-gradient(circle at 50% -12%,#6366f117,#0000 30rem),linear-gradient(#fafbfeeb,#fffffffa);overflow:visible}.tool-hero-grid{min-height:calc(100svh - var(--header-height));flex-direction:column;justify-content:center;align-items:center;gap:38px;padding:clamp(64px,8vh,92px) 0 clamp(96px,13vh,144px);display:flex}.tool-copy{text-align:center;width:min(100%,760px)}.tool-copy h1{color:#0f172a;max-width:760px;font-size:var(--site-h1-size);letter-spacing:0;margin:0 auto;font-weight:760;line-height:1.04}.tool-lede{color:#64748b;max-width:620px;margin:16px auto 0;font-size:16px;font-weight:400;line-height:1.55}.tool-card{width:min(100%,760px);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.download-form{flex-direction:column;gap:12px;margin:0;display:flex}.input-shell{padding:7px;direction:ltr;background:#fff;border:1px solid #94a3b873;border-radius:16px;grid-template-columns:20px minmax(0,1fr) auto auto;align-items:center;gap:8px;min-width:0;min-height:62px;padding-inline-start:16px;transition:border-color .16s,box-shadow .16s;display:grid;box-shadow:0 20px 44px #0f34601a}.input-shell[data-example-highlighted]{background:#f8fbff;border-color:#2563ebe6;box-shadow:0 0 0 4px #2563eb24,0 20px 44px #0f34601c}.url-input-icon{color:#64748b;flex:none;width:20px;height:20px;display:block}.url-input-icon .icon{width:20px;height:20px}.input-shell:focus-within{border-color:#0099ffe6;box-shadow:0 0 0 3px #0099ff29,0 20px 44px #0f34601f}.download-form input{color:#0f172a;background:0 0;border:0;outline:0;min-width:0;min-height:46px;padding:0;font-size:16px;font-weight:400}.download-form input::placeholder{color:#64748b;opacity:1}.download-form input:focus{box-shadow:none}.input-actions{align-items:center;gap:8px;display:inline-flex}.input-action,.form-clear{border:0;border-radius:12px;min-height:40px;font-size:13px;font-weight:650}.input-action{color:#475569;background:#eef2f7;padding:0 14px}.input-action:hover{background:#dbeafe}.form-clear{color:#94a3b8;background:0 0;width:40px;padding:0;font-size:20px;line-height:1}.form-clear:hover{color:#334155;background:#eef2f7}.download-meta{justify-content:space-between;align-items:center;gap:12px 24px;min-width:0;padding-inline:8px;display:flex}.example-link-row{color:#64748b;white-space:nowrap;align-items:center;gap:5px;min-width:0;font-size:12px;line-height:1.35;display:inline-flex}.example-link-action{color:#0284c7;min-width:0;font:inherit;align-items:center;gap:5px;font-weight:650;text-decoration:none;display:inline-flex}.example-link-url{text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow:hidden}.example-link-action:hover{color:var(--color-blue-dark);text-underline-offset:4px;text-decoration:underline}.example-link-action:focus-visible{outline-offset:2px;border-radius:4px;outline:3px solid #2563eb33}.example-link-arrow{flex:none;width:14px;height:14px}.hero-trust-list{color:#475569;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 16px;margin:0;padding:0;font-size:12px;font-weight:600;line-height:1.35;list-style:none;display:flex}.hero-trust-list li{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.terms-agreement-notice{background:#ffffffb8;border:1px solid #dbe5f0;border-radius:10px;max-width:720px;padding:13px 15px;color:#475569!important;margin:18px 0 0!important;font-size:14px!important;line-height:1.6!important}.terms-agreement-notice a{color:#1d4ed8;text-underline-offset:3px;font-weight:700;text-decoration:underline}.terms-agreement-notice a:hover{color:var(--color-blue-dark)}.hero-trust-icon{flex:none;width:14px;height:14px;display:inline-flex}.hero-trust-icon .icon{width:14px;height:14px}.hero-trust-icon-1{color:#059669}.hero-trust-icon-2{color:#d97706}.hero-trust-icon-3{color:#0891b2}.form-clear[hidden],.loading-status[hidden],.error-banner[hidden],.result-area[hidden],.video-result[hidden],.status-panel[hidden],.post-download-extension-offer[hidden],.web-download-completion-notice[hidden],.unsupported-extension-offer[hidden],.thumbnail-frame[hidden]{display:none}.primary-download{color:#fff;white-space:nowrap;background:#09f;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-width:180px;min-height:46px;padding:0 24px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 12px 24px #0099ff3d}.primary-download:hover{background:#08e}.primary-download:active{transform:scale(.99)}.primary-download-icon{width:16px;height:16px}.primary-download:disabled{cursor:wait;opacity:.72}.intro-section{padding:42px 0 0}.intro-shell{background:#fff;border:1px solid #e5eef8;border-radius:18px;padding:30px 34px;box-shadow:0 16px 40px #0f34600f}.intro-copy{max-width:860px;margin:0 auto}.intro-copy h2{color:#0f172a;text-align:center;margin:0;font-size:30px;font-weight:760;line-height:1.2}.intro-copy p{color:#475569;margin:14px 0 0;font-size:16px;font-weight:400;line-height:1.72}.error-banner{color:#9f1239;background:#fff1f2;border:1px solid #fecdd3;border-radius:16px;align-items:flex-start;gap:10px;margin-top:18px;padding:14px 16px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.error-banner:before{content:"!";color:#fff;background:#f43f5e;border-radius:7px;flex:none;place-items:center;width:22px;height:22px;font-size:14px;font-weight:760;display:inline-grid}.error-banner strong{color:#881337}.error-copy{gap:2px;min-width:0;display:grid}.unsupported-extension-offer{background:linear-gradient(135deg,#eff6ff,#fff 62%);border:1px solid #bfdbfe;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:12px;padding:18px;display:grid;box-shadow:0 14px 34px #2563eb1a}.unsupported-extension-copy{min-width:0}.unsupported-extension-copy>span{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#dbeafe;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.unsupported-extension-copy strong{color:#0f172a;margin-top:7px;font-size:16px;line-height:1.35;display:block}.unsupported-extension-copy p{color:#475569;max-width:720px;margin:5px 0 0;font-size:13px;line-height:1.55}.unsupported-extension-actions{justify-content:center;align-items:center;min-width:260px;display:flex}.unsupported-extension-primary{text-align:center;white-space:nowrap;color:#fff;background:#2563eb;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:0 15px;font-size:13px;font-weight:750;display:inline-flex}.unsupported-extension-primary:hover{color:#fff;background:#1d4ed8}@media (width<=720px){.unsupported-extension-offer{grid-template-columns:1fr}.unsupported-extension-actions{flex-wrap:wrap;justify-content:flex-start;min-width:0}}.loading-status{color:#64748b;justify-items:center;gap:12px;margin-top:24px;font-size:14px;font-weight:600;display:grid}.loading-spinner{border:4px solid #dbeafe;border-top-color:var(--color-blue);border-radius:50%;width:34px;height:34px;animation:.78s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-panel{color:#94a3b8;text-align:center;background:#ffffffb8;border:1px dashed #dbe7f5;border-radius:16px;place-items:center;min-height:68px;margin-top:24px;padding:18px 20px;font-size:14px;font-weight:600;display:grid}.status-panel[data-state=success]{color:#047857;background:#f0fdf4;border-style:solid;border-color:#bbf7d0}.status-panel[data-state=warning]{color:#92400e;background:#fffbeb;border-style:solid;border-color:#fde68a}.status-panel[data-state=loading]{color:#1d4ed8;background:#eff6ff;border-style:solid;border-color:#bfdbfe}.result-area{background:#fff;border:1px solid #e5eef8;border-radius:20px;margin-top:24px;padding:22px;box-shadow:0 18px 42px #0f346014}.video-result{grid-template-columns:180px minmax(0,1fr);align-items:start;gap:22px;display:grid}.thumbnail-frame{aspect-ratio:16/9;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:16px;width:100%;position:relative;overflow:hidden}.thumbnail-frame img{object-fit:cover;width:100%;height:100%;display:block}.video-author{color:var(--color-blue);margin:0;font-size:13px;font-weight:700}.result-body h2{color:#0f172a;letter-spacing:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:7px 0 0;font-size:20px;font-weight:650;line-height:1.36;display:-webkit-box;overflow:hidden}.result-actions{flex-wrap:wrap;gap:14px;margin-top:12px;display:flex}.result-actions a{color:var(--color-blue);font-size:13px;font-weight:600}.download-result-panel{margin-top:20px}.download-result-panel h3{color:#0f172a;margin:0;font-size:15px;font-weight:700}.format-list{gap:12px;margin-top:12px;display:grid}.video-download-group{gap:12px;display:grid}.video-download-group+.video-download-group{border-top:1px solid #dbe7f4;margin-top:8px;padding-top:20px}.video-group-header{background:#f8fbff;border:1px solid #dbe7f4;border-radius:16px;grid-template-columns:144px minmax(0,1fr);align-items:start;gap:16px;padding:14px;display:grid}.video-group-header.without-thumbnail{grid-template-columns:1fr}.video-group-thumbnail{aspect-ratio:16/9;background:#e2e8f0;border:1px solid #dbe7f4;border-radius:12px;width:100%;overflow:hidden}.video-group-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.video-group-copy{min-width:0}.video-group-label{color:var(--color-blue);margin:0 0 5px;font-size:12px;font-weight:750}.video-group-copy strong,.video-group-copy span{display:block}.video-group-copy strong{color:#0f172a;font-size:15px}.video-group-copy span{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.video-group-copy a{color:var(--color-blue);margin-top:8px;font-size:12px;font-weight:650;display:inline-block}.video-group-formats{gap:12px;display:grid}.format-row{background:#f8fbff;border:1px solid #e5eef8;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.format-copy{min-width:0}.format-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.format-quality{color:#1d4ed8;background:#dbeafe;border-radius:7px;align-items:center;min-height:20px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.format-copy small{display:block}.format-copy strong{color:#1e293b;font-size:16px;font-weight:650;line-height:1.3}.format-copy small{color:#64748b;margin-top:2px;font-size:12px;font-weight:500}.format-actions{align-items:center;gap:10px;display:inline-flex}.format-download{box-sizing:border-box;color:#334155;text-overflow:ellipsis;white-space:nowrap;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;width:118px;min-height:42px;margin:0;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex;overflow:hidden}.format-download:hover{color:#1e293b;background:#cbd5e1;border-color:#94a3b8}.format-download.is-preferred{border-color:var(--color-blue);color:#fff;background:var(--color-blue);box-shadow:0 8px 18px #2563eb38}.format-download.is-preferred:hover{color:#fff;background:var(--color-blue-dark);border-color:var(--color-blue-dark)}.format-download[aria-busy=true]{font-variant-numeric:tabular-nums}.gif-format-actions{grid-template-columns:minmax(160px,auto) minmax(140px,auto) auto;display:grid}.gif-convert-action{width:auto;min-width:160px;font:inherit;cursor:pointer;border:0;font-size:13px;font-weight:700}.gif-convert-action:disabled{cursor:wait;opacity:.72}.gif-source-download{color:#1d4ed8;background:#fff;border:1px solid #93c5fd;width:auto;min-width:140px}.gif-source-download:hover{color:#1e40af;background:#eff6ff}.gif-source-download.is-preferred{color:#fff;background:var(--color-blue);border-color:var(--color-blue)}.gif-source-download.is-preferred:hover{color:#fff;background:var(--color-blue-dark);border-color:var(--color-blue-dark)}.gif-cancel-action{color:#475569;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:0 12px;font-size:12px;font-weight:700}.gif-conversion-status{color:#64748b;margin-top:6px;line-height:1.45}.gif-conversion-status[data-state=working]{color:#1d4ed8}.gif-conversion-status[data-state=success]{color:#15803d}.gif-conversion-status[data-state=error]{color:#b91c1c}.format-download[data-state=complete]{background:var(--color-success)}.format-download[data-state=complete]:hover{background:#15803d}.format-share{display:flex}.share-download{color:#334155;background:#fff;border:1px solid #dbe7f5;border-radius:12px;justify-content:center;align-items:center;width:42px;min-width:42px;min-height:42px;padding:0;font-size:12px;font-weight:650;display:inline-flex}.share-download:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.share-download-icon{fill:currentColor;width:16px;height:16px}.extension-offer{background:linear-gradient(135deg,#eff6ff 0%,#f8fbff 100%);border:1px solid #bfdbfe;border-radius:12px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:2px;padding:14px;display:grid}.extension-offer-copy{gap:4px;display:grid}.extension-offer-copy>span{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#dbeafe;border-radius:6px;width:fit-content;padding:3px 7px;font-size:10px;font-weight:800}.extension-offer-copy strong{color:#172554;font-size:14px}.extension-offer-copy p{color:#475569;margin:0;font-size:12px;line-height:1.5}.extension-offer-action,.page-primary-action{color:#fff;text-align:center;background:#1d4ed8;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:750;display:inline-flex}.extension-offer-action:hover,.page-primary-action:hover{color:#fff;background:#1e40af}.post-download-extension-offer{opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#93c5fd57,#0000 42%),linear-gradient(135deg,#eff6ff 0%,#fff 54%,#f0f9ff 100%);border:1px solid #a8c7fa;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:16px;padding:18px;transition:opacity .18s,transform .18s;display:grid;position:relative;overflow:hidden;transform:translateY(8px);box-shadow:0 18px 45px #2563eb1f}.post-download-extension-offer:after{content:"";pointer-events:none;border:18px solid #2563eb0d;border-radius:50%;width:96px;height:96px;position:absolute;inset-block-end:-58px;inset-inline-end:28%}.post-download-extension-offer.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.post-download-extension-icon{z-index:1;color:#fff;background:linear-gradient(145deg,#2563eb,#1d4ed8);border-radius:14px;place-items:center;width:48px;height:48px;display:grid;position:relative;box-shadow:0 10px 24px #2563eb47}.post-download-extension-icon svg{width:25px;height:25px}.post-download-extension-icon path{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.post-download-extension-copy{z-index:1;min-width:0;position:relative}.post-download-extension-copy>span{color:#1d4ed8;letter-spacing:.05em;text-transform:uppercase;background:#dbeafe;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.post-download-extension-copy strong{color:#0f172a;margin-top:7px;font-size:15px;line-height:1.35;display:block}.post-download-extension-copy p{color:#475569;margin:4px 0 0;font-size:12px;line-height:1.55}.post-download-extension-action{z-index:1;color:#fff;text-align:center;white-space:nowrap;background:#1d4ed8;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 17px;font-size:13px;font-weight:750;transition:background .16s,transform .16s,box-shadow .16s;display:inline-flex;position:relative;box-shadow:0 9px 20px #1d4ed838}.post-download-extension-actions{z-index:1;justify-items:stretch;gap:8px;display:grid;position:relative}.post-download-extension-dismiss{color:#64748b;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;padding:2px 6px;font-size:11px;line-height:1.4}.post-download-extension-dismiss:hover{color:#1e3a8a;text-decoration:underline}.post-download-extension-action:hover{color:#fff;background:#1e40af;transform:translateY(-1px);box-shadow:0 12px 24px #1d4ed847}.post-download-extension-action:focus-visible{outline-offset:3px;outline:3px solid #60a5fa73}.post-download-extension-dismiss:focus-visible{outline-offset:2px;border-radius:6px;outline:3px solid #60a5fa59}.media-link-extension-dialog{color:#0f172a;background:0 0;border:0;border-radius:22px;width:min(92vw,540px);max-width:none;margin:auto;padding:0;overflow:visible}.media-link-extension-dialog::backdrop{backdrop-filter:blur(4px);background:#0f172aad}.media-link-extension-card{text-align:center;background:radial-gradient(circle at 100% 0,#93c5fd6b,#0000 40%),linear-gradient(145deg,#eff6ff 0%,#fff 58%,#f0f9ff 100%);border:1px solid #bfdbfe;border-radius:22px;justify-items:center;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a52}.media-link-extension-close{z-index:2;color:#64748b;width:34px;height:34px;font:inherit;cursor:pointer;background:#ffffffb8;border:0;border-radius:50%;place-items:center;padding:0;font-size:24px;line-height:1;display:grid;position:absolute;inset-block-start:14px;inset-inline-end:14px}.media-link-extension-close:hover{color:#1e3a8a;background:#fff}.media-link-extension-icon{color:#fff;background:linear-gradient(145deg,#2563eb,#1d4ed8);border-radius:17px;place-items:center;width:58px;height:58px;display:grid;box-shadow:0 14px 30px #2563eb4d}.media-link-extension-icon svg{width:30px;height:30px}.media-link-extension-icon path{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.media-link-extension-badge{color:#1d4ed8;letter-spacing:.05em;text-transform:uppercase;background:#dbeafe;border-radius:999px;margin-top:15px;padding:4px 10px;font-size:11px;font-weight:800}.media-link-extension-card h2{color:#0f172a;max-width:430px;margin:12px 0 0;font-size:clamp(22px,4vw,28px);line-height:1.25}.media-link-extension-card p{color:#475569;max-width:450px;margin:10px 0 0;font-size:14px;line-height:1.65}.media-link-extension-actions{grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;margin-top:22px;display:grid}.media-link-extension-install,.media-link-extension-later{min-height:46px;font:inherit;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:750;display:inline-flex}.media-link-extension-install{color:#fff;background:#1d4ed8;box-shadow:0 10px 24px #1d4ed840}.media-link-extension-install:hover{color:#fff;background:#1e40af}.media-link-extension-later{color:#334155;background:#ffffffc7;border:1px solid #cbd5e1}.media-link-extension-later:hover{color:#1e3a8a;background:#fff;border-color:#93c5fd}.media-link-extension-dismiss{color:#64748b;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:12px;padding:3px 7px;font-size:11px;line-height:1.4}.media-link-extension-dismiss:hover{color:#1e3a8a;text-decoration:underline}.media-link-extension-close:focus-visible,.media-link-extension-install:focus-visible,.media-link-extension-later:focus-visible,.media-link-extension-dismiss:focus-visible{outline-offset:3px;outline:3px solid #60a5fa7a}@media (prefers-reduced-motion:reduce){.post-download-extension-offer,.post-download-extension-action{transition:none}}.web-download-completion-region{inset-inline-end:24px;bottom:max(24px, env(safe-area-inset-bottom));z-index:120;pointer-events:none;width:min(420px,100vw - 40px);position:fixed}.web-download-completion-notice{color:#f8fafc;opacity:0;pointer-events:auto;backdrop-filter:blur(12px);background:#18181bf7;border:1px solid #ffffff24;border-radius:15px;grid-template-columns:38px minmax(0,1fr);gap:10px 12px;padding:16px;transition:opacity .18s,transform .18s;display:grid;position:relative;overflow:hidden;transform:translateY(10px)scale(.98);box-shadow:0 20px 52px #0f172a57}.web-download-completion-notice.is-visible{opacity:1;transform:translateY(0)scale(1)}.web-download-completion-icon{color:#052e16;background:#4ade80;border-radius:999px;place-items:center;width:36px;height:36px;font-size:20px;font-weight:900;line-height:1;display:grid}.web-download-completion-copy{min-width:0}.web-download-completion-copy strong{color:#fff;font-size:15px;line-height:1.3;display:block}.web-download-completion-filename{color:#e2e8f0e0;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;line-height:1.4;display:block;overflow:hidden}.web-download-completion-copy p{color:#cbd5e1d6;margin:4px 0 0;font-size:12px;line-height:1.45}@media (prefers-reduced-motion:reduce){.web-download-completion-notice{transition:none}}@media (width<=520px){.web-download-completion-region{inset-inline:16px;bottom:max(16px, env(safe-area-inset-bottom));width:auto}}.download-hint{color:#94a3b8;margin:14px 0 0;font-size:13px;line-height:1.55}.iphone-save-tip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;gap:4px;margin:14px 0 0;padding:12px 14px;display:grid}.iphone-save-tip[hidden]{display:none}.iphone-save-tip strong{color:#1e3a8a;font-size:13px;font-weight:700}.iphone-save-tip span{color:#334155;font-size:13px;font-weight:400;line-height:1.5}.processing-card{background:#fffbeb;border-color:#fde68a}.processing-card .format-quality{color:#92400e;background:#fef3c7}.extension-hero .container{max-width:920px}.extension-page{background:#fff}.extension-site-header .header-inner{grid-template-columns:minmax(220px,1fr) auto;min-height:68px}.extension-site-header .main-nav{justify-self:end}.extension-install-hero{background:#f8fbff;border-bottom:1px solid #e8eef7;padding:32px 0 28px;overflow:hidden}.extension-install-shell{justify-items:center;display:grid}.extension-install-copy{text-align:center;width:min(100%,980px)}.extension-install-copy h1{color:#0b1f3a;max-width:960px;font-size:var(--site-h1-size);letter-spacing:0;margin:0 auto;font-weight:760;line-height:1.04}.extension-install-copy p{color:#5b6b82;max-width:800px;margin:18px auto 0;font-size:18px;font-weight:400;line-height:1.55}.browser-install-selector{justify-items:center;width:fit-content;max-width:100%;margin-top:20px;display:grid}.browser-install-primary{place-items:center;width:fit-content;max-width:100%;min-height:68px;display:grid}.browser-install-button{color:#fff;text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:13px;width:fit-content;max-width:100%;min-height:68px;padding:12px 24px;text-decoration:none;transition:transform .16s,box-shadow .16s,filter .16s;display:flex;box-shadow:0 12px 28px #0f172a1f}a.browser-install-button:hover{color:#fff;filter:brightness(.97);transform:translateY(-2px);box-shadow:0 18px 34px #0f172a2e}a.browser-install-button:focus-visible{outline-offset:4px;outline:3px solid #2563eb4d}.browser-install-button[hidden]{display:none}.browser-install-button--chrome{background:#1769e0}.browser-install-button--edge{background:#078f92}.browser-install-button--brave{background:#f15b2a}.browser-install-button--firefox{background:#ea4f16}.browser-install-button>img{object-fit:contain;background:#fff;border-radius:50%;flex:none;width:34px;height:34px;padding:5px}.browser-install-button>span{text-align:start;min-width:0}.browser-install-button strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:700;line-height:1.25;display:block;overflow:hidden}.browser-install-selector[data-current-browser=unsupported] .browser-install-primary{display:none}.browser-support{justify-items:center;gap:18px;margin-top:32px;display:grid}.browser-support p{color:#70757d;margin:0;font-size:18px;font-weight:700;line-height:1.45}.supported-browser-list{flex-wrap:wrap;justify-content:center;gap:22px;margin:0;padding:0;list-style:none;display:flex}.supported-browser-list>li[hidden]{display:none}.supported-browser-link{opacity:.58;filter:grayscale();background:#f7f8fa;border:1px solid #edf0f4;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;transition:opacity .16s,filter .16s,transform .16s,border-color .16s;display:grid}.supported-browser-link:hover{opacity:1;filter:grayscale(0);border-color:#d7dee8;transform:translateY(-2px)}.supported-browser-link:focus-visible{outline-offset:3px;opacity:1;outline:3px solid #2563eb4d}.supported-browser-link img{object-fit:contain;width:29px;height:29px;display:block}.extension-product-preview{grid-template-columns:minmax(0,1.72fr) minmax(280px,.86fr);align-items:center;gap:18px;width:min(100%,1060px);margin-top:20px;padding-top:0;display:grid}.extension-product-preview figure{min-width:0;margin:0}.extension-player-preview{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-self:end;overflow:hidden;box-shadow:0 18px 44px #0f34601a}.extension-player-preview img{width:100%;height:auto;display:block}.extension-popup-preview{align-self:center;padding-bottom:0}.extension-popup-preview img{background:#f3f7fc;border:1px solid #dbe7f5;border-radius:16px;width:min(100%,320px);height:auto;margin:0 auto;display:block;box-shadow:0 18px 38px #0f346024}.extension-benefit-strip{background:#fff;border-bottom:1px solid #e8eef7;padding:42px 0}.extension-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.extension-benefit-grid article{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:14px;display:grid}.extension-benefit-icon{color:#1769e0;background:#edf4ff;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.extension-benefit-icon .icon{width:25px;height:25px}.extension-benefit-grid h3,.extension-step-list h3{color:#0f172a;margin:0;font-size:16px;font-weight:720;line-height:1.35}.extension-benefit-grid p,.extension-step-list p{color:#64748b;margin:6px 0 0;font-size:14px;line-height:1.55}.extension-story-section{padding:84px 0}.extension-story-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:80px;display:grid}.extension-story-copy{position:sticky;top:110px}.extension-story-copy h2,.extension-trust-grid h2{color:#0b1f3a;letter-spacing:-.025em;max-width:560px;margin:0;font-size:clamp(34px,4vw,48px);font-weight:770;line-height:1.08}.extension-story-copy p{color:#64748b;margin:18px 0 0;font-size:16px;line-height:1.7}.extension-step-list{margin:0;padding:0;list-style:none}.extension-step-list li{border-top:1px solid #e2e8f0;grid-template-columns:42px minmax(0,1fr);gap:18px;padding:26px 0;display:grid}.extension-step-list li:first-child{border-top:0;padding-top:0}.extension-step-list li>span{color:#fff;background:#1769e0;border-radius:14px;place-items:center;width:42px;height:42px;font-size:15px;font-weight:750;display:grid}.extension-step-list h3{font-size:19px}.extension-step-list p{font-size:15px;line-height:1.65}.extension-trust-section{background:#f8fbff;border-top:1px solid #dbe7f5;padding:62px 0}.extension-trust-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:80px;display:grid}.extension-trust-grid h2{font-size:clamp(32px,3.6vw,44px)}.extension-trust-copy p{color:#475569;margin:0;font-size:16px;line-height:1.75}.extension-trust-copy a{color:#1d4ed8;align-items:center;gap:8px;margin-top:18px;font-size:14px;font-weight:700;display:inline-flex}.extension-trust-copy a .icon{width:18px;height:18px}.extension-faq-section{background:#fff;border-top:1px solid #e8eef7;padding:76px 0 84px}.extension-faq-header{text-align:center;max-width:760px;margin:0 auto 28px}.extension-faq-header h2{color:#0b1f3a;letter-spacing:-.025em;margin:0;font-size:clamp(34px,4vw,46px);font-weight:770;line-height:1.08}.extension-faq-header p{color:#64748b;margin:16px auto 0;font-size:16px;line-height:1.7}.extension-faq-list{margin:0 auto}.extension-faq-list p{line-height:1.65}.page-eyebrow{color:#1d4ed8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-flex}.changelog-page{background:#fff}.changelog-hero{background:radial-gradient(circle at 50% 0,#2563eb1a,#0000 28rem),#f8fbff;border-bottom:1px solid #e7edf6;padding:76px 0 48px}.changelog-intro{text-align:center;max-width:820px}.changelog-intro h1{color:var(--color-navy);font-size:var(--site-h1-size);letter-spacing:-.035em;margin:0;line-height:1.05}.changelog-intro p{color:#53647c;max-width:700px;margin:20px auto 0;font-size:18px;line-height:1.7}.changelog-listing{padding:64px 0 76px}.changelog-shell{gap:32px;width:min(100% - 48px,920px);display:grid}.release-card{background:#fff;border:1px solid #dbe7f5;border-radius:22px;overflow:hidden;box-shadow:0 20px 48px #0f346013}.release-card-header{background:linear-gradient(135deg,#fff 0%,#f7faff 100%);border-bottom:1px solid #e7edf6;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:36px;padding:32px 34px 28px;display:grid}.release-badges{flex-wrap:wrap;gap:8px;margin-bottom:15px;display:flex}.release-latest,.release-product{border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:11px;font-weight:750;line-height:1;display:inline-flex}.release-latest{color:#fff;background:#2563eb}.release-product{color:#31506f;background:#eaf2fb}.release-card-copy h2{color:var(--color-navy);letter-spacing:-.02em;margin:0;font-size:clamp(25px,3vw,32px);line-height:1.22}.release-card-copy p{color:#5b6b82;max-width:660px;margin:12px 0 0;line-height:1.7}.release-version{text-align:right;direction:ltr;justify-items:end;gap:5px;min-width:142px;padding-top:2px;display:grid}.release-version strong{color:#1d4ed8;font-size:22px;line-height:1.2}.release-version time{color:#708097;white-space:nowrap;font-size:13px}.release-groups{gap:28px;padding:30px 34px 34px;display:grid}.release-group h3{color:#243b57;letter-spacing:.025em;text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:14px;font-weight:800;display:flex}.release-group h3 span{background:#2563eb;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 4px #dbeafe}.release-group--improved h3 span{background:#7c3aed;box-shadow:0 0 0 4px #ede9fe}.release-group--fixed h3 span{background:#16a34a;box-shadow:0 0 0 4px #dcfce7}.release-group ul{color:#475569;margin:13px 0 0;padding-inline-start:25px;line-height:1.75}.release-group li+li{margin-top:8px}.page-primary-action{margin-top:20px;text-decoration:none}.release-status{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-top:20px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.extension-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.extension-feature-grid .content-card{height:100%}.how-section{padding:16px 0 0}.how-card{background:#fff;border:1px solid #dbe7f5eb;border-radius:18px;padding:34px;box-shadow:0 16px 40px #0f34600f}.how-card-header h2{color:#0f172a;margin:0;padding-inline-start:17px;font-size:28px;font-weight:760;line-height:1.22;position:relative}.how-card-header h2:before{content:"";inset-inline-start:0;background:var(--color-blue);border-radius:999px;width:5px;height:26px;position:absolute;top:4px}.how-card-header p{color:#64748b;max-width:760px;margin:12px 0 0;font-size:15px;font-weight:400;line-height:1.65}.download-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px;display:grid}.download-step{border-inline-start:1px solid #e9f1fb;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px;padding-inline:24px;display:grid}.download-step:first-child{border-inline-start:0;padding-inline-start:0}.download-step:last-child{padding-inline-end:0}.step-index{color:#fff;background:var(--color-blue);border-radius:14px;place-items:center;width:42px;height:42px;font-size:18px;font-weight:760;display:inline-grid;box-shadow:0 12px 24px #2563eb2e}.step-body h3{color:#0f172a;margin:0;font-size:18px;font-weight:700;line-height:1.3}.step-body p{color:#475569;margin:8px 0 0;font-size:15px;font-weight:400;line-height:1.7}.share-icon{width:26px;height:26px;color:var(--color-blue);vertical-align:-7px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;place-items:center;margin:0 5px;display:inline-grid}.share-icon svg{fill:currentColor;width:17px;height:17px}.simple-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.simple-grid>div{background:#fff;border:1px solid #dbe7f5eb;border-radius:16px;padding:30px;box-shadow:0 16px 40px #0f34600f}.simple-grid h2{color:#0f172a;margin:0 0 14px;padding-inline-start:17px;font-size:22px;font-weight:760;line-height:1.25;position:relative}.simple-grid h2:before{content:"";inset-inline-start:0;background:var(--color-blue);border-radius:999px;width:5px;height:24px;position:absolute;top:3px}.simple-grid>div:nth-child(2) h2:before{background:#f43f5e}.simple-grid ol,.simple-grid ul{color:#475569;margin:0;padding-inline-start:20px;font-size:15px;font-weight:400;line-height:1.75}.guide-section{padding:42px 0 0}.guide-shell{background:#fff;border:1px solid #e9f1fb;border-radius:22px;padding:34px;box-shadow:0 16px 40px #0f34600f}.guide-shell h2{color:#0f172a;margin:0;font-size:28px;font-weight:760;line-height:1.22}.guide-shell>header>p{color:#64748b;max-width:760px;margin:12px 0 0;font-weight:400}.device-guide-grid{border-top:1px solid #e9f1fb;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;margin-top:28px;padding-top:24px;display:grid}.device-guide-card{background:#fff;border:1px solid #dbe7f5;border-radius:18px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.device-guide-visual{aspect-ratio:3/2;background:#f8fafc;border-bottom:1px solid #e9f1fb;margin:0}.device-guide-visual img{object-fit:cover;width:100%;height:100%;display:block}.device-guide-body{flex-direction:column;flex:1;padding:20px;display:flex}.device-guide-eyebrow{color:#1d4ed8;background:#eff6ff;border-radius:999px;width:fit-content;padding:5px 9px;font-size:12px;font-weight:650}.device-guide-grid h3{color:#0f172a;margin:12px 0 0;font-size:17px;font-weight:650;line-height:1.35}.device-guide-grid ol{color:#475569;margin:14px 0 0;padding-inline-start:20px;font-size:14px;font-weight:400;line-height:1.7}.device-guide-grid li+li{margin-top:7px}.device-guide-tip{color:#475569;background:#f8fafc;border:1px solid #e9f1fb;border-radius:12px;margin:16px 0 0;padding:12px;font-size:13px;font-weight:500;line-height:1.55}.device-guide-link{color:#1d4ed8;align-items:center;gap:6px;width:fit-content;margin-top:16px;font-size:14px;font-weight:700;display:inline-flex}.home-guide-links{background:#f8fafc;border:1px solid #e9f1fb;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px 24px;margin-top:24px;padding:18px 20px;display:grid}.home-guide-links-title{color:#475569;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.4}.home-guide-link-list{flex-wrap:wrap;gap:4px 20px;display:flex}.home-guide-link-list a{align-items:center;min-height:44px;display:inline-flex}.home-guide-link-list a,.extension-guide-link a{color:#1d4ed8;text-underline-offset:3px;font-size:14px;font-weight:680;text-decoration:underline}.home-guide-all-link{color:#1d4ed8;white-space:nowrap;align-items:center;gap:6px;min-height:44px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.home-guide-all-link:hover{text-underline-offset:3px;text-decoration:underline}.extension-guide-link{grid-column:2;margin:-14px 0 0}.faq-section-home{padding:52px 0 0}.faq-list{background:#fff;border:1px solid #dbe7f5;border-radius:18px;max-width:860px;margin-bottom:64px;padding:28px 32px;box-shadow:0 16px 40px #0f34600f}.faq-list h2{color:#0f172a;text-align:center;margin:0 0 16px;font-size:26px;font-weight:760}.faq-list details{border-top:1px solid #e9f1fb;padding:18px 0}.faq-list details:first-of-type{border-top:0}.faq-list summary{color:#0f172a;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;font-weight:650;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"v";color:#94a3b8;font-size:15px;font-weight:700;transition:transform .16s}.faq-list details[open] summary:after{transform:rotate(180deg)}.faq-list p{color:#64748b;margin:10px 0 0;font-weight:400}.page-hero{background:radial-gradient(circle at 50% -12%,#2563eb14,#0000 28rem),linear-gradient(#f8fbff 0%,#fff 100%);border-bottom:1px solid #e9f1fb}.page-hero .container{padding:42px 0 44px}.page-hero.compact .container{width:min(100% - 48px,840px);padding-bottom:38px}.page-hero h1{max-width:760px;color:var(--color-navy);font-size:var(--site-h1-size);letter-spacing:0;margin:0;font-weight:780;line-height:1.08}.page-hero p{color:#475569;max-width:720px;margin:16px 0 0;font-size:18px;font-weight:400;line-height:1.65}.content-section{padding:44px 0 64px}.article-grid{grid-template-columns:minmax(0,840px);align-items:start;gap:28px;width:min(100% - 48px,840px);display:grid}.main-column{gap:24px;min-width:0;display:grid}.content-card{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:14px;padding:30px}.content-card h2{color:#111827;margin:0;font-size:24px;font-weight:760;line-height:1.25}.content-card p{color:#475569;margin:14px 0 0;font-weight:400;line-height:1.7}.content-card a{color:var(--color-blue-dark);text-underline-offset:3px;font-weight:650;text-decoration:underline}.content-card ul{color:#475569;margin:14px 0 0;padding-inline-start:22px;line-height:1.7}.content-card li+li{margin-top:8px}.site-footer{color:#dbeafe;background:var(--color-footer);margin-top:20px;padding:46px 0 24px}.footer-grid{grid-template-columns:minmax(0,1fr) repeat(2,minmax(150px,auto));align-items:start;gap:30px;display:grid}.footer-brand p{color:#aac2dc;margin:16px 0 0;font-size:14px;font-weight:500;line-height:1.7}.social-links{gap:10px;margin-top:18px;display:flex}.social-links a{color:#dbeafe;background:#ffffff0f;border:1px solid #dbeafe38;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.footer-column{justify-items:start;gap:10px;display:grid}.footer-column h2{color:#fff;margin:0 0 6px;font-size:15px;font-weight:700}.footer-column a{color:#aac2dc;font-size:14px;font-weight:500}.page-updated{color:#64748b;margin:12px 0 0;font-size:14px}.terms-version{flex-wrap:wrap;gap:4px 8px;display:flex}.footer-bottom{color:#aac2dc;border-top:1px solid #dbeafe29;margin-top:34px;padding-top:20px;font-size:13px}.footer-independence-notice,.footer-copyright{margin:0}.footer-independence-notice{max-width:880px;line-height:1.65}.footer-copyright{margin-top:8px}.footer-bottom a{color:inherit;text-underline-offset:3px;text-decoration:underline #aac2dc73}.footer-bottom a:hover{color:#fff}.site-target-x .site-footer{background:#081426;border-top:1px solid #94a3b824;padding:78px 0 30px}.site-target-x .footer-grid--with-resources{grid-template-columns:minmax(380px,1.5fr) repeat(3,minmax(150px,.7fr));gap:clamp(44px,5vw,96px)}.site-target-x .footer-brand{max-width:520px}.site-target-x .footer-brand .brand.inverse{gap:14px;font-size:27px}.site-target-x .footer-brand .brand.inverse .icon{width:46px;height:46px}.site-target-x .footer-brand p{color:#8fa8c8;max-width:500px;margin-top:20px;font-size:16px;font-weight:450;line-height:1.62}.site-target-x .social-links{gap:14px;margin-top:30px}.site-target-x .social-links a{color:#93a7c3;background:#1e293b9e;border-color:#94a3b82e;width:48px;height:48px;transition:color .16s,border-color .16s,background-color .16s}.site-target-x .social-links a:hover{color:#fff;background:#334155b8;border-color:#94a3b866}.site-target-x .footer-column{gap:14px}.site-target-x .footer-column h2{letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:14px;font-weight:760;line-height:1.4}.site-target-x .footer-column a{color:#8fa8c8;width:fit-content;font-size:16px;font-weight:450;line-height:1.45}.site-target-x .footer-column a:hover{color:#fff}.site-target-x .footer-bottom{color:#657f9f;border-top-color:#94a3b81f;justify-content:space-between;align-items:center;gap:32px;margin-top:64px;padding-top:30px;font-size:14px;display:flex}.site-target-x .footer-independence-notice{max-width:1000px}.site-target-x .footer-copyright{text-align:end;flex:none;margin-top:0}html[dir=rtl] body{text-align:start}html[dir=rtl] .download-form input,html[dir=rtl] .format-heading strong,html[dir=rtl] .result-actions a{text-align:left;direction:ltr;unicode-bidi:isolate}html[dir=rtl] .primary-download-icon{transform:scaleX(-1)}html[dir=rtl] .faq-list summary:after{margin-inline-start:auto}html:lang(ar),html:lang(hi-IN){line-height:1.7}html:lang(zh-CN),html:lang(zh-TW),html:lang(ja){word-break:normal;line-break:strict}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=980px){.header-inner{grid-template-columns:auto 1fr;gap:0 12px;position:relative}.main-nav{display:none}.header-actions{justify-self:end;gap:8px}.language-control{display:inline-flex}.language-icon{width:20px;height:20px}.language-toggle{justify-content:center;width:40px;height:40px;padding:0}.language-label,.language-chevron{display:none}.menu-toggle{display:inline-flex}.mobile-nav{top:calc(100% + 8px);z-index:50;backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #dbe7f5eb;border-radius:14px;width:auto;padding:10px;position:absolute;inset-inline:0;box-shadow:0 18px 44px #0f346029}.mobile-nav:not([hidden]){grid-template-columns:1fr;display:grid}.mobile-nav a{color:#475569;border-radius:10px;align-items:center;min-height:46px;padding:10px 12px;font-size:15px;font-weight:620;display:flex;position:relative}.mobile-nav a:hover,.mobile-nav a[aria-current=page]{color:var(--color-blue);background:#eff6ff}.mobile-nav a[aria-current=page]:before{content:"";background:var(--color-blue);border-radius:999px;width:3px;height:20px;margin-inline-end:10px}.simple-grid,.device-guide-grid,.footer-grid{grid-template-columns:1fr}.site-target-x .footer-grid--with-resources{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 56px}.site-target-x .footer-brand{grid-column:1/-1}.extension-product-preview{grid-template-columns:minmax(0,1.5fr) minmax(230px,.68fr)}.extension-benefit-grid{grid-template-columns:1fr;gap:24px}.extension-story-grid,.extension-trust-grid{gap:44px}}@media (width<=720px){.container{width:min(100% - 28px, var(--container))}.site-target-x .site-footer{padding:52px 0 26px}.site-target-x .footer-grid--with-resources{grid-template-columns:1fr;gap:36px}.site-target-x .footer-brand{grid-column:auto}.site-target-x .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:44px;padding-top:24px}.site-target-x .footer-copyright{text-align:start}.home-guide-links{grid-template-columns:1fr;gap:4px;padding:16px}.home-guide-link-list{flex-direction:column;gap:0}.changelog-hero{padding:52px 0 38px}.changelog-intro h1{font-size:var(--site-h1-size)}.changelog-intro p{font-size:16px}.changelog-listing{padding:42px 0 56px}.changelog-shell{gap:24px;width:min(100% - 28px,920px)}.release-card-header{grid-template-columns:1fr;gap:20px;padding:25px 22px 23px}.release-version{text-align:left;order:-1;justify-items:start;min-width:0}.release-groups{gap:24px;padding:25px 22px 28px}.page-hero.compact .container,.article-grid{width:min(100% - 28px,840px)}.header-inner{gap:0 8px;min-height:68px}.brand{gap:8px;font-size:18px}.brand .icon{width:30px;height:30px}.header-actions{gap:6px}.header-icon-button,.language-toggle{width:38px;height:38px}.outline-button.small{display:none}.tool-hero-grid{gap:30px;min-height:calc(100svh - 68px);padding:52px 0 72px}.tool-copy h1{font-size:var(--site-h1-size);line-height:1.08}.tool-lede{font-size:15px;line-height:1.52}.extension-install-hero{padding-top:36px}.extension-install-copy h1{font-size:var(--site-h1-size);line-height:1.06}.extension-install-copy p{margin-top:14px;font-size:16px}.browser-install-selector{width:100%;margin-top:20px}.browser-install-primary{min-height:64px}.browser-install-button{min-height:64px;padding:10px 18px}.browser-install-button strong{font-size:16px}.browser-support{gap:12px;margin-top:24px}.browser-support p{font-size:14px}.supported-browser-list{gap:14px}.supported-browser-link{width:42px;height:42px}.supported-browser-link img{width:25px;height:25px}.extension-product-preview{border-bottom:1px solid #dbe7f5;border-radius:20px;grid-template-columns:1fr;margin-top:24px;padding:12px}.extension-player-preview{border-radius:14px}.extension-popup-preview{padding-bottom:0}.extension-popup-preview img{width:min(100%,330px)}.extension-benefit-strip{padding:28px 0}.extension-benefit-grid article{grid-template-columns:42px minmax(0,1fr);gap:12px}.extension-benefit-icon{width:42px;height:42px}.extension-story-section{padding:60px 0}.extension-story-grid,.extension-trust-grid{grid-template-columns:1fr;gap:34px}.extension-guide-link{grid-column:auto;margin-top:-18px}.extension-story-copy{position:static}.extension-story-copy h2,.extension-trust-grid h2{font-size:34px}.extension-trust-section{padding:52px 0}.extension-faq-section{padding:56px 0 64px}.extension-faq-header h2{font-size:34px}.intro-section,.guide-section{padding-top:34px}.intro-shell{padding:22px}.intro-copy h2{font-size:25px}.intro-copy p{font-size:15px;line-height:1.65}.how-card-header h2{font-size:24px}.download-steps{grid-template-columns:1fr}.download-step{border-top:1px solid #e9f1fb;border-inline-start:0;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:18px 0}.download-step:first-child{border-top:0;padding-top:0}.download-step:last-child{padding-bottom:0}.step-index{border-radius:12px;width:38px;height:38px;font-size:16px}.video-result,.video-group-header,.format-row{grid-template-columns:1fr}.input-shell{padding:8px;grid-template-columns:20px minmax(0,1fr) auto;grid-template-areas:"icon field actions""submit submit submit";min-height:0;padding-inline-start:14px}.url-input-icon{grid-area:icon}.download-form input{grid-area:field;font-size:14px}.input-actions{grid-area:actions}.primary-download{grid-area:submit;width:100%;min-width:0;min-height:48px}.download-meta{flex-direction:column;align-items:flex-start;gap:10px;padding-inline:4px}.example-link-row{width:100%}.example-link-action{flex:1}.hero-trust-list{justify-content:flex-start;gap:8px 16px;max-width:none}.result-area,.how-card,.simple-grid>div,.guide-shell,.faq-list,.content-card{padding:22px}.format-actions{grid-template-columns:minmax(0,1fr) auto;width:100%;display:grid}.gif-format-actions{grid-template-columns:1fr}.gif-format-actions .format-download,.gif-format-actions .gif-cancel-action{width:100%}.extension-offer,.post-download-extension-offer,.extension-feature-grid{grid-template-columns:1fr}.extension-offer-action{width:100%}.post-download-extension-icon{width:42px;height:42px}.post-download-extension-action,.post-download-extension-actions{width:100%}.media-link-extension-card{padding:26px 20px 22px}.media-link-extension-actions{grid-template-columns:1fr}.format-download{width:100%}.format-download[aria-busy=true]{width:100%;min-width:0}.format-share,.share-download{width:42px}.guide-shell h2,.faq-list h2{font-size:24px}.result-body h2{font-size:18px}}.guide-article-page,.guides-hub-page{background:#f8fbff}.guide-hero,.guides-hub-hero{background:radial-gradient(circle at 78% 8%,#2563eb1a,#0000 24rem),linear-gradient(#f8fbff 0%,#fff 100%);border-bottom:1px solid #dbe7f5}.guide-hero-inner,.guides-hub-hero-inner{width:min(100% - 48px,920px);padding:42px 0 48px}.guide-breadcrumbs ol{color:#64748b;flex-wrap:wrap;gap:8px;margin:0 0 26px;padding:0;font-size:13px;list-style:none;display:flex}.guide-breadcrumbs li{align-items:center;gap:8px;display:inline-flex}.guide-breadcrumbs li+li:before{content:"/";color:#94a3b8}.guide-breadcrumbs a{color:#1d4ed8;font-weight:650}.guide-category,.guide-tool-eyebrow,.guides-list-shell>header>span,.guides-card>span{color:#1d4ed8;letter-spacing:.02em;text-transform:uppercase;background:#dbeafe;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:750;display:inline-flex}.guide-hero h1,.guides-hub-hero h1{max-width:880px;color:var(--color-navy);font-size:var(--site-h1-size);letter-spacing:-.025em;margin:16px 0 0;font-weight:790;line-height:1.08}.guide-answer,.guides-hub-hero p{color:#334155;max-width:850px;margin:20px 0 0;font-size:18px;line-height:1.72}.guide-dates{color:#64748b;flex-wrap:wrap;gap:8px;margin:20px 0 0;font-size:13px;display:flex}.guide-dates a{color:#1d4ed8;font-weight:650}.guide-page-grid{width:min(100% - 48px,920px);padding:40px 0 72px}.guide-article{grid-template-columns:minmax(0,1fr);gap:24px;min-width:0;display:grid}.guide-article>*{min-width:0}.guide-content-card,.guide-tool-card,.guide-use-note{background:#fff;border:1px solid #dbe7f5;border-radius:18px;padding:32px;box-shadow:0 16px 40px #0f34600e}.guide-content-card h2,.guide-tool-card h2,.guide-use-note h2{color:#0f172a;margin:0;font-size:27px;font-weight:760;line-height:1.24}.guide-content-card h3{color:#0f172a;margin:22px 0 0;font-size:19px;line-height:1.35}.guide-content-card p,.guide-use-note p{color:#475569;margin:14px 0 0;font-size:16px;line-height:1.75}.guide-content-card ul,.guide-content-card ol,.guide-boundary-section ul{color:#475569;margin:16px 0 0;padding-inline-start:24px;line-height:1.72}.guide-content-card li+li,.guide-boundary-section li+li{margin-top:9px}.guide-content-card a{color:#1d4ed8;text-underline-offset:3px;font-weight:650;text-decoration:underline}.guide-content-card code{color:#0f3d75;background:#eff6ff;border-radius:5px;padding:2px 5px;font-size:.88em}.guide-check-list{gap:12px;list-style:none;display:grid;padding:0!important}.guide-check-list li{padding-inline-start:30px;position:relative;margin:0!important}.guide-check-list li:before{content:"✓";inset-inline-start:0;color:#166534;background:#dcfce7;border-radius:50%;place-items:center;width:21px;height:21px;font-size:13px;font-weight:800;display:grid;position:absolute;top:1px}.guide-step-list{gap:0;list-style:none;display:grid;margin-top:24px!important;padding:0!important}.guide-step-list li{border-top:1px solid #e9f1fb;grid-template-columns:44px minmax(0,1fr);gap:16px;padding:22px 0;display:grid;margin:0!important}.guide-step-list li:first-child{border-top:0;padding-top:0}.guide-step-list li:last-child{padding-bottom:0}.guide-step-number{color:#fff;background:var(--color-blue);border-radius:13px;place-items:center;width:40px;height:40px;font-size:16px;font-weight:780;display:grid}.guide-step-list h3,.guide-step-list p{margin:0}.guide-step-list p{margin-top:7px}.guide-use-note{box-shadow:none;background:#fffbeb;border-color:#fde68a}.guide-use-note h2{font-size:21px}.guide-use-note p{color:#713f12}.guide-source-link{border-top:1px solid #e9f1fb;padding-top:13px;font-size:14px!important}.guide-inline-cta{background:#1d4ed8;border-radius:10px;padding:10px 14px;display:inline-flex;color:#fff!important;text-decoration:none!important}.guide-faq details{border-top:1px solid #e9f1fb;padding:18px 0}.guide-faq details:first-of-type{margin-top:15px}.guide-faq summary{color:#0f172a;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;font-weight:680;list-style:none;display:flex}.guide-faq summary::-webkit-details-marker{display:none}.guide-faq summary:after{content:"+";color:#64748b;flex:none;font-size:20px}.guide-faq details[open] summary:after{content:"−"}.guide-faq p{padding-inline-end:36px}.related-guide-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.related-guide-list a{background:#f8fbff;border:1px solid #dbe7f5;border-radius:13px;gap:8px;min-height:112px;padding:17px;text-decoration:none;display:grid}.related-guide-list a:hover{background:#eff6ff;border-color:#93c5fd}.related-guide-list span{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:700}.related-guide-list strong{color:#0f172a;line-height:1.4}.guide-tool-card{background:linear-gradient(160deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.guide-tool-heading p{color:#475569;margin:10px 0 0;line-height:1.65}.guide-tool-eyebrow{margin-bottom:10px}.guide-download-form{margin-top:22px}.guide-download-form label{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:680;display:block}.guide-input-row{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;display:grid}.guide-input-row input{color:#0f172a;min-width:0;height:52px;font:inherit;background:#fff;border:1px solid #b8c9dd;border-radius:11px;padding:0 15px}.guide-input-row input:focus{border-color:#2563eb;outline:3px solid #2563eb33}.guide-paste-button,.guide-submit-button,.guide-result-action{min-height:52px;font:inherit;cursor:pointer;border:1px solid #b8c9dd;border-radius:11px;justify-content:center;align-items:center;padding:0 17px;font-weight:700;display:inline-flex}.guide-paste-button{color:#1d4ed8;background:#fff}.guide-submit-button{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.guide-submit-button:disabled{cursor:wait;opacity:.72}.guide-tool-note{color:#64748b;margin:10px 0 0;font-size:12px;line-height:1.55}.guide-tool-status{color:#0f3d75;background:#dbeafe;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:14px;line-height:1.55}.guide-tool-status[data-state=error]{color:#991b1b;background:#fee2e2}.guide-tool-status[data-state=warning]{color:#854d0e;background:#fef3c7}.guide-tool-status[data-state=success]{color:#166534;background:#dcfce7}.guide-tool-results{gap:15px;margin-top:16px;display:grid}.guide-tool-results[hidden]{display:none}.guide-video-group{background:#fff;border:1px solid #dbe7f5;border-radius:13px;padding:18px}.guide-video-group h3{color:#0f172a;margin:0;font-size:18px}.guide-video-source{color:#64748b;margin:5px 0 0;font-size:13px}.guide-variant-list{gap:10px;margin-top:14px;display:grid}.guide-variant-row{border-top:1px solid #e9f1fb;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding-top:12px;display:grid}.guide-variant-row:first-child{border-top:0;padding-top:0}.guide-variant-row>div{gap:4px;display:grid}.guide-variant-row strong{color:#0f172a}.guide-variant-row span{color:#64748b;font-size:13px}.guide-result-action{color:#334155;background:#e2e8f0;border-color:#cbd5e1;min-height:42px;padding:0 14px;text-decoration:none}.guide-result-action:hover{color:#1e293b;background:#cbd5e1;border-color:#94a3b8}.guide-result-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.guide-result-actions.has-gif-actions{max-width:390px}.guide-result-action.is-preferred,.guide-result-action.is-preferred:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 8px 18px #2563eb38}.guide-result-action[aria-busy=true]{font-variant-numeric:tabular-nums}.format-download:focus-visible,.guide-result-action:focus-visible{outline-offset:3px;outline:3px solid #3b82f657}.guide-gif-convert:disabled{cursor:wait;opacity:.72}.guide-source-mp4{color:#1d4ed8;background:#fff}.guide-gif-cancel{color:#475569;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:11px;padding:0 12px;font-weight:700}.guide-variant-row .gif-conversion-status[data-state=working]{color:#1d4ed8}.guide-variant-row .gif-conversion-status[data-state=success]{color:#15803d}.guide-variant-row .gif-conversion-status[data-state=error]{color:#b91c1c}.guide-table-wrap{border:1px solid #dbe7f5;border-radius:12px;margin-top:22px;overflow-x:auto}.guide-table-wrap:focus{outline:3px solid #2563eb33}.guide-decision-table{border-collapse:collapse;color:#475569;width:100%;min-width:920px;font-size:14px;line-height:1.55}.guide-decision-table th,.guide-decision-table td{text-align:left;vertical-align:top;border-bottom:1px solid #dbe7f5;padding:14px}.guide-decision-table thead th{color:#0f172a;background:#eff6ff;font-size:13px}.guide-decision-table tbody th{color:#0f172a;font-weight:680}.guide-decision-table tr:last-child th,.guide-decision-table tr:last-child td{border-bottom:0}.guides-hub-hero{border-bottom:0;min-height:0}.guides-hub-hero-inner{text-align:center;width:min(100% - 48px,940px);padding:54px 0 44px}.guides-hub-hero .guide-category{text-transform:none;padding:8px 16px}.guides-hub-hero h1{letter-spacing:-.04em;max-width:none;margin:0;font-size:clamp(42px,5vw,60px)}.guides-hub-intro{max-width:780px;color:var(--color-muted);margin:16px auto 0;font-size:17px;line-height:1.65}.guides-search-panel{max-width:860px;margin:26px auto 0}.guides-search-field{background:#fff;border:1px solid #c7d5e8;border-radius:15px;align-items:center;gap:14px;min-height:62px;padding:0 20px;display:flex;box-shadow:0 12px 32px #0f34600a}.guides-search-field:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.guides-search-icon{color:#64748b;flex:none;width:24px;height:24px}.guides-search-field input{color:#0f172a;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:16px}.guides-search-field input::placeholder{color:#7c8da3}.guides-tutorial-feature{text-align:start;background:#f8fbff;border:1px solid #cfe0f3;border-radius:18px;justify-content:space-between;align-items:center;gap:28px;max-width:860px;margin:26px auto 0;padding:24px 26px;display:flex;box-shadow:0 12px 30px #0f34600b}.guides-tutorial-feature h2{color:#0f172a;margin:0;font-size:22px;line-height:1.25}.guides-tutorial-feature p{color:#64748b;margin:9px 0 0;font-size:14px;line-height:1.55}.guides-tutorial-action{color:#fff;text-align:center;background:#1d4ed8;border-radius:12px;flex:none;min-width:176px;padding:13px 20px;font-weight:760;box-shadow:0 10px 24px #1d4ed82e}.guides-tutorial-action:hover{background:#1e40af}.guides-tutorial-action:focus-visible{outline-offset:3px;outline:3px solid #2563eb47}.guides-hub-shortcuts{flex-direction:column;justify-content:center;align-items:center;gap:30px;margin-top:56px;display:flex}.guides-hub-shortcuts a{color:#1d4ed8;font-weight:650}.guides-hub-shortcuts a:hover{text-underline-offset:4px;text-decoration:underline}.guides-list-section{background:#fff;border-top:1px solid #e4edf8;padding:30px 0 68px;scroll-margin-top:92px}.guides-list-shell{width:min(100% - 48px,940px)}.guides-topics-header{justify-content:space-between;align-items:end;gap:24px;padding-bottom:12px;display:flex}.guides-topics-header h2{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:24px}.guides-topics-header p{margin:0}.guides-topic-layout{grid-template-columns:220px minmax(0,1fr);gap:56px;margin-top:48px;display:grid}.guides-filter-group{flex-wrap:wrap;justify-content:center;gap:10px;max-width:860px;margin:16px auto 0;display:flex}.guides-filter-group button{color:#334155;text-align:center;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd9eb;border-radius:999px;padding:8px 14px;font-size:15px;font-weight:680}.guides-filter-group button:hover{color:#1d4ed8;background:#f8fbff;border-color:#2563eb}.guides-filter-group button:focus-visible{outline-offset:2px;outline:3px solid #2563eb33}.guides-filter-group button.is-active{color:#fff;background:#2563eb;border-color:#2563eb}.guides-results-shell{min-width:0}.guides-results-count{color:#64748b;margin:0;font-size:13px}.guides-card-grid{border-top:1px solid #dbe7f5}.guides-card{border-bottom:1px solid #dbe7f5;justify-content:space-between;align-items:center;gap:24px;min-height:112px;padding:22px 6px;display:flex}.guides-card[hidden]{display:none}.guides-card-copy{min-width:0}.guides-card-copy>span{color:#1d4ed8;letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:740;display:block}.guides-card h3{color:#0f172a;margin:7px 0 0;font-size:20px;line-height:1.35}.guides-card h3 a{color:inherit}.guides-card h3 a:hover{color:#1d4ed8}.guides-card time{color:#64748b;margin-top:8px;font-size:12px;display:block}.guides-card-action{color:#1d4ed8;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.guides-card-action:hover{background:#eff6ff}.guides-card-action .icon{width:21px;height:21px}.guides-no-results{text-align:center;background:#f8fbff;border:1px dashed #b9cbe2;border-radius:18px;margin-top:14px;padding:32px}.guides-no-results h2{color:#0f172a;margin:0;font-size:23px}.guides-no-results p{color:#64748b;margin:10px 0 0}.guides-support-callout{color:#fff;background:#0b1f3a;border:0;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:24px 26px;display:flex}.guides-support-callout h2{color:#fff;margin:0;font-size:21px}.guides-support-callout p{color:#ffffffc7;margin:5px 0 0;font-size:14px}.guides-support-callout>a{color:#0b1f3a;overflow-wrap:anywhere;background:#fff;border-radius:10px;flex:none;padding:11px 16px;font-weight:760}.guides-support-callout>a:hover{color:#1d4ed8}.guides-boundary-note{background:#eff6ff;border-inline-start:3px solid #2563eb;margin-top:26px;padding:15px 18px}.guides-boundary-note p{color:#475569;margin:0;font-size:14px}.guides-boundary-section{background:#f8fbff;padding:72px 0}.guides-boundary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:min(100% - 48px,1120px);display:grid}.guides-boundary-grid article{background:#fff;border:1px solid #dbe7f5;border-radius:18px;padding:28px}.guides-boundary-grid h2{color:#0f172a;margin:0;font-size:23px}.guides-boundary-grid ul{color:#475569;margin:16px 0 0;padding-inline-start:22px;line-height:1.7}.guides-boundary-grid li+li{margin-top:8px}@media (width<=820px){.related-guide-list,.guides-card-grid,.guides-boundary-grid{grid-template-columns:1fr}.guides-topic-layout{grid-template-columns:1fr;gap:30px}.guides-filter-group{flex-flow:wrap}.guides-filter-group button{min-height:42px;padding:8px 13px}.guide-input-row{grid-template-columns:minmax(0,1fr) auto}.guide-submit-button{grid-column:1/-1}}@media (width<=720px){.guide-hero-inner,.guides-hub-hero-inner,.guide-page-grid,.guides-list-shell,.guides-boundary-grid{width:min(100% - 28px,920px)}.guide-hero-inner,.guides-hub-hero-inner{padding:30px 0 38px}.guide-breadcrumbs ol{margin-bottom:20px}.guide-hero h1,.guides-hub-hero h1{font-size:var(--site-h1-size)}.guide-answer,.guides-hub-hero p{font-size:16px;line-height:1.65}.guide-page-grid{padding:28px 0 52px}.guide-content-card,.guide-tool-card,.guide-use-note,.guides-card,.guides-boundary-grid article{padding:22px}.guide-content-card h2,.guide-tool-card h2{font-size:23px}.guide-input-row{grid-template-columns:1fr}.guide-submit-button{grid-column:auto}.guide-paste-button,.guide-submit-button{width:100%}.guide-variant-row{grid-template-columns:1fr}.guide-result-action{width:100%}.guide-result-actions,.guide-result-actions.has-gif-actions{grid-template-columns:1fr;width:100%;max-width:none;display:grid}.guide-gif-cancel{width:100%}.guide-step-list li{grid-template-columns:38px minmax(0,1fr);gap:12px}.guide-step-number{width:36px;height:36px}.guides-list-section{padding-top:38px}.guides-hub-hero{min-height:0}.guides-hub-hero-inner{padding:38px 0 32px}.guides-hub-hero h1{margin:0;font-size:clamp(38px,11vw,48px)}.guides-search-panel{margin-top:22px}.guides-search-field{min-height:58px;padding:0 16px}.guides-search-field input{font-size:14px}.guides-search-icon{width:22px;height:22px}.guides-tutorial-feature{flex-direction:column;align-items:stretch;gap:20px;margin-top:22px;padding:22px}.guides-tutorial-action{width:100%;min-width:0}.guides-hub-shortcuts{flex-direction:column;align-items:center;margin-top:30px}.guides-list-section{padding:34px 0 48px}.guides-topics-header h2{font-size:22px}.guides-topic-layout{margin-top:34px}.guides-card{min-height:104px;padding:20px 4px}.guides-card h3{font-size:18px}.guides-boundary-section{padding:52px 0}.guides-card>div{flex-direction:column;align-items:flex-start}.guides-filter-group{gap:8px}.guides-support-callout,.guides-support-callout>div{flex-direction:column;align-items:flex-start}.guides-support-callout>a{text-align:center;width:100%}}@media (width>=561px) and (width<=720px){.guides-tutorial-feature{flex-direction:row;align-items:center;gap:28px;margin-top:26px;padding:24px 26px}.guides-tutorial-action{width:auto;min-width:176px}}html[data-theme=dark]{--color-navy:#e5efff;--color-blue:#60a5fa;--color-blue-dark:#93c5fd;--color-sky-soft:#172554;--color-border:#334155;--color-text:#e2e8f0;--color-muted:#a3b2c7;--color-white:#111827;--color-surface:#0f172a;--color-footer:#020617;--shadow-soft:0 18px 44px #00000047;--shadow-card:0 14px 34px #0000003d;color:var(--color-text);background:#020617}html[data-theme=dark] body{color:var(--color-text);background:radial-gradient(circle at 50% -8%,#2563eb29,#0000 32rem),linear-gradient(#07101f 0%,#020617 48%)}html[data-theme=dark] .site-header{background:#020617e0;border-bottom-color:#334155d6}html[data-theme=dark] .main-nav a,html[data-theme=dark] .mobile-nav a,html[data-theme=dark] .language-toggle,html[data-theme=dark] .header-icon-button{color:#cbd5e1}html[data-theme=dark] .header-icon-button,html[data-theme=dark] .language-toggle{background:#111827;border-color:#334155}html[data-theme=dark] .header-icon-button:hover,html[data-theme=dark] .language-toggle:hover,html[data-theme=dark] .language-option:hover,html[data-theme=dark] .language-option[aria-current=page],html[data-theme=dark] .mobile-nav a:hover,html[data-theme=dark] .mobile-nav a[aria-current=page]{color:#93c5fd;background:#172554}html[data-theme=dark] .mobile-nav,html[data-theme=dark] .language-popover{background:#0f172afa;border-color:#334155eb;box-shadow:0 18px 44px #00000057}html[data-theme=dark] .language-option{color:#cbd5e1}html[data-theme=dark] :where(.tool-hero,.extension-install-hero,.changelog-hero,.page-hero,.guide-hero,.guides-hub-hero){background:radial-gradient(circle at 72% 0,#2563eb2e,#0000 28rem),linear-gradient(#0f172a 0%,#07101f 100%);border-color:#334155}html[data-theme=dark] :where(.extension-page,.changelog-page,.guide-article-page,.guides-hub-page){background:#07101f}html[data-theme=dark] :where(.input-shell,.intro-shell,.result-area,.gif-source-download,.gif-cancel-action,.share-download,.browser-install-button>img,.extension-player-preview,.extension-benefit-strip,.extension-faq-section,.release-card,.how-card,.simple-grid>div,.guide-shell,.device-guide-card,.faq-list,.content-card,.guide-content-card,.guide-use-note,.guide-input-row input,.guide-paste-button,.guide-video-group,.guide-source-mp4,.guide-gif-cancel,.guides-search-field,.guides-tutorial-feature,.guides-filter-group button,.guides-no-results,.guides-support-callout,.guides-card,.guides-boundary-grid article,.outline-button){color:var(--color-text);box-shadow:none;background:#111827;border-color:#334155}html[data-theme=dark] :where(.guides-list-section,.guides-boundary-section){background:#07101f;border-color:#334155}html[data-theme=dark] .guides-card-action:hover,html[data-theme=dark] .guides-filter-group button:hover,html[data-theme=dark] .guides-filter-group button.is-active,html[data-theme=dark] .related-guide-list a:hover,html[data-theme=dark] .outline-button:hover{color:#bfdbfe;background:#172554}html[data-theme=dark] .input-action:hover,html[data-theme=dark] .form-clear:hover,html[data-theme=dark] .gif-source-download:hover,html[data-theme=dark] .share-download:hover{color:#bfdbfe;background:#172554;border-color:#475569}html[data-theme=dark] .input-shell[data-example-highlighted],html[data-theme=dark] :where(.input-action,.video-group-header,.format-row,.extension-offer,.iphone-save-tip,.release-card-header,.share-icon,.device-guide-visual,.device-guide-eyebrow,.device-guide-tip,.home-guide-links,.guide-content-card code,.related-guide-list a,.guide-tool-card,.guide-decision-table thead th,.guides-card>span,.guide-tool-status){color:#bfdbfe;background:#172554;border-color:#334155}html[data-theme=dark] .format-download.is-secondary,html[data-theme=dark] .guide-result-action.is-secondary{color:#e2e8f0;background:#334155;border-color:#475569}html[data-theme=dark] .format-download.is-secondary:hover,html[data-theme=dark] .guide-result-action.is-secondary:hover{color:#fff;background:#475569;border-color:#64748b}html[data-theme=dark] .unsupported-extension-offer,html[data-theme=dark] .extension-offer,html[data-theme=dark] .guide-tool-card{background:linear-gradient(145deg,#111827 0%,#172554 100%)}html[data-theme=dark] .media-link-extension-card{background:radial-gradient(circle at 100% 0,#2563eb42,#0000 42%),linear-gradient(145deg,#111827 0%,#172554 100%);border-color:#334155}html[data-theme=dark] .media-link-extension-card h2{color:#f1f5f9}html[data-theme=dark] .media-link-extension-card p{color:#cbd5e1}html[data-theme=dark] .media-link-extension-close,html[data-theme=dark] .media-link-extension-later{color:#cbd5e1;background:#1e293b;border-color:#475569}html[data-theme=dark] .media-link-extension-close:hover,html[data-theme=dark] .media-link-extension-later:hover{color:#fff;background:#334155}html[data-theme=dark] .extension-trust-section{background:#0f172a}html[data-theme=dark] .hero-trust-list{color:#cbd5e1}html[data-theme=dark] .download-meta,html[data-theme=dark] .example-link-row{color:#718198}html[data-theme=dark] .terms-agreement-notice{background:#0f172ab8;border-color:#334155;color:#cbd5e1!important}html[data-theme=dark] .terms-agreement-notice a{color:#93c5fd}html[data-theme=dark] .terms-agreement-notice a:hover{color:#bfdbfe}html[data-theme=dark] .input-shell{background:#0d1627;border-color:#475569b8;box-shadow:0 24px 50px #00000042}html[data-theme=dark] .input-action{color:#cbd5e1;background:#162238}html[data-theme=dark] .hero-trust-icon-1{color:#34d399}html[data-theme=dark] .hero-trust-icon-2{color:#fbbf24}html[data-theme=dark] .hero-trust-icon-3{color:#22d3ee}html[data-theme=dark] :where(.language-toggle,.input-shell,.intro-shell,.status-panel,.result-area,.thumbnail-frame,.video-download-group,.video-group-header,.video-group-thumbnail,.format-row,.gif-cancel-action,.share-download,.extension-install-hero,.extension-player-preview,.extension-popup-preview img,.extension-benefit-strip,.extension-step-list li,.extension-trust-section,.extension-faq-section,.changelog-hero,.release-card,.release-card-header,.guide-shell,.device-guide-grid,.device-guide-card,.device-guide-visual,.device-guide-tip,.home-guide-links,.faq-list,.faq-list details,.page-hero,.extension-product-preview,.download-step,.guides-hub-hero,.guide-use-note,.guide-step-list li,.guide-source-link,.guide-faq details,.related-guide-list a,.guide-video-group,.guide-variant-row,.guide-gif-cancel,.guide-table-wrap,.guide-decision-table td,.guides-card,.guides-boundary-grid article){border-color:#334155}html[data-theme=dark] main :where(h1,h2,h3,summary,label){color:#f1f5f9}html[data-theme=dark] main :where(p,ul,ol,small,time){color:var(--color-muted)}html[data-theme=dark] :where(.download-form input,.guide-input-row input,.guides-search-field input){color:#f1f5f9}html[data-theme=dark] :where(.download-form input,.guide-input-row input,.guides-search-field input)::placeholder{color:#718198}html[data-theme=dark] :where(.unsupported-extension-copy strong,.video-group-copy strong,.format-copy strong,.extension-offer-copy strong,.post-download-extension-copy strong,.related-guide-list strong,.guide-variant-row strong){color:#f1f5f9}html[data-theme=dark] :where(.video-group-copy span,.iphone-save-tip span,.guides-results-count){color:var(--color-muted)}html[data-theme=dark] :where(.guide-breadcrumbs a,.guide-dates a,.guide-content-card a){color:#93c5fd}html[data-theme=dark] .guide-decision-table{color:#cbd5e1}html[data-theme=dark] .guide-decision-table thead th{color:#bfdbfe;background:#172554}html[data-theme=dark] .guide-decision-table tbody th{color:#f1f5f9}html[data-theme=dark] .guide-decision-table th,html[data-theme=dark] .guide-decision-table td{border-color:#334155}html[data-theme=dark] .guide-variant-row span{color:#a3b2c7}html[data-theme=dark] .guide-faq summary:after{color:#93c5fd}html[data-theme=dark] .error-banner,html[data-theme=dark] .guide-tool-status[data-state=error]{color:#fecdd3;background:#4c0519;border-color:#881337}html[data-theme=dark] .status-panel[data-state=success],html[data-theme=dark] .guide-tool-status[data-state=success]{color:#bbf7d0;background:#052e16;border-color:#166534}html[data-theme=dark] .status-panel[data-state=loading]{color:#bfdbfe;background:#172554;border-color:#334155}html[data-theme=dark] .status-panel[data-state=warning],html[data-theme=dark] .guide-tool-status[data-state=warning],html[data-theme=dark] :where(.processing-card,.guide-use-note){color:#fde68a;background:#422006;border-color:#92400e}html[data-theme=dark] .gif-conversion-status[data-state=working],html[data-theme=dark] .guide-variant-row .gif-conversion-status[data-state=working]{color:#93c5fd}html[data-theme=dark] .gif-conversion-status[data-state=success],html[data-theme=dark] .guide-variant-row .gif-conversion-status[data-state=success]{color:#86efac}html[data-theme=dark] .gif-conversion-status[data-state=error],html[data-theme=dark] .guide-variant-row .gif-conversion-status[data-state=error]{color:#fda4af}html[data-theme=dark] .back-to-top{color:#eff6ff;background:#2563eb;border-color:#93c5fd5c;box-shadow:0 14px 32px #00000061}
