:root{--background:#faf8f5;--foreground:#1a1a1a;--accent:#c4654a;--accent-hover:#b5573d;--muted:#6b6560;--border:#e0dbd5;--card-bg:#fff}@media (prefers-color-scheme:dark){:root{--background:#1a1816;--foreground:#e8e4df;--accent:#d4785e;--accent-hover:#e08a6e;--muted:#9e9890;--border:#2e2a26;--card-bg:#221f1c}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.page-main{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:3rem 1.5rem;display:flex}.page-container{width:100%;max-width:560px}.hero{text-align:center;margin-bottom:3.5rem}.hero-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-subtitle{color:var(--muted);max-width:440px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6}.subscribe-form{flex-wrap:wrap;gap:.5rem;display:flex}.subscribe-input{color:var(--foreground);background:var(--card-bg);border:1.5px solid var(--border);border-radius:10px;outline:none;flex:240px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.subscribe-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c4654a26}.subscribe-input::placeholder{color:var(--muted);opacity:.7}.subscribe-input:disabled{opacity:.5}.subscribe-button{color:#fff;background:var(--accent);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:.85rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.subscribe-button:hover:not(:disabled){background:var(--accent-hover)}.subscribe-button:active:not(:disabled){transform:scale(.98)}.subscribe-button:disabled{opacity:.6;cursor:not-allowed}.form-note{color:var(--muted);text-align:center;margin-top:.75rem;font-size:.82rem}.status-message{text-align:center;border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.95rem}.status-message.success{color:#2e7d42;background:#48975d1a;border:1px solid #48975d40}.status-message.error{color:#c43c32;background:#c43c3214;border:1px solid #c43c3233}.features-section{margin-top:3.5rem}.features-divider{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.features-divider:before,.features-divider:after{content:"";background:var(--border);flex:1;height:1px}.features-divider-text{color:var(--muted);white-space:nowrap;font-size:.85rem;font-weight:600}.feature-list{flex-direction:column;gap:1.5rem;display:flex}.feature-card{align-items:flex-start;gap:1rem;display:flex}.feature-icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem;line-height:1}.feature-title{margin-bottom:.2rem;font-size:1rem;font-weight:600}.feature-desc{color:var(--muted);font-size:.92rem;line-height:1.5}.page-footer{text-align:center;color:var(--muted);margin-top:3.5rem;font-size:.82rem}@media (max-width:480px){.subscribe-form{flex-direction:column}.subscribe-button{width:100%}.hero-title{font-size:2rem}}
