html,body{height:100%;margin:0}*{box-sizing:border-box}.tour-start{border:1px solid #00ccff;border-radius:7px;background:#00ccff14;color:#67e8f9;padding:7px 12px;font:700 11px inherit;cursor:pointer}.tour-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none}.tour-highlight{position:fixed;border:2px solid #22d3ee;border-radius:10px;box-shadow:0 0 0 9999px #020812c2,0 0 24px #22d3eea6;transition:top .18s ease,left .18s ease,width .18s ease,height .18s ease;pointer-events:none}.tour-tooltip{position:fixed;width:min(320px,calc(100vw - 32px));border:1px solid #1e6680;border-radius:8px;background:#07111e;color:#c5d1e0;padding:16px;box-shadow:0 14px 44px #0009;pointer-events:auto}.tour-progress{color:#22d3ee;font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase}.tour-title{margin-top:5px;color:#f8fafc;font-size:16px;font-weight:800}.tour-tooltip p{margin:8px 0 16px;color:#9fb3c8;font-size:12px;line-height:1.55}.tour-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.tour-actions>div{display:flex;gap:7px}.tour-actions button{border-radius:6px;padding:7px 10px;font:700 11px inherit;cursor:pointer}.tour-skip,.tour-back{border:1px solid #29445f;background:transparent;color:#94a3b8}.tour-back:disabled{cursor:not-allowed;opacity:.4}.tour-next{border:1px solid #22d3ee;background:#0891b2;color:#fff}
