.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{--bg:#fafafa;--bg-alt:#f1f5f9;--fg:#0f172a;--fg-muted:#64748b;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-fg:#fff;--border:#e2e8f0;--card-shadow:0 4px 14px 0 #0000000a;--card-shadow-hover:0 10px 25px -5px #2563eb1f;--header-bg:#fafafaf0;--nav-link:#334155;--nav-link-hover:#0f172a;--nav-link-hover-bg:#0f172a0f;--nav-link-active:#1d4ed8;--nav-active-bg:#2563eb1f;--nav-active-border:#2563eb47;--max-width:46rem;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}:root[data-theme=light]{--bg:#fafafa;--bg-alt:#f1f5f9;--fg:#0f172a;--fg-muted:#64748b;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-fg:#fff;--border:#e2e8f0;--card-shadow:0 4px 14px 0 #0000000a;--card-shadow-hover:0 10px 25px -5px #2563eb1f;--header-bg:#fafafaf0;--nav-link:#334155;--nav-link-hover:#0f172a;--nav-link-hover-bg:#0f172a0f;--nav-link-active:#1d4ed8;--nav-active-bg:#2563eb1f;--nav-active-border:#2563eb47}:root[data-theme=dark]{--bg:#090d16;--bg-alt:#131b2e;--fg:#f1f5f9;--fg-muted:#94a3b8;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-fg:#090d16;--border:#1e293b;--card-shadow:0 4px 14px 0 #00000040;--card-shadow-hover:0 10px 25px -5px #3b82f640;--header-bg:#090d16f0;--nav-link:#cbd5e1;--nav-link-hover:#fff;--nav-link-hover-bg:#f1f5f91a;--nav-link-active:#93c5fd;--nav-active-bg:#3b82f633;--nav-active-border:#3b82f666}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#090d16;--bg-alt:#131b2e;--fg:#f1f5f9;--fg-muted:#94a3b8;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-fg:#090d16;--border:#1e293b;--card-shadow:0 4px 14px 0 #00000040;--card-shadow-hover:0 10px 25px -5px #3b82f640;--header-bg:#090d16f0;--nav-link:#cbd5e1;--nav-link-hover:#fff;--nav-link-hover-bg:#f1f5f91a;--nav-link-active:#93c5fd;--nav-active-bg:#3b82f633;--nav-active-border:#3b82f666}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.7;transition:background-color .25s,color .25s}a{color:var(--accent);text-underline-offset:3px;text-decoration:underline 1px;transition:color .15s,border-color .15s,transform .15s}a:hover{color:var(--accent-hover);text-decoration:none}a.site-title,.site-nav a,.post-card h2 a,.tag-list a,.pagination a{text-decoration:none}.site-footer a{text-underline-offset:2px;text-decoration:underline}.tag-list a:hover{text-decoration:none}img{max-width:100%;height:auto}h1,h2,h3,h4{font-weight:700;line-height:1.25}code,pre{font-family:var(--font-mono);font-size:.92em}pre{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow-x:auto}blockquote{border-left:3px solid var(--border);color:var(--fg-muted);margin:1.5rem 0;padding:.5rem 1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background-color .25s,border-color .25s;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;gap:1.5rem;height:4.25rem;display:flex}.site-title{color:var(--fg);letter-spacing:-.02em;flex-shrink:0;font-size:1.2rem;font-weight:700;transition:opacity .15s}.site-title:hover{opacity:.8}.site-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:.35rem;display:flex;overflow-x:auto}.site-nav::-webkit-scrollbar{display:none}.site-nav a{color:var(--nav-link);white-space:nowrap;border:1px solid #0000;border-radius:6px;padding:.35rem .7rem;font-size:.92rem;font-weight:550;transition:color .15s,background-color .15s,border-color .15s}.site-nav a:hover{color:var(--nav-link-hover);background:var(--nav-link-hover-bg);text-decoration:none}.site-nav a.active{color:var(--nav-link-active);background:var(--nav-active-bg);border-color:var(--nav-active-border);font-weight:600}.site-nav a:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle{border:1px solid var(--border);color:var(--nav-link);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.85rem;font-weight:500;line-height:1;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.theme-toggle:hover{color:var(--nav-link-hover);background:var(--nav-link-hover-bg)}@media (width<=640px){.site-header .container{gap:.5rem;height:3.75rem;padding:0 .75rem}.site-title{font-size:1.15rem}.site-nav{gap:.35rem}.site-nav a{padding:.3rem .6rem;font-size:.88rem}.site-nav .nav-rss{display:none}.theme-toggle{padding:.3rem .5rem;font-size:.85rem}.theme-toggle-label{display:none}}main{min-height:60vh;padding:2.5rem 0 4rem}.site-footer{border-top:1px solid var(--border);color:var(--fg-muted);text-align:center;padding:2rem 0;font-size:.85rem}.version-tag{color:var(--fg-muted);opacity:.9;border-bottom:1px dotted var(--border);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s,opacity .15s}.version-tag:hover{color:var(--accent);border-bottom-color:var(--accent);opacity:1;text-decoration:none}.post-card{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:12px;margin-bottom:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative}.post-card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--accent);transform:translateY(-2px)}.post-card h2{letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.35rem}.post-card h2 a{color:var(--fg);transition:color .15s}.post-card h2 a:after{content:"";z-index:1;position:absolute;inset:0}.post-card:hover h2 a{color:var(--accent)}.post-meta{color:var(--fg-muted);margin-bottom:.5rem;font-size:.85rem}.tag-list{z-index:2;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex;position:relative}.tag-list a,.tag-pill{background:var(--bg-alt);border:1px solid var(--border);color:var(--fg-muted);border-radius:999px;padding:.2rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-block}.tag-list a:hover{color:var(--accent-fg);background:var(--accent);border-color:var(--accent);text-decoration:none;transform:translateY(-1px)}.pagination{justify-content:space-between;margin-top:2.5rem;display:flex}.pagination a{color:var(--fg-muted)}.post-header{margin-bottom:2rem}.post-header h1{margin:0 0 .5rem;font-size:2rem}.post-content{margin-top:1.5rem}.updated-note{color:var(--fg-muted);font-size:.85rem;font-style:italic}.tag-cloud{flex-wrap:wrap;gap:.75rem;padding:0;list-style:none;display:flex}.tag-cloud a{font-size:1rem}.section-title{margin-bottom:1rem;font-size:1.5rem}.post-disclaimer{background:var(--bg-alt);border:1px solid var(--border);color:var(--fg-muted);border-radius:8px;margin-top:3rem;padding:1.25rem;font-size:.85rem;line-height:1.5}.post-disclaimer p{margin:0}.post-ai-notice{background:var(--bg-alt);border:1px solid var(--border);color:var(--fg-muted);border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.ai-squad-banner{backdrop-filter:blur(4px);background:linear-gradient(135deg,#2563eb0f 0%,#7c3aed0a 100%);border:1px solid #2563eb33;border-radius:10px;margin:1.75rem 0;padding:1.25rem 1.5rem}.ai-squad-banner .squad-tag{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.ai-squad-banner p{color:var(--fg-muted);margin:0;font-size:.9rem;line-height:1.5}.persona-callout{border-left:3px solid var(--accent);background:var(--bg-alt);border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.25rem;font-size:.95rem}.persona-callout .persona-header{align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.85rem;font-weight:700;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.executive-brief{background:var(--bg-alt);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:1.25rem 0 2rem;padding:.85rem 1.15rem;font-size:.9rem;display:flex}.executive-brief p{color:var(--fg);flex:20rem;margin:0;line-height:1.45}.executive-brief .brief-tag{color:var(--accent);margin-right:.35rem;font-weight:700}.executive-brief .brief-jump{color:var(--accent);text-underline-offset:3px;white-space:nowrap;font-size:.85rem;font-weight:600;text-decoration:underline}.executive-brief .brief-jump:hover{color:var(--accent-hover);text-decoration:none}.star-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:10px;margin:2.5rem 0 1.5rem;padding:1.5rem;scroll-margin-top:5rem}.star-card .star-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:#2563eb14;border:1px solid #2563eb33;border-radius:4px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}:root[data-theme=dark] .star-card .star-badge{background:#3b82f61f;border-color:#3b82f640}.star-card .star-title{color:var(--fg);margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.star-card .star-grid{gap:1.25rem;display:grid}.star-card .star-item{flex-direction:column;gap:.25rem;display:flex}.star-card .star-label{text-transform:uppercase;letter-spacing:.04em;color:var(--accent);font-size:.82rem;font-weight:700}.star-card .star-item p{color:var(--fg);margin:0;font-size:.92rem;line-height:1.55}.star-card .star-footer{border-top:1px solid var(--border);flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding-top:1rem;font-size:.8rem;display:flex}.star-card .star-pill{background:var(--bg);border:1px solid var(--border);color:var(--fg-muted);border-radius:999px;padding:.15rem .65rem;font-weight:500;display:inline-block}
