.lw-floating-guide { --guide-bottom: max(20px, env(safe-area-inset-bottom)); position: fixed; inset: 0; z-index: 99990; pointer-events: none; }
.lw-floating-guide__open { position: fixed; right: max(10px, min(20px, 2.5vw)); bottom: var(--guide-bottom); max-width: calc(100vw - 20px); min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: #2865d8; box-shadow: 0 8px 24px rgba(20,39,73,.25); font: 700 14px/1.4 sans-serif; white-space: normal; cursor: pointer; pointer-events: auto; }
.lw-floating-guide__panel { position: fixed; bottom: calc(var(--guide-bottom) + 64px); right: max(10px, min(20px, 2.5vw)); width: min(520px, calc(100vw - 20px)); height: min(680px, calc(100dvh - var(--guide-bottom) - 84px)); overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 18px 54px rgba(20,39,73,.28); pointer-events: auto; }
.lw-floating-guide [hidden] { display: none !important; }
.lw-floating-guide__panel iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.lw-floating-guide__close { position: absolute; top: 8px; right: 8px; z-index: 2; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: #26364f; background: rgba(255,255,255,.94); box-shadow: 0 2px 8px rgba(20,39,73,.2); font: 700 24px/34px sans-serif; cursor: pointer; }
.lw-floating-guide button:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
