.yearbook-weekly-tutorial-btn {
    border-color: rgba(125, 211, 252, 0.35) !important;
    color: #e0f2fe !important;
    background: rgba(14, 116, 144, 0.22) !important;
}

.yearbook-weekly-tutorial-btn:hover {
    border-color: rgba(56, 189, 248, 0.72) !important;
    background: rgba(14, 116, 144, 0.34) !important;
}

.ybw-tutorial-layer {
    position: fixed;
    inset: 0;
    z-index: 2147482000;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 160ms ease, visibility 160ms ease;
}

.ybw-tutorial-layer.is-active {
    opacity: 1;
    visibility: visible;
}

.ybw-tutorial-spotlight {
    position: fixed;
    border: 2px solid #67e8f9;
    border-radius: 16px;
    background: rgba(14, 165, 233, 0.05);
    box-shadow:
        0 0 0 9999px rgba(2, 6, 23, 0.72),
        0 0 0 6px rgba(103, 232, 249, 0.14),
        0 18px 42px rgba(8, 145, 178, 0.28);
    transition: left 160ms ease, top 160ms ease, width 160ms ease, height 160ms ease;
}

.ybw-tutorial-panel {
    position: fixed;
    max-height: calc(100vh - 28px);
    overflow: auto;
    pointer-events: auto;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(125, 211, 252, 0.38);
    background: rgba(15, 23, 42, 0.97);
    color: #f8fafc;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
}

.ybw-tutorial-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(103, 232, 249, 0.3);
    background: rgba(8, 145, 178, 0.22);
    color: #a5f3fc;
    font-size: 0.74rem;
    font-weight: 900;
}

.ybw-tutorial-panel h2 {
    margin: 12px 0 8px;
    font-size: 1.18rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.ybw-tutorial-panel p {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.92rem;
    line-height: 1.58;
}

.ybw-tutorial-progress {
    margin-top: 14px;
    color: #7dd3fc;
    font-size: 0.8rem;
    font-weight: 800;
}

.ybw-tutorial-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.ybw-tutorial-btn {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    font-weight: 850;
    cursor: pointer;
}

.ybw-tutorial-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.ybw-tutorial-btn--primary {
    border-color: rgba(34, 211, 238, 0.5);
    background: linear-gradient(135deg, #0891b2 0%, #2563eb 100%);
    color: white;
}

.ybw-tutorial-btn--ghost {
    border-color: rgba(125, 211, 252, 0.35);
    color: #bae6fd;
}

.ybw-tutorial-btn--quiet {
    color: #cbd5e1;
}

@media (max-width: 720px) {
    .ybw-tutorial-panel {
        width: calc(100vw - 24px) !important;
        left: 12px !important;
        right: 12px !important;
    }

    .ybw-tutorial-actions {
        justify-content: stretch;
    }

    .ybw-tutorial-btn {
        flex: 1;
        padding: 0 10px;
    }
}

@media print {
    .ybw-tutorial-layer,
    .yearbook-weekly-tutorial-btn {
        display: none !important;
    }
}
