*{box-sizing:border-box;margin:0;padding:0}:root{--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--accent:#06c;--accent-hover:#0052a3;--border:#e5e5e5;--border-light:#f5f5f5;--bg-primary:#fff;--bg-secondary:#fafafa;--bg-code:#f5f5f5;--radius:8px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05)}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;color:var(--text-primary);background-color:var(--bg-primary);font-size:16px}.container{max-width:768px;margin:0 auto;padding:0 24px}.site-header{padding:40px 0;border-bottom:1px solid var(--border);transition:all .3s ease}.site-title{font-size:22px;font-weight:600;margin-bottom:16px}.site-title a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.site-title a:hover{color:var(--accent)}.site-nav{display:flex;gap:32px;align-items:center}.site-nav a{color:var(--text-secondary);text-decoration:none;font-size:15px;font-weight:500;padding:8px 0;transition:color .2s ease;position:relative}.site-nav a:hover{color:var(--text-primary)}.site-nav a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--accent);transform:scaleX(0);transition:transform .2s ease}.site-nav a:hover:after{transform:scaleX(1)}.site-nav a.lang-switch{margin-left:auto;padding:6px 16px;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--bg-secondary);transition:all .2s ease}.site-nav a.lang-switch:hover{background-color:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.site-nav a.lang-switch:after{display:none}.site-content{min-height:calc(100vh - 300px);padding:60px 0}.site-footer{border-top:1px solid var(--border);padding:48px 0;text-align:center;color:var(--text-muted);font-size:14px;margin-top:48px}.site-footer p{margin-bottom:8px}.site-footer a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.site-footer a:hover{color:var(--accent)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-primary)}h1{font-size:36px;margin-bottom:24px}h2{font-size:24px;margin:48px 0 16px}h3{font-size:20px;margin:32px 0 12px}h4{font-size:18px;margin:24px 0 8px}p{margin-bottom:20px;color:var(--text-primary)}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}ol,ul{margin-bottom:20px;padding-left:24px}li{margin-bottom:8px;color:var(--text-primary)}.intro{background-color:var(--bg-secondary);padding:32px;border-radius:var(--radius);margin-bottom:48px;border:1px solid var(--border)}.intro p{font-size:17px;color:var(--text-secondary);margin:0;line-height:1.7}.projects{margin-bottom:48px}.projects h2{margin-bottom:24px;color:var(--text-primary);font-size:24px}.projects ul{list-style:none;padding:0;display:grid;grid-gap:20px;gap:20px;grid-template-columns:1fr}@media (min-width:640px){.projects ul{grid-template-columns:repeat(2,1fr)}}.projects li{margin:0;display:flex}.projects a{background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:all .2s ease;width:100%;color:var(--text-primary);display:flex;flex-direction:column;gap:6px}.projects a:hover{border-color:var(--accent);background-color:var(--bg-secondary)}.project-title{font-weight:600;font-size:16px;color:var(--text-primary);transition:color .2s ease}.project-desc{font-weight:400;font-size:14px;color:var(--text-secondary);line-height:1.5}.projects a:hover .project-title{color:var(--accent)}.recent-posts{margin-bottom:48px}.recent-posts h2{margin-bottom:24px;color:var(--text-primary);font-size:24px}.recent-posts>a{display:inline-block;margin-top:24px;font-weight:600;color:var(--accent);font-size:16px;transition:color .2s ease}.recent-posts>a:hover{color:var(--accent-hover)}.post-list{list-style:none;padding:0;margin:0}.post-list li{margin:0}.post-list a{display:block;padding:16px 0;font-weight:500;font-size:17px;color:var(--text-primary);line-height:1.5;transition:color .2s ease;border-bottom:1px solid var(--border-light)}.post-list li:last-child a{border-bottom:none}.post-list a:hover{color:var(--accent)}.post-date{color:var(--text-muted);font-size:14px;font-weight:500;margin-left:8px}.post-header{margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid var(--border-light)}.post-header h1{margin-bottom:16px;font-size:32px;line-height:1.2}.post-header time{color:var(--text-muted);font-size:14px;font-weight:500}.post-content{font-size:17px;line-height:1.8;color:var(--text-primary)}.post-content h1,.post-content h2,.post-content h3,.post-content h4{margin-top:48px;margin-bottom:16px}.post-content img{max-width:100%;height:auto;margin:32px 0;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.post-content pre{border:1px solid var(--border);border-radius:var(--radius);padding:20px;overflow-x:auto;margin:24px 0;line-height:1.5}.post-content code,.post-content pre{background-color:var(--bg-code);font-size:14px}.post-content code{padding:3px 6px;border-radius:4px;border:1px solid var(--border-light)}.post-content pre code{background-color:transparent;padding:0;border:none}.post-content blockquote{border-left:4px solid var(--accent);margin:24px 0;color:var(--text-secondary);font-style:italic;background-color:var(--bg-secondary);padding:20px;border-radius:var(--radius)}.draft-badge{background-color:#fbbf24;color:#92400e;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;margin-left:12px;text-transform:uppercase;letter-spacing:.025em}.page-content{font-size:17px;line-height:1.8;color:var(--text-primary)}.all-posts h1{margin-bottom:48px}.all-posts h3{margin-top:48px;margin-bottom:24px;color:var(--text-primary);font-size:20px}.all-posts h3:first-of-type{margin-top:0}@media (max-width:768px){.container{padding:0 20px}.site-header{padding:24px 0}.site-title{font-size:20px;margin-bottom:16px}.site-nav{gap:20px;flex-wrap:wrap}.site-nav a{font-size:14px;padding:6px 0}.site-content{padding:40px 0}.intro{padding:28px;margin-bottom:48px}.intro p{font-size:16px;line-height:1.7}.projects,.recent-posts{margin-bottom:48px}.projects h2,.recent-posts h2{font-size:24px;margin-bottom:24px}.projects ul{grid-template-columns:1fr;gap:16px}.projects a{padding:20px}.recent-posts>a{padding:10px 20px;font-size:15px}h1{font-size:28px}h2{font-size:22px;margin:32px 0 16px}h3{font-size:18px;margin:24px 0 12px}.post-header h1{font-size:26px}.post-content{font-size:16px}.post-list a{padding:16px 20px;font-size:17px}.post-list a:hover{padding-left:28px}.site-footer{padding:40px 0;margin-top:48px}}html{scroll-behavior:smooth}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}