@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Pages/Onboarding.razor.rz.scp.css */
/* Desktop: normal page flow matching dashboard/submissions pattern */
[b-bcdduc9cs2] .onboarding-overlay {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 20px;
    display: flex;
    justify-content: center;
}

[b-bcdduc9cs2] .onboarding-wizard {
    max-width: 800px;
    width: 100%;
}

[b-bcdduc9cs2] .wizard-step-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
    width: 100%;
    box-sizing: border-box;
}

[b-bcdduc9cs2] .book-result-row {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
}

[b-bcdduc9cs2] .book-result-row:active {
    background: var(--neutral-layer-3) !important;
}

[b-bcdduc9cs2] .isbn-scan-label:hover {
    background: var(--neutral-layer-2);
}

[b-bcdduc9cs2] .isbn-scan-label:active {
    background: var(--neutral-layer-3);
}

/* Mobile: fixed full-screen overlay */
@media (max-width: 640px) {
    [b-bcdduc9cs2] .onboarding-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        max-width: 100%;
        background: var(--neutral-layer-1);
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        z-index: 2000;
        padding: 0;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    [b-bcdduc9cs2] .wizard-step-body {
        padding: 12px 10px;
        gap: 10px;
        align-items: stretch;
        justify-content: flex-start;
    }
}
/* /Components/Walkthrough/WalkthroughOverlay.razor.rz.scp.css */
/* Walkthrough Overlay Styles */

.wt-overlay[b-xm6008yhg4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
}

.wt-spotlight[b-xm6008yhg4] {
    position: fixed;
    z-index: 9001;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.wt-tooltip[b-xm6008yhg4] {
    position: fixed;
    z-index: 9002;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    width: 320px;
    max-width: 90vw;
}

.wt-tooltip-header[b-xm6008yhg4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #eee;
}

.wt-tooltip-title[b-xm6008yhg4] {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.wt-close-btn[b-xm6008yhg4] {
    background: none;
    border: none;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
}

.wt-close-btn:hover[b-xm6008yhg4] {
    background: #f0f0f0;
    color: #333;
}

.wt-tooltip-text[b-xm6008yhg4] {
    padding: 14px 16px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.wt-tooltip-footer[b-xm6008yhg4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
}

.wt-step-count[b-xm6008yhg4] {
    font-size: 12px;
    color: #888;
}

.wt-buttons[b-xm6008yhg4] {
    display: flex;
    gap: 8px;
}

.wt-btn[b-xm6008yhg4] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.wt-btn-primary[b-xm6008yhg4] {
    background: #0078d4;
    color: white;
}

.wt-btn-primary:hover[b-xm6008yhg4] {
    background: #106ebe;
}

.wt-btn-secondary[b-xm6008yhg4] {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.wt-btn-secondary:hover[b-xm6008yhg4] {
    background: #f5f5f5;
}
