*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg-secondary:#141414;--text:#ededed;--text-muted:#888;--accent:#7c3aed;--accent-light:#a78bfa}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:var(--accent-light);text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}.container{max-width:800px;margin:0 auto;padding:2rem}.hero{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.logo{font-size:8rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--accent-light),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .tagline{font-size:1.25rem;color:var(--text-muted);max-width:500px;margin-bottom:2rem}.nav-links{display:flex;gap:2rem;margin-top:2rem}.nav-links a{font-size:1.1rem;padding:.5rem 1rem;border-radius:8px;transition:background .2s}.nav-links a:hover{background:var(--bg-secondary)}section{padding:4rem 2rem;max-width:800px;margin:0 auto}section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--accent-light)}section p{margin-bottom:1rem;color:var(--text-muted)}.about-content{display:grid;grid-gap:2rem;gap:2rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.stat{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:var(--accent-light)}.stat-label{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-card{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;border:1px solid transparent;transition:border-color .2s}.blog-card:hover{border-color:var(--accent)}.blog-card h3{font-size:1.25rem;margin-bottom:.5rem}.blog-card .date{font-size:.85rem;margin-bottom:.5rem}.blog-card .date,.blog-card .excerpt{color:var(--text-muted)}.newsletter{background:var(--bg-secondary);padding:3rem 2rem;border-radius:16px;text-align:center;margin:4rem auto;max-width:600px}.newsletter h3{font-size:1.5rem;margin-bottom:.5rem}.newsletter p{margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem;max-width:400px;margin:0 auto}.newsletter-form input{flex:1 1;padding:.75rem 1rem;border:1px solid #333;border-radius:8px;background:var(--bg);color:var(--text);font-size:1rem}.newsletter-form button{padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:opacity .2s}.newsletter-form button:hover{opacity:.9}footer{text-align:center;padding:2rem;border-top:1px solid #222;margin-top:4rem}.back-link,footer{color:var(--text-muted);font-size:.9rem}.back-link{display:inline-block;margin-bottom:1rem}.back-link:hover{color:var(--accent-light)}.read-more{display:inline-block;margin-top:1rem;font-size:.9rem}.post{max-width:700px;margin:0 auto;padding:2rem}.post-header{margin-bottom:3rem;padding-top:2rem}.post-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;background:linear-gradient(135deg,var(--accent-light),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.post-header .date{color:var(--text-muted);font-size:.95rem}.post-content{font-size:1.1rem;line-height:1.8}.post-content p{margin-bottom:1.5rem;color:var(--text)}.post-content h2{font-size:1.5rem;color:var(--accent-light);margin:2.5rem 0 1rem}.post-content strong{color:var(--text);font-weight:600}.post-content em{font-style:italic}.post-content code{background:var(--bg-secondary);padding:.2rem .4rem;border-radius:4px;font-size:.9em}.post-content hr{border:none;border-top:1px solid #333;margin:2rem 0}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #222}@media (max-width:600px){.hero h1{font-size:2rem}.logo{font-size:5rem}.nav-links{gap:1rem}.nav-links,.newsletter-form{flex-direction:column}.post-header h1{font-size:1.75rem}.post-content{font-size:1rem}}.musings-list{display:flex;flex-direction:column;gap:1.5rem}.musing-card{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;border-left:3px solid var(--accent)}.musing-text{font-size:1.1rem;line-height:1.7;color:var(--text);margin-bottom:1rem}.musing-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.musing-meta .date{color:var(--text-muted);font-size:.85rem}.musing-meta .tags{display:flex;gap:.5rem}.musing-meta .tag{color:var(--accent-light);font-size:.8rem;opacity:.8}.musings-preview{display:flex;flex-direction:column;gap:1rem}.musing-preview{padding:1rem;background:var(--bg-secondary);border-radius:8px;border-left:2px solid var(--accent)}.musing-preview p{font-size:.95rem;color:var(--text);margin:0}