:root {
  --pine: #0e3b32;
  --pine-2: #174f43;
  --jade: #16856d;
  --jade-bright: #35a084;
  --jade-soft: #e8f4f0;
  --white: #ffffff;
  --paper: #f5f7f6;
  --ink: #17312b;
  --muted: #60716c;
  --line: #dce5e2;
  --line-strong: #b9cbc5;
  --disabled: #8c9995;
  --shadow: 0 18px 45px rgba(14, 59, 50, .09);
  --shell: min(1240px, calc(100% - 48px));
  --radius-sm: 8px;
  --radius-md: 14px;
  --ease: 180ms ease;
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; max-width: 100%; overflow-x: clip; background: var(--white); color: var(--ink); }
body, button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { color: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: 12px; padding: 10px 14px; background: var(--pine); color: var(--white); transform: translateY(-150%); transition: transform var(--ease); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(185, 203, 197, .72); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 32px; }
.header-inner > * { min-width: 0; }
.brand { width: 190px; }
.brand img { width: 100%; height: 64px; object-fit: contain; object-position: left center; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 42px; font-size: 15px; color: #29453e; }
.site-nav a { position: relative; padding: 12px 0; transition: color var(--ease); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--jade); transition: right var(--ease); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-current { color: var(--jade); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-current::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 19px; border: 1px solid var(--pine); border-radius: 7px; color: var(--pine); font-size: 14px; font-weight: 650; transition: background var(--ease), color var(--ease); }
.header-cta:hover, .header-cta:focus-visible { background: var(--pine); color: var(--white); }

.hero { position: relative; min-height: 710px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr); align-items: center; gap: 72px; padding-top: 66px; padding-bottom: 86px; }
.hero::before { content: ""; position: absolute; left: 0; bottom: 72px; width: 1px; height: 114px; background: var(--line-strong); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 52px; }
.hero h1 { margin-bottom: 28px; max-width: 730px; color: var(--pine); font-size: clamp(48px, 5.4vw, 76px); font-weight: 720; letter-spacing: -.055em; line-height: 1.16; }
.hero-copy > p { max-width: 600px; margin-bottom: 36px; color: var(--muted); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--pine); border-radius: 8px; font-size: 15px; font-weight: 680; letter-spacing: .02em; transition: transform var(--ease), box-shadow var(--ease), background var(--ease), color var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(14, 59, 50, .12); }
.button-primary { background: var(--pine); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--pine-2); }
.button-secondary { background: var(--white); color: var(--pine); }

.hero-product-stage { position: relative; height: 498px; isolation: isolate; }
.stage-window { position: absolute; inset: 74px 18px 44px 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); transform: perspective(900px) rotateY(-6deg) rotateX(2deg); }
.stage-toolbar { height: 50px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid var(--line); background: #fbfcfc; }
.stage-toolbar i { width: 8px; height: 8px; border-radius: 50%; background: #c5d2ce; }
.stage-toolbar span { width: 46%; height: 8px; margin-left: 16px; border-radius: 4px; background: #e8eeec; }
.stage-grid { padding: 30px; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 88px 88px 88px; gap: 14px; }
.stage-grid i { border: 1px solid #e2e9e7; border-radius: 10px; background: var(--paper); }
.stage-grid i:nth-child(1) { grid-row: 1 / 3; background: #eef6f3; }
.stage-grid i:nth-child(4) { grid-column: 1 / -1; }
.icon-orbit { position: absolute; inset: 0; }
.hero-product-icon { position: absolute; width: 92px; height: 92px; padding: 7px; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; background: var(--white); box-shadow: 0 18px 38px rgba(14, 59, 50, .17); transition: transform var(--ease); }
.hero-product-icon img { width: 100%; height: 100%; border-radius: 18px; object-fit: cover; }
.hero-product-icon:hover { transform: translateY(-5px) scale(1.02); }
.hero-product-icon:nth-child(1) { left: 0; top: 12px; }
.hero-product-icon:nth-child(2) { left: 124px; top: 0; }
.hero-product-icon:nth-child(3) { right: 36px; top: 38px; }
.hero-product-icon:nth-child(4) { right: 0; bottom: 118px; }
.hero-product-icon:nth-child(5) { right: 132px; bottom: 0; }
.hero-product-icon:nth-child(6) { left: 30px; bottom: 24px; }
.hero-footnote { position: absolute; left: 0; right: 0; bottom: 26px; display: flex; align-items: center; gap: 14px; color: var(--pine); font-size: 15px; letter-spacing: .08em; }
.hero-footnote p { margin: 0; }
.trace-dot { width: 9px; height: 9px; border: 2px solid var(--jade); border-radius: 50%; background: var(--white); }

.products-section { padding: 108px 0 118px; border-top: 1px solid var(--line); background: var(--white); }
.section-intro { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(320px, .75fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-intro.compact { margin-bottom: 44px; }
.section-index { margin-bottom: 14px; color: var(--jade); font-size: 13px; font-weight: 720; letter-spacing: .22em; text-transform: uppercase; }
.section-intro h2, .path-heading h2, .page-hero h1, .help-hero h1 { margin-bottom: 0; color: var(--pine); font-weight: 720; letter-spacing: -.04em; line-height: 1.2; }
.section-intro h2 { font-size: clamp(36px, 4.1vw, 56px); }
.section-intro > p { margin-bottom: 4px; color: var(--muted); font-size: 17px; line-height: 1.9; }

.product-rail { border-top: 1px solid var(--line-strong); }
.product-row { position: relative; min-height: 174px; display: grid; grid-template-columns: 116px 135px minmax(280px, 1fr) 185px; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); transition: background var(--ease), padding var(--ease); }
.product-row:hover { background: #fbfcfc; padding-inline: 12px; }
.product-row::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--row-accent, var(--jade)); transition: width 260ms ease; }
.product-row:hover::before { width: 88px; }
.product-icon { width: 88px; height: 88px; border-radius: 22px; object-fit: cover; box-shadow: 0 10px 24px rgba(14, 59, 50, .12); }
.product-name-block h3 { margin-bottom: 8px; color: var(--pine); font-size: 28px; font-weight: 720; }
.product-name-block span { color: var(--row-accent, var(--jade)); font-size: 14px; font-weight: 750; letter-spacing: .1em; }
.product-description { margin: 0; color: #40534e; font-size: 17px; line-height: 1.75; }
.version { display: inline-block; margin-top: 7px; color: var(--muted); font-size: 13px; }
.product-link { justify-self: end; min-width: 150px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0 12px; border-bottom: 1px solid var(--jade); color: var(--pine); font-size: 15px; font-weight: 700; }
.product-link svg { width: 20px; transition: transform var(--ease); }
.product-link:hover svg, .product-link:focus-visible svg { transform: translateX(5px); }
.continuation-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 4px; border-bottom: 1px solid var(--line-strong); color: var(--jade); font-size: 15px; letter-spacing: .12em; }
.continuation-mark { display: flex; gap: 8px; }
.continuation-mark i { width: 5px; height: 5px; border-radius: 50%; background: var(--jade); }

.path-section { padding: 106px 0; background: var(--pine); color: var(--white); }
.path-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 94px; align-items: start; }
.path-heading .section-index { color: #89bead; }
.path-heading h2 { color: var(--white); font-size: clamp(34px, 4vw, 52px); }
.text-link { display: inline-flex; margin-top: 36px; padding-bottom: 8px; border-bottom: 1px solid #7fb6a5; color: #b7d8ce; font-size: 14px; }
.steps-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .24); }
.steps-list li { display: grid; grid-template-columns: 74px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.steps-list > li > span { color: #8bc3b1; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.steps-list h3 { margin-bottom: 8px; color: var(--white); font-size: 19px; font-weight: 650; }
.steps-list p { margin-bottom: 0; color: #b9ccc6; font-size: 14px; line-height: 1.8; }

.page-hero { padding-top: 94px; padding-bottom: 58px; border-bottom: 1px solid var(--line-strong); }
.page-hero h1 { font-size: clamp(46px, 5.2vw, 70px); }
.page-hero > p:not(.section-index) { max-width: 750px; margin: 26px 0 34px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.filter-bar { display: flex; gap: 8px; }
.filter-button { min-width: 92px; height: 40px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 7px; background: var(--white); color: var(--muted); font-size: 14px; font-weight: 620; transition: background var(--ease), color var(--ease), border-color var(--ease); }
.filter-button:hover, .filter-button:focus-visible { border-color: var(--jade); color: var(--jade); }
.filter-button.is-active { border-color: var(--pine); background: var(--pine); color: var(--white); }

.download-section { padding-top: 44px; padding-bottom: 112px; }
.download-list { border-top: 1px solid var(--line-strong); }
.download-product { display: grid; grid-template-columns: 315px 1fr; gap: 54px; padding: 44px 0; border-bottom: 1px solid var(--line); }
.download-product, .platform-list, .platform-row { min-width: 0; }
.download-product.is-filtered { display: none; }
.download-identity { display: grid; grid-template-columns: 84px 1fr; gap: 22px; align-content: start; }
.download-identity img { width: 84px; height: 84px; border-radius: 20px; box-shadow: 0 10px 26px rgba(14, 59, 50, .12); }
.download-identity h2 { margin: 6px 0 3px; color: var(--pine); font-size: 27px; }
.download-identity .discipline { display: block; margin-bottom: 8px; color: var(--jade); font-size: 12px; font-weight: 780; letter-spacing: .12em; }
.download-identity p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.platform-list { display: grid; gap: 10px; }
.platform-row { min-height: 68px; display: grid; grid-template-columns: 205px 1fr 134px; gap: 18px; align-items: center; padding: 10px 12px 10px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.platform-row.is-disabled { color: var(--disabled); background: #fafbfb; }
.platform-row.is-platform-filtered { display: none; }
.platform-label { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; }
.platform-label svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.file-name { min-width: 0; overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.download-actions { display: flex; justify-content: flex-end; gap: 7px; }
.quark-link, .copy-code { height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; font-size: 12px; font-weight: 700; }
.quark-link { min-width: 94px; padding: 0 13px; border: 1px solid var(--jade); background: var(--jade); color: var(--white); }
.quark-link:hover, .quark-link:focus-visible { background: var(--pine); border-color: var(--pine); }
.copy-code { width: 38px; border: 1px solid var(--line-strong); background: var(--white); color: var(--pine); }
.copy-code:hover, .copy-code:focus-visible { border-color: var(--jade); color: var(--jade); }
.copy-code svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pending-label { justify-self: end; color: var(--disabled); font-size: 13px; }
.download-note { margin-top: 34px; display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 26px 28px; border-left: 2px solid var(--jade); background: var(--paper); }
.download-note strong { color: var(--pine); }
.download-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.help-hero { min-height: 650px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; padding-top: 94px; padding-bottom: 92px; }
.help-hero-copy { position: sticky; top: 132px; }
.help-hero h1 { margin-bottom: 34px; font-size: clamp(45px, 5vw, 68px); }
.help-search { height: 58px; max-width: 530px; display: flex; align-items: center; gap: 14px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); background: var(--white); transition: border-color var(--ease), box-shadow var(--ease); }
.help-search:focus-within { border-color: var(--jade); box-shadow: 0 0 0 3px rgba(53, 160, 132, .12); }
.help-search svg { width: 22px; height: 22px; fill: none; stroke: var(--pine); stroke-width: 1.6; }
.help-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 15px; }
.help-search input::placeholder { color: #899691; }
.search-result { min-height: 23px; margin-top: 11px; color: var(--muted); font-size: 13px; }
.help-questions { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item[hidden] { display: none; }
.faq-question { width: 100%; min-height: 70px; display: grid; grid-template-columns: 92px 1fr 24px; gap: 18px; align-items: center; padding: 0 2px; border: 0; background: transparent; text-align: left; }
.faq-category { color: var(--jade); font-size: 12px; font-weight: 760; letter-spacing: .08em; }
.faq-question strong { color: var(--pine); font-size: 16px; font-weight: 650; }
.faq-question svg { width: 20px; transition: transform var(--ease); }
.faq-question[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-question:focus-visible { outline: 2px solid var(--jade); outline-offset: 3px; }
.faq-answer { padding: 0 46px 26px 110px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.faq-answer[hidden] { display: none; }

.tutorial-section { padding: 100px 0; background: var(--paper); }
.tutorial-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); }
.tutorial-row { min-height: 118px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 20px; padding: 20px 30px 20px 0; border-bottom: 1px solid var(--line); }
.tutorial-row:nth-child(odd) { border-right: 1px solid var(--line); }
.tutorial-row:nth-child(even) { padding-left: 30px; }
.tutorial-row img { width: 54px; height: 54px; border-radius: 14px; }
.tutorial-row h3 { margin-bottom: 5px; color: var(--pine); font-size: 18px; }
.tutorial-row p { margin: 0; color: var(--muted); font-size: 13px; }
.tutorial-status { color: var(--disabled); font-size: 12px; white-space: nowrap; }
.help-steps { padding-top: 96px; padding-bottom: 104px; }
.steps-list.horizontal { display: grid; grid-template-columns: repeat(3, 1fr); border-top-color: var(--line-strong); }
.steps-list.horizontal li { grid-template-columns: 58px 1fr; padding: 32px 28px; border-bottom-color: var(--line); border-right: 1px solid var(--line); }
.steps-list.horizontal li:last-child { border-right: 0; }
.steps-list.horizontal > li > span { color: var(--jade); }
.steps-list.horizontal h3 { color: var(--pine); }
.steps-list.horizontal p { color: var(--muted); }

.site-footer { background: #f1f4f3; border-top: 1px solid var(--line); }
.footer-main { min-height: 150px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 36px; }
.footer-main img { width: 176px; height: 70px; object-fit: contain; object-position: left center; }
.footer-main p { margin: 0; color: var(--pine); font-size: 15px; letter-spacing: .08em; }
.footer-main nav { display: flex; gap: 28px; color: var(--muted); font-size: 13px; }
.footer-main a:hover, .footer-main a:focus-visible { color: var(--jade); }
.footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #7b8985; font-size: 12px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 26px; max-width: calc(100% - 32px); padding: 11px 18px; border-radius: 7px; background: var(--pine); color: var(--white); box-shadow: var(--shadow); font-size: 13px; opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: opacity var(--ease), transform var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

:focus-visible { outline: 2px solid var(--jade); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 820px); }
  .header-inner { grid-template-columns: 186px 1fr auto; gap: 18px; }
  .brand { width: 170px; }
  .site-nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 74px; }
  .hero-copy { padding-bottom: 0; }
  .hero-product-stage { height: 430px; max-width: 650px; width: 100%; margin: 0 auto; }
  .hero-footnote { bottom: 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; }
  .product-row { grid-template-columns: 96px 110px 1fr 142px; gap: 18px; }
  .path-grid { grid-template-columns: 1fr; gap: 54px; }
  .download-product { grid-template-columns: 250px 1fr; gap: 30px; }
  .platform-row { grid-template-columns: 170px minmax(100px, 1fr) 132px; }
  .help-hero { grid-template-columns: 1fr; gap: 52px; }
  .help-hero-copy { position: static; }
  .footer-main { grid-template-columns: 190px 1fr; }
  .footer-main nav { grid-column: 1 / -1; padding-bottom: 28px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { position: relative; }
  .header-inner { min-height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 164px; }
  .brand img { height: 58px; }
  .site-nav { grid-column: 1 / -1; justify-self: stretch; justify-content: space-between; order: 3; border-top: 1px solid var(--line); padding: 0 4px; }
  .site-nav a { padding: 13px 4px; }
  .header-cta { grid-column: 2; grid-row: 1; min-height: 38px; padding-inline: 14px; }
  .hero { min-height: auto; padding-top: 58px; padding-bottom: 86px; }
  .hero h1 { font-size: clamp(42px, 12.4vw, 58px); }
  .hero-copy > p { font-size: 16px; }
  .button { width: 100%; }
  .hero-product-stage { height: 350px; }
  .stage-window { inset: 56px 2px 42px 20px; }
  .hero-product-icon { width: 66px; height: 66px; padding: 5px; border-radius: 18px; }
  .hero-product-icon img { border-radius: 14px; }
  .hero-product-icon:nth-child(2) { left: 84px; }
  .hero-product-icon:nth-child(3) { right: 12px; }
  .hero-product-icon:nth-child(4) { right: 0; bottom: 86px; }
  .hero-product-icon:nth-child(5) { right: 86px; }
  .hero-product-icon:nth-child(6) { left: 12px; }
  .hero-footnote { position: static; margin-top: 14px; }
  .products-section, .tutorial-section { padding: 78px 0; }
  .section-intro h2 { font-size: 39px; }
  .product-row { grid-template-columns: 72px 1fr auto; min-height: 150px; padding: 20px 0; }
  .product-row:hover { padding-inline: 0; }
  .product-icon { width: 66px; height: 66px; border-radius: 17px; }
  .product-name-block { grid-column: 2; }
  .product-name-block h3 { font-size: 23px; }
  .product-description { grid-column: 2 / -1; font-size: 14px; }
  .product-link { grid-column: 3; grid-row: 1; min-width: 38px; width: 38px; padding: 10px 0; overflow: hidden; white-space: nowrap; color: transparent; }
  .product-link svg { flex: 0 0 20px; color: var(--pine); }
  .path-section { padding: 78px 0; }
  .page-hero { padding-top: 64px; }
  .page-hero h1, .help-hero h1 { font-size: 45px; }
  .page-hero h1 { overflow-wrap: anywhere; }
  .page-hero > p:not(.section-index) { font-size: 15px; }
  .filter-bar { overflow-x: auto; padding-bottom: 5px; }
  .download-section { padding-bottom: 80px; }
  .download-product { grid-template-columns: 1fr; gap: 26px; padding: 34px 0; }
  .download-identity { grid-template-columns: 70px 1fr; }
  .download-identity img { width: 70px; height: 70px; border-radius: 17px; }
  .platform-row { grid-template-columns: 1fr auto; gap: 8px; min-height: 76px; }
  .file-name { grid-column: 1 / -1; grid-row: 2; }
  .download-actions, .pending-label { grid-column: 2; grid-row: 1; }
  .download-note { grid-template-columns: 1fr; gap: 8px; }
  .help-hero { padding-top: 64px; padding-bottom: 70px; }
  .faq-question { grid-template-columns: 72px 1fr 20px; }
  .faq-answer { padding-left: 90px; }
  .tutorial-list { grid-template-columns: 1fr; }
  .tutorial-row, .tutorial-row:nth-child(even) { padding: 18px 0; border-right: 0; }
  .steps-list.horizontal { grid-template-columns: 1fr; }
  .steps-list.horizontal li { border-right: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }
  .footer-main nav { grid-column: auto; padding-bottom: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
