/* Tutorial Mode — quiet, authoritative annotations (no glassmorphism / neon) */

.bfth-tutorial-tip,
.bfth-tutorial-warning {
    margin: 0.5rem 0 0.75rem;
    padding: 0.65rem 0.85rem;
    border-left: 3px solid #4b5563;
    background: rgba(17, 24, 39, 0.92);
    color: #d1d5db;
}

.bfth-tutorial-tip--warn,
.bfth-tutorial-warning--warn {
    border-left-color: #d97706;
    background: rgba(41, 37, 16, 0.55);
}

.bfth-tutorial-tip--info,
.bfth-tutorial-warning--info {
    border-left-color: #3b82f6;
}

.bfth-tutorial-tip__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.bfth-tutorial-tip__label {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 600;
}

.bfth-tutorial-tip__dismiss {
    font-size: 0.75rem;
    color: #9ca3af;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0.15rem 0.35rem;
}

.bfth-tutorial-tip__dismiss:hover {
    color: #e5e7eb;
}

.bfth-tutorial-tip__title,
.bfth-tutorial-warning__title {
    font-weight: 600;
    color: #e5e7eb;
    margin: 0 0 0.25rem;
}

.bfth-tutorial-tip__body,
.bfth-tutorial-warning__body {
    margin: 0;
    color: #d1d5db;
    line-height: 1.45;
}

.bfth-tutorial-tip__link {
    display: inline-block;
    margin-top: 0.4rem;
    color: #60a5fa;
    font-size: 0.875rem;
}

.bfth-tutorial-tip__link:hover {
    color: #93c5fd;
}

.bfth-tutorial-checklist__item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #374151;
}

.bfth-tutorial-checklist__item:last-child {
    border-bottom: 0;
}

.bfth-tutorial-checklist__item.is-done .bfth-tutorial-checklist__title {
    color: #9ca3af;
}

.bfth-tutorial-coach-wrap {
    display: block;
}

.bfth-tutorial-coach-highlight {
    outline: 2px solid #d97706;
    outline-offset: 3px;
    position: relative;
    z-index: 20;
}

.tippy-box[data-theme~='bfth-tutorial'] {
    background-color: #111827;
    color: #e5e7eb;
    border: 1px solid #4b5563;
    border-radius: 0.375rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
    font-size: 0.9rem;
}

.tippy-box[data-theme~='bfth-tutorial'] .tippy-arrow {
    color: #111827;
}

.bfth-tutorial-coachmark {
    max-width: 280px;
    padding: 0.15rem 0.1rem;
}

.bfth-tutorial-coachmark__title {
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #f3f4f6;
}

.bfth-tutorial-coachmark__body {
    margin: 0 0 0.65rem;
    color: #d1d5db;
    line-height: 1.4;
}

.bfth-tutorial-coachmark__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
}

.bfth-tutorial-coachmark__btn {
    cursor: pointer;
    padding: 0.3rem 0.65rem;
    border-radius: 0.25rem;
    border: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
}

.bfth-tutorial-coachmark__skip {
    background: #374151;
}

.bfth-tutorial-coachmark__skip:hover {
    background: #4b5563;
}

.bfth-tutorial-coachmark__next {
    background: #047857;
}

.bfth-tutorial-coachmark__next:hover {
    background: #059669;
}
