/* F refinement: one rounded-panel grammar, restrained warm accent and quiet line art. */
.theme-balanced{
  --f-canvas:#f8f9fa;
  --f-panel:#fff;
  --f-border:#dedede;
  --f-radius:18px;
  --f-shadow:0 10px 32px rgba(35,38,42,.035);
  --f-gold:#e2bb54;
  --f-stat-accent:#ffc107;
  --surface:var(--f-canvas);
  --line:var(--f-border);
  --radius:var(--f-radius);
  --panel-radius:var(--f-radius);
  background:var(--f-canvas);
}

/* Finalized primary navigation and footer for the gray-gold candidate. */
.theme-balanced:not(.theme-indigo) .nav-download{
  min-height:38px;
  padding:7px 17px;
  gap:0;
  border-radius:8px;
  line-height:1.2;
}
.theme-balanced:not(.theme-indigo) .f-site-footer{
  margin:0;
  padding:0;
  border-top:1px solid #34363a;
  background:#202123;
  color:#fff;
}
.theme-balanced:not(.theme-indigo) .f-footer-shell{
  width:100%;
  max-width:var(--shell);
  margin:0 auto;
  padding:56px var(--page-pad) 24px;
}
.theme-balanced:not(.theme-indigo) .f-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) repeat(2,minmax(150px,.65fr));
  gap:80px;
  padding-bottom:50px;
}
.theme-balanced:not(.theme-indigo) .f-footer-brand .brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
}
.theme-balanced:not(.theme-indigo) .f-footer-brand .brand strong{
  display:flex;
  flex-direction:column;
  font-size:20px;
  line-height:1.15;
}
.theme-balanced:not(.theme-indigo) .f-footer-brand .brand small{
  margin-top:4px;
  color:#aeb3ba;
  font-size:11px;
  font-weight:500;
}
.theme-balanced:not(.theme-indigo) .f-footer-brand p{
  max-width:390px;
  margin:20px 0 0;
  color:#aeb3ba;
  font-size:14px;
  line-height:1.9;
}
.theme-balanced:not(.theme-indigo) .f-footer-column{
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:12px;
}
.theme-balanced:not(.theme-indigo) .f-footer-column h2{
  margin:0 0 10px;
  color:#fff;
  font-size:16px;
  line-height:1.4;
}
.theme-balanced:not(.theme-indigo) .f-footer-column a{
  color:#b8bdc4;
  font-size:14px;
  line-height:1.5;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.theme-balanced:not(.theme-indigo) .f-footer-column a:hover{
  color:#ffc20a;
  transform:translateX(2px);
}
.theme-balanced:not(.theme-indigo) .f-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:22px;
  border-top:1px solid #393b3f;
  color:#92979e;
  font-size:12px;
  line-height:1.6;
}
@media(max-width:760px){
  .theme-balanced:not(.theme-indigo) .nav-download{min-height:36px;padding:7px 14px}
  .theme-balanced:not(.theme-indigo) .f-footer-shell{padding:40px var(--page-pad) 24px}
  .theme-balanced:not(.theme-indigo) .f-footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px;padding-bottom:34px}
  .theme-balanced:not(.theme-indigo) .f-footer-brand{grid-column:1/-1}
  .theme-balanced:not(.theme-indigo) .f-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
}

.theme-balanced .dl-hero{position:relative;isolation:isolate;overflow:hidden;background:#292b2e;border-bottom:1px solid #45484d}
.theme-balanced .dl-hero-grid{position:relative;z-index:1}
.theme-balanced .n-line-art{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;color:#a99c82;opacity:.28}
.theme-balanced .n-trace{opacity:.7}.theme-balanced .n-file-lines{opacity:.58}
.theme-balanced .dl-copy h1>.f-title-icon{display:inline-flex;vertical-align:middle;margin:0 15px 5px 0;width:49px;height:49px;background:#f8f9fa;border-radius:13px;border:1px solid #c9bb8c}
.theme-balanced .f-title-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:37px;height:37px;background:#f8f9fa;border:1px solid #e7dbba;border-radius:10px;vertical-align:middle}
.theme-balanced .f-title-icon img{width:27px;height:27px;object-fit:contain}
.theme-balanced .dl-copy h1>.f-title-icon img{width:35px;height:35px}
.theme-balanced .dl-copy h1{margin-bottom:25px}.theme-balanced .dl-copy h1 em{display:inline}.theme-balanced .dl-copy h1 small{display:block}
.theme-balanced .f-hero{padding:72px 0 68px;background:radial-gradient(ellipse at 80% 20%,#57491d35,transparent 42%),#292b2e}
.theme-balanced .f-hero .dl-hero-grid{grid-template-columns:1fr 1.08fr;gap:58px}
.theme-balanced .f-hero .dl-badge{padding:7px 13px;border:1px solid #806820;background:#ffc10712;border-radius:99px;color:#f8cf54;font-weight:600;letter-spacing:0}
.theme-balanced .f-hero .dl-badge i{width:7px;height:7px;background:currentColor}
.theme-balanced .f-hero .dl-copy h1{font-size:clamp(42px,4vw,58px);line-height:1.2;letter-spacing:-1.3px;margin-bottom:24px}
.theme-balanced .f-hero-name{display:block;margin-bottom:14px;color:#ffc107;font-size:.76em;font-weight:800;letter-spacing:-.6px}
.theme-balanced .f-hero-slogan{display:block;color:#fff;font-size:.76em;text-wrap:balance}
.theme-balanced .f-hero-slogan-tail{display:inline}
.theme-balanced .f-hero .dl-copy h1 em{color:#ffc107}
.theme-balanced .f-hero .dl-copy .dl-lead{max-width:570px;font-size:16px;line-height:1.85;color:#d5d8dc}
.theme-balanced .f-hero .dl-primary{background:#ffc107;color:#1f2226;box-shadow:0 7px 24px #ffc10733}
.theme-balanced .f-hero .dl-primary:hover{background:#ffd14e;color:#1f2226}
.theme-balanced .f-hero .dl-secondary{border-color:#8e939a;color:#f8f9fa}
.theme-balanced .f-hero-meta{display:flex;gap:34px;flex-wrap:wrap;margin-top:35px;padding-top:25px;border-top:1px solid #ffffff24}
.theme-balanced .f-hero-meta a,.theme-balanced .f-hero-meta-item{display:flex;flex-direction:column;gap:7px;color:#bfc4cb;text-decoration:none}
.theme-balanced .f-hero-meta a:hover strong{color:#ffc107}
.theme-balanced .f-hero-meta strong{display:inline-flex;align-items:baseline;color:#fff;font-size:31px;line-height:1.1;letter-spacing:-.8px}
.theme-balanced .f-hero-meta strong em{color:var(--f-stat-accent);font-size:.55em;font-style:normal;line-height:1;letter-spacing:0}
.theme-balanced .f-hero-meta small{font-size:12px;color:#bfc4cb}
.theme-balanced .f-hero-stage{position:relative;min-width:0}
.theme-balanced .f-hero-image{margin:0;padding:10px;background:#383b3f;border:1px solid #5b5f65;border-radius:15px;box-shadow:0 26px 58px #0005;overflow:hidden}
.theme-balanced .f-flow-viewport{position:relative;aspect-ratio:1559/1009;overflow:hidden;border-radius:8px;background:#1d1f22}
.theme-balanced .f-flow-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}
.theme-balanced .f-flow-slide.is-active{opacity:1;visibility:visible;z-index:1}
.theme-balanced .f-flow-slide img{display:block;width:100%;height:100%;object-fit:cover}
.theme-balanced .f-hero-image figcaption{padding:12px 5px 3px;color:#c8ccd1;font-size:11px}
.theme-balanced .f-hero-image figcaption a{color:#f4d46e;text-decoration:underline;text-underline-offset:3px}
.theme-balanced .f-flow-descriptions{min-height:33px;text-align:center;color:#d7dbe0;font-size:13px}
.theme-balanced .f-flow-detail{margin:14px 0 0}
.theme-balanced .f-flow-detail[hidden]{display:none}
.theme-balanced .f-hero-callout{position:absolute;display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;color:#282b2f;border-radius:10px;box-shadow:0 12px 30px #0004;font-size:13px;white-space:nowrap}
.theme-balanced .f-hero-callout span{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#ffc107;color:#25282b;font-weight:800}
.theme-balanced .f-hero-callout svg{width:16px;height:16px}
.theme-balanced .f-hero-callout-a{left:-17px;top:-20px}
.theme-balanced .f-proof-band{padding:38px 0 0;background:#f8f9fa}
.theme-balanced .f-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:1200px}
.theme-balanced .f-proof-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:116px;padding:16px 12px;text-align:center;background:#fff;border:1px solid #e1e4e8;border-radius:16px}
.theme-balanced .f-proof-card strong{display:inline-flex;align-items:baseline;color:#282b30;font-size:36px;line-height:1.2;letter-spacing:-1.2px;white-space:nowrap}
.theme-balanced .f-proof-card em{color:var(--f-stat-accent);font-size:.5em;font-style:normal;line-height:1;letter-spacing:0}
.theme-balanced .f-proof-card span{margin-top:7px;color:#777e86;font-size:13px;line-height:1.45}
.theme-balanced .dl-facts{max-width:1200px;margin:0 auto;padding-top:38px;padding-bottom:38px;gap:18px}
.theme-balanced .dl-facts>div{padding:25px 12px;background:#fff;border:1px solid var(--f-border);border-radius:14px;box-shadow:var(--f-shadow)}
.theme-balanced .dl-facts>div+div{border-left:1px solid var(--f-border)}
.theme-balanced .dl-section{padding:66px 0;background:#fff}
.theme-balanced .dl-section.dl-alt{background:#f8f9fa}
.theme-balanced .f-feature-section{border-bottom:0}
.theme-balanced .f-proof-band+.f-feature-section{padding-top:64px}
.theme-balanced .f-feature-section .dl-section-head{max-width:840px;margin-bottom:44px}
.theme-balanced .f-feature-section .dl-section-head>span{display:inline-block;width:auto;margin-bottom:18px;padding:8px 15px;border-radius:99px;background:#fff1cb;color:#916300;font-size:12px;font-weight:700;letter-spacing:0}
.theme-balanced .f-feature-section .dl-section-head h2{margin-bottom:14px;color:#25282d;font-size:37px;font-weight:750;line-height:1.3}
.theme-balanced .f-feature-section .dl-section-head p{color:#5d626a;font-size:16px;line-height:1.7}
.theme-balanced .f-feature-section .dl-features{gap:24px}
.theme-balanced .f-feature-section .dl-features article{display:flex;flex-direction:column;min-height:286px;padding:28px;border-color:#e1e4e8;border-radius:16px}
.theme-balanced .f-feature-section .dl-features .dl-icon{float:none;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin:0;border-radius:14px;background:#fff1cb;color:#a67300}
.theme-balanced .f-feature-section .dl-features .dl-icon svg{width:27px;height:27px}
.theme-balanced .f-feature-section .dl-features h3{margin:23px 0 11px;color:#292c31;font-size:20px;line-height:1.45}
.theme-balanced .f-feature-section .dl-features p{min-height:0;margin:0 0 20px;color:#555c65;font-size:15px;line-height:1.7}
.theme-balanced .f-feature-section .dl-features article a{margin-top:auto;color:#59616a;font-size:14px;font-weight:650;text-decoration:none}
.theme-balanced .f-feature-section .dl-features article a:hover{text-decoration:underline;text-underline-offset:4px}
.theme-balanced .dl-section>.dl-container{max-width:1200px;background:transparent;border:0;border-radius:0;box-shadow:none}
.theme-balanced .dl-section-head{text-align:center;margin:0 auto 36px;max-width:780px}
.theme-balanced .dl-section-head>span{display:block;margin-bottom:10px;color:#78756e;letter-spacing:.6px}
.theme-balanced .dl-section-head h2{font-size:29px;line-height:1.4;margin:0 0 10px}
.theme-balanced .dl-section-head p{margin:0}
.theme-balanced .dl-editions{max-width:none;gap:20px}
.theme-balanced .dl-edition,.theme-balanced .dl-features article,.theme-balanced .dl-tutorials article,.theme-balanced .dl-workflow-image{border:1px solid var(--f-border);border-radius:14px;background:#fff}
.theme-balanced .dl-icon{background:#f8f9fa;color:#555962;border-radius:10px}
.theme-balanced .dl-features{gap:15px}
.theme-balanced .dl-features article{padding:24px}
.theme-balanced .dl-workflow{gap:44px}
.theme-balanced .dl-tutorials{gap:22px}
.theme-balanced .dl-tutorial-list{padding:0 8px}
.theme-balanced .dl-faq{max-width:900px}
.theme-balanced .dl-faq details{border-bottom:1px solid var(--f-border)}
.theme-balanced .dl-final{max-width:1152px;margin:52px auto;border-radius:var(--f-radius);background:#f8f9fa;border-color:var(--f-border);box-shadow:var(--f-shadow)}
/* F home: consistent labels and quieter editorial links below the feature grid. */
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-section-head,
.theme-balanced:not(.theme-indigo).download-home .dl-section:has(.dl-tutorials) .dl-section-head,
.theme-balanced:not(.theme-indigo).download-home .dl-section:has(.dl-faq) .dl-section-head{max-width:840px;margin-bottom:44px}
.theme-balanced:not(.theme-indigo).download-home :is(.f-download-section,.dl-section:has(.dl-tutorials),.dl-section:has(.dl-faq)) .dl-section-head>span,
.theme-balanced:not(.theme-indigo).download-home .dl-workflow .dl-kicker{display:inline-block;width:auto;margin-bottom:18px;padding:8px 15px;border:0;border-radius:99px;background:#fff1cb;color:#916300;font-size:12px;font-weight:700;letter-spacing:0}
.theme-balanced:not(.theme-indigo).download-home :is(.f-download-section,.dl-section:has(.dl-tutorials),.dl-section:has(.dl-faq)) .dl-section-head h2{margin-bottom:14px;color:#25282d;font-size:37px;line-height:1.3}
.theme-balanced:not(.theme-indigo).download-home :is(.f-download-section,.dl-section:has(.dl-tutorials)) .dl-section-head p{color:#5d626a;font-size:16px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-editions{gap:24px}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition{display:flex;flex-direction:column;min-height:420px;padding:28px;border-color:#e1e4e8;border-radius:16px}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition .dl-icon{width:54px;height:54px;border-radius:14px;background:#fff1cb;color:#a67300}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition .dl-tag{background:#f8f9fa;border-color:#e8e8e8;color:#5d626a;font-size:12px}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition h3{color:#292c31;font-size:22px}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition p{color:#555c65;font-size:15px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition dl{margin-top:auto;color:#373d44}
.theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition .button{min-height:52px;align-items:center}
.theme-balanced:not(.theme-indigo).download-home .dl-download-note a,
.theme-balanced:not(.theme-indigo).download-home .dl-workflow>div>a,
.theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list>a:last-child,
.theme-balanced:not(.theme-indigo).download-home .dl-faq details a{color:#59616a;text-decoration:none;font-weight:600}
.theme-balanced:not(.theme-indigo).download-home :is(.dl-download-note a,.dl-workflow>div>a,.dl-tutorial-list>a:last-child,.dl-faq details a,.f-feature-section .dl-features article a):hover{color:#30363d;text-decoration:underline;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow{gap:52px}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow-image{padding:14px;border-color:#e1e4e8;border-radius:16px;box-shadow:var(--f-shadow)}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow h2{margin:0 0 23px;color:#25282d;font-size:34px;line-height:1.3}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow ol{margin:0 0 26px;padding-left:25px}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow li{padding-left:8px;margin:17px 0}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow li strong{color:#292c31;font-size:16px}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow li p{color:#626971;font-size:14px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .dl-workflow>div>a{font-size:14px}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-section{background:#f8f9fa;border-block:0}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading{max-width:790px;margin:0 auto 40px;text-align:center}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading>span{display:inline-block;margin-bottom:17px;padding:8px 15px;border-radius:99px;background:#fff1cb;color:#916300;font-size:12px;font-weight:700}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading h2{margin:0 0 13px;color:#25282d;font-size:37px;line-height:1.3}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading p{margin:0;color:#5d626a;font-size:16px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-card{display:flex;align-items:center;justify-content:center;flex-direction:column;min-width:0;min-height:168px;padding:22px 14px;border:1px solid #dfe3e7;border-radius:12px;background:#fff;text-align:center;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-card:hover{border-color:#d3b04a;box-shadow:0 10px 24px #25282d0a;transform:translateY(-2px)}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:16px;color:#30343a}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-icon svg{width:38px;height:38px}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-card h3{margin:0 0 8px;color:#30343a;font-size:15px;line-height:1.35}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-card p{margin:0;color:#858b92;font-size:11px;line-height:1.5}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-more{border-style:dashed;background:#fffaf0;color:inherit;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-more .f-cleaner-icon{color:#9c7000}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-more-link{margin-top:10px;color:#6b5a27;font-size:11px;font-weight:700}
.theme-balanced:not(.theme-indigo).download-home .f-cleaner-note{margin:31px 0 0;color:#7a8087;font-size:12px;line-height:1.7;text-align:center}
.theme-balanced:not(.theme-indigo).download-home .f-review-section{background:#fff;border-bottom:0}
.theme-balanced:not(.theme-indigo).download-home .f-review-heading{max-width:720px;margin-bottom:34px}
.theme-balanced:not(.theme-indigo).download-home .f-review-heading>span{display:inline-block;margin-bottom:17px;padding:8px 15px;border-radius:99px;background:#fff1cb;color:#916300;font-size:12px;font-weight:700}
.theme-balanced:not(.theme-indigo).download-home .f-review-heading h2{margin:0 0 12px;color:#25282d;font-size:37px;line-height:1.3}
.theme-balanced:not(.theme-indigo).download-home .f-review-heading p{margin:0;color:#5d626a;font-size:16px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .f-reviews{display:grid;grid-template-columns:1.1fr 1fr;gap:16px}
.theme-balanced:not(.theme-indigo).download-home .f-review-card{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:25px 27px;border:1px solid #e1e4e8;border-radius:16px;background:#f8f9fa}
.theme-balanced:not(.theme-indigo).download-home .f-review-card:first-child{grid-column:span 2;min-height:185px;padding:30px 34px;background:#f4f5f6}
.theme-balanced:not(.theme-indigo).download-home .f-review-card blockquote{margin:0 0 31px;color:#30363d;font-size:18px;font-weight:600;line-height:1.75}
.theme-balanced:not(.theme-indigo).download-home .f-review-card:first-child blockquote{max-width:800px;font-size:22px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .f-review-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid #dfe2e5}
.theme-balanced:not(.theme-indigo).download-home .f-review-meta>div{display:flex;flex-direction:column;gap:5px;min-width:0}
.theme-balanced:not(.theme-indigo).download-home .f-review-meta strong{color:#30363d;font-size:14px}
.theme-balanced:not(.theme-indigo).download-home .f-review-meta span{color:#69717a;font-size:12px;line-height:1.5}
.theme-balanced:not(.theme-indigo).download-home .f-review-meta a{flex:none;color:#59616a;font-size:13px;font-weight:650;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-home .f-review-meta a:hover{color:#30363d;text-decoration:underline;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-home .f-faq-section{background:#f8f9fa;border-bottom:0}
.theme-balanced:not(.theme-indigo).download-home .f-faq-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.theme-balanced:not(.theme-indigo).download-home .f-faq-heading>div>span{display:inline-block;margin-bottom:17px;padding:8px 15px;border-radius:99px;background:#fff1cb;color:#916300;font-size:12px;font-weight:700}
.theme-balanced:not(.theme-indigo).download-home .f-faq-heading h2{margin:0;color:#25282d;font-size:37px;line-height:1.3}
.theme-balanced:not(.theme-indigo).download-home .f-faq-heading>a{margin-bottom:4px;color:#59616a;font-size:14px;font-weight:650;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-home .f-faq-heading>a:hover{color:#30363d;text-decoration:underline;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list details{min-width:0;margin:0;padding:0;border:1px solid #dfe3e7;border-radius:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list details:hover{border-color:#d3b04a;box-shadow:0 10px 24px #25282d0a;transform:translateY(-2px)}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list details[open]{border-color:#d8bd70;box-shadow:0 10px 26px #25282d0b}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:82px;padding:22px 24px;color:#30363d;font-size:16px;font-weight:650;cursor:pointer;list-style:none}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list summary::-webkit-details-marker{display:none}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list summary i{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#f3f4f5}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list summary i::before,
.theme-balanced:not(.theme-indigo).download-home .f-faq-list summary i::after{content:'';position:absolute;left:8px;top:13px;width:12px;height:1.5px;background:#676d74;transition:transform .2s ease}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list summary i::after{transform:rotate(90deg)}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list details[open] summary i{background:#fff1cb}
.theme-balanced:not(.theme-indigo).download-home .f-faq-list details[open] summary i::after{transform:rotate(0)}
.theme-balanced:not(.theme-indigo).download-home .f-faq-answer{padding:0 64px 24px 24px}
.theme-balanced:not(.theme-indigo).download-home .f-faq-answer p{margin:0;color:#626971;font-size:14px;line-height:1.75}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorials{gap:28px;align-items:stretch}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorials article{background:#f8f9fa;border-color:#e1e4e8;border-radius:16px}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorials article span{color:#69717a}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorials h3 a{color:#30363d;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorials h3 a:hover{text-decoration:underline;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorials p{color:#626971;font-size:14px;line-height:1.7}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list{padding:0}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list a{min-height:57px;color:#353c44;font-size:15px;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list a strong{color:#353c44}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list a:hover strong{text-decoration:underline;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list>a:last-child{font-size:14px}
.theme-balanced:not(.theme-indigo).download-home .dl-faq{max-width:900px}
.theme-balanced:not(.theme-indigo).download-home .dl-faq details{padding:22px 0}
.theme-balanced:not(.theme-indigo).download-home .dl-faq summary{color:#30363d;font-size:16px;font-weight:600;cursor:pointer}
.theme-balanced:not(.theme-indigo).download-home .dl-faq details p{max-width:66ch;color:#59616a;font-size:15px;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-home .dl-final{padding:37px 40px;background:#fff;border:1px solid #e1e4e8}
.theme-balanced:not(.theme-indigo).download-home .dl-final h2{color:#292c31}
.theme-balanced:not(.theme-indigo).download-home .dl-final p{color:#626971}
.theme-balanced:not(.theme-indigo).download-inner{
  --accent:#755f24;
  --ink:#25282d;
  --muted:#626971;
  --line:#e1e4e8;
  --surface:#f8f9fa;
  color:var(--ink);
  background:var(--f-canvas);
}
.theme-balanced:not(.theme-indigo).download-inner main{background:var(--f-canvas)}
.theme-balanced:not(.theme-indigo).download-inner .b-wrap{width:100%;max-width:var(--shell);padding-right:var(--page-pad);padding-bottom:72px;padding-left:var(--page-pad)}
.theme-balanced:not(.theme-indigo).download-inner .b-page-head{max-width:none;margin:0 0 42px;padding:27px 0 46px;background:#fff;border:0;border-radius:0;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-page-head-inner{width:100%;max-width:var(--shell);margin:0 auto;padding-right:var(--page-pad);padding-left:var(--page-pad)}
.theme-balanced:not(.theme-indigo).download-inner footer{padding-right:0;padding-left:0}
.theme-balanced:not(.theme-indigo).download-inner .footer-inner{width:100%;max-width:var(--shell);padding-right:var(--page-pad);padding-left:var(--page-pad)}
.theme-balanced:not(.theme-indigo).download-inner .b-crumb{margin-bottom:24px;color:#7b8188;font-size:12px}
.theme-balanced:not(.theme-indigo).download-inner .b-crumb a{color:#59616a;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-inner .b-kicker,.theme-balanced:not(.theme-indigo).download-inner .b-section-title>span{display:inline-flex;align-items:center;min-height:30px;padding:5px 12px;border-radius:999px;background:#fff1cb;color:#916300;font-size:12px;font-weight:700;letter-spacing:.04em}
.theme-balanced:not(.theme-indigo).download-inner .b-page-head h1{display:block;max-width:900px;margin:0 0 12px;color:#25282d;font-size:42px;line-height:1.25;letter-spacing:-1.1px}
.theme-balanced:not(.theme-indigo).download-inner .b-page-head>p,.theme-balanced:not(.theme-indigo).download-inner .b-page-head-inner>p{max-width:760px;margin:0;color:#626971;font-size:16px;line-height:1.85}
.theme-balanced:not(.theme-indigo).download-inner .b-section{padding:48px 0;border-bottom:0}
.theme-balanced:not(.theme-indigo).download-inner .b-section-title{margin-bottom:30px;text-align:left}
.theme-balanced:not(.theme-indigo).download-inner .b-section-title h2{margin:14px 0 0;color:#292c31;font-size:32px;line-height:1.4;letter-spacing:-.45px}
.theme-balanced:not(.theme-indigo).download-inner .b-panel,.theme-balanced:not(.theme-indigo).download-inner .b-search,.theme-balanced:not(.theme-indigo).download-inner .b-resource-links a{border:1px solid var(--f-border);border-radius:16px;background:#fff;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-panel h2{color:#2d3136}
.theme-balanced:not(.theme-indigo).download-inner :is(.b-link,.b-sub-link,.b-source a,.b-article-end a,.b-resource-links a,.b-side-links a,.b-toc a,.b-release-bar a,.b-platform-note a){color:#59616a;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-inner :is(.b-link,.b-sub-link,.b-source a,.b-article-end a,.b-resource-links a,.b-side-links a,.b-toc a,.b-release-bar a,.b-platform-note a):hover{color:#2f343a;text-decoration:underline;text-decoration-color:#c79a22;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-inner .button,.theme-balanced:not(.theme-indigo).download-inner .b-search button,.theme-balanced:not(.theme-indigo).download-inner [data-reset]{border:1px solid #e4aa00;border-radius:9px;background:#ffc107;color:#24272b;box-shadow:none;font-weight:700}
.theme-balanced:not(.theme-indigo).download-inner .button:hover,.theme-balanced:not(.theme-indigo).download-inner .b-search button:hover,.theme-balanced:not(.theme-indigo).download-inner [data-reset]:hover{background:#f2b700;border-color:#d89f00;color:#1f2226}
.theme-balanced:not(.theme-indigo).download-inner .b-release-bar{margin-bottom:24px;padding:17px 20px;border:1px solid #eddca8;border-radius:12px;background:#fff9e7;color:#4a4436}
.theme-balanced:not(.theme-indigo).download-inner .b-download-grid{gap:20px}
.theme-balanced:not(.theme-indigo).download-inner .b-download{padding:30px}
.theme-balanced:not(.theme-indigo).download-inner .b-download.b-recommended{border-color:#dfbd5d;box-shadow:inset 0 3px 0 #ffc107}
.theme-balanced:not(.theme-indigo).download-inner .b-filetype{background:#2d3034;color:#fff}
.theme-balanced:not(.theme-indigo).download-inner .b-tag{background:#fff1cb;color:#916300}
.theme-balanced:not(.theme-indigo).download-inner .b-platform-note{margin-top:22px;padding:25px 28px;border:1px solid var(--f-border);border-radius:14px;background:#fff;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-steps{counter-reset:steps}
.theme-balanced:not(.theme-indigo).download-inner .b-steps li{position:relative;padding-top:44px}
.theme-balanced:not(.theme-indigo).download-inner .b-steps li::before{counter-increment:steps;content:"0" counter(steps);position:absolute;top:0;left:0;color:#b88600;font-size:13px;font-weight:800;letter-spacing:.08em}
.theme-balanced:not(.theme-indigo).download-inner .b-faq{max-width:900px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-faq details{padding:0;border-bottom:1px solid var(--f-border)}
.theme-balanced:not(.theme-indigo).download-inner .b-faq summary{min-height:66px;padding:20px 0;color:#30363d;font-size:15px;font-weight:650}
.theme-balanced:not(.theme-indigo).download-inner .b-faq details p{margin:0;padding:0 40px 20px 0;color:#626971;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-inner .b-jump{display:flex;gap:10px;margin:0 0 10px;padding:0 0 25px;border:0}
.theme-balanced:not(.theme-indigo).download-inner .b-jump a{border:1px solid #e4e6e8;border-radius:999px;background:#fff;color:#555d66;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-jump a:hover{border-color:#e0bd5a;background:#fff9e8;color:#3d3a32}
.theme-balanced:not(.theme-indigo).download-inner .b-feature-row{margin:0;padding:54px 0;background:transparent;border:0;border-radius:0;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-feature-row h2{margin:15px 0 13px;color:#292c31;font-size:30px;line-height:1.42}
.theme-balanced:not(.theme-indigo).download-inner .b-shot{border-color:#d9dcdf;border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(39,42,46,.06)}
.theme-balanced:not(.theme-indigo).download-inner .b-grid-three{gap:18px}
.theme-balanced:not(.theme-indigo).download-inner .b-grid-three>.b-panel{padding:28px}
.theme-balanced:not(.theme-indigo).download-inner .b-about-intro{display:grid;grid-template-columns:100px 1fr;gap:28px;align-items:center;padding:30px}
.theme-balanced:not(.theme-indigo).download-inner .b-about-intro>img{padding:14px;border:1px solid #ead99f;border-radius:18px;background:#fff7dc}
.theme-balanced:not(.theme-indigo).download-inner .b-about-columns{gap:22px}
.theme-balanced:not(.theme-indigo).download-inner .b-about-columns>div:first-child{min-width:0;padding:18px 6px;background:transparent;border:0;border-radius:0;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-principles li{border-color:var(--f-border)}
.theme-balanced:not(.theme-indigo).download-inner .b-resource-links{gap:14px}
.theme-balanced:not(.theme-indigo).download-inner .b-resource-links a{padding:21px 22px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-page>.b-section:not(.b-about-thanks){padding:54px 0;border-bottom:0}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-page>.b-section.b-about-origin{padding-top:0}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-origin{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:72px;align-items:start}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-origin h2{margin:15px 0 0;font-size:32px;line-height:1.42}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-origin p{margin:0 0 18px;color:#59616a;font-size:16px;line-height:1.95}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-values article{min-height:210px;padding:34px;border:1px solid var(--f-border);border-radius:14px;background:#fff}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-values h3{margin:0 0 16px;font-size:21px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-values p{margin:0;color:#626971;line-height:1.85}
.theme-balanced:not(.theme-indigo).download-page-about .b-history-section{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:72px;align-items:start}
.theme-balanced:not(.theme-indigo).download-page-about .b-history-section .b-section-title{position:sticky;top:110px;margin:0}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline{position:relative;margin:0;padding:0;list-style:none}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline::before{content:"";position:absolute;top:11px;bottom:12px;left:59px;width:1px;background:#d8dadd}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline li{position:relative;display:grid;grid-template-columns:120px 1fr;gap:22px;padding:0 0 34px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline li:last-child{padding-bottom:0}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline li::before{content:"";position:absolute;top:8px;left:54px;width:11px;height:11px;border:3px solid #ffc107;border-radius:50%;background:#fff}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline>li>span{padding-top:1px;color:#8a6500;font-size:13px;font-weight:800;letter-spacing:.04em}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline h3{margin:0 0 8px;font-size:19px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline p{margin:0;color:#626971;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-stats>div{display:flex;min-height:142px;flex-direction:column;justify-content:center;align-items:center;padding:22px;border:1px solid var(--f-border);border-radius:14px;background:#fff;text-align:center}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-stats strong{color:#292d32;font-size:38px;line-height:1}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-stats em{color:#b17e00;font-size:.5em;font-style:normal}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-stats span{margin-top:12px;color:#737981;font-size:13px}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid article{min-height:230px;padding:30px 34px;border:1px solid var(--f-border);border-radius:14px;background:#fff}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid h3{margin:0 0 12px;font-size:19px}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid h3 a{display:inline-flex;align-items:center;gap:8px;color:#292d32;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid h3 a span{color:#a57500;font-size:14px}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid p{margin:0;color:#626971;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid a{color:#59616a;font-weight:650;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid a:hover{color:#2f343a;text-decoration:underline;text-decoration-color:#c79a22;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-guide{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:70px;align-items:start}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-guide h2{margin:15px 0 14px;font-size:30px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-guide p{color:#626971;line-height:1.9}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-guide .b-principles{padding:4px 0}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-thanks{padding:48px 52px;border:1px solid #46494d;border-radius:16px;background:#292b2e;color:#fff}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-thanks h2{margin:16px 0 13px;color:#fff;font-size:30px}
.theme-balanced:not(.theme-indigo).download-page-about .b-about-thanks p{max-width:880px;margin:0;color:#c9cdd2;line-height:1.9}
.theme-balanced:not(.theme-indigo).download-inner .b-reading-layout{grid-template-columns:minmax(0,1fr) 270px;gap:30px}
.theme-balanced:not(.theme-indigo).download-inner .b-search{padding:22px}
.theme-balanced:not(.theme-indigo).download-inner .b-search input{border-color:#cfd3d7;border-radius:8px}
.theme-balanced:not(.theme-indigo).download-inner .b-filters{margin:18px 0 16px}
.theme-balanced:not(.theme-indigo).download-inner .b-filters button{border-color:#dfe2e5;border-radius:999px;color:#59616a}
.theme-balanced:not(.theme-indigo).download-inner .b-filters button[aria-pressed=true]{border-color:#e2b83e;background:#fff1cb;color:#755700}
.theme-balanced:not(.theme-indigo).download-inner .b-post-list{display:grid;gap:14px;border:0;background:transparent}
.theme-balanced:not(.theme-indigo).download-inner .b-post{padding:28px 30px;border:1px solid var(--f-border);border-radius:14px;background:#fff;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-post h2{margin:13px 0 9px;font-size:23px}
.theme-balanced:not(.theme-indigo).download-inner .b-post h2 a{color:#292d32;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-inner .b-post h2 a:hover{text-decoration:underline;text-decoration-color:#c79a22;text-underline-offset:5px}
.theme-balanced:not(.theme-indigo).download-inner .b-sidebar{gap:14px;padding:0;border:0}
.theme-balanced:not(.theme-indigo).download-inner .b-sidebar .b-panel{padding:22px;border:1px solid var(--f-border);border-radius:14px;background:#fff;box-shadow:none}
.theme-balanced:not(.theme-indigo).download-inner .b-sidebar .b-side-links{display:grid;gap:6px}
.theme-balanced:not(.theme-indigo).download-inner .b-sidebar .b-side-links a{padding:9px 0;border-bottom:0}
.theme-balanced:not(.theme-indigo).download-inner .b-side-note{padding:18px 4px 8px}
.theme-balanced:not(.theme-indigo).download-inner .b-article{padding:38px 42px;background:#fff}
.theme-balanced:not(.theme-indigo).download-inner .b-article-top{border-bottom:0}
.theme-balanced:not(.theme-indigo).download-inner .b-source{padding-top:0;border-top:0;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-inner .b-article-end{border-top:0}
.theme-balanced:not(.theme-indigo).download-page-help .b-grid-three>.b-panel{position:relative;padding-top:67px}
.theme-balanced:not(.theme-indigo).download-page-help .b-grid-three>.b-panel::before{content:"使用路线";position:absolute;top:27px;left:28px;padding:4px 10px;border-radius:999px;background:#fff1cb;color:#916300;font-size:11px;font-weight:700}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-page{padding-bottom:70px}
.theme-balanced:not(.theme-indigo).download-page-download .b-section-title>p{max-width:720px;margin:11px 0 0;color:#626971;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-windows{padding:36px 0 42px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-windows .b-section-title{margin-bottom:22px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card{display:flex;min-width:0;min-height:380px;flex-direction:column;padding:28px;border:1px solid var(--f-border);border-radius:14px;background:#fff}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card.is-primary{border-color:#dfbd5d;box-shadow:inset 0 3px 0 #ffc107}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-heading>div{display:flex;min-width:0;align-items:center;gap:12px}
.theme-balanced:not(.theme-indigo).download-page-download .b-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.theme-balanced:not(.theme-indigo).download-page-download .b-filetype{display:inline-flex;min-height:27px;align-items:center;padding:4px 8px;border-radius:6px;background:#2d3034;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}
.theme-balanced:not(.theme-indigo).download-page-download .b-tag{display:inline-flex;min-height:27px;align-items:center;padding:4px 10px;border-radius:999px;background:#fff1cb;color:#916300;font-size:11px;font-weight:700}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card h3{margin:0;color:#292d32;font-size:21px;line-height:1.4}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-card h3{margin:24px 0 10px;color:#292d32;font-size:23px;line-height:1.4}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card>p,.theme-balanced:not(.theme-indigo).download-page-download .b-linux-card>p{margin:0;color:#626971;line-height:1.8}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card>p{margin-top:18px;font-size:14px;line-height:1.75}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-features{display:grid;gap:10px;margin:20px 0 24px;padding:0;color:#59616a;font-size:13px;line-height:1.55;list-style:none}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-features li{display:grid;grid-template-columns:16px minmax(0,1fr);gap:7px;align-items:start}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-features li::before{content:"✓";color:#20a45b;font-weight:800;line-height:1.55}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:auto;padding-top:18px;border-top:0}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card code{display:block;overflow:hidden;color:#777e86;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card .button{display:flex;min-height:42px;align-items:center;justify-content:center;padding:9px 18px;text-decoration:none;white-space:nowrap}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-buttons{display:flex;align-items:stretch;gap:8px}
.theme-balanced:not(.theme-indigo).download-page-download .b-qr-button,.theme-balanced:not(.theme-indigo).download-page-download .b-linux-qr-button{border:1px solid #c9cdd2;border-radius:9px;background:#fff;color:#3c4249;font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.theme-balanced:not(.theme-indigo).download-page-download .b-qr-button{padding:8px 13px;white-space:nowrap}
.theme-balanced:not(.theme-indigo).download-page-download .b-qr-button:hover,.theme-balanced:not(.theme-indigo).download-page-download .b-linux-qr-button:hover{border-color:#8b9198;background:#f8f9fa}
.theme-balanced:not(.theme-indigo).download-page-download .b-qr-button:focus-visible,.theme-balanced:not(.theme-indigo).download-page-download .b-linux-qr-button:focus-visible{outline:3px solid #c79500;outline-offset:3px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card:not(.is-primary) .button{border-color:#2d3034;background:#2d3034;color:#fff}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-card:not(.is-primary) .button:hover{border-color:#17191c;background:#17191c;color:#fff}
.theme-balanced:not(.theme-indigo).download-page-download .b-choice-help{display:inline-flex;margin-top:18px;color:#59616a;font-size:13px;font-weight:650;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-page-download .b-choice-help:hover{text-decoration:underline;text-decoration-color:#c79a22;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-page-download .b-install-guide{padding:58px 0 10px}
.theme-balanced:not(.theme-indigo).download-page-download .b-install-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}
.theme-balanced:not(.theme-indigo).download-page-download .b-install-grid li{min-height:218px;padding:25px;border:1px solid var(--f-border);border-radius:14px;background:#fff}
.theme-balanced:not(.theme-indigo).download-page-download .b-step-number{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#2d3034;color:#ffc107;font-size:17px;font-weight:800}
.theme-balanced:not(.theme-indigo).download-page-download .b-install-grid h3{margin:19px 0 9px;color:#292d32;font-size:18px;line-height:1.45}
.theme-balanced:not(.theme-indigo).download-page-download .b-install-grid p{margin:0;color:#626971;font-size:13px;line-height:1.75}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-card{display:flex;min-width:0;min-height:310px;flex-direction:column;padding:26px;border:1px solid var(--f-border);border-radius:14px;background:#fff}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-card.is-primary{border-color:#dfbd5d;box-shadow:inset 0 3px 0 #ffc107}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-action{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:24px}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-system{display:block;max-width:220px;color:#7a8189;font-size:12px;line-height:1.6}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-icon-button{display:inline-flex;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;border-radius:10px;background:#2d3034;color:#fff;text-decoration:none;transition:background-color .18s ease,transform .18s ease}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-card.is-primary .b-linux-icon-button{background:#ffc107;color:#24272b}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-icon-button:hover{background:#17191c;color:#fff;transform:translateY(-1px)}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-icon-button:focus-visible{outline:3px solid #c79500;outline-offset:3px}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-buttons{display:flex;align-items:center;gap:8px}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-qr-button{height:44px;padding:0 11px}
.b-modal-open{overflow:hidden}
.b-qr-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(22,25,29,.66)}
.b-qr-dialog{position:relative;width:min(100%,390px);padding:32px;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.25);text-align:center}
.b-qr-dialog h2{margin:10px 0 8px;font-size:24px}.b-qr-dialog>p:not(.b-kicker){margin:0 auto 20px;color:#626971;font-size:14px;line-height:1.7}
.b-qr-dialog img{display:block;width:220px;height:220px;margin:0 auto;padding:8px;border:1px solid #e1e4e7;border-radius:12px;background:#fff;object-fit:contain}
.b-qr-dialog small{display:block;margin-top:16px;color:#777e86;line-height:1.6}
.b-qr-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:8px;background:#f1f3f5;color:#34393f;font-size:24px;line-height:1;cursor:pointer}
.b-qr-close:focus-visible{outline:3px solid #c79500;outline-offset:2px}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-more{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 4px 0}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-more p{margin:0;color:#767d85;font-size:13px}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-more a{color:#59616a;font-size:13px;font-weight:650;text-decoration:none}
.theme-balanced:not(.theme-indigo).download-page-download .b-linux-more a:hover{text-decoration:underline;text-decoration-color:#c79a22;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--f-border);border-bottom:1px solid var(--f-border)}
.theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid article{display:flex;min-height:116px;flex-direction:column;justify-content:center;padding:24px 30px;border-right:1px solid var(--f-border)}
.theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid article:last-child{border-right:0}
.theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid strong{color:#30343a;font-size:16px}
.theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid span{margin-top:9px;color:#767d85;font-size:13px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:start}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check h2{margin:15px 0 12px;font-size:30px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check p{margin:0;color:#626971;line-height:1.85}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check ol{margin:0;padding:0;list-style:none;counter-reset:check}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check li{display:grid;grid-template-columns:46px 90px 1fr;gap:12px;align-items:center;min-height:64px;border-bottom:1px solid var(--f-border);counter-increment:check}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check li::before{content:"0" counter(check);color:#a57600;font-size:12px;font-weight:800;letter-spacing:.06em}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check li strong{font-size:14px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-check li span{color:#737a82;font-size:13px;line-height:1.6}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-faq{max-width:none}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-faq .b-section-title{margin-bottom:10px}
.theme-balanced:not(.theme-indigo).download-page-download .b-download-faq a{color:#59616a;text-decoration:underline;text-decoration-color:#c79a22;text-underline-offset:4px}
.theme-balanced:not(.theme-indigo).download-inner :is(a,button,summary,input):focus-visible{outline:3px solid #c69722;outline-offset:3px}
@media(prefers-reduced-motion:no-preference){
  .theme-balanced .n-trace path{stroke-dasharray:1;animation:f-trace-loop 9s ease-in-out infinite}
  .theme-balanced .n-trace path:nth-child(2){animation-delay:.35s}
  .theme-balanced .n-trace path:nth-child(3){animation-delay:.7s}
  .theme-balanced .n-file-lines{animation:f-files-loop 9s ease-in-out infinite}
  .theme-balanced .dl-hero-grid{animation:f-rise .6s ease-out both}
  .theme-balanced .f-title-icon img{animation:f-icon-in .55s ease-out both}
  .theme-balanced .dl-edition,.theme-balanced .dl-features article,.theme-balanced:not(.theme-indigo).download-inner :is(.b-download,.b-resource-links a),.theme-balanced:not(.theme-indigo).download-page-help .b-grid-three>.b-panel{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
  .theme-balanced :is(.dl-edition,.dl-features article):hover,.theme-balanced:not(.theme-indigo).download-inner :is(.b-download,.b-resource-links a):hover,.theme-balanced:not(.theme-indigo).download-page-help .b-grid-three>.b-panel:hover{border-color:#cfc6b2;box-shadow:0 12px 30px #292b2e0c;transform:translateY(-2px)}
}
@keyframes f-trace-loop{0%{stroke-dashoffset:1;opacity:.1}42%,78%{stroke-dashoffset:0;opacity:1}92%,100%{stroke-dashoffset:1;opacity:.1}}
@keyframes f-files-loop{0%,8%{opacity:0;transform:translateY(10px)}45%,78%{opacity:.58;transform:translateY(0)}92%,100%{opacity:0;transform:translateY(10px)}}
@keyframes f-rise{from{opacity:.6;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes f-icon-in{from{opacity:.3;transform:rotate(-8deg) scale(.9)}to{opacity:1;transform:rotate(0) scale(1)}}
@media(prefers-reduced-motion:reduce){.theme-balanced .f-flow-slide{transition:none}}
@media(max-width:1000px) and (min-width:761px){
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .theme-balanced .n-line-art{opacity:.16}.theme-balanced .n-file-lines{display:none}
  .theme-balanced .dl-hero{padding-bottom:66px}
  .theme-balanced .dl-facts{margin:0 auto;padding:20px;gap:10px}
  .theme-balanced .dl-facts>div{padding:19px 8px}
  .theme-balanced .dl-section{padding:42px 0}
  .theme-balanced .dl-section>.dl-container{padding:0 20px}
  .theme-balanced .dl-section-head h2{font-size:23px}
  .theme-balanced .dl-section-head p{margin:0}
  .theme-balanced .dl-workflow{gap:25px}
  .theme-balanced .dl-tutorial-list{padding:0}
  .theme-balanced .dl-final{margin:30px 20px}
  .theme-balanced .b-page-head{margin:0 0 24px;padding:23px 20px 28px}
  .theme-balanced .b-page-head h1{font-size:26px}
  .theme-balanced .b-feature-row{padding:32px 0}
  .theme-balanced .b-platform-note{padding:22px}
  .theme-balanced .f-hero{padding:42px 0 68px}
  .theme-balanced .f-hero .dl-hero-grid{grid-template-columns:1fr;gap:30px}
  .theme-balanced .f-hero .dl-copy h1{font-size:38px;letter-spacing:-.8px}
  .theme-balanced .f-hero-name{font-size:15px;margin-bottom:12px}
  .theme-balanced .f-hero .dl-copy .dl-lead{font-size:14px}
  .theme-balanced .f-hero-name{font-size:29px;margin-bottom:10px}
  .theme-balanced .f-hero-slogan{font-size:34px}
  .theme-balanced .f-hero-slogan-tail{display:block}
  .theme-balanced .f-hero-meta{gap:24px;margin-top:28px}
  .theme-balanced .f-hero-meta strong{font-size:24px}
  .theme-balanced .f-hero-meta small{font-size:10px}
  .theme-balanced .f-hero-callout{display:none}
  .theme-balanced .f-hero-image{padding:7px}
  .theme-balanced .f-proof-band{padding:22px 0 0}
  .theme-balanced .f-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .theme-balanced .f-proof-card{min-height:94px;padding:11px 7px;border-radius:12px}
  .theme-balanced .f-proof-card strong{font-size:26px}
  .theme-balanced .f-proof-card em{font-size:.54em}
  .theme-balanced .f-proof-card span{margin-top:5px;font-size:11px}
  .theme-balanced .f-proof-band+.f-feature-section{padding-top:48px}
  .theme-balanced .f-feature-section .dl-section-head{margin-bottom:30px}
  .theme-balanced .f-feature-section .dl-section-head h2{font-size:27px}
  .theme-balanced .f-feature-section .dl-section-head p{font-size:15px}
  .theme-balanced .f-feature-section .dl-features{gap:16px}
  .theme-balanced .f-feature-section .dl-features article{min-height:0;padding:24px}
  .theme-balanced .f-feature-section .dl-features .dl-icon{width:49px;height:49px}
  .theme-balanced .f-feature-section .dl-features h3{margin:17px 0 9px;font-size:19px}
  .theme-balanced .f-feature-section .dl-features p{font-size:15px}
  .theme-balanced:not(.theme-indigo).download-home :is(.f-download-section,.dl-section:has(.dl-tutorials),.dl-section:has(.dl-faq)) .dl-section-head{margin-bottom:30px}
  .theme-balanced:not(.theme-indigo).download-home :is(.f-download-section,.dl-section:has(.dl-tutorials),.dl-section:has(.dl-faq)) .dl-section-head h2{font-size:27px}
  .theme-balanced:not(.theme-indigo).download-home :is(.f-download-section,.dl-section:has(.dl-tutorials)) .dl-section-head p{font-size:15px}
  .theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-editions{gap:16px}
  .theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition{min-height:0;padding:24px}
  .theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition h3{font-size:20px}
  .theme-balanced:not(.theme-indigo).download-home .f-download-section .dl-edition .dl-icon{width:49px;height:49px}
  .theme-balanced:not(.theme-indigo).download-home .dl-download-note{flex-wrap:wrap;gap:10px 23px;font-size:13px}
  .theme-balanced:not(.theme-indigo).download-home .dl-workflow{gap:25px}
  .theme-balanced:not(.theme-indigo).download-home .dl-workflow h2{font-size:27px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading{margin-bottom:28px;text-align:left}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading h2{font-size:27px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-heading p{font-size:15px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-card{min-height:142px;padding:18px 8px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-icon{width:37px;height:37px;margin-bottom:12px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-icon svg{width:34px;height:34px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-card h3{font-size:14px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-card p{font-size:10px}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-more{grid-column:span 2}
  .theme-balanced:not(.theme-indigo).download-home .f-cleaner-note{margin-top:22px;text-align:left}
  .theme-balanced:not(.theme-indigo).download-home .f-review-heading{margin-bottom:27px}
  .theme-balanced:not(.theme-indigo).download-home .f-review-heading h2{font-size:27px}
  .theme-balanced:not(.theme-indigo).download-home .f-review-heading p{font-size:15px}
  .theme-balanced:not(.theme-indigo).download-home .f-reviews{grid-template-columns:1fr;gap:14px}
  .theme-balanced:not(.theme-indigo).download-home .f-review-card,.theme-balanced:not(.theme-indigo).download-home .f-review-card:first-child{grid-column:auto;min-height:0;padding:24px}
  .theme-balanced:not(.theme-indigo).download-home .f-review-card blockquote,.theme-balanced:not(.theme-indigo).download-home .f-review-card:first-child blockquote{font-size:17px}
  .theme-balanced:not(.theme-indigo).download-home .f-review-meta{align-items:flex-start;flex-wrap:wrap}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-heading{align-items:flex-end;gap:16px;margin-bottom:22px}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-heading h2{font-size:27px}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-heading>a{font-size:13px}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-list{grid-template-columns:1fr;gap:10px}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-list details,.theme-balanced:not(.theme-indigo).download-home .f-faq-list details:nth-child(odd),.theme-balanced:not(.theme-indigo).download-home .f-faq-list details:nth-child(even){padding:0;border:1px solid #dfe3e7;border-radius:12px;background:#fff}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-list summary{min-height:68px;padding:16px 18px;font-size:15px}
  .theme-balanced:not(.theme-indigo).download-home .f-faq-answer{padding:0 52px 18px 18px}
  .theme-balanced:not(.theme-indigo).download-home .dl-tutorials{gap:18px}
  .theme-balanced:not(.theme-indigo).download-home .dl-tutorials article{padding:20px}
  .theme-balanced:not(.theme-indigo).download-home .dl-tutorial-list a{min-height:53px;font-size:14px}
  .theme-balanced:not(.theme-indigo).download-home .dl-faq summary{font-size:15px}
  .theme-balanced:not(.theme-indigo).download-home .dl-final{padding:27px}
}

/* F inner-page responsive contract. */
@media(max-width:900px){
  .theme-balanced:not(.theme-indigo).download-inner .b-reading-layout{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-inner .b-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px}
  .theme-balanced:not(.theme-indigo).download-inner .b-side-note{grid-column:1/-1}
}
@media(max-width:760px){
  .theme-balanced:not(.theme-indigo).download-inner .b-wrap{width:100%;max-width:var(--shell);padding-right:var(--page-pad);padding-bottom:48px;padding-left:var(--page-pad)}
  .theme-balanced:not(.theme-indigo).download-inner .b-page-head{margin-bottom:28px;padding:20px 0 30px}
  .theme-balanced:not(.theme-indigo).download-inner .b-crumb{margin-bottom:18px}
  .theme-balanced:not(.theme-indigo).download-inner .b-page-head h1{margin-top:12px;font-size:30px;letter-spacing:-.55px}
  .theme-balanced:not(.theme-indigo).download-inner .b-page-head-inner>p{font-size:14px;line-height:1.75}
  .theme-balanced:not(.theme-indigo).download-inner .b-section{padding:34px 0}
  .theme-balanced:not(.theme-indigo).download-inner .b-section-title h2{font-size:26px}
  .theme-balanced:not(.theme-indigo).download-inner .b-feature-row{grid-template-columns:1fr;gap:24px;padding:38px 0}
  .theme-balanced:not(.theme-indigo).download-inner .b-feature-row h2{font-size:25px}
  .theme-balanced:not(.theme-indigo).download-inner .b-grid-three{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-inner .b-download{padding:24px}
  .theme-balanced:not(.theme-indigo).download-inner .b-about-intro{grid-template-columns:68px 1fr;gap:18px;padding:22px}
  .theme-balanced:not(.theme-indigo).download-inner .b-about-intro>img{width:68px;height:68px;padding:9px;border-radius:14px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-origin,.theme-balanced:not(.theme-indigo).download-page-about .b-history-section,.theme-balanced:not(.theme-indigo).download-page-about .b-about-guide{grid-template-columns:1fr;gap:26px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-page>.b-section:not(.b-about-thanks){padding:38px 0}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-origin h2,.theme-balanced:not(.theme-indigo).download-page-about .b-about-guide h2{font-size:25px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-origin p{font-size:15px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-values{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-values article{min-height:0;padding:25px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-history-section .b-section-title{position:static}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline::before{left:43px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline li{grid-template-columns:88px 1fr;gap:15px;padding-bottom:27px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-timeline li::before{left:38px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-stats>div{min-height:112px;padding:16px 8px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-stats strong{font-size:31px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid article,.theme-balanced:not(.theme-indigo).download-page-about .b-contribute-grid article:nth-child(3n){min-height:0;padding:25px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-page>.b-about-thanks{padding:30px 24px}
  .theme-balanced:not(.theme-indigo).download-page-about .b-about-thanks h2{font-size:25px}
  .theme-balanced:not(.theme-indigo).download-inner .b-post{padding:24px 21px}
  .theme-balanced:not(.theme-indigo).download-inner .b-article{padding:25px 21px}
  .theme-balanced:not(.theme-indigo).download-inner .b-sidebar{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-inner .b-jump{overflow-x:auto;flex-wrap:nowrap;padding-bottom:18px;scrollbar-width:thin}
  .theme-balanced:not(.theme-indigo).download-inner .b-jump a{flex:none}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-grid,.theme-balanced:not(.theme-indigo).download-page-download .b-linux-grid,.theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid,.theme-balanced:not(.theme-indigo).download-page-download .b-download-check{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-windows{padding:30px 0 34px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-card{min-height:0;padding:23px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-heading>div{align-items:flex-start;flex-direction:column;gap:8px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-action{grid-template-columns:1fr;gap:13px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-card .button{width:100%}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-buttons{display:grid;grid-template-columns:1fr auto}
  .theme-balanced:not(.theme-indigo).download-page-download .b-install-grid{grid-template-columns:1fr}
  .theme-balanced:not(.theme-indigo).download-page-download .b-install-guide{padding-top:44px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-install-grid li{min-height:0;padding:22px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-linux-grid{gap:12px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-linux-card{min-height:0;padding:24px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-linux-more{align-items:flex-start;flex-direction:column;gap:8px;padding-top:18px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid article{min-height:92px;padding:20px 4px;border-right:0;border-bottom:1px solid var(--f-border)}
  .theme-balanced:not(.theme-indigo).download-page-download .b-decision-grid article:last-child{border-bottom:0}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-check{gap:26px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-check h2{font-size:25px}
  .theme-balanced:not(.theme-indigo).download-page-download .b-download-check li{grid-template-columns:38px 76px 1fr;gap:8px}
}
