.mcp-home .mcp-anchor-nav { display: flex; flex-wrap: wrap; gap: 8px 30px; width: min(1200px, calc(100% - 56px)); margin: 0 auto; padding: 27px 0; border-bottom: 1px solid var(--stroke); }
.mcp-anchor-nav a { color: var(--muted); font-size: 12px; padding: 5px 0; text-decoration: none; }
.mcp-anchor-nav a:hover { color: #ffbf87; }
.mcp-home section[id] { scroll-margin-top: 100px; }
.mcp-home .mcp-section-heading h2 { font-family: inherit; text-align: left; }
.mcp-home .mcp-editorial-reasons h3, .mcp-home .mcp-usecase h3, .mcp-home .mcp-prompt h3, .mcp-home .mcp-editorial-close h2 { font-family: inherit; }
.mcp-editorial-intro { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 76px; }
.mcp-editorial-intro .mcp-section-heading { margin-bottom: 24px; }
.mcp-home .mcp-editorial-body { color: var(--muted); font-size: 14px; line-height: 2.1; }
.mcp-editorial-body p + p { margin-top: 17px; }
.mcp-editorial-body .mcp-text-link { display: inline-block; margin-top: 25px; color: var(--fg); }
.mcp-engine { position: relative; isolation: isolate; margin: 0; padding: 44px 26px 27px; min-width: 0; border-block: 1px solid #ffb06038; background: radial-gradient(ellipse at 50% 40%, #ff9b2720, transparent 64%); }
.mcp-engine::before { content: ''; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#ffffff06 1px, transparent 1px), linear-gradient(90deg, #ffffff06 1px, transparent 1px); background-size: 30px 30px; mask-image: radial-gradient(ellipse, black, transparent 75%); }
.mcp-engine__topline { display: flex; justify-content: space-between; font: 9px ui-monospace, monospace; letter-spacing: .13em; color: #a8aeb9; }
.mcp-engine__topline > span:last-child { color: #ffba7c; }
.mcp-engine__flow { display: grid; grid-template-columns: 1fr 1.1fr 1fr; align-items: center; gap: 30px; padding: 70px 0 50px; }
.mcp-engine__node { position: relative; text-align: center; }
.mcp-engine__node + .mcp-engine__node::before { content: ''; position: absolute; width: 30px; height: 1px; left: -30px; top: 38px; background: linear-gradient(90deg, #ffb06025, #ffb060b0); }
.mcp-engine__symbol { height: 78px; display: grid; place-items: center; color: #e1e2e6; font: 25px ui-monospace, monospace; }
.mcp-engine__symbol--core { position: relative; border: 1px solid #ffb06070; border-radius: 20px; color: #ffe0c1; background: linear-gradient(145deg, #47321f, #1a1715 60%); box-shadow: inset 0 0 18px #ffb06012, 0 0 65px #ff9d3220, 0 8px 0 #12100f; }
.mcp-engine__symbol--core::before { content: ''; position: absolute; inset: -12px; border: 1px solid #ffb06015; border-radius: 28px; }
.mcp-engine__node strong { display: block; margin-top: 25px; font-size: 11px; font-weight: 500; }
.mcp-engine__node small { display: block; color: var(--muted); font-size: 10px; margin-top: 6px; }
.mcp-engine__store { display: flex; justify-content: center; gap: 15px; padding-top: 23px; border-top: 1px solid var(--stroke); color: #c1a387; font-size: 10px; }
.mcp-engine figcaption { margin-top: 20px; text-align: center; font-size: 10px; color: var(--muted); }
.mcp-editorial-reasons { padding-top: 0; }
.mcp-reason-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; }
.mcp-reason-list article { border-top: 1px solid var(--stroke); padding-top: 23px; }
.mcp-reason-list article > span { color: #d6a374; font: 12px ui-monospace, monospace; }
.mcp-reason-list h3 { font-size: 20px; font-weight: 500; line-height: 1.65; margin: 20px 0 15px; }
.mcp-reason-list p { color: var(--muted); font-size: 13px; line-height: 2; }
.mcp-usecase-band { position: relative; background: linear-gradient(120deg, #17191f 0, #0e1015 60%, #1a1511); border-block: 1px solid var(--stroke); }
.mcp-usecase-band .mcp-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.mcp-usecase-band .mcp-section-heading p { max-width: 370px; color: var(--muted); font-size: 13px; line-height: 2; }
.mcp-usecases { display: grid; grid-template-columns: 1fr 1fr; column-gap: 65px; }
.mcp-usecase { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 30px 0; border-top: 1px solid var(--stroke); }
.mcp-usecase__number { color: #a07954; font: 20px/1.7 ui-monospace, monospace; }
.mcp-usecase h3 { font-size: 19px; margin: 0 0 12px; font-weight: 500; }
.mcp-usecase p { color: var(--muted); font-size: 13px; line-height: 2; }
.mcp-usecase__result { margin-top: 20px; color: #eac49e; font-size: 11px; }
.mcp-usecase__result::before { content: '↳'; display: inline-block; margin-right: 10px; color: #ffb060; }
.mcp-template-showcase { margin: 35px 0 0; padding-top: 50px; border-top: 1px solid var(--stroke); background: radial-gradient(ellipse at 50% 60%, #ffb06012, transparent 64%); }
.mcp-template-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; max-width: 950px; margin: 0 auto; }
.mcp-template-preview { display: block; min-width: 0; text-align: center; text-decoration: none; }
.mcp-template-preview img { display: block; width: 100%; height: auto; border-radius: 2px; box-shadow: 0 18px 40px #0004; }
.mcp-template-preview span { display: block; margin-top: 18px; color: var(--muted); font-size: 11px; }
.mcp-template-preview:hover span { color: #ffbf87; }
.mcp-template-showcase > figcaption { margin-top: 30px; text-align: center; }
.mcp-prompts-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.mcp-prompts-heading .mcp-section-heading { margin: 0; }
.mcp-prompts-heading p { color: var(--muted); font-size: 14px; line-height: 2; }
.mcp-prompt-library { margin-top: 42px; border: 1px solid #3d3934; border-radius: 9px; overflow: hidden; background: #111318; box-shadow: 0 25px 70px #0003; }
.mcp-prompt-library__bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 27px; border-bottom: 1px solid #3d3934; background: #1a1c22; color: #bdc1ca; font: 10px ui-monospace, monospace; letter-spacing: .13em; }
.mcp-prompt-library__bar > span:first-child::before { content: '● ● ●'; letter-spacing: 3px; color: #77634f; margin-right: 20px; }
.mcp-prompt { display: grid; grid-template-columns: 170px 1fr 70px; gap: 28px; align-items: start; padding: 26px; }
.mcp-prompt + .mcp-prompt { border-top: 1px solid var(--stroke); }
.mcp-prompt h3 { margin: 0; font-size: 12px; line-height: 1.9; font-weight: 500; color: #ffc18c; }
.mcp-prompt h3 > span { display: block; margin-bottom: 7px; color: #9097a4; font: 10px ui-monospace, monospace; letter-spacing: .08em; }
.mcp-prompt p { font-size: 13px; line-height: 2; color: #e1e2e6; white-space: pre-line; }
.mcp-prompt__outcome { margin-top: 10px; color: #a5aab6; font-size: 11px; line-height: 1.9; }
.mcp-prompt__copy { appearance: none; min-height: 44px; padding: 8px 10px; font: inherit; font-size: 11px; border: 1px solid #444a55; border-radius: 5px; background: transparent; color: #cdd0d7; cursor: pointer; }
.mcp-prompt__copy:hover { color: #ffceaa; border-color: #b78a62; background: #ffb06008; }
.mcp-prompt__copy[hidden] { display: none; }
.mcp-prompt__status { min-height: 24px; margin-top: 14px; font-size: 12px; color: #ffc08a; }
.mcp-prompt-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 9px; }
.mcp-prompt-note p { font-size: 12px; color: var(--muted); }
.mcp-prompt-note a { flex-shrink: 0; }
.mcp-home .mcp-setup { padding-top: 0; }
.mcp-home .mcp-setup__steps li > div { font-size: 13px; line-height: 2; }
.mcp-data-note { border-block: 1px solid var(--stroke); padding: 35px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.mcp-data-note h2 { font-size: 20px; margin: 10px 0 0; font-weight: 500; }
.mcp-data-note p { color: var(--muted); font-size: 13px; line-height: 2; }
.mcp-data-note .mcp-text-link { display: inline-block; margin-top: 13px; }
.mcp-home .mcp-home-faq details > div { font-size: 13px; }
.mcp-home .mcp-home-faq summary { line-height: 1.8; }
.mcp-home-faq__lead { margin-top: 20px !important; font-size: 13px; color: var(--muted); }
.mcp-editorial-close { padding: 55px 0; margin-top: 5px; border-top: 1px solid #ffb06030; background: radial-gradient(ellipse at 50% 100%, #ffb06015, transparent 70%); text-align: center; }
.mcp-editorial-close h2 { margin: 12px 0 20px; font-size: clamp(25px, 3.3vw, 40px); font-weight: 500; }
.mcp-editorial-close a { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 48px; padding: 11px 25px; background: #f2f1ec; color: #151515; border-radius: 5px; text-decoration: none; font-size: 13px; }
@media (max-width: 1000px) {
  .mcp-editorial-intro { gap: 35px; }
  .mcp-engine { padding-inline: 16px; }
  .mcp-engine__flow { gap: 22px; }
  .mcp-engine__node + .mcp-engine__node::before { width: 22px; left: -22px; }
  .mcp-reason-list { gap: 28px; }
  .mcp-usecases { column-gap: 35px; }
  .mcp-prompt { grid-template-columns: 145px 1fr 70px; gap: 22px; }
}
@media (max-width: 800px) {
  .mcp-template-gallery { gap: 20px; }
  .mcp-editorial-intro { grid-template-columns: 1fr; gap: 45px; }
  .mcp-engine { width: 100%; max-width: 600px; margin-inline: auto; }
  .mcp-reason-list { grid-template-columns: 1fr; gap: 22px; }
  .mcp-reason-list h3 { margin-top: 10px; }
  .mcp-usecase-band .mcp-section-heading { display: block; }
  .mcp-usecase-band .mcp-section-heading p { max-width: none; margin-top: 22px; }
  .mcp-usecases { grid-template-columns: 1fr; }
  .mcp-prompts-heading { grid-template-columns: 1fr; gap: 22px; }
  .mcp-prompt { grid-template-columns: 1fr 70px; gap: 14px 20px; padding: 22px; }
  .mcp-prompt h3 { grid-column: 1; }
  .mcp-prompt h3 > span { display: inline; margin-right: 13px; }
  .mcp-prompt__content { grid-column: 1 / -1; grid-row: 2; }
  .mcp-prompt__copy { grid-column: 2; grid-row: 1; }
  .mcp-prompt-note { flex-direction: column; gap: 12px; }
  .mcp-data-note { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 540px) {
  .mcp-template-gallery { grid-template-columns: 1fr; max-width: 280px; gap: 32px; }
  .mcp-template-preview span { margin-top: 12px; }
  .mcp-home .mcp-anchor-nav { width: calc(100% - 44px); gap: 4px 20px; padding: 18px 0; }
  .mcp-home .mcp-anchor-nav a { font-size: 11px; min-height: 36px; display: flex; align-items: center; }
  .mcp-home .mcp-editorial-body { font-size: 13px; }
  .mcp-home .mcp-editorial-reasons { padding-top: 0; }
  .mcp-engine { padding: 25px 12px; }
  .mcp-engine__flow { gap: 17px; padding-block: 50px 30px; }
  .mcp-engine__node + .mcp-engine__node::before { width: 17px; left: -17px; top: 31px; }
  .mcp-engine__symbol { height: 64px; font-size: 21px; }
  .mcp-engine__node strong { font-size: 10px; margin-top: 20px; }
  .mcp-engine__node small { font-size: 9px; }
  .mcp-engine__store { gap: 10px; font-size: 9px; }
  .mcp-usecase { grid-template-columns: 26px 1fr; gap: 14px; }
  .mcp-usecase h3 { font-size: 18px; }
  .mcp-prompt-library__bar { padding: 16px 17px; font-size: 9px; }
  .mcp-prompt-library__bar > span:first-child::before { margin-right: 10px; }
  .mcp-prompt-library__bar > span:last-child { letter-spacing: 0; }
  .mcp-prompt { padding: 20px 17px; }
  .mcp-prompt p { font-size: 12px; }
  .mcp-home .mcp-data-note { padding-block: 30px; }
}
