:root{--background: #F5F3F0;--foreground: #2D2A26;--card: #FFFFFF;--card-foreground: #2D2A26;--primary: #2D2A26;--primary-foreground: #FFFFFF;--secondary: #EDEAE7;--secondary-foreground: #2D2A26;--muted: #EDEAE7;--muted-foreground: #8A8580;--accent: #3C3835;--accent-foreground: #FFFFFF;--border: #E8E5E2;--input: #E8E5E2;--ring: #2D2A26;--destructive: hsl(0, 65%, 50%);--destructive-foreground: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 0;background:rgba(253,252,250,0.85);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.navbar-content{max-width:48rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:var(--foreground)}.logo .logo-icon{height:24px;width:24px}.logo .logo-text{font-size:1.1rem;font-weight:600;letter-spacing:-0.01em}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--muted-foreground);text-decoration:none;font-size:0.875rem;font-weight:500;transition:color 0.2s}.nav-links a:hover{color:var(--foreground)}.nav-links .download-btn{background:var(--primary);color:var(--primary-foreground) !important;padding:0.4rem 1rem;border-radius:0.375rem;font-weight:600;font-size:0.875rem;transition:all 0.2s}.nav-links .download-btn:hover{opacity:0.9;transform:translateY(-1px)}.main-content{margin-top:70px;min-height:calc(100vh - 70px);padding:3rem 0}.container{max-width:48rem;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{color:var(--foreground);margin-bottom:1rem;font-weight:600}h1{font-size:2rem;line-height:1.2;margin-bottom:1.5rem}h2{font-size:1.5rem;line-height:1.3;margin-top:2rem}h3{font-size:1.25rem;line-height:1.4;margin-top:1.5rem}p{margin-bottom:1rem;color:var(--muted-foreground);line-height:1.8}a{color:var(--ring);text-decoration:none;transition:opacity 0.2s}a:hover{opacity:0.7}.post-card{background:var(--card);border:1px solid var(--border);border-radius:0.75rem;margin-bottom:1.25rem;overflow:hidden;transition:border-color 0.2s ease}.post-card:hover{border-color:#C8C4C0}.post-card .post-card-image{display:block;overflow:hidden;aspect-ratio:16 / 7}.post-card .post-card-image img{width:100%;height:100%;object-fit:cover}.post-card .post-card-body{padding:1.5rem}.post-card h2{margin:0.25rem 0 0.5rem 0;font-size:1.35rem}.post-card h2 a{color:var(--foreground);text-decoration:none}.post-card h2 a:hover{opacity:0.7}.post-card .post-meta{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:0.5rem;font-size:0.8rem;color:var(--muted-foreground)}.post-card .post-meta span{padding:0.2rem 0.6rem;background:var(--secondary);border:1px solid var(--border);border-radius:1rem;font-size:0.75rem}.post-card .post-meta span:first-child{background:none;border:none;padding-left:0}.post-card .post-excerpt{color:var(--muted-foreground);line-height:1.7;font-size:0.95rem}.post-card .read-more{display:inline-block;margin-top:0.75rem;color:var(--foreground);font-weight:500;font-size:0.875rem}.post-card .read-more:hover{text-decoration:underline}.post .post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post .post-header h1{font-size:1.75rem;line-height:1.3;margin-bottom:1rem}.post .post-meta{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.5rem;font-size:0.8rem;color:var(--muted-foreground)}.post .post-meta span:nth-child(even){display:none}.post .post-meta span:nth-child(odd){padding:0.2rem 0.6rem;background:var(--secondary);border:1px solid var(--border);border-radius:1rem;font-size:0.75rem}.post .video-embed{margin:2rem 0;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:0.75rem}.post .video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.post .post-hero{margin-top:1.5rem;border-radius:0.75rem;overflow:hidden}.post .post-hero img{width:100%;height:auto;display:block}.post .post-content{font-size:1.05rem}.post .post-content img,.post .post-content video{max-width:100%;width:100%;height:auto;border-radius:0.5rem;margin:1.5rem 0;display:block}.post .post-content video{background:var(--muted)}.post .post-content pre{background:var(--secondary);border:1px solid var(--border);border-radius:0.5rem;padding:1rem;overflow-x:auto;margin:1.5rem 0}.post .post-content pre code{background:none;padding:0;font-size:0.875rem}.post .post-content code{background:var(--muted);padding:0.15rem 0.35rem;border-radius:0.25rem;font-size:0.875rem}.post .post-content blockquote{border-left:3px solid var(--border);padding-left:1rem;margin:1.5rem 0;color:var(--muted-foreground);font-style:italic}.post .post-content table{width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem 0;font-size:0.875rem;border:1px solid var(--border);border-radius:0.5rem;overflow:hidden}.post .post-content table thead th{background:var(--primary);color:var(--primary-foreground);font-weight:600;font-size:0.78rem;text-transform:uppercase;letter-spacing:0.04em;padding:0.7rem 0.85rem;text-align:left;white-space:nowrap}.post .post-content table tbody tr:nth-child(even){background:var(--secondary)}.post .post-content table tbody tr:first-child{background:#F0EDE8}.post .post-content table tbody td{padding:0.65rem 0.85rem;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.5}.post .post-content table tbody td:first-child{font-weight:600}.post .post-content table tbody tr:last-child td{border-bottom:none}.post .post-content ul,.post .post-content ol{margin:1.5rem 0;padding-left:2rem;color:var(--foreground)}.post .post-content ul{list-style:none}.post .post-content ul li{position:relative;padding-left:1.25rem;margin-bottom:0.5rem}.post .post-content ul li::before{content:'\2022';position:absolute;left:0;color:var(--ring);font-size:1.2rem;line-height:1.4}.post .post-content ol{counter-reset:list-counter;list-style:none}.post .post-content ol li{position:relative;padding-left:1.25rem;margin-bottom:0.5rem;counter-increment:list-counter}.post .post-content ol li::before{content:counter(list-counter) ".";position:absolute;left:0;color:var(--ring);font-weight:600;font-size:0.95rem}.post .post-content li{line-height:1.7}.post .post-content li ul,.post .post-content li ol{margin-top:0.5rem;margin-bottom:0.5rem}.post .post-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem auto;width:40%;opacity:0.6}.post-cta{margin:3rem 0 2rem;padding:2rem;background:var(--secondary);border:1px solid var(--border);border-radius:0.75rem;text-align:center}.post-cta h3{font-size:1.15rem;margin-bottom:0.5rem}.post-cta p{color:var(--muted-foreground);margin-bottom:1rem;font-size:0.95rem}.footer{margin-top:4rem;padding:2rem 0;border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);font-size:0.8rem}.footer a{color:var(--muted-foreground)}.footer a:hover{color:var(--foreground)}.blog-hero{margin-bottom:2.5rem}.blog-hero h1{font-size:2rem;margin-bottom:0.25rem}.blog-hero p{font-size:1rem;color:var(--muted-foreground)}.btn{display:inline-block;padding:0.6rem 1.25rem;background:var(--primary);color:var(--primary-foreground);border-radius:0.375rem;font-weight:500;font-size:0.875rem;text-decoration:none;transition:opacity 0.2s}.btn:hover{opacity:0.9}.btn.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn.btn-outline:hover{background:var(--secondary)}@media (max-width: 768px){.navbar{padding:0.75rem 0}.navbar-content{padding:0 1rem}.nav-links{gap:1rem}h1{font-size:1.5rem}h2{font-size:1.25rem}.container{padding:0 1rem}.main-content{padding:2rem 0}.post .post-header h1{font-size:1.35rem}.post .post-content{font-size:1rem}.post .post-content img,.post .post-content video{margin:1rem 0}.post-card{padding:1.25rem}.post-card h2{font-size:1.15rem}.post-card .post-excerpt{font-size:0.9rem}.blog-hero{margin-bottom:2rem}.blog-hero h1{font-size:1.6rem}}

/*# sourceMappingURL=style.css.map */