@font-face {
  font-family: Manrope;
  src: url('./assets/fonts/manrope-variable.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --paper: #090c12;
  --surface: #10161f;
  --ink: #f1f3f7;
  --muted: #9da8b8;
  --blue: #a9c8fa;
  --line: #29313e;
  --ease: cubic-bezier(.22, 1, .36, 1);
  font-family: Manrope, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 32px; scrollbar-gutter: stable; }
body { margin: 0; }
::selection { background: #a9c8fa; color: #090c12; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
.wrap { width: min(1280px, calc(100% - 128px)); margin-inline: auto; }
.header { display: flex; align-items: center; justify-content: space-between; padding-block: 26px; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 22px; font-weight: 600; letter-spacing: -.8px; }
.brand img { width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px; box-shadow: 0 0 0 1px #a9c8fa26; }
nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; color: #b3bdcc; }
nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; transition: color .2s; }
nav a:hover, .footer p a:hover { color: var(--ink); }
.icon { width: 19px; height: 19px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
nav .icon { width: 16px; height: 16px; transition: transform .3s var(--ease); }
nav a:hover .icon { transform: translate(2px, -2px); }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; padding-block: 32px 44px; position: relative; }
.hero-copy { position: relative; z-index: 1; }
h1 { margin: 0 0 28px; font-size: clamp(64px, 6.8vw, 100px); line-height: 1.07; letter-spacing: -.065em; font-weight: 500; }
h1 span { color: var(--blue); white-space: nowrap; }
.intro { max-width: 540px; font-size: 18px; line-height: 1.85; color: var(--muted); margin: 0; }
.hero-art { width: 110%; max-width: 110%; height: 540px; object-fit: contain; margin-left: -5%; mask-image: radial-gradient(ellipse 60% 60% at center, #000 62%, transparent 98%); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 16px 25px; border-radius: 9px; font-size: 14px; font-weight: 650; border: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .3s, transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.primary, .blue { color: #091426; background: var(--blue); border-color: #c7dcff; box-shadow: 0 1px 0 #ffffff4d inset, 0 4px 20px #0003; }
.primary:hover, .blue:hover { background: #c5dcff; box-shadow: 0 4px 26px #8db7ff26; }
.secondary { color: #c2cad6; background: #ffffff02; border-color: #3b4554; }
.secondary:hover { border-color: #71829a; background: #ffffff06; }
.hero-meta { margin: 27px 0 0; font: 12px/1.8 'Cascadia Code', Consolas, monospace; color: var(--muted); letter-spacing: .035em; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-bottom: 76px; }
.features article { border-top: 1px solid #424b5a; padding-top: 20px; }
.feature-number { display: block; color: #a3aec0; font: 12px/1.5 'Cascadia Code', Consolas, monospace; margin-bottom: 18px; }
.features h2 { font-size: 21px; letter-spacing: -.6px; font-weight: 500; line-height: 1.4; margin: 0 0 14px; }
.features p { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; max-width: 350px; }
h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.2; font-weight: 500; letter-spacing: -.045em; margin: 0 0 18px; text-wrap: balance; }
.dashboard { padding-block: 64px 90px; border-top: 1px solid var(--line); }
.dashboard > h2, .dashboard > .section-intro { text-align: center; }
.section-intro { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 28px; }
.preview-controls { display: flex; width: fit-content; max-width: 100%; padding: 4px; gap: 3px; background: #111720; border: 1px solid #343e4d; border-radius: 30px; margin: 0 auto 34px; }
.preview-controls button { padding: 11px 25px; min-height: 44px; background: transparent; color: #b2bdcc; font-size: 13px; font-weight: 500; border: 0; border-radius: 24px; cursor: pointer; transition: background .22s, color .22s, box-shadow .22s; }
.preview-controls button[aria-selected="true"] { color: #0b1525; background: var(--blue); box-shadow: 0 1px 4px #0006; }
.preview-controls button:not([aria-selected="true"]):hover { background: #202a38; color: var(--ink); }
figure { margin: 0; }
.preview-panel + .preview-panel { margin-top: 32px; }
.preview-gallery.enhanced .preview-panel { margin-top: 0; }
.preview-frame { background: #0c1420; border: 1px solid #354152; border-radius: 15px; padding: 32px; display: flex; justify-content: center; overflow: hidden; height: 540px; position: relative; cursor: zoom-in; box-shadow: 0 24px 64px #0004; }
.preview-frame img { width: min(100%, 900px); height: auto; object-fit: contain; align-self: start; }
.preview-hint { position: absolute; bottom: 18px; right: 18px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #44536a; border-radius: 8px; background: #111b2bea; color: #d2def0; font-size: 12px; font-weight: 500; box-shadow: 0 2px 16px #0005; transition: background .2s, border-color .2s; }
.preview-frame:hover .preview-hint { background: #23334c; border-color: #96b7e6; }
figcaption { color: var(--muted); text-align: center; margin-top: 20px; font-size: 12px; line-height: 1.8; }
.preview-gallery.enhanced figcaption { min-height: 85px; }
.profile-comparison h3 { font-size: 27px; font-weight: 500; letter-spacing: -.035em; margin: 0 0 26px; }
.profile-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.profile-columns article { padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(120deg, #121a25, #0b1018); }
.profile-columns h4 { margin: 0 0 16px; font-size: 18px; font-weight: 600; line-height: 1.8; }
.profile-columns h4 span { display: inline-block; vertical-align: middle; margin-left: 10px; color: #b2c0d3; border: 1px solid #3b4758; border-radius: 4px; padding: 2px 7px; font-size: 10px; font-weight: 400; line-height: 1.5; }
.profile-columns p, .profile-note { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; }
.profile-note { margin-top: 22px; font-size: 12px; }
.compatibility { padding-block: 0 76px; }
.compatibility > .wrap { border: 1px solid var(--line); border-radius: 14px; padding: 38px; }
.compatibility-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }
.compatibility h2 { font-size: 32px; }
.requirements { list-style: none; padding: 0; margin: 24px 0 0; color: #b1bccd; font-size: 14px; line-height: 2.5; }
.requirements li { padding-left: 18px; position: relative; }
.requirements li::before { content: ''; position: absolute; left: 0; top: 1.2em; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; font-size: 14px; background: #111720; }
td, th { padding: 19px 24px; text-align: left; }
th { font-weight: 500; }
td { border-left: 1px solid var(--line); color: var(--muted); font: 13px/1.5 'Cascadia Code', Consolas, monospace; }
tr + tr > * { border-top: 1px solid var(--line); }
.thermal-note { font-size: 12px; line-height: 1.9; color: var(--muted); margin: 28px 0 0; }
.thermal-note a { display: inline-flex; align-items: center; gap: 3px; color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.thermal-note .icon { width: 14px; height: 14px; }
.install { padding-block: 0 12px; }
.install-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border: 1px solid #324359; border-radius: 14px; padding: 42px; background: linear-gradient(115deg, #142237, #0e1724 75%); }
.install h2 { font-size: 36px; margin-bottom: 22px; }
.install p { color: #a9b8cd; line-height: 1.9; font-size: 13px; margin: 24px 0 0; }
.install .release-meta { margin: 0 0 24px; }
.release-meta strong { color: var(--ink); font-size: 18px; font-weight: 500; }
.release-meta time { font-variant-numeric: tabular-nums; }
.release-links { display: flex; flex-wrap: wrap; column-gap: 20px; margin-top: 16px; font-size: 12px; color: var(--blue); }
.release-links a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; transition: text-decoration-color .2s; }
.release-links a:hover { text-decoration-color: var(--blue); }
.install .release-help { font-size: 12px; margin-top: 8px; }
.release-help a, .faq a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.install-steps { margin: 0; padding: 0 0 0 42px; list-style: none; border-left: 1px solid #334156; align-self: center; }
.install-steps li { display: flex; align-items: center; gap: 20px; padding-block: 24px; font-size: 17px; }
.install-steps li:first-child { padding-top: 0; }
.install-steps li:last-child { padding-bottom: 0; }
.install-steps li + li { border-top: 1px solid #334156; }
.install-steps span { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border: 1px solid #718fb7; color: var(--blue); border-radius: 50%; font: 13px/1 Consolas, monospace; }
.install-steps small { display: block; color: #9caec6; font-size: 12px; line-height: 1.8; margin-top: 7px; }
.faq { padding-block: 76px; }
.faq h2 { font-size: 32px; margin-bottom: 28px; }
.faq details { border: 1px solid var(--line); border-bottom: 0; background: #0d131c; }
.faq details:first-of-type { border-radius: 10px 10px 0 0; }
.faq details:last-of-type { border-bottom: 1px solid var(--line); border-radius: 0 0 10px 10px; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; padding: 21px 25px; font-size: 15px; font-weight: 500; transition: background .2s, color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { background: #151f2d; color: var(--blue); }
.disclosure-icon { width: 18px; height: 18px; fill: none; stroke: #b4c2d6; stroke-width: 1.5; flex-shrink: 0; }
.disclosure-icon .vertical { transition: opacity .2s; }
.faq details[open] .vertical { opacity: 0; }
.faq details[open] summary { color: var(--blue); }
.faq details p { font-size: 14px; color: #aebbd0; line-height: 1.9; margin: 0 25px 24px; max-width: 860px; }
.faq pre { overflow: auto; padding: 18px; margin: 16px 25px; background: #192334; color: #cbddf6; border: 1px solid #344156; border-radius: 6px; font-size: 13px; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 32px 42px; border-top: 1px solid var(--line); }
.footer .brand { font-size: 18px; }
.footer .brand img { width: 27px; height: 27px; }
.footer p { font-size: 11px; color: var(--muted); margin: 14px 0 0; }
.footer nav { font-size: 12px; gap: 26px; }
.viewer-open { overflow: hidden; }
.image-viewer { width: min(1100px, calc(100% - 32px)); max-width: none; height: min(940px, calc(100dvh - 32px)); max-height: none; padding: 0; border: 1px solid #495870; border-radius: 15px; background: #101722; color: var(--ink); overflow: hidden; box-shadow: 0 30px 100px #000a; }
.image-viewer[open] { display: flex; flex-direction: column; }
.image-viewer::backdrop { background: #03060dd9; backdrop-filter: blur(8px); }
.viewer-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.viewer-header h2 { font-size: 20px; margin: 0; letter-spacing: -.02em; }
.image-viewer button { min-height: 44px; padding: 10px 16px; border: 1px solid #42536b; border-radius: 7px; background: #192536; color: #d7e5fa; font-size: 13px; cursor: pointer; }
.image-viewer button:hover { background: #273b56; }
.viewer-tools { display: flex; align-items: center; gap: 18px; padding: 12px 20px; }
.viewer-tools button { flex-shrink: 0; }
.viewer-tools p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.8; }
.viewer-canvas { flex: 1; min-height: 0; overflow: auto; overscroll-behavior: contain; background: #071323; }
.viewer-canvas img { width: 100%; max-width: 1000px; margin-inline: auto; }
.viewer-canvas.actual-size img { width: 1000px; max-width: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 5; background: var(--blue); color: var(--paper); padding: 16px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
@keyframes entrance { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: entrance .85s var(--ease) both; }
  .hero-art { animation: entrance 1.1s var(--ease) both; }
  .reveal-enter { animation: entrance .7s var(--ease) both; }
  .image-viewer[open] { animation: entrance .22s var(--ease) both; }
}
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  nav { gap: 24px; font-size: 13px; }
  .brand { font-size: 20px; }
  .hero { grid-template-columns: 1.2fr 1fr; }
  h1 { font-size: clamp(58px, 7vw, 76px); }
  .intro { font-size: 16px; }
  .hero-art { height: 460px; }
  .button { font-size: 13px; padding-inline: 20px; }
  .features { gap: 26px; }
  .features h2 { font-size: 19px; }
  .compatibility-grid, .install-grid { gap: 30px; }
  .compatibility h2, .install h2 { font-size: 29px; }
  .install-grid, .compatibility > .wrap { padding: 30px; }
  .install-steps { padding-left: 26px; }
  .install-steps li { font-size: 15px; }
  .profile-columns h4 span { margin-left: 0; display: table; margin-top: 8px; }
  .footer nav { gap: 20px; flex-wrap: wrap; justify-content: end; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }
  .header { flex-direction: column; align-items: flex-start; gap: 10px; padding-block: 20px 12px; }
  .header nav { justify-content: space-between; width: 100%; gap: 10px; font-size: 13px; }
  .header nav .icon { width: 14px; height: 14px; }
  .brand { font-size: 21px; }
  .brand img { width: 30px; height: 30px; }
  .hero { display: flex; flex-direction: column; padding-block: 38px 26px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(41px, 11.6vw, 75px); letter-spacing: -.06em; margin-bottom: 22px; }
  .intro { max-width: 510px; font-size: 16px; line-height: 1.9; }
  .actions { gap: 10px; margin-top: 25px; }
  .button { min-height: 50px; font-size: 13px; padding: 15px 14px; }
  .hero-meta { font-size: 11px; margin-top: 20px; letter-spacing: 0; }
  .hero-art { width: 280px; max-width: 100%; height: 280px; margin: 0; }
  .features { grid-template-columns: 1fr; gap: 26px; padding-bottom: 44px; }
  .features article { padding-top: 18px; }
  .features .feature-number { float: left; margin: 4px 16px 35px 0; font-size: 11px; }
  .features h2 { font-size: 19px; margin-bottom: 10px; }
  .features p { max-width: none; font-size: 14px; }
  .dashboard { padding-block: 46px; }
  h2 { font-size: 32px; }
  .section-intro { font-size: 14px; margin-bottom: 24px; }
  .preview-controls { width: 100%; margin-bottom: 25px; }
  .preview-controls button { flex: 1; font-size: 11px; padding-inline: 9px; }
  .preview-frame { padding: 8px; border-radius: 10px; height: 360px; }
  .preview-hint { bottom: 12px; right: 12px; padding: 12px; font-size: 11px; }
  figcaption { font-size: 11px; }
  .preview-gallery.enhanced figcaption { min-height: 95px; }
  .profile-comparison h3 { font-size: 24px; }
  .profile-columns { grid-template-columns: 1fr; gap: 16px; }
  .profile-columns article { padding: 22px; }
  .profile-columns h4 { font-size: 17px; }
  .profile-columns p { font-size: 14px; }
  .profile-note { font-size: 11px; }
  .compatibility { padding-bottom: 36px; }
  .compatibility > .wrap, .install-grid { padding: 24px 20px; }
  .compatibility-grid, .install-grid { grid-template-columns: 1fr; gap: 28px; }
  .compatibility h2 { font-size: 28px; }
  .requirements { font-size: 12px; line-height: 2.5; }
  table { font-size: 12px; }
  td, th { padding: 16px 12px; }
  td { font-size: 12px; }
  .thermal-note { font-size: 11px; }
  .install-steps { padding: 24px 0 0; border-left: 0; border-top: 1px solid #334156; }
  .install-steps li { font-size: 14px; gap: 14px; }
  .install-steps small { font-size: 11px; }
  .release-links { gap: 0 16px; font-size: 11px; }
  .install p { font-size: 12px; }
  .install .release-help { font-size: 11px; }
  .faq { padding-block: 46px; }
  .faq h2 { font-size: 29px; }
  .faq summary { font-size: 14px; padding: 19px 16px; gap: 14px; }
  .faq details p { font-size: 14px; margin-inline: 16px; }
  .faq pre { font-size: 11px; margin-inline: 16px; }
  .footer { flex-direction: column; align-items: start; gap: 20px; padding-block: 26px; }
  .footer nav { justify-content: flex-start; gap: 20px; font-size: 11px; }
  .viewer-header { padding: 12px; gap: 8px; }
  .viewer-header h2 { font-size: 16px; }
  .viewer-header button { padding-inline: 10px; font-size: 12px; }
  .viewer-tools { padding: 10px 12px; gap: 12px; }
  .viewer-tools p { font-size: 11px; }
  .viewer-tools button { font-size: 12px; padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, nav a:hover .icon { transform: none; }
}
