#turisto-widget-root{--tw-ink:#073b4c;--tw-teal:#079a93;--tw-coral:#ff6b4a;font-family:"Segoe UI",system-ui,sans-serif}
.turisto-launcher{position:fixed;right:22px;bottom:22px;z-index:99990;display:flex;align-items:center;gap:10px;height:78px;padding:7px 18px 7px 7px;border:0;border-radius:24px;color:#fff;background:linear-gradient(135deg,var(--tw-ink),#0c7578);box-shadow:0 18px 45px #073b4c4a;cursor:pointer;transition:.2s ease}
.turisto-launcher:hover{transform:translateY(-3px);box-shadow:0 22px 52px #073b4c59}
.turisto-launcher img{width:62px;height:64px;object-fit:cover;object-position:top;border-radius:18px;background:#fff3d6}
.turisto-launcher span{font-weight:900;font-size:.92rem;white-space:nowrap}
.turisto-widget-panel{position:fixed;right:22px;bottom:112px;z-index:99991;width:min(430px,calc(100vw - 28px));height:min(720px,calc(100dvh - 140px));overflow:hidden;border:1px solid #ffffff80;border-radius:26px;background:#fff;box-shadow:0 30px 90px #073b4c59;opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:bottom right;transition:.22s ease}
.turisto-widget-panel.open{opacity:1;visibility:visible;transform:none}
.turisto-widget-panel iframe{display:block;width:100%;height:100%;border:0;background:#fff}
.turisto-widget-close{position:absolute;top:14px;right:14px;z-index:3;display:grid;place-items:center;width:36px;height:36px;border:1px solid #ffffff4a;border-radius:12px;color:#fff;background:#ffffff19;font-size:1.2rem;cursor:pointer}
.turisto-widget-panel.open+.turisto-launcher{opacity:0;visibility:hidden;transform:scale(.85)}
@media(max-width:560px){
 .turisto-widget-panel{inset:0;width:100%;height:100dvh;border:0;border-radius:0;transform:translateY(100%)}
 .turisto-widget-panel.open{transform:none}
 .turisto-launcher{right:14px;bottom:14px;height:68px;padding-right:14px}
 .turisto-launcher img{width:54px;height:55px}
}
@media(prefers-reduced-motion:reduce){.turisto-launcher,.turisto-widget-panel{transition:none}}
