/* feature grid */ .feature-grid display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2.5rem 0 2rem;
.release-notes h4 font-weight: 600; margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.5rem;
.lead font-size: 1.2rem; color: #cbd5e6; max-width: 85%; margin-bottom: 2rem; font-weight: 400; border-left: 3px solid #38bdf8; padding-left: 1.2rem; Smith V4.1 Download
body background: radial-gradient(circle at 10% 30%, #0a0f1e, #03060c); font-family: 'Inter', sans-serif; color: #eef2ff; line-height: 1.5; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1.5rem;
@media (max-width: 680px) h1 font-size: 2.3rem; .lead max-width: 100%; font-size: 1rem; /* feature grid */
/* inner padding */ .content-inner padding: 2.5rem 2rem;
/* Hero / card section */ .hero-card background: rgba(15, 23, 42, 0.65); backdrop-filter: blur(12px); border-radius: 3rem; border: 1px solid rgba(56, 189, 248, 0.25); box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(56, 189, 248, 0.1) inset; overflow: hidden; transition: all 0.2s ease; margin: 2.5rem 0 2rem
<!-- global toast notif --> <div id="downloadToast" class="toast-message">⬇️ Smith V4.1 download started</div>