.main {
  background: #ffffff;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  position: relative;
  overflow: hidden;
  top: 60px;
}
.block1 {
  padding: 25px;
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.vname {
  color: #0062cc;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: 600;
}
.slogan {
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  white-space: nowrap;
}
.inactive {
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 7px;
    line-height: 100%;
    margin-bottom: 5px;
}
.info_line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.info {
  color: #000000;
  font-family: "Inter-Regular",sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  display: flex;
}
.features {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.platform {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.yt-logo {
  flex-shrink: 0;
  height: 28px;
  object-fit: cover;
  aspect-ratio: 47/33;
}
.tc-logo {
  flex-shrink: 0;
  height: 35px;
  object-fit: cover;
  aspect-ratio: 43/50;
}
.buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.follow_num {
  color: #000000;
  text-align: right;
  font-family: var(
    --single-line-body-base-font-family,
    "Inter-Regular",
    sans-serif
  );
  font-size: var(--single-line-body-base-font-size, 16px);
  line-height: var(--single-line-body-base-line-height, 100%);
  font-weight: var(--single-line-body-base-font-weight, 400);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    /*background: #e5e9ff;*/
}
.btn:hover {
    background: #e5e9ff;
}
.follow {
    background: white;
}
.follow:hover {
    background: pink;
}
.follow-active {
    background: pink;
}
.follow-active:hover {
    background: white;
}
.block2 {
  padding: 0px 25px 0px 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.intro {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  max-width: 800px;
}
.partial {
  height: 250px;
}
.more {
    margin-left: 25px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 800px;
    background: #fafafa;
    cursor: pointer;
}
.ad {
  background: #d9d9d9;
  width: 300px;
  height: 250px;
}
.line {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 0;
  width: 80%;
}
.block3 {
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.recent-videos {
  padding: 5px 6px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.video {
  background: #ffffff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 218px;
  box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.time-logo {
  padding: 0px 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.stime {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yicon {
  flex-shrink: 0;
  height: 20px;
  object-fit: cover;
  aspect-ratio: 47/33;
}
.ticon {
  flex-shrink: 0;
  height: 24px;
  object-fit: cover;
  aspect-ratio: 43/50;
}
.v_thumb {
  flex-shrink: 0;
  width: 208px;
  height: 117px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.v_title {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  align-self: stretch;
}
.block4 {
  padding: 10px 25px 10px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1200px;
  position: relative;
  overflow: hidden;
}
.component {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 10px;
}
.oshi-users {
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.user {
  padding: 0px 15px 0px 15px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.uavatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.star {
    position: absolute;
    width: 20px;
    height: 20px;
}
.user > .star {
    top: 28px;
    left: 50px;
}
.uname {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_link {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.page_link a {
    font-weight: 600;
    padding: 5px 10px;
}
.page_link a:hover{
	background: #e5e9ff;
}
.page_link .active {
    background: #e5e9ff;
}
.block5 {
  padding: 10px 25px 10px 25px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.opinions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.opinions-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.subtitle {
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.sort {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.select {
    font-size: 16px;
    padding: 5px 0px;
    border: 1px solid #c0c0c0;
}
.o_rows {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.opinion {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 1px 0px 0px 0px;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.opinion > .star {
    top: 48px;
    left: 45px;
}
.o_data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.o_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.date {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: "Inter-Light", sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.o_span:hover {
    background: yellow;
    cursor: pointer;
}
.content {
  color: #000000;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: break-word;
  white-space: pre-wrap;
}
.clips {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.clips-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.c_rows {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.clip {
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.clip > a{
  height: 90px;
}
.c_thumb {
  flex-shrink: 0;
  width: 160px;
  height: 90px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.c_data {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.c_data_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 290px;
  position: relative;
  overflow: hidden;
}
.c_title {
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  max-height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.c_title > a{
  color: #000000;
}
.by_user {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: "Inter-Light", sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.c_data_r {
  padding: 5px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 90px;
  width: 85px;
  position: relative;
  overflow: hidden;
}
.duration {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_span {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter-Medium", sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
}
.c_span:hover {
    background: yellow;
    cursor: pointer;
}
.top {
  padding: 0px 3px;
  border: 1px solid #c0c0c0;
}

#opinion-popup {
    width: 500px;
    height: 350px;
}
.opinion-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
#opinion-content {
    color: #000000;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    height: 150px;
    width: 100%;
    font-size: 16px;
    padding: 5px;
}
.clip-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
#clip-url {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    line-height: 150%;
    padding: 5px 10px;
    width: 500px;
}
#report-popup {
    width: 500px;
}
.report-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
#report-content {
    color: #000000;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    height: 150px;
    width: 100%;
    font-size: 16px;
    padding: 5px;
}


.notice-block{
    background: #ffffff;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.notice {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}
.edit-block {
  padding: 0px 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  flex-shrink: 0;
  width: 626px;
}
.input_line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.field {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
#intro {
  height: 96px;
}
.label {
    color: #000000;
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    white-space: nowrap;
}
.input {
    background: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    line-height: 150%;
}
.other-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.dragger {
  padding: 5px;
  cursor: grab;
}
.disabled {
    background: rgba(0, 0, 0, 0.1);
}
.link-name {
  width: 40%;
}
.link-btn {
  flex-shrink: 0;
}
#submit {
    background: #e5e9ff;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 5px 15px;
    font-family: "Inter-Medium", sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    cursor: pointer;
}

#verify-popup {
    width: 80%;
    max-width: 1000px;
    min-height: 500px;
}
.verify_block {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
}
.method {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
}
.n_a * {
    color: rgba(0, 0, 0, 0.2);
}
.method_title {
    font-weight: 600;
}
#verify_str {
    background: #e5e9ff;
    padding: 0 5px;
    margin: 0 5px;
}
.copy_ok::after {
	content: " OK";
}
.verified {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    background: #e5fff7;
    padding: 5px 10px;
}
.freq_help {
    display: none;
    position: absolute;
    top: 1em;
    left: 0px;
    padding: 5px;
    background: #e5e9ff;
    color: #000000;
    white-space: nowrap;
}
