/* [project]/app/player/player.css [app-client] (css) */
.browse-page, .video-layout, .video-layout ~ *, .player-root-vars {
  --pl-bg: #f6f8fb;
  --pl-primary: #2563eb;
  --pl-red: #ef4444;
  --pl-text: #111827;
  --pl-text-2: #6b7280;
  --pl-surface: #ffffffd1;
  --pl-brd: #ffffff8c;
  --pl-hair: #11182712;
  --pl-hair-2: #1118271f;
  --pl-blur: blur(20px) saturate(1.3);
  --pl-r: 22px;
  --pl-r-sm: 16px;
  --pl-shadow: 0 1px 2px #1118270a;
}

.browse-page {
  z-index: 10;
  color: #fff;
  background: radial-gradient(circle at 50% 0, #454550 0%, #1a1a1e 40%, #000 100%);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.browse-header {
  z-index: 20;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 30px 48px 6px;
  display: flex;
  position: relative;
}

.browse-brand {
  filter: drop-shadow(0 0 6px #fff9);
  width: min(320px, 40vw);
}

.browse-viewport {
  scrollbar-width: none;
  flex: 1;
  width: 100%;
  max-width: 1220px;
  min-height: 0;
  overflow: hidden auto;
}

.browse-viewport::-webkit-scrollbar {
  display: none;
}

.browse-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 20px 120px;
  display: grid;
}

@media (max-width: 1024px) {
  .browse-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 12px 28px 120px;
  }
}

@media (max-width: 720px) {
  .browse-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.browse-empty {
  text-align: center;
  color: #6b7280;
  padding: 80px 20px;
  font-size: 1rem;
  font-weight: 600;
}

.browse-section-h {
  grid-column: 1 / -1;
  align-items: baseline;
  gap: 12px;
  padding: 22px 2px 2px;
  display: flex;
}

.browse-section-h:first-child {
  padding-top: 4px;
}

.browse-section-h h2 {
  letter-spacing: -.02em;
  color: #111827;
  font-size: 1.4rem;
  font-weight: 800;
}

.browse-section-h span {
  color: #6b7280;
  font-size: .9rem;
  font-weight: 600;
}

.browse-hero {
  grid-column: 1 / -1;
  align-items: stretch;
  gap: 22px;
  margin-bottom: 8px;
  display: flex;
}

.browse-hero__main {
  cursor: pointer;
  text-align: left;
  background: linear-gradient(120deg, #1e3a8a 0%, #2563eb 48%, #3b82f6 100%);
  border: none;
  border-radius: 26px;
  flex: 1.7;
  align-items: flex-end;
  min-width: 0;
  min-height: 210px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 46px #2563eb42;
}

.browse-hero__han {
  color: #ffffff21;
  letter-spacing: -10px;
  pointer-events: none;
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -34px;
  right: -4px;
}

.browse-hero__body {
  color: #fff;
  padding: 30px 32px;
  position: relative;
}

.browse-hero__k {
  letter-spacing: 2px;
  opacity: .85;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 800;
}

.browse-hero__t {
  letter-spacing: -.03em;
  margin-top: 8px;
  font-size: 2.3rem;
  font-weight: 800;
}

.browse-hero__t em {
  opacity: .8;
  margin-left: 8px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
}

.browse-hero__s {
  opacity: .85;
  margin-top: 4px;
  font-size: .95rem;
  font-weight: 500;
}

.browse-hero__play {
  color: #111827;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  height: 48px;
  margin-top: 18px;
  padding: 0 24px;
  font-size: 1rem;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 8px 20px #0003;
}

.browse-hero__side {
  flex-direction: column;
  flex: 1;
  gap: 16px;
  display: flex;
}

.browse-mini {
  border-radius: var(--pl-r);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
  background: #ffffffd1;
  border: 1px solid #ffffff8c;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 3px;
  padding: 18px 22px;
  display: flex;
  box-shadow: inset 0 1px #ffffffb3, 0 1px 2px #1118270a;
}

.browse-mini .c {
  color: #6b7280;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 700;
}

.browse-mini .v {
  letter-spacing: -.02em;
  color: #111827;
  font-size: 1.8rem;
  font-weight: 800;
}

.browse-mini .v em {
  color: #6b7280;
  margin-left: 4px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

.plan-badge {
  color: #b45309;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #f59e0b1f;
  border: 1px solid #f59e0b59;
  border-radius: 999px;
  align-items: center;
  padding: 7px 15px;
  font-size: .82rem;
  font-weight: 800;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
}

.browse-brand--compact {
  width: auto;
  height: 40px;
}

.video-layout {
  background: radial-gradient(66% 56% at 88% -8%, #f296af26, #0000 62%), radial-gradient(56% 48% at 4% -6%, #9e92e01c, #0000 62%), radial-gradient(84% 66% at -6% 46%, #4870de1a, #0000 64%), radial-gradient(70% 56% at 104% 98%, #e880b016, #0000 64%), #eef3f8;
  flex-direction: row;
  gap: 18px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.video-main {
  background: none;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  min-width: 0;
  display: flex;
  position: relative;
}

.video-content {
  background: #0b0d12;
  border-radius: 24px;
  flex: 1;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px #1118272e;
}

.video-content video {
  object-fit: contain;
  cursor: pointer;
  background: #0b0d12;
  width: 100%;
  height: 100%;
}

.yt-layer {
  background: #0b0d12;
  position: absolute;
  inset: 0;
}

.yt-fill {
  width: 100%;
  height: 100%;
}

.yt-fill iframe {
  border: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.yt-clickcatch {
  cursor: pointer;
  background: none;
  position: absolute;
  inset: 0;
}

.video-main:fullscreen {
  gap: 0;
}

.video-main:fullscreen .video-content {
  aspect-ratio: auto;
  height: auto;
  max-height: none;
  box-shadow: none;
  background: #000;
  border-radius: 0;
  flex: 1;
}

.video-main:-webkit-full-screen {
  gap: 0;
}

.video-main:-webkit-full-screen .video-content {
  aspect-ratio: auto;
  height: auto;
  max-height: none;
  box-shadow: none;
  background: #000;
  border-radius: 0;
  flex: 1;
}

.video-main:fullscreen .sidebar-handle {
  display: none;
}

.video-main:fullscreen .sidebar-handle {
  display: none;
}

.video-controls {
  border-radius: var(--pl-r);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
  background: #ffffffd1;
  border: 1px solid #ffffff8c;
  flex-direction: column;
  flex: none;
  gap: 12px;
  padding: 14px 22px 16px;
  display: flex;
  box-shadow: inset 0 1px #ffffffb3, 0 1px 2px #1118270a;
}

.video-main:fullscreen .video-controls {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: none;
  padding: 12px 20px max(20px, env(safe-area-inset-bottom));
  background: #0a0c12b8;
  border: none;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-main:fullscreen .video-controls {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: none;
  padding: 12px 20px max(20px, env(safe-area-inset-bottom));
  background: #0a0c12b8;
  border: none;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

:-webkit-any(.video-main:fullscreen .time-text, .video-main:fullscreen .v-label, .video-main:-webkit-full-screen .time-text, .video-main:-webkit-full-screen .v-label) {
  color: #fff;
}

:is(.video-main:fullscreen .time-text, .video-main:fullscreen .v-label, .video-main:fullscreen .time-text, .video-main:fullscreen .v-label) {
  color: #fff;
}

:-webkit-any(.video-main:fullscreen .v-btn, .video-main:-webkit-full-screen .v-btn) {
  color: #fff;
  background: #ffffff1f;
  border-color: #ffffff24;
}

:is(.video-main:fullscreen .v-btn, .video-main:fullscreen .v-btn) {
  color: #fff;
  background: #ffffff1f;
  border-color: #ffffff24;
}

:-webkit-any(.video-main:fullscreen .seek-range, .video-main:-webkit-full-screen .seek-range) {
  background: #ffffff38;
}

:is(.video-main:fullscreen .seek-range, .video-main:fullscreen .seek-range) {
  background: #ffffff38;
}

.video-controls {
  transition: opacity .15s;
}

.video-controls.video-controls--hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
}

.player-sidebar {
  border-radius: var(--pl-r);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
  background: #ffffffd1;
  border: 1px solid #ffffff8c;
  flex-direction: column;
  flex: none;
  width: 340px;
  height: 100%;
  padding: 24px 20px 0;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffffb3, 0 1px 2px #1118270a;
}

@media (max-width: 1024px) {
  .player-sidebar {
    width: 270px;
    padding: 18px 14px 0;
  }
}

.player-sidebar {
  transition: width .3s, padding .3s, border-color .3s, opacity .3s;
}

.player-sidebar--closed {
  opacity: 0;
  border-color: #0000;
  min-width: 0;
  width: 0 !important;
  padding: 0 !important;
}

.sidebar-handle {
  z-index: 15;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #3a5bc8;
  cursor: pointer;
  touch-action: none;
  background: #ffffffe6;
  border: 1px solid #11182714;
  border-right: none;
  border-radius: 12px 0 0 12px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 78px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  transition: background .2s, border-color .2s, color .2s, opacity .2s, box-shadow .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: -6px 0 18px #1118271a;
}

.sidebar-handle--reopen {
  opacity: .7;
  background: #fff6;
  border-color: #ffffff59;
  box-shadow: -4px 0 12px #1118270f;
}

.sidebar-handle--reopen:hover {
  opacity: 1;
  background: #ffffffd9;
}

.sidebar-handle:hover {
  color: #3a5bc8;
  background: #fff;
  border-color: #3a5bc866;
  box-shadow: -6px 0 18px #3a5bc838;
}

.player-sidebar__head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.repeat-toggle {
  color: #6b7280;
  cursor: pointer;
  background: #fff;
  border: 1px solid #1118271a;
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding: 0 13px;
  font-size: .8rem;
  font-weight: 800;
  display: inline-flex;
}

.repeat-toggle--on {
  color: #3a5bc8;
  background: #3a5bc81a;
  border-color: #3a5bc859;
}

.player-sidebar__title {
  letter-spacing: -.02em;
  color: #111827;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  font-size: 1.35rem;
  font-weight: 800;
  overflow: hidden;
}

.side-list {
  scrollbar-width: none;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow-y: auto;
}

.side-list::-webkit-scrollbar {
  display: none;
}

.player-sidebar__foot {
  border-top: 1px solid #11182714;
  flex: none;
  margin-top: auto;
  padding: 16px 0 18px;
}

.foot-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.time-card {
  background: #fff9;
  border: 1px solid #11182712;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 13px 12px;
  display: flex;
}

.time-card__label {
  color: #6b7280;
  font-size: .78rem;
  font-weight: 700;
}

.time-card__value {
  color: #3a5bc8;
  font-variant-numeric: tabular-nums;
  font-size: 1.55rem;
  font-weight: 800;
}

.side-item {
  cursor: pointer;
  text-align: left;
  color: #111827;
  background: #ffffff8c;
  border: 1px solid #11182712;
  border-radius: 15px;
  align-items: center;
  gap: 11px;
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 14px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.side-item--playing {
  background: linear-gradient(#3a5bc821, #3a5bc80f);
  border-color: #3a5bc866;
  box-shadow: inset 0 0 0 1px #3a5bc84d;
}

.side-item__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  font-size: .95rem;
  font-weight: 700;
  overflow: hidden;
}

.side-item--playing .side-item__title {
  color: #3a5bc8;
}

.side-item__rep {
  color: #3a5bc8;
  background: #3a5bc81f;
  border: 1px solid #3a5bc859;
  border-radius: 999px;
  flex: none;
  padding: 2px 9px;
  font-size: .72rem;
  font-weight: 800;
}

.region-select {
  color: #111827;
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #1118271a;
  border-radius: 12px;
  outline: none;
  flex: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 40px 12px 15px;
  font-size: 1rem;
  font-weight: 700;
}

.region-select:focus {
  border-color: #3a5bc8;
  box-shadow: 0 0 0 3px #3a5bc826;
}

.region-select option {
  color: #111827;
  background-color: #fff;
}

.view-controls {
  flex-direction: column;
  flex: none;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.view-toggle-btn {
  color: #111827;
  cursor: pointer;
  background: #fff;
  border: 1px solid #1118271a;
  border-radius: 14px;
  width: 100%;
  padding: 13px 0;
  font-size: 1.15rem;
  font-weight: 800;
  transition: all .2s;
}

.view-toggle-btn--front.active {
  color: #fff;
  background: #3a5bc8;
  border-color: #3a5bc8;
  box-shadow: 0 8px 20px #3a5bc852;
}

.view-toggle-btn--back.active {
  color: #fff;
  background: #ef4444;
  border-color: #ef4444;
  box-shadow: 0 8px 20px #ef44444d;
}

.play-pill {
  text-align: center;
  color: #6b7280;
  background: #eef1f6;
  border-radius: 999px;
  flex: none;
  min-width: 50px;
  padding: 8px 12px;
  font-size: .8rem;
  font-weight: 800;
  transition: all .2s;
}

.play-pill.active {
  color: #fff;
  background: #ef4444;
}

.controls-row {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.controls-left, .controls-right {
  align-items: center;
  gap: 14px;
  display: flex;
}

.v-label {
  color: #111827;
  white-space: nowrap;
  font-size: .9rem;
  font-weight: 700;
}

.time-text {
  color: #6b7280;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-size: .85rem;
  font-weight: 700;
}

.v-btn {
  color: #111827;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #11182714;
  border-radius: 12px;
  padding: 9px 14px;
  font-size: .9rem;
  font-weight: 800;
  transition: all .2s;
  box-shadow: 0 1px 2px #1118270a;
}

.v-btn:hover {
  background: #eef3f8;
  border-color: #11182724;
}

.v-btn:disabled {
  opacity: .4;
  cursor: default;
}

.v-btn--on {
  color: #3a5bc8;
  background: #3a5bc81a;
  border-color: #3a5bc866;
}

.v-btn--icon {
  background: #fff;
  border: 1px solid #11182714;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
}

.v-btn--icon:hover {
  background: #eef3f8;
  border-color: #11182724;
}

.v-btn--play {
  color: #fff;
  background: #3a5bc8;
  border-color: #3a5bc8;
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
  box-shadow: 0 10px 24px #3a5bc866;
}

.v-btn--play:hover {
  background: #1e56d6;
  border-color: #1e56d6;
}

.v-btn--fs {
  font-size: 1.2rem;
}

.speed-menu {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 20;
  background: #fffffff0;
  border: 1px solid #11182714;
  border-radius: 14px;
  flex-direction: column;
  gap: 2px;
  padding: 6px;
  display: flex;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 12px 30px #11182724;
}

.speed-item {
  cursor: pointer;
  color: #111827;
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 9px;
  padding: 9px 16px;
  font-size: .9rem;
  font-weight: 700;
}

.speed-item:hover {
  background: #eef3f8;
}

.speed-item.active {
  color: #3a5bc8;
  background: #3a5bc81a;
  font-weight: 800;
}

.seek-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.seek-marker {
  pointer-events: none;
  z-index: 3;
  background: #fff;
  border: 2px solid #3a5bc8;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px #11182740;
}

.seek-marker--b {
  border-color: #ef4444;
}

.loop-strip {
  pointer-events: none;
  z-index: 2;
  background: #f59e0b8c;
  border-radius: 999px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-btn-floating {
  z-index: 25;
  cursor: pointer;
  color: #3a5bc8;
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  backdrop-filter: blur(22px) saturate(1.4);
  background: #ffffff8c;
  border: none;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  font-size: 1.05rem;
  font-weight: 800;
  transition: all .25s;
  display: flex;
  position: absolute;
  top: 20px;
  left: 24px;
  box-shadow: inset 0 1px #ffffffa6, 0 6px 20px #11182729;
}

.home-btn-floating:hover {
  background: #ffffffa8;
  transform: scale(1.04);
  box-shadow: inset 0 1px #ffffffb3, 0 8px 24px #3a5bc83d;
}

.seek-range {
  appearance: none;
  cursor: pointer;
  background: #1118271f;
  border-radius: 999px;
  outline: none;
  height: 6px;
}

.seek-range::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 0 2px 6px #11182747, 0 0 0 1px #1118270f;
}

.seek-range::-moz-range-thumb {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 0 2px 6px #11182747, 0 0 0 1px #1118270f;
}

.seek-range:disabled {
  opacity: .4;
  cursor: default;
}

.volume-slider {
  appearance: none;
  cursor: pointer;
  background: #1118271f;
  border-radius: 999px;
  outline: none;
  width: 96px;
  height: 5px;
}

.volume-slider::-webkit-slider-thumb {
  appearance: none;
  background: #3a5bc8;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.volume-slider::-moz-range-thumb {
  background: #3a5bc8;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

@media (pointer: coarse) {
  .v-btn {
    min-height: 48px;
    padding: 10px 16px;
    font-size: 1rem;
  }

  .v-btn--icon {
    width: 54px;
    height: 54px;
    padding: 0;
    font-size: 1.35rem;
  }

  .v-btn--play {
    width: 66px;
    height: 66px;
    font-size: 1.5rem;
  }

  .v-btn--fs {
    font-size: 1.45rem;
  }

  .seek-range {
    background-clip: content-box;
    height: 22px;
    padding: 8px 0;
  }

  .seek-range::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
  }

  .seek-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
  }

  .sidebar-handle {
    width: 40px;
    height: 92px;
  }

  .play-pill {
    padding: 11px 15px;
  }

  .speed-item {
    padding: 13px 20px;
    font-size: 1rem;
  }

  .side-item {
    padding: 14px 15px;
  }
}

@media (max-width: 1024px) {
  .video-layout {
    gap: 12px;
    padding: 14px;
  }

  .video-controls {
    gap: 10px;
    padding: 10px 14px;
  }

  .controls-row {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .controls-left {
    flex-wrap: wrap;
    gap: 10px;
  }

  .controls-right {
    flex-wrap: wrap;
    gap: 12px;
    margin-left: auto;
  }

  .volume-slider {
    display: none;
  }

  .v-label {
    font-size: .8rem;
  }

  .time-text {
    font-size: .78rem;
  }

  .home-btn-floating {
    padding: 9px 16px;
    font-size: .95rem;
    top: 14px;
    left: 14px;
  }

  .v-btn {
    padding: 10px 12px;
  }

  .v-btn--icon {
    width: 48px;
    height: 48px;
  }
}

.v-btn--speed {
  text-align: center;
  font-variant-numeric: tabular-nums;
  min-width: 4.4em;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 720px) {
  .browse-brand {
    width: min(220px, 52vw);
  }

  .browse-brand--compact {
    width: auto;
    height: 34px;
  }

  .plan-badge {
    padding: 5px 11px;
    font-size: .78rem;
    left: 16px;
  }

  .browse-grid {
    gap: 14px;
    padding: 8px 16px 110px;
  }

  .browse-header {
    min-height: 76px;
    padding: 20px 16px 4px;
  }

  .browse-hero {
    flex-direction: column;
  }

  .browse-hero__side {
    flex-direction: row;
  }
}

@media (orientation: portrait) {
  .video-layout {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .video-main {
    flex: none;
  }

  .video-content {
    aspect-ratio: 16 / 9;
    flex: none;
    height: auto;
    max-height: 45svh;
  }

  .sidebar-handle {
    display: none;
  }

  .player-sidebar, .player-sidebar--closed {
    opacity: 1;
    flex: 1;
    min-width: 0;
    height: auto;
    min-height: 0;
    width: 100% !important;
    padding: 16px 16px 0 !important;
  }

  .player-sidebar__title {
    font-size: 1.1rem;
  }
}

.video-layout--locked {
  background: #000;
  gap: 0;
  padding: 0;
}

.video-layout--locked .video-main {
  flex: 1;
  gap: 0;
  min-height: 0;
}

.video-layout--locked .video-content {
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  max-height: none;
  box-shadow: none;
  background: #000;
  border-radius: 0;
  flex: 1;
}

@keyframes hand-raise-pulse {
  0%, 100% {
    box-shadow: 0 0 0 5px #f59e0b47;
  }

  50% {
    box-shadow: 0 0 0 11px #f59e0b00;
  }
}

.cinema-np {
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  max-width: 72%;
  transition: opacity .6s, transform .6s;
  position: absolute;
  bottom: clamp(20px, 5vh, 56px);
  left: clamp(20px, 4vw, 64px);
  transform: translateY(10px);
}

.cinema-np--show {
  opacity: 1;
  transform: none;
}

.cinema-np__eye {
  letter-spacing: .22em;
  color: #fff9;
  text-transform: uppercase;
  font-size: clamp(12px, 1.05vw, 16px);
  font-weight: 600;
}

.cinema-np__ttl {
  letter-spacing: -.02em;
  color: #fff;
  text-shadow: 0 2px 26px #0009;
  margin-top: .28em;
  font-size: clamp(30px, 4.4vw, 60px);
  font-weight: 800;
  line-height: 1.04;
}

.cinema-np__rule {
  background: #3a5bc8;
  border-radius: 3px;
  width: clamp(44px, 4vw, 68px);
  height: 4px;
  margin: .42em 0 .32em;
  box-shadow: 0 0 16px #3a5bc8a6;
}

.cinema-np__sub {
  color: #ffffffb8;
  text-shadow: 0 1px 12px #00000080;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .cinema-np {
    transition: opacity .2s linear;
    transform: none;
  }
}

/*# sourceMappingURL=app_player_player_0ylxhci.css.map*/