/* _cmygo2v0r */
:root {--text: #e9eef7;--border: #1b2233;--brand: #3aa0ff;--bg: #0b0f1a;--warn: #f39c12;--ok: #2ecc71;--card: #0f1524;--muted: #8ea0b8;--brand-2: #7c5cff;--danger: #e74c3c}

* {box-sizing: border-box}
html, body {background: radial-gradient(1200px 800px at 70% -10%, #13203e 0%, var(--bg) 50%) fixed;line-height: 1.6;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, "Noto Sans", sans-serif;margin: 0;padding: 0;color: var(--text)}

.container {margin: 0 auto;padding: 0 16px;max-width: 1120px}

.site-header {position: sticky;z-index: 20;backdrop-filter: saturate(140%) blur(10px);background: rgba(11,15,26,.6);border-bottom: 1px solid var(--border);top: 0}
.header-inner {justify-content: space-between;display: flex;align-items: center;height: 70px}
.brand {display: inline-flex;gap: 10px;margin-left: 0;align-items: center}
.site-header .brand {margin-left: -50px}
.brand .logo {display: inline-block}
.brand-name {font-size: 18px;letter-spacing: .5px;font-weight: 700}
.brand-badge {border-radius: 999px;background: #1a2a2150;padding: 2px 6px;color: #a3ffcc;font-size: 12px;border: 1px solid #26d47d55}
.nav a {margin-left: 18px;transition: color .2s ease;color: var(--muted);text-decoration: none}
.nav a:hover {color: var(--text)}

.menu-toggle {display: none}

.nav-backdrop {display: none}

.hero {padding: 64px 0 32px}
.hero-inner {display: grid;align-items: center;gap: 28px;grid-template-columns: 1.2fr .8fr}
.hero-text h1 {margin: 0 0 8px;letter-spacing: .4px;font-size: 40px}
.hero-text p {color: var(--muted);margin: 0 0 16px}
.download-actions {gap: 12px;display: flex;flex-wrap: wrap;margin: 16px 0 10px}
.btn {border-radius: 10px;text-decoration: none;padding: 12px 16px;transition: transform .12s ease, box-shadow .12s ease, opacity .2s;gap: 10px;color: #fff;align-items: center;display: inline-flex;border: 1px solid #ffffff10;box-shadow: 0 6px 18px rgba(0,0,0,.25) inset, 0 10px 24px rgba(58,160,255,.08)}
.btn:hover {transform: translateY(-1px)}
.btn-ios {background: linear-gradient(135deg, #232533, #3b3f58)}
.btn-android {background: linear-gradient(135deg, #1f3a2a, #2f6b42)}
.btn-desktop {background: linear-gradient(135deg, #1e2a3d, #223b66)}

.hint {font-size: 13px;color: var(--muted)}
.qrcards {grid-template-columns: repeat(3, 160px);margin-top: 14px;display: grid;gap: 14px}
.qrcard {border: 1px solid var(--border);border-radius: 12px;text-align: center;background: var(--card);padding: 10px}
.qrcard span {margin-top: 6px;font-size: 13px;color: var(--muted);display: block}

.hero-art {justify-content: center;flex-direction: column;display: flex}
.phone-mock {background: linear-gradient(180deg, #0e1422, #0b0f1a);border-radius: 28px;width: 320px;height: 560px;box-shadow: 0 40px 80px rgba(0,0,0,.45), inset 0 0 0 6px #0b0f1a;padding: 16px;border: 1px solid #ffffff10}
.app-showcase {display: flex;justify-content: center;margin-top: 12px}
.app-showcase img {border: none;height: 616px;border-radius: 0;max-width: 100%;width: 538px}
.phone-mock .screen {border: 1px solid #24314a;border-radius: 20px;width: 100%;position: relative;background:
		radial-gradient(500px 240px at 20% 10%, rgba(124,92,255,.25), transparent 60%),
		radial-gradient(400px 260px at 80% 20%, rgba(58,160,255,.18), transparent 60%),
		linear-gradient(180deg, #0c1321, #0c121e 60%, #0b101a);height: 100%;overflow: hidden}
.card {color: #111;border-radius: 10px;font-size: 32px;box-shadow: 0 16px 28px rgba(0,0,0,.25);height: 124px;position: absolute;font-weight: 800;border: 1px solid #ffffff18;background: linear-gradient(180deg, #fefefe, #e7eaf0);transform: rotate(-8deg);width: 86px;place-items: center;display: grid}
.card-a {left: 42px;top: 120px}
.card-k {top: 180px;left: 120px;transform: rotate(8deg)}
.chip {background: radial-gradient(circle at 30% 30%, #ffd89e, #f39c12 60%, #e67e22);box-shadow: 0 10px 24px rgba(243,156,18,.35), inset 0 0 20px rgba(255,255,255,.35);display: grid;width: 72px;height: 72px;border-radius: 999px;color: #000;place-items: center;bottom: 60px;position: absolute;right: 40px;font-weight: 900}

.features, .safe, .help {padding: 28px 0}
.features h2, .safe h2, .help h2 {font-size: 24px;margin: 0 0 14px}
.news {padding: 28px 0}
.news h2 {margin: 0 0 14px;font-size: 24px}
.news-grid {gap: 14px;grid-template-columns: repeat(3, 1fr);margin: 0;display: grid;list-style: none;padding: 0}
.news-card {text-decoration: none;border-radius: 12px;border: 1px solid var(--border);overflow: hidden;display: block;transition: transform .12s ease, border-color .12s ease;color: inherit;background: var(--card)}
.news-card:hover {transform: translateY(-2px);border-color: #2a3d5f}
.news-card img {width: 100%;height: auto;display: block}
.news-meta {padding: 12px}
.news-meta h3 {margin: 0 0 6px;font-size: 16px}
.news-meta p {font-size: 14px;margin: 0;color: var(--muted)}

.article {padding: 28px 0}
.article h2 {font-size: 24px;margin: 0 0 10px}
.article-meta {color: var(--muted);margin-bottom: 12px;font-size: 13px;gap: 12px;display: flex;flex-wrap: wrap}
.article-meta span::before {color: #3a4b6a;content: "•";margin: 0 8px 0 0}
.article-meta span:first-child::before {content: "";margin: 0}
.article-content {padding: 16px;border-radius: 12px;border: 1px solid var(--border);background: var(--card);color: var(--text)}
.article-content p {margin: 0 0 12px}
.article-content h3 {font-size: 18px;margin: 14px 0 8px}
.article-content ul {color: var(--muted);margin: 0 0 12px 18px}
.article-content blockquote {border-left: 3px solid #3a5ca8;padding: 10px 12px;background: #0e1626;margin: 12px 0;color: #c5d2eb;border-radius: 6px}
.article-tags {gap: 8px;display: flex;margin-top: 14px;flex-wrap: wrap}
.article-tags a {border: 1px solid var(--border);color: #aab8d3;text-decoration: none;font-size: 12px;display: inline-block;border-radius: 999px;background: #0e1626;transition: color .15s ease, border-color .15s ease, background .15s ease;padding: 6px 10px}
.article-tags a:hover {color: #e9eef7;border-color: #2a3d5f;background: #0f1a2c}
.feature-grid {padding: 0;list-style: none;grid-template-columns: repeat(4, 1fr);display: grid;margin: 0;gap: 14px}
.feature-grid li {border-radius: 12px;border: 1px solid var(--border);padding: 14px;background: var(--card)}
.feature-grid h3 {font-size: 16px;margin: 0 0 6px}
.feature-grid p {color: var(--muted);margin: 0;font-size: 14px}

.safe-list {gap: 8px;list-style: none;display: grid;padding: 0;margin: 0 0 10px}
.hash-box {grid-template-columns: repeat(3, 1fr);display: grid;gap: 10px}
.hash-box code {border-radius: 8px;border: 1px solid var(--border);display: inline-block;padding: 8px 10px;color: #aab8d3;background: #0c1321;user-select: all}

.help-grid {grid-template-columns: repeat(3, 1fr);gap: 14px;display: grid}
.help-grid h3 {font-size: 16px;margin: 0 0 6px}
.help-grid ol {margin: 0;padding-left: 18px;color: var(--muted)}

.site-footer {padding: 18px 0 28px;border-top: 1px solid var(--border);background: linear-gradient(180deg, rgba(12,18,33,.2), rgba(11,15,26,.8) 30%, var(--bg))}
.footer-inner {display: grid;align-items: start;gap: 14px;grid-template-columns: 1.4fr auto 1fr}
.footer-left {max-width: 520px}
.footer-intro {color: var(--muted);line-height: 1.7;font-size: 13px;margin: 8px 0 0}
.footer-inner .links {gap: 14px;justify-content: center;display: flex}
.footer-inner .links a {color: var(--muted);font-size: 14px;text-decoration: none}
.footer-inner .links a:hover {color: var(--text)}
.footer-inner .legal {color: var(--muted);font-size: 12px;justify-self: end}
.brand.small .brand-name {font-size: 16px}

@media (min-width: 981px) {/* Align footer logo with header logo on desktop */
	.site-footer .brand { margin-left: -50px}
}

@media (max-width: 980px) {.hero-inner { grid-template-columns: 1fr}
	.phone-mock {height: 520px;margin-top: 8px}
	.feature-grid {grid-template-columns: 1fr 1fr}
	.help-grid {grid-template-columns: 1fr 1fr}
	.news-grid {grid-template-columns: 1fr 1fr}
	.hash-box {grid-template-columns: 1fr}
	.qrcards {display: none}
	.footer-inner {grid-template-columns: 1fr;text-align: center}
	.footer-inner .legal {justify-self: center}
	.footer-left {justify-self: center}
	.footer-intro {max-width: 560px}
	/* hide windows button and hint on mobile */
	#btn-windows {display: none}
	.hint {display: none}

	/* mobile nav inline (no drawer) */
	.nav {top: auto;transform: none;display: flex;width: auto;flex-wrap: wrap;position: static;padding: 0;gap: 10px 14px;border: 0;background: transparent;height: auto;right: auto}
	.nav a {display: inline-block;margin: 0;font-size: 16px}

	/* app image size on mobile */
	.app-showcase img {max-width: 100%;width: 330px;height: 378px}
}

@media (prefers-reduced-motion: reduce) {}

@media (max-width: 560px) {.hero-text h1 { font-size: 32px}
	.download-actions {gap: 10px}
	.btn {width: 100%;justify-content: center}
	.feature-grid {grid-template-columns: 1fr}
	.news-grid {grid-template-columns: 1fr}
	.help-grid {grid-template-columns: 1fr}
	.qrcards {grid-template-columns: 1fr 1fr}
}



._c1tabbncu{}

._cpnrto9ab{}

._cw0oik1d5{}
