:root{--bg-primary:#0a0a0a;--bg-card:#141414;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--border:#222}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.page-container{width:100%;max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.home-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 1.5rem 3rem}.name-large{font-size:clamp(2rem,5vw,3rem);font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.home-sections{width:100%;max-width:600px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.section-item{display:block;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:.95rem;color:var(--text-secondary)}.section-item:hover{border-color:var(--text-muted);color:var(--text-primary)}.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem}.nav-link{font-size:.9rem;color:var(--text-muted);padding:.5rem 0;border-bottom:1px solid transparent}.nav-link:hover{color:var(--text-primary);border-bottom:1px solid var(--text-primary)}.home-items{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1rem}.home-item{display:block;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.home-item:hover{border-color:var(--text-muted)}.home-item-title{font-size:1rem;font-weight:500;color:var(--text-primary);margin-bottom:.4rem}.home-item-date{font-size:.8rem;color:var(--text-muted)}.social-links{position:fixed;top:1.5rem;right:1.5rem;display:flex;gap:.75rem;z-index:100}.social-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.social-link:hover{color:var(--text-primary)}.social-link svg{width:18px;height:18px}.back-link{display:inline-block;font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.back-link:hover,.page-title{color:var(--text-primary)}.page-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:1.5rem}.page-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:1.5rem}.section-heading{font-size:1.1rem;font-weight:500;color:var(--text-secondary);margin-top:2rem;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.section-heading:first-of-type{margin-top:0}.content-list{display:flex;flex-direction:column;gap:1rem}.content-card{display:block;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.content-card:hover{border-color:var(--text-muted)}.content-card-title{font-size:1rem;font-weight:500;color:var(--text-primary);margin-bottom:.4rem}.content-card-meta{font-size:.8rem;color:var(--text-muted)}.content-card-excerpt{font-size:.9rem;color:var(--text-secondary);margin-top:.6rem;line-height:1.5}.article-header{margin-bottom:2rem}.article-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.article-date{font-size:.9rem;color:var(--text-muted)}.article-content{font-size:1rem;color:var(--text-secondary);line-height:1.8}.article-content p{margin-bottom:1.5rem}.goal-card{padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem}.goal-card:hover{border-color:var(--text-muted)}.goal-category{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem}.goal-text{font-size:1rem;color:var(--text-primary);line-height:1.4}.books-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.book-card-img{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden}.book-card-img:hover{border-color:var(--text-muted)}.book-card-img img{width:100%;height:200px;object-fit:cover}.book-card-info{padding:.75rem}.book-card-title{font-size:.85rem;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty-text{color:var(--text-muted);font-size:1rem}.story-content{max-width:700px}.story-content p{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.mood-section{margin-top:2.5rem;width:100%;max-width:600px}.mood-title{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem;text-transform:lowercase}.playlist-links{display:flex;flex-wrap:wrap;gap:.75rem}.playlist-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:.85rem;color:var(--text-secondary)}.playlist-link:hover{border-color:var(--text-muted);color:var(--text-primary)}.spotify-icon{width:16px;height:16px;flex-shrink:0}@media (min-width:480px){.books-grid{grid-template-columns:repeat(3,1fr)}.book-card-img img{height:240px}}@media (min-width:768px){.home-container,.page-container{padding:4rem 2rem}.books-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.book-card-img img{height:260px}.book-card-info{padding:1rem}.book-card-title{font-size:.9rem}.home-item{padding:1.5rem}.home-item-title{font-size:1.1rem}.content-card,.goal-card{padding:1.5rem}.social-links{top:2rem;right:2rem;gap:1rem}}@media (min-width:1024px){.books-grid{grid-template-columns:repeat(5,1fr)}.book-card-img img{height:280px}}