*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;color:#333;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:800px;margin:0 auto;padding:2rem}.landing{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.landing h1{font-size:3rem;font-weight:300;margin-bottom:2rem;letter-spacing:.1em}.nav{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;font-size:1.2rem}.nav a{padding:.5rem;border-bottom:1px solid transparent;transition:all .3s ease}.nav a:hover{border-bottom-color:#333}.enter-hint{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);font-size:.9rem;opacity:.6}.blog-list{display:flex;flex-direction:column;gap:2rem}.blog-post{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.blog-post:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.blog-post-link{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;text-decoration:none;color:inherit}.blog-post .post-content{flex:1 1}.blog-post .thumbnail{width:120px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden}.blog-post .thumbnail img{width:100%;height:100%;object-fit:cover}.blog-post h2{margin-bottom:.5rem;font-weight:500}.blog-post .date{color:#666;font-size:.9rem;margin-bottom:1rem}.blog-post .excerpt{color:#666;line-height:1.5}.blog-content{max-width:700px;margin:0 auto;padding:2rem;line-height:1.8}.blog-content h1{margin-bottom:1rem;font-weight:500;line-height:1.4}.blog-content .meta{color:#666;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.blog-content img{max-width:100%;height:auto;margin:2rem 0;border-radius:4px}.blog-content p{margin-bottom:1.5rem;line-height:1.8}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin-top:2rem;margin-bottom:1rem;line-height:1.4}.blog-content h1:first-child,.blog-content h2:first-child,.blog-content h3:first-child{margin-top:0}.blog-content ol,.blog-content ul{margin-bottom:1.5rem;padding-left:2rem}.blog-content li{margin-bottom:.5rem;line-height:1.7}.blog-content blockquote{border-left:4px solid #ddd;padding-left:1rem;margin:1.5rem 0;color:#666;font-style:italic}.blog-content pre{background:#f8f8f8;padding:1rem;border-radius:4px;overflow-x:auto;margin:1.5rem 0}.blog-content code{background:#f0f0f0;padding:.2rem .4rem;border-radius:3px;font-size:.9em}.blog-content pre code{background:none;padding:0}.back-link{display:inline-block;margin-bottom:2rem;color:#666;text-decoration:underline}.back-link:hover{color:#333}.mobile-break:before{content:""}@media (max-width:768px){.mobile-break:before{content:"\A";white-space:pre}}