.sef-form{max-width:960px;margin:20px auto;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.sef-row{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}
.sef-row label{font-weight:600}
.sef-row input,.sef-row select{padding:10px;border:1px solid #d1d5db;border-radius:8px}
.sef-btn{background:#062235;color:#fff;border:none;padding:12px 18px;border-radius:10px;cursor:pointer}
.sef-btn:hover{background:#062235}
.sef-message{margin-top:10px;font-weight:600}
.sef-file-section{margin:16px 0}
.sef-file-header{margin-bottom:8px}
.sef-dropzone{border:2px dashed #e5e7eb;border-radius:12px;min-height:110px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fafafa;color:#6b7280;cursor:pointer;position:relative}
.sef-dropzone:hover{background:#f3f4f6;border-color:#cbd5e1;color:#374151}
.sef-dropzone input.sef-input-hidden{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.sef-file-list{list-style:none;margin:10px 0 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
.sef-file-item{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff}
.sef-file-item .icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}
.sef-file-item .meta{font-size:14px;color:#374151;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sef-file-item .size{font-size:12px;color:#6b7280;margin-left:6px}
.sef-file-item .remove{border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px;border-radius:8px}
.sef-file-item .remove:hover{color:#062235;background:#f3f4f6}