/* _content/ImageToKey/Components/Layout/MainLayout.razor.rz.scp.css */
/* Minimal - Bootstrap handles most styling */

#blazor-error-ui[b-bmegu9asgx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-bmegu9asgx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ImageToKey/Components/Layout/NavBar.razor.rz.scp.css */
/* NavBar-spezifische Styles - loading-overlay ist jetzt global in app.css */
/* _content/ImageToKey/Components/Pages/Editor.razor.rz.scp.css */
.canvas-container[b-gf2ybgsxzq] {
    background: repeating-conic-gradient(#e0e0e0 0% 25%, white 0% 50%) 50% / 20px 20px;
    min-height: 300px;
    overflow: auto;
    touch-action: none;
}

.image-wrapper[b-gf2ybgsxzq] {
    display: inline-block;
    position: relative;
    transform-origin: top left;
}

.editor-image[b-gf2ybgsxzq] {
    max-width: none;
    user-select: none;
    -webkit-user-drag: none;
}

.cursor-grab[b-gf2ybgsxzq] { cursor: grab; }
.cursor-grab:active[b-gf2ybgsxzq] { cursor: grabbing; }
.cursor-crosshair[b-gf2ybgsxzq] { cursor: crosshair; }
.cursor-cell[b-gf2ybgsxzq] { cursor: cell; }
.cursor-default[b-gf2ybgsxzq] { cursor: default; }

.tool-header[b-gf2ybgsxzq] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s;
}

.tool-header:hover[b-gf2ybgsxzq] {
    background-color: #e9ecef;
}

.tool-header.active[b-gf2ybgsxzq] {
    background-color: #0d6efd;
    color: white;
}

/* Tablet/iPad: Vorschau ausblenden */
@media (max-width: 1024px) {
    .preview-section[b-gf2ybgsxzq] {
        display: none;
    }
}

.color-preview[b-gf2ybgsxzq] {
    width: 100%;
    height: 30px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.btn-xs[b-gf2ybgsxzq] {
    font-size: 0.7rem;
    line-height: 1;
}
/* _content/ImageToKey/Components/Pages/Export.razor.rz.scp.css */
.preview-container[b-g7it18lcsp] {
    background: repeating-conic-gradient(#e0e0e0 0% 25%, white 0% 50%) 50% / 20px 20px;
    min-height: 400px;
    overflow: auto;
}

.svg-preview[b-g7it18lcsp] {
    text-align: center;
}

.svg-preview[b-g7it18lcsp]  svg {
    max-width: 100%;
    max-height: 500px;
}
/* _content/ImageToKey/Components/Pages/Home.razor.rz.scp.css */
.upload-area[b-i7yjh3qw7d] {
    border: 2px dashed #dee2e6;
    border-radius: 0.5rem;
    padding: 3rem;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    background: #f8f9fa;
}

.upload-area:hover[b-i7yjh3qw7d],
.upload-area.drag-over[b-i7yjh3qw7d] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.upload-icon[b-i7yjh3qw7d] {
    color: #6c757d;
}

.img-preview[b-i7yjh3qw7d] {
    max-width: 100%;
    max-height: 300px;
    border-radius: 0.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
