body.website {
  --ink: #262b2c; --muted: #596369; --paper: #f3f6f7; --surface: #fff;
  --surface-soft: #edf2f4; --primary: #922e27; --primary-dark: #70231e;
  --teal: #1c7163; --teal-soft: #eaf4f0; --blue: #32679b; --blue-soft: #edf3fa;
  --gold: #806735; --gold-soft: #ede7d9; --line: #d7e0e2;
  --shadow: 0 4px 18px rgba(25, 24, 22, .05);
  background: var(--surface); font-size: 16px;
  font-family: system-ui, -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif;
}
.website :is(h1,h2,h3,p,li,dd,a,button) { overflow-wrap: anywhere; letter-spacing: 0; }
.website img { height: auto; }
.website h1 { font-size: 42px; line-height: 1.28; }
.website h2 { font-size: 28px; line-height: 1.35; }
.website h3 { font-size: 21px; line-height: 1.4; }
.website :is(button,input,select,textarea):focus-visible, .website a:focus-visible, .website summary:focus-visible { outline: 3px solid #366459; outline-offset: 3px; }
.website input, .website select, .website textarea { max-width: 100%; }
.website .button { min-height: 46px; font-size: 15px; padding: 10px 20px; border-radius: 5px; }
.website .button:hover { transform: none; }
.website .button-primary { color: #fff; }
.website .button-outline { border-color: #aabcc8; background: #fff; color: var(--blue); }
.website .button-outline:hover, .website .button-quiet:hover { background: var(--blue-soft); }
.website .eyebrow { color: var(--primary); font-size: 13px; margin-bottom: 10px; }
.website :is(.home-product[data-platform="android"], #sws-management, #android) { --platform-color: var(--teal); --platform-soft: var(--teal-soft); }
.website :is(.home-product[data-platform="windows"], #template-editor, #windows) { --platform-color: var(--blue); --platform-soft: var(--blue-soft); }
.website .platform-tag { background: var(--platform-soft, var(--teal-soft)); border: 0; padding: 4px 9px; color: var(--platform-color, var(--teal)); }
.website .icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.website .icon-button { display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.preview-banner { background: #e7f0eb; color: #285b43; padding: 6px 18px; text-align: center; font: 13px/1.5 sans-serif; }
.website .skip-link { position: absolute; z-index: 100; top: -100px; left: 16px; padding: 12px 20px; background: #fff; }
.website .skip-link:focus { top: 10px; }
.website .site-header { min-height: 80px; padding: 12px max(24px, calc((100% - 1200px) / 2)); gap: 24px; background: #fff; align-items: center; }
.website .brand { flex-shrink: 0; gap: 10px; }
.website .brand img { width: 42px; height: 42px; }
.website .brand strong { font-size: 20px; }
.website .brand small { font-size: 11px; color: var(--muted); margin-top: 3px; }
.website .public-nav { display: flex; flex-wrap: nowrap; gap: 8px; }
.website .public-nav .nav-link { display: inline-flex; font-size: 14px; font-weight: 500; padding: 8px 12px; white-space: nowrap; }
.website .nav-link:hover, .website .nav-link[aria-current="page"] { background: var(--blue-soft); color: var(--blue); }
.website .nav-toggle { display: none; }
.website .public-nav [data-auth-login] { margin-left: 12px; white-space: nowrap; }
.website .content-section { padding: 64px max(24px, calc((100% - 1200px) / 2)); }
.website .section-heading { margin-bottom: 32px; width: min(760px, 100%); }
.website .section-heading :is(h1,h2) { font-size: 32px; }
.website .section-heading p { margin-bottom: 0; }
.website .section-heading h1 { font-size: 40px; }
.website .section-topline { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.website .section-topline .section-heading { margin: 0; }
.website .section-topline > a { flex-shrink: 0; }
.website .text-link { margin-top: 0; align-items: center; gap: 8px; font-size: 15px; text-decoration: none; color: var(--platform-color, var(--blue)); }
.website .text-link:hover { text-decoration: underline; }
.website .soft-band { background: var(--paper); }
.website .product-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 48px; min-height: min(560px,calc(100svh - 142px)); padding: 40px max(24px,calc((100% - 1200px) / 2)); background: var(--teal-soft); border-bottom: 1px solid #cee1d9; }
.website .hero-scene { grid-column: 2; grid-row: 1; display: flex; align-items: center; justify-content: flex-end; gap: 24px; min-width: 0; }
.website .hero-scene img { display: block; width: calc((100% - 24px) / 2); max-width: min(240px,calc((100svh - 220px) * .45)); height: auto; aspect-ratio: 9 / 20; object-fit: contain; border: 1px solid #c6d8d1; border-radius: 7px; box-shadow: 0 8px 24px #234b4012; }
.website .hero-scene img:first-child { order: 2; }
.website .hero-content { grid-column: 1; grid-row: 1; min-width: 0; }
.website .hero-content > * { max-width: 500px; }
.website .hero-content h1 { margin: 0 0 20px; font-size: 46px; }
.website .hero-content .lead { font-size: 19px; color: var(--muted); max-width: 445px; margin: 0 0 28px; }
.website .hero-content .eyebrow { margin: 0 0 18px; color: var(--teal); }
.website .hero-content .hero-meta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--muted); }
.website .home-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.website .home-product { padding: 31px 36px 34px 0; min-width: 0; border-top: 3px solid var(--platform-color); }
.website .home-product + .home-product { padding-left: 36px; padding-right: 0; border-left: 1px solid var(--line); }
.website .product-name { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.website .product-name img { width: 64px; height: 64px; object-fit: contain; }
.website .product-name h2, .website .product-name h3 { margin: 6px 0 0; font-size: 23px; }
.website .home-product p { color: var(--muted); }
.website .home-product .button-row { margin-top: 24px; }
.website .workflow-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.website .workflow-list li { --step-color: var(--teal); border-top: 2px solid var(--step-color); padding-top: 24px; }
.website .workflow-list li:nth-child(2) { --step-color: var(--blue); }
.website .workflow-list li:nth-child(3) { --step-color: var(--primary); }
.website .workflow-list .step { color: var(--step-color); font-size: 14px; font-weight: 700; }
.website .workflow-list h3 { margin: 12px 0; }
.website .workflow-list p { color: var(--muted); margin: 0 0 20px; }
.website .support-band { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; background: var(--blue-soft); }
.website .support-band .eyebrow, .website .support-links .icon { color: var(--blue); }
.website .support-band h2 { margin: 0 0 12px; }
.website .support-band p { color: var(--muted); margin: 0 0 24px; }
.website .support-links { display: grid; align-content: start; }
.website .support-links > a { display: flex; justify-content: space-between; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.website .support-links > a:hover { color: var(--primary); }
.website .site-footer { padding: 42px max(24px, calc((100% - 1200px) / 2)) 26px; color: var(--ink); background: var(--paper); gap: 28px 50px; display: grid; grid-template-columns: 1fr 1.6fr; align-items: start; border-top: 1px solid var(--line); }
.website .site-footer strong { font-size: 16px; }
.website .site-footer small { color: var(--muted); font-size: 13px; }
.website .site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: flex-end; }
.website .site-footer a { color: var(--muted); font-size: 13px; }
.website .site-footer a:hover { color: var(--primary); }
.website .site-records { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 10px 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.website .site-records a { font-size: 12px; }
.website .page-heading { padding-bottom: 36px; }
.website .page-heading h1 { margin: 0 0 18px; }
.website .page-heading p { color: var(--muted); max-width: 690px; }
.website .product-jumps { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 24px; }
.website .product-jumps a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; padding-bottom: 8px; border-bottom: 2px solid var(--primary); }
.website .product-section { border-top: 1px solid var(--line); scroll-margin-top: 18px; }
.website .product-section .section-heading { max-width: 820px; }
.website .product-section h2 { margin: 10px 0; font-size: 32px; }
.website .screen-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; padding: 24px 0 38px; }
.website .screen-gallery figure { margin: 0; text-align: center; }
.website .screen-gallery button { display: block; width: min(100%,252px); margin: auto; padding: 0; background: transparent; border: 1px solid #ddd; overflow: hidden; border-radius: 6px; cursor: zoom-in; }
.website .screen-gallery img { width: 100%; display: block; }
.website figcaption { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.website .editor-shot { margin: 28px 0 36px; }
.website .editor-shot button { display: block; padding: 0; width: 100%; background: var(--paper); border: 1px solid var(--line); cursor: zoom-in; }
.website .editor-shot img { display: block; width: 100%; }
.website .feature-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; border-top: 1px solid var(--line); margin: 20px 0 32px; }
.website .feature-columns article { padding-top: 22px; }
.website .feature-columns h3 { font-size: 18px; margin: 0 0 10px; }
.website .feature-columns p { margin: 0; color: var(--muted); font-size: 15px; }
.website .image-viewer { width: min(1200px,calc(100% - 24px)); max-height: calc(100svh - 24px); padding: 14px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.website .image-viewer::backdrop { background: #1b1e22c9; }
.website .image-viewer header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.website .image-viewer h2 { margin: 0; font-size: 18px; }
.website .image-viewer img { display: block; margin: auto; max-height: calc(100svh - 130px); object-fit: contain; }
.website .downloads-intro { margin-bottom: 18px; }
.website .download-device-hint { font-size: 14px; color: #366459; min-height: 24px; }
.website .download-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.website .download-card { display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding: 26px 28px 28px; min-width: 0; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--platform-color); border-radius: 6px; box-shadow: none; scroll-margin-top: 20px; }
.website .download-card.is-device { border-color: var(--platform-color); }
.website .download-card h2 { font-size: 24px; margin: 8px 0; }
.website .download-card .product-name { margin: 0; }
.website .download-card .product-name img { width: 58px; height: 58px; }
.website .download-card > p { margin: 0; color: var(--muted); }
.website .download-meta { display: flex; flex-wrap: wrap; gap: 6px 22px; color: var(--muted); font-size: 14px; margin: 0; }
.website .download-card > .button { width: 100%; }
.website .download-extras { border-top: 1px solid var(--line); margin-top: 6px; }
.website .download-extras details { border-bottom: 1px solid var(--line); }
.website .download-extras summary { padding: 14px 0; cursor: pointer; font-weight: 600; font-size: 14px; }
.website .download-extras details > :not(summary) { font-size: 14px; }
.website .download-extras ol, .website .download-extras ul { padding-left: 22px; margin-top: 0; }
.website .download-extras li { margin-bottom: 9px; }
.website .download-checksum { display: block; margin-top: 0; }
.website .download-checksum code { display: block; white-space: normal; overflow-wrap: anywhere; font-size: 12px; background: #f5f4f2; padding: 12px; }
.website .copy-status { font-size: 13px; color: var(--muted); }
.website .qr-area { display: flex; align-items: center; gap: 20px; margin: 24px 0 0; padding: 0; }
.website .qr-area img { width: 124px; height: 124px; }
.website .qr-area p { margin: 0; font-size: 14px; color: var(--muted); }
.website .download-notes { border: 0; padding: 36px 0 0; background: transparent; }
.website .download-notes h2 { font-size: 24px; }
.website .note-line { border-left: 3px solid #366459; padding: 8px 18px; color: var(--muted); font-size: 15px; }
.website .about-hero { background: var(--blue-soft); color: var(--ink); padding: 58px max(24px,calc((100% - 1200px) / 2)); }
.website .about-hero h1 { font-size: 36px; }
.website .about-hero p:last-child { color: var(--muted); font-size: 17px; }
.website .capability-grid article, .website .service-grid article { min-height: 0; }
.website .capability-grid strong { margin-top: 12px; }
.website .capability-grid strong, .website .service-grid strong { font-size: 18px; }
.website :is(.practice-intro,.about-method,.values-section,.feature-band) h2 { font-size: 28px; }
.website .cta-band { background: #20594e; color: #fff; padding: 40px max(24px,calc((100% - 1200px) / 2)); }
.website .cta-band p { color: #d8ebe6; }
.website .cta-band .button { background: #fff; border: 1px solid #fff; color: #20594e; }
.website .cta-band .button:hover { background: var(--teal-soft); }
.website.account-shell { background: var(--paper); display: block; padding: 0; }
.website .auth-layout { width: min(100%, 480px); min-width: 0; margin: 0 auto; padding: 44px 18px; }
.website .captcha-row { grid-template-columns: minmax(0, 1fr) minmax(100px,136px); }
.website .captcha-image { height: 100%; }
.website .form-panel { background: #fff; border-color: var(--line); border-top: 3px solid var(--primary); box-shadow: none; border-radius: 6px; }
.website .form-panel h1 { font-size: 29px; }
.website .form-panel input:not([type="checkbox"]):not([type="radio"]) { background: #fff; border-color: #b6b4af; min-height: 46px; }
.website .check-row { min-height: 44px; }
.website .check-row input { width: 18px; height: 18px; min-height: 18px; flex: 0 0 18px; margin-top: 4px; accent-color: var(--primary); }
.website .captcha-placeholder { font-size: 14px; color: var(--muted); }
.website .form-hint { color: var(--muted); font-size: 13px; }
.website .auth-support { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 24px; font-size: 14px; }
.website .legal-page { width: min(100% - 40px,920px); border: 0; padding: 30px 24px 50px; margin: 24px auto; background: #fff; }
.website .legal-page h1 { font-size: 34px; }
.website .legal-page h2 { font-size: 21px; scroll-margin-top: 22px; }
.website .legal-page p, .website .legal-page li { line-height: 1.9; }
.website .legal-highlight { background: #f3f5f3; border-color: #d6dfd8; border-left-color: #366459; }
.website .legal-toc { border-block: 1px solid var(--line); margin: 26px 0; }
.website .legal-toc summary { padding: 14px 0; cursor: pointer; font-weight: 700; }
.website .legal-toc ol { columns: 2; margin-top: 0; padding-left: 22px; font-size: 14px; }
.website .legal-toc li { break-inside: avoid; padding: 3px 14px 3px 0; }
.website .legal-action-row { justify-content: flex-start; }
.website .help-main { padding-top: 48px; }
.website .help-search, .website .help-filters { max-width: 860px; }
.website .help-search input { width: 100%; min-height: 48px; background: #fff; border: 1px solid #aaa8a4; padding: 10px 14px; }
.website .help-categories, .website .help-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 28px; }
.website .help-categories button, .website .help-filters button { min-height: 42px; background: #fff; border: 1px solid var(--line); padding: 8px 14px; cursor: pointer; }
.website .help-categories button[aria-pressed="true"], .website .help-filters button[aria-pressed="true"] { background: var(--primary); border-color: var(--primary); color: #fff; }
.website .help-article { border-bottom: 1px solid var(--line); padding: 24px 0; }
.website .help-article h2 { font-size: 22px; }
.website .help-article h3 { font-size: 18px; }
.website .help-article summary { cursor: pointer; font-weight: 700; padding: 12px 0; }
.website .help-article p, .website .help-article li { max-width: 860px; }
@media (max-width: 1100px) {
  .website .public-nav { gap: 0; }
  .website .public-nav .nav-link { padding-inline: 8px; }
  .website .brand small { display: none; }
  .website .product-hero { gap: 32px; }
  .website .hero-content h1 { font-size: 38px; max-width: 380px; }
  .website .hero-content .lead { max-width: 340px; }
}
@media (max-width: 900px) {
  .website .site-header { flex-wrap: wrap; padding: 14px 22px; gap: 12px; min-height: 72px; }
  .website .nav-toggle { display: inline-grid; margin-left: auto; }
  .website .public-nav { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
  .website .site-header.nav-enhanced .public-nav:not(.is-open) { display: none; }
  .website .public-nav .nav-link { padding: 10px 12px; display: flex; min-height: 44px; }
  .website .public-nav [data-auth-login] { margin: 4px 0 0; }
  .website .home-product { padding-right: 24px; }
  .website .home-product + .home-product { padding-left: 24px; }
  .website .product-name { gap: 12px; }
  .website .product-name h3 { font-size: 20px; }
  .website .download-card { padding: 22px; }
  .website .download-card h2 { font-size: 21px; }
  .website .qr-area { display: none; }
  .website .feature-columns { gap: 20px; }
}
@media (max-width: 680px) {
  .website .content-section { padding: 40px 22px; }
  .website h1, .website .section-heading h1, .website .about-hero h1 { font-size: 30px; }
  .website h2, .website .section-heading h2, .website .product-section h2 { font-size: 25px; }
  .website .section-topline { align-items: flex-start; flex-direction: column; gap: 16px; }
  .website .product-hero { grid-template-columns: minmax(0,1fr); gap: 24px; min-height: 0; padding: 24px 22px; }
  .website .hero-content { text-align: center; }
  .website .hero-content > * { margin-inline: auto; }
  .website .hero-content h1 { font-size: 29px; max-width: none; margin-bottom: 12px; }
  .website .hero-content .eyebrow { margin-bottom: 12px; font-size: 12px; }
  .website .hero-content .lead { font-size: 15px; max-width: 340px; margin: 0 auto 20px; }
  .website .hero-content .button-row { justify-content: center; gap: 10px; }
  .website .hero-content .button { padding-inline: 14px; }
  .website .hero-content .hero-meta { display: none; }
  .website .hero-scene { grid-column: 1; grid-row: 2; justify-content: center; gap: 16px; }
  .website .hero-scene img { width: calc((100% - 16px) / 2); max-width: min(156px,max(72px,calc((100svh - 400px) * .45))); }
  .website .home-product-grid, .website .download-grid, .website .support-band { grid-template-columns: 1fr; }
  .website .home-product, .website .home-product + .home-product { padding: 26px 0; border-left: 0; }
  .website .workflow-list { grid-template-columns: 1fr; gap: 22px; }
  .website .workflow-list li { padding-top: 16px; }
  .website .support-band { gap: 24px; }
  .website .site-footer { padding: 32px 22px 24px; grid-template-columns: 1fr; gap: 24px; }
  .website .site-footer nav { justify-content: flex-start; gap: 14px 22px; }
  .website .site-records { flex-direction: column; gap: 10px; }
  .website .screen-gallery { gap: 12px; padding-top: 12px; padding-bottom: 24px; }
  .website figcaption { margin-top: 10px; font-size: 12px; }
  .website .feature-columns { grid-template-columns: 1fr; gap: 0; }
  .website .feature-columns article { padding-block: 18px; border-bottom: 1px solid var(--line); }
  .website .product-jumps { gap: 18px; font-size: 14px; }
  .website .download-card { padding: 22px; }
  .website .download-card h2 { font-size: 22px; }
  .website .download-card.is-device { padding-top: 20px; }
  .website .about-hero { padding: 40px 22px; }
  .website .legal-page { width: 100%; padding: 24px 22px 40px; margin: 0; }
  .website .legal-page h1 { font-size: 28px; }
  .website .legal-toc ol { columns: 1; }
  .website .auth-layout { padding: 24px 16px; }
  .website .form-panel { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .website * { transition: none !important; }
}
