:root{--ink:#23232a;--muted:#777582;--paper:#faf9f6;--purple:#6850c8;--purple-dark:#503ba9;--line:#e8e5df;--green:#39856a;--radius:18px;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{color:var(--purple)}button,input{font:inherit}button,a,input{touch-action:manipulation}:focus-visible{outline:3px solid #9d8cdb;outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.65;cursor:wait}.header{max-width:1320px;width:100%;margin:auto;padding:28px 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{font-size:25px;letter-spacing:-1px;font-weight:750;display:flex;align-items:center}.brand-dot{color:var(--purple)}.brand-symbol{display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;background:var(--purple);color:#fff;border-radius:12px;font-size:25px;margin-right:10px;letter-spacing:-2px}.brand-symbol span{color:#dcd3ff}.header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.header nav form{margin:0}.nav-active{color:var(--purple)}.main{width:100%;max-width:1320px;padding:0 48px 50px;margin:auto;flex:1}.footer{max-width:1320px;width:100%;margin:auto;border-top:1px solid var(--line);padding:26px 48px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:15px 24px;background:var(--purple);border:1px solid transparent;border-radius:10px;color:#fff;font-weight:650;font-size:14px;line-height:1.4;transition:background .15s,transform .15s}.button:hover{background:var(--purple-dark);color:#fff;transform:translateY(-1px)}.button-small{padding:11px 18px}.button-secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button-secondary:hover{background:#f1edf9;color:var(--purple)}.button-quiet{padding:10px 0;background:none;color:var(--muted)}.button-quiet:hover{background:none;color:var(--purple)}.button-full{width:100%}.text-link{font-weight:650;font-size:14px;color:var(--purple)}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--purple);font-size:11px;font-weight:750;letter-spacing:1.7px}.live-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#54a188}.hero{display:grid;grid-template-columns:1.04fr 1fr;align-items:center;gap:25px;padding:76px 0 70px}.hero h1{font-size:clamp(44px,4.6vw,65px);font-weight:650;letter-spacing:-3px;line-height:1.1;margin:25px 0}.hero h1 em,.auth-intro h1 em{font-style:normal;color:var(--purple)}.lead{font-size:17px;line-height:1.8;max-width:430px;color:#696775}.actions{display:flex;align-items:center;gap:25px;margin:30px 0 20px}.small{font-size:12px;line-height:1.6}.muted{color:var(--muted)}.hero-art{height:460px;position:relative;background:radial-gradient(ellipse at center,#eae3f759,transparent 68%);overflow:hidden}.orbit{border:1px dashed #cec4e4;border-radius:50%;position:absolute;top:54%;left:52%;transform:translate(-50%,-50%)}.orbit-one{width:340px;height:340px}.orbit-two{width:460px;height:460px;opacity:.45}.agent-card{position:absolute;display:flex;align-items:center;gap:12px;background:#fff;padding:16px 18px;border:1px solid #e9e5ee;border-radius:14px;box-shadow:0 12px 35px #30214c09;z-index:2;min-width:220px}.agent-card strong{display:block;font-size:13px;font-weight:700}.agent-card div>span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.agent-card i{width:6px;height:6px;background:#58a88a;border-radius:50%;margin-left:6px}.agent-one{top:42px;left:32px;transform:rotate(-4deg)}.agent-two{top:210px;right:0;transform:rotate(3deg)}.agent-three{bottom:37px;left:28px;transform:rotate(-3deg)}.agent-avatar{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700}.purple{background:#eee8fb;color:var(--purple)}.green{background:#e5f3e9;color:#37775b}.orange{background:#fbecdc;color:#aa7335}.project-node{position:absolute;z-index:1;top:49%;left:47%;transform:translate(-50%,-50%);background:var(--purple);color:white;border-radius:26px;padding:21px 26px;text-align:center;box-shadow:0 18px 30px #6850c82b}.project-node>span{display:block;font-size:38px;line-height:1;margin-bottom:12px}.project-node strong{display:block;font-size:15px}.project-node small{font-size:10px;display:block;opacity:.75;margin-top:6px}.connection{position:absolute;height:1px;background:#b0a0d4;transform-origin:left;left:46%;top:48%}.connection-one{width:145px;transform:rotate(-126deg)}.connection-two{width:180px;transform:rotate(6deg)}.connection-three{width:160px;transform:rotate(129deg)}.illustration-label{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:8px;letter-spacing:2px;color:#a09aaa}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:35px 0 10px;border-top:1px solid var(--line);gap:40px}.feature-strip article>span{font-size:11px;color:var(--purple);font-weight:700}.feature-strip h2{font-size:16px;margin:12px 0 8px}.feature-strip p{font-size:13px;line-height:1.8;color:var(--muted);max-width:310px}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px}.auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1000px;margin:65px auto}.auth-intro h1{font-size:50px;letter-spacing:-2.2px;font-weight:650;line-height:1.15;margin:25px 0}.auth-intro p{color:var(--muted);font-size:16px;line-height:1.7;max-width:330px}.auth-decoration{font-size:125px;line-height:1.3;color:#dbd1f0;margin:25px 0 0 30px;transform:rotate(-10deg)}.auth-card{padding:36px;box-shadow:0 8px 35px #23232a04}.auth-card h2,.h2{font-size:25px;letter-spacing:-.7px;margin:0 0 10px}.auth-card>p{font-size:13px;color:var(--muted);margin:0 0 28px}.field{margin-bottom:20px}.field label{display:block;font-size:12px;font-weight:650;margin-bottom:8px}.field input{width:100%;background:#fff;border:1px solid #dad7e1;border-radius:8px;padding:12px 13px;color:var(--ink);font-size:14px}.field input:focus{outline:2px solid #ddd3f5;border-color:var(--purple)}.field small{display:block;font-size:11px;color:var(--muted);line-height:1.6;margin-top:7px}.checkbox{font-size:12px;display:flex;gap:8px;align-items:center;margin:0 0 24px;color:var(--muted)}input[type=checkbox]{accent-color:var(--purple);width:16px;height:16px}.auth-switch{text-align:center;font-size:12px!important;margin:24px 0 0!important}.auth-switch a{color:var(--purple);font-weight:650}.validation{font-size:12px;color:#aa3344;line-height:1.6}.validation ul{padding-left:17px}.validation-summary-valid,.field-validation-valid{display:none}.input-validation-error{border-color:#bd5463!important}.standalone{max-width:500px;margin:65px auto}.standalone .eyebrow{margin-bottom:20px}.standalone h1{margin-bottom:28px}.notice{background:#e9f5ee;color:#2d7151!important;padding:14px;border-radius:8px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:55px 0 35px}.page-heading h1{font-size:38px;letter-spacing:-1.3px;font-weight:650;margin:13px 0}.page-heading p{font-size:14px;color:var(--muted)}.accent{color:var(--purple)}.badge{font-size:11px;background:#edf5ef;color:#387356;border:1px solid #dfebdf;padding:7px 10px;border-radius:7px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.badge-neutral{background:#f4f2f8;color:#81748f;border-color:#e9e3ef}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:25px}.empty-state{text-align:center;padding:55px 45px;min-height:400px}.empty-icon{margin:0 auto 25px;background:#f1ecfa;color:var(--purple);width:70px;height:70px;border-radius:21px;font-size:48px;line-height:70px}.empty-state h2{font-size:28px;letter-spacing:-.8px;line-height:1.3;margin:16px 0}.empty-state p{color:var(--muted);font-size:14px;line-height:1.8;max-width:420px;margin:15px auto 24px}.profile-panel h2{font-size:22px;margin-bottom:6px}.profile-panel>p{font-size:13px;color:var(--muted);overflow-wrap:anywhere}.profile-avatar{margin-top:24px;width:54px;height:54px;background:#eee7fb;color:var(--purple);border-radius:17px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:650}dl{margin:26px 0}dt{font-size:11px;color:var(--muted);margin-top:17px}dd{font-size:13px;margin:6px 0 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:25px}.stats article>span{font-size:12px;color:var(--muted)}.stats article>strong{display:block;font-size:37px;font-weight:650;margin-top:10px;letter-spacing:-1px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-heading h2{font-size:19px;margin:0}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{font-size:11px;font-weight:550;color:var(--muted);text-align:left;padding:14px 16px;background:#faf9fc}td{padding:19px 16px;border-bottom:1px solid #f0edf3}.table-email{display:block;font-size:12px;color:var(--muted);margin-top:5px}.pagination{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.pagination>div{display:flex;gap:10px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.service-grid h2{font-size:24px}.service-grid p{font-size:14px;color:var(--muted);line-height:1.8}.message-page{padding:90px 0}.message-page h1{font-size:42px;letter-spacing:-1.3px;font-weight:650;line-height:1.2}.message-page p{color:var(--muted);line-height:1.8;margin-bottom:30px}.skip-link{position:absolute;left:10px;top:-60px;background:var(--purple);color:white;padding:10px;z-index:10}.skip-link:focus{top:10px}
@media(max-width:1050px){.hero h1{font-size:49px}.hero-art{transform:scale(.9);transform-origin:center}.actions{gap:15px}.auth-shell{gap:40px}.auth-intro h1{font-size:42px}}
@media(max-width:780px){.header,.footer{padding:22px 24px}.main{padding:0 24px 35px}.header nav{gap:16px}.brand{font-size:22px}.hero{grid-template-columns:1fr;padding:45px 0 35px;gap:0}.hero h1{font-size:52px}.hero-art{max-width:470px;width:100%;margin:auto;transform:none}.hero-copy{max-width:600px}.lead{max-width:500px}.feature-strip{gap:20px}.auth-shell{grid-template-columns:1fr;max-width:470px;margin:35px auto;gap:20px}.auth-intro h1{font-size:37px;margin:15px 0}.auth-intro p{max-width:none}.auth-decoration{display:none}.dashboard-grid{grid-template-columns:1fr}.page-heading{align-items:flex-start;flex-direction:column;margin-top:35px}.page-heading h1{font-size:32px}.footer{font-size:11px}.stats{gap:12px}.stats .panel{padding:20px}.service-grid{grid-template-columns:1fr}}
@media(max-width:480px){.header{align-items:flex-start}.header nav{gap:10px;flex-wrap:wrap;justify-content:flex-end;font-size:11px}.header .button{font-size:11px;padding:8px 10px}.brand-symbol{width:30px;height:30px;font-size:22px;margin-right:7px}.brand{font-size:20px}.hero h1{font-size:44px;letter-spacing:-2px}.eyebrow{font-size:9px;letter-spacing:1.4px}.actions{align-items:flex-start;flex-direction:column}.hero-art{height:405px}.agent-card{min-width:190px;padding:13px;gap:9px}.agent-one{left:0}.agent-two{right:0}.agent-three{left:0}.project-node{left:45%;padding:16px}.feature-strip{grid-template-columns:1fr;padding-top:25px;gap:14px}.feature-strip p{max-width:none}.feature-strip h2{margin-top:8px}.footer{flex-direction:column;gap:8px}.auth-card{padding:24px}.stats{grid-template-columns:1fr}.stats .panel{display:flex;align-items:center;justify-content:space-between}.stats article>strong{margin:0}.empty-state{padding:35px 24px}.panel{padding:24px}.section-heading{gap:12px}.table-scroll{margin:0 -10px}.message-page h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* Accueil public du relais MCP : aucun catalogue d'API n'est exposé. */
.mcp-home-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:42px;align-items:center;padding:58px 0}.mcp-service-heading{display:flex;align-items:center;gap:18px}.mcp-service-symbol{display:inline-flex;width:64px;height:64px;flex:0 0 64px;align-items:center;justify-content:center;border-radius:18px;background:var(--purple);color:#fff;font-size:38px;font-weight:750;letter-spacing:-3px;box-shadow:0 12px 26px rgba(104,80,200,.18)}.mcp-service-symbol span{color:#dcd3ff}.mcp-service-heading h1{margin:7px 0 0;font-size:clamp(32px,3.4vw,46px);font-weight:700;line-height:1;letter-spacing:-1.8px}.mcp-service-heading h1 strong{color:var(--purple);font-weight:700}.mcp-home-promise{max-width:760px;margin:34px 0 18px;font-size:clamp(38px,4vw,58px);font-weight:650;line-height:1.08;letter-spacing:-2.4px}.mcp-home-copy .lead{max-width:720px}.mcp-home-summary{padding:30px;border:1px solid #e6e0f0;border-radius:20px;background:linear-gradient(145deg,#fff 25%,#f5f1fc);box-shadow:0 18px 45px rgba(63,45,94,.07)}.mcp-home-summary-icon{display:grid;width:52px;height:52px;margin-bottom:20px;place-items:center;border-radius:15px;background:#ece6fa;color:var(--purple);font-size:28px}.mcp-home-summary h2{margin:0 0 12px;font-size:21px;line-height:1.35}.mcp-home-summary p{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.75}.mcp-home-section{padding:58px 0;border-top:1px solid var(--line)}.mcp-home-section-heading{max-width:680px;margin-bottom:28px}.mcp-home-section-heading h2,.mcp-home-cta h2{margin:10px 0;font-size:28px;line-height:1.25;letter-spacing:-.7px}.mcp-home-section-heading>p,.mcp-home-cta p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.mcp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:0;padding:0;list-style:none}.mcp-steps li{min-width:0;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.mcp-steps li>span{display:grid;width:32px;height:32px;margin-bottom:17px;place-items:center;border-radius:10px;background:#eee8fb;color:var(--purple);font-size:13px;font-weight:750}.mcp-steps h3,.mcp-benefits h3{margin:0 0 8px;font-size:14px;line-height:1.35}.mcp-steps p,.mcp-benefits p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.mcp-home-automatic{padding-bottom:30px}.mcp-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mcp-benefits article{display:flex;gap:15px;padding:21px;border-radius:14px;background:#f7f4fb}.mcp-benefits article>span{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:50%;background:#e3f1e9;color:var(--green);font-size:13px;font-weight:800}.mcp-home-cta{display:flex;align-items:center;justify-content:space-between;gap:35px;margin:42px 0 25px;padding:32px;border-radius:20px;background:#252331;color:#fff}.mcp-home-cta .eyebrow{color:#c9bdff}.mcp-home-cta h2{color:#fff}.mcp-home-cta p{max-width:700px;color:#c9c6d2}.mcp-home-cta .button{flex:0 0 auto}
.mcp-tools-section{padding-bottom:64px}.mcp-tools-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px;padding:0 0 20px;border-bottom:1px solid var(--line)}.mcp-tools-bar h2{margin:9px 0 7px;font-size:28px;line-height:1.2;letter-spacing:-.7px}.mcp-tools-bar p{max-width:700px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.mcp-language-switcher{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;padding:6px;border:1px solid #ddd7ea;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(63,45,94,.06)}.mcp-language-label{display:grid;width:34px;height:34px;place-items:center;color:var(--purple);font-size:20px}.mcp-language-button{display:grid;width:40px;height:36px;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);font-size:11px;font-weight:750;transition:background-color .15s,border-color .15s,color .15s,transform .15s}.mcp-language-button:hover{border-color:#d8d0ec;background:#f4f0fb;color:var(--purple);transform:translateY(-1px)}.mcp-language-button.is-active{border-color:var(--purple);background:var(--purple);color:#fff;box-shadow:0 4px 11px rgba(104,80,200,.2)}.mcp-tools-table-wrap{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(35,35,42,.035)}.mcp-tools-table{table-layout:fixed}.mcp-tools-table th{padding:16px 20px;background:#f5f2fa;color:#6f687b;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.mcp-tools-table th:first-child{width:31%}.mcp-tools-table td{padding:20px;border-bottom-color:#eeeaf2;vertical-align:top}.mcp-tools-table tbody tr:last-child td{border-bottom:0}.mcp-tools-table code{display:inline-block;padding:7px 10px;border:1px solid #ded7ee;border-radius:8px;background:#f7f4fb;color:var(--purple-dark);font-size:12px;font-weight:700;overflow-wrap:anywhere}.mcp-tool-description{color:#5f5b69;font-size:13px;line-height:1.7}.mcp-tool-description .is-hidden{display:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1050px){.mcp-steps{grid-template-columns:repeat(2,1fr)}.mcp-steps li:last-child{grid-column:span 2}}
@media(max-width:780px){.mcp-home-hero{grid-template-columns:1fr;padding:42px 0}.mcp-service-heading h1{font-size:36px}.mcp-home-promise{font-size:40px;letter-spacing:-1.6px}.mcp-home-summary{max-width:600px}.mcp-home-cta{align-items:flex-start;flex-direction:column}.mcp-home-cta .button{width:100%}}
@media(max-width:520px){.mcp-service-heading{align-items:flex-start}.mcp-service-symbol{width:52px;height:52px;flex-basis:52px;border-radius:15px;font-size:31px}.mcp-service-heading h1{font-size:29px;line-height:1.05}.mcp-service-heading .eyebrow{line-height:1.4}.mcp-home-promise{margin-top:28px;font-size:34px}.mcp-home-copy .actions{align-items:stretch}.mcp-home-copy .actions .button{width:100%}.mcp-steps,.mcp-benefits{grid-template-columns:1fr}.mcp-steps li:last-child{grid-column:auto}.mcp-home-section-heading h2,.mcp-home-cta h2{font-size:23px}}
@media(max-width:780px){.mcp-tools-bar{align-items:flex-start;flex-direction:column}.mcp-language-switcher{width:100%;justify-content:space-between}.mcp-tools-table-wrap{overflow-x:auto}.mcp-tools-table{min-width:680px}}
@media(max-width:520px){.mcp-tools-bar h2{font-size:23px}.mcp-language-label{display:none}.mcp-language-button{width:calc((100% - 25px)/6)}.mcp-tools-table{min-width:590px}.mcp-tools-table th:first-child{width:38%}}
