/* Writer Focus supporter download page. Scoped to this document only. */
:root {
  color-scheme:dark;
  --night:#080f18;
  --text:#f1f4f6;
  --muted:#a3b0bf;
  --mint:#aeefd4;
  --lilac:#ccbcfa;
  --line:rgba(192,214,230,.14);
  font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  color:var(--text);
  background:var(--night);
  font-synthesis:none;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:32px;
}
body {
  margin:0;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
a {
  color:inherit;
  text-decoration:none;
}
a,summary {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,summary:focus-visible {
  outline:2px solid var(--mint);
  outline-offset:6px;
  border-radius:4px;
}
::selection {
  color:#061711;
  background:#aeefd4;
}
h1,h2,h3,p {
  margin:0;
}
h1,h2,h3 {
  word-break:keep-all;
  line-height:1.35;
}
svg {
  display:block;
}
.wrap {
  width:min(1080px,calc(100% - 64px));
  margin-inline:auto;
}
.skip-link {
  position:fixed;
  z-index:9;
  left:16px;
  top:16px;
  padding:10px 20px;
  color:var(--night);
  background:var(--mint);
  transform:translateY(-180%);
}
.skip-link:focus {
  transform:translateY(0);
}
.night-sky {
  position:absolute;
  inset:0 0 auto;
  height:980px;
  overflow:hidden;
  pointer-events:none;
  z-index:-1;
  background:radial-gradient(ellipse at 50% 22%,#10233155,transparent 55%);
}
.aurora {
  position:absolute;
  filter:blur(66px);
  border-radius:50%;
  opacity:.48;
  transform:rotate(-28deg);
  will-change:transform;
}
.aurora-mint {
  width:85%;
  height:200px;
  top:0;
  left:-22%;
  background:linear-gradient(100deg,transparent 10%,#195b60 34%,#43c899 65%,#5f80b4 92%);
  animation:aurora-drift 22s ease-in-out infinite alternate;
}
.aurora-violet {
  width:74%;
  height:190px;
  top:140px;
  right:-29%;
  background:linear-gradient(95deg,#3ca49b05,#7b68d1 44%,#9b72a5 70%,transparent);
  transform:rotate(-33deg);
  animation:aurora-drift 27s ease-in-out infinite alternate-reverse;
}
.aurora-arc {
  position:absolute;
  top:-660px;
  left:-18%;
  width:133%;
  height:950px;
  border:1px solid #b1edd621;
  border-bottom:2px solid #b1edd635;
  border-radius:50%;
  transform:rotate(-15deg);
  box-shadow:0 18px 68px #6cb69f13,inset 0 -35px 45px #67afa511;
}
.stars {
  position:absolute;
  inset:0;
  opacity:.4;
  background-image:radial-gradient(circle at 12% 33%,#def7ed 0 1px,transparent 1.8px),radial-gradient(circle at 78% 14%,#def7ed 0 1px,transparent 1.5px),radial-gradient(circle at 89% 37%,#def7ed 0 .8px,transparent 1.6px),radial-gradient(circle at 28% 42%,#def7ed 0 .8px,transparent 1.6px),radial-gradient(circle at 65% 6%,#def7ed 0 .9px,transparent 1.7px),radial-gradient(circle at 53% 47%,#def7ed 0 .7px,transparent 1.4px);
}
.site-header {
  height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:19px;
  font-weight:600;
  letter-spacing:-.3px;
  line-height:1.3;
}
.brand-mark {
  width:35px;
  height:35px;
  color:var(--mint);
}
.brand-byline {
  display:block;
  font-size:8px;
  letter-spacing:2.2px;
  font-weight:500;
  color:var(--muted);
  margin-top:5px;
}
.site-header nav {
  display:flex;
  gap:30px;
  color:#bcc8d2;
  font-size:13px;
}
.site-header nav a:hover {
  color:var(--mint);
}
.site-header nav span {
  margin-left:5px;
}
.hero {
  text-align:center;
  padding:68px 0 73px;
}
.welcome {
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 16px;
  border:1px solid #96dac12c;
  background:#81c7b20a;
  border-radius:40px;
  font-size:12px;
  color:#c4dddb;
  letter-spacing:.5px;
}
.light-dot {
  height:5px;
  width:5px;
  border-radius:50%;
  background:var(--mint);
  box-shadow:0 0 12px #86ffc8a6;
}
.hero h1 {
  font-size:clamp(36px,5vw,66px);
  font-weight:550;
  letter-spacing:-3px;
  line-height:1.3;
  margin:29px 0 24px;
}
.hero h1 span {
  background:linear-gradient(100deg,#b7f2d6 12%,#b8e4e7 48%,#cfbffa 95%);
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
}
.hero-description {
  font-size:16px;
  color:#abb9c7;
  line-height:1.95;
  letter-spacing:-.25px;
  word-break:keep-all;
}
.hero-link {
  display:inline-flex;
  align-items:center;
  gap:15px;
  font-size:12px;
  color:#c8d5db;
  margin-top:28px;
}
.hero-link:hover {
  color:var(--mint);
}
.hero-link span {
  font-size:16px;
}
.section-heading h2 {
  font-size:24px;
  font-weight:550;
  letter-spacing:-.8px;
}
.section-heading>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  margin-top:8px;
}
.downloads-section>.section-heading {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  margin-bottom:24px;
}
.download-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.download-card {
  border:1px solid var(--line);
  border-radius:23px;
  padding:30px 34px 23px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(130deg,#152a2a95,#101924 58%);
  box-shadow:0 15px 45px #00000015;
}
.windows-card {
  background:linear-gradient(130deg,#24253c95,#111923 58%);
}
.download-card:before {
  content:"";
  height:1px;
  width:65%;
  position:absolute;
  top:0;
  left:15%;
  background:linear-gradient(90deg,transparent,#b9fbd35c,transparent);
}
.windows-card:before {
  background:linear-gradient(90deg,transparent,#d1b6ff5c,transparent);
}
.card-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:25px;
}
.platform-icon {
  height:42px;
  width:42px;
  display:grid;
  place-items:center;
  color:#d7efe7;
}
.platform-icon svg {
  width:36px;
  height:36px;
}
.windows-card .platform-icon {
  color:#d3cdf4;
}
.file-badge {
  font-size:9px;
  font-weight:600;
  letter-spacing:1.5px;
  padding:5px 10px;
  border-radius:7px;
  border:1px solid #bdcdd226;
  color:#a7b7c2;
  background:#ffffff03;
}
.download-card h3 {
  font-size:26px;
  letter-spacing:-.8px;
  font-weight:550;
}
.download-card h3 span {
  font-size:18px;
  color:#a8bebc;
  font-weight:400;
  white-space:nowrap;
  margin-left:7px;
}
.windows-card h3 span {
  color:#b4b0ce;
}
.platform-requirement {
  font-size:12px;
  margin-top:7px;
  color:#a2b0bf;
  letter-spacing:.1px;
}
.release-info {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:28px 0 17px;
  gap:8px;
}
.version {
  font-size:12px;
  font-variant-numeric:tabular-nums;
  color:#d3dfe3;
}
.version>span {
  color:#99aab7;
  margin-left:7px;
  font-size:10px;
}
.verified,.portable-label {
  display:flex;
  align-items:center;
  gap:5px;
  font-size:10px;
  color:#9ebbac;
}
.verified svg {
  width:14px;
  height:14px;
}
.portable-label {
  color:#b2aecb;
}
.download-button {
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:11px;
  font-size:14px;
  font-weight:650;
  letter-spacing:-.25px;
  transition:background .18s,box-shadow .18s,transform .18s;
}
.download-button svg {
  height:19px;
  width:19px;
}
.mac-button {
  color:#122b23;
  background:#b8eed8;
  box-shadow:0 4px 22px #71c1a512;
}
.mac-button:hover {
  background:#cef9e7;
  box-shadow:0 4px 30px #a8efd42b;
  transform:translateY(-2px);
}
.windows-button {
  color:#251f3e;
  background:#d3c7f3;
  box-shadow:0 4px 22px #9485bf12;
}
.windows-button:hover {
  background:#e3d9fc;
  box-shadow:0 4px 30px #c2a9f42b;
  transform:translateY(-2px);
}
.card-secondary {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:12px;
  color:#9cafba;
  margin-top:12px;
}
.card-secondary a:hover {
  color:var(--mint);
}
.card-secondary a span {
  margin-left:3px;
}
.card-note {
  border-top:1px solid #b5c7d014;
  padding-top:16px;
  margin-top:20px;
  font-size:12px;
  color:#94a5b3;
  word-break:keep-all;
}
.store-note {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:11px;
  color:#91a3b0;
  text-align:center;
  margin-top:22px;
  line-height:1.7;
}
.store-note a {
  color:#b2c5cd;
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-color:#627f8270;
}
.info-icon {
  width:14px;
  height:14px;
  border:1px solid #6a8394;
  border-radius:50%;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  font-size:9px;
  font-family:Georgia,serif;
}
.getting-started {
  margin-top:100px;
  padding-top:52px;
  border-top:1px solid var(--line);
}
.eyebrow {
  font-size:9px;
  color:#91b5ae;
  letter-spacing:2.2px;
  font-weight:500;
  margin-bottom:13px;
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  list-style:none;
  padding:0;
  margin:38px 0 30px;
}
.steps li {
  position:relative;
}
.step-number {
  display:block;
  font-size:12px;
  color:#9ec7bb;
  font-variant-numeric:tabular-nums;
  font-weight:500;
  margin-bottom:16px;
}
.steps li+li {
  border-left:1px solid var(--line);
  padding-left:30px;
}
.steps h3 {
  font-size:17px;
  font-weight:550;
  letter-spacing:-.5px;
  margin-bottom:13px;
}
.steps p {
  font-size:13px;
  color:var(--muted);
  word-break:keep-all;
  line-height:1.9;
}
.steps a {
  display:inline-block;
  color:#b2d5c9;
  font-size:11px;
  margin-top:15px;
}
.steps a:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}
.supporter-note {
  display:flex;
  align-items:center;
  gap:15px;
  padding:18px 22px;
  background:#14232464;
  border:1px solid #7595851a;
  border-radius:12px;
}
.supporter-note svg {
  width:24px;
  height:24px;
  flex-shrink:0;
  color:#86b6a5;
}
.supporter-note p {
  color:#b5c8c7;
  font-size:12px;
}
.supporter-note strong {
  font-weight:600;
  color:#d0e2db;
}
.supporter-note p>span {
  display:block;
  color:#8fa4ad;
  font-size:11px;
  margin-top:2px;
}
.guide-section {
  display:grid;
  grid-template-columns:1fr 1.85fr;
  gap:75px;
  padding-top:95px;
}
.guide-intro h2 {
  font-size:29px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:-1px;
  margin-bottom:16px;
}
.guide-intro>p:last-child {
  font-size:12px;
  color:#9aacba;
  line-height:1.9;
}
.accordions {
  border-top:1px solid var(--line);
}
details {
  border-bottom:1px solid var(--line);
  scroll-margin-top:40px;
}
summary {
  list-style:none;
  padding:22px 0;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  font-size:14px;
  color:#d1dce2;
  font-weight:500;
}
summary::-webkit-details-marker {
  display:none;
}
summary:hover {
  color:var(--mint);
}
.expand-icon {
  width:13px;
  height:13px;
  position:relative;
  flex-shrink:0;
}
.expand-icon:before,.expand-icon:after {
  content:"";
  position:absolute;
  top:6px;
  left:1px;
  width:11px;
  height:1px;
  background:#91a6b2;
}
.expand-icon:after {
  transform:rotate(90deg);
}
details[open] .expand-icon:after {
  transform:rotate(0);
}
.details-body {
  padding:0 23px 24px 0;
  font-size:14px;
  color:#9fb1bf;
  line-height:1.95;
  word-break:keep-all;
}
.details-body ol,.details-body ul {
  padding-left:21px;
  margin:0 0 12px;
}
.details-body p+p {
  margin-top:10px;
}
.details-body a {
  display:inline-block;
  color:#b6cce0;
  text-decoration:underline;
  text-underline-offset:4px;
  margin-top:12px;
}
.details-body strong {
  font-weight:550;
  color:#cddce2;
}
.closing {
  position:relative;
  text-align:center;
  padding:98px 0 84px;
}
.closing:before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:30px 0 0;
  background:radial-gradient(ellipse at 50% 60%,#77b6a20a,transparent 67%);
}
.closing-star {
  display:block;
  font-size:28px;
  line-height:1;
  color:#b6dccc;
  margin-bottom:22px;
}
.closing .eyebrow {
  color:#8ea5a7;
  font-size:8px;
  letter-spacing:2px;
}
.closing h2 {
  font-size:23px;
  letter-spacing:-.8px;
  font-weight:500;
}
.closing>p:not(.eyebrow) {
  font-size:12px;
  line-height:1.95;
  color:#9aaeba;
  margin-top:17px;
}
.closing>a {
  display:inline-block;
  font-size:11px;
  color:#c6dcd3;
  margin-top:22px;
  border-bottom:1px solid #a7ccbb50;
  padding-bottom:5px;
}
.closing>a span {
  margin-left:10px;
}
.site-footer {
  border-top:1px solid var(--line);
  padding:26px 0 35px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#8fa2af;
  font-size:10px;
}
.site-footer>p {
  font-size:9px;
  letter-spacing:1.6px;
  color:#b0c0c7;
}
.site-footer>p span {
  margin-left:14px;
  letter-spacing:0;
  color:#8195a4;
}
.site-footer nav {
  display:flex;
  flex-wrap:wrap;
  gap:19px;
}
.site-footer nav a:hover {
  color:#c1e1d4;
}
@keyframes aurora-drift {
  to {
    transform:translate(5%,30px) rotate(-23deg);
    opacity:.62;
  }
}
@media(min-width:1500px) {
  .hero {
    padding-top:88px;
    padding-bottom:86px;
  }
  .hero h1 {
    font-size:70px;
  }
  .hero-description {
    font-size:17px;
  }
}
@media(max-width:900px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .download-card {
    padding:26px;
  }
  .download-card h3 {
    font-size:22px;
  }
  .download-card h3 span {
    font-size:15px;
    margin-left:4px;
  }
  .downloads-section>.section-heading {
    display:block;
  }
  .steps {
    gap:20px;
  }
  .steps li+li {
    padding-left:20px;
  }
  .desktop-break {
    display:none;
  }
  .guide-section {
    gap:40px;
    grid-template-columns:1fr 1.6fr;
  }
  .site-footer {
    align-items:flex-start;
  }
  .site-footer>p span {
    display:block;
    margin:7px 0 0;
    line-height:1.8;
  }
  .site-footer nav {
    gap:12px;
  }
}
@media(max-width:620px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .site-header {
    height:85px;
  }
  .brand {
    font-size:16px;
    gap:8px;
  }
  .brand-mark {
    width:28px;
    height:28px;
  }
  .brand-byline {
    font-size:6px;
    letter-spacing:1.7px;
    margin-top:4px;
  }
  .site-header nav {
    gap:17px;
    font-size:11px;
  }
  .hero {
    padding:51px 0 53px;
  }
  .welcome {
    font-size:10px;
    padding:6px 12px;
  }
  .hero h1 {
    font-size:clamp(31px,8.2vw,48px);
    letter-spacing:-1.6px;
    margin:26px 0 20px;
    line-height:1.38;
  }
  .hero-description {
    font-size:13px;
  }
  .hero-link {
    font-size:11px;
    margin-top:24px;
  }
  .aurora {
    filter:blur(45px);
    opacity:.45;
  }
  .aurora-mint {
    height:170px;
    width:135%;
    top:10px;
    left:-50%;
  }
  .aurora-violet {
    width:140%;
    height:135px;
    right:-95%;
    top:185px;
  }
  .aurora-arc {
    top:-625px;
    left:-66%;
    width:225%;
  }
  .section-heading h2 {
    font-size:21px;
  }
  .section-heading>p:not(.eyebrow) {
    font-size:12px;
  }
  .download-grid {
    grid-template-columns:1fr;
    gap:16px;
  }
  .download-card {
    padding:26px 25px 20px;
    border-radius:20px;
  }
  .card-topline {
    margin-bottom:19px;
  }
  .download-card h3 {
    font-size:25px;
  }
  .download-card h3 span {
    font-size:17px;
    margin-left:6px;
  }
  .platform-requirement {
    font-size:12px;
  }
  .release-info {
    margin-top:24px;
  }
  .card-note {
    font-size:12px;
  }
  .store-note {
    display:block;
    font-size:10px;
    margin:20px 10px 0;
  }
  .store-note .info-icon {
    margin-right:4px;
  }
  .store-note a {
    display:block;
    margin-top:3px;
  }
  .getting-started {
    margin-top:64px;
    padding-top:35px;
  }
  .eyebrow {
    font-size:8px;
  }
  .steps {
    grid-template-columns:1fr;
    gap:27px;
    margin:30px 0;
  }
  .steps li,.steps li+li {
    padding-left:41px;
    border:0;
  }
  .step-number {
    position:absolute;
    left:0;
    top:2px;
  }
  .steps h3 {
    font-size:16px;
    margin-bottom:8px;
  }
  .steps p {
    font-size:13px;
  }
  .steps a {
    margin-top:7px;
  }
  .supporter-note {
    align-items:flex-start;
    gap:12px;
    padding:16px;
  }
  .supporter-note svg {
    width:20px;
    height:20px;
    margin-top:3px;
  }
  .supporter-note p {
    font-size:12px;
  }
  .supporter-note p>span {
    font-size:12px;
    margin-top:5px;
  }
  .guide-section {
    grid-template-columns:1fr;
    gap:25px;
    padding-top:58px;
  }
  .guide-intro h2 {
    font-size:25px;
    margin-bottom:10px;
  }
  .guide-intro h2 br {
    display:none;
  }
  .guide-intro>p:last-child br {
    display:none;
  }
  .guide-intro>p:last-child {
    font-size:11px;
  }
  summary {
    font-size:14px;
    padding:20px 0;
  }
  .details-body {
    font-size:13px;
    padding-right:8px;
  }
  .closing {
    padding:67px 0 55px;
  }
  .closing h2 {
    font-size:19px;
    letter-spacing:-.6px;
  }
  .closing>p:not(.eyebrow) {
    font-size:11px;
  }
  .site-footer {
    display:block;
    padding:22px 0 28px;
  }
  .site-footer>p span {
    display:inline;
    margin-left:12px;
  }
  .site-footer nav {
    font-size:9px;
    gap:18px;
    margin-top:16px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  .aurora {
    animation:none;
    will-change:auto;
  }
  .download-button {
    transition:none;
  }
  .download-button:hover {
    transform:none;
  }
}
@media(forced-colors:active) {
  .hero h1 span {
    color:CanvasText;
    background:none;
  }
  .download-card,.download-button,.welcome {
    border:1px solid CanvasText;
  }
  .night-sky {
    display:none;
  }
}

/* Match the actual release state: no inactive link may look like a download. */
button.download-button {
  width: 100%;
  font-family: inherit;
  border: 1px solid #bcb0df40;
}
.windows-button:disabled {
  background: #383448;
  color: #cec6df;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
