@import '_content/Library.Blazor/Library.Blazor.x2708l5cfe.bundle.scp.css';

/* /Pages/DoorCard.razor.rz.scp.css */
.preview-container[b-agww10gm9q] {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.door-preview-area[b-agww10gm9q] {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image[b-agww10gm9q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.preview-container:hover .preview-image[b-agww10gm9q] {
    transform: scale(1.05);
}

.preview-overlay[b-agww10gm9q] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.preview-container:hover .preview-overlay[b-agww10gm9q] {
    opacity: 1;
}

.play-button[b-agww10gm9q] {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(5px);
    transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.play-button:hover[b-agww10gm9q] {
    background: white !important;
    transform: scale(1.1);
}

.stop-button[b-agww10gm9q] {
    background: rgba(255, 0, 0, 0.8) !important;
    backdrop-filter: blur(5px);
    transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.stop-button:hover[b-agww10gm9q] {
    background: rgba(255, 0, 0, 1) !important;
    transform: scale(1.1);
}

.default-preview[b-agww10gm9q] {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
}

.default-preview-content[b-agww10gm9q] {
    text-align: center;
    color: #666;
}

.video-container[b-agww10gm9q] {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
}

.video-container:hover .video-controls[b-agww10gm9q] {
    opacity: 1;
}

.video-badge[b-agww10gm9q] {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}

.video-controls[b-agww10gm9q] {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}
