@charset "UTF-8";
:root {
  color-scheme:dark;
  --bg:#080c12;
  --panel:#101720;
  --ink:#f2f5f8;
  --muted:#98a5b5;
  --line:rgba(165,189,217,.14);
  --blue:#95caff;
  --mint:#9ee6ca;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:35px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-size:15px;
  line-height:1.7;
  overflow-x:clip
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
a,button,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:2px solid var(--mint);
  outline-offset:7px
}
.wrap {
  max-width:1240px;
  width:calc(100% - 96px);
  margin-inline:auto
}
.icon {
  width:24px;
  height:24px;
  flex-shrink:0
}
.ambient {
  position:absolute;
  z-index:-1;
  inset:0 0 auto;
  height:1100px;
  pointer-events:none;
  background:radial-gradient(ellipse at 74% 28%,#142b483b,transparent 55%),radial-gradient(ellipse at 24% 1%,#1640481f,transparent 45%)
}
.skip-link {
  position:fixed;
  top:8px;
  left:12px;
  transform:translateY(-200%);
  padding:8px 16px;
  background:var(--mint);
  color:var(--bg);
  z-index:20
}
.skip-link:focus {
  transform:none
}
.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:100px;
  border-bottom:1px solid var(--line)
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:26px;
  font-weight:750;
  letter-spacing:-1px;
  line-height:1
}
.brand img {
  width:60px;
  height:48px;
  object-fit:contain;
  border-radius:8px
}
.brand-dot {
  color:var(--mint)
}
nav {
  display:flex;
  gap:32px;
  align-items:center;
  font-size:13px;
  color:#b5bdc8
}
nav a:hover {
  color:white
}
.language {
  border-left:1px solid var(--line);
  padding-left:29px;
  font-size:12px;
  letter-spacing:.04em
}
.nav-github {
  display:flex
}
.nav-github .icon {
  width:20px;
  height:20px
}
.hero {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  align-items:center;
  min-height:660px;
  padding-block:56px 70px;
  gap:12px
}
.hero-copy {
  position:relative;
  z-index:2
}
.release-pill {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#b8c7d6;
  background:#121c27;
  border:1px solid #263441;
  border-radius:50px;
  padding:6px 12px;
  font-size:11px;
  letter-spacing:.03em
}
.release-pill .icon {
  width:12px;
  height:12px;
  margin-left:5px
}
.pulse-dot {
  width:5px;
  height:5px;
  background:var(--mint);
  border-radius:50%;
  box-shadow:0 0 10px #9ee6ca66
}
.hero h1 {
  font-size:clamp(54px,5.5vw,80px);
  line-height:1.15;
  letter-spacing:-.065em;
  font-weight:650;
  margin:28px 0 26px
}
.hero h1 span {
  background:linear-gradient(115deg,#bcdff9 5%,#9bc8f5 48%,#9ee6ca 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.hero-description {
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
  margin:0
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:26px;
  margin-top:31px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  border-radius:8px;
  padding:12px 20px;
  font-weight:650;
  font-size:13px;
  transition:transform .2s,box-shadow .2s
}
.button-primary {
  background:#d4f2e9;
  color:#142824;
  box-shadow:0 0 24px #9ee6ca0d,inset 0 1px 0 #fff
}
.button-primary:hover {
  transform:translateY(-2px);
  box-shadow:0 4px 30px #9ee6ca2b
}
.button .icon {
  width:17px;
  height:17px
}
.text-link {
  font-size:12px;
  color:#c4d0dc;
  display:inline-flex;
  gap:12px;
  align-items:center
}
.text-link:hover {
  color:var(--mint)
}
.hero-footnote {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:9px;
  letter-spacing:.13em;
  color:#778695;
  margin-top:31px
}
.tiny-line {
  height:1px;
  width:24px;
  background:#748491
}
.transfer-scene {
  position:relative;
  isolation:isolate;
  overflow:clip;
  height:500px;
  min-width:0;
  --progress:100%
}
.scene-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(#5873940c 1px,transparent 1px),linear-gradient(90deg,#5873940c 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:radial-gradient(ellipse,#000 20%,transparent 70%)
}
.orbit {
  position:absolute;
  left:50%;
  top:50%;
  border:1px solid #8dbbe714;
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(-24deg);
  z-index:-1
}
.orbit-one {
  width:440px;
  height:300px
}
.orbit-two {
  width:590px;
  height:410px;
  border-style:dashed;
  opacity:.5
}
.scene-coordinate {
  position:absolute;
  font-family:ui-monospace,SFMono-Regular,monospace;
  font-size:8px;
  letter-spacing:.16em;
  color:#718498
}
.coordinate-top {
  top:38px;
  left:40px
}
.coordinate-bottom {
  bottom:49px;
  right:18px
}
.connection-line {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible
}
.moving-dash {
  stroke-dasharray:14 450;
  stroke-dashoffset:460;
  opacity:0
}
.is-running .moving-dash {
  animation:line-flow 2s linear infinite;
  opacity:1
}
.device {
  position:absolute;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 17px;
  border:1px solid #3d4d614f;
  background:linear-gradient(130deg,#1a2736,#111923);
  box-shadow:0 15px 32px #0003,inset 0 1px 0 #ffffff06;
  border-radius:11px;
  font-size:12px;
  z-index:3
}
.device>.icon {
  color:#c7d7e6;
  width:29px;
  height:29px
}
.device small {
  display:block;
  font-size:9px;
  color:#93a3b5;
  margin-top:1px
}
.device-dot {
  width:5px;
  height:5px;
  margin-left:16px;
  background:var(--mint);
  border-radius:50%;
  box-shadow:0 0 12px #9ee6ca66
}
.device-mac {
  top:94px;
  left:12px;
  transform:rotate(-6deg)
}
.device-phone {
  right:15px;
  bottom:80px;
  transform:rotate(7deg)
}
.file-tile {
  position:absolute;
  right:50px;
  top:67px;
  width:77px;
  height:88px;
  display:grid;
  place-content:center;
  justify-items:center;
  gap:9px;
  border:1px solid #acc8e424;
  border-radius:13px;
  background:linear-gradient(150deg,#263c554d,#17243888);
  transform:rotate(12deg);
  box-shadow:0 12px 30px #0002;
  color:#a4c8ea
}
.file-tile .icon {
  width:27px;
  height:27px
}
.file-tile span {
  font-family:ui-monospace,monospace;
  font-size:7px
}
.transfer-card {
  position:absolute;
  left:50%;
  top:50%;
  width:365px;
  max-width:89%;
  transform:translate(-50%,-44%) rotate(-3deg);
  border:1px solid #6383a54d;
  border-radius:15px;
  background:linear-gradient(130deg,#1d2b3c,#131d2bf2);
  box-shadow:0 32px 75px #0009,0 0 80px #4b91d915,inset 0 1px 0 #d7ecff16;
  padding:19px 21px;
  z-index:5
}
.transfer-card-top {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  color:#b7c6d5
}
.mini-logo {
  width:36px;
  height:29px;
  object-fit:contain;
  border-radius:5px
}
.three-dots {
  margin-left:auto;
  letter-spacing:2px;
  color:#8c9caf
}
.transfer-file {
  display:flex;
  align-items:center;
  gap:10px;
  margin:24px 0 20px
}
.transfer-file>.icon {
  width:29px;
  height:34px;
  color:#91b4d5
}
.transfer-file strong {
  font-size:12px;
  font-weight:550;
  letter-spacing:.01em
}
.transfer-file small {
  display:block;
  color:#8598ad;
  font-size:8px;
  margin-top:2px
}
.file-size {
  margin-left:auto;
  font-family:ui-monospace,monospace;
  white-space:nowrap;
  font-size:9px;
  color:#92a8be
}
.progress-track {
  height:3px;
  background:#2e3f50;
  border-radius:2px;
  overflow:hidden
}
.progress-track span {
  display:block;
  width:var(--progress);
  height:100%;
  background:linear-gradient(90deg,#73a9e7,#a6efd0);
  box-shadow:0 0 14px #9ee6ca
}
.progress-meta {
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  font-size:8px;
  letter-spacing:.01em;
  color:#a3cebf
}
#transfer-percent {
  font-family:ui-monospace,monospace;
  color:#9bacbe
}
.scene-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  font-size:9px;
  color:#78889b
}
.scene-controls button {
  border:0;
  background:none;
  font-size:10px;
  padding:6px 0;
  color:#b1cce2;
  cursor:pointer
}
.scene-controls button:disabled {
  color:#78889b;
  cursor:default
}
.platform-ribbon {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-block:24px;
  border-block:1px solid var(--line);
  gap:30px
}
.platform-ribbon>span {
  color:#798797;
  font-size:11px;
  white-space:nowrap
}
.platform-ribbon>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:38px;
  flex:1;
  max-width:730px
}
.platform-ribbon>div>span {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:550;
  color:#9ca9b8
}
.platform-ribbon .icon {
  width:19px;
  height:19px
}
.experience,.downloads {
  padding-top:105px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  margin-bottom:38px
}
.eyebrow {
  font-family:ui-monospace,monospace;
  font-size:9px;
  letter-spacing:.2em;
  color:#86adcb;
  margin:0 0 18px
}
h2 {
  font-size:42px;
  line-height:1.35;
  letter-spacing:-.045em;
  font-weight:550;
  margin:0
}
h2 span {
  color:#728294
}
.section-heading>p,.release-note p {
  font-size:12px;
  color:var(--muted);
  line-height:1.9;
  margin:0 0 5px
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}
.feature {
  min-width:0;
  border:1px solid var(--line);
  background:linear-gradient(155deg,#141c26aa,#0d131bcc);
  border-radius:13px;
  padding:28px;
  overflow:hidden
}
.feature-visual {
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:27px;
  position:relative
}
.feature-label {
  font-family:ui-monospace,monospace;
  font-size:8px;
  letter-spacing:.15em;
  color:#8295a9
}
.feature h3 {
  font-size:17px;
  font-weight:550;
  letter-spacing:-.02em;
  margin:12px 0
}
.feature p {
  font-size:12px;
  color:var(--muted);
  margin:0;
  line-height:1.95
}
.trust-node {
  display:grid;
  place-content:center;
  width:40px;
  height:40px;
  border:1px solid #425268;
  border-radius:10px;
  color:#91a6bc
}
.trust-line {
  width:25px;
  height:1px;
  background:linear-gradient(90deg,#455f72,#9ee6ca)
}
.trust-shield {
  display:grid;
  place-content:center;
  position:relative;
  border:1px solid #9ee6ca70;
  background:#9ee6ca12;
  box-shadow:0 0 40px #9ee6ca0c;
  width:59px;
  height:59px;
  border-radius:50%;
  color:var(--mint)
}
.trust-shield:after {
  content:"";
  position:absolute;
  inset:-12px;
  border:1px solid #9ee6ca0c;
  border-radius:50%
}
.receipt-visual {
  flex-direction:column;
  gap:15px
}
.receipt-visual>div {
  display:flex;
  align-items:center;
  gap:13px;
  padding:13px 15px;
  background:#1a2734;
  border:1px solid #344558;
  border-radius:8px;
  font-size:10px;
  transform:rotate(-4deg);
  box-shadow:0 15px 20px #0002
}
.receipt-visual>div>.icon {
  width:19px;
  height:19px;
  color:#8fadc7
}
.receipt-visual>div>span {
  display:flex;
  background:#9ee6ca16;
  border-radius:50%;
  padding:3px;
  color:var(--mint);
  margin-left:20px
}
.receipt-visual>div>span>.icon {
  width:12px;
  height:12px
}
.receipt-visual small {
  font-family:ui-monospace,monospace;
  font-size:7px;
  letter-spacing:.16em;
  color:#647c93
}
.background-visual {
  flex-direction:column;
  gap:14px
}
.mini-window {
  display:flex;
  align-items:center;
  gap:4px;
  padding:10px 12px;
  border:1px solid #425268;
  background:#1a2734;
  border-radius:7px;
  width:205px;
  transform:perspective(600px) rotateX(12deg) rotateY(-8deg)
}
.mini-window i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:#526378
}
.mini-window span {
  font-size:9px;
  text-align:center;
  flex:1;
  letter-spacing:.1em;
  color:#91a6bc
}
.wave-bars {
  display:flex;
  align-items:center;
  gap:4px;
  height:36px
}
.wave-bars b {
  display:block;
  width:3px;
  height:12px;
  border-radius:2px;
  background:#7baace
}
.wave-bars b:nth-child(3n) {
  height:24px;
  opacity:.5
}
.wave-bars b:nth-child(5n) {
  height:34px;
  opacity:.3
}
.wave-bars b:nth-child(4n) {
  height:18px;
  opacity:.7
}
.release-note {
  max-width:345px
}
.release-state {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  color:var(--mint);
  margin-bottom:8px
}
.release-state:before {
  content:"";
  height:5px;
  width:5px;
  background:var(--mint);
  border-radius:50%
}
.release-note .text-link {
  font-size:11px;
  margin-top:8px
}
.platform-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  border:1px solid var(--line);
  border-radius:13px;
  overflow:hidden;
  background:var(--line)
}
.platform-card {
  position:relative;
  display:block;
  background:#0d131b;
  padding:29px;
  min-height:257px;
  transition:background .25s
}
.platform-card:hover {
  background:#141e2a
}
.platform-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#a8bed2;
  margin-bottom:21px
}
.platform-index {
  font-family:ui-monospace,monospace;
  font-size:9px;
  color:#586879
}
.platform-card h3 {
  font-size:19px;
  font-weight:550;
  letter-spacing:-.02em;
  margin:0 0 5px
}
.platform-tagline {
  font-size:12px;
  color:#c1ccd7;
  margin:0
}
.platform-description {
  font-size:11px;
  color:#8191a3;
  margin:5px 0 24px
}
.platform-status {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:9px;
  color:#97a7b8
}
.platform-status span {
  width:4px;
  height:4px;
  border-radius:50%;
  background:#7a9cb0
}
.source-card {
  background:radial-gradient(ellipse at 100% 0,#28454770,transparent 85%),#0d171c
}
.source-card:hover {
  background:radial-gradient(ellipse at 100% 0,#355c6070,transparent 85%),#102128
}
.source-card .platform-top {
  color:var(--mint)
}
.source-card p {
  font-size:12px;
  color:#9eb7b8;
  line-height:1.8
}
.source-link {
  font-family:ui-monospace,monospace;
  color:#b0d0c9;
  font-size:10px
}
.upgrade {
  padding-block:36px 84px
}
details {
  border-block:1px solid var(--line)
}
summary {
  display:flex;
  justify-content:space-between;
  gap:20px;
  list-style:none;
  cursor:pointer;
  padding:20px 0;
  font-size:12px;
  color:#a9b5c2
}
summary::-webkit-details-marker {
  display:none
}
.details-label {
  font-size:10px;
  color:#8497a9
}
.details-label b {
  display:inline-block;
  font-size:18px;
  line-height:1;
  margin-left:20px;
  font-weight:300;
  transition:transform .2s
}
details[open] .details-label b {
  transform:rotate(45deg)
}
details>div {
  max-width:880px;
  padding-bottom:24px
}
details p {
  font-size:12px;
  color:var(--muted)
}
footer {
  border-top:1px solid var(--line);
  padding-block:35px 30px
}
.footer-top,.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.footer-top>span {
  font-size:11px;
  color:#7e8b9a
}
.footer-top>a:last-child {
  font-size:11px;
  color:#b7c9d9
}
.footer-top .brand {
  gap:0
}
.footer-bottom {
  margin-top:35px;
  font-size:8px;
  color:#728295;
  letter-spacing:.06em
}
.footer-bottom>span:last-child {
  font-family:ui-monospace,monospace;
  letter-spacing:.15em
}
@keyframes line-flow {
  to {
    stroke-dashoffset:0
  }
}
@media(min-width:1500px) {
  .hero {
    min-height:700px
  }
  .hero h1 {
    font-size:85px
  }
  .transfer-scene {
    height:535px
  }
}
@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .hero {
    grid-template-columns:1fr 1fr;
    min-height:590px
  }
  .hero h1 {
    font-size:59px
  }
  .transfer-scene {
    height:460px
  }
  .transfer-card {
    width:320px;
    padding:17px
  }
  .device-mac {
    left:0;
    top:66px
  }
  .device-phone {
    right:0;
    bottom:61px
  }
  .file-tile {
    right:20px;
    top:40px
  }
  .scene-coordinate {
    display:none
  }
  .file-size {
    display:none
  }
  .hero-actions {
    gap:20px
  }
  .platform-ribbon>div {
    gap:19px
  }
  .platform-ribbon>span {
    display:none
  }
  .platform-ribbon>div {
    max-width:none
  }
  .feature {
    padding:22px
  }
  .feature h3 {
    font-size:15px
  }
  .trust-line {
    width:15px
  }
  .trust-node {
    width:34px;
    height:34px
  }
  .trust-shield {
    height:48px;
    width:48px
  }
  .feature-grid {
    gap:12px
  }
}
@media(max-width:760px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .site-header {
    height:79px
  }
  nav {
    gap:20px
  }
  nav>a:first-child,nav>a:nth-child(2) {
    display:none
  }
  .language {
    padding-left:0;
    border-left:0
  }
  .brand {
    font-size:24px
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:44px 34px;
    gap:14px;
    min-height:0
  }
  .hero h1 {
    font-size:clamp(52px,11vw,78px);
    margin:26px 0 21px
  }
  .hero-description {
    font-size:14px
  }
  .hero-footnote {
    font-size:8px;
    margin-top:22px
  }
  .hero-actions {
    margin-top:26px
  }
  .transfer-scene {
    height:410px;
    max-width:470px;
    width:100%;
    margin:0 auto
  }
  .transfer-card {
    width:330px;
    max-width:93%;
    top:48%
  }
  .device {
    padding:10px 12px;
    font-size:11px
  }
  .device-mac {
    top:44px;
    left:3px
  }
  .device-phone {
    bottom:54px;
    right:3px
  }
  .device-dot {
    margin-left:8px
  }
  .device>.icon {
    width:24px;
    height:24px
  }
  .file-tile {
    top:24px;
    right:28px;
    width:61px;
    height:72px
  }
  .orbit-one {
    width:320px;
    height:225px
  }
  .orbit-two {
    width:430px;
    height:300px
  }
  .scene-controls {
    gap:16px;
    font-size:8px;
    bottom:0
  }
  .platform-ribbon {
    padding-block:20px
  }
  .platform-ribbon>div {
    gap:18px;
    justify-content:center;
    flex-wrap:wrap
  }
  .platform-ribbon>div>span {
    font-size:10px;
    gap:6px
  }
  .platform-ribbon .icon {
    width:15px;
    height:15px
  }
  .experience,.downloads {
    padding-top:65px
  }
  .section-heading {
    display:block;
    margin-bottom:25px
  }
  .section-heading>p {
    margin-top:22px
  }
  .eyebrow {
    font-size:8px;
    margin-bottom:13px
  }
  h2 {
    font-size:34px
  }
  .feature-grid {
    grid-template-columns:1fr
  }
  .feature {
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:20px;
    padding:25px 22px
  }
  .feature-visual {
    grid-column:1/-1;
    height:100px;
    margin-bottom:17px
  }
  .feature-label {
    grid-column:1/-1
  }
  .feature h3 {
    font-size:17px;
    grid-column:1/-1;
    margin:9px 0
  }
  .feature p {
    grid-column:1/-1
  }
  .trust-line {
    width:32px
  }
  .trust-node {
    width:40px;
    height:40px
  }
  .trust-shield {
    width:55px;
    height:55px
  }
  .platform-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .platform-card {
    padding:22px 18px;
    min-height:245px
  }
  .platform-card h3 {
    font-size:17px
  }
  .platform-tagline {
    font-size:11px
  }
  .platform-description {
    font-size:10px
  }
  .platform-status {
    font-size:8px;
    align-items:flex-start;
    line-height:1.7
  }
  .platform-status span {
    margin-top:5px;
    flex-shrink:0
  }
  .source-link {
    font-size:9px;
    overflow-wrap:anywhere
  }
  .release-note {
    margin-top:24px
  }
  .upgrade {
    padding-block:26px 55px
  }
  summary {
    font-size:11px;
    align-items:center
  }
  .details-label {
    font-size:9px
  }
  .details-label b {
    margin-left:7px
  }
  .footer-top {
    gap:15px;
    flex-wrap:wrap
  }
  .footer-top>span {
    display:none
  }
  .footer-bottom {
    align-items:flex-start;
    margin-top:28px;
    gap:15px
  }
  .footer-bottom>span:last-child {
    max-width:130px;
    text-align:right;
    font-size:7px
  }
  .desktop-break {
    display:none
  }
}
@media(max-width:360px) {
  .wrap {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:48px
  }
  .hero-actions {
    gap:18px
  }
  .button {
    padding:11px 15px;
    gap:15px
  }
  .hero-actions .text-link {
    font-size:11px
  }
  .transfer-card {
    padding:14px
  }
  .platform-grid {
    grid-template-columns:1fr
  }
  .platform-card {
    min-height:220px
  }
  .release-pill {
    font-size:10px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}

/* Real preview downloads remain usable without JavaScript. */
.download-actions {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px
}
.download-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 15px;
  border:1px solid #619abc66;
  border-radius:8px;
  background:#152838;
  color:#d3f5f0;
  font-size:12px;
  font-weight:600;
  transition:background .2s,border-color .2s
}
.download-button:hover {
  background:#1d3b4d;
  border-color:var(--mint)
}
