:root {
  color-scheme: light;
  --ink: #1e211f;
  --ink-soft: #363a37;
  --muted: #6f746f;
  --paper: #f7f5f0;
  --surface: #fffefa;
  --soft: #efece4;
  --line: #dcd8cf;
  --accent: #df5d29;
  --accent-dark: #b9431c;
  --accent-soft: #f8dfd3;
  --green: #23734b;
  --red: #b83a30;
  --shadow: 0 24px 70px rgba(35, 31, 24, .12);
  --radius: 12px;
  --sans: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-family: var(--sans);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--paper); color: var(--ink); }
body { margin: 0; min-height: 100vh; background: var(--paper); }
body, button, input { font-family: var(--sans); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 3px; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.kicker { margin: 0 0 10px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; }

.site-header, .account-header {
  min-height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center;
  justify-content: space-between; gap: 28px; position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: .055em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.site-nav, .account-header nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2.5vw, 34px); font-size: 13px; }
.site-nav > a:not(.button), .account-header nav > a { text-decoration: none; padding: 8px 0; border-bottom: 1px solid transparent; }
.site-nav > a:not(.button):hover, .account-header nav > a:hover { border-color: var(--ink); }
.nav-login { font-weight: 700; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s, border-color .18s, color .18s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button-small { min-height: 36px; padding: 8px 14px; }
.button-block { width: 100%; }
.button-primary { color: #fffaf6; background: var(--accent); border-color: var(--accent); }
.button-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-secondary:hover { color: var(--surface); background: var(--ink); }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button-ghost:hover { border-color: var(--ink); }
.text-button { padding: 7px 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.hero { min-height: 720px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(46px, 7vw, 96px); padding: clamp(80px, 10vw, 130px) 0; }
.hero-copy h1 { max-width: 10em; margin: 0; font-size: clamp(48px, 6.8vw, 86px); line-height: 1.04; letter-spacing: -.065em; }
.hero-copy h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 37em; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: var(--muted); font-size: 11px; }
.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.product-shot { margin: 0; position: relative; background: #10151c; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transform: rotate(1deg); }
.product-shot::after { content: ""; position: absolute; inset: auto -30px -42px auto; width: 170px; height: 170px; border-radius: 50%; background: var(--accent); opacity: .15; filter: blur(28px); pointer-events: none; }
.shot-top { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #29313b; color: #aeb7c3; font-size: 10px; }
.shot-top i { width: 8px; height: 8px; border-radius: 50%; background: #5a626d; }
.shot-top span { margin-left: auto; }.shot-top b { color: #eef2f7; }
.product-shot img { display: block; width: 100%; }
.product-shot figcaption { padding: 12px 16px; color: #9da6b2; font-size: 10px; }

.section { padding: clamp(78px, 9vw, 120px) 0; }
.section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.section-dark { background: var(--ink); color: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.section-heading h2, .workflow h2, .faq-layout h2 { margin: 0; font-size: clamp(34px, 4.8vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; text-align: right; }

.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.download-card { min-height: 270px; display: flex; flex-direction: column; padding: 28px; text-decoration: none; border-right: 1px solid var(--line); transition: background .2s, color .2s, transform .2s; }
.download-card:last-child { border-right: 0; }
.download-card:hover { background: var(--ink); color: var(--surface); transform: translateY(-3px); }
.download-card.recommended { background: var(--accent-soft); }
.download-card.recommended:hover { background: var(--ink); }
.download-card[aria-disabled="true"] { opacity: .55; pointer-events: none; }
.platform-label { color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.download-card:hover .platform-label { color: #ffaf8d; }
.download-card > strong { margin-top: 18px; font-size: 25px; }
.download-card > small { margin-top: 6px; color: var(--muted); font-size: 12px; }
.download-card:hover > small { color: #b9c0bb; }
.download-meta { display: flex; gap: 10px; margin-top: 26px; color: var(--muted); font-size: 10px; }
.download-meta i { font-style: normal; }.download-meta i::before { content: "·"; margin-right: 10px; }
.download-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.download-link b { font-size: 20px; }
.download-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 20px; }
.download-notes p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.download-notes strong { color: var(--ink); }
.download-notes a { color: var(--accent-dark); font-weight: 700; text-underline-offset: 3px; }

.system-detection { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-bottom: 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.detection-mark { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 8px; border-radius: 4px; background: var(--ink); color: var(--surface); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.system-detection strong, .system-detection p { display: block; margin: 0; }.system-detection strong { font-size: 14px; }.system-detection p { margin-top: 3px; color: var(--muted); font-size: 10px; }
.system-detection .button[aria-disabled="true"], .detected-device .button[aria-disabled="true"] { opacity: .55; pointer-events: none; }
.system-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.system-choice { min-height: 370px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 48px); overflow: hidden; position: relative; border-radius: var(--radius); text-decoration: none; }
.system-choice[aria-disabled="true"] { opacity: .55; pointer-events: none; }
.system-choice.platform-detected { box-shadow: inset 0 0 0 3px var(--accent); }
.system-choice-badge { align-self: flex-start; padding: 6px 9px; border-radius: 4px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.system-choice > strong { margin-top: 25px; font-size: clamp(54px, 7vw, 82px); line-height: .92; letter-spacing: -.065em; }
.system-choice > small { margin-top: 14px; font-size: 13px; }
.system-choice > p { max-width: 32em; margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.system-choice .download-meta { margin-top: 28px; }
.system-choice-action { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.system-choice-action b { font-size: 20px; }
.system-choice-windows { background: var(--ink); color: var(--surface); transition: transform .2s ease, background .2s ease; }
.system-choice-windows:hover { transform: translateY(-3px); background: #121513; }
.system-choice-windows .system-choice-badge { background: var(--accent); color: #fff; }
.system-choice-windows > small, .system-choice-windows .download-meta { color: #b9bfba; }
.system-choice-macos { border: 1px solid var(--line); background: var(--surface); }
.system-choice-macos .system-choice-badge { background: var(--accent-soft); color: var(--accent-dark); }
.system-choice-macos .system-choice-action { min-height: 48px; padding: 12px 18px; border: 1px solid var(--accent); }
.mac-chip-picker { margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.mac-chip-picker-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 44px; padding: 26px 28px; border-bottom: 1px solid var(--line); }
.mac-chip-picker-heading strong, .mac-chip-picker-heading span { display: block; }
.mac-chip-picker-heading strong { margin-top: 7px; font-size: 24px; }
.mac-chip-picker-heading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.mac-chip-options { display: grid; grid-template-columns: 1fr 1fr; }
.mac-chip-options .mac-download-row { min-height: 145px; border-bottom: 0; }
.mac-chip-options .mac-download-row:first-child { border-right: 1px solid var(--line); }
.download-platform-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 14px; }
.windows-download { min-height: 350px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 48px); overflow: hidden; position: relative; border-radius: var(--radius); background: var(--ink); color: var(--surface); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.windows-download::after { content: "WIN"; position: absolute; right: -20px; bottom: -54px; color: rgba(255,255,255,.045); font-size: 190px; font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
.windows-download:hover { transform: translateY(-3px); background: #121513; }.windows-download.recommended, .windows-download.platform-detected { box-shadow: inset 0 0 0 3px var(--accent); }
.windows-download .platform-label { color: #ff9a70; }.windows-download > strong { margin-top: 22px; font-size: clamp(47px, 7vw, 84px); line-height: .92; letter-spacing: -.065em; }
.windows-download > small { margin-top: 14px; color: #b9bfba; font-size: 12px; }.windows-download .download-meta { color: #b9bfba; }
.windows-download .download-link { position: relative; z-index: 1; }
.mac-download-panel { min-height: 350px; display: grid; grid-template-rows: auto 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.mac-download-panel.platform-detected { box-shadow: inset 0 0 0 2px var(--accent); }
.mac-download-heading { padding: 24px; border-bottom: 1px solid var(--line); }.mac-download-heading strong, .mac-download-heading small { display: block; }.mac-download-heading strong { margin-top: 7px; font-size: 20px; }.mac-download-heading small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.mac-download-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 19px 24px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s; }.mac-download-row:last-child { border-bottom: 0; }.mac-download-row:hover, .mac-download-row.recommended { background: var(--accent-soft); }.mac-download-row[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.mac-download-row > span:first-child b, .mac-download-row > span:first-child small { display: block; }.mac-download-row > span:first-child b { font-size: 14px; }.mac-download-row > span:first-child small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.mac-download-row > span:last-child { display: grid; justify-items: end; gap: 2px; }.mac-download-row i { color: var(--muted); font-size: 9px; font-style: normal; }.mac-download-row > span:last-child strong { margin-top: 5px; color: var(--accent-dark); font-size: 10px; }

/* Standalone download center */
.download-hero { min-height: 530px; display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: clamp(60px, 10vw, 150px); padding-block: clamp(70px, 9vw, 110px); }
.download-hero h1 { max-width: 9em; margin: 0; font-size: clamp(54px, 7vw, 88px); line-height: 1.02; letter-spacing: -.065em; }.download-hero > div:first-child > p:last-child { max-width: 47em; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.detected-device { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }.detected-device p, .detected-device strong, .detected-device small { display: block; margin: 0; }.detected-device p { margin-top: 24px; color: var(--muted); font-size: 11px; }.detected-device > strong { margin-top: 5px; font-size: 34px; letter-spacing: -.04em; }.detected-device > small { min-height: 46px; margin: 12px 0 22px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.windows-release { display: grid; grid-template-columns: 1fr 1.25fr auto; align-items: center; gap: 38px; min-height: 250px; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); background: var(--ink); color: var(--surface); }.windows-release.platform-detected { box-shadow: inset 0 0 0 3px var(--accent); }.windows-release-name > span { color: #ff9a70; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.windows-release-name h3 { margin: 9px 0 5px; font-size: clamp(48px, 6vw, 74px); line-height: .95; letter-spacing: -.06em; }.windows-release-name p { margin: 0; color: #b9bfba; font-size: 11px; }.windows-release-detail > strong { font-size: 18px; }.windows-release-detail > p { max-width: 42em; margin: 9px 0 0; color: #b9bfba; font-size: 11px; line-height: 1.7; }.windows-release-detail code { color: #f1c2ae; }.windows-release .download-meta { color: #b9bfba; }.windows-release-button { min-width: 190px; }
.mac-release { margin-top: 16px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }.mac-release.platform-detected { box-shadow: inset 0 0 0 2px var(--accent); }.mac-release-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 50px; padding: 30px; border-bottom: 1px solid var(--line); }.mac-release-heading span { color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; }.mac-release-heading h3 { margin: 7px 0 0; font-size: 27px; }.mac-release-heading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }.mac-release-options { display: grid; grid-template-columns: 1fr 1fr; }.mac-release-options > a { min-height: 230px; display: flex; flex-direction: column; padding: 28px; text-decoration: none; }.mac-release-options > a:first-child { border-right: 1px solid var(--line); }.mac-release-options > a:hover, .mac-release-options > a.recommended { background: var(--accent-soft); }.mac-release-options > a[aria-disabled="true"] { opacity: .5; pointer-events: none; }.mac-release-options b, .mac-release-options small { display: block; }.mac-release-options b { margin-top: 18px; font-size: 26px; }.mac-release-options small { margin-top: 5px; color: var(--muted); font-size: 10px; }.mac-release-options .download-meta { margin-top: 24px; }.mac-release-options > a > strong { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--accent-dark); font-size: 11px; }
.install-warning { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }.install-warning strong { font-size: 13px; }.install-warning p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.feature-list { border-top: 2px solid var(--ink); }
.feature-list article { display: grid; grid-template-columns: 70px 1fr; padding: 27px 0; border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--accent-dark); font-size: 11px; font-weight: 800; }
.feature-list article div { display: grid; grid-template-columns: minmax(180px, .65fr) 1fr; gap: 44px; align-items: baseline; }
.feature-list h3 { margin: 0; font-size: 21px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.workflow { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.section-dark .kicker { color: #ff9a70; }
.workflow ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid #565b57; }
.workflow li { display: grid; grid-template-columns: 42px .8fr 1fr; gap: 16px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid #454a46; }
.workflow li b { color: #ff9a70; font-size: 10px; }.workflow li strong { font-size: 17px; }.workflow li span { color: #aeb4af; font-size: 12px; }

.pricing-grid { display: grid; grid-template-columns: 1fr 1.08fr 1fr; align-items: stretch; }
.price-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; background: var(--surface); border: 1px solid var(--line); border-right: 0; position: relative; }
.price-card:first-child { border-radius: var(--radius) 0 0 var(--radius); }.price-card:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius) var(--radius) 0; }
.price-card.price-featured { margin: -12px 0; min-height: 414px; border: 1px solid var(--ink); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(35,31,24,.11); z-index: 2; }
.popular { position: absolute; top: 0; right: 20px; padding: 7px 10px; background: var(--ink); color: var(--surface); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.price-card p { margin: 0; font-size: 15px; font-weight: 700; }.price-card h3 { margin: 17px 0 4px; font-size: 52px; letter-spacing: -.05em; }.price-card h3 span { margin-right: 4px; font-size: 16px; vertical-align: 22px; }.price-card small { color: var(--muted); font-size: 11px; }
.price-card ul { display: grid; gap: 11px; margin: 30px 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 12px; }.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.price-card .button { margin-top: auto; }.sub-action { margin-top: 13px; color: var(--muted); font-size: 11px; text-align: center; text-underline-offset: 3px; }
.payment-note { margin: 28px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(48px, 9vw, 118px); }.faq-layout > div:first-child > p:last-child { margin-top: 28px; color: var(--muted); font-size: 12px; line-height: 1.8; }.faq-layout a { color: var(--accent-dark); }
.faq-list { border-top: 2px solid var(--ink); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 22px 2px; font-size: 15px; font-weight: 700; cursor: pointer; }.faq-list p { margin: -5px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.site-footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 44px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); }.footer-brand img { width: 36px; height: 36px; }.site-footer > div:nth-child(2) { display: flex; flex-wrap: wrap; gap: 18px; }.site-footer a { color: var(--muted); font-size: 11px; text-decoration: none; }.site-footer a:hover { color: var(--ink); }.site-footer > p { color: var(--muted); font-size: 10px; }

/* Authentication */
.auth-page { background: linear-gradient(100deg, var(--paper) 0 55%, var(--soft) 55%); }.auth-header { position: static; }.back-link { color: var(--muted); font-size: 12px; text-decoration: none; }.auth-main { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1fr 450px; gap: clamp(60px, 12vw, 170px); align-items: center; padding-block: 70px; }.auth-context h1 { max-width: 10em; margin: 0; font-size: clamp(45px, 5.7vw, 72px); line-height: 1.08; letter-spacing: -.055em; }.auth-context > p:not(.kicker) { max-width: 36em; margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }.auth-context ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 12px; }.auth-context li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.auth-box { padding: 36px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 30px; border-bottom: 1px solid var(--line); }.auth-tab { padding: 12px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); cursor: pointer; }.auth-tab.active { border-color: var(--accent); color: var(--ink); font-weight: 800; }.auth-title h2 { margin: 0; font-size: 28px; }.auth-title p { margin: 7px 0 25px; color: var(--muted); font-size: 12px; }.form-stack { display: grid; gap: 17px; }.form-stack label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; }.form-stack input, .redeem-form input { width: 100%; min-height: 45px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); outline: none; }.form-stack input:focus, .redeem-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }.fine-print { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }.fine-print a { margin-inline: 3px; }.form-message { min-height: 20px; margin: 16px 0 0; color: var(--red); font-size: 11px; line-height: 1.6; }.form-message.success { color: var(--green); }

/* Account */
.account-page { background: #f2f1ed; }.account-header { position: sticky; background: color-mix(in srgb, #f2f1ed 92%, transparent); }.account-header nav span { max-width: 240px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.account-main { padding-block: 48px 90px; }.page-loading { min-height: 55vh; display: grid; place-content: center; justify-items: center; gap: 14px; color: var(--muted); font-size: 12px; }.page-loading span { width: 28px; height: 28px; border: 3px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
.account-hero { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 35px 0 40px; border-bottom: 2px solid var(--ink); }.account-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.05em; }.account-hero p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 13px; }.account-hero-actions { display: flex; align-items: center; gap: 12px; }.status-badge { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 11px; }.status-badge.active { border-color: color-mix(in srgb, var(--green) 45%, var(--line)); color: var(--green); background: color-mix(in srgb, var(--green) 8%, transparent); }.status-badge.expired, .status-badge.suspended { border-color: var(--red); color: var(--red); }
.intent-banner { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 23px 25px; border: 1px solid #e7b097; border-radius: var(--radius); background: var(--accent-soft); }.intent-banner p, .intent-banner small, .intent-banner strong { display: block; margin: 0; }.intent-banner p { color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; }.intent-banner strong { margin-top: 5px; font-size: 20px; }.intent-banner small { margin-top: 5px; color: var(--muted); font-size: 11px; }.intent-banner > div:last-child { display: flex; gap: 8px; flex: 0 0 auto; }
.account-section { padding: 38px 0; border-bottom: 1px solid var(--line); }.account-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 23px; }.account-section-heading.compact { align-items: center; }.account-section-heading h2, .redeem-section h2 { margin: 0; font-size: 25px; }.account-section-heading > p { margin: 0; color: var(--muted); font-size: 11px; }.account-section-heading > span { color: var(--muted); font-size: 12px; }
.account-plans { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }.account-plans article { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid var(--line); }.account-plans article:last-child { border: 0; }.account-plans article.featured { background: var(--ink); color: var(--surface); }.account-plans p { margin: 0; font-size: 13px; font-weight: 700; }.account-plans h3 { margin: 20px 0 4px; font-size: 43px; letter-spacing: -.04em; }.account-plans h3 span { margin-right: 3px; font-size: 15px; vertical-align: 17px; }.account-plans small { color: var(--muted); font-size: 10px; }.account-plans .featured small { color: #aeb4af; }.account-plans article > div:last-child { display: grid; gap: 7px; }.account-plans .featured .text-button { color: #c5cac6; }
.account-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; }.device-list { display: grid; }.device-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); }.device-item:first-child { border-top: 0; }.device-item b, .device-item small { display: block; }.device-item b { font-size: 13px; }.device-item small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }.empty-state { margin: 0; padding: 26px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }.redeem-section > p:not(.kicker) { color: var(--muted); font-size: 12px; line-height: 1.7; }.redeem-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 22px; }
.account-detection { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-bottom: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }.account-detection > span { color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.account-detection strong, .account-detection small { display: block; }.account-detection strong { font-size: 11px; }.account-detection small { margin-top: 3px; color: var(--muted); font-size: 9px; }.account-detection a { color: var(--accent-dark); font-size: 10px; font-weight: 700; text-decoration: none; }
.account-download-list { display: grid; grid-template-columns: 1.25fr .875fr .875fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }.account-download-list a { min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-right: 1px solid var(--line); background: var(--surface); text-decoration: none; }.account-download-list a:last-child { border: 0; }.account-download-list a:hover, .account-download-list a.recommended { background: var(--soft); }.account-download-list a.platform-detected { box-shadow: inset 0 0 0 2px var(--accent); }.account-download-list a[aria-disabled="true"] { opacity: .5; pointer-events: none; }.account-download-list b, .account-download-list small { display: block; }.account-download-list b { font-size: 13px; }.account-download-list .account-windows-download b { font-size: 25px; letter-spacing: -.035em; }.account-download-list small { margin-top: 4px; color: var(--muted); font-size: 10px; }.account-download-list a > strong { color: var(--accent-dark); font-size: 11px; }.account-download-help { margin: 10px 0 0; color: var(--muted); font-size: 10px; }.account-download-help a { margin-left: 3px; color: var(--accent-dark); font-weight: 700; }
.toast { position: fixed; right: 24px; bottom: 22px; max-width: 380px; margin: 0; padding: 12px 15px; border-radius: 7px; background: var(--ink); color: var(--surface); font-size: 11px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }.toast.show { opacity: 1; transform: none; }.toast.error { background: var(--red); }

/* Legal documents */
body > main.dashboard { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0; }.dashboard > h1 { margin: 0 0 50px; font-size: clamp(42px, 7vw, 68px); letter-spacing: -.05em; }.dashboard .section { padding: 28px 0; border-top: 1px solid var(--line); }.dashboard .section h2 { margin: 0 0 12px; font-size: 19px; }.dashboard .section p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.reveal { animation: enter .7s cubic-bezier(.22,1,.36,1) both; }.product-shot.reveal { animation-delay: .1s; }

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }.hero-copy { max-width: 700px; }.product-shot { width: min(100%, 800px); justify-self: center; transform: none; }
  .download-platform-layout { grid-template-columns: 1fr; }.windows-download { min-height: 300px; }.download-hero { grid-template-columns: 1fr 340px; gap: 45px; }.windows-release { grid-template-columns: 1fr 1fr; }.windows-release-button { grid-column: 1 / -1; width: 100%; }
  .workflow { grid-template-columns: 1fr; }.pricing-grid { grid-template-columns: 1fr; gap: 12px; }.price-card, .price-card:first-child, .price-card:last-child, .price-card.price-featured { min-height: 330px; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); }
  .auth-main { grid-template-columns: 1fr 410px; gap: 55px; }.account-columns { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }.site-header, .account-header { min-height: 68px; padding-inline: 15px; }.brand img { width: 37px; height: 37px; }.brand small { display: none; }
  .nav-toggle { display: block; }.site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 18px; align-items: stretch; flex-direction: column; gap: 5px; border-bottom: 1px solid var(--line); background: var(--paper); }.site-nav.open { display: flex; }.site-nav .button { margin-top: 8px; }
  .hero { padding: 68px 0 80px; gap: 48px; }.hero-copy h1 { font-size: clamp(43px, 13vw, 64px); }.hero-actions { align-items: stretch; flex-direction: column; }.hero-trust { gap: 8px 16px; }
  .section { padding: 70px 0; }.section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 28px; }.section-heading > p { text-align: left; }
  .download-grid { grid-template-columns: 1fr; }.download-card { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }.download-card:last-child { border-bottom: 0; }.download-notes { grid-template-columns: 1fr; gap: 12px; }.system-detection { grid-template-columns: auto 1fr; }.system-detection .button { grid-column: 1 / -1; width: 100%; }.system-choice-grid { grid-template-columns: 1fr; }.system-choice { min-height: 285px; padding: 28px; }.system-choice > strong { font-size: 54px; }.mac-chip-picker-heading, .mac-chip-options { grid-template-columns: 1fr; }.mac-chip-picker-heading { align-items: start; gap: 12px; padding: 24px; }.mac-chip-options .mac-download-row:first-child { border-right: 0; border-bottom: 1px solid var(--line); }.windows-download { min-height: 275px; padding: 28px; }.windows-download > strong { font-size: 52px; }.windows-download::after { font-size: 135px; }.mac-download-row { grid-template-columns: 1fr; }.mac-download-row > span:last-child { justify-items: start; }.download-hero { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding-block: 60px; }.detected-device { width: 100%; }.windows-release { grid-template-columns: 1fr; gap: 26px; }.windows-release-button { grid-column: auto; }.mac-release-heading { grid-template-columns: 1fr; gap: 15px; }.mac-release-options { grid-template-columns: 1fr; }.mac-release-options > a:first-child { border-right: 0; border-bottom: 1px solid var(--line); }.install-warning { grid-template-columns: 1fr; gap: 9px; }
  .feature-list article { grid-template-columns: 38px 1fr; }.feature-list article div { grid-template-columns: 1fr; gap: 9px; }.workflow li { grid-template-columns: 34px 1fr; }.workflow li span { grid-column: 2; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }.site-footer { grid-template-columns: 1fr; gap: 24px; }
  .auth-page { background: var(--paper); }.auth-main { grid-template-columns: 1fr; gap: 44px; padding-block: 50px; }.auth-context h1 { font-size: 45px; }.auth-box { padding: 26px; }.auth-header .brand small { display: block; }
  .account-header nav a { display: none; }.account-header nav { gap: 8px; }.account-header nav span { max-width: 120px; }.account-main { padding-top: 24px; }.account-hero, .account-section-heading, .intent-banner { align-items: flex-start; flex-direction: column; }.account-hero-actions { width: 100%; justify-content: space-between; }.intent-banner > div:last-child { width: 100%; }.intent-banner .button { flex: 1; }.account-plans { grid-template-columns: 1fr; }.account-plans article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }.account-detection { grid-template-columns: auto 1fr; }.account-detection a { grid-column: 1 / -1; }.account-download-list { grid-template-columns: 1fr; }.account-download-list a { border-right: 0; border-bottom: 1px solid var(--line); }.redeem-form { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
