.router-intents{margin-top:22px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.router-intents-label{color:#7b8aad;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-right:2px}
.router-intent{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(77,195,255,.28);border-radius:999px;background:rgba(8,19,34,.62);color:#cfe6ff;font:inherit;font-size:12px;font-weight:650;cursor:pointer;text-decoration:none;transition:.2s ease}
.router-intent:hover,.router-intent:focus-visible{border-color:#4dc3ff;background:rgba(42,168,255,.13);color:#fff;transform:translateY(-1px)}
.router-intent-dot{width:5px;height:5px;border-radius:50%;background:#31d0aa;box-shadow:0 0 10px #31d0aa}
.router-recommended{border-color:rgba(49,208,170,.58)!important;box-shadow:0 18px 50px rgba(0,0,0,.44),0 0 30px rgba(49,208,170,.11)!important}
.router-recommended:after{content:'Recommandé pour votre besoin';position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:999px;background:#102c2c;color:#67e8c5;border:1px solid rgba(49,208,170,.35);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;z-index:4}
.router-debug{position:fixed;right:14px;bottom:14px;z-index:100000;width:min(420px,calc(100vw - 28px));background:#071018;color:#cfe6ff;border:1px solid #2aa8ff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.65);padding:16px;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}
.router-debug strong{display:block;color:#4dc3ff;margin-bottom:8px}.router-debug dl{display:grid;grid-template-columns:145px 1fr;gap:4px 10px;margin:0}.router-debug dt{color:#7b8aad}.router-debug dd{margin:0;overflow-wrap:anywhere}
.router-privacy{position:fixed;left:16px;bottom:16px;z-index:99999;width:min(370px,calc(100vw - 32px));padding:14px;display:grid;gap:12px;background:rgba(7,16,24,.96);border:1px solid rgba(77,195,255,.3);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.55),0 0 22px rgba(42,168,255,.07);backdrop-filter:blur(16px);color:#cfe6ff;animation:routerPrivacyIn .28s ease-out}.router-privacy[hidden]{display:none}.router-privacy>div:first-child{display:grid;gap:5px}.router-privacy strong{display:flex;align-items:center;gap:7px;color:#fff;font-size:13px}.router-privacy strong span{font-size:15px}.router-privacy>div:first-child>span{color:#8fa9bb;font-size:11px;line-height:1.5}.router-privacy-actions{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:7px}.router-privacy button,.router-privacy a{min-height:34px;border-radius:9px;padding:7px 10px;font:inherit;font-size:10px;font-weight:750;cursor:pointer;white-space:nowrap}.router-privacy button:first-child{border:1px solid #2aa8ff;background:#168fe0;color:#fff}.router-privacy button:nth-child(2){border:1px solid #30465d;background:#101c28;color:#bed0dd}.router-privacy a{display:inline-flex;align-items:center;justify-content:center;color:#77bde8;padding-inline:5px;text-decoration:none}@keyframes routerPrivacyIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
body.chatbot-modal-open .router-privacy{display:none!important}
@media(max-width:700px){.router-intents{gap:7px}.router-intents-label{width:100%}.router-intent{padding:7px 10px}.router-recommended:after{position:static;display:inline-flex;margin:10px 0 0 10px}}
@media(max-width:440px){.router-privacy{left:10px;bottom:10px;width:calc(100vw - 20px);padding:12px}.router-privacy-actions{grid-template-columns:1fr 1fr}.router-privacy-actions a{grid-column:1/-1;min-height:26px}.router-privacy button{white-space:normal}}
