.home-desktop-second-panel {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
  align-self: start;
  min-height: 210px;
  transform: translateY(-6px);
  background: transparent;
}

.home-desktop-second-panel__inner {
  display: grid;
  grid-template-rows: 28px repeat(4, 26px) 28px;
  gap: 1px;
  min-height: 210px;
  padding-top: 8px;
}

.home-desktop-second-panel__emoji-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  column-gap: 2px;
  transform: translateY(-6px);
}

.home-desktop-second-panel__emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #555555;
  transform: translateX(12px);
}

.home-desktop-second-panel__input,
.home-desktop-second-panel__remain {
  width: 100%;
  border: 0;
  background: transparent;
  color: #555555;
  text-align: center;
}

.home-desktop-second-panel__input {
  min-width: 0;
  padding: 0 6px;
  font-size: 12px;
  line-height: 1.05;
}

.home-desktop-second-panel__input::placeholder {
  color: rgba(85, 85, 85, 0.48);
}

.home-desktop-second-panel__line {
  transform: translateY(-6px);
}

.home-desktop-second-panel__remain {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
}

.home-desktop-second-badge {
  grid-column: 1 / span 2;
  grid-row: 3 / span 2;
  width: 156px;
  height: 156px;
  justify-self: center;
  align-self: start;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transform: translateY(-36px);
  z-index: 1;
}

.home-desktop-second-badge__button {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.99), rgba(248, 248, 248, 0.96) 34%, rgba(236, 236, 236, 0.95) 66%, rgba(210, 210, 210, 0.9) 100%);
  box-shadow:
    inset 0 2px 10px rgba(255, 255, 255, 0.98),
    inset 0 -5px 10px rgba(150, 150, 150, 0.1),
    0 10px 22px rgba(15, 23, 42, 0.08);
}

.home-desktop-second-badge__button::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.72),
    0 1px 2px rgba(160, 160, 160, 0.08);
  pointer-events: none;
}

.home-desktop-second-badge__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 999px;
  position: relative;
  background: linear-gradient(180deg, #f2f2f2, #e7e7e7);
  box-shadow:
    inset 0 1px 3px rgba(255, 255, 255, 0.88),
    inset 0 -2px 6px rgba(120, 120, 120, 0.14);
}

.home-desktop-second-badge__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-desktop-second-badge__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(85, 85, 85, 0.72);
}

.home-desktop-second-hanging {
  grid-column: 1 / span 4;
  grid-row: 5 / span 2;
  position: relative;
  min-height: 0;
  transform: translateY(-38px);
}

.home-desktop-second-hanging::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 8px;
  height: 24px;
  z-index: 0;
  opacity: 0.95;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 24' preserveAspectRatio='none'%3E%3Cpath d='M2 10 C16 12 30 14 44 14 C52 14 58 14 64 14 C74 14 84 13 96 11 C110 9 124 7 138 4 C148 2 156 2 160 2 C168 2 178 3 192 6 C206 9 220 12 234 13 C246 14 256 14 266 14 C276 14 288 13 302 11 C310 10 316 10 318 10' fill='none' stroke='%23888888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-desktop-second-hanging__list {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.home-desktop-second-hanging__item {
  flex: 0 0 106px;
  height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-desktop-second-hanging__item--1 {
  margin-top: 14px;
  transform: rotate(-4deg);
  z-index: 1;
}

.home-desktop-second-hanging__item--2 {
  margin-top: 0;
  transform: rotate(0deg);
  z-index: 2;
}

.home-desktop-second-hanging__item--3 {
  margin-top: 14px;
  transform: rotate(4deg);
  z-index: 1;
}

.home-desktop-second-hanging__clip {
  width: 14px;
  height: 18px;
  margin-bottom: -2px;
  border-radius: 4px 4px 6px 6px;
  background: #f0f0f0;
  border: 1px solid rgba(160, 160, 160, 0.18);
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 1;
}

.home-desktop-second-hanging__clip::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 4px;
  height: 5px;
  border-radius: 999px;
  border: 1px solid rgba(160, 160, 160, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.home-desktop-second-hanging__frame {
  width: 100%;
  height: 146px;
  min-height: 146px;
  max-height: 146px;
  overflow: hidden;
  background: #ffffff;
  padding: 9px 9px 20px;
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08);
}

.home-desktop-second-hanging__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(180deg, #eeeeee, #e4e4e4);
}

.home-desktop-second-hanging__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  color: rgba(17, 17, 17, 0.48);
  background: linear-gradient(180deg, #f0f0f0, #e8e8e8);
}

.home-desktop-third-widget {
  grid-column: 1 / span 4;
  grid-row: 1 / span 6;
  z-index: 1;
  transform: translateY(-6px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(6, 72px);
  gap: 8px;
}

.home-desktop-third-card {
  min-width: 0;
  min-height: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(214, 214, 214, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 3px 8px rgba(120, 120, 120, 0.03);
  backdrop-filter: blur(5px) saturate(100%);
  -webkit-backdrop-filter: blur(5px) saturate(100%);
}

.home-desktop-third-player {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-desktop-third-player__photo {
  width: 100%;
  min-height: 0;
  padding: 5px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  overflow: hidden;
}

.home-desktop-third-player__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.home-desktop-third-player__info {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto auto auto 8px;
  gap: 7px;
  align-content: center;
  padding: 10px 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(214, 214, 214, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 3px 8px rgba(120, 120, 120, 0.03);
  backdrop-filter: blur(5px) saturate(100%);
  -webkit-backdrop-filter: blur(5px) saturate(100%);
}

.home-desktop-third-player__title {
  font-size: 12px;
  line-height: 1.25;
  color: #5b514b;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-desktop-third-player__meta {
  font-size: 10px;
  line-height: 1.35;
  color: rgba(91, 81, 75, 0.62);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-desktop-third-player__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-desktop-third-player__btn,
.home-desktop-third-water__btn,
.home-desktop-third-list__toggle {
  border: 0;
  cursor: pointer;
}

.home-desktop-third-player__btn,
.home-desktop-third-water__btn {
  color: #6f6a66;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 2px 6px rgba(120, 120, 120, 0.04);
}

.home-desktop-third-player__btn {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
}

.home-desktop-third-player__btn--play {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.home-desktop-third-player__progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(209, 201, 196, 0.54);
}

.home-desktop-third-player__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(147, 132, 122, 0.95), rgba(203, 191, 183, 0.95));
}

.home-desktop-third-lyric {
  grid-column: 1 / span 4;
  grid-row: 3 / span 2;
  position: relative;
  transform: translateY(-14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-desktop-third-lyric__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-desktop-third-lyric__track {
  width: 100%;
  display: grid;
  gap: 4px;
  align-content: center;
}

.home-desktop-third-lyric__line {
  min-height: 20px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(121, 111, 103, 0.34);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 200ms ease, transform 200ms ease, font-size 200ms ease, opacity 200ms ease;
  opacity: 0.72;
}

.home-desktop-third-lyric__line.is-active {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 800;
  color: #5f5650;
  transform: scale(1.01);
  opacity: 1;
}

.home-desktop-third-round-photo {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.home-desktop-third-round-photo--large {
  width: 60px;
  height: 60px;
  padding: 4px;
}

.home-desktop-third-round-photo--small,
.home-desktop-third-round-photo--medium {
  width: 68px;
  height: 68px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.home-desktop-third-round-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 999px;
}

.home-desktop-third-round-photo__placeholder,
.home-desktop-third-player__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 6px;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  color: #7c7671;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(242, 242, 242, 0.56));
}

.home-desktop-third-input,
.home-desktop-third-list__input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
}

.home-desktop-third-input {
  color: #5f5b57;
  font-size: 11px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 14px;
  padding: 7px 10px;
}

.home-desktop-third-input::placeholder,
.home-desktop-third-list__input::placeholder {
  color: rgba(93, 83, 76, 0.42);
}

.home-desktop-third-top-info .home-desktop-third-input,
.home-desktop-third-lower-text .home-desktop-third-input {
  padding: 1px 2px;
  line-height: 1.05;
  background: transparent;
  border-radius: 10px;
}

.home-desktop-third-input--title,
.home-desktop-third-input--list-title {
  font-size: 12px;
  font-weight: 700;
}

.home-desktop-third-input--accent,
.home-desktop-third-input--line,
.home-desktop-third-input--large-line {
  color: rgba(95, 91, 87, 0.76);
}

.home-desktop-third-input--accent {
  min-height: 30px;
  font-size: 12px;
}

.home-desktop-third-input--large-line {
  min-height: 28px;
}

.home-desktop-third-list {
  grid-column: 1 / span 2;
  grid-row: 5 / span 2;
  transform: translateY(-30px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 7px;
  padding: 11px 11px 9px;
}

.home-desktop-third-list__title {
  padding: 2px 0 4px;
  font-size: 12px;
  font-weight: 700;
  background: transparent;
}

.home-desktop-third-list__items {
  display: grid;
  gap: 4px;
  align-content: start;
}

.home-desktop-third-list__row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(182, 170, 162, 0.58);
}

.home-desktop-third-list__row.is-checked .home-desktop-third-list__input {
  text-decoration: line-through;
  color: rgba(113, 103, 97, 0.58);
}

.home-desktop-third-list__toggle {
  width: 16px;
  height: 16px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 10px;
  line-height: 1;
  color: #7b6f67;
  border-radius: 4px;
  border: 1px solid rgba(184, 170, 162, 0.86);
  background: rgba(255, 255, 255, 0.92);
}

.home-desktop-third-list__toggle.is-checked {
  background: rgba(241, 232, 226, 0.96);
}

.home-desktop-third-list__input {
  padding: 2px 0;
  font-size: 11px;
  line-height: 1.4;
  color: #645a54;
  background: transparent;
}

.home-desktop-third-remain,
.home-desktop-third-water {
  padding: 10px 8px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  text-align: center;
}

.home-desktop-third-remain {
  grid-column: 3 / span 2;
  grid-row: 5 / span 1;
  transform: translateY(-30px);
}

.home-desktop-third-water {
  grid-column: 3 / span 2;
  grid-row: 6 / span 1;
  transform: translateY(-30px);
  padding-top: 9px;
  padding-bottom: 9px;
}

.home-desktop-third-remain strong,
.home-desktop-third-water strong {
  font-size: 11px;
  line-height: 1.2;
  color: #6a5f58;
}

.home-desktop-third-remain__value,
.home-desktop-third-water__value {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #564c46;
}

.home-desktop-third-water__control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-desktop-third-water__btn {
  width: 26px;
  height: 26px;
  font-size: 15px;
  font-weight: 700;
}

.home-desktop-third-water__cup {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 2px 6px rgba(120, 120, 120, 0.04);
}
