/* Misma receta de los modales Bulest: negro cálido, gris tenue y verde funcional. */
.bulest-tour-card { position:fixed; z-index:2147483600; box-sizing:border-box; width:min(360px,calc(100vw - 32px)); padding:18px; overflow:auto; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:#0d0d0d; color:#fff; box-shadow:0 24px 70px rgba(0,0,0,.62); font:13px/1.55 system-ui,sans-serif; color-scheme:dark; overflow-wrap:anywhere; }
.bulest-tour-card p { margin:11px 0; color:#d1d5db; }.bulest-tour-heading,.bulest-tour-controls { display:flex; align-items:center; justify-content:space-between; gap:12px; }.bulest-tour-heading span { color:#25d366; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.bulest-tour-card button { min-height:36px; padding:8px 12px; border:1px solid rgba(255,255,255,.1); border-radius:10px; background:rgba(255,255,255,.05); color:#fff; cursor:pointer; font:600 12px/1.2 system-ui,sans-serif; transition:background .15s ease,border-color .15s ease,transform .15s ease; }.bulest-tour-card button:hover { border-color:rgba(37,211,102,.32); background:rgba(255,255,255,.09); }.bulest-tour-card button:focus-visible,.bulest-tour-help:focus-visible { outline:2px solid #25d366; outline-offset:3px; }.bulest-tour-card .bulest-tour-primary { margin-left:auto; border-color:#25d366; background:#016839; color:#fff; }.bulest-tour-card .bulest-tour-primary:hover { background:#07824b; transform:translateY(-1px); }.bulest-tour-card .bulest-tour-note { color:#9ca3af; font-size:12px; }
.bulest-tour-focus { pointer-events:none; position:fixed; z-index:2147483599; border:2px solid #25d366; border-radius:12px; box-shadow:0 0 0 4px rgba(37,211,102,.12),0 0 22px rgba(37,211,102,.25); }
.bulest-tour-help { position:fixed; right:20px; bottom:var(--bulest-tour-help-bottom,18px); z-index:2147483500; display:grid; width:48px; height:48px; box-sizing:border-box; padding:0; place-items:center; border:1px solid rgba(37,211,102,.35); border-radius:14px; background:#101010; color:#25d366; box-shadow:0 12px 30px rgba(0,0,0,.42); cursor:pointer; transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease; }.bulest-tour-help svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }.bulest-tour-help:hover { border-color:#25d366; background:rgba(1,104,57,.28); box-shadow:0 14px 32px rgba(0,0,0,.5),0 0 0 3px rgba(37,211,102,.1); transform:translateY(-2px); }.bulest-tour-help[aria-expanded="true"] { border-color:#25d366; background:#016839; color:#fff; }
.bulest-tour-help::after { position:absolute; right:calc(100% + 10px); padding:7px 9px; border:1px solid rgba(255,255,255,.1); border-radius:8px; background:#0d0d0d; color:#fff; box-shadow:0 10px 24px rgba(0,0,0,.38); content:attr(data-tooltip); font:600 11px/1.1 system-ui,sans-serif; white-space:nowrap; opacity:0; pointer-events:none; transform:translateX(4px); transition:opacity .16s ease,transform .16s ease; }.bulest-tour-help:hover::after,.bulest-tour-help:focus-visible::after { opacity:1; transform:translateX(0); }
.bulest-tour-menu { position:fixed; right:20px; bottom:var(--bulest-tour-menu-bottom,70px); z-index:2147483598; width:min(310px,calc(100vw - 32px)); max-height:60vh; padding:8px; overflow:auto; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:#0d0d0d; box-shadow:0 20px 54px rgba(0,0,0,.58); }.bulest-tour-menu button { display:block; width:100%; padding:11px 12px; border:0; border-radius:9px; background:transparent; color:#e5e7eb; text-align:left; font:600 12px/1.35 system-ui,sans-serif; cursor:pointer; }.bulest-tour-menu button:hover,.bulest-tour-menu button:focus-visible { background:rgba(255,255,255,.07); color:#fff; outline:none; }.bulest-tour-menu p { margin:10px 12px; color:#9ca3af!important; font:12px/1.45 system-ui,sans-serif; }
@media (prefers-reduced-motion:reduce) { .bulest-tour-card,.bulest-tour-focus,.bulest-tour-help { transition:none; } } @media (max-width:700px) { .bulest-tour-help { right:14px; width:46px; height:46px; }.bulest-tour-menu { right:14px; } }
