/* Inline-Styles aus index.php ausgelagert */

/* Template Select Label */
.template-select-label {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* QR Code Help Text */
.qr-help-text {
    display: block;
    margin-top: 0.25rem;
}

/* Preview Empty State */
.preview-empty-state {
    text-align: center;
    padding: 3rem 0;
}

.preview-empty-icon {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 1rem;
}

/* Preview Hint */
.preview-hint {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.preview-hint-label {
    color: #dc2626;
    font-weight: 600;
}

/* PDF Preview Placeholder - Base Styles */
.pdf-preview-placeholder {
    position: relative;
    width: 100%;
    transform-origin: top left;
}

/* Preview Fields Container - Base Styles */
.preview-fields {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}

/* Preview Field Text - Base Styles */
.preview-field-text {
    position: absolute;
    text-indent: 0;
}

/* Preview Field QR - Base Styles */
.preview-field-qr {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Preview Field Debug - Base Styles */
.preview-field-debug {
    position: absolute;
}

.field-marker {
    color: #dc2626;
    font-size: 16px;
    cursor: help;
}

.field-value-debug {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 4px;
    border-radius: 2px;
    margin-top: 2px;
}

.field-label {
    font-size: 9px;
    color: #666;
    margin-top: 2px;
}
