.buro-tour-backdrop-piece {
    position: fixed;
    z-index: 12000;
    background: rgba(15, 23, 42, 0.48);
    pointer-events: none;
    transition: opacity 180ms ease, top 180ms ease, left 180ms ease, width 180ms ease, height 180ms ease;
}

.buro-tour-highlight {
    position: fixed;
    z-index: 12001;
    border: 2px solid #14b8a6;
    border-radius: 10px;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.18), 0 18px 48px rgba(15, 23, 42, 0.22);
    pointer-events: none;
    transition: top 180ms ease, left 180ms ease, width 180ms ease, height 180ms ease;
}

.buro-tour-popover {
    position: fixed;
    z-index: 12002;
    width: min(360px, calc(100vw - 32px));
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.buro-tour-popover[data-floating="true"] {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.buro-tour-kicker {
    margin: 0 0 8px;
    color: #0f766e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.buro-tour-title {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.25;
}

.buro-tour-body {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
}

.buro-tour-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.buro-tour-progress {
    color: #64748b;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}

.buro-tour-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.buro-tour-btn {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.buro-tour-btn:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.buro-tour-btn-primary {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.buro-tour-btn-primary:hover {
    border-color: #115e59;
    background: #115e59;
}

.buro-tour-btn-ghost {
    border-color: transparent;
    color: #64748b;
}

.buro-tour-btn-ghost:hover {
    border-color: transparent;
    background: #f1f5f9;
}

.buro-tour-launcher {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.buro-tour-launcher:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.buro-tour-launcher--floating,
.buro-tour-launcher-group--floating {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 11990;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.buro-tour-launcher-group {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
}

.buro-tour-launcher-group-trigger {
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.buro-tour-launcher-menu {
    display: none;
    min-width: 190px;
    padding: 6px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.2);
}

.buro-tour-launcher-group.is-open .buro-tour-launcher-menu {
    display: grid;
    gap: 2px;
}

.buro-tour-launcher-menu-item {
    width: 100%;
    min-height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #334155;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.buro-tour-launcher-menu-item:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.buro-tour-launcher-mount > .buro-tour-launcher {
    flex: 0 0 auto;
}

body.quiz-app .app-view-tabs-wrap.buro-tour-launcher-mount {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.quiz-app .app-view-tabs-wrap.buro-tour-launcher-mount > .buro-tour-launcher {
    min-height: 32px;
}

.bb-view-tabs-wrap.buro-tour-launcher-mount {
    justify-content: flex-start;
}

.bb-view-tabs-wrap.buro-tour-launcher-mount .bb-view-tabs {
    order: 1;
}

.bb-view-tabs-wrap.buro-tour-launcher-mount > .buro-tour-launcher {
    order: 2;
}

.bb-view-tabs-wrap.buro-tour-launcher-mount .bb-bookings-entry {
    order: 3;
    margin-left: auto;
}

.editor-panel-chrome-bar-left.buro-tour-launcher-mount > .buro-tour-launcher,
.pipeline-view-toggle.buro-tour-launcher-mount + .buro-tour-launcher {
    min-height: 32px;
}

.buro-tour-launcher-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 760px) {
    .buro-tour-popover {
        right: 12px;
        bottom: 12px;
        left: 12px !important;
        top: auto !important;
        width: auto;
        transform: none !important;
    }

    .buro-tour-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .buro-tour-buttons {
        justify-content: flex-end;
    }

    .buro-tour-launcher--floating,
    .buro-tour-launcher-group--floating {
        right: 14px;
        bottom: 14px;
    }
}
