@font-face { font-family: "MCP Japanese"; src: url('/NotoSansJP-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
body.theme-mcp {
  --bg: #090b10; --bg1: #090b10; --bg2: #101218; --fg: #f2f3f5; --muted: #a5aab6;
  --card: #11141b; --stroke: rgba(255,255,255,.13); --mcp-accent: #ffb060;
  background: var(--bg); color: var(--fg); font-family: "MCP Japanese", "zen-kaku-gothic-new", sans-serif; line-height: 1.8;
}
.theme-mcp ::selection { color: #090b10; background: #ffbd82; }
.theme-mcp a { color: inherit; }
.theme-mcp :focus-visible { outline: 2px solid #ffb060; outline-offset: 5px; }
.theme-mcp .site-header { background: rgba(9,11,16,.87); border-bottom: 1px solid var(--stroke); opacity: 1; filter: none; }
.theme-mcp .site-header::after { display: none; }
.theme-mcp .site-header .nav-btn.signup { background: #f2f3f5; border: 1px solid #f2f3f5; color: #12141a; }
.theme-mcp .site-header .nav-btn.login { background: transparent; border-color: transparent; }
.theme-mcp .site-header .nav-links a:hover { background: rgba(255,255,255,.06); }
.theme-mcp .site-footer { background: #090b10; border-top: 1px solid var(--stroke); }
.theme-mcp .footer-logo img { filter: grayscale(1) brightness(0) invert(1); }
.theme-mcp .footer-nav a { color: var(--muted); }
.theme-mcp .footer-nav a:hover { color: var(--fg); background: transparent; }
.theme-mcp .copyright { color: var(--muted); }
.mcp-skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: #fff; color: #090b10 !important; padding: 10px 20px; }
.mcp-skip-link:focus { top: 12px; }
.mcp-home { overflow: clip; }
.mcp-home h1, .mcp-home h2, .mcp-home h3 { color: var(--fg); letter-spacing: -.025em; }
.mcp-home h1::after, .mcp-home h2::after { display: none; }
.mcp-home p { margin: 0; }
.mcp-home section { scroll-margin-top: 100px; }
.mcp-eyebrow { color: var(--muted); font: 11px/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.mcp-status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #ffb060; box-shadow: 0 0 14px #f59b4966; }
.mcp-home-hero { position: relative; padding: 62px max(28px, calc((100vw - 1200px) / 2)) 0; isolation: isolate; }
.mcp-home-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(#000, transparent 95%); }
.mcp-home-hero__glow { position: absolute; z-index: -1; pointer-events: none; width: min(1400px,140vw); height: 850px; top: 230px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse at 25% 55%, #655cff1a, transparent 44%), radial-gradient(ellipse at 75% 55%, #ff805b15, transparent 44%), radial-gradient(ellipse at 50% 65%, #ffb06012, transparent 52%); }
.mcp-home-hero__inner { display: flex; flex-direction: column; align-items: center; gap: 48px; padding-bottom: 48px; }
.mcp-home-hero__copy { position: relative; z-index: 2; min-width: 0; width: 100%; max-width: 960px; text-align: center; }
.mcp-home-hero h1 { font-size: clamp(36px,4.4vw,64px); line-height: 1.28; font-weight: 700; margin: 22px 0; }
.mcp-home-hero h1 span { display: inline-block; color: #ffb878; }
.mcp-home-hero .mcp-home-hero__lead { font-size: 15px; line-height: 2; color: var(--muted); }
.theme-mcp .mcp-connection { background: transparent; border: 0; box-shadow: none; margin: 34px 0 0; padding: 0; max-width: 560px; color: var(--fg); }
.mcp-home-hero .mcp-connection { margin: 28px auto 0; }
.theme-mcp .mcp-connection__label { color: var(--muted); font-size: 11px; letter-spacing: .1em; margin-bottom: 10px; display: block; }
.theme-mcp .mcp-connection__field { display: flex; padding: 5px; border: 1px solid #8f613847; border-radius: 8px; background: #17181d; box-shadow: 0 0 40px #ff9c2b06; }
.theme-mcp .mcp-connection__endpoint { width: 100%; min-width: 0; color: #f2f3f5; background: transparent; border: 0; padding: 10px; border-radius: 4px; font: 12px/1.8 ui-monospace, SFMono-Regular, Consolas, monospace; }
.theme-mcp .mcp-connection__copy { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; background: #f3f2ed; color: #151515; border: 0; border-radius: 5px; padding: 12px 16px; min-height: 44px; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; box-shadow: none; }
.theme-mcp .mcp-connection__copy:hover { background: #ffd4aa; }
.theme-mcp .mcp-connection__status { display: block; min-height: 20px; font-size: 11px; color: #ffbf87; }
.theme-mcp .mcp-connection__note { color: var(--muted); }
.mcp-home-hero__links { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 3px; color: var(--muted); font-size: 11px; }
.mcp-home-hero__links a { text-decoration: none; color: #dcdee3; }
.mcp-home-hero__links a span { margin-left: 6px; }
.mcp-home-hero__links > span::before { content: ''; display: inline-block; width: 4px; height: 4px; border: 1px solid #ad875b; border-radius: 50%; margin-right: 6px; vertical-align: 2px; }
.mcp-output { position: relative; width: min(100%,1100px); margin: 0; min-width: 0; }
.mcp-output__fan { position: relative; width: 100%; aspect-ratio: 1100 / 505; isolation: isolate; }
.mcp-output__fan::before { content: ''; position: absolute; inset: 55% 10% -3%; z-index: -1; background: radial-gradient(ellipse, #0009, transparent 70%); }
.mcp-output__sheet { --fan-x: 0%; --fan-y: 0%; --fan-angle: 0deg; position: absolute; top: 0; left: 50%; width: 26%; aspect-ratio: 700 / 990; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 22px 50px #0008, 0 0 0 1px #ffffff26; transform: translate(calc(-50% + var(--fan-x)),var(--fan-y)) rotate(var(--fan-angle)); transform-origin: 50% 88%; }
/* Show the paper inside the existing thumbnails, excluding their 30px outer margin. */
.mcp-output__sheet img { position: absolute; display: block; width: 108.57143%; max-width: none; height: auto; top: -3.0303%; left: -4.285715%; }
.mcp-output__sheet--far-left { --fan-x: -92%; --fan-y: 13%; --fan-angle: -22deg; z-index: 1; }
.mcp-output__sheet--left { --fan-x: -47%; --fan-y: 4%; --fan-angle: -11deg; z-index: 2; }
.mcp-output__sheet--far-right { --fan-x: 92%; --fan-y: 13%; --fan-angle: 22deg; z-index: 1; }
.mcp-output__sheet--right { --fan-x: 47%; --fan-y: 4%; --fan-angle: 11deg; z-index: 2; }
.mcp-output__sheet--center { z-index: 3; }
.mcp-output figcaption { display: flex; flex-direction: column; align-items: center; gap: 17px; margin-top: 10px; }
.mcp-output__types { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; font-size: 13px; color: #dfe1e7; }
.mcp-output__types span::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 9px; border-radius: 50%; vertical-align: 2px; background: #ffb060; }
.mcp-output__types span:nth-child(2)::before { background: #8f87ff; }
.mcp-output__types span:nth-child(3)::before { background: #73d6b1; }
.mcp-output__types span:nth-child(4)::before { background: #e78aa6; }
.mcp-output__design-link { color: var(--muted) !important; font-size: 11px; text-decoration: none; }
.mcp-output__design-link span { margin-left: 8px; }
.mcp-output__design-link:hover { color: var(--fg) !important; }
.mcp-client-strip { display: flex; gap: 28px; align-items: center; padding: 25px 0; border-top: 1px solid var(--stroke); font-size: 12px; }
.mcp-client-strip > span { font: 10px ui-monospace,monospace; color: #9299a8; }
.mcp-client-strip > div { color: #c5c8cf; }
.mcp-client-strip i { color: #5d6470; font-style: normal; margin: 0 16px; }
.mcp-client-strip a { font-size: 11px; color: var(--muted); margin-left: auto; text-decoration: none; }
.mcp-client-strip a span { margin-left: 8px; }
.mcp-home-section { width: min(1200px,calc(100% - 56px)); margin: 0 auto; padding: 110px 0; }
.mcp-section-heading { margin-bottom: 50px; }
.mcp-section-heading h2 { font-size: clamp(24px,3vw,36px); margin: 15px 0 0; font-weight: 500; line-height: 1.5; }
.mcp-capability-list article { display: grid; grid-template-columns: 45px 1fr 230px; align-items: center; gap: 28px; padding: 34px 0; border-top: 1px solid var(--stroke); }
.mcp-capability-list article:last-child { border-bottom: 1px solid var(--stroke); }
.mcp-capability-number { align-self: start; color: #9299a8; font: 12px/2 ui-monospace,monospace; }
.mcp-capability-list h3 { font-size: 19px; font-weight: 500; margin: 0 0 9px; }
.mcp-capability-list p { font-size: 13px; color: var(--muted); }
.mcp-capability-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; color: #929aaa; font-size: 11px; }
.mcp-capability-tags span { border-left: 1px solid #4b4239; padding-left: 14px; }
.mcp-capability-format { color: #d3d5d8; font: 25px ui-monospace,monospace; letter-spacing: -.04em; }
.mcp-capability-format span { color: #ad7644; font-size: 18px; margin: 0 25px; }
.mcp-text-link { font-size: 12px; text-decoration: none; }
.mcp-text-link span { margin-left: 20px; color: #ffb060; }
.mcp-text-link:hover { color: #ffb060; }
.mcp-setup { padding-top: 0; }
.mcp-setup__steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; padding: 0; margin: 0 0 30px; }
.mcp-setup__steps li { padding-top: 20px; border-top: 1px solid var(--stroke); }
.mcp-setup__steps li > span { font: 11px ui-monospace,monospace; color: #c49565; }
.mcp-setup__steps h3 { font-size: 17px; font-weight: 500; margin: 18px 0 10px; }
.mcp-setup__steps li > div { color: var(--muted); font-size: 12px; }
.mcp-home-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.mcp-home-faq details { border-bottom: 1px solid var(--stroke); }
.mcp-home-faq details:first-child { border-top: 1px solid var(--stroke); }
.mcp-home-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 23px 0; font-size: 14px; }
.mcp-home-faq summary::-webkit-details-marker { display: none; }
.mcp-home-faq summary::after { content: '+'; color: #8b929e; font: 20px ui-monospace,monospace; }
.mcp-home-faq details[open] summary::after { content: '−'; }
.mcp-home-faq details > div { padding: 0 22px 26px 0; font-size: 12px; color: var(--muted); line-height: 2; }
.mcp-browser-entry { width: min(1200px,calc(100% - 56px)); margin: 0 auto 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px 0; border-top: 1px solid var(--stroke); }
.mcp-browser-entry h2 { font-size: 18px; font-weight: 400; margin: 9px 0 0; }
.mcp-browser-entry a { font-size: 12px; text-decoration: none; color: var(--muted); }
.mcp-browser-entry a span { margin-left: 20px; }
.theme-mcp .mcp-page { --mcp-ink: #f2f3f5; --mcp-muted: #a5aab6; --mcp-line: rgba(255,255,255,.13); --mcp-accent: #ffb060; --mcp-soft: #1c1a17; color: var(--mcp-ink); }
.theme-mcp .mcp-hero, .theme-mcp .mcp-section { background: transparent; }
.theme-mcp .mcp-page h1, .theme-mcp .mcp-page h2, .theme-mcp .mcp-page h3 { color: var(--mcp-ink); }
.theme-mcp .mcp-page a { color: #ffbd83; }
@media (max-width:800px) {
  .mcp-home-hero { padding-top: 54px; }
  .mcp-home-hero__inner { gap: 40px; padding-bottom: 36px; }
  .mcp-home-hero h1 { font-size: clamp(35px,7vw,52px); }
  .mcp-output__sheet { border-radius: 9px; box-shadow: 0 14px 30px #0008, 0 0 0 1px #ffffff26; }
  .mcp-client-strip { flex-wrap: wrap; gap: 10px 20px; }
  .mcp-client-strip > span { width: 100%; }
  .mcp-client-strip i { margin: 0 8px; }
  .mcp-home-section { padding-block: 75px; }
  .mcp-capability-list article { grid-template-columns: 24px 1fr; gap: 15px; }
  .mcp-capability-list article > :last-child { grid-column: 2; margin-top: 5px; }
  .mcp-capability-tags { max-width: 250px; }
  .mcp-capability-format { font-size: 18px; }
  .mcp-setup { padding-top: 0; }
  .mcp-setup__steps { gap: 24px; }
  .mcp-home-faq { grid-template-columns: 1fr; gap: 0; }
  .mcp-home-faq .mcp-section-heading { margin-bottom: 28px; }
}
@media (max-width:540px) {
  .mcp-home-hero { padding: 44px 22px 0; }
  .mcp-home-hero h1 { margin-top: 21px; font-size: clamp(28px,7.8vw,35px); }
  .mcp-home-hero h1 span { display: block; }
  .mcp-home-hero .mcp-home-hero__lead { font-size: 13px; }
  .theme-mcp .mcp-connection__field { flex-wrap: wrap; padding: 6px; }
  .theme-mcp .mcp-connection__endpoint { padding: 12px 5px; font-size: 11px; }
  .theme-mcp .mcp-connection__copy { width: 100%; padding: 10px 16px; }
  .mcp-output { width: calc(100% + 12px); }
  .mcp-output__fan { aspect-ratio: 370 / 210; }
  .mcp-output__sheet { width: 33%; border-radius: 7px; }
  .mcp-output__sheet--far-left { --fan-x: -60%; --fan-y: 14%; --fan-angle: -22deg; }
  .mcp-output__sheet--left { --fan-x: -30%; --fan-y: 4%; --fan-angle: -11deg; }
  .mcp-output__sheet--far-right { --fan-x: 60%; --fan-y: 14%; --fan-angle: 22deg; }
  .mcp-output__sheet--right { --fan-x: 30%; --fan-y: 4%; --fan-angle: 11deg; }
  .mcp-output figcaption { gap: 13px; }
  .mcp-output__types { gap: 15px; font-size: 11px; }
  .mcp-output__types span::before { margin-right: 6px; width: 4px; height: 4px; }
  .mcp-client-strip { padding-block: 20px; font-size: 10px; }
  .mcp-client-strip a { margin-left: 0; margin-top: 5px; }
  .mcp-home-section { width: calc(100% - 44px); padding-block: 60px; }
  .mcp-section-heading { margin-bottom: 30px; }
  .mcp-capability-list h3 { font-size: 17px; }
  .mcp-capability-list p { font-size: 12px; }
  .mcp-setup { padding-top: 0; }
  .mcp-setup__steps { grid-template-columns: 1fr; gap: 20px; }
  .mcp-setup__steps h3 { margin: 10px 0 6px; }
  .mcp-browser-entry { width: calc(100% - 44px); margin-bottom: 55px; align-items: start; flex-direction: column; gap: 20px; }
  .mcp-browser-entry h2 { font-size: 16px; }
}
@media (prefers-reduced-motion:reduce) { html:has(.theme-mcp) { scroll-behavior: auto; } }
