Adding a syndicate pairing page with some notes

This commit is contained in:
2026-07-17 17:12:39 -04:00
parent 8fa0422be4
commit e64193639e
50 changed files with 1689 additions and 398 deletions
+28 -2
View File
@@ -25,6 +25,34 @@
margin: 0 auto;
}
.free-pack-countdown {
display: inline-flex;
align-items: center;
gap: 0.6rem;
background: rgba(108, 99, 255, 0.1);
border: 1px solid rgba(108, 99, 255, 0.2);
padding: 0.4rem 1rem;
border-radius: 999px;
margin-bottom: 1.5rem;
backdrop-filter: blur(4px);
}
.countdown-label {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--text-secondary);
}
.countdown-value {
font-size: 0.9rem;
font-weight: 700;
color: var(--accent);
font-family: 'JetBrains Mono', monospace;
min-width: 4.5rem;
}
.hero-badge {
display: inline-block;
font-size: 0.75rem;
@@ -257,7 +285,6 @@
}
/* ── Responsive ── */
@
@media (max-width: 900px) {
.home-stats {
grid-template-columns: repeat(3, 1fr);
@@ -268,7 +295,6 @@
}
}
@
@media (max-width: 600px) {
.hero-title {
font-size: 2.2rem;