:root{color-scheme:light;--background: hsl(210, 20%, 98%);--foreground: hsl(222, 47%, 11%);--card: hsl(0, 0%, 100%);--primary: hsl(221, 83%, 53%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(210, 40%, 96%);--muted: hsl(214, 32%, 91%);--muted-foreground: hsl(215, 16%, 47%);--accent: hsl(213, 92%, 95%);--border: hsl(214, 32%, 91%);--success: hsl(142, 71%, 45%);--warning: hsl(38, 92%, 50%);--ring: hsl(221, 83%, 53%);--article-text: hsl(215, 25%, 27%);--header-bg: hsla(210, 20%, 98%, .88);--header-border: hsla(214, 32%, 91%, .88);--primary-hover: hsl(221, 83%, 48%);--radius: .5rem;--shadow-sm: 0 1px 2px hsla(222, 47%, 11%, .06);--shadow-md: 0 10px 18px -14px hsla(222, 47%, 11%, .18);--content-width: 46rem;--wide-width: 64rem;--nav-width: 80rem}:root[data-theme=dark]{color-scheme:dark;--background: hsl(222.2, 84%, 4.9%);--foreground: hsl(210, 40%, 98%);--card: hsl(222.2, 84%, 4.9%);--primary: hsl(210, 40%, 98%);--primary-foreground: hsl(222.2, 47.4%, 11.2%);--secondary: hsl(217.2, 32.6%, 17.5%);--muted: hsl(217.2, 32.6%, 17.5%);--muted-foreground: hsl(215, 20.2%, 65.1%);--accent: hsl(217.2, 32.6%, 17.5%);--border: hsl(217.2, 32.6%, 17.5%);--ring: hsl(212.7, 26.8%, 83.9%);--article-text: hsl(215, 20.2%, 72%);--header-bg: color-mix(in srgb, hsl(222.2, 84%, 4.9%) 92%, transparent);--header-border: hsl(217.2, 32.6%, 17.5%);--primary-hover: hsl(213, 92%, 86%);--shadow-sm: 0 1px 2px hsla(0, 0%, 0%, .24);--shadow-md: 0 12px 22px -16px hsla(0, 0%, 0%, .7)}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}body{margin:0;min-height:100vh;background:var(--background);color:var(--foreground)}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}img{display:block;max-width:100%}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--header-border);background:var(--header-bg);backdrop-filter:blur(12px)}.nav-inner,.footer-inner,.section-inner{width:min(100% - 2rem,var(--wide-width));margin-inline:auto}.nav-inner{width:min(100% - 2rem,var(--nav-width))}.nav-inner{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.75rem}.brand{display:inline-flex;align-items:center;gap:.625rem;color:var(--foreground);font-size:1.125rem;font-weight:800;text-decoration:none}.brand img{width:2.25rem;height:2.25rem;border-radius:calc(var(--radius) - .125rem)}.brand span span{color:var(--primary)}.nav-links{display:flex;align-items:center;gap:.35rem}.nav-links a,.button-link,.theme-toggle{min-height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);padding:.55rem .85rem;color:var(--muted-foreground);font-size:.925rem;font-weight:650;text-decoration:none}.theme-toggle{border:0;background:transparent;cursor:pointer}.nav-links a:hover,.theme-toggle:hover{color:var(--foreground);background:var(--secondary)}.button-link{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm)}.button-link:hover{background:var(--primary-hover)}:root[data-theme=dark] .button-link:hover{color:var(--primary-foreground)}.theme-toggle-light,.theme-toggle-dark{display:none}:root:not([data-theme=dark]) .theme-toggle-dark,:root[data-theme=dark] .theme-toggle-light{display:inline}main{flex:1}.hero{padding:2.5rem 0 1.25rem}.hero-grid{display:grid;gap:1rem}.eyebrow{margin:0 0 .85rem;color:var(--primary);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{color:var(--foreground);letter-spacing:0;line-height:1.1}h1{margin:0;max-width:22ch;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.01em}.hero p{max-width:42rem;margin:.35rem 0 0;color:var(--muted-foreground);font-size:1rem;line-height:1.55}.hero-panel,.cta-panel{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--card) 92%,transparent);box-shadow:var(--shadow-md)}.hero-panel{padding:1rem}.hero-panel p{margin:0;color:var(--muted-foreground);font-size:.95rem;line-height:1.65}.hero-panel strong{display:block;margin-bottom:.4rem;color:var(--foreground);font-size:1.05rem}.post-list{display:grid;gap:1rem;border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem;padding-bottom:5rem}.list-title{margin:0;font-size:1.25rem;font-weight:650;line-height:1.2}.post-card{display:grid;gap:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:1.5rem;box-shadow:var(--shadow-sm);text-decoration:none}.post-card:hover{border-color:color-mix(in srgb,var(--primary) 38%,var(--border));box-shadow:var(--shadow-md)}.post-meta,.article-meta{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;color:var(--muted-foreground);font-size:.9rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));border-radius:999px;background:var(--accent);color:var(--primary);padding:.2rem .6rem;font-size:.78rem;font-weight:700}.post-card h2{margin:0;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:650}.post-card p{max-width:48rem;margin:0;color:var(--muted-foreground);font-size:1rem;line-height:1.7}.article-header{width:min(100% - 2rem,var(--content-width));margin-inline:auto;padding:2.5rem 0 1.1rem}.article-header h1{max-width:none;margin-top:.65rem;font-size:clamp(2rem,5vw,3rem);line-height:1.08;letter-spacing:-.01em}.article-description{margin:1rem 0 0;color:var(--muted-foreground);font-size:clamp(1.03rem,1.7vw,1.16rem);line-height:1.62}.article-content{width:min(100% - 2rem,var(--content-width));margin-inline:auto;padding-bottom:4rem}.article-content :where(p,li){color:var(--article-text);font-size:1rem;line-height:1.7}.article-content p{margin:.9rem 0}.article-content :where(h2,h3){margin:2.15rem 0 .7rem}.article-content h2{font-size:clamp(1.45rem,3.5vw,2rem);line-height:1.12}.article-content h3{font-size:clamp(1.18rem,2.5vw,1.45rem);line-height:1.18}.article-content ul,.article-content ol{padding-left:1.4rem}.article-content li+li{margin-top:.55rem}.article-content strong{color:var(--foreground)}.article-content blockquote{margin:2rem 0;border-left:4px solid var(--primary);padding:.2rem 0 .2rem 1.2rem}.article-content blockquote p{color:var(--foreground);font-size:1.15rem;font-weight:650}.article-diagram{margin:1.75rem 0;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:1rem;box-shadow:var(--shadow-sm)}.article-diagram figcaption{margin:0 0 .85rem;color:var(--muted-foreground);font-size:.92rem;line-height:1.45}.article-screenshot{width:min(100%,var(--wide-width));margin:1.75rem 50%;transform:translate(-50%)}.article-screenshot img{display:block;width:100%;height:auto;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.article-screenshot figcaption{margin-top:.65rem;color:var(--muted-foreground);font-size:.92rem;line-height:1.45}.article-screenshot-compact{width:min(100%,42rem)}.article-diagram-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:.6rem;align-items:stretch}.article-diagram-step{min-width:0;display:grid;align-content:center;gap:.25rem;border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background:color-mix(in srgb,var(--secondary) 58%,transparent);padding:.75rem}.article-diagram-label{color:var(--foreground);font-size:.88rem;font-weight:750;line-height:1.15}.article-diagram-copy{color:var(--muted-foreground);font-size:.8rem;line-height:1.25}.article-diagram-arrow{display:grid;align-items:center;color:var(--muted-foreground);font-weight:750}.article-matrix{width:min(100%,var(--wide-width));margin-inline:50%;transform:translate(-50%)}.article-matrix-grid{display:grid;gap:.55rem}.article-matrix-row{display:grid;grid-template-columns:.85fr 1.15fr 1.15fr;gap:.55rem}.article-decision-matrix{width:min(100%,76rem)}.article-decision-matrix .article-matrix-row{grid-template-columns:1.15fr .65fr 1fr 1fr 1.2fr}.article-chatgpt-choice-matrix{width:min(100%,76rem)}.article-chatgpt-choice-matrix .article-matrix-row{grid-template-columns:.85fr 1.05fr 1.05fr 1.05fr}.article-matrix-row>div{min-width:0;border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background:color-mix(in srgb,var(--secondary) 58%,transparent);padding:.72rem;color:var(--article-text);font-size:.88rem;line-height:1.35}.article-matrix-head>div{background:var(--foreground);color:var(--background);font-weight:750}.article-checklist ul{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.article-checklist li{position:relative;margin:0;border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background:color-mix(in srgb,var(--secondary) 58%,transparent);padding:.72rem .8rem .72rem 2.25rem}.article-checklist li:before{content:"";position:absolute;top:.95rem;left:.9rem;width:.58rem;height:.58rem;border:2px solid var(--primary);border-radius:.18rem}.cta-panel{width:min(100% - 2rem,var(--content-width));margin:0 auto 5rem;padding:clamp(1.25rem,4vw,1.75rem)}.cta-panel h2{margin:0;font-size:clamp(1.4rem,4vw,1.9rem)}.cta-panel p{margin:.75rem 0 1.2rem;color:var(--muted-foreground);line-height:1.7}.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}.secondary-link{min-height:2.35rem;display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);padding:.55rem .85rem;color:var(--foreground);font-weight:650;text-decoration:none}.secondary-link:hover{background:var(--secondary)}.site-footer{border-top:1px solid var(--border);background:color-mix(in srgb,var(--card) 76%,transparent)}.footer-inner{display:grid;gap:1rem;padding:1.5rem 0;color:var(--muted-foreground);font-size:.92rem}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--foreground)}@media(max-width:760px){.nav-inner{align-items:flex-start;flex-direction:column;gap:.45rem;padding-block:.6rem}.nav-links{width:100%;flex-wrap:wrap;justify-content:space-between}.nav-links a,.button-link,.theme-toggle{flex:0 0 auto;min-height:2.15rem;padding:.45rem .7rem}.hero-grid,.article-diagram-flow{grid-template-columns:1fr}.article-diagram-arrow{justify-items:center;transform:rotate(90deg)}.article-matrix,.article-screenshot{width:100%;margin-inline:0;transform:none}.article-matrix-row,.article-matrix-head{grid-template-columns:1fr}.article-matrix-head{display:none}.article-matrix-row>div:nth-child(1):before{content:"Need: ";color:var(--muted-foreground);font-weight:650}.article-matrix-row>div:nth-child(2):before{content:"Signal: ";color:var(--muted-foreground);font-weight:650}.article-matrix-row>div:nth-child(3):before{content:"Fix: ";color:var(--muted-foreground);font-weight:650}.article-capability-matrix .article-matrix-row>div:nth-child(1):before{content:"Workflow: "}.article-capability-matrix .article-matrix-row>div:nth-child(2):before{content:"API: "}.article-capability-matrix .article-matrix-row>div:nth-child(3):before{content:"Job: "}.article-setup-matrix .article-matrix-row>div:nth-child(1):before{content:"Decision point: "}.article-setup-matrix .article-matrix-row>div:nth-child(2):before{content:"Smithery: "}.article-setup-matrix .article-matrix-row>div:nth-child(3):before{content:"Direct setup: "}.article-decision-matrix .article-matrix-row,.article-chatgpt-choice-matrix .article-matrix-row{grid-template-columns:1fr}.article-chatgpt-choice-matrix .article-matrix-row>div:nth-child(1):before{content:"Decision point: "}.article-chatgpt-choice-matrix .article-matrix-row>div:nth-child(2):before{content:"ChatGPT app: "}.article-chatgpt-choice-matrix .article-matrix-row>div:nth-child(3):before{content:"Direct MCP: "}.article-chatgpt-choice-matrix .article-matrix-row>div:nth-child(4):before{content:"Smithery: ";color:var(--muted-foreground);font-weight:650}.article-decision-matrix .article-matrix-row>div:nth-child(1):before{content:"Candidate: "}.article-decision-matrix .article-matrix-row>div:nth-child(2):before{content:"Frequency: "}.article-decision-matrix .article-matrix-row>div:nth-child(3):before{content:"Manual cost: "}.article-decision-matrix .article-matrix-row>div:nth-child(4):before{content:"Failure risk: ";color:var(--muted-foreground);font-weight:650}.article-decision-matrix .article-matrix-row>div:nth-child(5):before{content:"Decision: ";color:var(--muted-foreground);font-weight:650}}
