:root{--white: #FFFFFF;--cyan: #2DD4FF;--light-blue: #C7D2E1;--orange: #FF9900;--dark-blue: #0B1F3B;--medium-blue: #0F2A4A;--accent-blue: #1F6FEB;--bg-light: #F4F6F9}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:Inter,sans-serif;line-height:1.7;color:var(--dark-blue);background:var(--white)}a{color:var(--accent-blue);text-decoration:none;transition:color .3s}a:hover{color:var(--cyan)}.container{max-width:1100px;margin:0 auto;padding:0 20px}.nav{position:sticky;top:0;background:#fffffff7;backdrop-filter:blur(12px);z-index:100;padding:1rem 0;border-bottom:1px solid var(--light-blue)}.nav .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{font-family:Poppins,sans-serif;font-weight:600;font-size:1.15rem;color:var(--dark-blue);text-decoration:none}.nav-brand:hover{color:var(--accent-blue)}.nav-links{display:flex;gap:1.75rem;align-items:center}.nav-links a{color:var(--dark-blue);font-weight:500;font-size:.95rem}.nav-links a:hover{color:var(--accent-blue)}.nav-rss{display:flex;align-items:center;gap:.3rem;color:var(--orange);font-weight:600}.nav-rss:hover{color:var(--dark-blue)}.hero{background:linear-gradient(135deg,var(--dark-blue) 0%,var(--medium-blue) 100%);color:var(--white);padding:5rem 0 4rem;text-align:center}.hero h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.25}.hero p{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto}.categories{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin:2.5rem 0 1.5rem}.cat-pill{padding:.4rem 1rem;border-radius:24px;font-weight:600;font-size:.85rem;text-decoration:none;transition:all .3s;border:2px solid var(--light-blue);color:var(--dark-blue);background:var(--white)}.cat-pill:hover,.cat-pill.active{background:var(--accent-blue);color:var(--white);border-color:var(--accent-blue)}.featured-card{display:flex;background:var(--white);border-radius:12px;box-shadow:0 4px 24px #0b1f3b1f;overflow:hidden;margin-bottom:2.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s;border-left:none;border-top:3px solid var(--accent-blue)}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0b1f3b29}.featured-card-body{padding:1.75rem;display:flex;flex-direction:column;justify-content:center}.featured-title{font-family:Poppins,sans-serif;font-size:1.5rem;line-height:1.35;margin:.5rem 0;color:var(--dark-blue)}.featured-desc{font-size:1rem;color:#4a5568;margin-bottom:.75rem;line-height:1.6}.featured-read{color:var(--accent-blue);font-weight:600;font-size:.95rem;margin-top:.5rem}.featured-badge{background:var(--accent-blue);color:var(--white);padding:.15rem .5rem;border-radius:4px;font-weight:600;font-size:.75rem}.post-card-meta{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem;font-size:.85rem;color:#6b7a8d}.post-card-category{background:#1f6feb1a;color:var(--accent-blue);padding:.2rem .6rem;border-radius:4px;font-weight:600;font-size:.8rem}.post-card-body h3{font-family:Poppins,sans-serif;font-size:1.2rem;margin-bottom:.5rem;line-height:1.4}.post-card-body h3 a{color:var(--dark-blue)}.post-card-body h3 a:hover{color:var(--accent-blue)}.post-card-body p{font-size:.95rem;color:#4a5568;flex:1}.post-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.tag{font-size:.75rem;padding:.15rem .5rem;background:var(--bg-light);border-radius:4px;color:#6b7a8d}.post-header{text-align:center;padding:3rem 0 1.5rem}.post-header h1{font-family:Poppins,sans-serif;font-size:2.25rem;line-height:1.3;margin-bottom:1rem}.post-meta{color:#6b7a8d;font-size:.95rem;margin-bottom:1rem}.post-hero-img{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:2rem}.prose{max-width:760px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.85}.prose h2{font-family:Poppins,sans-serif;font-size:1.6rem;margin:2.5rem 0 1rem;color:var(--dark-blue)}.prose h3{font-family:Poppins,sans-serif;font-size:1.3rem;margin:2rem 0 .75rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin:1rem 0 1.25rem 1.5rem}.prose li{margin-bottom:.4rem}.prose blockquote{border-left:4px solid var(--accent-blue);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--bg-light);border-radius:0 8px 8px 0;font-style:italic}.prose code{background:var(--bg-light);padding:.15rem .4rem;border-radius:4px;font-size:.95rem}.prose pre{background:var(--dark-blue);color:var(--light-blue);padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;padding:0;color:inherit}.prose img{max-width:100%;border-radius:8px;margin:1.5rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0}.prose th,.prose td{padding:.75rem;border:1px solid var(--light-blue);text-align:left}.prose th{background:var(--bg-light);font-weight:600}.about-section{padding:3rem 0 4rem}.about-section h1{font-family:Poppins,sans-serif;font-size:2.25rem;text-align:center;margin-bottom:2rem}.about-content{max-width:760px;margin:0 auto;font-size:1.05rem}.about-content p{margin-bottom:1.25rem}.certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.cert-badge{background:var(--bg-light);padding:1rem;border-radius:8px;text-align:center;font-weight:600;font-size:.95rem;border:1px solid var(--light-blue)}.search-section{padding:2rem 0}.archive-list{margin-bottom:4rem}.archive-heading{font-family:Poppins,sans-serif;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--light-blue)}.archive-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--bg-light);text-decoration:none;transition:background .2s}.archive-item:hover{background:var(--bg-light);padding-left:.5rem}.archive-main{display:flex;flex-direction:column;gap:.25rem}.archive-top{display:flex;align-items:center;gap:.75rem}.archive-date{color:#6b7a8d;font-size:.85rem;min-width:100px}.archive-category{background:#1f6feb1a;color:var(--accent-blue);padding:.15rem .5rem;border-radius:4px;font-weight:600;font-size:.75rem;white-space:nowrap}.archive-reading-time{color:#6b7a8d;font-size:.75rem}.archive-title{color:var(--dark-blue);font-weight:500;font-size:.95rem}.archive-desc{color:#6b7a8d;font-size:.85rem;line-height:1.5}.archive-item:hover .archive-title{color:var(--accent-blue)}.updated-badge{display:inline-block;background:#1f6feb1a;color:var(--accent-blue);padding:.15rem .6rem;border-radius:4px;font-weight:600;font-size:.8rem;margin-left:.5rem}.back-to-top{position:fixed;bottom:5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;background:var(--accent-blue);color:#fff;border:none;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0b1f3b33;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:99}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:scale(1.1)}.toc{max-width:760px;margin:0 auto 2rem;background:var(--bg-light);border-radius:8px;border-left:4px solid var(--accent-blue);padding:1rem 1.5rem}.toc summary{font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;color:var(--dark-blue)}.toc ul{list-style:none;margin:.75rem 0 0;padding:0}.toc li{margin-bottom:.4rem}.toc li a{font-size:.9rem;color:var(--dark-blue)}.toc li a:hover{color:var(--accent-blue)}.toc .toc-h3{padding-left:1.25rem}.related-posts{max-width:760px;margin:0 auto 4rem;padding-top:2rem;border-top:2px solid var(--light-blue)}.related-posts h2{font-family:Poppins,sans-serif;font-size:1.3rem;margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.related-card{display:flex;flex-direction:column;gap:.4rem;padding:1rem;background:var(--bg-light);border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;border-top:3px solid var(--accent-blue)}.related-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0b1f3b1a}.related-category{background:#1f6feb1a;color:var(--accent-blue);padding:.15rem .5rem;border-radius:4px;font-weight:600;font-size:.7rem;align-self:flex-start}.related-title{font-weight:600;font-size:.9rem;color:var(--dark-blue);line-height:1.4}.related-date{font-size:.75rem;color:#6b7a8d}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1.1rem;line-height:1;padding:.2rem;color:var(--dark-blue)}[data-theme=dark]{--white: #0B1F3B;--dark-blue: #E2E8F0;--medium-blue: #1A3A5C;--bg-light: #132D4A;--light-blue: #2A4A6B}[data-theme=dark] body{background:#0b1f3b}[data-theme=dark] .nav{background:#0b1f3bf7;border-color:#2a4a6b}[data-theme=dark] .nav-brand,[data-theme=dark] .nav-links a{color:#e2e8f0}[data-theme=dark] .featured-card{background:#132d4a;box-shadow:0 4px 24px #0000004d}[data-theme=dark] .featured-title{color:#e2e8f0}[data-theme=dark] .featured-desc{color:#a0aec0}[data-theme=dark] .archive-item:hover{background:#132d4a}[data-theme=dark] .archive-title,[data-theme=dark] .post-header h1{color:#e2e8f0}[data-theme=dark] .prose{color:#cbd5e0}[data-theme=dark] .prose h2,[data-theme=dark] .prose h3{color:#e2e8f0}[data-theme=dark] .prose blockquote{background:#132d4a}[data-theme=dark] .prose code{background:#132d4a;color:#cbd5e0}[data-theme=dark] .prose th{background:#132d4a;color:#e2e8f0}[data-theme=dark] .prose td{color:#cbd5e0}[data-theme=dark] .toc{background:#132d4a}[data-theme=dark] .toc summary{color:#e2e8f0}[data-theme=dark] .toc li a{color:#cbd5e0}[data-theme=dark] .related-card{background:#132d4a}[data-theme=dark] .related-title{color:#e2e8f0}[data-theme=dark] .cat-pill{background:#132d4a;color:#e2e8f0;border-color:#2a4a6b}[data-theme=dark] .tag{background:#132d4a;color:#a0aec0}[data-theme=dark] .theme-toggle{color:#e2e8f0}[data-theme=dark] .post-card-body p,[data-theme=dark] .archive-desc,[data-theme=dark] .archive-reading-time{color:#a0aec0}[data-theme=dark] .updated-badge{background:#1f6feb33}@media print{.nav,.footer,#chat-widget,.toc,.related-posts,.categories,.theme-toggle,.post-card-tags,.back-to-top{display:none!important}body{color:#000;background:#fff;font-size:12pt}.prose{max-width:100%}.prose a{color:#000;text-decoration:underline}.prose a:after{content:" (" attr(href) ")";font-size:.8em}.hero{background:none;color:#000;padding:1rem 0}.post-header{padding:1rem 0}.post-header h1{font-size:1.5rem;color:#000}}.footer{background:var(--dark-blue);color:var(--light-blue);padding:2.5rem 0;text-align:center;font-size:.9rem}.footer a{color:var(--cyan)}.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem}.footer-disclaimer{margin-top:.5rem;font-size:.8rem;opacity:.7}@media(max-width:768px){.container{padding:0 16px}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.posts-grid{grid-template-columns:1fr}.nav-links{gap:1rem}.nav-links a{font-size:.85rem}.post-header h1{font-size:1.75rem}.archive-item{flex-wrap:wrap;gap:.4rem}.archive-date{min-width:auto}.archive-desc{display:none}.featured-card{border-left:none}.featured-title{font-size:1.2rem}.featured-desc{font-size:.9rem}.featured-card-body{padding:1.25rem}.categories{gap:.5rem;margin:1.5rem 0 1rem}.cat-pill{padding:.3rem .75rem;font-size:.78rem}.about-content{padding:0 4px}.search-section{padding:2rem 0}.prose{padding:0 4px}.certs-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media(max-width:480px){.nav .container{flex-direction:column;gap:.5rem}.nav-brand{font-size:1rem}.nav-links{gap:.75rem}.nav-links a{font-size:.8rem}.hero{padding:2.5rem 0 2rem}.hero h1{font-size:1.4rem}.hero p{font-size:.9rem}.categories{gap:.4rem;margin:1rem 0 .75rem}.cat-pill{padding:.25rem .6rem;font-size:.72rem;border-width:1.5px}.featured-title{font-size:1.1rem}.archive-title{font-size:.85rem}.archive-date{font-size:.75rem}.archive-category{font-size:.65rem}}
