.swan-profile-fix-wrap{
  width:100%;
  max-width:720px;
  margin:20px auto;
}
.swan-profile-fix-card{
  background:#0f1720;
  color:#fff;
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 32px rgba(0,0,0,.18);
}
.swan-profile-fix-preview{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  background:#0a1118;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:14px;
}
.swan-profile-fix-preview img,
.swan-profile-fix-preview video,
.swan-profile-fix-preview canvas{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.swan-profile-fix-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.swan-profile-fix-actions .swan-btn{
  border-radius:999px !important;
  padding:10px 14px !important;
  min-height:auto !important;
  line-height:1.2 !important;
}
.swan-upload-label{
  position:relative;
  overflow:hidden;
}
.swan-upload-input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.swan-profile-fix-status{
  margin-top:12px;
  font-size:13px;
  opacity:.92;
}
.swan-profile-fix-status.is-error{
  color:#ff8f8f;
}
