.assistant-root{opacity:0;pointer-events:none;min-width:0;height:58px;transition:opacity .4s;position:relative}.assistant-root.is-visible{opacity:1;pointer-events:auto}.versailles-assistant{--assistant-height:58px;--assistant-control:58px;--assistant-gap:10px;--assistant-radius:30px;color:var(--cream);font-family:var(--sans);position:absolute;bottom:0;left:0;right:0}.versailles-assistant button,.versailles-assistant input{color:inherit}.versailles-assistant button{cursor:pointer;border:0}.versailles-assistant button:disabled{cursor:default;opacity:.42}.versailles-assistant svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;width:19px;height:19px}.versailles-assistant__shell{z-index:2;width:100%;height:var(--assistant-height);grid-template-columns:var(--assistant-control) minmax(0, 1fr) var(--assistant-control);background:0 0;align-items:stretch;margin:0;display:grid;position:relative}.versailles-assistant__plus,.versailles-assistant__send{width:var(--assistant-control);height:var(--assistant-height);background:0 0;place-items:center;padding:0;transition:background .22s,opacity .22s;display:grid}.versailles-assistant__plus{font-size:21px;font-weight:200;border-right:1px solid var(--line-soft)!important}.versailles-assistant__send{border-left:1px solid var(--line-soft)!important}.versailles-assistant__plus:hover,.versailles-assistant__send:not(:disabled):hover{background:#f9f4eb11}.versailles-assistant__shell label{align-items:center;min-width:0;padding:0 18px;display:flex}.versailles-assistant__shell input{letter-spacing:-.02em;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0;font-size:13px}.versailles-assistant__shell input::placeholder{color:#f9f4ebb8;opacity:1}.versailles-assistant__panels{right:0;bottom:calc(var(--assistant-height) + var(--assistant-gap));z-index:1;transform-origin:bottom;position:absolute;left:0}.versailles-assistant__quick,.versailles-assistant__conversation{border-radius:var(--assistant-radius);-webkit-backdrop-filter:blur(30px)saturate(.76);backdrop-filter:blur(30px)saturate(.76);background:#090b0be0;border:1px solid #f9f4eb26;width:100%;animation:.42s cubic-bezier(.22,1,.36,1) both assistant-panel-up;overflow:hidden;box-shadow:0 18px 44px #0000003d}@keyframes assistant-panel-up{0%{opacity:0;transform:translateY(13px)scale(.98)}}.versailles-assistant__quick{overscroll-behavior:contain;scrollbar-width:thin;max-height:min(410px,54dvh);padding:15px;overflow-y:auto}.versailles-assistant__quick>p{margin:0 6px 11px;font-size:17px}.versailles-assistant__suggestions{display:grid}.versailles-assistant__suggestions button{text-align:left;background:0 0;border-top:1px solid #f9f4eb21;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:43px;padding:9px 6px;font-size:13px;line-height:1.25;display:grid}.versailles-assistant__suggestions button:hover{background:#f9f4eb0d}.versailles-assistant__suggestions svg{width:15px;transform:rotate(45deg)}.versailles-assistant__section-label{color:#f9f4eb99;font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-top:17px!important;font-size:8px!important}.versailles-assistant__destinations{flex-wrap:wrap;gap:6px;display:flex}.versailles-assistant__destinations button,.versailles-assistant__quick-footer button,.versailles-assistant__clear,.versailles-assistant__thinking button,.versailles-assistant__error button{min-height:34px;font-family:var(--mono);text-transform:uppercase;background:#f9f4eb09;border:1px solid #f9f4eb26;border-radius:999px;padding:7px 11px;font-size:8px}.versailles-assistant__destinations button:hover,.versailles-assistant__quick-footer button:not(:disabled):hover,.versailles-assistant__clear:hover{background:#f9f4eb1a}.versailles-assistant__quick-footer{grid-template-columns:1fr 1fr;gap:6px;margin-top:14px;display:grid}.versailles-assistant__conversation{grid-template-rows:auto minmax(0,1fr) auto;height:clamp(280px,38vh,390px);max-height:calc(100dvh - 155px);display:grid;position:relative}.versailles-assistant__conversation>header{border-bottom:1px solid #f9f4eb1f;grid-template-columns:minmax(0,1fr) 48px;align-items:center;min-height:58px;display:grid}.versailles-assistant__conversation>header>div{gap:3px;min-width:0;padding:11px 16px;display:grid}.versailles-assistant__conversation>header span,.versailles-assistant__conversation>header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.versailles-assistant__conversation>header span{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;opacity:.65;font-size:7px}.versailles-assistant__conversation>header strong{font-size:14px;font-weight:500}.versailles-assistant__conversation>header button{background:#f9f4eb12;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.versailles-assistant__log{overscroll-behavior:contain;scrollbar-width:thin;min-height:0;padding:14px;overflow-y:auto}.versailles-assistant__log article{margin-bottom:14px}.versailles-assistant__log article[data-role=user]{justify-content:flex-end;display:flex}.versailles-assistant__log article[data-role=user]>p{background:#f9f4eb1c;border-radius:15px 15px 3px;max-width:86%;margin:0;padding:9px 12px;font-size:13px;line-height:1.35}.versailles-assistant__markdown{font-size:13px;line-height:1.48}.versailles-assistant__markdown>:first-child{margin-top:0}.versailles-assistant__markdown>:last-child{margin-bottom:0}.versailles-assistant__markdown p,.versailles-assistant__markdown ul,.versailles-assistant__markdown ol{margin:0 0 9px}.versailles-assistant__markdown ul,.versailles-assistant__markdown ol{padding-left:20px}.versailles-assistant__markdown a{color:inherit;text-decoration-thickness:1px}.versailles-assistant__markdown strong{font-weight:650}.versailles-assistant__thinking,.versailles-assistant__error{align-items:center;gap:6px;padding:10px 0;display:flex}.versailles-assistant__thinking>span{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite alternate assistant-thinking}.versailles-assistant__thinking>span:nth-child(2){animation-delay:.16s}.versailles-assistant__thinking>span:nth-child(3){animation-delay:.32s}.versailles-assistant__thinking p,.versailles-assistant__error p{flex:1;margin:0 4px;font-size:12px}@keyframes assistant-thinking{to{opacity:.25;transform:translateY(-2px)}}.versailles-assistant__empty{color:#f9f4eb94;text-align:center;margin:0;padding:26px 10px;font-size:13px}.versailles-assistant__clear{justify-self:end;margin:0 12px 12px}.versailles-assistant__receipt{right:50%;bottom:calc(var(--assistant-height) + 10px);z-index:4;width:max-content;max-width:calc(100vw - 30px);font-family:var(--mono);text-transform:uppercase;background:#090b0be6;border:1px solid #f9f4eb33;border-radius:999px;align-items:center;gap:8px;padding:8px 13px;font-size:8px;display:flex;position:absolute;transform:translate(50%);box-shadow:0 12px 30px #0000002e}.versailles-assistant__receipt span{background:currentColor;border-radius:50%;width:6px;height:6px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=47.5rem){.assistant-root{z-index:65;right:12px;bottom:max(12px, env(safe-area-inset-bottom));border:1px solid var(--line-soft);-webkit-backdrop-filter:none;backdrop-filter:none;height:64px;transition:opacity .45s ease, transform .55s var(--ease);background:#090b0bd6;border-radius:34px;position:fixed;left:12px;transform:translateY(14px)}.assistant-root.is-visible{transform:none}.versailles-assistant{--assistant-height:64px;--assistant-control:58px;--assistant-radius:28px}.versailles-assistant__shell label{padding:0 13px}.versailles-assistant__shell input{font-size:14px}.versailles-assistant__quick{max-height:min(420px,100dvh - 170px);padding:12px}.versailles-assistant__quick,.versailles-assistant__conversation{-webkit-backdrop-filter:none;backdrop-filter:none;background:#090b0bf5}.versailles-assistant__conversation{height:calc(100dvh - 82px - max(12px, env(safe-area-inset-bottom)) - 74px);max-height:calc(100dvh - 82px - max(12px, env(safe-area-inset-bottom)) - 74px)}.versailles-assistant__log article[data-role=user]>p,.versailles-assistant__markdown{font-size:14px}body.assistant-open .detail-panel,body.assistant-open .discover-panel{opacity:0;visibility:hidden;pointer-events:none}}@media (hover:none){.versailles-assistant__plus:hover,.versailles-assistant__send:not(:disabled):hover,.versailles-assistant__suggestions button:hover{background:0 0}.versailles-assistant__destinations button:hover,.versailles-assistant__quick-footer button:not(:disabled):hover,.versailles-assistant__clear:hover{background:#f9f4eb09}}@media (prefers-reduced-motion:reduce){.versailles-assistant__quick,.versailles-assistant__conversation,.versailles-assistant__thinking>span{animation:none}}
