.upload-methods{display:grid;gap:13px;margin-bottom:18px}.drop-zone{min-height:145px;border:2px dashed #bfd5ce;border-radius:16px;background:#f7fbf9;display:grid;place-items:center;align-content:center;gap:6px;text-align:center;padding:18px;transition:.2s;cursor:pointer}.drop-zone:hover,.drop-zone.dragging{border-color:#14675b;background:#edf8f3;transform:translateY(-1px)}.drop-zone.has-file{border-style:solid;border-color:#14675b;background:#edf8f3}.drop-zone input{display:none}.drop-zone strong{font-size:15px}.drop-zone small,.drop-zone em,.record-box small{font-size:11px;color:#72847f;font-style:normal}.drop-icon{width:40px;height:40px;border-radius:13px;background:#e4f3ed;color:#14675b;display:grid;place-items:center;font-size:24px;font-weight:bold}.method-or{text-align:center;color:#8a9996;font-size:11px;position:relative}.method-or:before,.method-or:after{content:"";position:absolute;top:50%;width:43%;height:1px;background:#dce7e3}.method-or:before{right:0}.method-or:after{left:0}.record-box{border:1px solid #dce7e3;border-radius:15px;padding:15px;display:grid;gap:11px}.record-button{border:0;background:#fff;color:#15332f;display:flex;gap:11px;align-items:center;font-weight:bold;justify-content:center}.record-button i,.record-dot{width:13px;height:13px;border-radius:50%;background:#c84b48;box-shadow:0 0 0 6px #fae8e6}.record-live{display:flex;justify-content:center;align-items:center;gap:17px}.record-live b{direction:ltr;font-size:20px}.record-dot{animation:recordPulse 1s infinite}.record-preview{width:100%}@keyframes recordPulse{50%{box-shadow:0 0 0 10px rgba(200,75,72,.08)}}
