:root {
  --bg:#f5f5f2;
  --surface:#fff;
  --surface-2:#ecece8;
  --text:#202022;
  --muted:#6d6d72;
  --line:#dcdcd8;
  --accent:#7DD3FC;
  --accent-dark:#A78BFA;
  --shadow:0 20px 60px #2b262012
}
:x {
--bg:#1E1E42;
--surface:#292951;
--surface-2:#34345d;
--text:#f4f1ec;
--muted:#bcbcd0;
--line:#48486d;
--accent:#7DD3FC;
--accent-dark:#A78BFA;
--shadow:0 20px 60px #0003
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
.theme-toggle {
  position:absolute;
  opacity:0;
  pointer-events:none
}
.page-shell {
  max-width:1180px;
  margin:auto;
  padding:0 38px;
  color:var(--text)
}
.site-header {
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--text);
  font-weight:750;
  letter-spacing:-.03em;
  text-decoration:none
}
.brand img {
  width:96px;
  height:96px;
  border-radius:11px
}
.theme-switch {
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--muted);
  font-size:13px;
  cursor:pointer
}
.sun {
  font-size:19px;
  color:var(--accent)
}
.switch-track {
  width:39px;
  height:23px;
  background:var(--text);
  border-radius:20px;
  padding:3px
}
.switch-thumb {
  display:block;
  width:17px;
  height:17px;
  border-radius:50%;
  background:var(--bg);
  transition:transform .2s
}
.theme-toggle:checked~.page-shell {
  --bg:#1E1E42;
  --surface:#292951;
  --surface-2:#34345d;
  --text:#f4f1ec;
  --muted:#bcbcd0;
  --line:#48486d;
  --accent:#7DD3FC;
  --accent-dark:#A78BFA;
  --shadow:0 20px 60px #0003
}
.theme-toggle:checked~.page-shell .switch-thumb {
  transform:translateX(16px)
}
.theme-toggle:checked~.page-shell .sun {
  color:#f6c66e
}
.hero {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height:470px;
  align-items:center;
  border-bottom:1px solid var(--line)
}
.eyebrow {
  text-transform:uppercase;
  color:var(--accent);
  font-size:11px;
  letter-spacing:.2em;
  font-weight:800;
  margin:0 0 14px
}
.hero h1 {
  font-size:clamp(42px,6vw,78px);
  line-height:1.02;
  letter-spacing:-.065em;
  margin:0 0 25px;
  max-width:730px
}
.hero h1 em {
  font-style:normal;
  color:var(--accent)
}
.hero-text {
  color:var(--muted);
  font-size:18px;
  max-width:530px
}
.hero-links {
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:30px
}
.button {
  display:inline-flex;
  padding:12px 18px;
  border-radius:6px;
  text-decoration:none;
  font-weight:700
}
.button-primary {
  background:var(--accent);
  color:#fff
}
.button-primary:hover {
  background:var(--accent-dark)
}
.text-link,a {
  color:var(--accent-dark)
}
.text-link {
  text-decoration:none;
  font-weight:700
}
.hero-art {
  height:350px;
  position:relative;
  display:grid;
  place-items:center
}
.art-orbit {
  position:absolute;
  border:1px solid var(--accent);
  border-radius:50%;
  opacity:.38
}
.orbit-one {
  height:280px;
  width:280px;
  transform:rotate(26deg) scaleX(.55)
}
.orbit-two {
  height:320px;
  width:320px;
  transform:rotate(-34deg) scaleX(.55)
}
.book-card {
  background:var(--surface);
  width:190px;
  height:250px;
  border-radius:6px;
  box-shadow:var(--shadow);
  padding:25px;
  transform:rotate(8deg);
  position:relative
}
.book-cover {
  height:155px;
  background:linear-gradient(135deg,#A78BFA,#722a60);
  display:flex;
  align-items:flex-end;
  padding:15px;
  color:#fff;
  font-weight:800;
  letter-spacing:.1em;
  line-height:1.1
}
.book-lines {
  padding-top:17px
}
.book-lines i {
  display:block;
  height:4px;
  background:var(--line);
  margin:6px 0;
  border-radius:4px
}
.check {
  position:absolute;
  right:-14px;
  top:32px;
  background:var(--accent);
  color:#fff;
  width:39px;
  height:39px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:900
}
.contents {
  display:grid;
  grid-template-columns:220px 1fr;
  gap:35px;
  padding:52px 0;
  border-bottom:1px solid var(--line)
}
.contents h2 {
  margin:0;
  font-size:25px;
  letter-spacing:-.04em
}
.contents ol {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px 20px;
  list-style:none;
  padding:0;
  margin:8px 0
}
.contents a {
  text-decoration:none;
  color:var(--text);
  font-weight:650
}
.contents a:hover {
  color:var(--accent)
}
.contents li:before {
  content:"0" counter(list-item);
  color:var(--accent);
  font-size:11px;
  font-weight:800;
  margin-right:8px
}
.section {
  padding:88px 0;
  border-bottom:1px solid var(--line)
}
.section-heading {
  display:flex;
  align-items:baseline;
  gap:18px;
  margin-bottom:30px
}
.section-heading h2 {
  margin:0;
  font-size:39px;
  letter-spacing:-.06em
}
.section-number {
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em
}
.contact-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px
}
.contact-card {
  display:flex;
  align-items:center;
  gap:15px;
  background:var(--surface);
  padding:19px 21px;
  border-radius:7px;
  color:var(--text);
  text-decoration:none;
  box-shadow:var(--shadow)
}
.contact-card small {
  display:block;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em
}
.contact-card b {
  margin-left:auto;
  color:var(--accent)
}
.card-icon {
  background:var(--surface-2);
  color:var(--accent);
  width:37px;
  height:37px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:800
}
.table-wrap {
  overflow-x:auto
}
table {
  border-collapse:collapse;
  width:100%;
  background:var(--surface);
  border-radius:7px;
  overflow:hidden;
  box-shadow:var(--shadow)
}
th,td {
  text-align:left;
  padding:15px 18px;
  border-bottom:1px solid var(--line)
}
th {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted)
}
tr:last-child td {
  border:0
}
.status {
  font-size:12px;
  font-weight:750
}
.yes {
  color:#35a174
}
.pending {
  color:var(--accent)
}
.lede {
  font-size:19px;
  color:var(--muted);
  max-width:650px
}
.feature-grid,.settings-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  margin-top:38px
}
.feature-grid article,.settings-grid article {
  background:var(--surface);
  padding:25px
}
.feature-icon {
  color:var(--accent);
  font-size:24px
}
.feature-grid h3,.settings-grid h3,.settings-detail h3 {
  font-size:16px;
  margin:12px 0 5px
}
.feature-grid p,.settings-grid p,.settings-detail p {
  color:var(--muted);
  margin:0;
  font-size:14px
}
.screenshots {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.screenshots figure {
  margin:0
}
.screenshots figure:first-child {
  grid-column:span 3
}
.screenshots img {
  display:block;
  width:100%;
  height:230px;
  object-fit:cover;
  object-position:top;
  border-radius:7px;
  box-shadow:var(--shadow)
}
.screenshots .shot-large img {
  height:380px
}
.screenshots figcaption {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:11px 3px;
  font-size:13px
}
.screenshots figcaption span {
  color:var(--muted)
}
.steps {
  list-style:none;
  counter-reset:steps;
  padding:0;
  margin:0;
  max-width:800px
}
.steps li {
  counter-increment:steps;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
  align-items:start;
  padding:19px 0;
  border-bottom:1px solid var(--line)
}
.steps li:before {
  content:counter(steps,decimal-leading-zero);
  color:var(--accent);
  font-weight:800
}
.settings-grid {
  margin:30px 0 45px
}
.settings-detail {
  border-top:1px solid var(--line);
  padding:14px 0
}
code,pre {
  font:13px/1.6 "SFMono-Regular",Consolas,monospace
}
pre {
  background:var(--surface-2);
  padding:18px;
  border-radius:6px;
  overflow:auto;
  margin:18px 0 0
}
.split-section {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:50px
}
.url-list {
  list-style:none;
  padding:0;
  margin:0
}
.url-list li {
  border-bottom:1px solid var(--line);
  padding:17px 0
}
.url-list li:last-child {
  border-bottom:0
}
.url-list strong {
  display:block
}
.url-list code {
  display:block;
  color:var(--muted);
  margin-top:5px;
  word-break:break-word
}
.privacy-box {
  display:flex;
  gap:25px;
  align-items:flex-start;
  background:var(--accent);
  color:#fff;
  padding:30px;
  border-radius:7px
}
.privacy-box h3 {
  font-size:23px;
  margin:0 0 5px
}
.privacy-box p {
  margin:0;
  max-width:700px
}
.lock {
  font-size:33px
}
.privacy {
  border-bottom:0
}
footer {
  display:flex;
  justify-content:space-between;
  padding:28px 0 40px;
  color:var(--muted);
  font-size:12px
}
footer span:first-child {
  font-weight:800;
  color:var(--text)
}

@media(max-width:760px) {
  .page-shell {
    padding:0 20px
  }
  .site-header {
    height:75px
  }
  .hero {
    grid-template-columns:1fr;
    min-height:auto;
    padding:65px 0 40px
  }
  .hero-art {
    height:235px;
    order:-1
  }
  .hero h1 {
    font-size:48px
  }
  .hero-text {
    font-size:16px
  }
  .contents {
    display:block;
    padding:38px 0
  }
  .contents ol {
    grid-template-columns:repeat(2,1fr);
    margin-top:24px
  }
  .section {
    padding:60px 0
  }
  .section-heading h2 {
    font-size:32px
  }
  .feature-grid,.settings-grid {
    grid-template-columns:1fr
  }
  .screenshots {
    grid-template-columns:1fr 1fr
  }
  .screenshots figure:first-child {
    grid-column:span 2
  }
  .screenshots img,.screenshots .shot-large img {
    height:210px
  }
  .split-section {
    display:block
  }
  .contact-grid {
    grid-template-columns:1fr
  }
  footer {
    display:block
  }
  footer span {
    display:block;
    margin-top:6px
  }

}

@media(max-width:440px) {
  .theme-switch>span:nth-child(2) {
    display:none
  }
  .contents ol {
    grid-template-columns:1fr
  }
  .screenshots {
    display:block
  }
  .screenshots figure {
    margin-bottom:20px
  }
  .screenshots figure:first-child {
    display:block
  }
  .screenshots img,.screenshots .shot-large img {
    height:auto;
    max-height:none
  }
  .hero-links {
    gap:15px
  }
  .button {
    font-size:14px
  }

}

.page-shell {
  background:var(--bg);
  min-height:100vh
}
.settings-tables {
  display:grid;
  gap:18px;
  margin-bottom:45px
}
.settings-tables table {
  font-size:14px
}
.settings-tables th,.settings-tables td {
  padding:12px 15px
}
body:has(.theme-toggle:checked) {
  background:#1E1E42
}

.hero,.contents,.section {
  border-bottom-width:3px
}
.contents {
  padding-top:13px;
  padding-bottom:13px
}
.section {
  padding-top:22px;
  padding-bottom:22px
}
th,td {
  padding-top:8px;
  padding-bottom:8px
}
.settings-tables th,.settings-tables td {
  padding-top:7px;
  padding-bottom:7px
}
#browsers .status {
  font-size:inherit
}
.settings-subheading {
  font-size:18px;
  margin:28px 0 12px;
  letter-spacing:-.02em
}
.settings-grid+.settings-tables .settings-subheading {
  margin-top:0
}
.lightbox-toggle {
  position:absolute;
  opacity:0;
  pointer-events:none
}
.screenshots figure>label:first-of-type {
  display:block;
  cursor:zoom-in
}
.lightbox {
  display:none
}
.lightbox-toggle:checked~.lightbox {
  position:fixed;
  inset:0;
  z-index:20;
  background:#10101dcc;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  cursor:zoom-out
}
.lightbox label {
  display:flex;
  max-width:100%;
  max-height:100%;
  align-items:center;
  justify-content:center
}
.lightbox img {
  width:auto;
  height:auto;
  max-width:calc(100vw - 48px);
  max-height:calc(100vh - 48px);
  object-fit:contain;
  box-shadow:0 20px 70px #0008
}
.screenshots img {
  height:auto;
  object-fit:contain;
  background:var(--surface-2)
}

@media(min-width:761px) {
  .screenshots {
    grid-template-columns:1fr 1fr;
    grid-template-rows:repeat(3,auto);
    align-items:start
  }
  .screenshots figure:first-child {
    grid-column:1;
    grid-row:1 / span 3
  }
  .screenshots .shot-large img {
    height:auto
  }
  .screenshots figure:not(.shot-large) img {
    height:auto
  }

}

@media(max-width:760px) {
  .hero-art {
    order:initial
  }
  .screenshots {
    display:block
  }
  .screenshots figure {
    margin-bottom:20px
  }
  .screenshots figure:first-child {
    display:block
  }
  .screenshots img,.screenshots .shot-large img {
    height:auto;
    max-height:none
  }

}

@media(prefers-color-scheme:dark) {
  :root {
    --bg:#1E1E42;
    --surface:#292951;
    --surface-2:#34345d;
    --text:#f4f1ec;
    --muted:#bcbcd0;
    --line:#48486d;
    --accent:#7DD3FC;
    --accent-dark:#A78BFA;
    --shadow:0 20px 60px #0003
  }
  body {
    background:#1E1E42
  }
  body:has(.theme-toggle:checked) {
    background:#f5f5f2
  }
  .theme-toggle:checked~.page-shell {
    --bg:#f5f5f2;
    --surface:#fff;
    --surface-2:#ecece8;
    --text:#202022;
    --muted:#6d6d72;
    --line:#dcdcd8;
    --accent:#7DD3FC;
    --accent-dark:#A78BFA;
    --shadow:0 20px 60px #2b262012
  }

}

@media(min-width:761px) {
  .screenshots .shot-large {
    grid-column:1;
    grid-row:1 / span 3
  }
  .screenshots .shot-large img {
    height:auto
  }

}

.settings-note {
  color:var(--muted);
  font-size:14px;
  margin:14px 0 0;
  max-width:900px
}
