.Main_section_subtitle__1llii {
  font-size: 10px;
  color: #494949;
  opacity: 0.8;
  margin-bottom: 8px;
  font-weight: 400;
}
.Main_upload__PQeBC {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
  color: #494949;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 10rem 1.5rem 0;
}
@keyframes Main_fadeIn__eikFF {
  0% {
    opacity: 0;
    scale: 110%;
    filter: blur(30px);
  }
  to {
    opacity: 1;
    scale: 100%;
    filter: blur(0);
  }
}
.Main_dropzone__G7p4G {
  width: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px dashed rgba(0, 113, 227, 0.35);
  background: rgba(0, 113, 227, 0.04);
  display: flex;
  margin-top: 8rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  overflow: visible;
  cursor: pointer;
  transition: all 0.3s;
  animation: Main_fadeIn__eikFF 0.4s ease-out;
}
.Main_dropzone__G7p4G:hover {
  border-color: rgba(0, 113, 227, 0.5);
  background: rgba(0, 113, 227, 0.06);
  transform: scale(1.02);
}
.Main_round_static__eh0_4 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background-color: var(--clr-blue);
  transition: 0.3s ease;
}
.Main_center_anchor__OoPo1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform-origin: center;
  transition: transform 0.24s ease;
}
.Main_title__DU004 {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  animation: Main_fadeIn__eikFF 0.4s ease-out;
}
.Main_paragraph__HNA6v {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  max-width: 420px;
  animation: Main_fadeIn__eikFF 0.4s ease-out;
}
.Main_icon__0E9Lb,
.Main_spinner__lHSIy {
  color: #ff453a;
  font-size: 96px;
  margin-bottom: 2rem;
  animation: Main_fadeIn__eikFF 0.4s ease-out;
}
.Main_container__yaNFc {
  min-height: 80vh;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #494949 !important;
}
.Main_container__yaNFc,
.Main_overview__aTs7z {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.Main_overview__aTs7z {
  height: 100vh;
  position: relative;
}
.Main_absolute_container___EPqC {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  padding-top: 52px;
}
.Main_row__p_gar {
  display: grid;
  grid-template-columns: calc(200px * 1.85) calc(385px * 1.775);
  grid-template-rows: minmax(0, 1fr);
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.Main_dropped_view__IwyHW {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  width: 100%;
  height: 720px;
  background-color: rgba(0, 0, 0, 0.02);
}
.Main_dropped_view__IwyHW::-webkit-scrollbar {
  display: none !important;
}
.Main_dropped_view__IwyHW::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.Main_main_view__XdyrC {
  width: calc(385px * 1.775);
  height: 720px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.Main_controls__U_tnS {
  width: 200px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  backdrop-filter: blur(8px) saturate(180%);
  z-index: 5;
  position: relative;
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  animation: Main_fadeIn__eikFF 0.4s ease-out;
}
.Main_publish__b8Dk_ {
  flex: 1;
  height: 100%;
  border-radius: 32px;
  background-color: var(--clr-blue);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.Main_publish__b8Dk_:hover:not(:disabled) {
  background-color: var(--clr-blue-hover);
}
.Main_publish__b8Dk_:disabled {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(73, 73, 73, 0.5);
  cursor: not-allowed;
  box-shadow: none;
}
.Main_ready__rBsqA {
  font-size: 14px;
  color: #494949;
  padding: 0 0.5rem;
}
.Main_videos__1U_M_ {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  width: 100%;
}
.Main_video_placeholder__wCMbf {
  width: 100%;
  height: 60px;
  border-radius: 2rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding: 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}
.Main_video_placeholder__wCMbf:hover {
  z-index: 100;
}
.Main_video_selected__kQAY4 {
  background-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 2px var(--clr-blue);
}
.Main_thumbnail__sv1NN {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ccc;
}
.Main_video_text__Z9ecc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  height: 100%;
  color: #494949;
  flex: 1;
  overflow: hidden;
}
.Main_video_text__Z9ecc input {
  width: 100%;
  border: none;
  background: transparent;
  color: #494949;
  outline: none;
  padding: 0;
  margin: 0;
}
.Main_video_text__Z9ecc input:first-of-type {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 22px;
}
.Main_video_text__Z9ecc input:last-of-type {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.Main_video_text__Z9ecc input::placeholder {
  color: #999;
}
.Main_ready_icon__AQ0wk {
  font-size: 24px;
  color: var(--clr-green);
  padding-right: 0.5rem;
}
.Main_video_info__Dj_rw {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  height: 100%;
}
.Main_video_preview_wrapper__RW55g {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: end;
  padding: 2rem;
  position: relative;
  align-items: start;
  flex-direction: column;
}
.Main_verified_icon__TAZhO {
  color: var(--clr-blue);
}
.Main_author__auLjw {
  font-size: 16px;
  font-weight: 600;
  gap: 0.25rem;
  line-height: 24px;
}
.Main_author__auLjw,
.Main_video_title__TCOD2 {
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  z-index: 5;
}
.Main_video_title__TCOD2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  gap: 1rem;
  flex-direction: row;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.Main_tags__ESvaK {
  display: flex;
  flex-direction: row;
  gap: 0.35rem;
  flex-wrap: wrap;
  align-items: center;
}
.Main_tag__OR9OH {
  background-color: var(--clr-blue);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: background-color 0.2s ease;
  border: none;
  padding: 0.4rem 0.75rem;
  font-size: 11px;
  font-weight: 500;
  border-radius: 20px;
}
.Main_tag__OR9OH:hover {
  background-color: var(--clr-blue-hover);
}
.Main_auto_tag__7kyR1 {
  background-color: rgba(0, 0, 0, 0.08);
  color: #666;
  cursor: default;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
}
.Main_add_tag__ZTfCB,
.Main_auto_tag__7kyR1 {
  padding: 0.4rem 0.75rem;
  font-size: 11px;
  font-weight: 500;
  border-radius: 20px;
}
.Main_add_tag__ZTfCB {
  max-width: max-content;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.Main_add_tag__ZTfCB:placeholder-shown {
  color: rgba(0, 0, 0, 0.6);
}
.Main_additional__u63wm {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  text-align: start;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 300px;
}
.Main_form_section__5M7gV {
  width: 100%;
}
.Main_form_label__zPeJA {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #494949;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.Main_category_grid__203eH {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-width: 100%;
}
.Main_category_btn__04yDi {
  padding: 0.4rem 0.75rem;
  font-size: 11px;
  font-weight: 500;
  border-radius: 20px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: #666;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.Main_category_btn__04yDi:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #494949;
}
.Main_category_active__Ngv86 {
  background: var(--clr-blue);
  color: #fff;
}
.Main_category_active__Ngv86:hover {
  background: var(--clr-blue-hover);
  color: #fff;
}
.Main_video_tags_preview__ctGUu {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 20px;
}
.Main_tag_preview__gJc8a {
  font-size: 9px;
  background: rgba(0, 113, 227, 0.15);
  color: var(--clr-blue);
  padding: 0.1rem 0.4rem;
  border-radius: 8px;
  white-space: nowrap;
}
.Main_no_tags__AisXZ {
  font-size: 9px;
  color: #999;
}
.Main_video_primary_color__wHQas {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 5;
}
.Main_video_preview_container__PlrS2 {
  position: absolute;
  z-index: 0;
  border-radius: 16px 16px 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Main_video_player__ZcaVo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Main_modal_overlay__0KNc_ {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: Main_fadeIn__eikFF 0.3s ease-out;
}
.Main_modal_container__Rw3Dz {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 400px;
  padding: 2rem;
}
.Main_modal_icon__QZ2WW {
  font-size: 96px;
  margin-bottom: 2rem;
}
.Main_modal_title__uk4mf {
  font-size: 24px;
  font-weight: 600;
  color: #494949;
  letter-spacing: -0.02em;
  line-height: 32px;
}
.Main_modal_description__pZY28 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #666;
  margin-bottom: 2rem;
}
.Main_modal_form__l5HqK {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Main_modal_input__eKuLZ {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #494949;
  background: rgba(0, 0, 0, 0.04);
  border: 2px solid transparent;
  border-radius: 2rem;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.Main_modal_input__eKuLZ:focus {
  border-color: var(--clr-blue);
  background: rgba(0, 113, 227, 0.04);
}
.Main_modal_input__eKuLZ::placeholder {
  color: #999;
}
.Main_modal_button__NEw6s {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  background: var(--clr-blue);
  border-radius: 2rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.Main_modal_button__NEw6s:hover:not(:disabled) {
  background: var(--clr-blue-hover);
}
.Main_modal_button__NEw6s:disabled {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(73, 73, 73, 0.5);
  cursor: not-allowed;
}
.Spinner_spinner__R8Ki0 {
  width: 24px;
  height: 24px;
}
