#guider-widget{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Arial,sans-serif;--guider-launcher-bg-light:#111;--guider-launcher-bg-dark:#fff;--guider-launcher-fg-light:#fff;--guider-launcher-fg-dark:#111;--guider-launcher-width:86px;--guider-launcher-height:68px;--guider-minimized-size:64px}
#guider-launcher{border:0;box-shadow:0 4px 18px rgba(0,0,0,.22);background:var(--guider-launcher-bg-light);color:var(--guider-launcher-fg-light);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;width:var(--guider-launcher-width);height:var(--guider-launcher-height);padding:4px;overflow:hidden}
#guider-launcher.guider-launcher-initial{border-radius:48%/58%;}
#guider-launcher.guider-launcher-minimized{width:var(--guider-minimized-size);height:var(--guider-minimized-size);border-radius:50%;padding:4px}
#guider-launcher:hover{transform:translateY(-1px);box-shadow:0 6px 22px rgba(0,0,0,.28)}
#guider-launcher img{width:100%;height:100%;object-fit:contain;display:block}
#guider-launcher.guider-launcher-has-image .guider-launcher-label{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (prefers-color-scheme:dark){#guider-launcher{background:var(--guider-launcher-bg-dark);color:var(--guider-launcher-fg-dark)}}
#guider-panel{position:absolute;right:0;bottom:calc(var(--guider-minimized-size) + 10px);width:min(390px,calc(100vw - 28px));height:560px;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.25);overflow:hidden;display:flex;flex-direction:column}
#guider-panel[hidden]{display:none}
#guider-panel header{min-height:58px;padding:0 14px;background:#111;color:#fff;display:flex;align-items:center;gap:10px}
#guider-panel header img{width:42px;height:42px;object-fit:contain}
#guider-close{margin-left:auto;background:transparent;border:0;color:#fff;font-size:30px;line-height:1;cursor:pointer}
#guider-messages{flex:1;overflow:auto;padding:14px;background:#f6f6f6}
.guider-message{max-width:86%;padding:9px 11px;margin:0 0 10px;border-radius:10px;white-space:pre-wrap;line-height:1.4}
.guider-bot{background:#fff;border:1px solid #ddd;color:#555}.guider-user{background:#222;color:#fff;margin-left:auto}
#guider-human-handoff{padding:8px 10px;background:#fff8e5;border-top:1px solid #ead9a3;position:relative}#guider-human-handoff[hidden]{display:none}
.guider-handoff-card{position:relative;padding-right:22px}.guider-handoff-card p{margin:5px 0 8px;font-size:12px}.guider-handoff-dismiss{position:absolute;right:-4px;top:-5px;border:0;background:transparent;font-size:20px;line-height:1;color:#6e6551;cursor:pointer;padding:2px 5px}
.guider-handoff-form{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}.guider-handoff-form[hidden]{display:none}.guider-handoff-form input{min-width:0}.guider-handoff-status{grid-column:1/-1;font-size:12px}.guider-handoff-open,.guider-handoff-form button{cursor:pointer}.guider-handoff-compact{font-size:12px;text-align:center}.guider-handoff-compact-open{border:0;background:transparent;color:#755d19;text-decoration:underline;cursor:pointer;padding:2px 4px;font-size:12px}
#guider-form{display:flex;gap:8px;padding:10px;border-top:1px solid #ddd;background:#fff}#guider-input{flex:1;resize:none;min-height:42px}#guider-form button{align-self:stretch;padding:0 14px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width:520px){#guider-widget{right:10px;bottom:10px}#guider-panel{position:fixed;right:8px;left:8px;bottom:82px;width:auto;height:min(70vh,580px)}}
