/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-t9k1nib4qp] {
    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-t9k1nib4qp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Organizer/EventSettings.razor.rz.scp.css */
/* Overlay dunkler und "echtes Fenster"-Gefühl */
.qr-overlay[b-9f8fmj97vn] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    backdrop-filter: blur(3px);
}

/* Dialog wie ein eigenes Fenster */
.qr-dialog[b-9f8fmj97vn] {
    width: 100%;
    max-width: 920px;
    max-height: 95vh; /* Verhindert, dass das Fenster oben/unten aus dem Bild rutscht */
    background: #1b1b1b;
    border: 1px solid #4a4a4a;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255,255,255,0.03) inset;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Kopfbereich */
.qr-header[b-9f8fmj97vn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #3e3e3e;
    color: white;
    background: linear-gradient(180deg, #262626 0%, #1d1d1d 100%);
}

    .qr-header h5[b-9f8fmj97vn] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
    }

.qr-close[b-9f8fmj97vn] {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.15s ease;
}

    .qr-close:hover[b-9f8fmj97vn] {
        background: rgba(255,255,255,0.08);
    }

/* Inhaltsbereich */
.qr-body[b-9f8fmj97vn] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: radial-gradient(circle at top, rgba(255,255,255,0.03), transparent 35%), #1b1b1b;
    /* Erlaubt das Scrollen des Inhalts, wenn der Bildschirm sehr klein ist */
    overflow-y: auto;
}

/* Weiße "Papierfläche" in der Mitte */
.qr-paper[b-9f8fmj97vn] {
    width: 100%;
    max-width: 540px;
    background: white;
    color: black;
    padding: 2rem;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.05);
}

/* Titel */
.qr-title[b-9f8fmj97vn] {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    font-family: sans-serif;
    letter-spacing: -0.02em;
}

/* QR-Bereich */
.qr-image-wrap[b-9f8fmj97vn] {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.qr-image[b-9f8fmj97vn] {
    width: 290px;
    height: 290px;
    object-fit: contain;
    display: block;
    background: white;
}

/* URL und Text */
.qr-url[b-9f8fmj97vn] {
    margin-top: 1.5rem;
    font-family: monospace;
    font-weight: bold;
    font-size: 1rem;
    word-break: break-word;
}

.qr-text[b-9f8fmj97vn] {
    margin-top: 0.5rem;
    color: #555;
    font-family: sans-serif;
    font-size: 0.98rem;
}

/* Footer */
.qr-footer[b-9f8fmj97vn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid #3e3e3e;
    background: linear-gradient(180deg, #1d1d1d 0%, #181818 100%);
}

/* ---------- Drucklayout 1x A4 ---------- */
.print-page-single[b-9f8fmj97vn] {
    width: 210mm;
    height: 297mm;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12mm;
    box-sizing: border-box;
    background: white;
}

.print-title[b-9f8fmj97vn] {
    font-size: 28pt;
    font-weight: 900;
    margin-bottom: 12mm;
    font-family: sans-serif;
    color: var(--djpt-primary);
}

.print-qr-single[b-9f8fmj97vn] {
    width: 110mm;
    height: 110mm;
}

.print-url[b-9f8fmj97vn] {
    margin-top: 12mm;
    font-size: 16pt;
    font-family: monospace;
    font-weight: bold;
    word-break: break-word;
}

.print-url-four[b-9f8fmj97vn] {
    margin-top: 12mm;
    font-size: 10pt;
    font-family: monospace;
    font-weight: bold;
    word-break: break-word;
}

.print-subtitle[b-9f8fmj97vn] {
    margin-top: 6mm;
    font-size: 14pt;
    color: #555;
    font-family: sans-serif;
}

/* ---------- Drucklayout 4x A4 ---------- */
.print-page-four[b-9f8fmj97vn] {
    width: 210mm;
    height: 297mm;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background: white;
}

.print-card-four[b-9f8fmj97vn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    text-align: center;
    padding: 8mm;
    box-sizing: border-box;
    background: white;
}

.print-title-small[b-9f8fmj97vn] {
    font-size: 16pt;
    font-weight: 900;
    margin-bottom: 5mm;
    font-family: sans-serif;
    color: var(--djpt-primary);
}

.print-qr-four[b-9f8fmj97vn] {
    width: 55mm;
    height: 55mm;
}

.print-subtitle-small[b-9f8fmj97vn] {
    margin-top: 4mm;
    font-size: 10pt;
    color: #555;
    font-family: sans-serif;
}

/* --- Mobile Ansicht für das QR-Modal --- */
@media (max-width: 768px) {
    .qr-overlay[b-9f8fmj97vn] {
        padding: 15px; /* Weniger transparenter Rand außen */
    }

    .qr-body[b-9f8fmj97vn] {
        padding: 15px; /* Weniger Abstand im dunklen Bereich */
    }

    .qr-paper[b-9f8fmj97vn] {
        padding: 20px 15px; /* Weniger Abstand auf dem "weißen Papier" */
    }

    .qr-title[b-9f8fmj97vn] {
        font-size: 1.75rem; /* Überschrift etwas kleiner */
        margin-bottom: 1rem;
    }

    .qr-image-wrap[b-9f8fmj97vn],
    .qr-image[b-9f8fmj97vn] {
        width: 220px; /* QR-Code leicht verkleinern */
        height: 220px;
    }

    .qr-url[b-9f8fmj97vn] {
        font-size: 0.9rem; /* URL etwas anpassen, damit sie nicht umbricht */
        margin-top: 1rem;
    }

    .qr-footer[b-9f8fmj97vn] {
        flex-direction: column; /* Buttons untereinander stapeln */
        align-items: stretch;
        padding: 15px;
    }

        .qr-footer .btn-main[b-9f8fmj97vn] {
            width: 100%; /* Buttons nehmen die volle Breite ein */
            display: flex;
            justify-content: center; /* Text und Icons zentrieren */
        }
}
/* /Components/Pages/Public/GuestView.razor.rz.scp.css */
/* /Components/ThemeColorPicker.razor.rz.scp.css */
/* Eigener Farbwähler (ersetzt input[type=color], s. Kommentar in der Komponente) */

.tcp-swatch[b-203ncsq6rg] {
    width: 3rem;
    height: 2.4rem;
    flex-shrink: 0;
    border: 1px solid var(--djpt-border);
    border-radius: 0.5rem;
    padding: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    font-size: 0.8rem;
}

    .tcp-swatch:hover[b-203ncsq6rg] {
        filter: brightness(1.15);
    }

.tcp-panel[b-203ncsq6rg] {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem 1rem;
    border: 1px solid var(--djpt-border);
    border-radius: 0.5rem;
    background-color: var(--djpt-surface);
}

/* 2D-Farbfeld: Grundfarbe = reiner Farbton (Inline-Style), darüber
   weiß->transparent (Sättigung) und transparent->schwarz (Helligkeit) */
.tcp-sv[b-203ncsq6rg] {
    position: relative;
    width: 100%;
    height: 11rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 0.5rem;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0)), linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    touch-action: none; /* Drag am Smartphone scrollt nicht die Seite */
    user-select: none;
    cursor: crosshair;
}

.tcp-sv-thumb[b-203ncsq6rg] {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    pointer-events: none; /* sonst liefern Pointer-Events Offsets relativ zum Kreis */
}

.tcp-presets[b-203ncsq6rg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.tcp-preset[b-203ncsq6rg] {
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid var(--djpt-border);
    border-radius: 0.375rem;
    padding: 0;
    cursor: pointer;
}

    .tcp-preset:hover[b-203ncsq6rg] {
        transform: scale(1.15);
    }

.tcp-range[b-203ncsq6rg] {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 0.45rem;
    outline: none;
}

    /* Großer, gut greifbarer Daumen (Bedienung am Smartphone) */
    .tcp-range[b-203ncsq6rg]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: #ffffff;
        border: 2px solid #2b3236;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .tcp-range[b-203ncsq6rg]::-moz-range-thumb {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: #ffffff;
        border: 2px solid #2b3236;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .tcp-range:focus-visible[b-203ncsq6rg] {
        box-shadow: var(--djpt-focus-ring);
    }
