@charset "UTF-8";
:root { color-scheme: light; --ink: #2c343e; --muted: #77818a; --paper: #f6f8f7; --line: #dfe5e2; --accent: #698965; --soft: #eaf0e5; font-family: "Segoe UI", "Microsoft YaHei UI", "PingFang SC", system-ui, sans-serif; font-synthesis: none; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 14px; line-height: 1.75; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 3px solid #779684; outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
.frame { width: calc(100% - 80px); max-width: 1160px; margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 15px; background: var(--ink); color: white; padding: 12px; z-index: 10; }
.skip-link:focus { top: 12px; }
header { border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; justify-content: space-between; height: 87px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 800; letter-spacing: .02em; line-height: 1.3; }
.mark { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 13px; background: var(--ink); color: #d6e9b6; font-size: 27px; font-weight: 800; letter-spacing: -.09em; padding-right: 2px; }
.brand small { display: block; font-size: 8px; color: #909a9b; letter-spacing: .14em; font-weight: 500; margin-top: 5px; }
.header-note { font-size: 11px; color: #87948a; display: flex; align-items: center; gap: 8px; }
.header-note i { width: 5px; height: 5px; border-radius: 50%; background: #7fa274; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 75px; min-height: 565px; padding: 67px 0; }
.eyebrow, .section-index { font-size: 10px; font-weight: 700; letter-spacing: .17em; color: #83977a; }
.hero h1 { font-size: clamp(35px, 4.4vw, 55px); font-weight: 650; letter-spacing: -.04em; line-height: 1.4; margin-top: 18px; }
.hero h1 span { color: #899398; font-weight: 400; }
.intro { color: var(--muted); font-size: 14px; margin-top: 23px; line-height: 1.9; }
.release-status { margin-top: 30px; }
.download { display: flex; justify-content: space-between; gap: 30px; align-items: center; border: 1px solid var(--ink); background: var(--ink); color: white; padding: 15px 19px; border-radius: 9px; font-size: 13px; font-weight: 600; width: 270px; max-width: 100%; transition: background .15s; }
.download:hover:not(:disabled) { background: #435148; }
.download > span { font-size: 22px; font-weight: 300; }
.download:disabled { cursor: not-allowed; background: #e9eeea; color: #92a095; border-color: #dbe4dc; }
.status-note { font-size: 10px; color: #94a093; margin-top: 11px; overflow-wrap: anywhere; }
.download-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.tag { display: inline-flex; align-items: center; padding: 4px 9px; border: 1px solid #dbe4d6; color: #788a6c; background: #f1f5ec; border-radius: 5px; font-size: 10px; white-space: nowrap; }
.secondary { padding: 7px 11px; border: 1px solid #d6dfd6; border-radius: 6px; color: #6b8164; background: #fff; font-size: 11px; }
.release-status > .secondary { margin-top: 14px; }
.product-art { height: 375px; background: #e7eeec; border: 1px solid #dce5e2; border-radius: 100px 16px 16px 16px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.art-grid { position: absolute; inset: 0; background: linear-gradient(#cfdbd52b 1px, transparent 1px), linear-gradient(90deg, #cfdbd52b 1px, transparent 1px); background-size: 35px 35px; }
.art-window { z-index: 1; position: relative; width: 223px; height: 258px; background: #fbfdfb; border: 1px solid #cfdbd5; border-radius: 13px; box-shadow: 0 17px 40px #30453912; transform: rotate(-6deg); display: flex; flex-direction: column; align-items: center; }
.window-top { width: 100%; display: flex; gap: 5px; padding: 14px 13px; border-bottom: 1px solid #e6ece7; }
.window-top span { width: 5px; height: 5px; border-radius: 50%; background: #c6d2c5; }
.app-emblem { background: #344137; color: #d6e9b6; display: flex; align-items: center; justify-content: center; font-size: 55px; line-height: 1; width: 92px; height: 92px; border-radius: 26px; font-weight: 800; letter-spacing: -.1em; padding-right: 5px; margin-top: 25px; box-shadow: 0 5px 15px #43524418; }
.art-window > strong { font-size: 15px; letter-spacing: .07em; margin-top: 12px; color: #425246; }
.art-window > small { font-size: 7px; letter-spacing: .2em; color: #9da99c; margin-top: 2px; }
.window-bottom { border-top: 1px solid #e6ece7; width: 100%; display: flex; justify-content: space-between; font-size: 6px; color: #9ba898; letter-spacing: .13em; padding: 10px 14px; margin-top: auto; }
.orbit-one, .orbit-two { position: absolute; width: 230px; height: 230px; border: 1px solid #cfdbcf; border-radius: 50%; transform: rotate(35deg); }
.orbit-one { left: -90px; bottom: -70px; }
.orbit-two { right: -120px; top: -65px; width: 290px; height: 290px; }
.release-details { border-top: 1px solid var(--line); padding-top: 33px; }
.release-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.release-heading h2 { font-size: 24px; line-height: 1.5; font-weight: 600; margin-top: 9px; }
.release-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 30px; }
.release-columns h3 { font-size: 14px; font-weight: 600; }
.plain-text { white-space: pre-wrap; word-break: break-word; color: #778476; font-size: 12px; line-height: 1.9; margin-top: 16px; }
.verification { min-width: 0; border-left: 1px solid #edf0eb; padding-left: 30px; }
.verification dl { font-size: 11px; display: grid; gap: 12px; margin: 17px 0; }
.verification dl > div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 8px; }
dt { color: #9ba596; }
dd { margin: 0; overflow-wrap: anywhere; }
.mono, .hash { font-family: "Cascadia Code", Consolas, monospace; font-size: 10px; }
.hash-label { font-size: 10px; color: #8a9881; }
.hash { display: block; overflow-wrap: anywhere; background: #f0f4ec; color: #6e7e62; padding: 12px; border-radius: 6px; margin-top: 7px; }
.copy-row { display: flex; align-items: center; gap: 12px; margin-top: 11px; }
.copy-status { font-size: 10px; color: #889f7e; }
.unavailable-card { border: 1px dashed #d3decd; background: #f1f5ed; border-radius: 11px; padding: 30px; }
.unavailable-card h2 { font-size: 19px; font-weight: 550; margin-top: 12px; }
.unavailable-card p { color: #91a084; font-size: 12px; margin-top: 10px; }
.getting-started { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; }
.step { font-size: 10px; font-family: Consolas, monospace; color: #99aa92; }
.getting-started h2 { font-size: 15px; margin-top: 8px; font-weight: 550; }
.getting-started p { font-size: 11px; color: #97a18e; margin-top: 9px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 26px 0 31px; margin-top: 52px !important; color: #9aa591; font-size: 10px; }
footer p { font-weight: 700; letter-spacing: .04em; }
footer p span { font-weight: 400; letter-spacing: 0; margin-left: 17px; }
.spinner { display: inline-block; width: 15px; height: 15px; border: 2px solid #d9e4d5; border-top-color: #90a57e; border-radius: 50%; margin-right: 8px; vertical-align: middle; animation: spin 1s linear infinite; }
.boot { min-height: 70vh; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 18px; color: var(--muted); }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 950px) { .frame { width: calc(100% - 48px); } .hero { gap: 35px; min-height: 530px; } .hero h1 { font-size: 40px; } .product-art { height: 330px; } .art-window { transform: rotate(-5deg) scale(.9); } .release-columns { gap: 25px; padding: 24px; } .verification { padding-left: 24px; } }
@media (max-width: 700px) { .hero { grid-template-columns: 1fr; gap: 33px; padding: 43px 0 35px; } .hero h1 { font-size: 39px; } .product-art { height: 255px; border-radius: 65px 14px 14px 14px; } .art-window { transform: rotate(-5deg) scale(.75); } .header-row { height: 75px; } .header-note { font-size: 9px; } .release-columns { grid-template-columns: 1fr; gap: 25px; } .verification { border-left: 0; border-top: 1px solid #edf0eb; padding: 23px 0 0; } .getting-started { gap: 23px; } .release-heading { flex-wrap: wrap; } footer p span { display: block; margin: 7px 0 0; } }
@media (max-width: 450px) { .frame { width: calc(100% - 32px); } .brand { font-size: 14px; gap: 10px; } .mark { width: 35px; height: 35px; font-size: 22px; border-radius: 10px; } .header-note { max-width: 105px; font-size: 8px; gap: 5px; } .hero h1 { font-size: 35px; } .intro { font-size: 12px; } .product-art { height: 230px; } .art-window { transform: rotate(-5deg) scale(.68); } .unavailable-card { padding: 22px; } .unavailable-card h2 { font-size: 16px; } .release-heading h2 { font-size: 22px; } .release-columns { padding: 21px; } .getting-started { gap: 25px; grid-template-columns: 1fr; margin-top: 35px; } .getting-started > div { padding-left: 37px; position: relative; } .step { position: absolute; left: 0; top: 4px; } .getting-started h2 { margin-top: 0; } .getting-started p { margin-top: 5px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
