/* Upload Surat - styles */
.form-container { max-width: 800px; margin: 0 auto; padding: 2rem; }
.form-card { background: #fff; border-radius: 0.5rem; box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 2rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: #333; }
.form-control { width: 100%; padding: 0.75rem; border: 1px solid #ced4da; border-radius: 0.25rem; font-size: 1rem; }
.form-control:focus { border-color: #0d6efd; outline: none; box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25); }
textarea.form-control { resize: vertical; min-height: 100px; }
.form-actions { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #dee2e6; }
.error-message { color: #dc3545; font-size: 0.875rem; margin-top: 0.25rem; }
.help-text { color: #6c757d; font-size: 0.875rem; margin-top: 0.25rem; }
.file-upload-area { border: 2px dashed #0d6efd; border-radius: 0.5rem; padding: 2rem; text-align: center; background: #f8f9fa; margin-bottom: 1rem; }
.file-upload-icon { font-size: 3rem; color: #0d6efd; margin-bottom: 1rem; }
.file-upload-text { color: #495057; font-size: 1.1rem; margin-bottom: 0.5rem; }
.file-upload-hint { color: #6c757d; font-size: 0.9rem; }
