        .canvas-container { position: relative; margin: 0 auto; }
        #selection-canvas { position: absolute; top: 0; left: 0; cursor: crosshair; }
        .avatar-preview { width: 200px; height: 200px; border-radius: 50%; overflow: hidden; }
        .message { background: #d4edda; color: #155724; padding: 10px; margin: 10px 0; border-radius: 4px; }
        .error { background: #f8d7da; color: #721c24; padding: 10px; margin: 10px 0; border-radius: 4px; }

.instructions {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}
.instruction-step {
    margin-bottom: 15px;
}
.instruction-step h3 {
    color: #2c3e50;
    margin-bottom: 5px;
}

.faq-section {
    margin-top: 60px;
    padding: 30px;
    background-color: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.faq-item {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.faq-item:hover {
    transform: translateY(-2px);
}
.faq-question {
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 8px;
}
.faq-answer {
    color: #4b5563;
    line-height: 1.6;
}

.form-group select {border:1px solid #CDF; border-radius: 3px; }
.demo_img {border:1px solid #CDF; padding:2px;}