.poster-generator-container-ebdfcea9 {
    font-family: 'Figtree', sans-serif;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    max-width: 1000px;
    margin: 0 auto;
}

.template-selector-container-ebdfcea9 {
    margin-bottom: 25px;
}

.selector-title-ebdfcea9 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: #374151;
}

.template-grid-ebdfcea9 {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.template-item-ebdfcea9 {
    flex: 0 0 100px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 4px;
    text-align: center;
    background: #fff;
    transition: border-color 0.2s ease;
}

.template-item-ebdfcea9.active {
    border-color: #3b82f6;
}

.template-thumb-ebdfcea9 {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.template-label-ebdfcea9 {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.generator-workspace-ebdfcea9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .generator-workspace-ebdfcea9 {
        grid-template-columns: 1fr;
    }
}

.design-preview-pane-ebdfcea9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 15px;
    min-height: 400px;
}

.canvas-wrapper-ebdfcea9 {
    position: relative;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 4 / 5;
    background: #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crop-container-wrapper-ebdfcea9 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.crop-container-wrapper-ebdfcea9 img {
    max-width: 100%;
    display: block;
}

.live-canvas-placeholder-ebdfcea9 {
    text-align: center;
    padding: 20px;
    color: #9ca3af;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.placeholder-icon-ebdfcea9 {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}

.controls-pane-ebdfcea9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group-ebdfcea9 {
    margin-bottom: 18px;
}

.control-label-ebdfcea9 {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 6px;
}

.required-star {
    color: #ef4444;
}

.text-input-field-ebdfcea9, .file-input-ebdfcea9 {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    color: #1f2937;
}

.btn-create-ebdfcea9, .btn-download-ebdfcea9, .btn-again-ebdfcea9 {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.2s ease;
    margin-top: 10px;
}

.btn-again-ebdfcea9 {
    background: #e5e7eb;
    color: #374151;
}

.btn-create-ebdfcea9:hover, .btn-download-ebdfcea9:hover, .btn-again-ebdfcea9:hover {
    opacity: 0.9;
}

.success-screen-ebdfcea9 {
    text-align: center;
}

.success-headline-ebdfcea9 {
    font-size: 18px;
    font-weight: 600;
    color: #10b981;
    margin-bottom: 15px;
}

.final-export-preview-container-ebdfcea9 img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
