#mcp_page {
    --mcp-ink: #15213d;
    --mcp-muted: #64708a;
    --mcp-line: #dce3ef;
    --mcp-surface: #ffffff;
    --mcp-soft: #f5f7fb;
    --mcp-brand: #5a59e9;
    --mcp-brand-deep: #242a72;
    --mcp-mint: #64e7b4;
    background: var(--mcp-surface);
    color: var(--mcp-ink);
    overflow: hidden;
}

#mcp_page *, #mcp_page *:before, #mcp_page *:after { box-sizing: border-box; }
.mcp-container { margin: 0 auto; max-width: 1180px; padding-left: 28px; padding-right: 28px; width: 100%; }
.mcp-hero { background: radial-gradient(circle at 80% 18%, rgba(112, 224, 223, .24), transparent 28%), radial-gradient(circle at 18% 6%, rgba(106, 97, 255, .78), transparent 37%), linear-gradient(130deg, #131833 0%, #20286a 55%, #16234b 100%); color: #fff; padding: 102px 0 88px; }
.mcp-hero__grid { align-items: center; display: grid; gap: 62px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.mcp-eyebrow, .mcp-section-heading > p { color: var(--mcp-brand); font-size: 11px; font-weight: 800; letter-spacing: .16em; margin: 0 0 15px; text-transform: uppercase; }
.mcp-eyebrow { align-items: center; color: rgba(255, 255, 255, .74); display: flex; gap: 9px; }
.mcp-eyebrow__dot { background: var(--mcp-mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(100, 231, 180, .13); height: 8px; width: 8px; }
.mcp-hero h1 { color: #fff; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.06em; line-height: 1.08; margin: 0; }
.mcp-hero__lead { color: rgba(255, 255, 255, .84); font-size: 18px; line-height: 1.75; margin: 24px 0 0; max-width: 650px; }
.mcp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.mcp-button { border-radius: 8px; display: inline-flex; font-size: 14px; font-weight: 800; line-height: 1; padding: 15px 19px; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.mcp-button:hover { transform: translateY(-2px); }
.mcp-button--primary { background: #fff; color: var(--mcp-brand-deep); }
.mcp-button--secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); color: #fff; }
.mcp-hero__notice { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.65; margin: 22px 0 0; max-width: 660px; }
.mcp-endpoint-card { background: rgba(7, 13, 39, .36); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 22px 58px rgba(6, 11, 37, .2); padding: 25px; }
.mcp-endpoint-card__head { align-items: center; color: rgba(255,255,255,.66); display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }
.mcp-endpoint-card__head strong { align-items: center; color: #f0cf75; display: flex; font-size: 10px; gap: 7px; }
.mcp-endpoint-card__head i { background: #f0cf75; border-radius: 50%; height: 7px; width: 7px; }
.mcp-endpoint-card code { background: rgba(0,0,0,.19); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #fff; display: block; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; line-height: 1.65; margin: 18px 0 14px; overflow-wrap: anywhere; padding: 13px; }
.mcp-endpoint-card p { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; margin: 0; }
.mcp-section { padding: 96px 0; }
.mcp-section--intro { background: var(--mcp-soft); }
.mcp-section-heading { max-width: 700px; }
.mcp-section-heading h2 { color: var(--mcp-ink); font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.045em; line-height: 1.15; margin: 0; }
.mcp-section-heading > span { color: var(--mcp-muted); display: block; font-size: 15px; line-height: 1.8; margin-top: 17px; }
.mcp-flow { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 44px; }
.mcp-flow article { background: #fff; border: 1px solid var(--mcp-line); border-radius: 15px; min-height: 208px; padding: 25px; position: relative; }
.mcp-flow article:after { background: var(--mcp-brand); content: ''; height: 2px; left: 25px; position: absolute; top: 67px; width: 32px; }
.mcp-flow b, .mcp-tool-card__number { color: var(--mcp-brand); display: block; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.mcp-flow h3, .mcp-tool-card h3, .mcp-safety-list h3, .mcp-steps h3 { color: var(--mcp-ink); font-size: 17px; letter-spacing: -.025em; line-height: 1.35; margin: 39px 0 8px; }
.mcp-flow p, .mcp-tool-card p, .mcp-safety-list p, .mcp-steps p, .mcp-faq-list p { color: var(--mcp-muted); font-size: 13px; line-height: 1.75; margin: 0; }
.mcp-tool-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 44px; }
.mcp-tool-card { border: 1px solid var(--mcp-line); border-radius: 15px; display: flex; flex-direction: column; min-height: 246px; padding: 26px; }
.mcp-tool-card__number { color: #9da7ba; }
.mcp-tool-card h3 { margin-top: 29px; }
.mcp-tool-card em { align-self: flex-start; background: #eef0ff; border-radius: 20px; color: #4f55bf; font-size: 10px; font-style: normal; font-weight: 800; margin-top: auto; padding: 7px 10px; }
.mcp-section--safety { background: #121a3a; color: #fff; }
.mcp-section--safety .mcp-section-heading > p { color: #a5a9ff; }
.mcp-section--safety .mcp-section-heading h2 { color: #fff; }
.mcp-section--safety .mcp-section-heading > span { color: rgba(255,255,255,.68); }
.mcp-safety-grid { align-items: start; display: grid; gap: 72px; grid-template-columns: .78fr 1.22fr; }
.mcp-safety-list { border-top: 1px solid rgba(255,255,255,.16); }
.mcp-safety-list article { border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 18px; grid-template-columns: 30px 1fr; padding: 21px 0; }
.mcp-safety-list b { color: #98a1ff; font-size: 11px; font-weight: 900; padding-top: 3px; }
.mcp-safety-list h3 { color: #fff; margin: 0 0 5px; }
.mcp-safety-list p { color: rgba(255,255,255,.64); }
.mcp-steps { counter-reset: steps; display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 45px 0 0; padding: 0; }
.mcp-steps li { border-left: 1px solid var(--mcp-line); padding: 5px 30px 8px; }
.mcp-steps li:first-child { border-left: 0; padding-left: 0; }
.mcp-steps span { align-items: center; background: var(--mcp-brand); border-radius: 50%; color: #fff; display: inline-flex; font-size: 12px; font-weight: 900; height: 28px; justify-content: center; width: 28px; }
.mcp-steps h3 { margin-top: 19px; }
.mcp-section--clients { background: var(--mcp-soft); }
.mcp-section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.mcp-client-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; list-style: none; margin: 39px 0 0; padding: 0; }
.mcp-client-list li { background: #fff; border: 1px solid var(--mcp-line); border-radius: 10px; color: var(--mcp-ink); font-size: 15px; font-weight: 800; min-width: 128px; padding: 0; text-align: center; }
.mcp-client-list a { color: inherit; display: block; padding: 17px 20px; border-radius: 10px; text-decoration: none; }
.mcp-client-list a:hover { background: #ebeaff; color: var(--mcp-brand); }
.mcp-client-list a span { color: var(--mcp-brand); margin-left: 12px; }
.mcp-connect { max-width: 880px; margin: 32px auto 0; color: var(--mcp-ink); }
.mcp-connect [hidden] { display: none !important; }
.mcp-connect__address { margin-bottom: 24px; }
.mcp-connect__address label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.mcp-connect__address > div, .mcp-connect__prompt { display: flex; gap: 10px; align-items: center; }
.mcp-connect input { width: 100%; min-width: 0; border: 1px solid var(--mcp-line); border-radius: 8px; padding: 13px; background: #fff; color: var(--mcp-ink); font-size: 13px; }
.mcp-connect button, .mcp-connect__actions a { border: 1px solid var(--mcp-line); background: #fff; border-radius: 8px; padding: 10px 14px; color: var(--mcp-brand); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; text-decoration: none; }
.mcp-connect button:hover, .mcp-connect__actions a:hover { background: #ebeaff; }
.mcp-connect :focus-visible, .mcp-client-list a:focus-visible { outline: 3px solid var(--mcp-brand); outline-offset: 3px; }
.mcp-connect__panel { border: 1px solid var(--mcp-line); border-radius: 12px; background: #fff; margin: 12px 0; scroll-margin-top: 110px; }
.mcp-connect__panel summary { cursor: pointer; padding: 20px; font-weight: 800; }
.mcp-connect__panel summary span { float: right; font-weight: 400; color: var(--mcp-muted); font-size: 12px; }
.mcp-connect__body { padding: 0 24px 24px; }
.mcp-connect__body ol { padding-left: 22px; margin: 0 0 20px; }
.mcp-connect__body li { font-size: 14px; line-height: 1.8; margin-bottom: 12px; }
.mcp-connect pre { background: #151d35; color: #f1f4ff; border-radius: 8px; padding: 18px; overflow-x: auto; font: 13px/1.8 monospace; margin: 14px 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.mcp-connect__actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.mcp-connect__source { color: var(--mcp-brand); font-size: 12px; }
.mcp-connect__check { border-top: 1px solid var(--mcp-line); margin-top: 28px; padding-top: 24px; }
.mcp-connect__check h3 { font-size: 18px; margin: 0 0 12px; }
.mcp-connect__check p { font-size: 13px; line-height: 1.9; }
.mcp-connect__prompt { background: #fff; border: 1px solid var(--mcp-line); border-radius: 8px; padding: 12px; margin: 12px 0; }
.mcp-connect__prompt p { flex: 1; margin: 0; }
.mcp-connect .mcp-connect__muted { color: var(--mcp-muted); font-size: 12px; line-height: 1.8; }
.mcp-connect__status { color: var(--mcp-brand); min-height: 20px; font-size: 13px; }
.mcp-clients-note { color: var(--mcp-muted); font-size: 12px; margin: 20px 0 0; text-align: center; }
.mcp-section--faq { padding-bottom: 78px; }
.mcp-faq-grid { display: grid; gap: 90px; grid-template-columns: .78fr 1.22fr; }
.mcp-faq-list { border-top: 1px solid var(--mcp-line); }
.mcp-faq-list details { border-bottom: 1px solid var(--mcp-line); padding: 2px 0; }
.mcp-faq-list summary { color: var(--mcp-ink); cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; padding: 20px 28px 20px 0; position: relative; }
.mcp-faq-list summary::-webkit-details-marker { display: none; }
.mcp-faq-list summary:after { color: var(--mcp-brand); content: '+'; font-size: 22px; font-weight: 400; position: absolute; right: 2px; top: 15px; }
.mcp-faq-list details[open] summary:after { content: '−'; }
.mcp-faq-list p { padding: 0 35px 20px 0; }
.mcp-disclaimer { background: #f0f2f7; padding: 22px 0; }
.mcp-disclaimer p { color: #69738a; font-size: 11px; line-height: 1.8; margin: 0; }
.mcp-disclaimer strong { color: #3f4a63; margin-right: 4px; }

@media (max-width: 780px) {
    .mcp-container { padding-left: 20px; padding-right: 20px; }
    .mcp-hero { padding: 72px 0 62px; }
    .mcp-hero__grid, .mcp-safety-grid, .mcp-faq-grid { gap: 38px; grid-template-columns: 1fr; }
    .mcp-hero__lead { font-size: 16px; }
    .mcp-section { padding: 65px 0; }
    .mcp-flow, .mcp-tool-grid, .mcp-steps { grid-template-columns: 1fr; }
    .mcp-flow article { min-height: 0; }
    .mcp-steps { gap: 20px; }
    .mcp-steps li, .mcp-steps li:first-child { border-left: 0; border-top: 1px solid var(--mcp-line); padding: 21px 0 0; }
    .mcp-steps li:first-child { border-top: 0; padding-top: 0; }
    .mcp-client-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mcp-client-list li { min-width: 0; }
}

@media (max-width: 420px) {
    .mcp-hero h1 { font-size: 38px; }
    .mcp-button { justify-content: center; width: 100%; }
}
