:root{--bg: #fafafa;--surface: #fff;--text: #171717;--text-muted: #737373;--border: #e5e5e5;--accent: #6366f1;--accent-hover: #4f46e5;--accent-light: #eef2ff;--green: #059669;--green-light: #ecfdf5;--orange: #ea580c;--orange-light: #fff7ed;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 25px rgba(0,0,0,.06), 0 4px 8px rgba(0,0,0,.04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header{position:sticky;top:0;z-index:100;background:#ffffffd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.15rem;color:var(--text);text-decoration:none;letter-spacing:-.3px}.logo svg{color:var(--accent)}.site-header nav{display:flex;gap:2rem}.site-header nav a{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s}.site-header nav a:hover{color:var(--text)}main{max-width:1100px;margin:0 auto;padding:3rem 2rem}.site-footer{border-top:1px solid var(--border);margin-top:6rem;background:var(--surface)}.footer-inner{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-brand p{color:var(--text-muted);font-size:.9rem;margin-top:.5rem}.footer-logo{font-weight:700;font-size:1.1rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.footer-links a:hover{color:var(--text)}h1,h2,h3{line-height:1.25;letter-spacing:-.3px}h1{font-size:2.5rem;font-weight:800}h2{font-size:1.6rem;font-weight:700;margin:2rem 0 1rem}h3{font-size:1.2rem;font-weight:600;margin:1.5rem 0 .75rem}p{margin-bottom:1rem;color:var(--text)}a{color:var(--accent);text-decoration:none;font-weight:500}a:hover{color:var(--accent-hover)}table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow)}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{background:var(--accent-light);font-weight:600;color:var(--accent);font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}td{background:var(--surface)}tr:last-child td{border-bottom:none}pre{background:#1e1e2e;color:#cdd6f4;border-radius:var(--radius-sm);padding:1.25rem;overflow-x:auto;margin:1.5rem 0;font-size:.85rem;line-height:1.6}code{font-size:.9em;font-family:SF Mono,Fira Code,monospace}:not(pre)>code{background:var(--accent-light);color:var(--accent);padding:2px 6px;border-radius:4px;font-size:.85em}blockquote{border-left:3px solid var(--accent);padding:1rem 1.25rem;margin:1.5rem 0;background:var(--accent-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text);font-style:italic}ul,ol{margin:.75rem 0 1.25rem 1.5rem}li{margin-bottom:.35rem}li::marker{color:var(--accent)}hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}img{max-width:100%;height:auto;border-radius:var(--radius)}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1rem;transition:all .2s;box-shadow:var(--shadow)}.post-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.post-card .category-tag{display:inline-block;background:var(--accent-light);color:var(--accent);font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:100px;margin-bottom:.75rem}.post-card h2{margin:.5rem 0;font-size:1.25rem}.post-card h2 a{color:var(--text)}.post-card h2 a:hover{color:var(--accent)}.post-card .meta{color:var(--text-muted);font-size:.85rem}.post-card .desc{color:var(--text-muted);margin-top:.5rem;line-height:1.5}.article-header{text-align:center;padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.article-header .category-tag{display:inline-block;background:var(--accent-light);color:var(--accent);font-size:.8rem;font-weight:600;padding:4px 14px;border-radius:100px;margin-bottom:1rem}.article-header .date{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.article-header h1{max-width:720px;margin:0 auto}.article-header .description{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:1rem auto 0}article{max-width:720px;margin:0 auto;font-size:1.05rem}.hero{text-align:center;padding:4rem 0}.hero h1{font-size:3rem;margin-bottom:1rem}.hero .highlight{background:linear-gradient(135deg,var(--accent),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.2rem;color:var(--text-muted);max-width:560px;margin:0 auto}.posts-section{max-width:800px;margin:0 auto}.section-title{font-size:1.1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.05rem}article,.posts-section{max-width:100%}.header-inner,main,.footer-inner{padding-left:1.25rem;padding-right:1.25rem}.footer-inner{flex-direction:column}h1{font-size:1.8rem}}@media print{.site-header,.site-footer{display:none}body{background:#fff;color:#000}}
