.guide{--guide-brand: #0c80eb;--guide-brand-soft: #eaf3fe;--guide-ink: #14243a;--guide-muted: #6b7c93;--guide-line: #e6ecf4;--guide-surface: #ffffff;--guide-bg: #f6f9fc;position:fixed;right:20px;bottom:20px;z-index:991;font-family:inherit;direction:rtl}.guide__launcher{display:inline-flex;align-items:center;gap:8px;padding:8px 16px 8px 10px;border:0;border-radius:999px;background:linear-gradient(135deg,#2e9bfb,#0a6fcd);color:#fff;font-family:inherit;font-size:12.5px;font-weight:800;white-space:nowrap;overflow:hidden;max-width:260px;cursor:pointer;box-shadow:0 10px 24px #0c80eb61;transition:max-width .3s ease,padding .3s ease,gap .3s ease,transform .2s ease,box-shadow .2s ease}.guide__launcher:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0c80eb75;color:#fff}.guide__launcher:focus-visible{outline:3px solid rgba(12,128,235,.35);outline-offset:3px}.guide__launcher-icon{width:26px;height:26px;border-radius:50%;background:#ffffff38;display:grid;place-items:center;flex:0 0 auto}.guide__launcher-icon svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.guide__panel{position:absolute;right:0;bottom:calc(100% + 12px);width:384px;max-width:calc(100vw - 40px);height:560px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;overflow:hidden;background:var(--guide-surface);border:1px solid var(--guide-line);border-radius:18px;box-shadow:0 24px 60px #14243a2e;opacity:0;transform:translateY(14px) scale(.98);transform-origin:bottom right;transition:opacity .22s ease,transform .22s ease}.guide__panel[hidden]{display:none}.guide[data-open=true] .guide__panel{opacity:1;transform:translateY(0) scale(1)}.guide__head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--guide-brand);color:#fff}.guide__head-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.guide__avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;flex:none}.guide__avatar img{width:22px;height:19px;object-fit:contain}.guide__head-text{display:flex;flex-direction:column;min-width:0}.guide__head-text strong{font-size:15px;font-weight:800}.guide__head-text small{font-size:12px;opacity:.85}.guide__head-btn{display:grid;place-items:center;width:32px;height:32px;flex:none;border:0;border-radius:10px;background:#ffffff29;color:#fff;cursor:pointer;transition:background-color .2s ease}.guide__head-btn:hover{background:#ffffff47}.guide__head-btn[hidden]{display:none}.guide__head-btn svg{width:18px;height:18px}.guide__search{position:relative;display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--guide-line);background:var(--guide-surface)}.guide__search>svg{width:18px;height:18px;flex:none;color:var(--guide-muted)}.guide__search input{flex:1;min-width:0;height:36px;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:var(--guide-ink)}.guide__search input::-webkit-search-cancel-button{display:none}.guide__search-clear{display:grid;place-items:center;width:26px;height:26px;flex:none;border:0;border-radius:8px;background:var(--guide-bg);color:var(--guide-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease}.guide__search-clear:hover{background:var(--guide-brand-soft);color:var(--guide-brand)}.guide__search-clear[hidden]{display:none}.guide__search-clear svg{width:14px;height:14px}.guide__body{flex:1;overflow-y:auto;overscroll-behavior:contain;background:var(--guide-bg);padding:14px;scroll-behavior:smooth}.guide__thread{display:flex;flex-direction:column;gap:10px}.guide__msg{max-width:88%;padding:10px 13px;border-radius:14px;font-size:13.5px;line-height:2;color:var(--guide-ink);animation:guideIn .24s ease both}.guide__msg--bot{align-self:flex-start;background:var(--guide-surface);border:1px solid var(--guide-line);border-bottom-right-radius:6px}.guide__msg--user{align-self:flex-end;background:var(--guide-brand);color:#fff;border-bottom-left-radius:6px;font-weight:600}.guide__msg p{margin:0 0 8px}.guide__msg p:last-child{margin-bottom:0}.guide__msg ul,.guide__msg ol{margin:0 0 8px;padding-right:18px}.guide__msg li{margin-bottom:4px}.guide__msg strong{font-weight:800}.guide__links{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px dashed var(--guide-line)}.guide__link{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:999px;background:var(--guide-brand-soft);color:var(--guide-brand);font-size:12.5px;font-weight:700;text-decoration:none;transition:background-color .2s ease,color .2s ease}.guide__link:hover{background:var(--guide-brand);color:#fff}.guide__link svg{width:13px;height:13px}.guide__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.guide__chips:empty{margin-top:0}.guide__chip{padding:8px 13px;border:1px solid var(--guide-line);border-radius:999px;background:var(--guide-surface);color:var(--guide-ink);font:inherit;font-size:13px;font-weight:600;text-align:right;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}.guide__chip:hover{border-color:var(--guide-brand);background:var(--guide-brand-soft);color:var(--guide-brand);transform:translateY(-1px)}.guide__chip--topic{background:var(--guide-surface)}.guide__chip--wide{width:100%;border-radius:12px}.guide__chip--wide small{display:block;margin-top:3px;font-size:11.5px;font-weight:500;color:var(--guide-muted)}.guide__chip--ghost{border-style:dashed;color:var(--guide-muted)}.guide__hint{margin:14px 0 0;font-size:12.5px;color:var(--guide-muted)}.guide__empty{margin-top:16px;padding:16px;border:1px dashed var(--guide-line);border-radius:14px;background:var(--guide-surface);font-size:13px;line-height:2;color:var(--guide-muted)}.guide__foot{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-top:1px solid var(--guide-line);background:var(--guide-surface);font-size:12.5px;color:var(--guide-muted)}.guide__foot a{color:var(--guide-brand);font-weight:700;text-decoration:none}.guide__foot a:hover{text-decoration:underline}@keyframes guideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:991.98px){.guide{right:14px;bottom:calc(14px + env(safe-area-inset-bottom))}}@media(max-width:575.98px){.guide__launcher{font-size:0;gap:0;padding:8px;max-width:42px}.guide__panel{position:fixed;inset:0;width:100%;max-width:none;height:100%;max-height:none;border:0;border-radius:0;transform-origin:bottom center}}@media(prefers-reduced-motion:reduce){.guide__launcher,.guide__panel,.guide__chip,.guide__msg{transition:none;animation:none}.guide__body{scroll-behavior:auto}}@media print{.guide{display:none!important}}
