@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--accent: #5b5df3;--accent-light: #818cf8;--accent-dark: #4f46e5;--cyan: #22d3ee;--green: #34d399;--orange: #fb923c;--rose: #fb7185;--bg-primary: #0a0a0f;--bg-secondary: #111118;--bg-card: #16161f;--bg-card-hover: #1c1c28;--bg-elevated: #1e1e2a;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #8b98ad;--border: #1e293b;--border-light: #334155;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--max-width: 720px;--max-width-wide: 1200px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(99, 102, 241, .15)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-sans);margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:var(--text-primary);line-height:1.2;font-weight:700;letter-spacing:-.02em}h1{font-size:2.5rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}strong,b{font-weight:700}a{color:var(--accent-light);text-decoration:none;transition:color .2s ease}a:hover{color:var(--cyan)}p{margin-bottom:1em;color:var(--text-secondary)}.prose p{margin-bottom:1.5em;color:var(--text-secondary)}.prose h2,.prose h3,.prose h4{margin-top:2em}.prose ul,.prose ol{color:var(--text-secondary)}.prose strong{color:var(--text-primary)}.prose a{text-decoration:underline;text-underline-offset:3px}main{width:100%;max-width:var(--max-width);margin:auto;padding:2em 1em}.wide{max-width:var(--max-width-wide)}code{padding:2px 6px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;font-family:var(--font-mono);font-size:.875em;color:var(--cyan)}pre{padding:1.25em;border-radius:var(--radius-sm);border:1px solid var(--border);overflow-x:auto}pre>code{all:unset;font-family:var(--font-mono);font-size:.875em}blockquote{border-left:3px solid var(--accent);padding:0 0 0 1.25em;margin:1.5em 0;color:var(--text-secondary);font-style:italic}hr{border:none;border-top:1px solid var(--border);margin:2em 0}img{max-width:100%;height:auto;border-radius:var(--radius-sm)}table{width:100%;border-collapse:collapse}th,td{padding:.75em 1em;text-align:left;border-bottom:1px solid var(--border)}th{color:var(--text-primary);font-weight:600}td{color:var(--text-secondary)}header{background:#0a0a0fd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}header nav{max-width:var(--max-width-wide);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5em;height:64px}header .logo{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:.5em}header .logo .accent{color:var(--accent-light)}header .nav-links{display:flex;align-items:center;gap:.25em}header .nav-links a{padding:.5em .875em;color:var(--text-secondary);font-size:.875rem;font-weight:500;border-radius:var(--radius-sm);transition:all .2s ease}header .nav-links a:hover{color:var(--text-primary);background:var(--bg-card)}header .nav-links a.active{color:var(--accent-light);background:#6366f11a}.hero{text-align:center;padding:4em 1em 3em;max-width:700px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5em;padding:.4em 1em;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:100px;color:var(--accent-light);font-size:.8rem;font-weight:600;margin-bottom:1.5em;letter-spacing:.02em}.hero h1{font-size:3rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1em;background:linear-gradient(135deg,var(--text-primary),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;max-width:540px;margin:0 auto 2em}.hero-ctas{display:flex;gap:1em;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5em;padding:.75em 1.5em;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;cursor:pointer;border:none;transition:all .2s ease;font-family:var(--font-sans)}.btn-primary{background:var(--accent-dark);color:#fff}.btn-primary:hover{background:#4338ca;box-shadow:var(--shadow-glow);color:#fff}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--border-light);color:var(--text-primary)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5em;transition:all .3s ease}.card:hover{background:var(--bg-card-hover);border-color:var(--border-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.post-list{display:grid;gap:1.5em;list-style:none;padding:0;margin:0}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s ease}.post-card:hover{background:var(--bg-card-hover);border-color:var(--border-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.post-card a{display:block;text-decoration:none;color:inherit}.post-card-img{width:100%;height:200px;object-fit:cover;border-radius:0}.post-card-body{padding:1.25em 1.5em}.post-card-body .category{display:inline-block;padding:.2em .6em;background:#6366f11a;border-radius:100px;color:var(--accent-light);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75em}.post-card-body h3{font-size:1.125rem;margin-bottom:.5em;color:var(--text-primary)}.post-card-body p{font-size:.875rem;color:var(--text-muted);margin-bottom:.75em;line-height:1.5}.post-card-body .date{font-size:.8rem;color:var(--text-muted)}.section-header{text-align:center;margin-bottom:2.5em}.section-header h2{font-size:2rem;margin-bottom:.5em}.section-header p{color:var(--text-muted);max-width:500px;margin:0 auto}.pill-row{display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;margin-bottom:2em}.pill{padding:.4em 1em;border-radius:100px;font-size:.8rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.pill:hover,.pill.active{background:#6366f126;border-color:var(--accent);color:var(--accent-light)}.newsletter{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3em 2em;text-align:center;margin:4em auto;max-width:600px}.newsletter h2{margin-bottom:.5em}.newsletter p{color:var(--text-secondary);margin-bottom:1.5em}.newsletter-form{display:flex;gap:.75em;max-width:420px;margin:0 auto}.newsletter-form input{flex:1;padding:.75em 1em;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.875rem;font-family:var(--font-sans);outline:none;transition:border-color .2s ease}.newsletter-form input:focus{border-color:var(--accent)}.newsletter-form input::placeholder{color:var(--text-muted)}footer{border-top:1px solid var(--border);padding:3em 1.5em;background:var(--bg-secondary)}footer .footer-inner{max-width:var(--max-width-wide);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1em}footer .footer-copy{color:var(--text-muted);font-size:.8rem}footer .footer-links{display:flex;gap:1.5em}footer .footer-links a{color:var(--text-muted);font-size:.8rem;transition:color .2s ease}footer .footer-links a:hover{color:var(--text-primary)}.post-hero{width:100%;max-height:400px;object-fit:cover;border-radius:var(--radius);margin-bottom:2em;border:1px solid var(--border)}.post-title{text-align:center;padding:1em 0;margin-bottom:1em}.post-title h1{font-size:2.25rem;margin-bottom:.5em}.post-title .date{color:var(--text-muted);font-size:.875rem}.post-title .last-updated{color:var(--text-muted);font-size:.8rem;font-style:italic}.affiliate-disclosure{background:#6366f10d;border:1px solid rgba(99,102,241,.15);border-radius:var(--radius-sm);padding:1em 1.25em;font-size:.8rem;color:var(--text-muted);margin-bottom:2em}.calc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem}@media(max-width:768px){.hero h1{font-size:2rem}.hero{padding:2em .5em}header nav{flex-direction:column;height:auto;padding:.5em .75em;gap:.25em}header .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.25em}header .nav-links a{padding:.4em .6em;font-size:.8rem}.newsletter-form{flex-direction:column}footer .footer-inner{flex-direction:column;text-align:center}.post-title h1{font-size:1.75rem}}@media(max-width:420px){main{padding:1.5em .75em}.hero h1{font-size:1.7rem}.hero p{font-size:1rem}h1{font-size:2rem}h2{font-size:1.5rem}.newsletter{padding:2em 1em}footer{padding:2em 1em}footer .footer-links{gap:1em;flex-wrap:wrap;justify-content:center}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap;border:0}.text-gradient{background:linear-gradient(135deg,var(--accent-light),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
